Skip to content
Snippets Groups Projects
Commit 5e3cd33c authored by Kara Mattioli's avatar Kara Mattioli Committed by Sebastien Ponce
Browse files

Add input_process option to Moore

parent 02fb14b9
No related branches found
No related tags found
1 merge request!4017Add input_process option to Moore
......@@ -97,6 +97,7 @@ class Options(BaseModel):
input_files: list[str] = []
input_type: FileFormats = FileFormats.NONE
input_raw_format: float = 0.5
input_process: Optional[InputProcessTypes] = None
input_manifest_file: Optional[str] = None
xml_file_catalog: Optional[str] = None
evt_max: int = -1
......
......@@ -289,6 +289,7 @@ class ApplicationOptions(ConfigurableUser):
'input_files': [], # type is list of str
'input_type': '', # TODO use enum
'input_raw_format': 0.5,
'input_process': '',
'use_iosvc': False,
'evt_max': -1,
'first_evt': 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment