updated instructions at top of script

This commit is contained in:
Beale John Henry
2025-05-08 15:41:21 +02:00
parent 4176f5425d
commit b4fdde80c2

View File

@@ -4,17 +4,17 @@
"""
# aim
randomly select a series of crystals from a stream file and
then compile them into the correctly formated .stream
selects crystals based on their unit cell values
# usage
python stream_random.py -s <path to stream>
-o output file names
-n sample size
-r how many repeat random samples do you want?
-c tolerance of cell axes to accept
-a tolerance of angles to accept
-i ideal central lengths to accept
# output
.stream file with random sample of xtals
.stream file containing images that fall within requested range of value
"""
# modules