aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelindexingopts.h
AgeCommit message (Collapse)Author
2024-01-10CrystFELIndexingOpts: Add Millepede output optionsThomas White
2021-07-14CrystFELIndexingOpts: Add PinkIndexer optionsThomas White
2021-03-15GUI: Add interface for --fix-profile-radius and --fix-divergenceThomas White
2021-03-05Mass update of copyright dates in source code commentsThomas White
2020-11-20GUI: Add stream output options including metadata to copyThomas White
2020-10-26Label all uses of cell tolerancesThomas White
I'm sick of fixing this same issue over and over again. New rule: any code handling unit cell tolerances MUST be labelled with details of units.
2020-09-08Add integration radii to CrystFELIndexingOptsThomas White
2020-09-01Keep a separate record of unit cell fileThomas White
There seems to be no way to get a clear answer from the GtkFileChooser about whether a file is actually set. Instead, it now keeps a separate record which is set to NULL when the "clear" button is pressed, and set to the filename from the GtkFileChooserButton on the "file-set" signal.
2020-08-19Disable indexing method chooser when auto mode is selectedThomas White
2020-08-19Replace potentially confusing "Use unit cell" checkboxThomas White
2020-08-17Implement indexing method selection via GUIThomas White
2020-08-14Hook up (almost all) indexing parametersThomas White
2020-08-13GUI: Sketch out indexing options etcThomas White