aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-08-30align_detector: Don't write constraints for fixed parametersThomas White
This avoids a warning from Millepede, and means we no longer need "skipemptycons" - which will make it easier to spot future problems.
2023-08-30align_detector: Add --out-of-planeThomas White
2023-08-28align_detector: stat() portabilityThomas White
2023-08-25align_detector: Output formattingThomas White
2023-08-25align_detector: Check for mixed-up Mille filesThomas White
2023-08-24align_detector: Refine x,y position and z-rotation onlyThomas White
2023-08-24align_detector: Delete old results file before running pedeThomas White
It doesn't always return an error code.
2023-08-24Use built-in Mille writer instead of wrapping C++ versionThomas White
2023-07-28align_detector: Friendlier user outputThomas White
2023-07-28Add (undocumented) Millepede option 'skipemptycons'Thomas White
2023-07-28Add hierarchy constraintsThomas White
2023-07-28align_detector: Decode labels and apply geometry correctionsThomas White
2023-07-28align_detector: Begin parsing Pede outputThomas White
2023-07-28No overall camera length shiftThomas White
2023-07-28align_detector: No overall detector rotationThomas White
2023-07-28align_detector: Set up Millepede steering file for specified refinement levelThomas White
2023-07-28Fix horribly confusing rotation labelsThomas White
2023-07-28Move Mille stuff to separate fileThomas White
2023-07-28adjust_detector: Don't show hierarchyThomas White
Too much console spam...
2023-07-28adjust_detector: Fix incorrect y shiftThomas White
2023-07-28Implement data_template_rotate_group()Thomas White
2023-07-28adjust_detector: Implement group translationThomas White
2023-07-28adjust_detector: Load geometry and show hierarchyThomas White
2023-07-28adjust_detector: Initial templateThomas White
2023-07-28align_detector: Run pedeThomas White
2023-07-28align_detector: Add --levelThomas White
2023-07-28align_detector: Initial skeletonThomas White
2023-07-28indexamajig: Hooks for MilleThomas White
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.