aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-06-25partial_sim: Add --template-streamThomas White
2019-06-21partialator: Add --force-lambdaThomas White
2019-05-08Add missing =nThomas White
2019-05-08Add new xgandalf optionsYaroslav Gevorkov
2019-05-07Remove old documentation stuffThomas White
2019-04-02Update crystfel_geometry(5)Thomas White
2019-03-15Add documentationThomas White
2019-03-11cell_tool: Add documentation for --transformThomas White
2019-03-11Consider fractional cell lengths during comparisonThomas White
This is WAY too slow. Need another algorithm.
2019-03-11Initial cell_tool (implementing find_ambi only)Thomas White
2019-03-06indexamajig: Rename --min-gradient to --min-squared-gradientThomas White
The eventual aim of this is to deprecate the "--min-gradient" option, resolving the long-standing confusion about whether this option is the gradient or the squared gradient.
2018-12-19This is CrystFEL 0.8.00.8.0Thomas White
2018-12-18make_pixelmap: Use <input>.h5 as default output filenameThomas White
2018-12-18Update partialator manualThomas White
2018-12-18A few manual fixesThomas White
2018-12-18check_hkl: Add a note to manual pageThomas White
2018-12-06Add make_pixelmap to core CrystFELThomas White
2018-12-03indexamajig: Add --wait-for-fileThomas White
2018-10-08partialator: Add missing manual entry for --no-deltacchalfThomas White
2018-08-10Fix crystfel_geometry manual page againThomas White
2018-08-10Remove old untruths from crystfel_geometry manual pageThomas White
2018-07-26partialator: Add --min-resThomas White
2018-07-26partialator: Add missing documentation for --no-BscaleThomas White
2018-06-20Finish removing "selector"Thomas White
2018-06-18Add interface to XGANDALF indexerYaroslav Gevorkov
2018-05-30Use only one min-snr optionThomas White
2018-05-30Changed parameter window-radius -> local-bg-radiusYaroslav Gevorkov
2018-05-30Adapted doc to min-sig -> min-snr changeYaroslav Gevorkov
2018-05-24Update authorship and copyright datesThomas White
2018-05-24Tweak wording in manualThomas White
2018-05-24Add "peakfinder9"Yaroslav Gevorkov
2018-05-17Merge branch 'tom/cmake'Thomas White
2018-05-17This is CrystFEL 0.7.00.7.0Thomas White
2018-05-17Update reference docsThomas White
2018-05-17Update copyright datesThomas White
2018-05-17Update manual pagesThomas White
2018-03-28Add gtk-doc stuffThomas White
This is really horrible and doesn't work 100%. Replace with something else ASAP
2018-03-12Remove autotoolsThomas White
2018-02-27Add --force-bandwidth and --force-radiusThomas White
2018-02-27Update manual pageThomas White
2018-02-27partialator: Add -w and --operator optionsThomas White
2018-02-27partialator: Tidy up old log files, and add --no-logsThomas White
2018-02-27indexamajig: Add --overpredictThomas White
2018-02-08Changed the naming of felix options and variables to make them more obvious.Kenneth R. Beyerlein
2017-12-12indexamajig: Add --serial-offsetThomas White
2017-10-27Merge branch 'tom/simpler_felix'Thomas White
2017-10-19Add read_reflections_2() to APIThomas White
New version for reading the symmetry as well
2017-10-19Remove read_reflections_from_file() from APIThomas White
See c0ce8fb4 for the rationale behind this.
2017-10-12indexamajig: Simplify Felix optionsThomas White
2017-10-12Remove write_reflections_to_file() from APIThomas 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.