Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-27 | cell_explorer: Continue (but complain) if a stream can't be readtom/dtempl | Thomas White | |
The GUI asks cell_explorer to load all the streams for a processing run, without knowing if the jobs have completed (or even started) yet. Therefore, cell_explorer needs to be a bit more tolerant. | |||
2020-10-27 | partialator: Don't copy detgeom | Thomas White | |
Detector geometry is not used for scaling/post-refinement | |||
2020-10-27 | Add a new StreamFlag for generating the detgeom structure | Thomas White | |
This is a hack, and should be replaced by something which gets the metadata from the stream rather than hitting the read image file every time. | |||
2020-10-26 | Label all uses of cell tolerances | Thomas White | |
I'm sick of fixing this same issue over and over again. New rule: any code handling unit cell tolerances MUST be labelled with details of units. | |||
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-22 | CrystFELIndexingOpts: Fix incorrect variable for push-res value | Thomas White | |
2020-10-22 | Skeleton for merging via GUI | Thomas White | |
2020-10-15 | Add TakeTwo to the list of indexers automatically used | Thomas White | |
2020-10-07 | Revert "Move asdf out of set of indexers used by default" | Thomas White | |
This reverts commit 62183aacf906f4aff771295aa378cff039dd50ff. The apparent slowness was due to a bug introduced in August 2019. See 2a8f415df845064186baa833f9fe1ad91c0f5753. | |||
2020-10-07 | Fussiness | Thomas White | |
Commented out debug message is no longer relevant | |||
2020-10-06 | Move asdf out of set of indexers used by default | Thomas White | |
Sadly, it has the same fatal flaw as TakeTwo: taking forever on a minority of patterns. | |||
2020-09-30 | indexamajig: Don't stop on first multi-frame file with no frames | Thomas White | |
2020-09-25 | cell_explorer: Improve progress counter | Thomas White | |
2020-09-24 | cell_explorer: Fix counting | Thomas White | |
2020-09-24 | GUI: Pass the real streams for the result to cell_explorer | Thomas White | |
2020-09-24 | Export find_result_by_name | Thomas White | |
2020-09-24 | Generalise get_indexamajig_exe to get_crystfel_exe | Thomas White | |
2020-09-24 | cell_explorer: Accept multiple streams on command line | Thomas White | |
2020-09-24 | Optionally avoid very new GTK features, for better backwards compatibility | Thomas White | |
2020-09-24 | Add "*.h5" match type | Thomas White | |
2020-09-24 | Show predicted but not integrated reflections in red | 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-24 | GUI: Always update peaks, even if they're not being displayed | Thomas White | |
"Index this frame" needs to make sure that peaks have been found, regardless of whether they're being displayed or not. | |||
2020-09-24 | SLURM: Avoid crash when batch system parameters are not set | Thomas White | |
2020-09-23 | GUI: Make sure peak detection is updated | Thomas White | |
2020-09-11 | pattern_sim: Fix incorrect wavelength when simulating on CPU | Thomas White | |
Introduced by ee5e7f49c4c5826 and caught by standard test suite. | |||
2020-09-10 | Local BE: Remove unused #include | Thomas White | |
Not needed, and prevents compilation on Mac OS. | |||
2020-09-10 | render_hkl: Fix non-Cairo render_za() implementation | Thomas White | |
2020-09-10 | render_hkl: Move struct resrings out of #ifdef | Thomas White | |
This causes a compilation failure when Cairo is not available. | |||
2020-09-09 | CrystFELImageView: Skip entire draw_sig if image is NULL | Thomas White | |
2020-09-09 | CrystFELImageView: Better cross-hairs | 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 | Show prediction boxes at the right size | Thomas White | |
2020-09-08 | Add integration radii to CrystFELIndexingOpts | Thomas White | |
2020-09-08 | Add integration radii to project | Thomas White | |
2020-09-08 | Fixup peak box | Thomas White | |
2020-09-08 | Grey out next/prev buttons when at extremes of data | Thomas White | |
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-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. |