Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | GUI: Set project name in MTZ files | Thomas White | |
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/28 | |||
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-02-18 | Wrap space_group_for_mtz with HAVE_LIBCCP4 | Thomas White | |
2021-02-15 | GUI: Complete the symmetry lookup table for export | Thomas White | |
2021-02-12 | GUI: Put I+ and I- together in MTZ file | Thomas White | |
2021-02-12 | GUI: Remove separate mtz-bij option | Thomas White | |
2021-02-12 | GUI: Implement basic MTZ export | Thomas White | |
2021-02-12 | GUI: Add CCP4 libraries and hide MTZ export options if not found | Thomas White | |
2021-02-11 | GUI: Back out export reindex code | Thomas White | |
The reindexing is really going to create a whole world of pain. Even if we can make it work correctly, it still might come as a surprise to people when the exported data is indexed differently (e.g. to data exported to some other format). Let's just forget the whole thing, and refuse to export to formats which don't have a way to represent the data we have. Perhaps revisit this later if it becomes a big problem and we want to put in the effort required. | |||
2021-02-11 | GUI: Implement export to XDS_ASCII | Thomas White | |
2021-02-11 | GUI: Validation bits for data export | Thomas White | |
2021-02-11 | GUI: Go straight to GtkFileChooser for data export | Thomas White | |
2021-02-10 | GUI: Sketch out data export window | Thomas White | |