Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-06 | Stuff for partial_sim | Thomas White | |
2013-02-06 | Stuff for partialator | Thomas White | |
2013-02-05 | WIP on updating partialator | Thomas White | |
2013-02-05 | Formatting | Thomas White | |
2013-02-05 | Fixes for indexing pipeline | Thomas White | |
2013-02-05 | Indexing pipeline - "done"! | Thomas White | |
2013-02-05 | WIP on bringing programs up to date | Thomas White | |
2013-02-04 | Indexing stuff | Thomas White | |
2013-02-01 | WIP on new indexing pipeline logic | Thomas White | |
2013-01-30 | Update copyright dates | Thomas White | |
2013-01-30 | Peak integration changes | Thomas White | |
2013-01-30 | Stream changes | Thomas White | |
2013-01-28 | More changes to geometry.c | Thomas White | |
2013-01-28 | Update geometry.c | Thomas White | |
2013-01-28 | First bit of Crystal | Thomas White | |
2013-01-14 | Update example beam files to use HDF5 paths | Thomas White | |
2013-01-14 | script/create-xscale: bug fixed | Lorenzo Galli | |
2013-01-10 | This is CrystFEL 0.4.30.4.3crystfel-0.4 | Thomas White | |
2013-01-10 | Handle '?' return value from getopt_long() | Thomas White | |
2013-01-10 | Fix documentation | Thomas White | |
2013-01-10 | Formatting | Thomas White | |
2013-01-10 | Document compare_hkl --intensity-shells | Thomas White | |
2013-01-10 | Remove references to powder_plot | Thomas White | |
2013-01-10 | indexamajig: Add --integrate-found | Thomas White | |
2013-01-04 | Tidy up documentation | Thomas White | |
2013-01-04 | compare_hkl: Add --intensity-shells | Thomas White | |
2013-01-04 | integrate_peak(): check that 'saturated' isn't NULL before using | Thomas White | |
Fixes a segfault | |||
2012-12-14 | Beam and detector geometry don't need to be copied | Thomas White | |
The did when this was all done with threads, but with separate processes each worker has its own copy of the structure already. It can be updated after every image and freed at the end. | |||
2012-12-14 | Whitespace | Thomas White | |
2012-12-13 | more user options for beam photon energy | Chun Hong Yoon | |
2012-12-05 | Whitespace | Thomas White | |
2012-12-05 | process_hkl: Add --min-measurements | Thomas White | |
2012-12-05 | Add a FIXME | Thomas White | |
2012-12-05 | Fix a typo in process_hkl(1) | Thomas White | |
2012-12-04 | scripts/gen-sfs-ano: Check exit status of get_hkl | Thomas White | |
2012-12-04 | get_hkl: Fix a segfault | Thomas White | |
2012-12-03 | Remove data dir from INCLUDES | Thomas White | |
This was needed before, but not any more. | |||
2012-12-03 | Add crystfel.pc file for pkg-config | Thomas White | |
2012-12-03 | Treat SNR=nan (=0/0) as below any SNR threshold | Thomas White | |
2012-12-03 | Fussiness | Thomas White | |
2012-12-03 | Use a less scary message for EINTR | Thomas White | |
This is almost completely benign, and happens when profiling. | |||
2012-11-30 | Fix uninitialised saturation flag | Thomas White | |
2012-11-30 | Calculate minimum and maximum 1/d without iterating over every pixel | Thomas White | |
2012-11-30 | check_hkl: Take forbidden reflections into account when calculating completeness | Thomas White | |
2012-11-29 | indexamajig: Add --no-revalidate and update manpage | Thomas White | |
2012-11-29 | indexamajig: Add --use-saturated | Thomas White | |
2012-11-29 | Suppress "Couldn't sort reflections" message when there are no predicted peaks | Thomas White | |
2012-11-29 | indexamajig: Add --integrate-saturated | Thomas White | |
2012-11-23 | compare_hkl: Actually use --rmin/rmax | Thomas White | |
Previously, they were just used to filter out reflections outside the resolution range, and the bins would be calculated from the resolution limits of whatever was left. Now, the given values are used exactly for calculating the bins. | |||
2012-11-21 | Show error information if forkpty() fails | Thomas White | |