From 71938fd05d879099370f4c1a37893930aaf6f7c0 Mon Sep 17 00:00:00 2001 From: Michael Pawelzik <michael.pawelzik@desy.de> Date: Wed, 26 Jul 2023 15:56:47 +0200 Subject: [PATCH] JSON-Filename changed Parameter changed dictonary for measurment parameter to channel number from sensor of ALMEMO 710 (manditory) optional some parameters for regression, correlation are included that are not necessary for measurment process (experimental behavier) --- Python_script/ext_sensor_param.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 Python_script/ext_sensor_param.json diff --git a/Python_script/ext_sensor_param.json b/Python_script/ext_sensor_param.json new file mode 100644 index 0000000..1724dd3 --- /dev/null +++ b/Python_script/ext_sensor_param.json @@ -0,0 +1 @@ +{"ch_temp_dut": "0.0", "ch_hum_dut": "0.1", "ch_temp_room": "1.0" , "ch_hum_room": "1.1", "ch_air_press_room": "1.3", "ch_temp_meas_inst": "2.0", "ch_hum_meas_inst": "2.1", time_unit": "min", "regression_state": "False", "plot_regression": "False", "plot_corr_coeff": "False"} -- GitLab