aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-02Merge branch 'get_hkl-input-fix' into 'master'Thomas White
get_hkl: fix --input long argument See merge request thomas.white/crystfel!9
2023-03-02get_hkl: fix --input long argumentPhilipp Middendorf
The help string indicated that get_hkl --input=foobar.hkl works, but it didn't.
2023-03-01Merge branch 'master' into 'master'Thomas White
Replace process_hkl_check_4 See merge request thomas.white/crystfel!7
2023-03-01process_hkl_check_4: Change temporary filenameParthasarathy 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-01Remove HAVE_SLURMThomas White
Not used any more, since a4c786d52613063d338ee010f4415e8a6aef0513
2023-03-01INSTALL.md: Mention NixOSThomas White
2023-03-01INSTALL.md: Improve GTK informationThomas White
2023-03-01Remove vestigial geoptimiser stuffThomas White
2023-02-24GUI: Avoid using format string for reminder windowThomas White
2023-02-20This is CrystFEL 0.10.20.10.2Thomas White
2023-02-20Fix small manual problemsThomas White
2023-02-20GUI: Update copyright dateThomas White
2023-02-20Update README.mdThomas White
2023-02-20speed.rst: Fix a typoThomas White
2023-02-17speed.rst: Fix some line breaksThomas White
2023-02-17Update speed.rstThomas White
2023-02-17asdf: Restrict domain for search for peaks in frequency graphAlexandra Tolstikova
Previously, it was possible for the search to run over the part of the array initialised by FFTW.
2023-02-17image_read_peaks: Fix a typoThomas White
2023-02-17indexamajig(1): Update text and fix untruthsThomas White
2023-02-17GUI: Automatically set appropriate extension for export filenameThomas White
2023-02-17strip_extension: Handle short strings betterThomas White
2023-02-17GUI: Complain more loudly about export errorsThomas White
2023-02-17GUI: Add a reminder about the space group in the export headersThomas White
2023-02-16GUI: Avoid GTK warning if FoM unit cell is not setThomas White
2023-02-15Tutorial: update screenshot with new iconsThomas White
Corrected version of commit.
2023-02-15Revert "Tutorial: update screenshot with new icons"Thomas White
This reverts commit 044560941c0aa28e1e809f148ce553e985b4e868. Accidentally committed stuff that should not be there yet.
2023-02-15Update ChangeLogThomas White
2023-02-15scripts/install-indexers: Mention that you have to modify the scriptThomas White
2023-02-15pointgroup.rst: Fix a couple of typosThomas White
2023-02-15Tutorial: update text about detector-shift and peakogram-streamThomas White
These are now installed (no more copy/chmod needed), and accessible from the GUI.
2023-02-15Tutorial: update screenshot with new iconsThomas White
2023-02-09pattern_sim: Fix up behaviour after DataTemplateThomas White
Analogous fixes to those done for partial_sim in 0effb5f83daf0317aa97a1cd10e7708551a25201.
2023-02-09partial_sim: Abort on unrecognised optionThomas White
2023-02-09partial_sim: Use separate filename for each frameThomas White
This makes it possible for the GUI to show the stream correctly.
2023-02-09partial_sim: Fix up behaviour after DataTemplateThomas 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-09Tutorial: be clear about working directoryThomas 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-08indexamajig: Use static clen as --camera-length-estimate, if givenThomas White
This makes it work the same way as --wavelength-estimate.
2023-02-08crystfel_geometry(5): Add missing documentation for 'bandwidth'Thomas White
2023-01-16CI: Update Fedora 35->37Thomas White
2023-01-16partial_sim: Add missing initialisation of qargs.dtemplThomas White
2023-01-16partial_sim: Add quaternion to streamThomas White
2023-01-16asdf: Avoid integer overflow with number of tripletsThomas White
Co-authored-by: Alexandra Tolstikova <alexandra.tolstikova@desy.de> Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/76
2023-01-16INSTALL.md: Add information about adding /usr/local paths to ld.so.confThomas White
2022-12-20Update ChangeLogThomas White
2022-12-20GUI: Rearrange FoM dialog slightlyThomas White
2022-12-20CrystFELFoMGraph: Adjust y-axis for FoMs that don't have a sensible rangeThomas White
2022-12-19CrystFELFoMGraph: use different colours for FoMsThomas White
2022-12-19GUI: Add FoM export in sensible formatThomas White
Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/26
2022-12-19GUI: FoM graph, part 6: instant action, show one dataset at a timeThomas White
Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/8
2022-12-14GUI: FoM graph, part 5: use in FoM dialogThomas White