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
Copy file name to clipboardExpand all lines: hexrd/hedm/preprocess/profiles.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -128,10 +128,14 @@ class Eiger_Arguments(Chess_Arguments):
128
128
profile_name="eiger"
129
129
# fields
130
130
absolute_path: Optional[str] =None
131
+
eiger_stream_v2_threshold: str='threshold_1'
132
+
eiger_stream_v2_multiplier: float=1.0
131
133
132
134
help_messages= {
133
135
**Chess_Arguments.help_messages,
134
136
"absolute_path": "absolute path to image file",
137
+
"eiger_stream_v2_threshold": "Threshold to use for eiger-stream-v2 input file. Options are 'threshold_1', 'threshold_2', or 'man_diff', which is defined as `threshold_1 - multiplier * threshold_2`",
138
+
"eiger_stream_v2_multiplier": "Multiplier to use for threshold setting 'man_diff'. Unused otherwise.",
0 commit comments