Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2016-01-16 | scripts/ave-resolution: Show histogram of resolution values | Thomas White | |
2015-12-03 | scripts/turbo-index: Add missing "done" | Thomas White | |
2015-10-15 | Improved scripts/plot-predict-refine | Thomas White | |
2015-09-22 | scripts/peak-intensity: re-write and update for latest format | Thomas White | |
2015-07-21 | Add scripts/turbo-index | Thomas White | |
2015-06-25 | scripts/plot-predict-refine: Fix pointless line | Thomas White | |
2015-04-28 | Remove camera length refinement | Thomas White | |
...because it very often seems to cause problems. | |||
2015-04-28 | detector-shift: Improve | Thomas White | |
2015-04-20 | Add a simple rejection criterion to the prediction refinement | Thomas White | |
2015-04-20 | Improve and fix scripts/detector-shift | Thomas White | |
Because of a bug in the regexp, it did not apply the shifts to all panels. | |||
2015-04-20 | plot-detector-shift: More improvements | Thomas White | |
2015-04-20 | scripts/plot-detector-shift: Fix aspect ratio, general improvements | Thomas White | |
2015-04-20 | scripts/plot-detector-shift: Remove silly vertical line | Thomas White | |
2015-04-20 | Add new scripts for detector shifts | Thomas White | |
2015-04-20 | Add plot-predict-refine and plot-radius-resolution | Thomas White | |
2015-04-20 | scripts/indexed-filenames: Keep track of event IDs as well, if necessary | Thomas White | |
2015-04-20 | scripts/compare-hkl.gp: Improve | Thomas White | |
2015-04-01 | Add scripts/crystal-frame-number | Thomas White | |
2015-04-01 | check-{peak-detection,near-bragg}: add ability to skip events | Thomas White | |
2015-04-01 | Add scripts/ave-resolution | Thomas White | |
2014-12-14 | Fix chekc-near-bragg (again) | Thomas White | |
2014-12-14 | Fix check-near-bragg | Thomas White | |
2014-12-13 | Update check-near-bragg and cheak-peak-detection for multi-event files | Thomas White | |
2014-09-19 | Fix variable name in plot-cc-and-scale.R | Takanori Nakane | |
Plot histogram of CC. Conflicts: scripts/plot-cc-and-scale.R | |||
2014-09-18 | Tidy up scaling/CCs a bit | Thomas White | |
2014-09-18 | Added scripts/plot-cc-and-scale.R to show how to plot | Takanori Nakane | |
frame-wise statistics from process_hkl. | |||
2014-08-15 | Add add-beam-params and find-pairs | Thomas White | |
2014-05-23 | Tidy up gen-sfs and gen-sfs-expand | Thomas White | |
2014-05-23 | gen-sfs didn't output the phases in the .hkl file | Lorenzo Galli | |
2014-05-23 | new reflection list format | Chuck | |
2014-05-23 | Added script for expanding to P1 | Chuck | |
2014-05-21 | scripts/gen-sfs: Update reflection list format (again) | Thomas White | |
2014-05-16 | Fix obvious bug in scripts/gen-sfs | Thomas White | |
2014-04-29 | scripts/gen-sfs-ano: Update reflection list format | Thomas White | |
2014-04-03 | scripts/truncate-stream: Fix duplicated chunk end marker | Thomas White | |
2014-03-27 | scripts/create-mtz: Update for new reflection list format | Thomas White | |