Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-12 | Add scripts/make-csplit | Thomas White | |
2020-09-22 | Remove old scripts | Thomas White | |
2020-09-10 | scripts/display-hdf5: Open file in read-only mode | Thomas White | |
2020-08-05 | Add scripts/display-hdf5 | Thomas White | |
2020-05-12 | scripts/*2hkl: Add reflection list header | Thomas White | |
2020-03-05 | transfer-geom: Only write coffset for panels which have them | Thomas White | |
2020-03-05 | plot-pr-contourmap: Don't use "print" | Thomas White | |
Makes it compatible with Python 3 | |||
2020-02-04 | extract-geom: Remove extra newlines | Thomas White | |
2020-01-10 | Remove scripts/cell-please | Thomas White | |
Replaced by cell_explorer many years ago | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-11-13 | extract-geom: Fix newline | Thomas White | |
2019-09-09 | turbo-index-slurm: Remove --workdir option | Thomas White | |
In the latest version, it's been renamed to --chdir. But it's not necessary anyway. The default working directory is the sbatch caller's directory. | |||
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. |