aboutsummaryrefslogtreecommitdiff
path: root/scripts/stream2sol.py
AgeCommit message (Collapse)Author
2021-04-01Fix authorship for stream2sol.pyThomas White
2021-04-01FromFile indexer, stream2sol.py: Remove space escapingThomas White
This isn't necessary after all, for the same reason that im-sandbox doesn't need escaping: it can count off the fields where spaces aren't allowed, and anything left is the filename. I was over-thinking things.
2021-03-31FromFile indexer, stream2sol.py: Handle spaces in filenameThomas White
2021-03-31FromFile indexer, stream2sol.py: Add/update copyright commentsThomas White
2021-03-31stream2sol.py: Remove --include-parsThomas White
These are now obsolete, and the distributed version of CrystFEL will choke on them.
2021-03-31stream2sol.py: Remove unused definitionsThomas White
2021-03-31stream2sol.py: Add lattice type, centering and unique axisThomas White
2021-03-31stream2sol.py: Strip trailing whitespaceThomas White
2021-03-31stream2sol.py: Initial importThomas White