Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-08 | partialator: Add missing manual entry for --no-deltacchalf | Thomas White | |
2018-08-10 | Fix crystfel_geometry manual page again | Thomas White | |
2018-08-10 | Remove old untruths from crystfel_geometry manual page | Thomas White | |
2018-07-26 | partialator: Add --min-res | Thomas White | |
2018-07-26 | partialator: Add missing documentation for --no-Bscale | Thomas White | |
2018-06-20 | Finish removing "selector" | Thomas White | |
2018-06-18 | Add interface to XGANDALF indexer | Yaroslav Gevorkov | |
2018-05-30 | Use only one min-snr option | Thomas White | |
2018-05-30 | Changed parameter window-radius -> local-bg-radius | Yaroslav Gevorkov | |
2018-05-30 | Adapted doc to min-sig -> min-snr change | Yaroslav Gevorkov | |
2018-05-24 | Update authorship and copyright dates | Thomas White | |
2018-05-24 | Tweak wording in manual | Thomas White | |
2018-05-24 | Add "peakfinder9" | Yaroslav Gevorkov | |
2018-05-17 | Merge branch 'tom/cmake' | Thomas White | |
2018-05-17 | This is CrystFEL 0.7.00.7.0 | Thomas White | |
2018-05-17 | Update reference docs | Thomas White | |
2018-05-17 | Update copyright dates | Thomas White | |
2018-05-17 | Update manual pages | Thomas White | |
2018-03-28 | Add gtk-doc stuff | Thomas White | |
This is really horrible and doesn't work 100%. Replace with something else ASAP | |||
2018-03-12 | Remove autotools | Thomas White | |
2018-02-27 | Add --force-bandwidth and --force-radius | Thomas White | |
2018-02-27 | Update manual page | Thomas White | |
2018-02-27 | partialator: Add -w and --operator options | Thomas White | |
2018-02-27 | partialator: Tidy up old log files, and add --no-logs | Thomas White | |
2018-02-27 | indexamajig: Add --overpredict | Thomas White | |
2018-02-08 | Changed the naming of felix options and variables to make them more obvious. | Kenneth R. Beyerlein | |
2017-12-12 | indexamajig: Add --serial-offset | Thomas White | |
2017-10-27 | Merge branch 'tom/simpler_felix' | Thomas White | |
2017-10-19 | Add read_reflections_2() to API | Thomas White | |
New version for reading the symmetry as well | |||
2017-10-19 | Remove read_reflections_from_file() from API | Thomas White | |
See c0ce8fb4 for the rationale behind this. | |||
2017-10-12 | indexamajig: Simplify Felix options | Thomas White | |
2017-10-12 | Remove write_reflections_to_file() from API | Thomas White | |
It's there because it used to be used to write the reflections into the stream. Therefore there was a need for a function to write a bare list of reflections to a file, with no headers. Since then, the stream and merged reflection file formats have diverged, so there's no use for this other than to confuse people. | |||
2017-10-02 | indexamajig(1): Add --temp-dir | Thomas White | |
2017-10-02 | indexamajig: Add missing documentation for --check-peaks | Thomas White | |
2017-09-21 | Group the options in indexamajig(1) according to processing stage | Thomas White | |
2017-09-21 | Update man page for new indexing options | Thomas White | |
2017-09-15 | hdfsee(1): Document --rigid-groups | Thomas White | |
2017-07-24 | This is CrystFEL 0.6.30.6.3 | Thomas White | |
2017-07-24 | Update docs | Thomas White | |
2017-07-20 | indexamajig(1): Give default values for TakeTwo options | Thomas White | |
2017-07-07 | Documentation for TakeTwo indexamajig options | Thomas White | |
2017-07-05 | Update docs | Thomas White | |
2017-07-05 | Rearrange quaternion declarations so that gtk-doc can cope | Thomas White | |
The utils file contains two gtk-doc sections, "utils" and "quaternion", with a change of section halfway through. It seems that gtk-doc doesn't like it if the declarations are all mixed together. | |||
2017-06-27 | indexamajig: Add --no-non-hits-in-stream | Thomas White | |
2017-03-31 | Offset peak locations from HDF5 or CXI files by 0.5,0.5 | Thomas White | |
CrystFEL considers all peak locations to be distances from the corner of the detector panel, in pixel units, consistent with its description of detector geometry. In contrast, Cheetah considers the peak locations to be pixel indices in the data array. Therefore, a half-pixel offset is needed when importing the peak lists. For users who need the old behaviour, this commit adds a new option indexamajig --no-half-pixel-shift to deactivate this offset. | |||
2017-03-24 | Merge branch 'valerio/peakfinder8' | Thomas White | |
2017-03-13 | Added information about max_num_peaks to documentation | Valerio Mariani | |
2017-03-10 | Added peakfinder8 information to the indexamajig man page | Valerio Mariani | |
2017-03-08 | compare_hkl: Fix combination of sigma(I) values for d1sig and d2sig | Thomas White | |
2017-03-08 | compare_hkl: Fix documentation | Thomas White | |