aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-09-11pattern_sim: Fix incorrect wavelength when simulating on CPUThomas White
Introduced by ee5e7f49c4c5826 and caught by standard test suite.
2020-09-10Local BE: Remove unused #includeThomas White
Not needed, and prevents compilation on Mac OS.
2020-09-10render_hkl: Fix non-Cairo render_za() implementationThomas White
2020-09-10render_hkl: Move struct resrings out of #ifdefThomas White
This causes a compilation failure when Cairo is not available.
2020-09-09CrystFELImageView: Skip entire draw_sig if image is NULLThomas White
2020-09-09CrystFELImageView: Better cross-hairsThomas White
2020-09-09Show job title in progress barThomas White
2020-09-09GUI: Do "Index this frame" in a temporary folderThomas White
2020-09-08Show prediction boxes at the right sizeThomas White
2020-09-08Add integration radii to CrystFELIndexingOptsThomas White
2020-09-08Add integration radii to projectThomas White
2020-09-08Fixup peak boxThomas White
2020-09-08Grey out next/prev buttons when at extremes of dataThomas White
2020-09-08Make peak box bigger (and add crosshairs) at high magnificationThomas White
2020-09-08Select the right radio button in "Load data" dialogue boxThomas White
2020-09-08Just use project structure in backendsThomas 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-08Local/SLURM BE: Add full path to stream in resultsThomas White
2020-09-07Set Show Reflections menu item when loading projectThomas White
2020-09-07GUI: Set default peak radii to match indexamajig's defaultsThomas White
2020-09-07Show cell parameters after "Index this frame"Thomas White
2020-09-07Fix crystfel_indexing_opts_get_push_resThomas White
2020-09-07Fix update_peaks logicThomas White
2020-09-07crystfel_indexing_opts_set_cell_file: Also set iv->cell_fileThomas White
Missed during 4bb4779998.
2020-09-04Local BE: duplicate job titleThomas White
add_result() takes ownership of all of these
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-09-04Update imageview on change of resultsThomas White
2020-09-04draw_refls: Set line widthThomas White
2020-09-04Add a FIXMEThomas White
2020-09-04Ensure peak/reflection drawing option is set correctlyThomas White
2020-09-04Look up and show results in GUIThomas White
2020-09-04API for looking up results via gui_resultThomas White
2020-09-02New way of loading streamsThomas 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-02Add a drop-down list of resultsThomas White
2020-09-02Store list of results for GUIThomas White
2020-09-02Fix job tracking logicThomas White
2020-09-01SLURM: Don't forget to close the stderr filesThomas White
Also, don't print the entire contents every time. We'll have to find another way to track warning messages.
2020-09-01SLURM: Store full path to stderr filesThomas White
2020-09-01SLURM: Don't crash if stderr file can't be readThomas White
2020-09-01SLURM: Track job statusThomas White
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-09-01SLURM: Show error message if job can't be cancelledThomas White
2020-08-31Only write unit cell file to project file if it's setThomas White
2020-08-31SLURM: Implement cancel_taskThomas White
2020-08-31SLURM: Separate stderr and stdout files for each blockThomas White
2020-08-31Split up job for submission via SLURMThomas White
2020-08-31GUI: Fix units of tolerancesThomas White
2020-08-31SLURM: Don't use job response message in case of failureThomas White
2020-08-31SLURM: Give full path to indexamajig, and set up pathThomas White