aboutsummaryrefslogtreecommitdiff
path: root/src/gui_index.c
AgeCommit message (Expand)Author
2021-03-04SLURM: Set serial offset for indexamajig jobsThomas White
2021-03-04read_number_processed: Only look at end of log fileThomas White
2021-03-03GUI: Submit indexing jobs as job arrays, not individual jobsThomas White
2021-03-01GUI: Fix counting of processed frames during indexingThomas White
2021-03-01Local BE: Write a script and run itThomas White
2021-03-01GUI: Pass --peak-radius to indexamajigThomas White
2021-03-01GUI: Pass --int-radius to indexamajigThomas White
2021-03-01GUI: Fix some command-line options for indexamajigThomas White
2021-02-26GUI: Automatically generate new job namesThomas White
2021-02-26Remove unused variablesThomas White
2021-02-25GUI: Factorise force_{peaks,refls}_onThomas White
2021-02-22Set peak and reflection radii after indexing one patternThomas White
2021-02-22Fussiness (extreme)Thomas White
2021-02-22Read job progress from written log files, even for local BEThomas White
2021-02-17GUI: Use unified job notes routine for indexingThomas White
2020-12-11result -> indexing_resultThomas White
2020-12-04GUI: Set wrap mode for "notes" boxThomas White
2020-11-30Move get_crystfel_exe and get_crystfel_path_str to crystfel_gui.cThomas White
2020-11-20Move indexing option tabs to side, and rearrangeThomas White
2020-11-20GUI: Add stream output options including metadata to copyThomas White
2020-10-30Bring common GTK routines into separate fileThomas White
2020-10-26Fix tolerance units in GUIThomas White
2020-10-23new_job -> new_index_jobThomas White
2020-10-07FussinessThomas White
2020-09-24GUI: Pass the real streams for the result to cell_explorerThomas White
2020-09-24Generalise get_indexamajig_exe to get_crystfel_exeThomas White
2020-09-24Use cell_print in index_onceThomas White
2020-09-24Use integration radii in GUI indexingThomas White
2020-09-09Show job title in progress barThomas White
2020-09-09GUI: Do "Index this frame" in a temporary folderThomas White
2020-09-08Add integration radii to CrystFELIndexingOptsThomas White
2020-09-08Just use project structure in backendsThomas White
2020-09-07Show cell parameters after "Index this frame"Thomas White
2020-09-07Fix update_peaks logicThomas White
2020-09-04Omit some more arguments if NULLThomas White
2020-09-04Add results from new indexing jobThomas White
2020-09-04Set results selector to "internal" when indexing one patternThomas White
2020-08-31Split up job for submission via SLURMThomas White
2020-08-31GUI: Fix units of tolerancesThomas White
2020-08-31SLURM: Give full path to indexamajig, and set up pathThomas White
2020-08-28Insist on a job nameThomas White
2020-08-27Construct complete command line for indexamajigThomas White
2020-08-27Don't close indexing dialog if there is a problemThomas White
2020-08-26Add job title and notes fieldsThomas White
2020-08-26Remove double assignment of indexing_backend_opts_boxThomas White
2020-08-25Fix show peaks/refls logicThomas White
2020-08-25Create a progress bar for each running jobThomas White
2020-08-25Read/write backend optionsThomas White
2020-08-25Final (?) version of backend APIThomas White
2020-08-21Framework for backend parameters via GUIThomas White