aboutsummaryrefslogtreecommitdiff
path: root/scripts/truncate-stream
AgeCommit message (Collapse)Author
2020-01-10Mass update of copyright datesThomas White
2018-01-19scripts/truncate-stream: Fix missing crystal start markerThomas White
Affects chunks with multiple crystals. Previously, the crystal start marker for the second and subsequent crystals was missed.
2017-12-07scripts/truncate_stream: Accept input on stdinThomas 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.
2014-04-03scripts/truncate-stream: Fix duplicated chunk end markerThomas White
2014-03-21Add scripts/truncate-streamThomas White