added s11!
This commit is contained in:
@@ -73,16 +73,31 @@ struct RuntimeConfig {
|
||||
std::string processing_live_config_path = "python_app/runtime/processing_live.json";
|
||||
};
|
||||
|
||||
struct PreprocessAssetConfig {
|
||||
std::string set_name{};
|
||||
std::string bundle_path{};
|
||||
};
|
||||
|
||||
struct S21PreprocessConfig {
|
||||
PreprocessAssetConfig calibration{};
|
||||
PreprocessAssetConfig reference{};
|
||||
};
|
||||
|
||||
struct S11CalibrationPreprocessConfig {
|
||||
PreprocessAssetConfig open{};
|
||||
PreprocessAssetConfig short_standard{};
|
||||
PreprocessAssetConfig load{};
|
||||
};
|
||||
|
||||
struct S11PreprocessConfig {
|
||||
S11CalibrationPreprocessConfig calibration{};
|
||||
PreprocessAssetConfig reference{};
|
||||
};
|
||||
|
||||
struct PreprocessConfig {
|
||||
// Names and bundle paths selected by Python GUI layer.
|
||||
std::string s21_calibration_set{};
|
||||
std::string s21_reference_set{};
|
||||
std::string s21_calibration_bundle_path{};
|
||||
std::string s21_reference_bundle_path{};
|
||||
std::string s11_open_calibration_bundle_path{};
|
||||
std::string s11_short_calibration_bundle_path{};
|
||||
std::string s11_load_calibration_bundle_path{};
|
||||
std::string s11_reference_bundle_path{};
|
||||
// Channel-specific preprocessing assets selected by Python GUI layer.
|
||||
S21PreprocessConfig s21{};
|
||||
S11PreprocessConfig s11{};
|
||||
};
|
||||
|
||||
struct GprTxGeometry {
|
||||
|
||||
Reference in New Issue
Block a user