aboutsummaryrefslogtreecommitdiff
path: root/scripts/peakogram-stream
AgeCommit message (Collapse)Author
2022-08-24scripts/peakogram-stream: Better handling of multiple streamsThomas White
This allows the "-i" option to be given multiple times, instead of having to concatenate the streams via stdin.
2020-01-10Mass update of copyright datesThomas White
2017-11-23scripts/peakogram-stream: Show "predicted reflections" instead of "peaks"Thomas White
2017-11-14scripts/peakogram-stream: Change status message to avoid confusionThomas White
It uses predicted reflections, not found peaks
2017-11-14scripts/peakogram-stream: Handle "-" for inputThomas White
2017-10-19peakogram-stream: Fix list indices for beta and gamma anglesThomas White
Whoops!
2017-10-19peakogram-stream: Fix included peaksThomas White
The min and max values are specified inclusively.
2017-10-19peakogram-stream: Show the line and cell parameters when the maths goes wrongThomas White
2017-05-12Make all Python scripts compatible with Python 2 and 3Thomas 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.
2016-10-14Add scripts/peakogram-streamThomas White