aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelindexingopts.c
AgeCommit message (Collapse)Author
2024-01-10CrystFELIndexingOpts: Add Millepede output optionsThomas White
2022-11-18CrystFELIndexingOpts: Set -nocell and -nolatt where appropriateThomas White
Without these, the algorithms assume defaults which don't necessarily match what the user intended. Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/70
2021-07-21Add missing cleanup on error pathsThomas White
2021-07-15CrystFELIndexingOpts: Add tooltips for PinkIndexer optionsThomas White
2021-07-14CrystFELIndexingOpts: Add PinkIndexer optionsThomas White
2021-07-14GUI: Add placeholders for advanced indexer optionsThomas White
2021-06-23GUI: Fix a tooltipThomas 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
2021-03-01GUI: Pass --int-radius to indexamajigThomas White
Whoops - this was missed out before. This also reduces the precision displayed in the dialog box to reflect what is actually passed to indexamajig.
2021-03-01GUI: Add lots of tooltipsThomas White
2021-02-17CrystFELIndexingOpts: tweak spacingThomas White
2021-02-11Move i_maybe_disable to GTK utilsThomas White
2021-02-08FormattingThomas White
2020-11-20Move indexing option tabs to side, and rearrangeThomas White
This seems to give a more compact and logical layout
2020-11-20GUI: Add stream output options including metadata to copyThomas White
2020-10-29Implement checkbox -> widget sensitivity dependenciesThomas White
2020-10-29Custom GTK widgets should not show themselvesThomas 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-10-22CrystFELIndexingOpts: Fix incorrect variable for push-res valueThomas White
2020-10-15Add TakeTwo to the list of indexers automatically usedThomas White
2020-10-07Revert "Move asdf out of set of indexers used by default"Thomas White
This reverts commit 62183aacf906f4aff771295aa378cff039dd50ff. The apparent slowness was due to a bug introduced in August 2019. See 2a8f415df845064186baa833f9fe1ad91c0f5753.
2020-10-06Move asdf out of set of indexers used by defaultThomas White
Sadly, it has the same fatal flaw as TakeTwo: taking forever on a minority of patterns.
2020-09-08Add integration radii to CrystFELIndexingOptsThomas White
2020-09-07Fix crystfel_indexing_opts_get_push_resThomas White
2020-09-07crystfel_indexing_opts_set_cell_file: Also set iv->cell_fileThomas White
Missed during 4bb4779998.
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-20Disable cell tolerances when "check cell" is uncheckedThomas White
2020-08-20Remove unused functionThomas White
2020-08-20GUI: Implement automatic indexing method selectionThomas White
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 crystfel_indexing_opts_set_method_string()Thomas 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