aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/reflist-utils.h
AgeCommit message (Collapse)Author
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-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.
2016-08-16Add reflist_add_command_and_version()Thomas White
2014-11-14Revert update of old deprecated reflection list formatThomas White
Since nothing writes in this modified format (including fs, ss and pn), it makes no sense to be able to read it. This commit reverts a small part of c194bf77.
2014-09-05Updated author listsValerio Mariani
2014-09-05Refactoring of peaks and reflections I/OValerio Mariani
2014-06-13Add extern "C" for C++ compatibilityChuck
2014-03-03New reflection list formatThomas White
2012-03-12Update copyright notices to show actual contribution yearsThomas White
2012-03-09Update licence notices in line with recommendations from TTThomas White
2012-03-09process_hkl: Add polarisation correction and improved scalingThomas White
2012-03-06Don't include 1/d in reflection lists, because it's pointlessThomas White
2012-02-22GPLv3 boilerplate commentsThomas White
2012-02-22Hooks for estimation of maximum resolution for each imageThomas White
2012-02-22Move the "indexed reflection array" thing to where it can't do any harmThomas White
2012-02-22Move a load more stuff into libcrystfelThomas White