Skip to content

Commit

Permalink
adding (unused) option to gen ugraphs from yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MJoosten committed Oct 30, 2024
1 parent abfbcae commit 92b5b90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/roodmus/simulation/run_parakeet.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@ def add_arguments(
default=False,
action="store_true",
)
run_parakeet_parser.add_argument(
"--from_yaml",
action="store_true",
help="use .yaml files in mrc dir to generate micrographs instead of \
generating new ones",
required=False,
)

options_microscope_beam = run_parakeet_parser.add_argument_group(
"microscope_beam"
Expand Down

0 comments on commit 92b5b90

Please sign in to comment.