Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-05 | get_hkl: Read MTZ files | Thomas White | |
There are still some rough edges, e.g. it only works with a simple I/SIGI column (not I+/I-), and can't yet interpret the symmetry information in the file. However, it's still better than the old mtz2hkl script. Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/7 | |||
2021-10-20 | Add "plain" MTZ file layout, distinct from "Bijvoet" layout | Thomas White | |
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/52 | |||
2021-10-20 | Set crystal name in MTZ files | Thomas White | |
When using the GUI, it will be set to the corresponding indexing result name. | |||
2021-03-16 | Move MTZ and XDS export to libcrystfel | Thomas White | |
2021-03-05 | Mass update of copyright dates in source code comments | Thomas White | |
2020-07-29 | Remove config.h from libcrystfel headers | Thomas White | |
Same reason as removing them from tests. Also, libcrystfel might be used in projects which have HAVE_CONFIG_H defined. | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-05-07 | Update all source code comments to Doxygen format | Thomas White | |
2018-09-10 | Make sure reflection contribution list gets freed | 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 | 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. | |||
2016-08-16 | Add reflist_add_command_and_version() | Thomas White | |
2014-11-14 | Revert update of old deprecated reflection list format | Thomas 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-05 | Updated author lists | Valerio Mariani | |
2014-09-05 | Refactoring of peaks and reflections I/O | Valerio Mariani | |
2014-06-13 | Add extern "C" for C++ compatibility | Chuck | |
2014-03-03 | New reflection list format | Thomas White | |
2012-03-12 | Update copyright notices to show actual contribution years | Thomas White | |
2012-03-09 | Update licence notices in line with recommendations from TT | Thomas White | |
2012-03-09 | process_hkl: Add polarisation correction and improved scaling | Thomas White | |
2012-03-06 | Don't include 1/d in reflection lists, because it's pointless | Thomas White | |
2012-02-22 | GPLv3 boilerplate comments | Thomas White | |
2012-02-22 | Hooks for estimation of maximum resolution for each image | Thomas White | |
2012-02-22 | Move the "indexed reflection array" thing to where it can't do any harm | Thomas White | |
2012-02-22 | Move a load more stuff into libcrystfel | Thomas White | |