aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-12-14GUI: FoM graph, part 4: y-axesThomas White
2022-12-13GUI: FoM graph, part 3: x-axisThomas White
2022-12-13GUI: FoM graph, part 2: Data APIThomas White
2022-12-13GUI: FoM graph, part 1: Skeleton widget codeThomas White
2022-12-08Zaef peak search: set an upper limit on the number of peaksThomas White
This avoids an apparently infinite loop with some corner case input.
2022-12-08image_cbf_read: Abort if panel unpack failsThomas White
2022-12-07crystfel_geometry(5): Add a missing equals signThomas White
2022-12-02scripts/install-indexers: Handle various platformsThomas White
Previously, it assumed Linux and x86_64 Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/74
2022-12-02GUI: Add PNG versions of all iconsThomas White
SVG icons are nice, but need a gdk-pixbuf loader which isn't always available. This commit also removes some files that were accidentally included in the gresource.xml file.