aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-12-22indexamajig: Add --asapo-consumer-timeoutThomas White
This also reduces the default timeout to 500 ms.
2023-12-22indexamajig: Add --no-data-timeoutThomas White
2023-11-07SLURM: Move all sbatch parameters into scriptThomas White
This allows the user to re-run any job, if they want, or at least easily use the GUI's work as a template.
2023-11-06SLURM: Expose reservation and QoSThomas White
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/87
2023-10-02align_detector: Try to find 'pede' next to align_detector binaryThomas White
Lots of things can go wrong here, in which case it falls back to the shell search path.
2023-09-23indexamajig: Re-use the image data arraysThomas White
We noticed that constant freeing and re-allocating the (potentially quite large) arrays resulted in much lower performance. Since we know that all images have the same data layout, we can safely re-use the arrays. This gives a large speedup.
2023-09-23indexamajig: Add profile block for free-imageThomas White
2023-09-21indexamajig: Increase buffer size for Mille filenameThomas White
With the prefix, it can get quite long.
2023-09-20indexamajig: Add --mille-dirThomas White
2023-09-18Merge branch 'millepede'Thomas White
Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/3 Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/29
2023-09-13cell_explorer: Update "about" boxThomas White
2023-09-13cell_explorer: Add "clear selection"Thomas White
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