Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-20 | indexamajig(1): Mention "nproc" | Thomas White | |
2023-04-20 | Revert "Refuse to overwrite an existing stream" | Thomas White | |
This was intended to help users avoid accidents. However, it seems to trip people up a lot, and creates problems such as breaking Slurm job pre-emption (re-scheduled job fails because output already exists). This reverts commit 6db9619ba5172b9e416a5939d375f5119aa652ff. | |||
2023-03-31 | Reject mask if good/bad bits are specified without location | Thomas White | |
This should avoid surprises if the location is accidentally missed out. | |||
2023-03-31 | Factorise p->masks[j] | Thomas White | |
Just to avoid repetition | |||
2023-03-31 | Reject unrecognised mask directives | Thomas White | |
2023-03-03 | INSTALL.md: Mention containers | Thomas White | |
2023-03-03 | Update README.md | Thomas White | |
2023-03-03 | libcrystfel: don't use fmemopen on aarch64-darwin | Philipp Middendorf | |
2023-03-02 | Merge branch 'get_hkl-input-fix' into 'master' | Thomas White | |
get_hkl: fix --input long argument See merge request thomas.white/crystfel!9 | |||
2023-03-02 | get_hkl: fix --input long argument | Philipp Middendorf | |
The help string indicated that get_hkl --input=foobar.hkl works, but it didn't. | |||
2023-03-01 | Merge branch 'master' into 'master' | Thomas White | |
Replace process_hkl_check_4 See merge request thomas.white/crystfel!7 | |||
2023-03-01 | process_hkl_check_4: Change temporary filename | Parthasarathy Tirumalai | |
This test used "tempf.hkl", whereas process_hkl_check_1 used "tempF.hkl". This led to a race condition when running tests in parallel on an case-insensitive filesystem (Mac). | |||
2023-03-01 | Remove HAVE_SLURM | Thomas White | |
Not used any more, since a4c786d52613063d338ee010f4415e8a6aef0513 | |||
2023-03-01 | INSTALL.md: Mention NixOS | Thomas White | |
2023-03-01 | INSTALL.md: Improve GTK information | Thomas White | |
2023-03-01 | Remove vestigial geoptimiser stuff | Thomas White | |
2023-02-24 | GUI: Avoid using format string for reminder window | Thomas White | |
2023-02-20 | This is CrystFEL 0.10.20.10.2 | Thomas White | |
2023-02-20 | Fix small manual problems | Thomas White | |
2023-02-20 | GUI: Update copyright date | Thomas White | |
2023-02-20 | Update README.md | Thomas White | |
2023-02-20 | speed.rst: Fix a typo | Thomas White | |
2023-02-17 | speed.rst: Fix some line breaks | Thomas White | |
2023-02-17 | Update speed.rst | Thomas White | |
2023-02-17 | asdf: Restrict domain for search for peaks in frequency graph | Alexandra Tolstikova | |
Previously, it was possible for the search to run over the part of the array initialised by FFTW. | |||
2023-02-17 | image_read_peaks: Fix a typo | Thomas White | |
2023-02-17 | indexamajig(1): Update text and fix untruths | Thomas White | |
2023-02-17 | GUI: Automatically set appropriate extension for export filename | Thomas White | |
2023-02-17 | strip_extension: Handle short strings better | Thomas White | |
2023-02-17 | GUI: Complain more loudly about export errors | Thomas White | |
2023-02-17 | GUI: Add a reminder about the space group in the export headers | Thomas White | |
2023-02-16 | GUI: Avoid GTK warning if FoM unit cell is not set | Thomas White | |
2023-02-15 | Tutorial: update screenshot with new icons | Thomas White | |
Corrected version of commit. | |||
2023-02-15 | Revert "Tutorial: update screenshot with new icons" | Thomas White | |
This reverts commit 044560941c0aa28e1e809f148ce553e985b4e868. Accidentally committed stuff that should not be there yet. | |||
2023-02-15 | Update ChangeLog | Thomas White | |
2023-02-15 | scripts/install-indexers: Mention that you have to modify the script | Thomas White | |
2023-02-15 | pointgroup.rst: Fix a couple of typos | Thomas White | |
2023-02-15 | Tutorial: update text about detector-shift and peakogram-stream | Thomas White | |
These are now installed (no more copy/chmod needed), and accessible from the GUI. | |||
2023-02-15 | Tutorial: update screenshot with new icons | Thomas White | |
2023-02-09 | pattern_sim: Fix up behaviour after DataTemplate | Thomas White | |
Analogous fixes to those done for partial_sim in 0effb5f83daf0317aa97a1cd10e7708551a25201. | |||
2023-02-09 | partial_sim: Abort on unrecognised option | Thomas White | |
2023-02-09 | partial_sim: Use separate filename for each frame | Thomas White | |
This makes it possible for the GUI to show the stream correctly. | |||
2023-02-09 | partial_sim: Fix up behaviour after DataTemplate | Thomas White | |
It's been broken for a long time. Now, at least it does what the documentation says it does. Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/78 | |||
2023-02-09 | Tutorial: be clear about working directory | Thomas White | |
The tutorial won't work, if followed exactly, unless the mask is in the working directory. Saving it next to the geometry file, but in a different folder, won't work. Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/77 | |||
2023-02-08 | indexamajig: Use static clen as --camera-length-estimate, if given | Thomas White | |
This makes it work the same way as --wavelength-estimate. | |||
2023-02-08 | crystfel_geometry(5): Add missing documentation for 'bandwidth' | Thomas White | |
2023-01-16 | CI: Update Fedora 35->37 | Thomas White | |
2023-01-16 | partial_sim: Add missing initialisation of qargs.dtempl | Thomas White | |
2023-01-16 | partial_sim: Add quaternion to stream | Thomas White | |
2023-01-16 | asdf: Avoid integer overflow with number of triplets | Thomas White | |
Co-authored-by: Alexandra Tolstikova <alexandra.tolstikova@desy.de> Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/76 |