Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-23 | partialator(1): Add missing partiality models | Thomas White | |
2020-10-23 | Add continuous integration via .gitlab-ci.yml | Philipp Middendorf | |
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-22 | image_expand_frames: When files are not HDF5, just return null events | Thomas White | |
2020-10-22 | compare_cell_parameters: Accept R/P pair as equivalent | Thomas White | |
See 0f18ff76a3d1f5979db for some discussion. | |||
2020-10-15 | Shuffle default order of indexing methods | Thomas White | |
2020-10-15 | Add TakeTwo to the list of indexers automatically used | Thomas White | |
2020-10-15 | TakeTwo: Limit number of seeds to 10, and reduce MAX_OBS_VECTORS to 300 | Thomas White | |
This gives a huge speed improvement, without sacrificing very much in indexing rate. | |||
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 | asdf: Fix incorrect units conversion for cell volume | Thomas White | |
2020-10-07 | Formatting fussiness | Thomas White | |
2020-10-07 | Improve indexer speed profiling | Thomas White | |
2020-10-07 | Fussiness | Thomas White | |
Commented out debug message is no longer relevant | |||
2020-10-07 | TakeTwo: Set tp->opts | Thomas White | |
2020-10-07 | TakeTwo: Fix get_chiral_holohedry for "hexagonal H" | Thomas White | |
Fixes CRYS-240 | |||
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-10-01 | asdf: Replace weird loop syntax | Thomas White | |
2020-09-30 | image_expand_frames: Report non-existent file properly | Thomas White | |
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-25 | stream_make_index: s/Indexing/Scanning/ | Thomas White | |
Because it sounds strange and confusing to index the indexing results. | |||
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 | 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 | |