aboutsummaryrefslogtreecommitdiff
path: root/src/gui_ambi.c
AgeCommit message (Collapse)Author
2021-02-18GUI: Avoid passing a few NULLs to GTKThomas White
2021-02-18SLURM: Submit merging and ambigator jobs via scriptThomas White
2021-02-18GUI: Show ambiguity options box firstThomas White
This makes the GtkNotebook open on the right tab. See the documentation for gtk_notebook_set_current_page()
2021-02-18GUI: Actually run ambigator (local backend only)Thomas White
2021-02-18GUI: Track separately whether ambiguity operation should be usedThomas White
This allows values to be held for both, which is more helpful.
2021-02-17GUI: Re-work local backend plumbingThomas White
A single command line is not expressive enough for at least two cases: process_hkl, which needs to be run two extra times to generate the splits, and ambigator, which needs to have its input streams concatenated first. This also splits out the routine for creating the working folder and writing the notes file.
2021-02-17GUI: Move ambigator parameters to separate structureThomas White
2021-02-17GUI: Plumbing, ready to run ambigator jobThomas White
2021-02-17GUI: Generalise job notes pageThomas White
2021-02-17GUI: Move ambigator options into a GtkNotebookThomas White
2021-02-16GUI: Add ambigator optionsThomas White