Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-08 | Make peak box bigger (and add crosshairs) at high magnification | Thomas White | |
2020-09-08 | Select the right radio button in "Load data" dialogue box | 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-08 | Local/SLURM BE: Add full path to stream in results | Thomas White | |
2020-09-08 | Remove "Command line:" in stream | Thomas White | |
This wasn't present in the old version, and it was missing a space anyway. | |||
2020-09-08 | Un-export image_read_image_data | Thomas White | |
Not needed since f5b3c4db36fa. | |||
2020-09-08 | Set install_rpath for everything | Thomas White | |
See https://github.com/mesonbuild/meson/issues/2567 | |||
2020-09-07 | Set Show Reflections menu item when loading project | Thomas White | |
2020-09-07 | GUI: Set default peak radii to match indexamajig's defaults | Thomas White | |
2020-09-07 | Show cell parameters after "Index this frame" | Thomas White | |
2020-09-07 | Fix crystfel_indexing_opts_get_push_res | Thomas White | |
2020-09-07 | Fix update_peaks logic | Thomas White | |
2020-09-07 | crystfel_indexing_opts_set_cell_file: Also set iv->cell_file | Thomas White | |
Missed during 4bb4779998. | |||
2020-09-07 | Catch another "NULL" event -> // | Thomas White | |
2020-09-04 | Local BE: duplicate job title | Thomas White | |
add_result() takes ownership of all of these | |||
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-09-04 | Update imageview on change of results | Thomas White | |
2020-09-04 | stream_read_chunk: Set image->spectrum | Thomas White | |
2020-09-04 | draw_refls: Set line width | Thomas White | |
2020-09-04 | Add a FIXME | Thomas White | |
2020-09-04 | Ensure peak/reflection drawing option is set correctly | Thomas White | |
2020-09-04 | stream_make_index: Don't require an event ID for every chunk | Thomas White | |
Event ID is not written if not needed | |||
2020-09-04 | make_key: Handle NULL event | Thomas White | |
2020-09-04 | Look up and show results in GUI | Thomas White | |
2020-09-04 | API for looking up results via gui_result | Thomas White | |
2020-09-04 | New API for random access to stream | Thomas White | |
2020-09-02 | Get rid of STREAM_IMAGE_DATA | Thomas White | |
No longer needed, and didn't fit very well in the first place. | |||
2020-09-02 | New way of loading streams | Thomas 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-02 | Add a drop-down list of results | Thomas White | |
2020-09-02 | Store list of results for GUI | Thomas White | |
2020-09-02 | Fix job tracking logic | Thomas White | |
2020-09-01 | SLURM: Don't forget to close the stderr files | Thomas White | |
Also, don't print the entire contents every time. We'll have to find another way to track warning messages. | |||
2020-09-01 | SLURM: Store full path to stderr files | Thomas White | |
2020-09-01 | SLURM: Don't crash if stderr file can't be read | Thomas White | |
2020-09-01 | SLURM: Track job status | Thomas White | |
2020-09-01 | Keep a separate record of unit cell file | Thomas 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-01 | SLURM: Show error message if job can't be cancelled | Thomas White | |
2020-08-31 | Only write unit cell file to project file if it's set | Thomas White | |
2020-08-31 | SLURM: Implement cancel_task | Thomas White | |
2020-08-31 | SLURM: Separate stderr and stdout files for each block | 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: Don't use job response message in case of failure | Thomas White | |
2020-08-31 | SLURM: Give full path to indexamajig, and set up path | Thomas White | |
2020-08-31 | SLURM: Add option for extra PATH variable | Thomas White | |
2020-08-28 | Add hashbang to script | Thomas White | |
2020-08-28 | Fix premature unref of workdir_file | Thomas White | |
2020-08-28 | SLURM: Add environment | Thomas White | |