Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Fix old warning message | 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 | Apply default unit scale factor only when value is from headers | Thomas White | |
Ugh. | |||
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-22 | Remove old scripts | Thomas White | |
2020-09-18 | Meson: Add another HDF5 compatibility setting | Thomas White | |
2020-09-18 | Meson: Add $ORIGIN/../lib to all RPATHs | Thomas White | |
Need both lib and lib64 | |||
2020-09-18 | CMake: GTK2 no longer supported | Thomas White | |
2020-09-17 | CMake: Change LIBRARIES to LDFLAGS | Thomas White | |
Necessary after conversion to pkg-config search, to make sure that custom paths get used. | |||
2020-09-17 | Add missing include | Thomas White | |
2020-09-17 | Ensure that fs dimension has higher index than ss | Thomas White | |
Reading from HDF5 cannot rearrange dimensions, only select a chunk. Therefore, the layout in memory needs to match the file. | |||
2020-09-16 | image_hdf5_read: Don't call image_free | Thomas White | |
You didn't allocate it, so you don't free it. | |||
2020-09-16 | Fix incorrect logic in HDF5 expansion | Thomas White | |
2020-09-11 | xgandalf: Remove C99-style 'for' declarations | 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 | gpu_sim_check: Fix pixel ranges in geometry | Thomas White | |
Doesn't affect the test itself, but makes the output easier to read | |||
2020-09-10 | scripts/display-hdf5: Open file in read-only mode | Thomas White | |
2020-09-10 | CMake: Use ${HDF5_C_LIBRARIES} instead of -lhdf5 | Thomas White | |
Fixes linking on Mac OS | |||
2020-09-10 | CMake: Don't compile image-msgpack.c if library is not found | Thomas White | |
2020-09-10 | CMake: Fix error text | Thomas White | |
2020-09-10 | CMake: Fix incorrect logical negation | Thomas White | |
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 | get_matrix_name: Improve string handling | Thomas White | |
2020-09-09 | CrystFELImageView: Skip entire draw_sig if image is NULL | Thomas White | |
2020-09-09 | Add optional measurement of time spent in indexers | 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-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 |