added pass through s11
This commit is contained in:
@@ -75,10 +75,14 @@ struct RuntimeConfig {
|
||||
|
||||
struct PreprocessConfig {
|
||||
// Names and bundle paths selected by Python GUI layer.
|
||||
std::string calibration_set{};
|
||||
std::string reference_set{};
|
||||
std::string calibration_bundle_path{};
|
||||
std::string reference_bundle_path{};
|
||||
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{};
|
||||
};
|
||||
|
||||
struct GprTxGeometry {
|
||||
|
||||
Reference in New Issue
Block a user