Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-26 | create_detgeom: Factorise panel template | Thomas White | |
2021-10-25 | CrystFELImageView: fix scrollbar adjustment ranges | Thomas White | |
Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/18 | |||
2021-10-22 | pair_peaks: Skip reflections if the indices are too large | Thomas White | |
2021-10-22 | reflection_new: Check indices are not too large | Thomas White | |
Previously, the combination of reflection_new and add_refl_to_list gave a way to side-step the usual check that the indices were not larger than 512. This causes corruption of the RefList, so much be avoided. | |||
2021-10-20 | Remove unused parameter | Thomas White | |
2021-10-20 | Fix column types for plain MTZ output | Thomas White | |
2021-10-20 | Add "plain" MTZ file layout, distinct from "Bijvoet" layout | Thomas White | |
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/52 | |||
2021-10-20 | GUI: Set project name in MTZ files | Thomas White | |
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/28 | |||
2021-10-20 | Set crystal name in MTZ files | Thomas White | |
When using the GUI, it will be set to the corresponding indexing result name. | |||
2021-10-20 | GUI: Track the indexing result from which each merge result came | Thomas White | |
2021-10-20 | Add photon_energy to ev_enum test files | Thomas White | |
Also fixes newline at end of files | |||
2021-10-20 | Reject geometry file if wavelength isn't specified | Thomas White | |
2021-10-20 | image_hdf5_read_peaks_cxi: Make sure array is big enough | Thomas White | |
2021-10-20 | Fussiness | Thomas White | |
2021-10-20 | image_hdf5_read_header_to_cache: Make space for terminator | Thomas White | |
2021-10-20 | Add a comment | Thomas White | |
2021-10-15 | Update INSTALL.md | Thomas White | |
2021-10-13 | Tweak INSTALL.md | Thomas White | |
2021-10-13 | CI: Remove ncurses | Thomas White | |
2021-10-13 | Meson: Get zlib via wrap | Thomas White | |
2021-10-13 | Make zlib dependency optional | Thomas White | |
2021-10-13 | Remove NCurses dependency | Thomas White | |
It's only used once, to get background colours for 'indexamajig --int-diag', itself a rarely used feature. The dependency itself seems to cause problems for some people, particularly those not using system libraries for everything. So I think it's better just to remove it, and use ANSI escape codes directly. | |||
2021-10-12 | GUI: Use proper overlines for reflection indices | Thomas White | |
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/19 | |||
2021-10-08 | INSTALL.md: Remove extra bracket | Thomas White | |
2021-10-07 | Update INSTALL.md | Thomas White | |
2021-10-07 | Meson: Get PinkIndexer via wrap | Thomas White | |
2021-10-07 | CI: Add gcc-c++ | Thomas White | |
2021-10-07 | Meson: Get Xgandalf via wrap | Thomas White | |
2021-09-30 | Doxygen: More improvements | Thomas White | |
2021-09-29 | Add missing Doxyfile-version.in | Thomas White | |
2021-09-29 | Doxygen: Exclude datatemplate_priv.h and uthash.h | Thomas White | |
2021-09-29 | Remove old references | Thomas White | |
2021-09-29 | Doxygen: Set EXTRACT_LOCAL_CLASSES = YES | Thomas White | |
This avoids that all of the private structures get included in the API documentation. | |||
2021-09-29 | Doxygen: Remove old references and optimise for C | Thomas White | |
2021-09-29 | Fix Doxygen version numbers | Thomas White | |
This also removes Doxygen from the CMake build system. It doesn't seem worth trying to make it work both ways. Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/48 | |||
2021-09-17 | SLURM: Add field for time limit | Thomas White | |
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/49 | |||
2021-09-17 | Update online.rst to mention HDF5 | Thomas White | |
2021-09-17 | indexamajig: Add --data-format | Thomas White | |
2021-09-17 | Warn if in-memory CBF is attempted | Thomas White | |
2021-09-17 | Handle headers from in-memory HDF5s | Thomas White | |
2021-09-17 | Handle in-memory HDF5s | Thomas White | |
2021-09-17 | Avoid pointless passing of image/event | Thomas White | |
2021-09-17 | Meson: Quieten down the libccp4c compilation | Thomas White | |
Hopefully we can get these warnings fixed upstream, but I don't think it will happen soon. | |||
2021-09-09 | CMake: Ensure rpath is set correctly in libcrystfel.so. | Takanori Nakane | |
2021-09-07 | ring_check: Fix data type for malloc size | Thomas White | |
2021-09-07 | partialator write_split: Handle zero crystals | Thomas White | |
The variable-sized array can't have zero size, so we need to check. | |||
2021-09-07 | indexamajig: Avoid crash on NULL event | Thomas White | |
2021-09-07 | add_stream: Fix data type for malloc size | Thomas White | |
2021-09-07 | GUI SLURM backend: Bail out if environment can't be allocated | Thomas White | |
2021-09-07 | GUI remove_task: Remove from list before freeing | Thomas White | |