aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-07-27Fix some more memory leaksThomas White
2023-07-26indexamajig: Fix a few small memory leaksThomas White
2023-07-25indexamajig: Add missing initialiserThomas White
2023-07-11partialator: Add --unmerged-outputThomas White
2023-06-09ASAP::O: Set correct ingest mode for producerThomas White
2023-06-03ASAP::O: Add verbose logging for hits-only streamThomas White
Caution: extreme console spam
2023-06-03ASAP::O: Increase number of sender threadsThomas White
2023-06-03ASAP::O: Reduce verbosityThomas White
2023-06-03Fix missing error textThomas White
2023-06-03ASAP::O: Use unique filename for hitsThomas White
2023-06-03ASAP::O: Reduce producer timeoutThomas White
2023-06-03ASAP::O: Fix some uninitialised stuffThomas White
2023-06-02ASAP::O: Make output stream write conditionalThomas White
2023-06-02ASAP::O: Use input stream name as output (add _hits to data source)Thomas White
This means we don't need a stream name any more, so --asapo-output-stream became a simple flag parameter.
2023-06-02ASAP::O: Use XX_hits for producer data sourceThomas White
2023-06-02Avoid strcmp(..., NULL)Thomas White
2023-06-01indexamajig: Add --asapo-output-stream (hits only)Thomas White
2023-06-01ASAP::O: Use message ID as serial numberThomas White
2023-06-01indexamajig: Avoid is_hdf5_file(NULL, ...)Thomas White
2023-05-05indexamajig: Catch common error '-i input.h5'Thomas White
2023-05-05list_events: Catch common error '-i input.h5'Thomas White
2023-05-05Move peak search parameters into separate structureThomas White
This change takes the peak parameters structure from gui_project.h, moves it to libcrystfel/peaks.h and uses it everywhere. It should slightly reduce the hassle involved with adding a new parameter. Four parameters (noisefilter, median_filter, check_hdf5_snr, use_saturated) were previously not part of the GUI project structure. Now they are, via the new structure. However, they are not yet exposed via the GUI and just take their default values.
2023-05-02Avoid unused variable if compiled without HAVE_SCHED_SETAFFINITYThomas White
2023-05-02indexamajig: Add --cpu-pinThomas White
Similar code was stripped out 3.5 years ago by 4f4e5d05269eee6b192c271f2f9730a1ad3a4fbd. However, it seems there are still systems where it improves performance a lot.
2023-05-02Remove pattern_sim and partial_simThomas White
Use of these programs has been following this pattern for several years: 1. Neglect 2. Once yearly attempt by someone to use either tool 3. Discovery that it's totally broken 4. Bug report and fast bug fix 5. Go to 1. For more discussion, see the issue referenced below. Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/81
2023-05-02Remove CMake build filesThomas White
It's already far behind parity with Meson, and getting worse.
2023-04-20compare_hkl: Recognise --fom=cc*, cc1/2 and cchalfThomas White
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-01Remove vestigial geoptimiser stuffThomas White
2023-02-24GUI: Avoid using format string for reminder windowThomas White
2023-02-20GUI: Update copyright dateThomas White
2023-02-17GUI: Automatically set appropriate extension for export filenameThomas 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-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-08indexamajig: Use static clen as --camera-length-estimate, if givenThomas White
This makes it work the same way as --wavelength-estimate.
2023-01-16partial_sim: Add missing initialisation of qargs.dtemplThomas White
2023-01-16partial_sim: Add quaternion to streamThomas 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