added pass through s11
This commit is contained in:
@@ -89,10 +89,14 @@ class RuntimeModel:
|
||||
class PreprocessModel:
|
||||
"""Selected preprocessing artifacts for live acquisition."""
|
||||
|
||||
calibration_set: str = ""
|
||||
reference_set: str = ""
|
||||
calibration_bundle_path: str = ""
|
||||
reference_bundle_path: str = ""
|
||||
s21_calibration_set: str = ""
|
||||
s21_reference_set: str = ""
|
||||
s21_calibration_bundle_path: str = ""
|
||||
s21_reference_bundle_path: str = ""
|
||||
s11_open_calibration_bundle_path: str = ""
|
||||
s11_short_calibration_bundle_path: str = ""
|
||||
s11_load_calibration_bundle_path: str = ""
|
||||
s11_reference_bundle_path: str = ""
|
||||
|
||||
|
||||
@dataclass(slots=True)
|
||||
|
||||
Reference in New Issue
Block a user