Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-17 | scripts/plot-pr: Allow the use of folder names other than "pr-logs" | Thomas White | |
2019-06-21 | scripts/plot-pr-contourmap: Allow the use of folder names other than "pr-logs" | Thomas White | |
2019-06-19 | Rename scripts/plot-contourmap -> scripts/plot-pr-contourmap | Thomas White | |
2019-04-12 | move-entire-detector: Add z direction | Thomas White | |
2019-03-15 | extract-geom: Don't add extra newlines | Thomas White | |
2019-03-06 | turbo-index-slurm: Comment out --nice value | Thomas White | |
It's not needed as long as the queue implements proper fair sharing between users. | |||
2019-03-05 | check-{near-bragg,peak-detection}: Give better errors | Thomas White | |
2019-02-08 | scripts/plot-contourmap: Specify colours of contour lines | Thomas White | |
2018-12-11 | scripts/detector-shift: Click to choose different center | Chun Hong Yoon | |
2018-11-13 | Add some new scripts | Thomas White | |
2018-09-16 | scripts/sum-peaks: Accept - for stdin | Thomas White | |
2018-09-14 | Update turbo-index-lsf to match turbo-index-slurm as much as possible | Thomas White | |
2018-09-02 | ave-resolution: Accept - for stdin | Thomas White | |
2018-06-29 | Add scripts/extract-geom | Thomas White | |
2018-06-28 | Fix check-near-bragg | Thomas White | |
2018-06-22 | check-near-bragg/check-peak-detection: Give better error message | Thomas White | |
2018-06-10 | indexamajig: Estimate resolution based on peaks only | Thomas White | |
2018-05-31 | check_{peak_detection,near_bragg}: Warn if stream is older than image | Thomas White | |
2018-05-11 | Much better way of stripping the audit information out of hkl files | Thomas White | |
2018-02-27 | Add scripts/plot-pr and scripts/plot-contourmap | Thomas White | |
2018-02-08 | Add scripts/sum-hdf5-files | Thomas White | |
2018-02-08 | Add scripts/eiger-badmap | Thomas White | |
2018-01-19 | scripts/truncate-stream: Fix missing crystal start marker | Thomas White | |
Affects chunks with multiple crystals. Previously, the crystal start marker for the second and subsequent crystals was missed. | |||
2017-12-12 | scripts/turbo-index-slurm: Use --serial-start | Thomas White | |
2017-12-07 | scripts/truncate_stream: Accept input on stdin | Thomas White | |
2017-11-23 | scripts/peakogram-stream: Show "predicted reflections" instead of "peaks" | Thomas White | |
2017-11-14 | scripts/peakogram-stream: Change status message to avoid confusion | Thomas White | |
It uses predicted reflections, not found peaks | |||
2017-11-14 | scripts/peakogram-stream: Handle "-" for input | Thomas White | |
2017-11-14 | scripts/detector-shift: Handle "-" for input | Thomas White | |
2017-10-19 | peakogram-stream: Fix list indices for beta and gamma angles | Thomas White | |
Whoops! | |||
2017-10-19 | peakogram-stream: Fix included peaks | Thomas White | |
The min and max values are specified inclusively. | |||
2017-10-19 | peakogram-stream: Show the line and cell parameters when the maths goes wrong | Thomas White | |
2017-10-18 | move-entire-detector: Fix output filename | Thomas White | |
2017-10-18 | New version of sum-peaks | Thomas White | |
This version gets the array dimensions automatically. However, it still assumes the data is "slabby". | |||
2017-07-25 | create-mtz: Tidy up create-mtz.temp.hkl file | Thomas White | |
2017-07-25 | Fix typo in author name | Thomas White | |
Whoops. Sorry Suzuki-san! | |||
2017-05-17 | Actually add scripts/sum-peaks | Thomas White | |
2017-05-12 | Make all Python scripts compatible with Python 2 and 3 | Thomas White | |
It would be nice to upgrade completely to Python 3, but this may create problems at SLAC because psana only supports Python 2 (Python 3 is available, but means that users have to jump through hoops to run a simple CrystFEL script). None of our scripts do anything complicated, so they can all be compatible with both so far. If anyone adds a script which requires a particular version, make sure to specify the version in the first line, consistent with PEP 394. | |||
2017-03-08 | Add SLURM version of turbo-index script | Thomas White | |
2016-10-14 | Add scripts/peakogram-stream | Thomas White | |
2016-08-16 | scripts/move-entire-detector: Use argparse instead of optparse | Thomas White | |
The main motivation for this was that argparse handles positional arguments which start with minus signs, which is the behaviour we prefer here. | |||
2016-08-16 | scripts/create-mtz: Update to handle unknown number of lines after end marker | Thomas White | |
2016-08-03 | Add scripts/move-entire-detector and scripts/split-by-mask | Thomas White | |
2016-03-22 | scripts/fg-graph: Remove "monochrome" | Thomas White | |
Not sure what this is doing here, or why it wasn't noticed before... | |||
2016-03-22 | scripts/detector-shift: Show a 'heat map' histogram of detector offset | Thomas White | |
2016-03-22 | scripts/detector-shift: Handle panel resolutions correctly | Thomas White | |
2016-03-21 | Make scripts/gaincal-to-saturation-map executable | Thomas White | |
2016-03-18 | Add scripts/gaincal-to-saturation-map | Thomas White | |
2016-03-01 | scripts/check-peak-detection: Initialise $event | Thomas White | |
2016-01-29 | Perform prediction refinement straight after indexing | Thomas White | |
This allows indexing to be attempted again (either a new method or with "retry") if the prediction refinement fails, increasing overall indexing rate. Side-effect: there are some hoops which would need to be jumped through to store the profile radius before refinement and hence enable scripts/plot-predict-refine to work. For now, we'll ignore this as it's clear that the prediction refinement is working. |