Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-21 | Add missing cleanup on error paths | Thomas White | |
2021-07-15 | GUI: Remove extra layer of relative paths | Thomas White | |
Not needed any more. | |||
2021-07-14 | GUI: Add PinkIndexer options to 'struct index_params' | Thomas White | |
2021-06-23 | GUI: Avoid writing '(null)' to project file | Thomas White | |
The problem is, '(null)' is not NULL. | |||
2021-05-28 | GUI: Store relative paths of results | Thomas White | |
This allows project folders to be relocated more easily. At the same time, I fixed the weird ownership semantics of add_indexing_result and add_merge_result. Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/31 | |||
2021-05-17 | GUI: Improve error handling for default_project | Thomas White | |
2021-05-11 | GUI: Fix loading of merging parameters from project file | Thomas White | |
Apparently, I can't count. | |||
2021-05-11 | GUI: Ensure that streams get re-scanned after job termination | Thomas White | |
Previously, they would not get scanned because no job was running. We need one more scan after a job exits to make sure everything is up to date. | |||
2021-05-07 | GUI: Add missing initialisation/load/save for ambi.backend | Thomas White | |
2021-04-01 | GUI: Clean up old tasks when infobar is removed | Thomas White | |
2021-03-17 | GUI: Show beam centre more clearly, and optionally | Thomas White | |
2021-03-15 | GUI: Add interface for --fix-profile-radius and --fix-divergence | Thomas White | |
2021-03-05 | Mass update of copyright dates in source code comments | Thomas White | |
2021-03-01 | GUI: Add history list for random image selection | Thomas White | |
2021-02-25 | GUI: Improve image info bar | Thomas White | |
(...and work through horrific circular logic during creation) | |||
2021-02-25 | GUI: Implement optional dumping of old results | Thomas White | |
2021-02-19 | GUI: Don't re-scan streams so often | Thomas White | |
It only makes sense to re-scan if there is a job running, but this also adds a manual re-scan button for rare exceptions. | |||
2021-02-18 | GUI: Track separately whether ambiguity operation should be used | Thomas White | |
This allows values to be held for both, which is more helpful. | |||
2021-02-17 | GUI: Move ambigator parameters to separate structure | Thomas White | |
2021-02-17 | GUI: Plumbing, ready to run ambigator job | Thomas White | |
2021-02-17 | GUI: Save merging job title | Thomas White | |
2021-02-17 | GUI: Prevent opening multiple merging windows | Thomas White | |
2021-02-16 | Add some comments | Thomas White | |
2021-02-16 | GUI: Add ambigator options | Thomas White | |
2021-02-10 | GUI: Sketch out data export window | Thomas White | |
2021-02-09 | GUI: Load/save FoM parameters | Thomas White | |
2021-02-09 | Track half-dataset split filenames through gui_merge_result | Thomas White | |
2021-02-08 | GUI: Initial FoM calculation | Thomas White | |
2021-02-08 | Add find_merge_result_by_name() | Thomas White | |
2021-01-27 | GUI: Avoid warning when there are no results in the project file | Thomas White | |
2021-01-22 | GUI: Set default values for FoM parameters | Thomas White | |
2021-01-20 | GUI: Implement merge results | Thomas White | |
2021-01-07 | GUI: Basic labelling of reflections | Thomas White | |
Lots of improvements still to be made here, such as using the "real" Cairo text API as well as using proper overlines for negative indices. | |||
2020-12-11 | result -> indexing_result | Thomas White | |
Because shortly we will have merging_result as well | |||
2020-12-07 | GUI: Save and restore the selected result | Thomas White | |
2020-12-04 | GUI: Set default resolution for merging to INFINITY | Thomas White | |
Its in Angstroms, not nm^-1 | |||
2020-11-20 | GUI: Add stream output options including metadata to copy | Thomas White | |
2020-10-30 | Get the option values in preparation for merging | Thomas White | |
2020-10-29 | Set peaks/refls visible by default | Thomas White | |
2020-10-29 | Merge backend plumbing | Thomas White | |
2020-10-29 | Tedious option plumbing | Thomas White | |
2020-10-27 | Add a new StreamFlag for generating the detgeom structure | Thomas White | |
This is a hack, and should be replaced by something which gets the metadata from the stream rather than hitting the read image file every time. | |||
2020-10-26 | Label all uses of cell tolerances | Thomas 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-10-26 | Fix tolerance units in GUI | Thomas White | |
2020-10-22 | Skeleton for merging via GUI | Thomas White | |
2020-09-24 | Export find_result_by_name | Thomas White | |
2020-09-24 | Add "*.h5" match type | Thomas White | |
2020-09-08 | Add integration radii to project | Thomas White | |
2020-09-07 | GUI: Set default peak radii to match indexamajig's defaults | Thomas White | |
2020-09-04 | API for looking up results via gui_result | Thomas White | |