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