aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-07FussinessThomas White
Commented out debug message is no longer relevant
2020-10-07TakeTwo: Set tp->optsThomas White
2020-10-07TakeTwo: Fix get_chiral_holohedry for "hexagonal H"Thomas White
Fixes CRYS-240
2020-10-06Move asdf out of set of indexers used by defaultThomas White
Sadly, it has the same fatal flaw as TakeTwo: taking forever on a minority of patterns.
2020-10-01asdf: Replace weird loop syntaxThomas White
2020-09-30image_expand_frames: Report non-existent file properlyThomas White
2020-09-30indexamajig: Don't stop on first multi-frame file with no framesThomas White
2020-09-25cell_explorer: Improve progress counterThomas White
2020-09-25stream_make_index: s/Indexing/Scanning/Thomas White
Because it sounds strange and confusing to index the indexing results.
2020-09-24cell_explorer: Fix countingThomas White
2020-09-24GUI: Pass the real streams for the result to cell_explorerThomas White
2020-09-24Export find_result_by_nameThomas White
2020-09-24Generalise get_indexamajig_exe to get_crystfel_exeThomas White
2020-09-24cell_explorer: Accept multiple streams on command lineThomas White
2020-09-24Optionally avoid very new GTK features, for better backwards compatibilityThomas White
2020-09-24Add "*.h5" match typeThomas White
2020-09-24Show predicted but not integrated reflections in redThomas White
2020-09-24Fix old warning messageThomas White
2020-09-24Use cell_print in index_onceThomas White
2020-09-24Use integration radii in GUI indexingThomas White
2020-09-24Apply default unit scale factor only when value is from headersThomas White
Ugh.
2020-09-24GUI: Always update peaks, even if they're not being displayedThomas White
"Index this frame" needs to make sure that peaks have been found, regardless of whether they're being displayed or not.
2020-09-24SLURM: Avoid crash when batch system parameters are not setThomas White
2020-09-23GUI: Make sure peak detection is updatedThomas White
2020-09-22Remove old scriptsThomas White
2020-09-18Meson: Add another HDF5 compatibility settingThomas White
2020-09-18Meson: Add $ORIGIN/../lib to all RPATHsThomas White
Need both lib and lib64
2020-09-18CMake: GTK2 no longer supportedThomas White
2020-09-17CMake: Change LIBRARIES to LDFLAGSThomas White
Necessary after conversion to pkg-config search, to make sure that custom paths get used.
2020-09-17Add missing includeThomas White
2020-09-17Ensure that fs dimension has higher index than ssThomas White
Reading from HDF5 cannot rearrange dimensions, only select a chunk. Therefore, the layout in memory needs to match the file.
2020-09-16image_hdf5_read: Don't call image_freeThomas White
You didn't allocate it, so you don't free it.
2020-09-16Fix incorrect logic in HDF5 expansionThomas White
2020-09-11xgandalf: Remove C99-style 'for' declarationsThomas White
2020-09-11pattern_sim: Fix incorrect wavelength when simulating on CPUThomas White
Introduced by ee5e7f49c4c5826 and caught by standard test suite.
2020-09-10gpu_sim_check: Fix pixel ranges in geometryThomas White
Doesn't affect the test itself, but makes the output easier to read
2020-09-10scripts/display-hdf5: Open file in read-only modeThomas White
2020-09-10CMake: Use ${HDF5_C_LIBRARIES} instead of -lhdf5Thomas White
Fixes linking on Mac OS
2020-09-10CMake: Don't compile image-msgpack.c if library is not foundThomas White
2020-09-10CMake: Fix error textThomas White
2020-09-10CMake: Fix incorrect logical negationThomas White
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-09get_matrix_name: Improve string handlingThomas White
2020-09-09CrystFELImageView: Skip entire draw_sig if image is NULLThomas White
2020-09-09Add optional measurement of time spent in indexersThomas 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