Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-09-02 | New way of loading streams | Thomas White | |
The old way: When a stream is loaded, completely change how many functions including update_imageview() work. The new way: When a steram is loaded, populate the list of filename/event IDs from the stream, and add the stream as a results source | |||
2020-09-02 | Add a drop-down list of results | Thomas White | |
2020-09-02 | Store list of results for GUI | Thomas White | |
2020-08-31 | Only write unit cell file to project file if it's set | Thomas White | |
2020-08-28 | Make sure indexing_backend_selected is initialised | Thomas White | |
2020-08-27 | Build system parts for SLURM library | Thomas White | |
2020-08-26 | Add job title and notes fields | Thomas White | |
This required a bit of callback re-wiring | |||
2020-08-25 | Add missing fclose() | Thomas White | |
Whoops. | |||
2020-08-25 | Create a progress bar for each running job | Thomas White | |
2020-08-25 | Read/write backend options | Thomas White | |
2020-08-25 | Final (?) version of backend API | Thomas White | |
2020-08-21 | Redefine backend interface functions | Thomas White | |
2020-08-14 | Hook up (almost all) indexing parameters | Thomas White | |