Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | GUI: Add NULL filename for FromFile indexing (which isn't used here) | Thomas White | |
2021-03-11 | indexamajig: Add --max-indexer-threads | Thomas White | |
This is a more general replacement for --pinkIndexer-thread-count. | |||
2021-03-11 | indexamajig: Add --wavelength-estimate | Thomas White | |
This is a more sensible non-indexer-specific and non-Xray-specific replacement for --pinkIndexer-override-photon-energy | |||
2021-03-05 | Mass update of copyright dates in source code comments | Thomas White | |
2021-03-04 | SLURM: Set serial offset for indexamajig jobs | Thomas White | |
2021-03-04 | read_number_processed: Only look at end of log file | Thomas White | |
2021-03-03 | GUI: Submit indexing jobs as job arrays, not individual jobs | Thomas White | |
2021-03-01 | GUI: Fix counting of processed frames during indexing | Thomas White | |
2021-03-01 | Local BE: Write a script and run it | Thomas White | |
This easily gives us the stdout.log and stderr.log needed for monitoring the job. | |||
2021-03-01 | GUI: Pass --peak-radius to indexamajig | Thomas White | |
Another one missed out before. | |||
2021-03-01 | GUI: Pass --int-radius to indexamajig | Thomas 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-01 | GUI: Fix some command-line options for indexamajig | Thomas White | |
2021-02-26 | GUI: Automatically generate new job names | Thomas White | |
2021-02-26 | Remove unused variables | Thomas White | |
2021-02-25 | GUI: Factorise force_{peaks,refls}_on | Thomas White | |
This should help avoid them getting out of sync. Again. | |||
2021-02-22 | Set peak and reflection radii after indexing one pattern | Thomas White | |
This ensures that the display matches the parameters that were last used. | |||
2021-02-22 | Fussiness (extreme) | Thomas White | |
2021-02-22 | Read job progress from written log files, even for local BE | Thomas White | |
This simplifies the backends somewhat, and makes them look more similar - e.g. there is now only one routine to find out how far along a merging job is. It has the added bonus of adding a log file for local jobs, which we would've had to add soon anyway. | |||
2021-02-17 | GUI: Use unified job notes routine for indexing | Thomas White | |
Like with merging, this makes the required job name more prominent. | |||
2020-12-11 | result -> indexing_result | Thomas White | |
Because shortly we will have merging_result as well | |||
2020-12-04 | GUI: Set wrap mode for "notes" box | Thomas White | |
2020-11-30 | Move get_crystfel_exe and get_crystfel_path_str to crystfel_gui.c | Thomas White | |
2020-11-20 | Move indexing option tabs to side, and rearrange | Thomas White | |
This seems to give a more compact and logical layout | |||
2020-11-20 | GUI: Add stream output options including metadata to copy | Thomas White | |
2020-10-30 | Bring common GTK routines into separate file | Thomas White | |
2020-10-26 | Fix tolerance units in GUI | Thomas White | |
2020-10-23 | new_job -> new_index_job | Thomas White | |
Because we now have new_merge_job as well. | |||
2020-10-07 | Fussiness | Thomas White | |
Commented out debug message is no longer relevant | |||
2020-09-24 | GUI: Pass the real streams for the result to cell_explorer | Thomas White | |
2020-09-24 | Generalise get_indexamajig_exe to get_crystfel_exe | Thomas White | |
2020-09-24 | Use cell_print in index_once | Thomas White | |
2020-09-24 | Use integration radii in GUI indexing | Thomas White | |
2020-09-09 | Show job title in progress bar | Thomas White | |
2020-09-09 | GUI: Do "Index this frame" in a temporary folder | Thomas White | |
2020-09-08 | Add integration radii to CrystFELIndexingOpts | Thomas White | |
2020-09-08 | Just use project structure in backends | Thomas White | |
We have to pass the crystfelproject anyway, to add the new results to the list. It seems messy to pass everything else separately, when at this moment the values must be exactly what is in the project structure anyway. | |||
2020-09-07 | Show cell parameters after "Index this frame" | Thomas White | |
2020-09-07 | Fix update_peaks logic | Thomas White | |
2020-09-04 | Omit some more arguments if NULL | Thomas White | |
2020-09-04 | Add results from new indexing job | Thomas White | |
2020-09-04 | Set results selector to "internal" when indexing one pattern | Thomas White | |
2020-08-31 | Split up job for submission via SLURM | Thomas White | |
2020-08-31 | GUI: Fix units of tolerances | Thomas White | |
2020-08-31 | SLURM: Give full path to indexamajig, and set up path | Thomas White | |
2020-08-28 | Insist on a job name | Thomas White | |
2020-08-27 | Construct complete command line for indexamajig | Thomas White | |
2020-08-27 | Don't close indexing dialog if there is a problem | Thomas White | |
2020-08-26 | Add job title and notes fields | Thomas White | |
This required a bit of callback re-wiring | |||
2020-08-26 | Remove double assignment of indexing_backend_opts_box | Thomas White | |
A leftover from a previous experimental implementation | |||
2020-08-25 | Fix show peaks/refls logic | Thomas White | |