updated instructions at top of script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user