You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Request from Lutz) In USSR, it was possible to easily iterate through a wide variety of simulation configurations and to take commands from terminal. ASTERIA lacks this functionality
Implement command line functionality for ASTERIA
Potential new Features:
New fields in configuration YAML (OR new top-level config simulation YAML) which describes ALL options of simulation..
New methods (in IO.py) to parse command-line options
New Methods (in IO.py) to parse an iterable of options within yaml file or at command line
New Methods/objects to run the full simulation (Potentially set up methods to individually handle steps outlined in detector_response.ipynb)
The text was updated successfully, but these errors were encountered:
(Request from Lutz) In USSR, it was possible to easily iterate through a wide variety of simulation configurations and to take commands from terminal. ASTERIA lacks this functionality
Potential new Features:
The text was updated successfully, but these errors were encountered: