From 8928f5c30499ee6c4b8b18198554064926eaebee Mon Sep 17 00:00:00 2001 From: Rodrigo Boufleur Date: Fri, 25 Oct 2024 09:38:31 -0700 Subject: [PATCH] Updated schema structures --- .../cdb_transformed_efd_LATISS.yml | 1259 +++++++++++- .../cdb_transformed_efd_LSSTComCam.yml | 1769 ++++++++++++++++- .../cdb_transformed_efd_LSSTComCamSim.yml | 1769 ++++++++++++++++- .../consdb/efd_transform/config_LATISS.yml | 503 +++-- .../efd_transform/config_LSSTComCam.yml | 707 ++++--- .../efd_transform/config_LSSTComCamSim.yml | 707 ++++--- .../consdb/efd_transform/generate_schema.py | 232 +-- tests/efd_transform/LATISS.db | Bin 45056 -> 57344 bytes tests/efd_transform/LATISS.sql | 544 +++++ tests/efd_transform/LSSTComCam.db | Bin 45056 -> 61440 bytes tests/efd_transform/LSSTComCam.sql | 753 +++++++ tests/efd_transform/LSSTComCamSim.db | Bin 45056 -> 61440 bytes tests/efd_transform/LSSTComCamSim.sql | 753 +++++++ .../cdb_transformed_efd_LATISS.yml | 1259 +++++++++++- .../cdb_transformed_efd_LSSTComCam.yml | 1769 ++++++++++++++++- .../cdb_transformed_efd_LSSTComCamSim.yml | 1769 ++++++++++++++++- tests/efd_transform/create_sqlite_db.sh | 80 + tests/efd_transform/run_transform_efd.sh | 42 +- 18 files changed, 12834 insertions(+), 1081 deletions(-) create mode 100644 tests/efd_transform/LATISS.sql create mode 100644 tests/efd_transform/LSSTComCam.sql create mode 100644 tests/efd_transform/LSSTComCamSim.sql create mode 100644 tests/efd_transform/create_sqlite_db.sh diff --git a/python/lsst/consdb/efd_transform/cdb_transformed_efd_LATISS.yml b/python/lsst/consdb/efd_transform/cdb_transformed_efd_LATISS.yml index 9c4f035d..302b4420 100644 --- a/python/lsst/consdb/efd_transform/cdb_transformed_efd_LATISS.yml +++ b/python/lsst/consdb/efd_transform/cdb_transformed_efd_LATISS.yml @@ -1332,6 +1332,1261 @@ tables: datatype: char length: 20 description: Instrument name. + - name: "at_salindex201_sonic_temperature_mean" + "@id": "#visit1_efd.at_salindex201_sonic_temperature_mean" + datatype: float + nullable: True + description: Median sonic temperature (air temperature measured sonically). Sonic temperature has poor absolute accuracy (it can be off by several degrees) but good time resolution. + - name: "at_salindex201_sonic_temperature_stddev" + "@id": "#visit1_efd.at_salindex201_sonic_temperature_stddev" + datatype: float + nullable: True + description: Median sonic temperature (air temperature measured sonically). Sonic temperature has poor absolute accuracy (it can be off by several degrees) but good time resolution. + - name: "at_salindex201_sonic_temperature_stddev_mean" + "@id": "#visit1_efd.at_salindex201_sonic_temperature_stddev_mean" + datatype: float + nullable: True + description: Standard devation of sonic temperature (air temperature measured sonically) estimated from quartiles. + - name: "at_salindex201_sonic_temperature_stddev_stddev" + "@id": "#visit1_efd.at_salindex201_sonic_temperature_stddev_stddev" + datatype: float + nullable: True + description: Standard devation of sonic temperature (air temperature measured sonically) estimated from quartiles. + - name: "at_salindex205_sonic_temperature_mean" + "@id": "#visit1_efd.at_salindex205_sonic_temperature_mean" + datatype: float + nullable: True + description: Median sonic temperature (air temperature measured sonically). Sonic temperature has poor absolute accuracy (it can be off by several degrees) but good time resolution. + - name: "at_salindex205_sonic_temperature_stddev" + "@id": "#visit1_efd.at_salindex205_sonic_temperature_stddev" + datatype: float + nullable: True + description: Median sonic temperature (air temperature measured sonically). Sonic temperature has poor absolute accuracy (it can be off by several degrees) but good time resolution. + - name: "at_salindex205_sonic_temperature_stddev_mean" + "@id": "#visit1_efd.at_salindex205_sonic_temperature_stddev_mean" + datatype: float + nullable: True + description: Standard devation of sonic temperature (air temperature measured sonically) estimated from quartiles. + - name: "at_salindex205_sonic_temperature_stddev_stddev" + "@id": "#visit1_efd.at_salindex205_sonic_temperature_stddev_stddev" + datatype: float + nullable: True + description: Standard devation of sonic temperature (air temperature measured sonically) estimated from quartiles. + - name: "at_salindex201_wind_speed_x_mean" + "@id": "#visit1_efd.at_salindex201_wind_speed_x_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 0 (salIndex 201) + - name: "at_salindex201_wind_speed_0_stddev" + "@id": "#visit1_efd.at_salindex201_wind_speed_0_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 0 (salIndex 201) + - name: "at_salindex201_wind_speed_0_min" + "@id": "#visit1_efd.at_salindex201_wind_speed_0_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 0 (salIndex 201) + - name: "at_salindex201_wind_speed_0_max" + "@id": "#visit1_efd.at_salindex201_wind_speed_0_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 0 (salIndex 201) + - name: "at_salindex201_wind_speed_1_mean" + "@id": "#visit1_efd.at_salindex201_wind_speed_1_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 1 (salIndex 201) + - name: "at_salindex201_wind_speed_1_stddev" + "@id": "#visit1_efd.at_salindex201_wind_speed_1_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 1 (salIndex 201) + - name: "at_salindex201_wind_speed_1_min" + "@id": "#visit1_efd.at_salindex201_wind_speed_1_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 1 (salIndex 201) + - name: "at_salindex201_wind_speed_1_max" + "@id": "#visit1_efd.at_salindex201_wind_speed_1_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 1 (salIndex 201) + - name: "at_salindex201_wind_speed_2_mean" + "@id": "#visit1_efd.at_salindex201_wind_speed_2_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 2 (salIndex 201) + - name: "at_salindex201_wind_speed_2_stddev" + "@id": "#visit1_efd.at_salindex201_wind_speed_2_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 2 (salIndex 201) + - name: "at_salindex201_wind_speed_2_min" + "@id": "#visit1_efd.at_salindex201_wind_speed_2_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 2 (salIndex 201) + - name: "at_salindex201_wind_speed_2_max" + "@id": "#visit1_efd.at_salindex201_wind_speed_2_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 2 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_0_mean" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_0_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 0 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_0_stddev" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_0_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 0 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_0_min" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_0_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 0 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_0_max" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_0_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 0 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_1_mean" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_1_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 1 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_1_stddev" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_1_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 1 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_1_min" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_1_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 1 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_1_max" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_1_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 1 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_2_mean" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_2_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 2 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_2_stddev" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_2_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 2 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_2_min" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_2_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 2 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_2_max" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_2_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 2 (salIndex 201) + - name: "at_salindex201_wind_speed_magnitude_mean" + "@id": "#visit1_efd.at_salindex201_wind_speed_magnitude_mean" + datatype: float + nullable: True + description: Median wind speed magnitude in AuxTel-ESS04 (salIndex 201) + - name: "at_salindex201_wind_speed_magnitude_stddev" + "@id": "#visit1_efd.at_salindex201_wind_speed_magnitude_stddev" + datatype: float + nullable: True + description: Median wind speed magnitude in AuxTel-ESS04 (salIndex 201) + - name: "at_salindex201_wind_speed_magnitude_min" + "@id": "#visit1_efd.at_salindex201_wind_speed_magnitude_min" + datatype: float + nullable: True + description: Median wind speed magnitude in AuxTel-ESS04 (salIndex 201) + - name: "at_salindex201_wind_speed_magnitude_max" + "@id": "#visit1_efd.at_salindex201_wind_speed_magnitude_max" + datatype: float + nullable: True + description: Median wind speed magnitude in AuxTel-ESS04 (salIndex 201) + - name: "at_salindex201_wind_speed_maxmagnitude_mean" + "@id": "#visit1_efd.at_salindex201_wind_speed_maxmagnitude_mean" + datatype: float + nullable: True + description: Maximum wind speed magnitude in AuxTel-ESS04 (salIndex 201) + - name: "at_salindex201_wind_speed_maxmagnitude_stddev" + "@id": "#visit1_efd.at_salindex201_wind_speed_maxmagnitude_stddev" + datatype: float + nullable: True + description: Maximum wind speed magnitude in AuxTel-ESS04 (salIndex 201) + - name: "at_salindex201_wind_speed_maxmagnitude_min" + "@id": "#visit1_efd.at_salindex201_wind_speed_maxmagnitude_min" + datatype: float + nullable: True + description: Maximum wind speed magnitude in AuxTel-ESS04 (salIndex 201) + - name: "at_salindex201_wind_speed_maxmagnitude_max" + "@id": "#visit1_efd.at_salindex201_wind_speed_maxmagnitude_max" + datatype: float + nullable: True + description: Maximum wind speed magnitude in AuxTel-ESS04 (salIndex 201) + - name: "at_salindex204_wind_speed_0_mean" + "@id": "#visit1_efd.at_salindex204_wind_speed_0_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 0 (salIndex 204) + - name: "at_salindex204_wind_speed_0_stddev" + "@id": "#visit1_efd.at_salindex204_wind_speed_0_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 0 (salIndex 204) + - name: "at_salindex204_wind_speed_0_min" + "@id": "#visit1_efd.at_salindex204_wind_speed_0_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 0 (salIndex 204) + - name: "at_salindex204_wind_speed_0_max" + "@id": "#visit1_efd.at_salindex204_wind_speed_0_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 0 (salIndex 204) + - name: "at_salindex204_wind_speed_1_mean" + "@id": "#visit1_efd.at_salindex204_wind_speed_1_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 1 (salIndex 204) + - name: "at_salindex204_wind_speed_1_stddev" + "@id": "#visit1_efd.at_salindex204_wind_speed_1_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 1 (salIndex 204) + - name: "at_salindex204_wind_speed_1_min" + "@id": "#visit1_efd.at_salindex204_wind_speed_1_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 1 (salIndex 204) + - name: "at_salindex204_wind_speed_1_max" + "@id": "#visit1_efd.at_salindex204_wind_speed_1_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 1 (salIndex 204) + - name: "at_salindex204_wind_speed_2_mean" + "@id": "#visit1_efd.at_salindex204_wind_speed_2_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 2 (salIndex 204) + - name: "at_salindex204_wind_speed_2_stddev" + "@id": "#visit1_efd.at_salindex204_wind_speed_2_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 2 (salIndex 204) + - name: "at_salindex204_wind_speed_2_min" + "@id": "#visit1_efd.at_salindex204_wind_speed_2_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 2 (salIndex 204) + - name: "at_salindex204_wind_speed_2_max" + "@id": "#visit1_efd.at_salindex204_wind_speed_2_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 2 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_0_mean" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_0_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 0 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_0_stddev" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_0_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 0 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_0_min" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_0_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 0 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_0_max" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_0_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 0 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_1_mean" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_1_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 1 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_1_stddev" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_1_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 1 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_1_min" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_1_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 1 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_1_max" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_1_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 1 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_2_mean" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_2_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 2 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_2_stddev" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_2_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 2 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_2_min" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_2_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 2 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_2_max" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_2_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 2 (salIndex 204) + - name: "at_salindex204_wind_speed_magnitude_mean" + "@id": "#visit1_efd.at_salindex204_wind_speed_magnitude_mean" + datatype: float + nullable: True + description: Median wind speed magnitude (salIndex 204) + - name: "at_salindex204_wind_speed_magnitude_stddev" + "@id": "#visit1_efd.at_salindex204_wind_speed_magnitude_stddev" + datatype: float + nullable: True + description: Median wind speed magnitude (salIndex 204) + - name: "at_salindex204_wind_speed_magnitude_min" + "@id": "#visit1_efd.at_salindex204_wind_speed_magnitude_min" + datatype: float + nullable: True + description: Median wind speed magnitude (salIndex 204) + - name: "at_salindex204_wind_speed_magnitude_max" + "@id": "#visit1_efd.at_salindex204_wind_speed_magnitude_max" + datatype: float + nullable: True + description: Median wind speed magnitude (salIndex 204) + - name: "at_salindex204_wind_speed_maxmagnitude_mean" + "@id": "#visit1_efd.at_salindex204_wind_speed_maxmagnitude_mean" + datatype: float + nullable: True + description: Maximum wind speed magnitude (salIndex 204) + - name: "at_salindex204_wind_speed_maxmagnitude_stddev" + "@id": "#visit1_efd.at_salindex204_wind_speed_maxmagnitude_stddev" + datatype: float + nullable: True + description: Maximum wind speed magnitude (salIndex 204) + - name: "at_salindex204_wind_speed_maxmagnitude_min" + "@id": "#visit1_efd.at_salindex204_wind_speed_maxmagnitude_min" + datatype: float + nullable: True + description: Maximum wind speed magnitude (salIndex 204) + - name: "at_salindex204_wind_speed_maxmagnitude_max" + "@id": "#visit1_efd.at_salindex204_wind_speed_maxmagnitude_max" + datatype: float + nullable: True + description: Maximum wind speed magnitude (salIndex 204) + - name: "at_salindex205_wind_speed_0_mean" + "@id": "#visit1_efd.at_salindex205_wind_speed_0_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 0 (salIndex 205) + - name: "at_salindex205_wind_speed_0_stddev" + "@id": "#visit1_efd.at_salindex205_wind_speed_0_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 0 (salIndex 205) + - name: "at_salindex205_wind_speed_0_min" + "@id": "#visit1_efd.at_salindex205_wind_speed_0_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 0 (salIndex 205) + - name: "at_salindex205_wind_speed_0_max" + "@id": "#visit1_efd.at_salindex205_wind_speed_0_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 0 (salIndex 205) + - name: "at_salindex205_wind_speed_1_mean" + "@id": "#visit1_efd.at_salindex205_wind_speed_1_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 1 (salIndex 205) + - name: "at_salindex205_wind_speed_1_stddev" + "@id": "#visit1_efd.at_salindex205_wind_speed_1_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 1 (salIndex 205) + - name: "at_salindex205_wind_speed_1_min" + "@id": "#visit1_efd.at_salindex205_wind_speed_1_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 1 (salIndex 205) + - name: "at_salindex205_wind_speed_1_max" + "@id": "#visit1_efd.at_salindex205_wind_speed_1_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 1 (salIndex 205) + - name: "at_salindex205_wind_speed_2_mean" + "@id": "#visit1_efd.at_salindex205_wind_speed_2_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 2 (salIndex 205) + - name: "at_salindex205_wind_speed_2_stddev" + "@id": "#visit1_efd.at_salindex205_wind_speed_2_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 2 (salIndex 205) + - name: "at_salindex205_wind_speed_2_min" + "@id": "#visit1_efd.at_salindex205_wind_speed_2_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 2 (salIndex 205) + - name: "at_salindex205_wind_speed_2_max" + "@id": "#visit1_efd.at_salindex205_wind_speed_2_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 2 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_0_mean" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_0_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 0 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_0_stddev" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_0_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 0 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_0_min" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_0_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 0 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_0_max" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_0_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 0 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_1_mean" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_1_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 1 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_1_stddev" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_1_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 1 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_1_min" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_1_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 1 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_1_max" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_1_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 1 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_2_mean" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_2_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 2 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_2_stddev" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_2_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 2 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_2_min" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_2_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 2 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_2_max" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_2_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 2 (salIndex 205) + - name: "at_salindex205_wind_speed_magnitude_mean" + "@id": "#visit1_efd.at_salindex205_wind_speed_magnitude_mean" + datatype: float + nullable: True + description: Median wind speed magnitude in AuxTel-GillLabJack01 (salIndex 205) + - name: "at_salindex205_wind_speed_magnitude_stddev" + "@id": "#visit1_efd.at_salindex205_wind_speed_magnitude_stddev" + datatype: float + nullable: True + description: Median wind speed magnitude in AuxTel-GillLabJack01 (salIndex 205) + - name: "at_salindex205_wind_speed_magnitude_min" + "@id": "#visit1_efd.at_salindex205_wind_speed_magnitude_min" + datatype: float + nullable: True + description: Median wind speed magnitude in AuxTel-GillLabJack01 (salIndex 205) + - name: "at_salindex205_wind_speed_magnitude_max" + "@id": "#visit1_efd.at_salindex205_wind_speed_magnitude_max" + datatype: float + nullable: True + description: Median wind speed magnitude in AuxTel-GillLabJack01 (salIndex 205) + - name: "at_salindex205_wind_speed_maxmagnitude_mean" + "@id": "#visit1_efd.at_salindex205_wind_speed_maxmagnitude_mean" + datatype: float + nullable: True + description: Maximum wind speed magnitude in AuxTel-GillLabJack01 (salIndex 205) + - name: "at_salindex205_wind_speed_maxmagnitude_stddev" + "@id": "#visit1_efd.at_salindex205_wind_speed_maxmagnitude_stddev" + datatype: float + nullable: True + description: Maximum wind speed magnitude in AuxTel-GillLabJack01 (salIndex 205) + - name: "at_salindex205_wind_speed_maxmagnitude_min" + "@id": "#visit1_efd.at_salindex205_wind_speed_maxmagnitude_min" + datatype: float + nullable: True + description: Maximum wind speed magnitude in AuxTel-GillLabJack01 (salIndex 205) + - name: "at_salindex205_wind_speed_maxmagnitude_max" + "@id": "#visit1_efd.at_salindex205_wind_speed_maxmagnitude_max" + datatype: float + nullable: True + description: Maximum wind speed magnitude in AuxTel-GillLabJack01 (salIndex 205) + - name: "at_salindex201_airflow_speed_mean" + "@id": "#visit1_efd.at_salindex201_airflow_speed_mean" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 201) + - name: "at_salindex201_airflow_speed_stddev" + "@id": "#visit1_efd.at_salindex201_airflow_speed_stddev" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 201) + - name: "at_salindex201_airflow_speed_min" + "@id": "#visit1_efd.at_salindex201_airflow_speed_min" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 201) + - name: "at_salindex201_airflow_speed_max" + "@id": "#visit1_efd.at_salindex201_airflow_speed_max" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 201) + - name: "at_salindex201_airflow_speedstddev_mean" + "@id": "#visit1_efd.at_salindex201_airflow_speedstddev_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in [] (salIndex 201). Not available for all sensor types. + - name: "at_salindex201_airflow_speedstddev_stddev" + "@id": "#visit1_efd.at_salindex201_airflow_speedstddev_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in [] (salIndex 201). Not available for all sensor types. + - name: "at_salindex201_airflow_speedstddev_min" + "@id": "#visit1_efd.at_salindex201_airflow_speedstddev_min" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in [] (salIndex 201). Not available for all sensor types. + - name: "at_salindex201_airflow_speedstddev_max" + "@id": "#visit1_efd.at_salindex201_airflow_speedstddev_max" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in [] (salIndex 201). Not available for all sensor types. + - name: "at_salindex201_airflow_direction_mean" + "@id": "#visit1_efd.at_salindex201_airflow_direction_mean" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 201) + - name: "at_salindex201_airflow_direction_stddev" + "@id": "#visit1_efd.at_salindex201_airflow_direction_stddev" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 201) + - name: "at_salindex201_airflow_direction_min" + "@id": "#visit1_efd.at_salindex201_airflow_direction_min" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 201) + - name: "at_salindex201_airflow_direction_max" + "@id": "#visit1_efd.at_salindex201_airflow_direction_max" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 201) + - name: "at_salindex204_airflow_speed_mean" + "@id": "#visit1_efd.at_salindex204_airflow_speed_mean" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in AuxTel-Windsonic (salIndex 204) + - name: "at_salindex204_airflow_speed_stddev" + "@id": "#visit1_efd.at_salindex204_airflow_speed_stddev" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in AuxTel-Windsonic (salIndex 204) + - name: "at_salindex204_airflow_speed_min" + "@id": "#visit1_efd.at_salindex204_airflow_speed_min" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in AuxTel-Windsonic (salIndex 204) + - name: "at_salindex204_airflow_speed_max" + "@id": "#visit1_efd.at_salindex204_airflow_speed_max" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in AuxTel-Windsonic (salIndex 204) + - name: "at_salindex204_airflow_speedstddev_mean" + "@id": "#visit1_efd.at_salindex204_airflow_speedstddev_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in AuxTel-Windsonic (salIndex 204). Not available for all sensor types. + - name: "at_salindex204_airflow_speedstddev_stddev" + "@id": "#visit1_efd.at_salindex204_airflow_speedstddev_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in AuxTel-Windsonic (salIndex 204). Not available for all sensor types. + - name: "at_salindex204_airflow_speedstddev_min" + "@id": "#visit1_efd.at_salindex204_airflow_speedstddev_min" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in AuxTel-Windsonic (salIndex 204). Not available for all sensor types. + - name: "at_salindex204_airflow_speedstddev_max" + "@id": "#visit1_efd.at_salindex204_airflow_speedstddev_max" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in AuxTel-Windsonic (salIndex 204). Not available for all sensor types. + - name: "at_salindex204_airflow_direction_mean" + "@id": "#visit1_efd.at_salindex204_airflow_direction_mean" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in AuxTel-Windsonic (salIndex 204) + - name: "at_salindex204_airflow_direction_stddev" + "@id": "#visit1_efd.at_salindex204_airflow_direction_stddev" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in AuxTel-Windsonic (salIndex 204) + - name: "at_salindex204_airflow_direction_min" + "@id": "#visit1_efd.at_salindex204_airflow_direction_min" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in AuxTel-Windsonic (salIndex 204) + - name: "at_salindex204_airflow_direction_max" + "@id": "#visit1_efd.at_salindex204_airflow_direction_max" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in AuxTel-Windsonic (salIndex 204) + - name: "at_salindex205_airflow_speed_mean" + "@id": "#visit1_efd.at_salindex205_airflow_speed_mean" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 205) + - name: "at_salindex205_airflow_speed_stddev" + "@id": "#visit1_efd.at_salindex205_airflow_speed_stddev" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 205) + - name: "at_salindex205_airflow_speed_min" + "@id": "#visit1_efd.at_salindex205_airflow_speed_min" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 205) + - name: "at_salindex205_airflow_speed_max" + "@id": "#visit1_efd.at_salindex205_airflow_speed_max" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 205) + - name: "at_salindex205_airflow_speedstddev_mean" + "@id": "#visit1_efd.at_salindex205_airflow_speedstddev_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in [] (salIndex 205). Not available for all sensor types. + - name: "at_salindex205_airflow_speedstddev_stddev" + "@id": "#visit1_efd.at_salindex205_airflow_speedstddev_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in [] (salIndex 205). Not available for all sensor types. + - name: "at_salindex205_airflow_speedstddev_min" + "@id": "#visit1_efd.at_salindex205_airflow_speedstddev_min" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in [] (salIndex 205). Not available for all sensor types. + - name: "at_salindex205_airflow_speedstddev_max" + "@id": "#visit1_efd.at_salindex205_airflow_speedstddev_max" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in [] (salIndex 205). Not available for all sensor types. + - name: "at_salindex205_airflow_direction_mean" + "@id": "#visit1_efd.at_salindex205_airflow_direction_mean" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 205) + - name: "at_salindex205_airflow_direction_stddev" + "@id": "#visit1_efd.at_salindex205_airflow_direction_stddev" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 205) + - name: "at_salindex205_airflow_direction_min" + "@id": "#visit1_efd.at_salindex205_airflow_direction_min" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 205) + - name: "at_salindex205_airflow_direction_max" + "@id": "#visit1_efd.at_salindex205_airflow_direction_max" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 205) + - name: "at_salindex201_temperatureitem_0_mean" + "@id": "#visit1_efd.at_salindex201_temperatureitem_0_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 0 + - name: "at_salindex201_temperatureitem_0_stddev" + "@id": "#visit1_efd.at_salindex201_temperatureitem_0_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 0 + - name: "at_salindex201_temperatureitem_0_min" + "@id": "#visit1_efd.at_salindex201_temperatureitem_0_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 0 + - name: "at_salindex201_temperatureitem_0_max" + "@id": "#visit1_efd.at_salindex201_temperatureitem_0_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 0 + - name: "at_salindex201_temperatureitem_1_mean" + "@id": "#visit1_efd.at_salindex201_temperatureitem_1_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 1 + - name: "at_salindex201_temperatureitem_1_stddev" + "@id": "#visit1_efd.at_salindex201_temperatureitem_1_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 1 + - name: "at_salindex201_temperatureitem_1_min" + "@id": "#visit1_efd.at_salindex201_temperatureitem_1_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 1 + - name: "at_salindex201_temperatureitem_1_max" + "@id": "#visit1_efd.at_salindex201_temperatureitem_1_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 1 + - name: "at_salindex201_temperatureitem_2_mean" + "@id": "#visit1_efd.at_salindex201_temperatureitem_2_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 2 + - name: "at_salindex201_temperatureitem_2_stddev" + "@id": "#visit1_efd.at_salindex201_temperatureitem_2_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 2 + - name: "at_salindex201_temperatureitem_2_min" + "@id": "#visit1_efd.at_salindex201_temperatureitem_2_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 2 + - name: "at_salindex201_temperatureitem_2_max" + "@id": "#visit1_efd.at_salindex201_temperatureitem_2_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 2 + - name: "at_salindex201_temperatureitem_3_mean" + "@id": "#visit1_efd.at_salindex201_temperatureitem_3_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 3 + - name: "at_salindex201_temperatureitem_3_stddev" + "@id": "#visit1_efd.at_salindex201_temperatureitem_3_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 3 + - name: "at_salindex201_temperatureitem_3_min" + "@id": "#visit1_efd.at_salindex201_temperatureitem_3_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 3 + - name: "at_salindex201_temperatureitem_3_max" + "@id": "#visit1_efd.at_salindex201_temperatureitem_3_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 3 + - name: "at_salindex201_temperatureitem_4_mean" + "@id": "#visit1_efd.at_salindex201_temperatureitem_4_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 4 + - name: "at_salindex201_temperatureitem_4_stddev" + "@id": "#visit1_efd.at_salindex201_temperatureitem_4_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 4 + - name: "at_salindex201_temperatureitem_4_min" + "@id": "#visit1_efd.at_salindex201_temperatureitem_4_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 4 + - name: "at_salindex201_temperatureitem_4_max" + "@id": "#visit1_efd.at_salindex201_temperatureitem_4_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 4 + - name: "at_salindex201_temperatureitem_5_mean" + "@id": "#visit1_efd.at_salindex201_temperatureitem_5_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 5 + - name: "at_salindex201_temperatureitem_5_stddev" + "@id": "#visit1_efd.at_salindex201_temperatureitem_5_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 5 + - name: "at_salindex201_temperatureitem_5_min" + "@id": "#visit1_efd.at_salindex201_temperatureitem_5_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 5 + - name: "at_salindex201_temperatureitem_5_max" + "@id": "#visit1_efd.at_salindex201_temperatureitem_5_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 5 + - name: "at_salindex201_temperatureitem_6_mean" + "@id": "#visit1_efd.at_salindex201_temperatureitem_6_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 6 + - name: "at_salindex201_temperatureitem_6_stddev" + "@id": "#visit1_efd.at_salindex201_temperatureitem_6_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 6 + - name: "at_salindex201_temperatureitem_6_min" + "@id": "#visit1_efd.at_salindex201_temperatureitem_6_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 6 + - name: "at_salindex201_temperatureitem_6_max" + "@id": "#visit1_efd.at_salindex201_temperatureitem_6_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 6 + - name: "at_salindex201_temperatureitem_7_mean" + "@id": "#visit1_efd.at_salindex201_temperatureitem_7_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 7 + - name: "at_salindex201_temperatureitem_7_stddev" + "@id": "#visit1_efd.at_salindex201_temperatureitem_7_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 7 + - name: "at_salindex201_temperatureitem_7_min" + "@id": "#visit1_efd.at_salindex201_temperatureitem_7_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 7 + - name: "at_salindex201_temperatureitem_7_max" + "@id": "#visit1_efd.at_salindex201_temperatureitem_7_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 7 + - name: "at_salindex301_temperatureitem_0_mean" + "@id": "#visit1_efd.at_salindex301_temperatureitem_0_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 0 + - name: "at_salindex301_temperatureitem_0_stddev" + "@id": "#visit1_efd.at_salindex301_temperatureitem_0_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 0 + - name: "at_salindex301_temperatureitem_0_min" + "@id": "#visit1_efd.at_salindex301_temperatureitem_0_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 0 + - name: "at_salindex301_temperatureitem_0_max" + "@id": "#visit1_efd.at_salindex301_temperatureitem_0_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 0 + - name: "at_salindex301_temperatureitem_1_mean" + "@id": "#visit1_efd.at_salindex301_temperatureitem_1_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 1 + - name: "at_salindex301_temperatureitem_1_stddev" + "@id": "#visit1_efd.at_salindex301_temperatureitem_1_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 1 + - name: "at_salindex301_temperatureitem_1_min" + "@id": "#visit1_efd.at_salindex301_temperatureitem_1_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 1 + - name: "at_salindex301_temperatureitem_1_max" + "@id": "#visit1_efd.at_salindex301_temperatureitem_1_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 1 + - name: "at_salindex301_temperatureitem_2_mean" + "@id": "#visit1_efd.at_salindex301_temperatureitem_2_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 2 + - name: "at_salindex301_temperatureitem_2_stddev" + "@id": "#visit1_efd.at_salindex301_temperatureitem_2_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 2 + - name: "at_salindex301_temperatureitem_2_min" + "@id": "#visit1_efd.at_salindex301_temperatureitem_2_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 2 + - name: "at_salindex301_temperatureitem_2_max" + "@id": "#visit1_efd.at_salindex301_temperatureitem_2_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 2 + - name: "at_salindex301_temperatureitem_3_mean" + "@id": "#visit1_efd.at_salindex301_temperatureitem_3_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 3 + - name: "at_salindex301_temperatureitem_3_stddev" + "@id": "#visit1_efd.at_salindex301_temperatureitem_3_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 3 + - name: "at_salindex301_temperatureitem_3_min" + "@id": "#visit1_efd.at_salindex301_temperatureitem_3_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 3 + - name: "at_salindex301_temperatureitem_3_max" + "@id": "#visit1_efd.at_salindex301_temperatureitem_3_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 3 + - name: "at_salindex301_temperatureitem_4_mean" + "@id": "#visit1_efd.at_salindex301_temperatureitem_4_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 4 + - name: "at_salindex301_temperatureitem_4_stddev" + "@id": "#visit1_efd.at_salindex301_temperatureitem_4_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 4 + - name: "at_salindex301_temperatureitem_4_min" + "@id": "#visit1_efd.at_salindex301_temperatureitem_4_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 4 + - name: "at_salindex301_temperatureitem_4_max" + "@id": "#visit1_efd.at_salindex301_temperatureitem_4_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 4 + - name: "at_salindex301_temperatureitem_5_mean" + "@id": "#visit1_efd.at_salindex301_temperatureitem_5_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 5 + - name: "at_salindex301_temperatureitem_5_stddev" + "@id": "#visit1_efd.at_salindex301_temperatureitem_5_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 5 + - name: "at_salindex301_temperatureitem_5_min" + "@id": "#visit1_efd.at_salindex301_temperatureitem_5_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 5 + - name: "at_salindex301_temperatureitem_5_max" + "@id": "#visit1_efd.at_salindex301_temperatureitem_5_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 5 + - name: "at_salindex301_temperatureitem_6_mean" + "@id": "#visit1_efd.at_salindex301_temperatureitem_6_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 6 + - name: "at_salindex301_temperatureitem_6_stddev" + "@id": "#visit1_efd.at_salindex301_temperatureitem_6_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 6 + - name: "at_salindex301_temperatureitem_6_min" + "@id": "#visit1_efd.at_salindex301_temperatureitem_6_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 6 + - name: "at_salindex301_temperatureitem_6_max" + "@id": "#visit1_efd.at_salindex301_temperatureitem_6_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 6 + - name: "at_salindex301_temperatureitem_7_mean" + "@id": "#visit1_efd.at_salindex301_temperatureitem_7_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 7 + - name: "at_salindex301_temperatureitem_7_stddev" + "@id": "#visit1_efd.at_salindex301_temperatureitem_7_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 7 + - name: "at_salindex301_temperatureitem_7_min" + "@id": "#visit1_efd.at_salindex301_temperatureitem_7_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 7 + - name: "at_salindex301_temperatureitem_7_max" + "@id": "#visit1_efd.at_salindex301_temperatureitem_7_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 7 + - name: "at_azimuth_calculated_angle" + "@id": "#visit1_efd.at_azimuth_calculated_angle" + datatype: float + nullable: True + description: Azimuth axis position computed from the axis encoders at 100 Hz beginning at the specified time. The range is the hard stop limits (L3), approximately -280 to 280. + - name: "at_elevation_calculated_angle" + "@id": "#visit1_efd.at_elevation_calculated_angle" + datatype: float + nullable: True + description: Elevation axis position computed from the axis encoders at 100 Hz beginning at the specified time. + - name: "at_dimm_fwhm_mean" + "@id": "#visit1_efd.at_dimm_fwhm_mean" + datatype: float + nullable: True + description: Combined full width half maximum + - name: "at_azimuth_mean" + "@id": "#visit1_efd.at_azimuth_mean" + datatype: float + nullable: True + description: Elevation axis position computed from the axis encoders at 100 Hz beginning at the specified time. + - name: "at_elevation_mean" + "@id": "#visit1_efd.at_elevation_mean" + datatype: float + nullable: True + description: Azimuth axis position computed from the axis encoders at 100 Hz beginning at the specified time. The range is the hard stop limits (L3), approximately -280 to 280. + - name: "at_hexapod_reported_position_x_mean" + "@id": "#visit1_efd.at_hexapod_reported_position_x_mean" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in x + - name: "at_hexapod_reported_position_x_max" + "@id": "#visit1_efd.at_hexapod_reported_position_x_max" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in x + - name: "at_hexapod_reported_position_x_min" + "@id": "#visit1_efd.at_hexapod_reported_position_x_min" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in x + - name: "at_hexapod_reported_position_y_mean" + "@id": "#visit1_efd.at_hexapod_reported_position_y_mean" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in y + - name: "at_hexapod_reported_position_y_max" + "@id": "#visit1_efd.at_hexapod_reported_position_y_max" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in y + - name: "at_hexapod_reported_position_y_min" + "@id": "#visit1_efd.at_hexapod_reported_position_y_min" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in y + - name: "at_hexapod_reported_position_z_mean" + "@id": "#visit1_efd.at_hexapod_reported_position_z_mean" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in z + - name: "at_hexapod_reported_position_z_max" + "@id": "#visit1_efd.at_hexapod_reported_position_z_max" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in z + - name: "at_hexapod_reported_position_z_min" + "@id": "#visit1_efd.at_hexapod_reported_position_z_min" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in z + - name: "at_hexapod_reported_position_u_mean" + "@id": "#visit1_efd.at_hexapod_reported_position_u_mean" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in u + - name: "at_hexapod_reported_position_u_max" + "@id": "#visit1_efd.at_hexapod_reported_position_u_max" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in u + - name: "at_hexapod_reported_position_u_min" + "@id": "#visit1_efd.at_hexapod_reported_position_u_min" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in u + - name: "at_hexapod_reported_position_v_mean" + "@id": "#visit1_efd.at_hexapod_reported_position_v_mean" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in v + - name: "at_hexapod_reported_position_v_max" + "@id": "#visit1_efd.at_hexapod_reported_position_v_max" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in v + - name: "at_hexapod_reported_position_v_min" + "@id": "#visit1_efd.at_hexapod_reported_position_v_min" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in v + - name: "at_hexapod_reported_position_w_mean" + "@id": "#visit1_efd.at_hexapod_reported_position_w_mean" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in w + - name: "at_hexapod_reported_position_w_max" + "@id": "#visit1_efd.at_hexapod_reported_position_w_max" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in w + - name: "at_hexapod_reported_position_w_min" + "@id": "#visit1_efd.at_hexapod_reported_position_w_min" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in w + - name: "at_salindex202_acceleration_x_mean" + "@id": "#visit1_efd.at_salindex202_acceleration_x_mean" + datatype: float + nullable: True + description: Acceleration in x direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_x_stddev" + "@id": "#visit1_efd.at_salindex202_acceleration_x_stddev" + datatype: float + nullable: True + description: Acceleration in x direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_x_min" + "@id": "#visit1_efd.at_salindex202_acceleration_x_min" + datatype: float + nullable: True + description: Acceleration in x direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_x_max" + "@id": "#visit1_efd.at_salindex202_acceleration_x_max" + datatype: float + nullable: True + description: Acceleration in x direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindey202_acceleration_y_mean" + "@id": "#visit1_efd.at_salindey202_acceleration_y_mean" + datatype: float + nullable: True + description: Acceleration in y direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_y_stddev" + "@id": "#visit1_efd.at_salindex202_acceleration_y_stddev" + datatype: float + nullable: True + description: Acceleration in y direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_y_min" + "@id": "#visit1_efd.at_salindex202_acceleration_y_min" + datatype: float + nullable: True + description: Acceleration in y direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_y_max" + "@id": "#visit1_efd.at_salindex202_acceleration_y_max" + datatype: float + nullable: True + description: Acceleration in y direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindez202_acceleration_z_mean" + "@id": "#visit1_efd.at_salindez202_acceleration_z_mean" + datatype: float + nullable: True + description: Acceleration in z direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_z_stddev" + "@id": "#visit1_efd.at_salindex202_acceleration_z_stddev" + datatype: float + nullable: True + description: Acceleration in z direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_z_min" + "@id": "#visit1_efd.at_salindex202_acceleration_z_min" + datatype: float + nullable: True + description: Acceleration in z direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_z_max" + "@id": "#visit1_efd.at_salindex202_acceleration_z_max" + datatype: float + nullable: True + description: Acceleration in z direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex201_dewpoint_mean" + "@id": "#visit1_efd.at_salindex201_dewpoint_mean" + datatype: float + nullable: True + description: Dew point in AuxTel-ESS02 + - name: "at_salindex201_relative_humidity_mean" + "@id": "#visit1_efd.at_salindex201_relative_humidity_mean" + datatype: float + nullable: True + description: Relative humidity in AuxTel-ESS02 + - name: "at_salindex201_pressure_item_0_mean" + "@id": "#visit1_efd.at_salindex201_pressure_item_0_mean" + datatype: float + nullable: True + description: Atmosferic pressure item 0 in AuxTel-ESS02 + - name: "at_salindex201_pressure_item_1_mean" + "@id": "#visit1_efd.at_salindex201_pressure_item_1_mean" + datatype: float + nullable: True + description: Atmosferic pressure item 1 in AuxTel-ESS02 + - name: "at_salindex301_pressure_item_0_mean" + "@id": "#visit1_efd.at_salindex301_pressure_item_0_mean" + datatype: float + nullable: True + description: Atmosferic pressure item 0 in weather tower atmospheric pressure + - name: "at_salindex301_pressure_item_1_mean" + "@id": "#visit1_efd.at_salindex301_pressure_item_1_mean" + datatype: float + nullable: True + description: Atmosferic pressure item 1 in weather tower atmospheric pressure + - name: "at_pointing_mount_position_ra_mean" + "@id": "#visit1_efd.at_pointing_mount_position_ra_mean" + datatype: float + nullable: True + description: RA calculated from the azimuthCalculatedAngle and elevationCalculatedAngle. + - name: "at_pointing_mount_position_ra_stddev" + "@id": "#visit1_efd.at_pointing_mount_position_ra_stddev" + datatype: float + nullable: True + description: RA calculated from the azimuthCalculatedAngle and elevationCalculatedAngle. + - name: "at_pointing_mount_position_dec_mean" + "@id": "#visit1_efd.at_pointing_mount_position_dec_mean" + datatype: float + nullable: True + description: Dec calculated from the azimuthCalculatedAngle and elevationCalculatedAngle. + - name: "at_pointing_mount_position_dec_stddev" + "@id": "#visit1_efd.at_pointing_mount_position_dec_stddev" + datatype: float + nullable: True + description: Dec calculated from the azimuthCalculatedAngle and elevationCalculatedAngle. + - name: "at_pointing_mount_position_sky_angle_mean" + "@id": "#visit1_efd.at_pointing_mount_position_sky_angle_mean" + datatype: float + nullable: True + description: Calculated sky angle. + - name: "at_pointing_mount_position_sky_angle_stddev" + "@id": "#visit1_efd.at_pointing_mount_position_sky_angle_stddev" + datatype: float + nullable: True + description: Calculated sky angle. - name: transformed_efd_scheduler "@id": "#transformed_efd_scheduler" @@ -1348,7 +2603,9 @@ tables: columns: - name: id "@id": "#transformed_efd_scheduler.id" - datatype: long + datatype: int + nullable: False + autoincrement: True description: Unique ID, auto-incremented - name: start_time "@id": "#transformed_efd_scheduler.start_time" diff --git a/python/lsst/consdb/efd_transform/cdb_transformed_efd_LSSTComCam.yml b/python/lsst/consdb/efd_transform/cdb_transformed_efd_LSSTComCam.yml index 05eece13..77622e18 100644 --- a/python/lsst/consdb/efd_transform/cdb_transformed_efd_LSSTComCam.yml +++ b/python/lsst/consdb/efd_transform/cdb_transformed_efd_LSSTComCam.yml @@ -1867,6 +1867,1771 @@ tables: datatype: char length: 20 description: Instrument name. + - name: "mt_salindex110_sonic_temperature_mean" + "@id": "#visit1_efd.mt_salindex110_sonic_temperature_mean" + datatype: float + nullable: True + description: Median sonic temperature (air temperature measured sonically). Sonic temperature has poor absolute accuracy (it can be off by several degrees) but good time resolution. + - name: "mt_salindex110_sonic_temperature_stddev" + "@id": "#visit1_efd.mt_salindex110_sonic_temperature_stddev" + datatype: float + nullable: True + description: Median sonic temperature (air temperature measured sonically). Sonic temperature has poor absolute accuracy (it can be off by several degrees) but good time resolution. + - name: "at_salindex110_sonic_temperature_stddev_mean" + "@id": "#visit1_efd.at_salindex110_sonic_temperature_stddev_mean" + datatype: float + nullable: True + description: Standard devation of sonic temperature (air temperature measured sonically) estimated from quartiles. + - name: "at_salindex110_sonic_temperature_stddev_stddev" + "@id": "#visit1_efd.at_salindex110_sonic_temperature_stddev_stddev" + datatype: float + nullable: True + description: Standard devation of sonic temperature (air temperature measured sonically) estimated from quartiles. + - name: "mt_salindex110_wind_speed_0_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_0_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_0_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_0_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_0_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_0_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_0_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_0_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_1_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_1_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_1_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_1_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_1_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_1_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_1_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_1_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_2_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_2_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_2_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_2_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_2_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_2_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_2_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_2_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_0_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_0_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_0_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_0_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_0_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_0_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_0_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_0_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_1_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_1_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_1_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_1_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_1_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_1_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_1_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_1_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_2_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_2_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_2_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_2_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_2_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_2_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_2_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_2_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_magnitude_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_magnitude_mean" + datatype: float + nullable: True + description: Median wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_magnitude_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_magnitude_stddev" + datatype: float + nullable: True + description: Median wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_magnitude_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_magnitude_min" + datatype: float + nullable: True + description: Median wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_magnitude_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_magnitude_max" + datatype: float + nullable: True + description: Median wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_maxmagnitude_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_maxmagnitude_mean" + datatype: float + nullable: True + description: Maximum wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_maxmagnitude_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_maxmagnitude_stddev" + datatype: float + nullable: True + description: Maximum wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_maxmagnitude_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_maxmagnitude_min" + datatype: float + nullable: True + description: Maximum wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_maxmagnitude_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_maxmagnitude_max" + datatype: float + nullable: True + description: Maximum wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex1_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_0_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex1_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_0_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex1_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_0_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex1_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_1_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex1_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_0_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex1_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_1_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex1_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_1_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex1_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_1_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex1_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_2_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex1_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_2_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex1_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_2_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex1_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_2_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex1_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_3_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex1_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_3_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex1_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_3_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex1_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_3_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex1_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_4_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex1_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_4_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex1_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_4_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex1_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_4_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex1_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_5_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex1_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_5_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex1_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_5_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex1_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_5_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex1_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_6_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex1_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_6_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex1_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_6_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex1_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_6_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex1_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_7_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex1_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_7_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex1_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_7_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex1_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_7_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex101_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_0_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex101_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_0_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex101_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_0_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex101_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_1_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex101_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_0_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex101_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_1_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex101_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_1_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex101_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_1_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex101_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_2_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex101_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_2_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex101_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_2_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex101_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_2_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex101_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_3_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex101_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_3_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex101_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_3_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex101_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_3_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex101_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_4_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex101_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_4_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex101_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_4_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex101_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_4_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex101_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_5_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex101_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_5_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex101_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_5_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex101_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_5_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex101_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_6_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex101_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_6_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex101_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_6_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex101_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_6_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex101_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_7_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex101_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_7_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex101_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_7_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex101_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_7_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex102_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_0_mean" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex102_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_0_stddev" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex102_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_0_min" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex102_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_1_mean" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex102_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_0_max" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex102_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_1_stddev" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex102_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_1_min" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex102_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_1_max" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex102_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_2_mean" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex102_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_2_stddev" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex102_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_2_min" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex102_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_2_max" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex102_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_3_mean" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex102_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_3_stddev" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex102_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_3_min" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex102_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_3_max" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex102_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_4_mean" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex102_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_4_stddev" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex102_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_4_min" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex102_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_4_max" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex102_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_5_mean" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex102_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_5_stddev" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex102_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_5_min" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex102_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_5_max" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex102_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_6_mean" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex102_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_6_stddev" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex102_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_6_min" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex102_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_6_max" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex102_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_7_mean" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex102_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_7_stddev" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex102_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_7_min" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex102_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_7_max" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex103_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_0_mean" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex103_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_0_stddev" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex103_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_0_min" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex103_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_1_mean" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex103_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_0_max" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex103_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_1_stddev" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex103_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_1_min" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex103_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_1_max" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex103_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_2_mean" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex103_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_2_stddev" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex103_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_2_min" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex103_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_2_max" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex103_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_3_mean" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex103_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_3_stddev" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex103_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_3_min" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex103_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_3_max" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex103_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_4_mean" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex103_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_4_stddev" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex103_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_4_min" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex103_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_4_max" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex103_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_5_mean" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex103_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_5_stddev" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex103_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_5_min" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex103_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_5_max" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex103_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_6_mean" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex103_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_6_stddev" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex103_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_6_min" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex103_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_6_max" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex103_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_7_mean" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex103_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_7_stddev" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex103_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_7_min" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex103_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_7_max" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex106_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_0_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 0 + - name: "mt_salindex106_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_0_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 0 + - name: "mt_salindex106_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_0_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 0 + - name: "mt_salindex106_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_1_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 1 + - name: "mt_salindex106_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_0_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 0 + - name: "mt_salindex106_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_1_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 1 + - name: "mt_salindex106_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_1_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 1 + - name: "mt_salindex106_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_1_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 1 + - name: "mt_salindex106_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_2_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 2 + - name: "mt_salindex106_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_2_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 2 + - name: "mt_salindex106_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_2_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 2 + - name: "mt_salindex106_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_2_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 2 + - name: "mt_salindex106_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_3_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 3 + - name: "mt_salindex106_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_3_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 3 + - name: "mt_salindex106_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_3_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 3 + - name: "mt_salindex106_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_3_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 3 + - name: "mt_salindex106_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_4_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 4 + - name: "mt_salindex106_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_4_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 4 + - name: "mt_salindex106_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_4_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 4 + - name: "mt_salindex106_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_4_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 4 + - name: "mt_salindex106_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_5_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 5 + - name: "mt_salindex106_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_5_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 5 + - name: "mt_salindex106_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_5_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 5 + - name: "mt_salindex106_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_5_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 5 + - name: "mt_salindex106_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_6_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 6 + - name: "mt_salindex106_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_6_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 6 + - name: "mt_salindex106_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_6_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 6 + - name: "mt_salindex106_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_6_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 6 + - name: "mt_salindex106_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_7_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 7 + - name: "mt_salindex106_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_7_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 7 + - name: "mt_salindex106_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_7_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 7 + - name: "mt_salindex106_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_7_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 7 + - name: "mt_salindex107_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_0_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 0 + - name: "mt_salindex107_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_0_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 0 + - name: "mt_salindex107_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_0_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 0 + - name: "mt_salindex107_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_1_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 1 + - name: "mt_salindex107_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_0_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 0 + - name: "mt_salindex107_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_1_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 1 + - name: "mt_salindex107_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_1_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 1 + - name: "mt_salindex107_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_1_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 1 + - name: "mt_salindex107_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_2_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 2 + - name: "mt_salindex107_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_2_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 2 + - name: "mt_salindex107_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_2_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 2 + - name: "mt_salindex107_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_2_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 2 + - name: "mt_salindex107_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_3_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 3 + - name: "mt_salindex107_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_3_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 3 + - name: "mt_salindex107_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_3_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 3 + - name: "mt_salindex107_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_3_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 3 + - name: "mt_salindex107_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_4_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 4 + - name: "mt_salindex107_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_4_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 4 + - name: "mt_salindex107_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_4_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 4 + - name: "mt_salindex107_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_4_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 4 + - name: "mt_salindex107_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_5_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 5 + - name: "mt_salindex107_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_5_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 5 + - name: "mt_salindex107_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_5_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 5 + - name: "mt_salindex107_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_5_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 5 + - name: "mt_salindex107_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_6_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 6 + - name: "mt_salindex107_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_6_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 6 + - name: "mt_salindex107_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_6_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 6 + - name: "mt_salindex107_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_6_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 6 + - name: "mt_salindex107_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_7_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 7 + - name: "mt_salindex107_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_7_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 7 + - name: "mt_salindex107_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_7_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 7 + - name: "mt_salindex107_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_7_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 7 + - name: "mt_salindex108_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_0_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 0 + - name: "mt_salindex108_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_0_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 0 + - name: "mt_salindex108_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_0_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 0 + - name: "mt_salindex108_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_1_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 1 + - name: "mt_salindex108_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_0_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 0 + - name: "mt_salindex108_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_1_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 1 + - name: "mt_salindex108_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_1_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 1 + - name: "mt_salindex108_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_1_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 1 + - name: "mt_salindex108_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_2_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 2 + - name: "mt_salindex108_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_2_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 2 + - name: "mt_salindex108_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_2_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 2 + - name: "mt_salindex108_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_2_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 2 + - name: "mt_salindex108_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_3_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 3 + - name: "mt_salindex108_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_3_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 3 + - name: "mt_salindex108_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_3_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 3 + - name: "mt_salindex108_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_3_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 3 + - name: "mt_salindex108_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_4_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 4 + - name: "mt_salindex108_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_4_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 4 + - name: "mt_salindex108_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_4_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 4 + - name: "mt_salindex108_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_4_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 4 + - name: "mt_salindex108_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_5_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 5 + - name: "mt_salindex108_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_5_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 5 + - name: "mt_salindex108_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_5_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 5 + - name: "mt_salindex108_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_5_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 5 + - name: "mt_salindex108_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_6_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 6 + - name: "mt_salindex108_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_6_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 6 + - name: "mt_salindex108_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_6_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 6 + - name: "mt_salindex108_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_6_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 6 + - name: "mt_salindex108_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_7_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 7 + - name: "mt_salindex108_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_7_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 7 + - name: "mt_salindex108_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_7_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 7 + - name: "mt_salindex108_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_7_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 7 + - name: "mt_salindex301_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_0_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 0 + - name: "mt_salindex301_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_0_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 0 + - name: "mt_salindex301_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_0_min" + datatype: float + nullable: True + description: Weather tower air temperature item 0 + - name: "mt_salindex301_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_1_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 1 + - name: "mt_salindex301_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_0_max" + datatype: float + nullable: True + description: Weather tower air temperature item 0 + - name: "mt_salindex301_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_1_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 1 + - name: "mt_salindex301_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_1_min" + datatype: float + nullable: True + description: Weather tower air temperature item 1 + - name: "mt_salindex301_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_1_max" + datatype: float + nullable: True + description: Weather tower air temperature item 1 + - name: "mt_salindex301_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_2_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 2 + - name: "mt_salindex301_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_2_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 2 + - name: "mt_salindex301_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_2_min" + datatype: float + nullable: True + description: Weather tower air temperature item 2 + - name: "mt_salindex301_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_2_max" + datatype: float + nullable: True + description: Weather tower air temperature item 2 + - name: "mt_salindex301_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_3_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 3 + - name: "mt_salindex301_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_3_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 3 + - name: "mt_salindex301_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_3_min" + datatype: float + nullable: True + description: Weather tower air temperature item 3 + - name: "mt_salindex301_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_3_max" + datatype: float + nullable: True + description: Weather tower air temperature item 3 + - name: "mt_salindex301_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_4_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 4 + - name: "mt_salindex301_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_4_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 4 + - name: "mt_salindex301_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_4_min" + datatype: float + nullable: True + description: Weather tower air temperature item 4 + - name: "mt_salindex301_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_4_max" + datatype: float + nullable: True + description: Weather tower air temperature item 4 + - name: "mt_salindex301_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_5_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 5 + - name: "mt_salindex301_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_5_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 5 + - name: "mt_salindex301_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_5_min" + datatype: float + nullable: True + description: Weather tower air temperature item 5 + - name: "mt_salindex301_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_5_max" + datatype: float + nullable: True + description: Weather tower air temperature item 5 + - name: "mt_salindex301_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_6_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 6 + - name: "mt_salindex301_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_6_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 6 + - name: "mt_salindex301_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_6_min" + datatype: float + nullable: True + description: Weather tower air temperature item 6 + - name: "mt_salindex301_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_6_max" + datatype: float + nullable: True + description: Weather tower air temperature item 6 + - name: "mt_salindex301_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_7_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 7 + - name: "mt_salindex301_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_7_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 7 + - name: "mt_salindex301_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_7_min" + datatype: float + nullable: True + description: Weather tower air temperature item 7 + - name: "mt_salindex301_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_7_max" + datatype: float + nullable: True + description: Weather tower air temperature item 7 + - name: "mt_dimm_fwhm_mean" + "@id": "#visit1_efd.mt_dimm_fwhm_mean" + datatype: float + nullable: True + description: Combined full width half maximum + - name: "mt_azimuth_encoder_absolute_position0_mean" + "@id": "#visit1_efd.mt_azimuth_encoder_absolute_position0_mean" + datatype: float + nullable: True + description: Azimuth absolute position read by each encoder head. + - name: "mt_azimuth_encoder_absolute_position1_mean" + "@id": "#visit1_efd.mt_azimuth_encoder_absolute_position1_mean" + datatype: float + nullable: True + description: Azimuth absolute position read by each encoder head. + - name: "mt_azimuth_encoder_absolute_position2_mean" + "@id": "#visit1_efd.mt_azimuth_encoder_absolute_position2_mean" + datatype: float + nullable: True + description: Azimuth absolute position read by each encoder head. + - name: "mt_azimuth_encoder_absolute_position3_mean" + "@id": "#visit1_efd.mt_azimuth_encoder_absolute_position3_mean" + datatype: float + nullable: True + description: Azimuth absolute position read by each encoder head. + - name: "mt_elevation_encoder_absolute_position0_mean" + "@id": "#visit1_efd.mt_elevation_encoder_absolute_position0_mean" + datatype: float + nullable: True + description: Elevation absolute position read by each encoder head. + - name: "mt_elevation_encoder_absolute_position1_mean" + "@id": "#visit1_efd.mt_elevation_encoder_absolute_position1_mean" + datatype: float + nullable: True + description: Elevation absolute position read by each encoder head. + - name: "mt_elevation_encoder_absolute_position2_mean" + "@id": "#visit1_efd.mt_elevation_encoder_absolute_position2_mean" + datatype: float + nullable: True + description: Elevation absolute position read by each encoder head. + - name: "mt_elevation_encoder_absolute_position3_mean" + "@id": "#visit1_efd.mt_elevation_encoder_absolute_position3_mean" + datatype: float + nullable: True + description: Elevation absolute position read by each encoder head. + - name: "mt_hexapod_uncompensated_position_u_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_u_mean" + datatype: float + nullable: True + description: U angle. + - name: "mt_hexapod_uncompensated_position_u_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_u_max" + datatype: float + nullable: True + description: U angle. + - name: "mt_hexapod_uncompensated_position_u_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_u_min" + datatype: float + nullable: True + description: U angle. + - name: "mt_hexapod_uncompensated_position_v_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_v_mean" + datatype: float + nullable: True + description: V angle. + - name: "mt_hexapod_uncompensated_position_v_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_v_max" + datatype: float + nullable: True + description: V angle. + - name: "mt_hexapod_uncompensated_position_v_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_v_min" + datatype: float + nullable: True + description: V angle. + - name: "mt_hexapod_uncompensated_position_w_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_w_mean" + datatype: float + nullable: True + description: W angle. + - name: "mt_hexapod_uncompensated_position_w_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_w_max" + datatype: float + nullable: True + description: W angle. + - name: "mt_hexapod_uncompensated_position_w_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_w_min" + datatype: float + nullable: True + description: W angle. + - name: "mt_hexapod_uncompensated_position_x_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_x_mean" + datatype: float + nullable: True + description: X position. + - name: "mt_hexapod_uncompensated_position_x_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_x_max" + datatype: float + nullable: True + description: X position. + - name: "mt_hexapod_uncompensated_position_x_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_x_min" + datatype: float + nullable: True + description: X position. + - name: "mt_hexapod_uncompensated_position_y_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_y_mean" + datatype: float + nullable: True + description: Y position. + - name: "mt_hexapod_uncompensated_position_y_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_y_max" + datatype: float + nullable: True + description: Y position. + - name: "mt_hexapod_uncompensated_position_y_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_y_min" + datatype: float + nullable: True + description: Y position. + - name: "mt_hexapod_uncompensated_position_z_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_z_mean" + datatype: float + nullable: True + description: Z position. + - name: "mt_hexapod_uncompensated_position_z_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_z_max" + datatype: float + nullable: True + description: Z position. + - name: "mt_hexapod_uncompensated_position_z_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_z_min" + datatype: float + nullable: True + description: Z position. + - name: "mt_salindex104_acceleration_x_mean" + "@id": "#visit1_efd.mt_salindex104_acceleration_x_mean" + datatype: float + nullable: True + description: Acceleration in x direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_x_stddev" + "@id": "#visit1_efd.mt_salindex104_acceleration_x_stddev" + datatype: float + nullable: True + description: Acceleration in x direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_x_min" + "@id": "#visit1_efd.mt_salindex104_acceleration_x_min" + datatype: float + nullable: True + description: Acceleration in x direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_x_max" + "@id": "#visit1_efd.mt_salindex104_acceleration_x_max" + datatype: float + nullable: True + description: Acceleration in x direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindey104_acceleration_y_mean" + "@id": "#visit1_efd.mt_salindey104_acceleration_y_mean" + datatype: float + nullable: True + description: Acceleration in y direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_y_stddev" + "@id": "#visit1_efd.mt_salindex104_acceleration_y_stddev" + datatype: float + nullable: True + description: Acceleration in y direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_y_min" + "@id": "#visit1_efd.mt_salindex104_acceleration_y_min" + datatype: float + nullable: True + description: Acceleration in y direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_y_max" + "@id": "#visit1_efd.mt_salindex104_acceleration_y_max" + datatype: float + nullable: True + description: Acceleration in y direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindez104_acceleration_z_mean" + "@id": "#visit1_efd.mt_salindez104_acceleration_z_mean" + datatype: float + nullable: True + description: Acceleration in z direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_z_stddev" + "@id": "#visit1_efd.mt_salindex104_acceleration_z_stddev" + datatype: float + nullable: True + description: Acceleration in z direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_z_min" + "@id": "#visit1_efd.mt_salindex104_acceleration_z_min" + datatype: float + nullable: True + description: Acceleration in z direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_z_max" + "@id": "#visit1_efd.mt_salindex104_acceleration_z_max" + datatype: float + nullable: True + description: Acceleration in z direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_pointing_mount_position_ra_mean" + "@id": "#visit1_efd.mt_pointing_mount_position_ra_mean" + datatype: float + nullable: True + description: RA calculated from the azimuthActualPosition and elevationActualPosition. + - name: "mt_pointing_mount_position_ra_stddev" + "@id": "#visit1_efd.mt_pointing_mount_position_ra_stddev" + datatype: float + nullable: True + description: RA calculated from the azimuthActualPosition and elevationActualPosition. + - name: "mt_pointing_mount_position_dec_mean" + "@id": "#visit1_efd.mt_pointing_mount_position_dec_mean" + datatype: float + nullable: True + description: Dec calculated from the azimuthActualPosition and elevationActualPosition. + - name: "mt_pointing_mount_position_dec_stddev" + "@id": "#visit1_efd.mt_pointing_mount_position_dec_stddev" + datatype: float + nullable: True + description: Dec calculated from the azimuthActualPosition and elevationActualPosition. + - name: "mt_pointing_mount_position_sky_angle_mean" + "@id": "#visit1_efd.mt_pointing_mount_position_sky_angle_mean" + datatype: float + nullable: True + description: Calculated sky angle. + - name: "mt_pointing_mount_position_sky_angle_stddev" + "@id": "#visit1_efd.mt_pointing_mount_position_sky_angle_stddev" + datatype: float + nullable: True + description: Calculated sky angle. + - name: "mt_pointing_mount_position_rotator_mean" + "@id": "#visit1_efd.mt_pointing_mount_position_rotator_mean" + datatype: float + nullable: True + description: Rotator axis position reported by rotator component. + - name: "mt_pointing_mount_position_rotator_stddev" + "@id": "#visit1_efd.mt_pointing_mount_position_rotator_stddev" + datatype: float + nullable: True + description: Rotator axis position reported by rotator component. + - name: "camera_hexapod_aos_corrections_u" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_u" + datatype: float + nullable: True + description: U position offset. + - name: "camera_hexapod_aos_corrections_v" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_v" + datatype: float + nullable: True + description: V position offset. + - name: "camera_hexapod_aos_corrections_w" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_w" + datatype: float + nullable: True + description: W position offset. + - name: "camera_hexapod_aos_corrections_x" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_x" + datatype: float + nullable: True + description: X position offset. + - name: "camera_hexapod_aos_corrections_y" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_y" + datatype: float + nullable: True + description: Y position offset. + - name: "camera_hexapod_aos_corrections_z" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_z" + datatype: float + nullable: True + description: Z position offset. + - name: "m2_hexapod_aos_corrections_u" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_u" + datatype: float + nullable: True + description: U position offset. + - name: "m2_hexapod_aos_corrections_v" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_v" + datatype: float + nullable: True + description: V position offset. + - name: "m2_hexapod_aos_corrections_w" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_w" + datatype: float + nullable: True + description: W position offset. + - name: "m2_hexapod_aos_corrections_x" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_x" + datatype: float + nullable: True + description: X position offset. + - name: "m2_hexapod_aos_corrections_y" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_y" + datatype: float + nullable: True + description: Y position offset. + - name: "m2_hexapod_aos_corrections_z" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_z" + datatype: float + nullable: True + description: Z position offset. + - name: "m2_stress" + "@id": "#visit1_efd.m2_stress" + datatype: float + nullable: True + description: Calculate M2 stress computed RSS the stress contribution of each bending mode. + - name: "m1m3_stress" + "@id": "#visit1_efd.m1m3_stress" + datatype: float + nullable: True + description: Calculate M1M3 stress computed RSS the stress contribution of each bending mode. - name: transformed_efd_scheduler "@id": "#transformed_efd_scheduler" @@ -1883,7 +3648,9 @@ tables: columns: - name: id "@id": "#transformed_efd_scheduler.id" - datatype: long + datatype: int + nullable: False + autoincrement: True description: Unique ID, auto-incremented - name: start_time "@id": "#transformed_efd_scheduler.start_time" diff --git a/python/lsst/consdb/efd_transform/cdb_transformed_efd_LSSTComCamSim.yml b/python/lsst/consdb/efd_transform/cdb_transformed_efd_LSSTComCamSim.yml index a1bdc772..126ea4ac 100644 --- a/python/lsst/consdb/efd_transform/cdb_transformed_efd_LSSTComCamSim.yml +++ b/python/lsst/consdb/efd_transform/cdb_transformed_efd_LSSTComCamSim.yml @@ -1867,6 +1867,1771 @@ tables: datatype: char length: 20 description: Instrument name. + - name: "mt_salindex110_sonic_temperature_mean" + "@id": "#visit1_efd.mt_salindex110_sonic_temperature_mean" + datatype: float + nullable: True + description: Median sonic temperature (air temperature measured sonically). Sonic temperature has poor absolute accuracy (it can be off by several degrees) but good time resolution. + - name: "mt_salindex110_sonic_temperature_stddev" + "@id": "#visit1_efd.mt_salindex110_sonic_temperature_stddev" + datatype: float + nullable: True + description: Median sonic temperature (air temperature measured sonically). Sonic temperature has poor absolute accuracy (it can be off by several degrees) but good time resolution. + - name: "at_salindex110_sonic_temperature_stddev_mean" + "@id": "#visit1_efd.at_salindex110_sonic_temperature_stddev_mean" + datatype: float + nullable: True + description: Standard devation of sonic temperature (air temperature measured sonically) estimated from quartiles. + - name: "at_salindex110_sonic_temperature_stddev_stddev" + "@id": "#visit1_efd.at_salindex110_sonic_temperature_stddev_stddev" + datatype: float + nullable: True + description: Standard devation of sonic temperature (air temperature measured sonically) estimated from quartiles. + - name: "mt_salindex110_wind_speed_0_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_0_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_0_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_0_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_0_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_0_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_0_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_0_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_1_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_1_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_1_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_1_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_1_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_1_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_1_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_1_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_2_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_2_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_2_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_2_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_2_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_2_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_2_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_2_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_0_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_0_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_0_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_0_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_0_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_0_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_0_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_0_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_1_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_1_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_1_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_1_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_1_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_1_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_1_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_1_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_2_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_2_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_2_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_2_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_2_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_2_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_2_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_2_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_magnitude_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_magnitude_mean" + datatype: float + nullable: True + description: Median wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_magnitude_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_magnitude_stddev" + datatype: float + nullable: True + description: Median wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_magnitude_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_magnitude_min" + datatype: float + nullable: True + description: Median wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_magnitude_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_magnitude_max" + datatype: float + nullable: True + description: Median wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_maxmagnitude_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_maxmagnitude_mean" + datatype: float + nullable: True + description: Maximum wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_maxmagnitude_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_maxmagnitude_stddev" + datatype: float + nullable: True + description: Maximum wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_maxmagnitude_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_maxmagnitude_min" + datatype: float + nullable: True + description: Maximum wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_maxmagnitude_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_maxmagnitude_max" + datatype: float + nullable: True + description: Maximum wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex1_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_0_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex1_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_0_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex1_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_0_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex1_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_1_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex1_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_0_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex1_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_1_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex1_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_1_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex1_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_1_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex1_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_2_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex1_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_2_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex1_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_2_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex1_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_2_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex1_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_3_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex1_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_3_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex1_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_3_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex1_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_3_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex1_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_4_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex1_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_4_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex1_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_4_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex1_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_4_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex1_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_5_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex1_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_5_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex1_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_5_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex1_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_5_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex1_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_6_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex1_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_6_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex1_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_6_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex1_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_6_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex1_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_7_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex1_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_7_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex1_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_7_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex1_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_7_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex101_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_0_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex101_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_0_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex101_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_0_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex101_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_1_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex101_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_0_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex101_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_1_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex101_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_1_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex101_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_1_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex101_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_2_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex101_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_2_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex101_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_2_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex101_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_2_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex101_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_3_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex101_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_3_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex101_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_3_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex101_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_3_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex101_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_4_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex101_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_4_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex101_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_4_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex101_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_4_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex101_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_5_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex101_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_5_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex101_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_5_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex101_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_5_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex101_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_6_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex101_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_6_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex101_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_6_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex101_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_6_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex101_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_7_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex101_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_7_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex101_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_7_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex101_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_7_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex102_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_0_mean" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex102_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_0_stddev" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex102_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_0_min" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex102_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_1_mean" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex102_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_0_max" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex102_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_1_stddev" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex102_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_1_min" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex102_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_1_max" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex102_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_2_mean" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex102_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_2_stddev" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex102_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_2_min" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex102_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_2_max" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex102_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_3_mean" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex102_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_3_stddev" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex102_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_3_min" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex102_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_3_max" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex102_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_4_mean" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex102_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_4_stddev" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex102_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_4_min" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex102_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_4_max" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex102_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_5_mean" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex102_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_5_stddev" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex102_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_5_min" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex102_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_5_max" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex102_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_6_mean" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex102_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_6_stddev" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex102_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_6_min" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex102_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_6_max" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex102_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_7_mean" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex102_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_7_stddev" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex102_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_7_min" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex102_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_7_max" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex103_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_0_mean" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex103_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_0_stddev" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex103_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_0_min" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex103_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_1_mean" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex103_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_0_max" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex103_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_1_stddev" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex103_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_1_min" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex103_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_1_max" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex103_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_2_mean" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex103_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_2_stddev" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex103_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_2_min" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex103_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_2_max" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex103_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_3_mean" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex103_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_3_stddev" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex103_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_3_min" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex103_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_3_max" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex103_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_4_mean" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex103_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_4_stddev" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex103_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_4_min" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex103_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_4_max" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex103_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_5_mean" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex103_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_5_stddev" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex103_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_5_min" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex103_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_5_max" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex103_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_6_mean" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex103_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_6_stddev" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex103_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_6_min" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex103_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_6_max" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex103_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_7_mean" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex103_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_7_stddev" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex103_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_7_min" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex103_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_7_max" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex106_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_0_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 0 + - name: "mt_salindex106_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_0_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 0 + - name: "mt_salindex106_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_0_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 0 + - name: "mt_salindex106_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_1_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 1 + - name: "mt_salindex106_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_0_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 0 + - name: "mt_salindex106_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_1_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 1 + - name: "mt_salindex106_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_1_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 1 + - name: "mt_salindex106_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_1_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 1 + - name: "mt_salindex106_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_2_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 2 + - name: "mt_salindex106_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_2_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 2 + - name: "mt_salindex106_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_2_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 2 + - name: "mt_salindex106_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_2_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 2 + - name: "mt_salindex106_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_3_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 3 + - name: "mt_salindex106_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_3_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 3 + - name: "mt_salindex106_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_3_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 3 + - name: "mt_salindex106_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_3_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 3 + - name: "mt_salindex106_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_4_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 4 + - name: "mt_salindex106_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_4_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 4 + - name: "mt_salindex106_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_4_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 4 + - name: "mt_salindex106_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_4_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 4 + - name: "mt_salindex106_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_5_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 5 + - name: "mt_salindex106_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_5_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 5 + - name: "mt_salindex106_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_5_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 5 + - name: "mt_salindex106_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_5_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 5 + - name: "mt_salindex106_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_6_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 6 + - name: "mt_salindex106_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_6_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 6 + - name: "mt_salindex106_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_6_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 6 + - name: "mt_salindex106_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_6_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 6 + - name: "mt_salindex106_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_7_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 7 + - name: "mt_salindex106_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_7_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 7 + - name: "mt_salindex106_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_7_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 7 + - name: "mt_salindex106_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_7_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 7 + - name: "mt_salindex107_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_0_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 0 + - name: "mt_salindex107_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_0_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 0 + - name: "mt_salindex107_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_0_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 0 + - name: "mt_salindex107_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_1_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 1 + - name: "mt_salindex107_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_0_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 0 + - name: "mt_salindex107_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_1_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 1 + - name: "mt_salindex107_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_1_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 1 + - name: "mt_salindex107_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_1_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 1 + - name: "mt_salindex107_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_2_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 2 + - name: "mt_salindex107_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_2_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 2 + - name: "mt_salindex107_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_2_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 2 + - name: "mt_salindex107_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_2_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 2 + - name: "mt_salindex107_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_3_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 3 + - name: "mt_salindex107_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_3_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 3 + - name: "mt_salindex107_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_3_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 3 + - name: "mt_salindex107_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_3_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 3 + - name: "mt_salindex107_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_4_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 4 + - name: "mt_salindex107_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_4_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 4 + - name: "mt_salindex107_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_4_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 4 + - name: "mt_salindex107_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_4_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 4 + - name: "mt_salindex107_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_5_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 5 + - name: "mt_salindex107_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_5_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 5 + - name: "mt_salindex107_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_5_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 5 + - name: "mt_salindex107_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_5_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 5 + - name: "mt_salindex107_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_6_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 6 + - name: "mt_salindex107_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_6_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 6 + - name: "mt_salindex107_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_6_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 6 + - name: "mt_salindex107_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_6_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 6 + - name: "mt_salindex107_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_7_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 7 + - name: "mt_salindex107_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_7_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 7 + - name: "mt_salindex107_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_7_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 7 + - name: "mt_salindex107_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_7_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 7 + - name: "mt_salindex108_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_0_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 0 + - name: "mt_salindex108_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_0_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 0 + - name: "mt_salindex108_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_0_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 0 + - name: "mt_salindex108_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_1_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 1 + - name: "mt_salindex108_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_0_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 0 + - name: "mt_salindex108_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_1_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 1 + - name: "mt_salindex108_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_1_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 1 + - name: "mt_salindex108_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_1_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 1 + - name: "mt_salindex108_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_2_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 2 + - name: "mt_salindex108_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_2_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 2 + - name: "mt_salindex108_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_2_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 2 + - name: "mt_salindex108_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_2_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 2 + - name: "mt_salindex108_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_3_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 3 + - name: "mt_salindex108_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_3_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 3 + - name: "mt_salindex108_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_3_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 3 + - name: "mt_salindex108_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_3_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 3 + - name: "mt_salindex108_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_4_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 4 + - name: "mt_salindex108_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_4_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 4 + - name: "mt_salindex108_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_4_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 4 + - name: "mt_salindex108_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_4_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 4 + - name: "mt_salindex108_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_5_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 5 + - name: "mt_salindex108_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_5_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 5 + - name: "mt_salindex108_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_5_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 5 + - name: "mt_salindex108_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_5_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 5 + - name: "mt_salindex108_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_6_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 6 + - name: "mt_salindex108_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_6_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 6 + - name: "mt_salindex108_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_6_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 6 + - name: "mt_salindex108_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_6_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 6 + - name: "mt_salindex108_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_7_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 7 + - name: "mt_salindex108_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_7_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 7 + - name: "mt_salindex108_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_7_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 7 + - name: "mt_salindex108_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_7_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 7 + - name: "mt_salindex301_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_0_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 0 + - name: "mt_salindex301_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_0_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 0 + - name: "mt_salindex301_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_0_min" + datatype: float + nullable: True + description: Weather tower air temperature item 0 + - name: "mt_salindex301_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_1_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 1 + - name: "mt_salindex301_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_0_max" + datatype: float + nullable: True + description: Weather tower air temperature item 0 + - name: "mt_salindex301_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_1_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 1 + - name: "mt_salindex301_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_1_min" + datatype: float + nullable: True + description: Weather tower air temperature item 1 + - name: "mt_salindex301_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_1_max" + datatype: float + nullable: True + description: Weather tower air temperature item 1 + - name: "mt_salindex301_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_2_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 2 + - name: "mt_salindex301_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_2_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 2 + - name: "mt_salindex301_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_2_min" + datatype: float + nullable: True + description: Weather tower air temperature item 2 + - name: "mt_salindex301_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_2_max" + datatype: float + nullable: True + description: Weather tower air temperature item 2 + - name: "mt_salindex301_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_3_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 3 + - name: "mt_salindex301_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_3_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 3 + - name: "mt_salindex301_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_3_min" + datatype: float + nullable: True + description: Weather tower air temperature item 3 + - name: "mt_salindex301_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_3_max" + datatype: float + nullable: True + description: Weather tower air temperature item 3 + - name: "mt_salindex301_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_4_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 4 + - name: "mt_salindex301_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_4_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 4 + - name: "mt_salindex301_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_4_min" + datatype: float + nullable: True + description: Weather tower air temperature item 4 + - name: "mt_salindex301_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_4_max" + datatype: float + nullable: True + description: Weather tower air temperature item 4 + - name: "mt_salindex301_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_5_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 5 + - name: "mt_salindex301_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_5_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 5 + - name: "mt_salindex301_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_5_min" + datatype: float + nullable: True + description: Weather tower air temperature item 5 + - name: "mt_salindex301_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_5_max" + datatype: float + nullable: True + description: Weather tower air temperature item 5 + - name: "mt_salindex301_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_6_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 6 + - name: "mt_salindex301_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_6_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 6 + - name: "mt_salindex301_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_6_min" + datatype: float + nullable: True + description: Weather tower air temperature item 6 + - name: "mt_salindex301_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_6_max" + datatype: float + nullable: True + description: Weather tower air temperature item 6 + - name: "mt_salindex301_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_7_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 7 + - name: "mt_salindex301_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_7_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 7 + - name: "mt_salindex301_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_7_min" + datatype: float + nullable: True + description: Weather tower air temperature item 7 + - name: "mt_salindex301_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_7_max" + datatype: float + nullable: True + description: Weather tower air temperature item 7 + - name: "mt_dimm_fwhm_mean" + "@id": "#visit1_efd.mt_dimm_fwhm_mean" + datatype: float + nullable: True + description: Combined full width half maximum + - name: "mt_azimuth_encoder_absolute_position0_mean" + "@id": "#visit1_efd.mt_azimuth_encoder_absolute_position0_mean" + datatype: float + nullable: True + description: Azimuth absolute position read by each encoder head. + - name: "mt_azimuth_encoder_absolute_position1_mean" + "@id": "#visit1_efd.mt_azimuth_encoder_absolute_position1_mean" + datatype: float + nullable: True + description: Azimuth absolute position read by each encoder head. + - name: "mt_azimuth_encoder_absolute_position2_mean" + "@id": "#visit1_efd.mt_azimuth_encoder_absolute_position2_mean" + datatype: float + nullable: True + description: Azimuth absolute position read by each encoder head. + - name: "mt_azimuth_encoder_absolute_position3_mean" + "@id": "#visit1_efd.mt_azimuth_encoder_absolute_position3_mean" + datatype: float + nullable: True + description: Azimuth absolute position read by each encoder head. + - name: "mt_elevation_encoder_absolute_position0_mean" + "@id": "#visit1_efd.mt_elevation_encoder_absolute_position0_mean" + datatype: float + nullable: True + description: Elevation absolute position read by each encoder head. + - name: "mt_elevation_encoder_absolute_position1_mean" + "@id": "#visit1_efd.mt_elevation_encoder_absolute_position1_mean" + datatype: float + nullable: True + description: Elevation absolute position read by each encoder head. + - name: "mt_elevation_encoder_absolute_position2_mean" + "@id": "#visit1_efd.mt_elevation_encoder_absolute_position2_mean" + datatype: float + nullable: True + description: Elevation absolute position read by each encoder head. + - name: "mt_elevation_encoder_absolute_position3_mean" + "@id": "#visit1_efd.mt_elevation_encoder_absolute_position3_mean" + datatype: float + nullable: True + description: Elevation absolute position read by each encoder head. + - name: "mt_hexapod_uncompensated_position_u_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_u_mean" + datatype: float + nullable: True + description: U angle. + - name: "mt_hexapod_uncompensated_position_u_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_u_max" + datatype: float + nullable: True + description: U angle. + - name: "mt_hexapod_uncompensated_position_u_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_u_min" + datatype: float + nullable: True + description: U angle. + - name: "mt_hexapod_uncompensated_position_v_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_v_mean" + datatype: float + nullable: True + description: V angle. + - name: "mt_hexapod_uncompensated_position_v_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_v_max" + datatype: float + nullable: True + description: V angle. + - name: "mt_hexapod_uncompensated_position_v_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_v_min" + datatype: float + nullable: True + description: V angle. + - name: "mt_hexapod_uncompensated_position_w_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_w_mean" + datatype: float + nullable: True + description: W angle. + - name: "mt_hexapod_uncompensated_position_w_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_w_max" + datatype: float + nullable: True + description: W angle. + - name: "mt_hexapod_uncompensated_position_w_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_w_min" + datatype: float + nullable: True + description: W angle. + - name: "mt_hexapod_uncompensated_position_x_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_x_mean" + datatype: float + nullable: True + description: X position. + - name: "mt_hexapod_uncompensated_position_x_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_x_max" + datatype: float + nullable: True + description: X position. + - name: "mt_hexapod_uncompensated_position_x_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_x_min" + datatype: float + nullable: True + description: X position. + - name: "mt_hexapod_uncompensated_position_y_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_y_mean" + datatype: float + nullable: True + description: Y position. + - name: "mt_hexapod_uncompensated_position_y_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_y_max" + datatype: float + nullable: True + description: Y position. + - name: "mt_hexapod_uncompensated_position_y_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_y_min" + datatype: float + nullable: True + description: Y position. + - name: "mt_hexapod_uncompensated_position_z_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_z_mean" + datatype: float + nullable: True + description: Z position. + - name: "mt_hexapod_uncompensated_position_z_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_z_max" + datatype: float + nullable: True + description: Z position. + - name: "mt_hexapod_uncompensated_position_z_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_z_min" + datatype: float + nullable: True + description: Z position. + - name: "mt_salindex104_acceleration_x_mean" + "@id": "#visit1_efd.mt_salindex104_acceleration_x_mean" + datatype: float + nullable: True + description: Acceleration in x direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_x_stddev" + "@id": "#visit1_efd.mt_salindex104_acceleration_x_stddev" + datatype: float + nullable: True + description: Acceleration in x direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_x_min" + "@id": "#visit1_efd.mt_salindex104_acceleration_x_min" + datatype: float + nullable: True + description: Acceleration in x direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_x_max" + "@id": "#visit1_efd.mt_salindex104_acceleration_x_max" + datatype: float + nullable: True + description: Acceleration in x direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindey104_acceleration_y_mean" + "@id": "#visit1_efd.mt_salindey104_acceleration_y_mean" + datatype: float + nullable: True + description: Acceleration in y direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_y_stddev" + "@id": "#visit1_efd.mt_salindex104_acceleration_y_stddev" + datatype: float + nullable: True + description: Acceleration in y direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_y_min" + "@id": "#visit1_efd.mt_salindex104_acceleration_y_min" + datatype: float + nullable: True + description: Acceleration in y direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_y_max" + "@id": "#visit1_efd.mt_salindex104_acceleration_y_max" + datatype: float + nullable: True + description: Acceleration in y direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindez104_acceleration_z_mean" + "@id": "#visit1_efd.mt_salindez104_acceleration_z_mean" + datatype: float + nullable: True + description: Acceleration in z direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_z_stddev" + "@id": "#visit1_efd.mt_salindex104_acceleration_z_stddev" + datatype: float + nullable: True + description: Acceleration in z direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_z_min" + "@id": "#visit1_efd.mt_salindex104_acceleration_z_min" + datatype: float + nullable: True + description: Acceleration in z direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_z_max" + "@id": "#visit1_efd.mt_salindex104_acceleration_z_max" + datatype: float + nullable: True + description: Acceleration in z direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_pointing_mount_position_ra_mean" + "@id": "#visit1_efd.mt_pointing_mount_position_ra_mean" + datatype: float + nullable: True + description: RA calculated from the azimuthActualPosition and elevationActualPosition. + - name: "mt_pointing_mount_position_ra_stddev" + "@id": "#visit1_efd.mt_pointing_mount_position_ra_stddev" + datatype: float + nullable: True + description: RA calculated from the azimuthActualPosition and elevationActualPosition. + - name: "mt_pointing_mount_position_dec_mean" + "@id": "#visit1_efd.mt_pointing_mount_position_dec_mean" + datatype: float + nullable: True + description: Dec calculated from the azimuthActualPosition and elevationActualPosition. + - name: "mt_pointing_mount_position_dec_stddev" + "@id": "#visit1_efd.mt_pointing_mount_position_dec_stddev" + datatype: float + nullable: True + description: Dec calculated from the azimuthActualPosition and elevationActualPosition. + - name: "mt_pointing_mount_position_sky_angle_mean" + "@id": "#visit1_efd.mt_pointing_mount_position_sky_angle_mean" + datatype: float + nullable: True + description: Calculated sky angle. + - name: "mt_pointing_mount_position_sky_angle_stddev" + "@id": "#visit1_efd.mt_pointing_mount_position_sky_angle_stddev" + datatype: float + nullable: True + description: Calculated sky angle. + - name: "mt_pointing_mount_position_rotator_mean" + "@id": "#visit1_efd.mt_pointing_mount_position_rotator_mean" + datatype: float + nullable: True + description: Rotator axis position reported by rotator component. + - name: "mt_pointing_mount_position_rotator_stddev" + "@id": "#visit1_efd.mt_pointing_mount_position_rotator_stddev" + datatype: float + nullable: True + description: Rotator axis position reported by rotator component. + - name: "camera_hexapod_aos_corrections_u" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_u" + datatype: float + nullable: True + description: U position offset. + - name: "camera_hexapod_aos_corrections_v" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_v" + datatype: float + nullable: True + description: V position offset. + - name: "camera_hexapod_aos_corrections_w" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_w" + datatype: float + nullable: True + description: W position offset. + - name: "camera_hexapod_aos_corrections_x" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_x" + datatype: float + nullable: True + description: X position offset. + - name: "camera_hexapod_aos_corrections_y" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_y" + datatype: float + nullable: True + description: Y position offset. + - name: "camera_hexapod_aos_corrections_z" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_z" + datatype: float + nullable: True + description: Z position offset. + - name: "m2_hexapod_aos_corrections_u" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_u" + datatype: float + nullable: True + description: U position offset. + - name: "m2_hexapod_aos_corrections_v" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_v" + datatype: float + nullable: True + description: V position offset. + - name: "m2_hexapod_aos_corrections_w" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_w" + datatype: float + nullable: True + description: W position offset. + - name: "m2_hexapod_aos_corrections_x" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_x" + datatype: float + nullable: True + description: X position offset. + - name: "m2_hexapod_aos_corrections_y" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_y" + datatype: float + nullable: True + description: Y position offset. + - name: "m2_hexapod_aos_corrections_z" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_z" + datatype: float + nullable: True + description: Z position offset. + - name: "m2_stress" + "@id": "#visit1_efd.m2_stress" + datatype: float + nullable: True + description: Calculate M2 stress computed RSS the stress contribution of each bending mode. + - name: "m1m3_stress" + "@id": "#visit1_efd.m1m3_stress" + datatype: float + nullable: True + description: Calculate M1M3 stress computed RSS the stress contribution of each bending mode. - name: transformed_efd_scheduler "@id": "#transformed_efd_scheduler" @@ -1883,7 +3648,9 @@ tables: columns: - name: id "@id": "#transformed_efd_scheduler.id" - datatype: long + datatype: int + nullable: False + autoincrement: True description: Unique ID, auto-incremented - name: start_time "@id": "#transformed_efd_scheduler.start_time" diff --git a/python/lsst/consdb/efd_transform/config_LATISS.yml b/python/lsst/consdb/efd_transform/config_LATISS.yml index fd0e0b52..c10000c6 100644 --- a/python/lsst/consdb/efd_transform/config_LATISS.yml +++ b/python/lsst/consdb/efd_transform/config_LATISS.yml @@ -39,7 +39,7 @@ columns: - name: nasmyth1CalculatedAngle - name: at_salindex201_sonic_temperature_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -54,7 +54,7 @@ columns: - name: salIndex - name: at_salindex201_sonic_temperature_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -70,7 +70,7 @@ columns: - name: salIndex - name: at_salindex201_sonic_temperature_stddev_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -85,7 +85,7 @@ columns: - name: salIndex - name: at_salindex201_sonic_temperature_stddev_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -101,7 +101,7 @@ columns: - name: salIndex - name: at_salindex205_sonic_temperature_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -116,7 +116,7 @@ columns: - name: salIndex - name: at_salindex205_sonic_temperature_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -132,7 +132,7 @@ columns: - name: salIndex - name: at_salindex205_sonic_temperature_stddev_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -147,7 +147,7 @@ columns: - name: salIndex - name: at_salindex205_sonic_temperature_stddev_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -163,7 +163,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_x_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -178,7 +178,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -194,7 +194,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -209,7 +209,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -224,7 +224,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -239,7 +239,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -255,7 +255,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -270,7 +270,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -285,7 +285,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -300,7 +300,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -316,7 +316,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -331,7 +331,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -346,7 +346,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_speedstddev_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -361,7 +361,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_speedstddev_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -377,7 +377,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_speedstddev_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -392,7 +392,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_speedstddev_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -407,7 +407,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_speedstddev_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -422,7 +422,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_speedstddev_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -438,7 +438,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_speedstddev_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -453,7 +453,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_speedstddev_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -468,7 +468,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_speedstddev_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -483,7 +483,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_speedstddev_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -499,7 +499,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_speedstddev_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -514,7 +514,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_speedstddev_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -529,7 +529,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_magnitude_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -544,7 +544,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_magnitude_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -560,7 +560,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_magnitude_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -575,7 +575,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_magnitude_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -590,7 +590,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_maxmagnitude_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -605,7 +605,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_maxmagnitude_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -621,7 +621,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_maxmagnitude_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -636,7 +636,7 @@ columns: - name: salIndex - name: at_salindex201_wind_speed_maxmagnitude_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -651,7 +651,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -666,7 +666,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -682,7 +682,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -697,7 +697,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -712,7 +712,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -727,7 +727,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -743,7 +743,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -758,7 +758,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -773,7 +773,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -788,7 +788,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -804,7 +804,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -819,7 +819,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -834,7 +834,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_speedstddev_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -849,7 +849,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_speedstddev_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -865,7 +865,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_speedstddev_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -880,7 +880,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_speedstddev_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -895,7 +895,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_speedstddev_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -910,7 +910,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_speedstddev_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -926,7 +926,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_speedstddev_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -941,7 +941,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_speedstddev_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -956,7 +956,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_speedstddev_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -971,7 +971,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_speedstddev_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -987,7 +987,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_speedstddev_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1002,7 +1002,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_speedstddev_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1017,7 +1017,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_magnitude_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -1032,7 +1032,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_magnitude_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1048,7 +1048,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_magnitude_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1063,7 +1063,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_magnitude_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1078,7 +1078,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_maxmagnitude_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -1093,7 +1093,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_maxmagnitude_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1109,7 +1109,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_maxmagnitude_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1124,7 +1124,7 @@ columns: - name: salIndex - name: at_salindex204_wind_speed_maxmagnitude_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1139,7 +1139,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -1154,7 +1154,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1170,7 +1170,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1185,7 +1185,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1200,7 +1200,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -1215,7 +1215,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1231,7 +1231,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1246,7 +1246,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1261,7 +1261,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -1276,7 +1276,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1292,7 +1292,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1307,7 +1307,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1322,7 +1322,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_speedstddev_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -1337,7 +1337,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_speedstddev_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1353,7 +1353,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_speedstddev_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1368,7 +1368,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_speedstddev_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1383,7 +1383,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_speedstddev_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -1398,7 +1398,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_speedstddev_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1414,7 +1414,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_speedstddev_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1429,7 +1429,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_speedstddev_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1444,7 +1444,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_speedstddev_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -1459,7 +1459,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_speedstddev_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1475,7 +1475,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_speedstddev_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1490,7 +1490,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_speedstddev_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1505,7 +1505,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_magnitude_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -1520,7 +1520,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_magnitude_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1536,7 +1536,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_magnitude_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1551,7 +1551,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_magnitude_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1566,7 +1566,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_maxmagnitude_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -1581,7 +1581,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_maxmagnitude_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1597,7 +1597,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_maxmagnitude_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1612,7 +1612,7 @@ columns: - name: salIndex - name: at_salindex205_wind_speed_maxmagnitude_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1627,7 +1627,7 @@ columns: - name: salIndex - name: at_salindex201_airflow_speed_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -1642,7 +1642,7 @@ columns: - name: salIndex - name: at_salindex201_airflow_speed_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1658,7 +1658,7 @@ columns: - name: salIndex - name: at_salindex201_airflow_speed_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1673,7 +1673,7 @@ columns: - name: salIndex - name: at_salindex201_airflow_speed_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1688,7 +1688,7 @@ columns: - name: salIndex - name: at_salindex201_airflow_speedstddev_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -1703,7 +1703,7 @@ columns: - name: salIndex - name: at_salindex201_airflow_speedstddev_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1719,7 +1719,7 @@ columns: - name: salIndex - name: at_salindex201_airflow_speedstddev_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1734,7 +1734,7 @@ columns: - name: salIndex - name: at_salindex201_airflow_speedstddev_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1749,7 +1749,7 @@ columns: - name: salIndex - name: at_salindex201_airflow_direction_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -1764,7 +1764,7 @@ columns: - name: salIndex - name: at_salindex201_airflow_direction_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1780,7 +1780,7 @@ columns: - name: salIndex - name: at_salindex201_airflow_direction_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1795,7 +1795,7 @@ columns: - name: salIndex - name: at_salindex201_airflow_direction_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1810,7 +1810,7 @@ columns: - name: salIndex - name: at_salindex204_airflow_speed_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -1825,7 +1825,7 @@ columns: - name: salIndex - name: at_salindex204_airflow_speed_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1841,7 +1841,7 @@ columns: - name: salIndex - name: at_salindex204_airflow_speed_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1856,7 +1856,7 @@ columns: - name: salIndex - name: at_salindex204_airflow_speed_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1871,7 +1871,7 @@ columns: - name: salIndex - name: at_salindex204_airflow_speedstddev_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -1886,7 +1886,7 @@ columns: - name: salIndex - name: at_salindex204_airflow_speedstddev_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1902,7 +1902,7 @@ columns: - name: salIndex - name: at_salindex204_airflow_speedstddev_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1917,7 +1917,7 @@ columns: - name: salIndex - name: at_salindex204_airflow_speedstddev_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1932,7 +1932,7 @@ columns: - name: salIndex - name: at_salindex204_airflow_direction_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -1947,7 +1947,7 @@ columns: - name: salIndex - name: at_salindex204_airflow_direction_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1963,7 +1963,7 @@ columns: - name: salIndex - name: at_salindex204_airflow_direction_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -1978,7 +1978,7 @@ columns: - name: salIndex - name: at_salindex204_airflow_direction_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -1993,7 +1993,7 @@ columns: - name: salIndex - name: at_salindex205_airflow_speed_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -2008,7 +2008,7 @@ columns: - name: salIndex - name: at_salindex205_airflow_speed_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2024,7 +2024,7 @@ columns: - name: salIndex - name: at_salindex205_airflow_speed_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -2039,7 +2039,7 @@ columns: - name: salIndex - name: at_salindex205_airflow_speed_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -2054,7 +2054,7 @@ columns: - name: salIndex - name: at_salindex205_airflow_speedstddev_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -2069,7 +2069,7 @@ columns: - name: salIndex - name: at_salindex205_airflow_speedstddev_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2085,7 +2085,7 @@ columns: - name: salIndex - name: at_salindex205_airflow_speedstddev_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -2100,7 +2100,7 @@ columns: - name: salIndex - name: at_salindex205_airflow_speedstddev_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -2115,7 +2115,7 @@ columns: - name: salIndex - name: at_salindex205_airflow_direction_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -2130,7 +2130,7 @@ columns: - name: salIndex - name: at_salindex205_airflow_direction_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2146,7 +2146,7 @@ columns: - name: salIndex - name: at_salindex205_airflow_direction_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -2161,7 +2161,7 @@ columns: - name: salIndex - name: at_salindex205_airflow_direction_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -2176,7 +2176,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2191,7 +2191,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2207,7 +2207,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2222,7 +2222,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2237,7 +2237,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2252,7 +2252,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2268,7 +2268,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2283,7 +2283,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2298,7 +2298,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2313,7 +2313,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2329,7 +2329,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2344,7 +2344,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2359,7 +2359,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2374,7 +2374,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2390,7 +2390,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2405,7 +2405,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2420,7 +2420,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2435,7 +2435,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2451,7 +2451,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2466,7 +2466,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2481,7 +2481,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2496,7 +2496,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2512,7 +2512,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2527,7 +2527,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2542,7 +2542,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2557,7 +2557,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2573,7 +2573,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2588,7 +2588,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2603,7 +2603,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2618,7 +2618,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2634,7 +2634,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2649,7 +2649,7 @@ columns: - name: salIndex - name: at_salindex201_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2664,7 +2664,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2679,7 +2679,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2695,7 +2695,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2710,7 +2710,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2725,7 +2725,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2740,7 +2740,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2756,7 +2756,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2771,7 +2771,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2786,7 +2786,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2801,7 +2801,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2817,7 +2817,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2832,7 +2832,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2847,7 +2847,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2862,7 +2862,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2878,7 +2878,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2893,7 +2893,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2908,7 +2908,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2923,7 +2923,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2939,7 +2939,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2954,7 +2954,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2969,7 +2969,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2984,7 +2984,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3000,7 +3000,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3015,7 +3015,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3030,7 +3030,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3045,7 +3045,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3061,7 +3061,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3076,7 +3076,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3091,7 +3091,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3106,7 +3106,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3122,7 +3122,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3137,7 +3137,7 @@ columns: - name: salIndex - name: at_salindex301_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3152,7 +3152,7 @@ columns: - name: salIndex - name: at_azimuth_calculated_angle - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: unitless @@ -3164,7 +3164,7 @@ columns: - name: azimuthCalculatedAngle - name: at_elevation_calculated_angle - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: unitless @@ -3176,7 +3176,7 @@ columns: - name: elevationCalculatedAngle - name: at_dimm_fwhm_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: arcsec @@ -3188,7 +3188,7 @@ columns: - name: fwhm - name: at_azimuth_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -3200,7 +3200,7 @@ columns: - name: elevationCalculatedAngle - name: at_elevation_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -3212,7 +3212,7 @@ columns: - name: azimuthCalculatedAngle - name: at_hexapod_reported_position_x_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: mm @@ -3224,7 +3224,7 @@ columns: - name: reportedPosition0 - name: at_hexapod_reported_position_x_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: mm @@ -3236,7 +3236,7 @@ columns: - name: reportedPosition0 - name: at_hexapod_reported_position_x_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: mm @@ -3248,7 +3248,7 @@ columns: - name: reportedPosition0 - name: at_hexapod_reported_position_y_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: mm @@ -3260,7 +3260,7 @@ columns: - name: reportedPosition1 - name: at_hexapod_reported_position_y_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: mm @@ -3272,7 +3272,7 @@ columns: - name: reportedPosition1 - name: at_hexapod_reported_position_y_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: mm @@ -3284,7 +3284,7 @@ columns: - name: reportedPosition1 - name: at_hexapod_reported_position_z_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: mm @@ -3296,7 +3296,7 @@ columns: - name: reportedPosition2 - name: at_hexapod_reported_position_z_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: mm @@ -3308,7 +3308,7 @@ columns: - name: reportedPosition2 - name: at_hexapod_reported_position_z_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: mm @@ -3320,7 +3320,7 @@ columns: - name: reportedPosition2 - name: at_hexapod_reported_position_u_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: mm @@ -3332,7 +3332,7 @@ columns: - name: reportedPosition3 - name: at_hexapod_reported_position_u_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: mm @@ -3344,7 +3344,7 @@ columns: - name: reportedPosition3 - name: at_hexapod_reported_position_u_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: mm @@ -3356,7 +3356,7 @@ columns: - name: reportedPosition3 - name: at_hexapod_reported_position_v_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: mm @@ -3368,7 +3368,7 @@ columns: - name: reportedPosition4 - name: at_hexapod_reported_position_v_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: mm @@ -3380,7 +3380,7 @@ columns: - name: reportedPosition4 - name: at_hexapod_reported_position_v_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: mm @@ -3392,7 +3392,7 @@ columns: - name: reportedPosition4 - name: at_hexapod_reported_position_w_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: mm @@ -3404,7 +3404,7 @@ columns: - name: reportedPosition5 - name: at_hexapod_reported_position_w_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: mm @@ -3416,7 +3416,7 @@ columns: - name: reportedPosition5 - name: at_hexapod_reported_position_w_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: mm @@ -3428,7 +3428,7 @@ columns: - name: reportedPosition5 - name: at_salindex202_acceleration_x_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s2 @@ -3842,7 +3842,7 @@ columns: - name: salIndex - name: at_salindex202_acceleration_x_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4257,7 +4257,7 @@ columns: - name: salIndex - name: at_salindex202_acceleration_x_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s2 @@ -4671,7 +4671,7 @@ columns: - name: salIndex - name: at_salindex202_acceleration_x_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s2 @@ -5085,7 +5085,7 @@ columns: - name: salIndex - name: at_salindey202_acceleration_y_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s2 @@ -5499,7 +5499,7 @@ columns: - name: salIndex - name: at_salindex202_acceleration_y_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -5914,7 +5914,7 @@ columns: - name: salIndex - name: at_salindex202_acceleration_y_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s2 @@ -6328,7 +6328,7 @@ columns: - name: salIndex - name: at_salindex202_acceleration_y_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s2 @@ -6742,7 +6742,7 @@ columns: - name: salIndex - name: at_salindez202_acceleration_z_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s2 @@ -7156,7 +7156,7 @@ columns: - name: salIndex - name: at_salindex202_acceleration_z_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -7571,7 +7571,7 @@ columns: - name: salIndex - name: at_salindex202_acceleration_z_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s2 @@ -7985,7 +7985,7 @@ columns: - name: salIndex - name: at_salindex202_acceleration_z_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s2 @@ -8399,7 +8399,7 @@ columns: - name: salIndex - name: at_salindex201_dewpoint_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -8414,7 +8414,7 @@ columns: - name: salIndex - name: at_salindex201_relative_humidity_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: percent @@ -8429,7 +8429,7 @@ columns: - name: salIndex - name: at_salindex201_pressure_item_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Pa @@ -8444,7 +8444,7 @@ columns: - name: salIndex - name: at_salindex201_pressure_item_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Pa @@ -8459,7 +8459,7 @@ columns: - name: salIndex - name: at_salindex301_pressure_item_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Pa @@ -8474,7 +8474,7 @@ columns: - name: salIndex - name: at_salindex301_pressure_item_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Pa @@ -8489,7 +8489,7 @@ columns: - name: salIndex - name: at_pointing_mount_position_ra_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -8501,7 +8501,7 @@ columns: - name: ra - name: at_pointing_mount_position_ra_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev datatype: float unit: degree @@ -8513,7 +8513,7 @@ columns: - name: ra - name: at_pointing_mount_position_dec_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -8525,7 +8525,7 @@ columns: - name: declination - name: at_pointing_mount_position_dec_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev datatype: float unit: degree @@ -8537,7 +8537,7 @@ columns: - name: declination - name: at_pointing_mount_position_sky_angle_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -8549,7 +8549,7 @@ columns: - name: skyAngle - name: at_pointing_mount_position_sky_angle_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev datatype: float unit: degree @@ -8559,4 +8559,3 @@ columns: - name: lsst.sal.ATPtg.mountPositions fields: - name: skyAngle - diff --git a/python/lsst/consdb/efd_transform/config_LSSTComCam.yml b/python/lsst/consdb/efd_transform/config_LSSTComCam.yml index 40dfeff1..0ff9b44c 100644 --- a/python/lsst/consdb/efd_transform/config_LSSTComCam.yml +++ b/python/lsst/consdb/efd_transform/config_LSSTComCam.yml @@ -104,7 +104,7 @@ columns: - name: elevationEncoderAbsolutePosition3 - name: mt_salindex110_sonic_temperature_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -119,7 +119,7 @@ columns: - name: salIndex - name: mt_salindex110_sonic_temperature_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -135,7 +135,7 @@ columns: - name: salIndex - name: at_salindex110_sonic_temperature_stddev_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -150,7 +150,7 @@ columns: - name: salIndex - name: at_salindex110_sonic_temperature_stddev_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -166,7 +166,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -181,7 +181,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -197,7 +197,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -212,7 +212,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -227,7 +227,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -242,7 +242,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -258,7 +258,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -273,7 +273,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -288,7 +288,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -303,7 +303,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -319,7 +319,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -334,7 +334,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -349,7 +349,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -364,7 +364,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -380,7 +380,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -395,7 +395,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -410,7 +410,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -425,7 +425,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -441,7 +441,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -456,7 +456,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -471,7 +471,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -486,7 +486,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -502,7 +502,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -517,7 +517,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -532,7 +532,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_magnitude_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -547,7 +547,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_magnitude_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -563,7 +563,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_magnitude_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -578,7 +578,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_magnitude_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -593,7 +593,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_maxmagnitude_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -608,7 +608,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_maxmagnitude_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -624,7 +624,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_maxmagnitude_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -639,7 +639,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_maxmagnitude_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -654,7 +654,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -669,7 +669,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -685,7 +685,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -700,7 +700,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -715,7 +715,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -730,7 +730,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -746,7 +746,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -761,7 +761,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -776,7 +776,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -791,7 +791,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -807,7 +807,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -822,7 +822,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -837,7 +837,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -852,7 +852,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -868,7 +868,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -883,7 +883,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -898,7 +898,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -913,7 +913,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -929,7 +929,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -944,7 +944,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -959,7 +959,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -974,7 +974,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -990,7 +990,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1005,7 +1005,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1020,7 +1020,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1035,7 +1035,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1051,7 +1051,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1066,7 +1066,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1081,7 +1081,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1096,7 +1096,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1112,7 +1112,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1127,7 +1127,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1142,7 +1142,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1157,7 +1157,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1173,7 +1173,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1188,7 +1188,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1203,7 +1203,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1218,7 +1218,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1234,7 +1234,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1249,7 +1249,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1264,7 +1264,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1279,7 +1279,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1295,7 +1295,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1310,7 +1310,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1325,7 +1325,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1340,7 +1340,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1356,7 +1356,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1371,7 +1371,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1386,7 +1386,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1401,7 +1401,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1417,7 +1417,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1432,7 +1432,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1447,7 +1447,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1462,7 +1462,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1478,7 +1478,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1493,7 +1493,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1508,7 +1508,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1523,7 +1523,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1539,7 +1539,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1554,7 +1554,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1569,7 +1569,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1584,7 +1584,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1600,7 +1600,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1615,7 +1615,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1630,7 +1630,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1645,7 +1645,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1661,7 +1661,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1676,7 +1676,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1691,7 +1691,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1706,7 +1706,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1722,7 +1722,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1737,7 +1737,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1752,7 +1752,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1767,7 +1767,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1783,7 +1783,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1798,7 +1798,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1813,7 +1813,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1828,7 +1828,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1844,7 +1844,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1859,7 +1859,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1874,7 +1874,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1889,7 +1889,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1905,7 +1905,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1920,7 +1920,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1935,7 +1935,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1950,7 +1950,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1966,7 +1966,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1981,7 +1981,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1996,7 +1996,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2011,7 +2011,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2027,7 +2027,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2042,7 +2042,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2057,7 +2057,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2072,7 +2072,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2088,7 +2088,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2103,7 +2103,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2118,7 +2118,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2133,7 +2133,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2149,7 +2149,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2164,7 +2164,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2179,7 +2179,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2194,7 +2194,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2210,7 +2210,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2225,7 +2225,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2240,7 +2240,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2255,7 +2255,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2271,7 +2271,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2286,7 +2286,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2301,7 +2301,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2316,7 +2316,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2332,7 +2332,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2347,7 +2347,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2362,7 +2362,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2377,7 +2377,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2393,7 +2393,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2408,7 +2408,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2423,7 +2423,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2438,7 +2438,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2454,7 +2454,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2469,7 +2469,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2484,7 +2484,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2499,7 +2499,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2515,7 +2515,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2530,7 +2530,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2545,7 +2545,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2560,7 +2560,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2576,7 +2576,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2591,7 +2591,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2606,7 +2606,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2621,7 +2621,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2637,7 +2637,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2652,7 +2652,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2667,7 +2667,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2682,7 +2682,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2698,7 +2698,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2713,7 +2713,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2728,7 +2728,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2743,7 +2743,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2759,7 +2759,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2774,7 +2774,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2789,7 +2789,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2804,7 +2804,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2820,7 +2820,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2835,7 +2835,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2850,7 +2850,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2865,7 +2865,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2881,7 +2881,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2896,7 +2896,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2911,7 +2911,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2926,7 +2926,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2942,7 +2942,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2957,7 +2957,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2972,7 +2972,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2987,7 +2987,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3003,7 +3003,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3018,7 +3018,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3033,7 +3033,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3048,7 +3048,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3064,7 +3064,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3079,7 +3079,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3094,7 +3094,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3109,7 +3109,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3125,7 +3125,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3140,7 +3140,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3155,7 +3155,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3170,7 +3170,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3186,7 +3186,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3201,7 +3201,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3216,7 +3216,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3231,7 +3231,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3247,7 +3247,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3262,7 +3262,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3277,7 +3277,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3292,7 +3292,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3308,7 +3308,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3323,7 +3323,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3338,7 +3338,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3353,7 +3353,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3369,7 +3369,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3384,7 +3384,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3399,7 +3399,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3414,7 +3414,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3430,7 +3430,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3445,7 +3445,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3460,7 +3460,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3475,7 +3475,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3491,7 +3491,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3506,7 +3506,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3521,7 +3521,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3536,7 +3536,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3552,7 +3552,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3567,7 +3567,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3582,7 +3582,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3597,7 +3597,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3613,7 +3613,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3628,7 +3628,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3643,7 +3643,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3658,7 +3658,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3674,7 +3674,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3689,7 +3689,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3704,7 +3704,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3719,7 +3719,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3735,7 +3735,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3750,7 +3750,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3765,7 +3765,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3780,7 +3780,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3796,7 +3796,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3811,7 +3811,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3826,7 +3826,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3841,7 +3841,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3857,7 +3857,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3872,7 +3872,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3887,7 +3887,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3902,7 +3902,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3918,7 +3918,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3933,7 +3933,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3948,7 +3948,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3963,7 +3963,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3979,7 +3979,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3994,7 +3994,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4009,7 +4009,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4024,7 +4024,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4040,7 +4040,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4055,7 +4055,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4070,7 +4070,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4085,7 +4085,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4101,7 +4101,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4116,7 +4116,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4131,7 +4131,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4146,7 +4146,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4162,7 +4162,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4177,7 +4177,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4192,7 +4192,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4207,7 +4207,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4223,7 +4223,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4238,7 +4238,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4253,7 +4253,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4268,7 +4268,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4284,7 +4284,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4299,7 +4299,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4314,7 +4314,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4329,7 +4329,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4345,7 +4345,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4360,7 +4360,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4375,7 +4375,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4390,7 +4390,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4406,7 +4406,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4421,7 +4421,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4436,7 +4436,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4451,7 +4451,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4467,7 +4467,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4482,7 +4482,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4497,7 +4497,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4512,7 +4512,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4528,7 +4528,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4543,7 +4543,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4558,7 +4558,7 @@ columns: - name: salIndex - name: mt_dimm_fwhm_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: arcsec @@ -4570,7 +4570,7 @@ columns: - name: fwhm - name: mt_azimuth_encoder_absolute_position0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4582,7 +4582,7 @@ columns: - name: azimuthEncodearAbsolutePosition0 - name: mt_azimuth_encoder_absolute_position1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4594,7 +4594,7 @@ columns: - name: azimuthEncaoderAbsolutePosition1 - name: mt_azimuth_encoder_absolute_position2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4606,7 +4606,7 @@ columns: - name: azimuthEncoderAbsolutePosition2 - name: mt_azimuth_encoder_absolute_position3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4618,7 +4618,7 @@ columns: - name: azimuthEncoderAbsolutePosition3 - name: mt_elevation_encoder_absolute_position0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4630,7 +4630,7 @@ columns: - name: elevationEncoderAbsolutePosition0 - name: mt_elevation_encoder_absolute_position1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4642,7 +4642,7 @@ columns: - name: elevationEncoderAbsolutePosition1 - name: mt_elevation_encoder_absolute_position2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4654,7 +4654,7 @@ columns: - name: elevationEncoderAbsolutePosition2 - name: mt_elevation_encoder_absolute_position3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4666,7 +4666,7 @@ columns: - name: elevationEncoderAbsolutePosition3 - name: mt_hexapod_uncompensated_position_u_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4678,7 +4678,7 @@ columns: - name: u - name: mt_hexapod_uncompensated_position_u_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: degree @@ -4690,7 +4690,7 @@ columns: - name: u - name: mt_hexapod_uncompensated_position_u_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: degree @@ -4702,7 +4702,7 @@ columns: - name: u - name: mt_hexapod_uncompensated_position_v_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4714,7 +4714,7 @@ columns: - name: v - name: mt_hexapod_uncompensated_position_v_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: degree @@ -4726,7 +4726,7 @@ columns: - name: v - name: mt_hexapod_uncompensated_position_v_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: degree @@ -4738,7 +4738,7 @@ columns: - name: v - name: mt_hexapod_uncompensated_position_w_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4750,7 +4750,7 @@ columns: - name: w - name: mt_hexapod_uncompensated_position_w_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: degree @@ -4762,7 +4762,7 @@ columns: - name: w - name: mt_hexapod_uncompensated_position_w_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: degree @@ -4774,7 +4774,7 @@ columns: - name: w - name: mt_hexapod_uncompensated_position_x_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: um @@ -4786,7 +4786,7 @@ columns: - name: x - name: mt_hexapod_uncompensated_position_x_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: um @@ -4798,7 +4798,7 @@ columns: - name: x - name: mt_hexapod_uncompensated_position_x_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: um @@ -4810,7 +4810,7 @@ columns: - name: x - name: mt_hexapod_uncompensated_position_y_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: um @@ -4822,7 +4822,7 @@ columns: - name: y - name: mt_hexapod_uncompensated_position_y_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: um @@ -4834,7 +4834,7 @@ columns: - name: y - name: mt_hexapod_uncompensated_position_y_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: um @@ -4846,7 +4846,7 @@ columns: - name: y - name: mt_hexapod_uncompensated_position_z_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: um @@ -4858,7 +4858,7 @@ columns: - name: z - name: mt_hexapod_uncompensated_position_z_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: um @@ -4870,7 +4870,7 @@ columns: - name: z - name: mt_hexapod_uncompensated_position_z_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: um @@ -4882,7 +4882,7 @@ columns: - name: z - name: mt_salindex104_acceleration_x_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s2 @@ -5296,7 +5296,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_x_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -5711,7 +5711,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_x_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s2 @@ -6125,7 +6125,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_x_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s2 @@ -6539,7 +6539,7 @@ columns: - name: salIndex - name: mt_salindey104_acceleration_y_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s2 @@ -6953,7 +6953,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_y_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -7368,7 +7368,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_y_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s2 @@ -7782,7 +7782,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_y_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s2 @@ -8196,7 +8196,7 @@ columns: - name: salIndex - name: mt_salindez104_acceleration_z_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s2 @@ -8610,7 +8610,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_z_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -9025,7 +9025,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_z_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s2 @@ -9439,7 +9439,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_z_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s2 @@ -9853,7 +9853,7 @@ columns: - name: salIndex - name: mt_pointing_mount_position_ra_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -9865,7 +9865,7 @@ columns: - name: ra - name: mt_pointing_mount_position_ra_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev datatype: float unit: degree @@ -9877,7 +9877,7 @@ columns: - name: ra - name: mt_pointing_mount_position_dec_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -9889,7 +9889,7 @@ columns: - name: declination - name: mt_pointing_mount_position_dec_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev datatype: float unit: degree @@ -9901,7 +9901,7 @@ columns: - name: declination - name: mt_pointing_mount_position_sky_angle_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -9913,7 +9913,7 @@ columns: - name: skyAngle - name: mt_pointing_mount_position_sky_angle_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev datatype: float unit: degree @@ -9925,7 +9925,7 @@ columns: - name: skyAngle - name: mt_pointing_mount_position_rotator_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -9937,7 +9937,7 @@ columns: - name: rotatorActualPosition - name: mt_pointing_mount_position_rotator_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev datatype: float unit: degree @@ -9949,7 +9949,7 @@ columns: - name: rotatorActualPosition - name: camera_hexapod_aos_corrections_u - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: degree @@ -9961,7 +9961,7 @@ columns: - name: u - name: camera_hexapod_aos_corrections_v - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: degree @@ -9973,7 +9973,7 @@ columns: - name: v - name: camera_hexapod_aos_corrections_w - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: degree @@ -9985,7 +9985,7 @@ columns: - name: w - name: camera_hexapod_aos_corrections_x - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: um @@ -9997,7 +9997,7 @@ columns: - name: x - name: camera_hexapod_aos_corrections_y - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: um @@ -10009,7 +10009,7 @@ columns: - name: y - name: camera_hexapod_aos_corrections_z - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: um @@ -10021,7 +10021,7 @@ columns: - name: z - name: m2_hexapod_aos_corrections_u - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: degree @@ -10033,7 +10033,7 @@ columns: - name: u - name: m2_hexapod_aos_corrections_v - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: degree @@ -10045,7 +10045,7 @@ columns: - name: v - name: m2_hexapod_aos_corrections_w - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: degree @@ -10057,7 +10057,7 @@ columns: - name: w - name: m2_hexapod_aos_corrections_x - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: um @@ -10069,7 +10069,7 @@ columns: - name: x - name: m2_hexapod_aos_corrections_y - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: um @@ -10081,7 +10081,7 @@ columns: - name: y - name: m2_hexapod_aos_corrections_z - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: um @@ -10093,7 +10093,7 @@ columns: - name: z - name: m2_stress - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: psi @@ -10105,7 +10105,7 @@ columns: - name: stressM2 - name: m1m3_stress - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: um @@ -10115,4 +10115,3 @@ columns: - name: lsst.sal.MTAOS.logevent_mirrorStresses fields: - name: stressM1M3 - diff --git a/python/lsst/consdb/efd_transform/config_LSSTComCamSim.yml b/python/lsst/consdb/efd_transform/config_LSSTComCamSim.yml index 40dfeff1..0ff9b44c 100644 --- a/python/lsst/consdb/efd_transform/config_LSSTComCamSim.yml +++ b/python/lsst/consdb/efd_transform/config_LSSTComCamSim.yml @@ -104,7 +104,7 @@ columns: - name: elevationEncoderAbsolutePosition3 - name: mt_salindex110_sonic_temperature_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -119,7 +119,7 @@ columns: - name: salIndex - name: mt_salindex110_sonic_temperature_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -135,7 +135,7 @@ columns: - name: salIndex - name: at_salindex110_sonic_temperature_stddev_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -150,7 +150,7 @@ columns: - name: salIndex - name: at_salindex110_sonic_temperature_stddev_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -166,7 +166,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -181,7 +181,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -197,7 +197,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -212,7 +212,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -227,7 +227,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -242,7 +242,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -258,7 +258,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -273,7 +273,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -288,7 +288,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -303,7 +303,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -319,7 +319,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -334,7 +334,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -349,7 +349,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -364,7 +364,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -380,7 +380,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -395,7 +395,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -410,7 +410,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -425,7 +425,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -441,7 +441,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -456,7 +456,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -471,7 +471,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -486,7 +486,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -502,7 +502,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -517,7 +517,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_speedstddev_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -532,7 +532,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_magnitude_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -547,7 +547,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_magnitude_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -563,7 +563,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_magnitude_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -578,7 +578,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_magnitude_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -593,7 +593,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_maxmagnitude_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s @@ -608,7 +608,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_maxmagnitude_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -624,7 +624,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_maxmagnitude_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s @@ -639,7 +639,7 @@ columns: - name: salIndex - name: mt_salindex110_wind_speed_maxmagnitude_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s @@ -654,7 +654,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -669,7 +669,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -685,7 +685,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -700,7 +700,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -715,7 +715,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -730,7 +730,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -746,7 +746,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -761,7 +761,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -776,7 +776,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -791,7 +791,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -807,7 +807,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -822,7 +822,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -837,7 +837,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -852,7 +852,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -868,7 +868,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -883,7 +883,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -898,7 +898,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -913,7 +913,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -929,7 +929,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -944,7 +944,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -959,7 +959,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -974,7 +974,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -990,7 +990,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1005,7 +1005,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1020,7 +1020,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1035,7 +1035,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1051,7 +1051,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1066,7 +1066,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1081,7 +1081,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1096,7 +1096,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1112,7 +1112,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1127,7 +1127,7 @@ columns: - name: salIndex - name: mt_salindex1_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1142,7 +1142,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1157,7 +1157,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1173,7 +1173,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1188,7 +1188,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1203,7 +1203,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1218,7 +1218,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1234,7 +1234,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1249,7 +1249,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1264,7 +1264,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1279,7 +1279,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1295,7 +1295,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1310,7 +1310,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1325,7 +1325,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1340,7 +1340,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1356,7 +1356,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1371,7 +1371,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1386,7 +1386,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1401,7 +1401,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1417,7 +1417,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1432,7 +1432,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1447,7 +1447,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1462,7 +1462,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1478,7 +1478,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1493,7 +1493,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1508,7 +1508,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1523,7 +1523,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1539,7 +1539,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1554,7 +1554,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1569,7 +1569,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1584,7 +1584,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1600,7 +1600,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1615,7 +1615,7 @@ columns: - name: salIndex - name: mt_salindex101_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1630,7 +1630,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1645,7 +1645,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1661,7 +1661,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1676,7 +1676,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1691,7 +1691,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1706,7 +1706,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1722,7 +1722,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1737,7 +1737,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1752,7 +1752,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1767,7 +1767,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1783,7 +1783,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1798,7 +1798,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1813,7 +1813,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1828,7 +1828,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1844,7 +1844,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1859,7 +1859,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1874,7 +1874,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1889,7 +1889,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1905,7 +1905,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1920,7 +1920,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1935,7 +1935,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -1950,7 +1950,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -1966,7 +1966,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -1981,7 +1981,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -1996,7 +1996,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2011,7 +2011,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2027,7 +2027,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2042,7 +2042,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2057,7 +2057,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2072,7 +2072,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2088,7 +2088,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2103,7 +2103,7 @@ columns: - name: salIndex - name: mt_salindex102_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2118,7 +2118,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2133,7 +2133,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2149,7 +2149,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2164,7 +2164,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2179,7 +2179,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2194,7 +2194,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2210,7 +2210,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2225,7 +2225,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2240,7 +2240,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2255,7 +2255,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2271,7 +2271,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2286,7 +2286,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2301,7 +2301,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2316,7 +2316,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2332,7 +2332,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2347,7 +2347,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2362,7 +2362,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2377,7 +2377,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2393,7 +2393,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2408,7 +2408,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2423,7 +2423,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2438,7 +2438,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2454,7 +2454,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2469,7 +2469,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2484,7 +2484,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2499,7 +2499,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2515,7 +2515,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2530,7 +2530,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2545,7 +2545,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2560,7 +2560,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2576,7 +2576,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2591,7 +2591,7 @@ columns: - name: salIndex - name: mt_salindex103_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2606,7 +2606,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2621,7 +2621,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2637,7 +2637,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2652,7 +2652,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2667,7 +2667,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2682,7 +2682,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2698,7 +2698,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2713,7 +2713,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2728,7 +2728,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2743,7 +2743,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2759,7 +2759,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2774,7 +2774,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2789,7 +2789,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2804,7 +2804,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2820,7 +2820,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2835,7 +2835,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2850,7 +2850,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2865,7 +2865,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2881,7 +2881,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2896,7 +2896,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2911,7 +2911,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2926,7 +2926,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -2942,7 +2942,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -2957,7 +2957,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -2972,7 +2972,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -2987,7 +2987,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3003,7 +3003,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3018,7 +3018,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3033,7 +3033,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3048,7 +3048,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3064,7 +3064,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3079,7 +3079,7 @@ columns: - name: salIndex - name: mt_salindex106_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3094,7 +3094,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3109,7 +3109,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3125,7 +3125,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3140,7 +3140,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3155,7 +3155,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3170,7 +3170,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3186,7 +3186,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3201,7 +3201,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3216,7 +3216,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3231,7 +3231,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3247,7 +3247,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3262,7 +3262,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3277,7 +3277,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3292,7 +3292,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3308,7 +3308,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3323,7 +3323,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3338,7 +3338,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3353,7 +3353,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3369,7 +3369,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3384,7 +3384,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3399,7 +3399,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3414,7 +3414,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3430,7 +3430,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3445,7 +3445,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3460,7 +3460,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3475,7 +3475,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3491,7 +3491,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3506,7 +3506,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3521,7 +3521,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3536,7 +3536,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3552,7 +3552,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3567,7 +3567,7 @@ columns: - name: salIndex - name: mt_salindex107_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3582,7 +3582,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3597,7 +3597,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3613,7 +3613,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3628,7 +3628,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3643,7 +3643,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3658,7 +3658,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3674,7 +3674,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3689,7 +3689,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3704,7 +3704,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3719,7 +3719,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3735,7 +3735,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3750,7 +3750,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3765,7 +3765,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3780,7 +3780,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3796,7 +3796,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3811,7 +3811,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3826,7 +3826,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3841,7 +3841,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3857,7 +3857,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3872,7 +3872,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3887,7 +3887,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3902,7 +3902,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3918,7 +3918,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3933,7 +3933,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -3948,7 +3948,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -3963,7 +3963,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -3979,7 +3979,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -3994,7 +3994,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4009,7 +4009,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4024,7 +4024,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4040,7 +4040,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4055,7 +4055,7 @@ columns: - name: salIndex - name: mt_salindex108_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4070,7 +4070,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4085,7 +4085,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_0_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4101,7 +4101,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_0_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4116,7 +4116,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4131,7 +4131,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_0_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4146,7 +4146,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_1_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4162,7 +4162,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_1_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4177,7 +4177,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_1_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4192,7 +4192,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4207,7 +4207,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_2_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4223,7 +4223,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_2_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4238,7 +4238,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_2_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4253,7 +4253,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4268,7 +4268,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_3_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4284,7 +4284,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_3_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4299,7 +4299,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_3_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4314,7 +4314,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_4_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4329,7 +4329,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_4_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4345,7 +4345,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_4_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4360,7 +4360,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_4_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4375,7 +4375,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_5_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4390,7 +4390,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_5_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4406,7 +4406,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_5_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4421,7 +4421,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_5_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4436,7 +4436,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_6_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4451,7 +4451,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_6_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4467,7 +4467,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_6_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4482,7 +4482,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_6_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4497,7 +4497,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_7_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: Celsius @@ -4512,7 +4512,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_7_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -4528,7 +4528,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_7_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: Celsius @@ -4543,7 +4543,7 @@ columns: - name: salIndex - name: mt_salindex301_temperatureitem_7_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: Celsius @@ -4558,7 +4558,7 @@ columns: - name: salIndex - name: mt_dimm_fwhm_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: arcsec @@ -4570,7 +4570,7 @@ columns: - name: fwhm - name: mt_azimuth_encoder_absolute_position0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4582,7 +4582,7 @@ columns: - name: azimuthEncodearAbsolutePosition0 - name: mt_azimuth_encoder_absolute_position1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4594,7 +4594,7 @@ columns: - name: azimuthEncaoderAbsolutePosition1 - name: mt_azimuth_encoder_absolute_position2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4606,7 +4606,7 @@ columns: - name: azimuthEncoderAbsolutePosition2 - name: mt_azimuth_encoder_absolute_position3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4618,7 +4618,7 @@ columns: - name: azimuthEncoderAbsolutePosition3 - name: mt_elevation_encoder_absolute_position0_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4630,7 +4630,7 @@ columns: - name: elevationEncoderAbsolutePosition0 - name: mt_elevation_encoder_absolute_position1_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4642,7 +4642,7 @@ columns: - name: elevationEncoderAbsolutePosition1 - name: mt_elevation_encoder_absolute_position2_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4654,7 +4654,7 @@ columns: - name: elevationEncoderAbsolutePosition2 - name: mt_elevation_encoder_absolute_position3_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4666,7 +4666,7 @@ columns: - name: elevationEncoderAbsolutePosition3 - name: mt_hexapod_uncompensated_position_u_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4678,7 +4678,7 @@ columns: - name: u - name: mt_hexapod_uncompensated_position_u_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: degree @@ -4690,7 +4690,7 @@ columns: - name: u - name: mt_hexapod_uncompensated_position_u_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: degree @@ -4702,7 +4702,7 @@ columns: - name: u - name: mt_hexapod_uncompensated_position_v_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4714,7 +4714,7 @@ columns: - name: v - name: mt_hexapod_uncompensated_position_v_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: degree @@ -4726,7 +4726,7 @@ columns: - name: v - name: mt_hexapod_uncompensated_position_v_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: degree @@ -4738,7 +4738,7 @@ columns: - name: v - name: mt_hexapod_uncompensated_position_w_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -4750,7 +4750,7 @@ columns: - name: w - name: mt_hexapod_uncompensated_position_w_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: degree @@ -4762,7 +4762,7 @@ columns: - name: w - name: mt_hexapod_uncompensated_position_w_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: degree @@ -4774,7 +4774,7 @@ columns: - name: w - name: mt_hexapod_uncompensated_position_x_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: um @@ -4786,7 +4786,7 @@ columns: - name: x - name: mt_hexapod_uncompensated_position_x_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: um @@ -4798,7 +4798,7 @@ columns: - name: x - name: mt_hexapod_uncompensated_position_x_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: um @@ -4810,7 +4810,7 @@ columns: - name: x - name: mt_hexapod_uncompensated_position_y_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: um @@ -4822,7 +4822,7 @@ columns: - name: y - name: mt_hexapod_uncompensated_position_y_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: um @@ -4834,7 +4834,7 @@ columns: - name: y - name: mt_hexapod_uncompensated_position_y_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: um @@ -4846,7 +4846,7 @@ columns: - name: y - name: mt_hexapod_uncompensated_position_z_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: um @@ -4858,7 +4858,7 @@ columns: - name: z - name: mt_hexapod_uncompensated_position_z_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: um @@ -4870,7 +4870,7 @@ columns: - name: z - name: mt_hexapod_uncompensated_position_z_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: um @@ -4882,7 +4882,7 @@ columns: - name: z - name: mt_salindex104_acceleration_x_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s2 @@ -5296,7 +5296,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_x_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -5711,7 +5711,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_x_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s2 @@ -6125,7 +6125,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_x_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s2 @@ -6539,7 +6539,7 @@ columns: - name: salIndex - name: mt_salindey104_acceleration_y_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s2 @@ -6953,7 +6953,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_y_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -7368,7 +7368,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_y_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s2 @@ -7782,7 +7782,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_y_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s2 @@ -8196,7 +8196,7 @@ columns: - name: salIndex - name: mt_salindez104_acceleration_z_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: m/s2 @@ -8610,7 +8610,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_z_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev function_args: {"ddof": 1} datatype: float @@ -9025,7 +9025,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_z_min - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: min datatype: float unit: m/s2 @@ -9439,7 +9439,7 @@ columns: - name: salIndex - name: mt_salindex104_acceleration_z_max - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: max datatype: float unit: m/s2 @@ -9853,7 +9853,7 @@ columns: - name: salIndex - name: mt_pointing_mount_position_ra_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -9865,7 +9865,7 @@ columns: - name: ra - name: mt_pointing_mount_position_ra_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev datatype: float unit: degree @@ -9877,7 +9877,7 @@ columns: - name: ra - name: mt_pointing_mount_position_dec_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -9889,7 +9889,7 @@ columns: - name: declination - name: mt_pointing_mount_position_dec_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev datatype: float unit: degree @@ -9901,7 +9901,7 @@ columns: - name: declination - name: mt_pointing_mount_position_sky_angle_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -9913,7 +9913,7 @@ columns: - name: skyAngle - name: mt_pointing_mount_position_sky_angle_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev datatype: float unit: degree @@ -9925,7 +9925,7 @@ columns: - name: skyAngle - name: mt_pointing_mount_position_rotator_mean - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: mean datatype: float unit: degree @@ -9937,7 +9937,7 @@ columns: - name: rotatorActualPosition - name: mt_pointing_mount_position_rotator_stddev - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: stddev datatype: float unit: degree @@ -9949,7 +9949,7 @@ columns: - name: rotatorActualPosition - name: camera_hexapod_aos_corrections_u - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: degree @@ -9961,7 +9961,7 @@ columns: - name: u - name: camera_hexapod_aos_corrections_v - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: degree @@ -9973,7 +9973,7 @@ columns: - name: v - name: camera_hexapod_aos_corrections_w - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: degree @@ -9985,7 +9985,7 @@ columns: - name: w - name: camera_hexapod_aos_corrections_x - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: um @@ -9997,7 +9997,7 @@ columns: - name: x - name: camera_hexapod_aos_corrections_y - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: um @@ -10009,7 +10009,7 @@ columns: - name: y - name: camera_hexapod_aos_corrections_z - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: um @@ -10021,7 +10021,7 @@ columns: - name: z - name: m2_hexapod_aos_corrections_u - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: degree @@ -10033,7 +10033,7 @@ columns: - name: u - name: m2_hexapod_aos_corrections_v - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: degree @@ -10045,7 +10045,7 @@ columns: - name: v - name: m2_hexapod_aos_corrections_w - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: degree @@ -10057,7 +10057,7 @@ columns: - name: w - name: m2_hexapod_aos_corrections_x - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: um @@ -10069,7 +10069,7 @@ columns: - name: x - name: m2_hexapod_aos_corrections_y - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: um @@ -10081,7 +10081,7 @@ columns: - name: y - name: m2_hexapod_aos_corrections_z - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: um @@ -10093,7 +10093,7 @@ columns: - name: z - name: m2_stress - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: psi @@ -10105,7 +10105,7 @@ columns: - name: stressM2 - name: m1m3_stress - tables: ["exposure_efd","visit_efd"] + tables: ["exposure_efd","visit1_efd"] function: most_recent_value_in_last_minute datatype: float unit: um @@ -10115,4 +10115,3 @@ columns: - name: lsst.sal.MTAOS.logevent_mirrorStresses fields: - name: stressM1M3 - diff --git a/python/lsst/consdb/efd_transform/generate_schema.py b/python/lsst/consdb/efd_transform/generate_schema.py index 8c84b038..1924f96e 100644 --- a/python/lsst/consdb/efd_transform/generate_schema.py +++ b/python/lsst/consdb/efd_transform/generate_schema.py @@ -1,7 +1,8 @@ -import yaml import argparse + from transform_efd import read_config + def build_argparser() -> argparse.ArgumentParser: """ Build the argument parser for the script. @@ -25,8 +26,9 @@ def build_argparser() -> argparse.ArgumentParser: return parser + if __name__ == "__main__": - + # run example: python generate_schema.py --config config.yml --instrument latiss parse = build_argparser() @@ -37,166 +39,168 @@ def build_argparser() -> argparse.ArgumentParser: with open(output, "w") as f: # Generate the schema for the EFD transform. - f.write('---\n') - f.write('name: cdb_latiss\n') + f.write("---\n") + f.write("name: cdb_latiss\n") f.write('"@id": "#cdb_latiss"\n') - f.write(f'description: Transformed EFD Consolidated Database for {args.instrument}\n') - f.write('tables:\n') + f.write(f"description: Transformed EFD Consolidated Database for {args.instrument}\n") + f.write("tables:\n") # Generate exposure_efd table. - f.write('- name: exposure_efd\n') + f.write("- name: exposure_efd\n") f.write(' "@id": "#exposure_efd"\n') - f.write(' description: Transformed EFD topics by exposure.\n') - f.write(' primaryKey:\n') + f.write(" description: Transformed EFD topics by exposure.\n") + f.write(" primaryKey:\n") f.write(' - "#exposure_efd.exposure_id"\n') f.write(' - "#exposure_efd.instrument"\n') - f.write(' constraints:\n') - f.write(' - name: un_exposure_id_instrument\n') + f.write(" constraints:\n") + f.write(" - name: un_exposure_id_instrument\n") f.write(' "@id": "#exposure_efd.un_exposure_id_instrument"\n') f.write(' "@type": Unique\n') - f.write(' description: Ensure exposure_id is unique.\n') - f.write(' columns:\n') + f.write(" description: Ensure exposure_id is unique.\n") + f.write(" columns:\n") f.write(' - "#exposure_efd.exposure_id"\n') f.write(' - "#exposure_efd.instrument"\n') - f.write(' columns:\n') - f.write(' - name: exposure_id\n') + f.write(" columns:\n") + f.write(" - name: exposure_id\n") f.write(' "@id": "#exposure_efd.exposure_id"\n') - f.write(' datatype: long\n') - f.write(' description: Exposure unique ID.\n') - f.write(' - name: created_at\n') + f.write(" datatype: long\n") + f.write(" description: Exposure unique ID.\n") + f.write(" - name: created_at\n") f.write(' "@id": "#exposure_efd.created_at"\n') - f.write(' datatype: timestamp\n') - f.write(' value: \'CURRENT_TIMESTAMP\'\n') - f.write(' description: Timestamp when the record was created, default is the current timestamp\n') - f.write(' - name: instrument\n') + f.write(" datatype: timestamp\n") + f.write(" value: 'CURRENT_TIMESTAMP'\n") + f.write(" description: Timestamp when the record was created, default is the current timestamp\n") + f.write(" - name: instrument\n") f.write(' "@id": "#exposure_efd.instrument"\n') - f.write(' datatype: char\n') - f.write(' length: 20\n') - f.write(' description: Instrument name.\n') + f.write(" datatype: char\n") + f.write(" length: 20\n") + f.write(" description: Instrument name.\n") # Iterate over columns in the config file - for column in config['columns']: - if "exposure_efd" in column['tables']: - column_name = column['name'] + for column in config["columns"]: + if "exposure_efd" in column["tables"]: + column_name = column["name"] f.write(f' - name: "{column_name}"\n') f.write(f' "@id": "#exposure_efd.{column_name}"\n') - datatype = column['datatype'] - f.write(f' datatype: {datatype}\n') - f.write(f' nullable: True\n') - column_description = column['description'] - f.write(f' description: {column_description}\n') - f.write('\n') - + datatype = column["datatype"] + f.write(f" datatype: {datatype}\n") + f.write(" nullable: True\n") + column_description = column["description"] + f.write(f" description: {column_description}\n") + f.write("\n") + # Generate visit1_efd table. - f.write('- name: visit1_efd\n') + f.write("- name: visit1_efd\n") f.write(' "@id": "#visit1_efd"\n') - f.write(' description: Transformed EFD topics by visit.\n') - f.write(' primaryKey:\n') + f.write(" description: Transformed EFD topics by visit.\n") + f.write(" primaryKey:\n") f.write(' - "#visit1_efd.visit_id"\n') f.write(' - "#visit1_efd.instrument"\n') - f.write(' constraints:\n') - f.write(' - name: un_visit_id_instrument\n') + f.write(" constraints:\n") + f.write(" - name: un_visit_id_instrument\n") f.write(' "@id": "#visit1_efd.un_visit_id_instrument"\n') f.write(' "@type": Unique\n') - f.write(' description: Ensure visit_id is unique.\n') - f.write(' columns:\n') + f.write(" description: Ensure visit_id is unique.\n") + f.write(" columns:\n") f.write(' - "#visit1_efd.visit_id"\n') f.write(' - "#visit1_efd.instrument"\n') - f.write(' columns:\n') - f.write(' - name: visit_id\n') + f.write(" columns:\n") + f.write(" - name: visit_id\n") f.write(' "@id": "#visit1_efd.visit_id"\n') - f.write(' datatype: long\n') - f.write(' description: Visit unique ID.\n') - f.write(' - name: created_at\n') + f.write(" datatype: long\n") + f.write(" description: Visit unique ID.\n") + f.write(" - name: created_at\n") f.write(' "@id": "#visit1_efd.created_at"\n') - f.write(' datatype: timestamp\n') - f.write(' value: \'CURRENT_TIMESTAMP\'\n') - f.write(' description: Timestamp when the record was created, default is the current timestamp\n') - f.write(' - name: instrument\n') + f.write(" datatype: timestamp\n") + f.write(" value: 'CURRENT_TIMESTAMP'\n") + f.write(" description: Timestamp when the record was created, default is the current timestamp\n") + f.write(" - name: instrument\n") f.write(' "@id": "#visit1_efd.instrument"\n') - f.write(' datatype: char\n') - f.write(' length: 20\n') - f.write(' description: Instrument name.\n') + f.write(" datatype: char\n") + f.write(" length: 20\n") + f.write(" description: Instrument name.\n") # Iterate over columns in the config file - for column in config['columns']: - if "visit1_efd" in column['tables']: - column_name = column['name'] + for column in config["columns"]: + if "visit1_efd" in column["tables"]: + column_name = column["name"] f.write(f' - name: "{column_name}"\n') f.write(f' "@id": "#visit1_efd.{column_name}"\n') - datatype = column['datatype'] - f.write(f' datatype: {datatype}\n') - f.write(f' nullable: True\n') - column_description = column['description'] - f.write(f' description: {column_description}\n') - f.write('\n') + datatype = column["datatype"] + f.write(f" datatype: {datatype}\n") + f.write(" nullable: True\n") + column_description = column["description"] + f.write(f" description: {column_description}\n") + f.write("\n") # Generate transformed_efd scheduler table. - f.write('- name: transformed_efd_scheduler\n') + f.write("- name: transformed_efd_scheduler\n") f.write(' "@id": "#transformed_efd_scheduler"\n') - f.write(' description: Transformed EFD scheduler.\n') - f.write(' primaryKey:\n') + f.write(" description: Transformed EFD scheduler.\n") + f.write(" primaryKey:\n") f.write(' - "#transformed_efd_scheduler.id"\n') - f.write(' constraints:\n') - f.write(' - name: un_id\n') + f.write(" constraints:\n") + f.write(" - name: un_id\n") f.write(' "@id": "#transformed_efd_scheduler.un_id"\n') f.write(' "@type": Unique\n') - f.write(' description: Ensure id is unique.\n') - f.write(' columns:\n') + f.write(" description: Ensure id is unique.\n") + f.write(" columns:\n") f.write(' - "#transformed_efd_scheduler.id"\n') - f.write(' columns:\n') - f.write(' - name: id\n') + f.write(" columns:\n") + f.write(" - name: id\n") f.write(' "@id": "#transformed_efd_scheduler.id"\n') - f.write(' datatype: long\n') - f.write(' description: Unique ID, auto-incremented\n') - f.write(' - name: start_time\n') + f.write(" datatype: int\n") + f.write(" nullable: False\n") + f.write(" autoincrement: True\n") + f.write(" description: Unique ID, auto-incremented\n") + f.write(" - name: start_time\n") f.write(' "@id": "#transformed_efd_scheduler.start_time"\n') - f.write(' datatype: timestamp\n') - f.write(' description: Start time of the transformation interval, must be provided\n') - f.write(' - name: end_time\n') + f.write(" datatype: timestamp\n") + f.write(" description: Start time of the transformation interval, must be provided\n") + f.write(" - name: end_time\n") f.write(' "@id": "#transformed_efd_scheduler.end_time"\n') - f.write(' datatype: timestamp\n') - f.write(' description: End time of the transformation interval, must be provided\n') - f.write(' - name: status\n') + f.write(" datatype: timestamp\n") + f.write(" description: End time of the transformation interval, must be provided\n") + f.write(" - name: status\n") f.write(' "@id": "#transformed_efd_scheduler.status"\n') - f.write(' datatype: char\n') - f.write(' length: 20\n') + f.write(" datatype: char\n") + f.write(" length: 20\n") f.write(' value: "pending"\n') - f.write(' description: Status of the process, default is \'pending\'\n') - f.write(' - name: process_start_time\n') + f.write(" description: Status of the process, default is 'pending'\n") + f.write(" - name: process_start_time\n") f.write(' "@id": "#transformed_efd_scheduler.process_start_time"\n') - f.write(' datatype: timestamp\n') - f.write(' description: Timestamp when the process started\n') - f.write(' - name: process_end_time\n') + f.write(" datatype: timestamp\n") + f.write(" description: Timestamp when the process started\n") + f.write(" - name: process_end_time\n") f.write(' "@id": "#transformed_efd_scheduler.process_end_time"\n') - f.write(' datatype: timestamp\n') - f.write(' description: Timestamp when the process ended\n') - f.write(' - name: process_exec_time\n') + f.write(" datatype: timestamp\n") + f.write(" description: Timestamp when the process ended\n") + f.write(" - name: process_exec_time\n") f.write(' "@id": "#transformed_efd_scheduler.process_exec_time"\n') - f.write(' datatype: int\n') - f.write(' value: 0\n') - f.write(' description: Execution time of the process in seconds, default is 0\n') - f.write(' - name: exposures\n') + f.write(" datatype: int\n") + f.write(" value: 0\n") + f.write(" description: Execution time of the process in seconds, default is 0\n") + f.write(" - name: exposures\n") f.write(' "@id": "#transformed_efd_scheduler.exposures"\n') - f.write(' datatype: int\n') - f.write(' value: 0\n') - f.write(' description: Number of exposures processed, default is 0\n') - f.write(' - name: visits1\n') + f.write(" datatype: int\n") + f.write(" value: 0\n") + f.write(" description: Number of exposures processed, default is 0\n") + f.write(" - name: visits1\n") f.write(' "@id": "#transformed_efd_scheduler.visits1"\n') - f.write(' datatype: int\n') - f.write(' value: 0\n') - f.write(' description: Number of visits recorded, default is 0\n') - f.write(' - name: retries\n') + f.write(" datatype: int\n") + f.write(" value: 0\n") + f.write(" description: Number of visits recorded, default is 0\n") + f.write(" - name: retries\n") f.write(' "@id": "#transformed_efd_scheduler.retries"\n') - f.write(' datatype: int\n') - f.write(' value: 0\n') - f.write(' description: Number of retries attempted, default is 0\n') - f.write(' - name: error\n') + f.write(" datatype: int\n") + f.write(" value: 0\n") + f.write(" description: Number of retries attempted, default is 0\n") + f.write(" - name: error\n") f.write(' "@id": "#transformed_efd_scheduler.error"\n') - f.write(' datatype: text\n') + f.write(" datatype: text\n") f.write(' description: "Error message, if any"\n') - f.write(' - name: created_at\n') + f.write(" - name: created_at\n") f.write(' "@id": "#transformed_efd_scheduler.created_at"\n') - f.write(' datatype: timestamp\n') - f.write(' value: \'CURRENT_TIMESTAMP\'\n') - f.write(' description: Timestamp when the record was created, default is the current timestamp\n') - - f.close() \ No newline at end of file + f.write(" datatype: timestamp\n") + f.write(" value: 'CURRENT_TIMESTAMP'\n") + f.write(" description: Timestamp when the record was created, default is the current timestamp\n") + + f.close() diff --git a/tests/efd_transform/LATISS.db b/tests/efd_transform/LATISS.db index eef031f38c0e9025d8688649d25b3300ce7d1483..7d4760a33217a8f5a919cab130e5316f97550142 100644 GIT binary patch delta 244 zcmZp8z|?Snd4fD6-$Vru9wz>83_!rg|C|5YWEqv59-DPM**&G5Kk~H1|CfW)5*hMaITGf|DopO`N0CcG}7LzVQ`+G1;}TZeA`uPvV$4RWO+M*&6W-+{F4p(qZSD$OiEzk zV&*Mk;6KfKl(%SOV+t=@ARC)_sy*1M;64)p-WFz7c5!=q#&*$?#H5_m$%#FZAk4@! ixw=PJz|$|p)!j8n!OuTL!7tRuXY;zAcE-tF{iXo?NJj_& delta 147 zcmV;E0Brw&zypBb0+1g83y~m53IPxM000002@m_T5fF?Iv;GeaKmotA3{dqi5f8rr z1q?X=562FO4~h&q4mGiXCkzUMc?Aa-KR*G70h7<&HvtNh2i`3PLPX-4<3clC8#zt5E0Z=*2PP%kDCXBuF>=@!{dGOoavl14fInq8E7TKj40kDqu?^nF(dBvv0G%wd0>H& zb2<7lc5Lsp4>4uq9%unSY*s8)twOQT(5l;(R^2I=-7NP>he@}08ervgn(kc`5eW@& zuM@lpGw6B@aeZT+qNt$D@!w~j3gKu)cH8ibC}?t5oF={k8wz)LNPj+w+}MZ%3qyr(eiiiUSH<%hrjrC3P1 vvzkcIYDpMwDbQOPZ%rX$s~B1dbatbdSgOzCRmI~c`&z(5s5$61@A}#ww@+yg delta 95 zcmV-l0HFVX-~)i*0+1g83y~m64+yvb3_cIP3kM7d2)GKgvk?$L2nvIF1qT;DKLLjU zlgS4+0Sc1=2rULeNk>UeRI@$^*#Qd+fqw%B7a<`5gGrMl3XzjP&u6m<4EKYg&>*wU B8p{9x diff --git a/tests/efd_transform/LSSTComCam.sql b/tests/efd_transform/LSSTComCam.sql new file mode 100644 index 00000000..468c9fc1 --- /dev/null +++ b/tests/efd_transform/LSSTComCam.sql @@ -0,0 +1,753 @@ + +CREATE TABLE main.exposure_efd ( + exposure_id BIGINT, + created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, + instrument CHAR(20), + mt_azimuth_encoder_absolute_position0_rms_jitter FLOAT, + mt_azimuth_encoder_absolute_position1_rms_jitter FLOAT, + mt_azimuth_encoder_absolute_position2_rms_jitter FLOAT, + mt_azimuth_encoder_absolute_position3_rms_jitter FLOAT, + mt_elevation_encoder_absolute_position0_rms_jitter FLOAT, + mt_elevation_encoder_absolute_position1_rms_jitter FLOAT, + mt_elevation_encoder_absolute_position2_rms_jitter FLOAT, + mt_elevation_encoder_absolute_position3_rms_jitter FLOAT, + mt_salindex110_sonic_temperature_mean FLOAT, + mt_salindex110_sonic_temperature_stddev FLOAT, + at_salindex110_sonic_temperature_stddev_mean FLOAT, + at_salindex110_sonic_temperature_stddev_stddev FLOAT, + mt_salindex110_wind_speed_0_mean FLOAT, + mt_salindex110_wind_speed_0_stddev FLOAT, + mt_salindex110_wind_speed_0_min FLOAT, + mt_salindex110_wind_speed_0_max FLOAT, + mt_salindex110_wind_speed_1_mean FLOAT, + mt_salindex110_wind_speed_1_stddev FLOAT, + mt_salindex110_wind_speed_1_min FLOAT, + mt_salindex110_wind_speed_1_max FLOAT, + mt_salindex110_wind_speed_2_mean FLOAT, + mt_salindex110_wind_speed_2_stddev FLOAT, + mt_salindex110_wind_speed_2_min FLOAT, + mt_salindex110_wind_speed_2_max FLOAT, + mt_salindex110_wind_speed_speedstddev_0_mean FLOAT, + mt_salindex110_wind_speed_speedstddev_0_stddev FLOAT, + mt_salindex110_wind_speed_speedstddev_0_min FLOAT, + mt_salindex110_wind_speed_speedstddev_0_max FLOAT, + mt_salindex110_wind_speed_speedstddev_1_mean FLOAT, + mt_salindex110_wind_speed_speedstddev_1_stddev FLOAT, + mt_salindex110_wind_speed_speedstddev_1_min FLOAT, + mt_salindex110_wind_speed_speedstddev_1_max FLOAT, + mt_salindex110_wind_speed_speedstddev_2_mean FLOAT, + mt_salindex110_wind_speed_speedstddev_2_stddev FLOAT, + mt_salindex110_wind_speed_speedstddev_2_min FLOAT, + mt_salindex110_wind_speed_speedstddev_2_max FLOAT, + mt_salindex110_wind_speed_magnitude_mean FLOAT, + mt_salindex110_wind_speed_magnitude_stddev FLOAT, + mt_salindex110_wind_speed_magnitude_min FLOAT, + mt_salindex110_wind_speed_magnitude_max FLOAT, + mt_salindex110_wind_speed_maxmagnitude_mean FLOAT, + mt_salindex110_wind_speed_maxmagnitude_stddev FLOAT, + mt_salindex110_wind_speed_maxmagnitude_min FLOAT, + mt_salindex110_wind_speed_maxmagnitude_max FLOAT, + mt_salindex1_temperatureitem_0_mean FLOAT, + mt_salindex1_temperatureitem_0_stddev FLOAT, + mt_salindex1_temperatureitem_0_min FLOAT, + mt_salindex1_temperatureitem_1_mean FLOAT, + mt_salindex1_temperatureitem_0_max FLOAT, + mt_salindex1_temperatureitem_1_stddev FLOAT, + mt_salindex1_temperatureitem_1_min FLOAT, + mt_salindex1_temperatureitem_1_max FLOAT, + mt_salindex1_temperatureitem_2_mean FLOAT, + mt_salindex1_temperatureitem_2_stddev FLOAT, + mt_salindex1_temperatureitem_2_min FLOAT, + mt_salindex1_temperatureitem_2_max FLOAT, + mt_salindex1_temperatureitem_3_mean FLOAT, + mt_salindex1_temperatureitem_3_stddev FLOAT, + mt_salindex1_temperatureitem_3_min FLOAT, + mt_salindex1_temperatureitem_3_max FLOAT, + mt_salindex1_temperatureitem_4_mean FLOAT, + mt_salindex1_temperatureitem_4_stddev FLOAT, + mt_salindex1_temperatureitem_4_min FLOAT, + mt_salindex1_temperatureitem_4_max FLOAT, + mt_salindex1_temperatureitem_5_mean FLOAT, + mt_salindex1_temperatureitem_5_stddev FLOAT, + mt_salindex1_temperatureitem_5_min FLOAT, + mt_salindex1_temperatureitem_5_max FLOAT, + mt_salindex1_temperatureitem_6_mean FLOAT, + mt_salindex1_temperatureitem_6_stddev FLOAT, + mt_salindex1_temperatureitem_6_min FLOAT, + mt_salindex1_temperatureitem_6_max FLOAT, + mt_salindex1_temperatureitem_7_mean FLOAT, + mt_salindex1_temperatureitem_7_stddev FLOAT, + mt_salindex1_temperatureitem_7_min FLOAT, + mt_salindex1_temperatureitem_7_max FLOAT, + mt_salindex101_temperatureitem_0_mean FLOAT, + mt_salindex101_temperatureitem_0_stddev FLOAT, + mt_salindex101_temperatureitem_0_min FLOAT, + mt_salindex101_temperatureitem_1_mean FLOAT, + mt_salindex101_temperatureitem_0_max FLOAT, + mt_salindex101_temperatureitem_1_stddev FLOAT, + mt_salindex101_temperatureitem_1_min FLOAT, + mt_salindex101_temperatureitem_1_max FLOAT, + mt_salindex101_temperatureitem_2_mean FLOAT, + mt_salindex101_temperatureitem_2_stddev FLOAT, + mt_salindex101_temperatureitem_2_min FLOAT, + mt_salindex101_temperatureitem_2_max FLOAT, + mt_salindex101_temperatureitem_3_mean FLOAT, + mt_salindex101_temperatureitem_3_stddev FLOAT, + mt_salindex101_temperatureitem_3_min FLOAT, + mt_salindex101_temperatureitem_3_max FLOAT, + mt_salindex101_temperatureitem_4_mean FLOAT, + mt_salindex101_temperatureitem_4_stddev FLOAT, + mt_salindex101_temperatureitem_4_min FLOAT, + mt_salindex101_temperatureitem_4_max FLOAT, + mt_salindex101_temperatureitem_5_mean FLOAT, + mt_salindex101_temperatureitem_5_stddev FLOAT, + mt_salindex101_temperatureitem_5_min FLOAT, + mt_salindex101_temperatureitem_5_max FLOAT, + mt_salindex101_temperatureitem_6_mean FLOAT, + mt_salindex101_temperatureitem_6_stddev FLOAT, + mt_salindex101_temperatureitem_6_min FLOAT, + mt_salindex101_temperatureitem_6_max FLOAT, + mt_salindex101_temperatureitem_7_mean FLOAT, + mt_salindex101_temperatureitem_7_stddev FLOAT, + mt_salindex101_temperatureitem_7_min FLOAT, + mt_salindex101_temperatureitem_7_max FLOAT, + mt_salindex102_temperatureitem_0_mean FLOAT, + mt_salindex102_temperatureitem_0_stddev FLOAT, + mt_salindex102_temperatureitem_0_min FLOAT, + mt_salindex102_temperatureitem_1_mean FLOAT, + mt_salindex102_temperatureitem_0_max FLOAT, + mt_salindex102_temperatureitem_1_stddev FLOAT, + mt_salindex102_temperatureitem_1_min FLOAT, + mt_salindex102_temperatureitem_1_max FLOAT, + mt_salindex102_temperatureitem_2_mean FLOAT, + mt_salindex102_temperatureitem_2_stddev FLOAT, + mt_salindex102_temperatureitem_2_min FLOAT, + mt_salindex102_temperatureitem_2_max FLOAT, + mt_salindex102_temperatureitem_3_mean FLOAT, + mt_salindex102_temperatureitem_3_stddev FLOAT, + mt_salindex102_temperatureitem_3_min FLOAT, + mt_salindex102_temperatureitem_3_max FLOAT, + mt_salindex102_temperatureitem_4_mean FLOAT, + mt_salindex102_temperatureitem_4_stddev FLOAT, + mt_salindex102_temperatureitem_4_min FLOAT, + mt_salindex102_temperatureitem_4_max FLOAT, + mt_salindex102_temperatureitem_5_mean FLOAT, + mt_salindex102_temperatureitem_5_stddev FLOAT, + mt_salindex102_temperatureitem_5_min FLOAT, + mt_salindex102_temperatureitem_5_max FLOAT, + mt_salindex102_temperatureitem_6_mean FLOAT, + mt_salindex102_temperatureitem_6_stddev FLOAT, + mt_salindex102_temperatureitem_6_min FLOAT, + mt_salindex102_temperatureitem_6_max FLOAT, + mt_salindex102_temperatureitem_7_mean FLOAT, + mt_salindex102_temperatureitem_7_stddev FLOAT, + mt_salindex102_temperatureitem_7_min FLOAT, + mt_salindex102_temperatureitem_7_max FLOAT, + mt_salindex103_temperatureitem_0_mean FLOAT, + mt_salindex103_temperatureitem_0_stddev FLOAT, + mt_salindex103_temperatureitem_0_min FLOAT, + mt_salindex103_temperatureitem_1_mean FLOAT, + mt_salindex103_temperatureitem_0_max FLOAT, + mt_salindex103_temperatureitem_1_stddev FLOAT, + mt_salindex103_temperatureitem_1_min FLOAT, + mt_salindex103_temperatureitem_1_max FLOAT, + mt_salindex103_temperatureitem_2_mean FLOAT, + mt_salindex103_temperatureitem_2_stddev FLOAT, + mt_salindex103_temperatureitem_2_min FLOAT, + mt_salindex103_temperatureitem_2_max FLOAT, + mt_salindex103_temperatureitem_3_mean FLOAT, + mt_salindex103_temperatureitem_3_stddev FLOAT, + mt_salindex103_temperatureitem_3_min FLOAT, + mt_salindex103_temperatureitem_3_max FLOAT, + mt_salindex103_temperatureitem_4_mean FLOAT, + mt_salindex103_temperatureitem_4_stddev FLOAT, + mt_salindex103_temperatureitem_4_min FLOAT, + mt_salindex103_temperatureitem_4_max FLOAT, + mt_salindex103_temperatureitem_5_mean FLOAT, + mt_salindex103_temperatureitem_5_stddev FLOAT, + mt_salindex103_temperatureitem_5_min FLOAT, + mt_salindex103_temperatureitem_5_max FLOAT, + mt_salindex103_temperatureitem_6_mean FLOAT, + mt_salindex103_temperatureitem_6_stddev FLOAT, + mt_salindex103_temperatureitem_6_min FLOAT, + mt_salindex103_temperatureitem_6_max FLOAT, + mt_salindex103_temperatureitem_7_mean FLOAT, + mt_salindex103_temperatureitem_7_stddev FLOAT, + mt_salindex103_temperatureitem_7_min FLOAT, + mt_salindex103_temperatureitem_7_max FLOAT, + mt_salindex106_temperatureitem_0_mean FLOAT, + mt_salindex106_temperatureitem_0_stddev FLOAT, + mt_salindex106_temperatureitem_0_min FLOAT, + mt_salindex106_temperatureitem_1_mean FLOAT, + mt_salindex106_temperatureitem_0_max FLOAT, + mt_salindex106_temperatureitem_1_stddev FLOAT, + mt_salindex106_temperatureitem_1_min FLOAT, + mt_salindex106_temperatureitem_1_max FLOAT, + mt_salindex106_temperatureitem_2_mean FLOAT, + mt_salindex106_temperatureitem_2_stddev FLOAT, + mt_salindex106_temperatureitem_2_min FLOAT, + mt_salindex106_temperatureitem_2_max FLOAT, + mt_salindex106_temperatureitem_3_mean FLOAT, + mt_salindex106_temperatureitem_3_stddev FLOAT, + mt_salindex106_temperatureitem_3_min FLOAT, + mt_salindex106_temperatureitem_3_max FLOAT, + mt_salindex106_temperatureitem_4_mean FLOAT, + mt_salindex106_temperatureitem_4_stddev FLOAT, + mt_salindex106_temperatureitem_4_min FLOAT, + mt_salindex106_temperatureitem_4_max FLOAT, + mt_salindex106_temperatureitem_5_mean FLOAT, + mt_salindex106_temperatureitem_5_stddev FLOAT, + mt_salindex106_temperatureitem_5_min FLOAT, + mt_salindex106_temperatureitem_5_max FLOAT, + mt_salindex106_temperatureitem_6_mean FLOAT, + mt_salindex106_temperatureitem_6_stddev FLOAT, + mt_salindex106_temperatureitem_6_min FLOAT, + mt_salindex106_temperatureitem_6_max FLOAT, + mt_salindex106_temperatureitem_7_mean FLOAT, + mt_salindex106_temperatureitem_7_stddev FLOAT, + mt_salindex106_temperatureitem_7_min FLOAT, + mt_salindex106_temperatureitem_7_max FLOAT, + mt_salindex107_temperatureitem_0_mean FLOAT, + mt_salindex107_temperatureitem_0_stddev FLOAT, + mt_salindex107_temperatureitem_0_min FLOAT, + mt_salindex107_temperatureitem_1_mean FLOAT, + mt_salindex107_temperatureitem_0_max FLOAT, + mt_salindex107_temperatureitem_1_stddev FLOAT, + mt_salindex107_temperatureitem_1_min FLOAT, + mt_salindex107_temperatureitem_1_max FLOAT, + mt_salindex107_temperatureitem_2_mean FLOAT, + mt_salindex107_temperatureitem_2_stddev FLOAT, + mt_salindex107_temperatureitem_2_min FLOAT, + mt_salindex107_temperatureitem_2_max FLOAT, + mt_salindex107_temperatureitem_3_mean FLOAT, + mt_salindex107_temperatureitem_3_stddev FLOAT, + mt_salindex107_temperatureitem_3_min FLOAT, + mt_salindex107_temperatureitem_3_max FLOAT, + mt_salindex107_temperatureitem_4_mean FLOAT, + mt_salindex107_temperatureitem_4_stddev FLOAT, + mt_salindex107_temperatureitem_4_min FLOAT, + mt_salindex107_temperatureitem_4_max FLOAT, + mt_salindex107_temperatureitem_5_mean FLOAT, + mt_salindex107_temperatureitem_5_stddev FLOAT, + mt_salindex107_temperatureitem_5_min FLOAT, + mt_salindex107_temperatureitem_5_max FLOAT, + mt_salindex107_temperatureitem_6_mean FLOAT, + mt_salindex107_temperatureitem_6_stddev FLOAT, + mt_salindex107_temperatureitem_6_min FLOAT, + mt_salindex107_temperatureitem_6_max FLOAT, + mt_salindex107_temperatureitem_7_mean FLOAT, + mt_salindex107_temperatureitem_7_stddev FLOAT, + mt_salindex107_temperatureitem_7_min FLOAT, + mt_salindex107_temperatureitem_7_max FLOAT, + mt_salindex108_temperatureitem_0_mean FLOAT, + mt_salindex108_temperatureitem_0_stddev FLOAT, + mt_salindex108_temperatureitem_0_min FLOAT, + mt_salindex108_temperatureitem_1_mean FLOAT, + mt_salindex108_temperatureitem_0_max FLOAT, + mt_salindex108_temperatureitem_1_stddev FLOAT, + mt_salindex108_temperatureitem_1_min FLOAT, + mt_salindex108_temperatureitem_1_max FLOAT, + mt_salindex108_temperatureitem_2_mean FLOAT, + mt_salindex108_temperatureitem_2_stddev FLOAT, + mt_salindex108_temperatureitem_2_min FLOAT, + mt_salindex108_temperatureitem_2_max FLOAT, + mt_salindex108_temperatureitem_3_mean FLOAT, + mt_salindex108_temperatureitem_3_stddev FLOAT, + mt_salindex108_temperatureitem_3_min FLOAT, + mt_salindex108_temperatureitem_3_max FLOAT, + mt_salindex108_temperatureitem_4_mean FLOAT, + mt_salindex108_temperatureitem_4_stddev FLOAT, + mt_salindex108_temperatureitem_4_min FLOAT, + mt_salindex108_temperatureitem_4_max FLOAT, + mt_salindex108_temperatureitem_5_mean FLOAT, + mt_salindex108_temperatureitem_5_stddev FLOAT, + mt_salindex108_temperatureitem_5_min FLOAT, + mt_salindex108_temperatureitem_5_max FLOAT, + mt_salindex108_temperatureitem_6_mean FLOAT, + mt_salindex108_temperatureitem_6_stddev FLOAT, + mt_salindex108_temperatureitem_6_min FLOAT, + mt_salindex108_temperatureitem_6_max FLOAT, + mt_salindex108_temperatureitem_7_mean FLOAT, + mt_salindex108_temperatureitem_7_stddev FLOAT, + mt_salindex108_temperatureitem_7_min FLOAT, + mt_salindex108_temperatureitem_7_max FLOAT, + mt_salindex301_temperatureitem_0_mean FLOAT, + mt_salindex301_temperatureitem_0_stddev FLOAT, + mt_salindex301_temperatureitem_0_min FLOAT, + mt_salindex301_temperatureitem_1_mean FLOAT, + mt_salindex301_temperatureitem_0_max FLOAT, + mt_salindex301_temperatureitem_1_stddev FLOAT, + mt_salindex301_temperatureitem_1_min FLOAT, + mt_salindex301_temperatureitem_1_max FLOAT, + mt_salindex301_temperatureitem_2_mean FLOAT, + mt_salindex301_temperatureitem_2_stddev FLOAT, + mt_salindex301_temperatureitem_2_min FLOAT, + mt_salindex301_temperatureitem_2_max FLOAT, + mt_salindex301_temperatureitem_3_mean FLOAT, + mt_salindex301_temperatureitem_3_stddev FLOAT, + mt_salindex301_temperatureitem_3_min FLOAT, + mt_salindex301_temperatureitem_3_max FLOAT, + mt_salindex301_temperatureitem_4_mean FLOAT, + mt_salindex301_temperatureitem_4_stddev FLOAT, + mt_salindex301_temperatureitem_4_min FLOAT, + mt_salindex301_temperatureitem_4_max FLOAT, + mt_salindex301_temperatureitem_5_mean FLOAT, + mt_salindex301_temperatureitem_5_stddev FLOAT, + mt_salindex301_temperatureitem_5_min FLOAT, + mt_salindex301_temperatureitem_5_max FLOAT, + mt_salindex301_temperatureitem_6_mean FLOAT, + mt_salindex301_temperatureitem_6_stddev FLOAT, + mt_salindex301_temperatureitem_6_min FLOAT, + mt_salindex301_temperatureitem_6_max FLOAT, + mt_salindex301_temperatureitem_7_mean FLOAT, + mt_salindex301_temperatureitem_7_stddev FLOAT, + mt_salindex301_temperatureitem_7_min FLOAT, + mt_salindex301_temperatureitem_7_max FLOAT, + mt_dimm_fwhm_mean FLOAT, + mt_azimuth_encoder_absolute_position0_mean FLOAT, + mt_azimuth_encoder_absolute_position1_mean FLOAT, + mt_azimuth_encoder_absolute_position2_mean FLOAT, + mt_azimuth_encoder_absolute_position3_mean FLOAT, + mt_elevation_encoder_absolute_position0_mean FLOAT, + mt_elevation_encoder_absolute_position1_mean FLOAT, + mt_elevation_encoder_absolute_position2_mean FLOAT, + mt_elevation_encoder_absolute_position3_mean FLOAT, + mt_hexapod_uncompensated_position_u_mean FLOAT, + mt_hexapod_uncompensated_position_u_max FLOAT, + mt_hexapod_uncompensated_position_u_min FLOAT, + mt_hexapod_uncompensated_position_v_mean FLOAT, + mt_hexapod_uncompensated_position_v_max FLOAT, + mt_hexapod_uncompensated_position_v_min FLOAT, + mt_hexapod_uncompensated_position_w_mean FLOAT, + mt_hexapod_uncompensated_position_w_max FLOAT, + mt_hexapod_uncompensated_position_w_min FLOAT, + mt_hexapod_uncompensated_position_x_mean FLOAT, + mt_hexapod_uncompensated_position_x_max FLOAT, + mt_hexapod_uncompensated_position_x_min FLOAT, + mt_hexapod_uncompensated_position_y_mean FLOAT, + mt_hexapod_uncompensated_position_y_max FLOAT, + mt_hexapod_uncompensated_position_y_min FLOAT, + mt_hexapod_uncompensated_position_z_mean FLOAT, + mt_hexapod_uncompensated_position_z_max FLOAT, + mt_hexapod_uncompensated_position_z_min FLOAT, + mt_salindex104_acceleration_x_mean FLOAT, + mt_salindex104_acceleration_x_stddev FLOAT, + mt_salindex104_acceleration_x_min FLOAT, + mt_salindex104_acceleration_x_max FLOAT, + mt_salindey104_acceleration_y_mean FLOAT, + mt_salindex104_acceleration_y_stddev FLOAT, + mt_salindex104_acceleration_y_min FLOAT, + mt_salindex104_acceleration_y_max FLOAT, + mt_salindez104_acceleration_z_mean FLOAT, + mt_salindex104_acceleration_z_stddev FLOAT, + mt_salindex104_acceleration_z_min FLOAT, + mt_salindex104_acceleration_z_max FLOAT, + mt_pointing_mount_position_ra_mean FLOAT, + mt_pointing_mount_position_ra_stddev FLOAT, + mt_pointing_mount_position_dec_mean FLOAT, + mt_pointing_mount_position_dec_stddev FLOAT, + mt_pointing_mount_position_sky_angle_mean FLOAT, + mt_pointing_mount_position_sky_angle_stddev FLOAT, + mt_pointing_mount_position_rotator_mean FLOAT, + mt_pointing_mount_position_rotator_stddev FLOAT, + camera_hexapod_aos_corrections_u FLOAT, + camera_hexapod_aos_corrections_v FLOAT, + camera_hexapod_aos_corrections_w FLOAT, + camera_hexapod_aos_corrections_x FLOAT, + camera_hexapod_aos_corrections_y FLOAT, + camera_hexapod_aos_corrections_z FLOAT, + m2_hexapod_aos_corrections_u FLOAT, + m2_hexapod_aos_corrections_v FLOAT, + m2_hexapod_aos_corrections_w FLOAT, + m2_hexapod_aos_corrections_x FLOAT, + m2_hexapod_aos_corrections_y FLOAT, + m2_hexapod_aos_corrections_z FLOAT, + m2_stress FLOAT, + m1m3_stress FLOAT, + PRIMARY KEY (exposure_id, instrument), + CONSTRAINT un_exposure_id_instrument UNIQUE (exposure_id, instrument) +) + +; + +CREATE TABLE main.visit1_efd ( + visit_id BIGINT, + created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, + instrument CHAR(20), + mt_salindex110_sonic_temperature_mean FLOAT, + mt_salindex110_sonic_temperature_stddev FLOAT, + at_salindex110_sonic_temperature_stddev_mean FLOAT, + at_salindex110_sonic_temperature_stddev_stddev FLOAT, + mt_salindex110_wind_speed_0_mean FLOAT, + mt_salindex110_wind_speed_0_stddev FLOAT, + mt_salindex110_wind_speed_0_min FLOAT, + mt_salindex110_wind_speed_0_max FLOAT, + mt_salindex110_wind_speed_1_mean FLOAT, + mt_salindex110_wind_speed_1_stddev FLOAT, + mt_salindex110_wind_speed_1_min FLOAT, + mt_salindex110_wind_speed_1_max FLOAT, + mt_salindex110_wind_speed_2_mean FLOAT, + mt_salindex110_wind_speed_2_stddev FLOAT, + mt_salindex110_wind_speed_2_min FLOAT, + mt_salindex110_wind_speed_2_max FLOAT, + mt_salindex110_wind_speed_speedstddev_0_mean FLOAT, + mt_salindex110_wind_speed_speedstddev_0_stddev FLOAT, + mt_salindex110_wind_speed_speedstddev_0_min FLOAT, + mt_salindex110_wind_speed_speedstddev_0_max FLOAT, + mt_salindex110_wind_speed_speedstddev_1_mean FLOAT, + mt_salindex110_wind_speed_speedstddev_1_stddev FLOAT, + mt_salindex110_wind_speed_speedstddev_1_min FLOAT, + mt_salindex110_wind_speed_speedstddev_1_max FLOAT, + mt_salindex110_wind_speed_speedstddev_2_mean FLOAT, + mt_salindex110_wind_speed_speedstddev_2_stddev FLOAT, + mt_salindex110_wind_speed_speedstddev_2_min FLOAT, + mt_salindex110_wind_speed_speedstddev_2_max FLOAT, + mt_salindex110_wind_speed_magnitude_mean FLOAT, + mt_salindex110_wind_speed_magnitude_stddev FLOAT, + mt_salindex110_wind_speed_magnitude_min FLOAT, + mt_salindex110_wind_speed_magnitude_max FLOAT, + mt_salindex110_wind_speed_maxmagnitude_mean FLOAT, + mt_salindex110_wind_speed_maxmagnitude_stddev FLOAT, + mt_salindex110_wind_speed_maxmagnitude_min FLOAT, + mt_salindex110_wind_speed_maxmagnitude_max FLOAT, + mt_salindex1_temperatureitem_0_mean FLOAT, + mt_salindex1_temperatureitem_0_stddev FLOAT, + mt_salindex1_temperatureitem_0_min FLOAT, + mt_salindex1_temperatureitem_1_mean FLOAT, + mt_salindex1_temperatureitem_0_max FLOAT, + mt_salindex1_temperatureitem_1_stddev FLOAT, + mt_salindex1_temperatureitem_1_min FLOAT, + mt_salindex1_temperatureitem_1_max FLOAT, + mt_salindex1_temperatureitem_2_mean FLOAT, + mt_salindex1_temperatureitem_2_stddev FLOAT, + mt_salindex1_temperatureitem_2_min FLOAT, + mt_salindex1_temperatureitem_2_max FLOAT, + mt_salindex1_temperatureitem_3_mean FLOAT, + mt_salindex1_temperatureitem_3_stddev FLOAT, + mt_salindex1_temperatureitem_3_min FLOAT, + mt_salindex1_temperatureitem_3_max FLOAT, + mt_salindex1_temperatureitem_4_mean FLOAT, + mt_salindex1_temperatureitem_4_stddev FLOAT, + mt_salindex1_temperatureitem_4_min FLOAT, + mt_salindex1_temperatureitem_4_max FLOAT, + mt_salindex1_temperatureitem_5_mean FLOAT, + mt_salindex1_temperatureitem_5_stddev FLOAT, + mt_salindex1_temperatureitem_5_min FLOAT, + mt_salindex1_temperatureitem_5_max FLOAT, + mt_salindex1_temperatureitem_6_mean FLOAT, + mt_salindex1_temperatureitem_6_stddev FLOAT, + mt_salindex1_temperatureitem_6_min FLOAT, + mt_salindex1_temperatureitem_6_max FLOAT, + mt_salindex1_temperatureitem_7_mean FLOAT, + mt_salindex1_temperatureitem_7_stddev FLOAT, + mt_salindex1_temperatureitem_7_min FLOAT, + mt_salindex1_temperatureitem_7_max FLOAT, + mt_salindex101_temperatureitem_0_mean FLOAT, + mt_salindex101_temperatureitem_0_stddev FLOAT, + mt_salindex101_temperatureitem_0_min FLOAT, + mt_salindex101_temperatureitem_1_mean FLOAT, + mt_salindex101_temperatureitem_0_max FLOAT, + mt_salindex101_temperatureitem_1_stddev FLOAT, + mt_salindex101_temperatureitem_1_min FLOAT, + mt_salindex101_temperatureitem_1_max FLOAT, + mt_salindex101_temperatureitem_2_mean FLOAT, + mt_salindex101_temperatureitem_2_stddev FLOAT, + mt_salindex101_temperatureitem_2_min FLOAT, + mt_salindex101_temperatureitem_2_max FLOAT, + mt_salindex101_temperatureitem_3_mean FLOAT, + mt_salindex101_temperatureitem_3_stddev FLOAT, + mt_salindex101_temperatureitem_3_min FLOAT, + mt_salindex101_temperatureitem_3_max FLOAT, + mt_salindex101_temperatureitem_4_mean FLOAT, + mt_salindex101_temperatureitem_4_stddev FLOAT, + mt_salindex101_temperatureitem_4_min FLOAT, + mt_salindex101_temperatureitem_4_max FLOAT, + mt_salindex101_temperatureitem_5_mean FLOAT, + mt_salindex101_temperatureitem_5_stddev FLOAT, + mt_salindex101_temperatureitem_5_min FLOAT, + mt_salindex101_temperatureitem_5_max FLOAT, + mt_salindex101_temperatureitem_6_mean FLOAT, + mt_salindex101_temperatureitem_6_stddev FLOAT, + mt_salindex101_temperatureitem_6_min FLOAT, + mt_salindex101_temperatureitem_6_max FLOAT, + mt_salindex101_temperatureitem_7_mean FLOAT, + mt_salindex101_temperatureitem_7_stddev FLOAT, + mt_salindex101_temperatureitem_7_min FLOAT, + mt_salindex101_temperatureitem_7_max FLOAT, + mt_salindex102_temperatureitem_0_mean FLOAT, + mt_salindex102_temperatureitem_0_stddev FLOAT, + mt_salindex102_temperatureitem_0_min FLOAT, + mt_salindex102_temperatureitem_1_mean FLOAT, + mt_salindex102_temperatureitem_0_max FLOAT, + mt_salindex102_temperatureitem_1_stddev FLOAT, + mt_salindex102_temperatureitem_1_min FLOAT, + mt_salindex102_temperatureitem_1_max FLOAT, + mt_salindex102_temperatureitem_2_mean FLOAT, + mt_salindex102_temperatureitem_2_stddev FLOAT, + mt_salindex102_temperatureitem_2_min FLOAT, + mt_salindex102_temperatureitem_2_max FLOAT, + mt_salindex102_temperatureitem_3_mean FLOAT, + mt_salindex102_temperatureitem_3_stddev FLOAT, + mt_salindex102_temperatureitem_3_min FLOAT, + mt_salindex102_temperatureitem_3_max FLOAT, + mt_salindex102_temperatureitem_4_mean FLOAT, + mt_salindex102_temperatureitem_4_stddev FLOAT, + mt_salindex102_temperatureitem_4_min FLOAT, + mt_salindex102_temperatureitem_4_max FLOAT, + mt_salindex102_temperatureitem_5_mean FLOAT, + mt_salindex102_temperatureitem_5_stddev FLOAT, + mt_salindex102_temperatureitem_5_min FLOAT, + mt_salindex102_temperatureitem_5_max FLOAT, + mt_salindex102_temperatureitem_6_mean FLOAT, + mt_salindex102_temperatureitem_6_stddev FLOAT, + mt_salindex102_temperatureitem_6_min FLOAT, + mt_salindex102_temperatureitem_6_max FLOAT, + mt_salindex102_temperatureitem_7_mean FLOAT, + mt_salindex102_temperatureitem_7_stddev FLOAT, + mt_salindex102_temperatureitem_7_min FLOAT, + mt_salindex102_temperatureitem_7_max FLOAT, + mt_salindex103_temperatureitem_0_mean FLOAT, + mt_salindex103_temperatureitem_0_stddev FLOAT, + mt_salindex103_temperatureitem_0_min FLOAT, + mt_salindex103_temperatureitem_1_mean FLOAT, + mt_salindex103_temperatureitem_0_max FLOAT, + mt_salindex103_temperatureitem_1_stddev FLOAT, + mt_salindex103_temperatureitem_1_min FLOAT, + mt_salindex103_temperatureitem_1_max FLOAT, + mt_salindex103_temperatureitem_2_mean FLOAT, + mt_salindex103_temperatureitem_2_stddev FLOAT, + mt_salindex103_temperatureitem_2_min FLOAT, + mt_salindex103_temperatureitem_2_max FLOAT, + mt_salindex103_temperatureitem_3_mean FLOAT, + mt_salindex103_temperatureitem_3_stddev FLOAT, + mt_salindex103_temperatureitem_3_min FLOAT, + mt_salindex103_temperatureitem_3_max FLOAT, + mt_salindex103_temperatureitem_4_mean FLOAT, + mt_salindex103_temperatureitem_4_stddev FLOAT, + mt_salindex103_temperatureitem_4_min FLOAT, + mt_salindex103_temperatureitem_4_max FLOAT, + mt_salindex103_temperatureitem_5_mean FLOAT, + mt_salindex103_temperatureitem_5_stddev FLOAT, + mt_salindex103_temperatureitem_5_min FLOAT, + mt_salindex103_temperatureitem_5_max FLOAT, + mt_salindex103_temperatureitem_6_mean FLOAT, + mt_salindex103_temperatureitem_6_stddev FLOAT, + mt_salindex103_temperatureitem_6_min FLOAT, + mt_salindex103_temperatureitem_6_max FLOAT, + mt_salindex103_temperatureitem_7_mean FLOAT, + mt_salindex103_temperatureitem_7_stddev FLOAT, + mt_salindex103_temperatureitem_7_min FLOAT, + mt_salindex103_temperatureitem_7_max FLOAT, + mt_salindex106_temperatureitem_0_mean FLOAT, + mt_salindex106_temperatureitem_0_stddev FLOAT, + mt_salindex106_temperatureitem_0_min FLOAT, + mt_salindex106_temperatureitem_1_mean FLOAT, + mt_salindex106_temperatureitem_0_max FLOAT, + mt_salindex106_temperatureitem_1_stddev FLOAT, + mt_salindex106_temperatureitem_1_min FLOAT, + mt_salindex106_temperatureitem_1_max FLOAT, + mt_salindex106_temperatureitem_2_mean FLOAT, + mt_salindex106_temperatureitem_2_stddev FLOAT, + mt_salindex106_temperatureitem_2_min FLOAT, + mt_salindex106_temperatureitem_2_max FLOAT, + mt_salindex106_temperatureitem_3_mean FLOAT, + mt_salindex106_temperatureitem_3_stddev FLOAT, + mt_salindex106_temperatureitem_3_min FLOAT, + mt_salindex106_temperatureitem_3_max FLOAT, + mt_salindex106_temperatureitem_4_mean FLOAT, + mt_salindex106_temperatureitem_4_stddev FLOAT, + mt_salindex106_temperatureitem_4_min FLOAT, + mt_salindex106_temperatureitem_4_max FLOAT, + mt_salindex106_temperatureitem_5_mean FLOAT, + mt_salindex106_temperatureitem_5_stddev FLOAT, + mt_salindex106_temperatureitem_5_min FLOAT, + mt_salindex106_temperatureitem_5_max FLOAT, + mt_salindex106_temperatureitem_6_mean FLOAT, + mt_salindex106_temperatureitem_6_stddev FLOAT, + mt_salindex106_temperatureitem_6_min FLOAT, + mt_salindex106_temperatureitem_6_max FLOAT, + mt_salindex106_temperatureitem_7_mean FLOAT, + mt_salindex106_temperatureitem_7_stddev FLOAT, + mt_salindex106_temperatureitem_7_min FLOAT, + mt_salindex106_temperatureitem_7_max FLOAT, + mt_salindex107_temperatureitem_0_mean FLOAT, + mt_salindex107_temperatureitem_0_stddev FLOAT, + mt_salindex107_temperatureitem_0_min FLOAT, + mt_salindex107_temperatureitem_1_mean FLOAT, + mt_salindex107_temperatureitem_0_max FLOAT, + mt_salindex107_temperatureitem_1_stddev FLOAT, + mt_salindex107_temperatureitem_1_min FLOAT, + mt_salindex107_temperatureitem_1_max FLOAT, + mt_salindex107_temperatureitem_2_mean FLOAT, + mt_salindex107_temperatureitem_2_stddev FLOAT, + mt_salindex107_temperatureitem_2_min FLOAT, + mt_salindex107_temperatureitem_2_max FLOAT, + mt_salindex107_temperatureitem_3_mean FLOAT, + mt_salindex107_temperatureitem_3_stddev FLOAT, + mt_salindex107_temperatureitem_3_min FLOAT, + mt_salindex107_temperatureitem_3_max FLOAT, + mt_salindex107_temperatureitem_4_mean FLOAT, + mt_salindex107_temperatureitem_4_stddev FLOAT, + mt_salindex107_temperatureitem_4_min FLOAT, + mt_salindex107_temperatureitem_4_max FLOAT, + mt_salindex107_temperatureitem_5_mean FLOAT, + mt_salindex107_temperatureitem_5_stddev FLOAT, + mt_salindex107_temperatureitem_5_min FLOAT, + mt_salindex107_temperatureitem_5_max FLOAT, + mt_salindex107_temperatureitem_6_mean FLOAT, + mt_salindex107_temperatureitem_6_stddev FLOAT, + mt_salindex107_temperatureitem_6_min FLOAT, + mt_salindex107_temperatureitem_6_max FLOAT, + mt_salindex107_temperatureitem_7_mean FLOAT, + mt_salindex107_temperatureitem_7_stddev FLOAT, + mt_salindex107_temperatureitem_7_min FLOAT, + mt_salindex107_temperatureitem_7_max FLOAT, + mt_salindex108_temperatureitem_0_mean FLOAT, + mt_salindex108_temperatureitem_0_stddev FLOAT, + mt_salindex108_temperatureitem_0_min FLOAT, + mt_salindex108_temperatureitem_1_mean FLOAT, + mt_salindex108_temperatureitem_0_max FLOAT, + mt_salindex108_temperatureitem_1_stddev FLOAT, + mt_salindex108_temperatureitem_1_min FLOAT, + mt_salindex108_temperatureitem_1_max FLOAT, + mt_salindex108_temperatureitem_2_mean FLOAT, + mt_salindex108_temperatureitem_2_stddev FLOAT, + mt_salindex108_temperatureitem_2_min FLOAT, + mt_salindex108_temperatureitem_2_max FLOAT, + mt_salindex108_temperatureitem_3_mean FLOAT, + mt_salindex108_temperatureitem_3_stddev FLOAT, + mt_salindex108_temperatureitem_3_min FLOAT, + mt_salindex108_temperatureitem_3_max FLOAT, + mt_salindex108_temperatureitem_4_mean FLOAT, + mt_salindex108_temperatureitem_4_stddev FLOAT, + mt_salindex108_temperatureitem_4_min FLOAT, + mt_salindex108_temperatureitem_4_max FLOAT, + mt_salindex108_temperatureitem_5_mean FLOAT, + mt_salindex108_temperatureitem_5_stddev FLOAT, + mt_salindex108_temperatureitem_5_min FLOAT, + mt_salindex108_temperatureitem_5_max FLOAT, + mt_salindex108_temperatureitem_6_mean FLOAT, + mt_salindex108_temperatureitem_6_stddev FLOAT, + mt_salindex108_temperatureitem_6_min FLOAT, + mt_salindex108_temperatureitem_6_max FLOAT, + mt_salindex108_temperatureitem_7_mean FLOAT, + mt_salindex108_temperatureitem_7_stddev FLOAT, + mt_salindex108_temperatureitem_7_min FLOAT, + mt_salindex108_temperatureitem_7_max FLOAT, + mt_salindex301_temperatureitem_0_mean FLOAT, + mt_salindex301_temperatureitem_0_stddev FLOAT, + mt_salindex301_temperatureitem_0_min FLOAT, + mt_salindex301_temperatureitem_1_mean FLOAT, + mt_salindex301_temperatureitem_0_max FLOAT, + mt_salindex301_temperatureitem_1_stddev FLOAT, + mt_salindex301_temperatureitem_1_min FLOAT, + mt_salindex301_temperatureitem_1_max FLOAT, + mt_salindex301_temperatureitem_2_mean FLOAT, + mt_salindex301_temperatureitem_2_stddev FLOAT, + mt_salindex301_temperatureitem_2_min FLOAT, + mt_salindex301_temperatureitem_2_max FLOAT, + mt_salindex301_temperatureitem_3_mean FLOAT, + mt_salindex301_temperatureitem_3_stddev FLOAT, + mt_salindex301_temperatureitem_3_min FLOAT, + mt_salindex301_temperatureitem_3_max FLOAT, + mt_salindex301_temperatureitem_4_mean FLOAT, + mt_salindex301_temperatureitem_4_stddev FLOAT, + mt_salindex301_temperatureitem_4_min FLOAT, + mt_salindex301_temperatureitem_4_max FLOAT, + mt_salindex301_temperatureitem_5_mean FLOAT, + mt_salindex301_temperatureitem_5_stddev FLOAT, + mt_salindex301_temperatureitem_5_min FLOAT, + mt_salindex301_temperatureitem_5_max FLOAT, + mt_salindex301_temperatureitem_6_mean FLOAT, + mt_salindex301_temperatureitem_6_stddev FLOAT, + mt_salindex301_temperatureitem_6_min FLOAT, + mt_salindex301_temperatureitem_6_max FLOAT, + mt_salindex301_temperatureitem_7_mean FLOAT, + mt_salindex301_temperatureitem_7_stddev FLOAT, + mt_salindex301_temperatureitem_7_min FLOAT, + mt_salindex301_temperatureitem_7_max FLOAT, + mt_dimm_fwhm_mean FLOAT, + mt_azimuth_encoder_absolute_position0_mean FLOAT, + mt_azimuth_encoder_absolute_position1_mean FLOAT, + mt_azimuth_encoder_absolute_position2_mean FLOAT, + mt_azimuth_encoder_absolute_position3_mean FLOAT, + mt_elevation_encoder_absolute_position0_mean FLOAT, + mt_elevation_encoder_absolute_position1_mean FLOAT, + mt_elevation_encoder_absolute_position2_mean FLOAT, + mt_elevation_encoder_absolute_position3_mean FLOAT, + mt_hexapod_uncompensated_position_u_mean FLOAT, + mt_hexapod_uncompensated_position_u_max FLOAT, + mt_hexapod_uncompensated_position_u_min FLOAT, + mt_hexapod_uncompensated_position_v_mean FLOAT, + mt_hexapod_uncompensated_position_v_max FLOAT, + mt_hexapod_uncompensated_position_v_min FLOAT, + mt_hexapod_uncompensated_position_w_mean FLOAT, + mt_hexapod_uncompensated_position_w_max FLOAT, + mt_hexapod_uncompensated_position_w_min FLOAT, + mt_hexapod_uncompensated_position_x_mean FLOAT, + mt_hexapod_uncompensated_position_x_max FLOAT, + mt_hexapod_uncompensated_position_x_min FLOAT, + mt_hexapod_uncompensated_position_y_mean FLOAT, + mt_hexapod_uncompensated_position_y_max FLOAT, + mt_hexapod_uncompensated_position_y_min FLOAT, + mt_hexapod_uncompensated_position_z_mean FLOAT, + mt_hexapod_uncompensated_position_z_max FLOAT, + mt_hexapod_uncompensated_position_z_min FLOAT, + mt_salindex104_acceleration_x_mean FLOAT, + mt_salindex104_acceleration_x_stddev FLOAT, + mt_salindex104_acceleration_x_min FLOAT, + mt_salindex104_acceleration_x_max FLOAT, + mt_salindey104_acceleration_y_mean FLOAT, + mt_salindex104_acceleration_y_stddev FLOAT, + mt_salindex104_acceleration_y_min FLOAT, + mt_salindex104_acceleration_y_max FLOAT, + mt_salindez104_acceleration_z_mean FLOAT, + mt_salindex104_acceleration_z_stddev FLOAT, + mt_salindex104_acceleration_z_min FLOAT, + mt_salindex104_acceleration_z_max FLOAT, + mt_pointing_mount_position_ra_mean FLOAT, + mt_pointing_mount_position_ra_stddev FLOAT, + mt_pointing_mount_position_dec_mean FLOAT, + mt_pointing_mount_position_dec_stddev FLOAT, + mt_pointing_mount_position_sky_angle_mean FLOAT, + mt_pointing_mount_position_sky_angle_stddev FLOAT, + mt_pointing_mount_position_rotator_mean FLOAT, + mt_pointing_mount_position_rotator_stddev FLOAT, + camera_hexapod_aos_corrections_u FLOAT, + camera_hexapod_aos_corrections_v FLOAT, + camera_hexapod_aos_corrections_w FLOAT, + camera_hexapod_aos_corrections_x FLOAT, + camera_hexapod_aos_corrections_y FLOAT, + camera_hexapod_aos_corrections_z FLOAT, + m2_hexapod_aos_corrections_u FLOAT, + m2_hexapod_aos_corrections_v FLOAT, + m2_hexapod_aos_corrections_w FLOAT, + m2_hexapod_aos_corrections_x FLOAT, + m2_hexapod_aos_corrections_y FLOAT, + m2_hexapod_aos_corrections_z FLOAT, + m2_stress FLOAT, + m1m3_stress FLOAT, + PRIMARY KEY (visit_id, instrument), + CONSTRAINT un_visit_id_instrument UNIQUE (visit_id, instrument) +) + +; + +CREATE TABLE main.transformed_efd_scheduler ( + id INTEGER NOT NULL, + start_time TIMESTAMP, + end_time TIMESTAMP, + status CHAR(20) DEFAULT 'pending', + process_start_time TIMESTAMP, + process_end_time TIMESTAMP, + process_exec_time INTEGER DEFAULT 0, + exposures INTEGER DEFAULT 0, + visits1 INTEGER DEFAULT 0, + retries INTEGER DEFAULT 0, + error TEXT, + created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (id), + CONSTRAINT un_id UNIQUE (id) +) + +; diff --git a/tests/efd_transform/LSSTComCamSim.db b/tests/efd_transform/LSSTComCamSim.db index 59f9863ea05a999c135af4c7e9fdfb7a8747432d..e6e330313decb6825d04723c33d18468b21c0fea 100644 GIT binary patch delta 326 zcmXX;%}c^?0Nt|KrgOi!wB>X-4<3clC8#zt5E0Z=*2PP%kDCXBuF>=@!{dGOoavl14fInq8E7TKj40kDqu?^nF(dBvv0G%wd0>H& zb2<7lc5Lsp4>4uq9%unSY*s8)twOQT(5l;(R^2I=-7NP>he@}08ervgn(kc`5eW@& zuM@lpGw6B@aeZT+qNt$D@!w~j3gKu)cH8ibC}?t5oF={k8wz)LNPj+w+}MZ%3qyr(eiiiUSH<%hrjrC3P1 vvzkcIYDpMwDbQOPZ%rX$s~B1dbatbdSgOzCRmI~c`&z(5s5$61@A}#ww@+yg delta 95 zcmV-l0HFVX-~)i*0+1g83y~m64+yvb3_cIP3kM7d2)GKgvk?$L2nvIF1qT;DKLLjU zlgS4+0Sc1=2rULeNk>UeRI@$^*#Qd+fqw%B7a<`5gGrMl3XzjP&u6m<4EKYg&>*wU B8p{9x diff --git a/tests/efd_transform/LSSTComCamSim.sql b/tests/efd_transform/LSSTComCamSim.sql new file mode 100644 index 00000000..468c9fc1 --- /dev/null +++ b/tests/efd_transform/LSSTComCamSim.sql @@ -0,0 +1,753 @@ + +CREATE TABLE main.exposure_efd ( + exposure_id BIGINT, + created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, + instrument CHAR(20), + mt_azimuth_encoder_absolute_position0_rms_jitter FLOAT, + mt_azimuth_encoder_absolute_position1_rms_jitter FLOAT, + mt_azimuth_encoder_absolute_position2_rms_jitter FLOAT, + mt_azimuth_encoder_absolute_position3_rms_jitter FLOAT, + mt_elevation_encoder_absolute_position0_rms_jitter FLOAT, + mt_elevation_encoder_absolute_position1_rms_jitter FLOAT, + mt_elevation_encoder_absolute_position2_rms_jitter FLOAT, + mt_elevation_encoder_absolute_position3_rms_jitter FLOAT, + mt_salindex110_sonic_temperature_mean FLOAT, + mt_salindex110_sonic_temperature_stddev FLOAT, + at_salindex110_sonic_temperature_stddev_mean FLOAT, + at_salindex110_sonic_temperature_stddev_stddev FLOAT, + mt_salindex110_wind_speed_0_mean FLOAT, + mt_salindex110_wind_speed_0_stddev FLOAT, + mt_salindex110_wind_speed_0_min FLOAT, + mt_salindex110_wind_speed_0_max FLOAT, + mt_salindex110_wind_speed_1_mean FLOAT, + mt_salindex110_wind_speed_1_stddev FLOAT, + mt_salindex110_wind_speed_1_min FLOAT, + mt_salindex110_wind_speed_1_max FLOAT, + mt_salindex110_wind_speed_2_mean FLOAT, + mt_salindex110_wind_speed_2_stddev FLOAT, + mt_salindex110_wind_speed_2_min FLOAT, + mt_salindex110_wind_speed_2_max FLOAT, + mt_salindex110_wind_speed_speedstddev_0_mean FLOAT, + mt_salindex110_wind_speed_speedstddev_0_stddev FLOAT, + mt_salindex110_wind_speed_speedstddev_0_min FLOAT, + mt_salindex110_wind_speed_speedstddev_0_max FLOAT, + mt_salindex110_wind_speed_speedstddev_1_mean FLOAT, + mt_salindex110_wind_speed_speedstddev_1_stddev FLOAT, + mt_salindex110_wind_speed_speedstddev_1_min FLOAT, + mt_salindex110_wind_speed_speedstddev_1_max FLOAT, + mt_salindex110_wind_speed_speedstddev_2_mean FLOAT, + mt_salindex110_wind_speed_speedstddev_2_stddev FLOAT, + mt_salindex110_wind_speed_speedstddev_2_min FLOAT, + mt_salindex110_wind_speed_speedstddev_2_max FLOAT, + mt_salindex110_wind_speed_magnitude_mean FLOAT, + mt_salindex110_wind_speed_magnitude_stddev FLOAT, + mt_salindex110_wind_speed_magnitude_min FLOAT, + mt_salindex110_wind_speed_magnitude_max FLOAT, + mt_salindex110_wind_speed_maxmagnitude_mean FLOAT, + mt_salindex110_wind_speed_maxmagnitude_stddev FLOAT, + mt_salindex110_wind_speed_maxmagnitude_min FLOAT, + mt_salindex110_wind_speed_maxmagnitude_max FLOAT, + mt_salindex1_temperatureitem_0_mean FLOAT, + mt_salindex1_temperatureitem_0_stddev FLOAT, + mt_salindex1_temperatureitem_0_min FLOAT, + mt_salindex1_temperatureitem_1_mean FLOAT, + mt_salindex1_temperatureitem_0_max FLOAT, + mt_salindex1_temperatureitem_1_stddev FLOAT, + mt_salindex1_temperatureitem_1_min FLOAT, + mt_salindex1_temperatureitem_1_max FLOAT, + mt_salindex1_temperatureitem_2_mean FLOAT, + mt_salindex1_temperatureitem_2_stddev FLOAT, + mt_salindex1_temperatureitem_2_min FLOAT, + mt_salindex1_temperatureitem_2_max FLOAT, + mt_salindex1_temperatureitem_3_mean FLOAT, + mt_salindex1_temperatureitem_3_stddev FLOAT, + mt_salindex1_temperatureitem_3_min FLOAT, + mt_salindex1_temperatureitem_3_max FLOAT, + mt_salindex1_temperatureitem_4_mean FLOAT, + mt_salindex1_temperatureitem_4_stddev FLOAT, + mt_salindex1_temperatureitem_4_min FLOAT, + mt_salindex1_temperatureitem_4_max FLOAT, + mt_salindex1_temperatureitem_5_mean FLOAT, + mt_salindex1_temperatureitem_5_stddev FLOAT, + mt_salindex1_temperatureitem_5_min FLOAT, + mt_salindex1_temperatureitem_5_max FLOAT, + mt_salindex1_temperatureitem_6_mean FLOAT, + mt_salindex1_temperatureitem_6_stddev FLOAT, + mt_salindex1_temperatureitem_6_min FLOAT, + mt_salindex1_temperatureitem_6_max FLOAT, + mt_salindex1_temperatureitem_7_mean FLOAT, + mt_salindex1_temperatureitem_7_stddev FLOAT, + mt_salindex1_temperatureitem_7_min FLOAT, + mt_salindex1_temperatureitem_7_max FLOAT, + mt_salindex101_temperatureitem_0_mean FLOAT, + mt_salindex101_temperatureitem_0_stddev FLOAT, + mt_salindex101_temperatureitem_0_min FLOAT, + mt_salindex101_temperatureitem_1_mean FLOAT, + mt_salindex101_temperatureitem_0_max FLOAT, + mt_salindex101_temperatureitem_1_stddev FLOAT, + mt_salindex101_temperatureitem_1_min FLOAT, + mt_salindex101_temperatureitem_1_max FLOAT, + mt_salindex101_temperatureitem_2_mean FLOAT, + mt_salindex101_temperatureitem_2_stddev FLOAT, + mt_salindex101_temperatureitem_2_min FLOAT, + mt_salindex101_temperatureitem_2_max FLOAT, + mt_salindex101_temperatureitem_3_mean FLOAT, + mt_salindex101_temperatureitem_3_stddev FLOAT, + mt_salindex101_temperatureitem_3_min FLOAT, + mt_salindex101_temperatureitem_3_max FLOAT, + mt_salindex101_temperatureitem_4_mean FLOAT, + mt_salindex101_temperatureitem_4_stddev FLOAT, + mt_salindex101_temperatureitem_4_min FLOAT, + mt_salindex101_temperatureitem_4_max FLOAT, + mt_salindex101_temperatureitem_5_mean FLOAT, + mt_salindex101_temperatureitem_5_stddev FLOAT, + mt_salindex101_temperatureitem_5_min FLOAT, + mt_salindex101_temperatureitem_5_max FLOAT, + mt_salindex101_temperatureitem_6_mean FLOAT, + mt_salindex101_temperatureitem_6_stddev FLOAT, + mt_salindex101_temperatureitem_6_min FLOAT, + mt_salindex101_temperatureitem_6_max FLOAT, + mt_salindex101_temperatureitem_7_mean FLOAT, + mt_salindex101_temperatureitem_7_stddev FLOAT, + mt_salindex101_temperatureitem_7_min FLOAT, + mt_salindex101_temperatureitem_7_max FLOAT, + mt_salindex102_temperatureitem_0_mean FLOAT, + mt_salindex102_temperatureitem_0_stddev FLOAT, + mt_salindex102_temperatureitem_0_min FLOAT, + mt_salindex102_temperatureitem_1_mean FLOAT, + mt_salindex102_temperatureitem_0_max FLOAT, + mt_salindex102_temperatureitem_1_stddev FLOAT, + mt_salindex102_temperatureitem_1_min FLOAT, + mt_salindex102_temperatureitem_1_max FLOAT, + mt_salindex102_temperatureitem_2_mean FLOAT, + mt_salindex102_temperatureitem_2_stddev FLOAT, + mt_salindex102_temperatureitem_2_min FLOAT, + mt_salindex102_temperatureitem_2_max FLOAT, + mt_salindex102_temperatureitem_3_mean FLOAT, + mt_salindex102_temperatureitem_3_stddev FLOAT, + mt_salindex102_temperatureitem_3_min FLOAT, + mt_salindex102_temperatureitem_3_max FLOAT, + mt_salindex102_temperatureitem_4_mean FLOAT, + mt_salindex102_temperatureitem_4_stddev FLOAT, + mt_salindex102_temperatureitem_4_min FLOAT, + mt_salindex102_temperatureitem_4_max FLOAT, + mt_salindex102_temperatureitem_5_mean FLOAT, + mt_salindex102_temperatureitem_5_stddev FLOAT, + mt_salindex102_temperatureitem_5_min FLOAT, + mt_salindex102_temperatureitem_5_max FLOAT, + mt_salindex102_temperatureitem_6_mean FLOAT, + mt_salindex102_temperatureitem_6_stddev FLOAT, + mt_salindex102_temperatureitem_6_min FLOAT, + mt_salindex102_temperatureitem_6_max FLOAT, + mt_salindex102_temperatureitem_7_mean FLOAT, + mt_salindex102_temperatureitem_7_stddev FLOAT, + mt_salindex102_temperatureitem_7_min FLOAT, + mt_salindex102_temperatureitem_7_max FLOAT, + mt_salindex103_temperatureitem_0_mean FLOAT, + mt_salindex103_temperatureitem_0_stddev FLOAT, + mt_salindex103_temperatureitem_0_min FLOAT, + mt_salindex103_temperatureitem_1_mean FLOAT, + mt_salindex103_temperatureitem_0_max FLOAT, + mt_salindex103_temperatureitem_1_stddev FLOAT, + mt_salindex103_temperatureitem_1_min FLOAT, + mt_salindex103_temperatureitem_1_max FLOAT, + mt_salindex103_temperatureitem_2_mean FLOAT, + mt_salindex103_temperatureitem_2_stddev FLOAT, + mt_salindex103_temperatureitem_2_min FLOAT, + mt_salindex103_temperatureitem_2_max FLOAT, + mt_salindex103_temperatureitem_3_mean FLOAT, + mt_salindex103_temperatureitem_3_stddev FLOAT, + mt_salindex103_temperatureitem_3_min FLOAT, + mt_salindex103_temperatureitem_3_max FLOAT, + mt_salindex103_temperatureitem_4_mean FLOAT, + mt_salindex103_temperatureitem_4_stddev FLOAT, + mt_salindex103_temperatureitem_4_min FLOAT, + mt_salindex103_temperatureitem_4_max FLOAT, + mt_salindex103_temperatureitem_5_mean FLOAT, + mt_salindex103_temperatureitem_5_stddev FLOAT, + mt_salindex103_temperatureitem_5_min FLOAT, + mt_salindex103_temperatureitem_5_max FLOAT, + mt_salindex103_temperatureitem_6_mean FLOAT, + mt_salindex103_temperatureitem_6_stddev FLOAT, + mt_salindex103_temperatureitem_6_min FLOAT, + mt_salindex103_temperatureitem_6_max FLOAT, + mt_salindex103_temperatureitem_7_mean FLOAT, + mt_salindex103_temperatureitem_7_stddev FLOAT, + mt_salindex103_temperatureitem_7_min FLOAT, + mt_salindex103_temperatureitem_7_max FLOAT, + mt_salindex106_temperatureitem_0_mean FLOAT, + mt_salindex106_temperatureitem_0_stddev FLOAT, + mt_salindex106_temperatureitem_0_min FLOAT, + mt_salindex106_temperatureitem_1_mean FLOAT, + mt_salindex106_temperatureitem_0_max FLOAT, + mt_salindex106_temperatureitem_1_stddev FLOAT, + mt_salindex106_temperatureitem_1_min FLOAT, + mt_salindex106_temperatureitem_1_max FLOAT, + mt_salindex106_temperatureitem_2_mean FLOAT, + mt_salindex106_temperatureitem_2_stddev FLOAT, + mt_salindex106_temperatureitem_2_min FLOAT, + mt_salindex106_temperatureitem_2_max FLOAT, + mt_salindex106_temperatureitem_3_mean FLOAT, + mt_salindex106_temperatureitem_3_stddev FLOAT, + mt_salindex106_temperatureitem_3_min FLOAT, + mt_salindex106_temperatureitem_3_max FLOAT, + mt_salindex106_temperatureitem_4_mean FLOAT, + mt_salindex106_temperatureitem_4_stddev FLOAT, + mt_salindex106_temperatureitem_4_min FLOAT, + mt_salindex106_temperatureitem_4_max FLOAT, + mt_salindex106_temperatureitem_5_mean FLOAT, + mt_salindex106_temperatureitem_5_stddev FLOAT, + mt_salindex106_temperatureitem_5_min FLOAT, + mt_salindex106_temperatureitem_5_max FLOAT, + mt_salindex106_temperatureitem_6_mean FLOAT, + mt_salindex106_temperatureitem_6_stddev FLOAT, + mt_salindex106_temperatureitem_6_min FLOAT, + mt_salindex106_temperatureitem_6_max FLOAT, + mt_salindex106_temperatureitem_7_mean FLOAT, + mt_salindex106_temperatureitem_7_stddev FLOAT, + mt_salindex106_temperatureitem_7_min FLOAT, + mt_salindex106_temperatureitem_7_max FLOAT, + mt_salindex107_temperatureitem_0_mean FLOAT, + mt_salindex107_temperatureitem_0_stddev FLOAT, + mt_salindex107_temperatureitem_0_min FLOAT, + mt_salindex107_temperatureitem_1_mean FLOAT, + mt_salindex107_temperatureitem_0_max FLOAT, + mt_salindex107_temperatureitem_1_stddev FLOAT, + mt_salindex107_temperatureitem_1_min FLOAT, + mt_salindex107_temperatureitem_1_max FLOAT, + mt_salindex107_temperatureitem_2_mean FLOAT, + mt_salindex107_temperatureitem_2_stddev FLOAT, + mt_salindex107_temperatureitem_2_min FLOAT, + mt_salindex107_temperatureitem_2_max FLOAT, + mt_salindex107_temperatureitem_3_mean FLOAT, + mt_salindex107_temperatureitem_3_stddev FLOAT, + mt_salindex107_temperatureitem_3_min FLOAT, + mt_salindex107_temperatureitem_3_max FLOAT, + mt_salindex107_temperatureitem_4_mean FLOAT, + mt_salindex107_temperatureitem_4_stddev FLOAT, + mt_salindex107_temperatureitem_4_min FLOAT, + mt_salindex107_temperatureitem_4_max FLOAT, + mt_salindex107_temperatureitem_5_mean FLOAT, + mt_salindex107_temperatureitem_5_stddev FLOAT, + mt_salindex107_temperatureitem_5_min FLOAT, + mt_salindex107_temperatureitem_5_max FLOAT, + mt_salindex107_temperatureitem_6_mean FLOAT, + mt_salindex107_temperatureitem_6_stddev FLOAT, + mt_salindex107_temperatureitem_6_min FLOAT, + mt_salindex107_temperatureitem_6_max FLOAT, + mt_salindex107_temperatureitem_7_mean FLOAT, + mt_salindex107_temperatureitem_7_stddev FLOAT, + mt_salindex107_temperatureitem_7_min FLOAT, + mt_salindex107_temperatureitem_7_max FLOAT, + mt_salindex108_temperatureitem_0_mean FLOAT, + mt_salindex108_temperatureitem_0_stddev FLOAT, + mt_salindex108_temperatureitem_0_min FLOAT, + mt_salindex108_temperatureitem_1_mean FLOAT, + mt_salindex108_temperatureitem_0_max FLOAT, + mt_salindex108_temperatureitem_1_stddev FLOAT, + mt_salindex108_temperatureitem_1_min FLOAT, + mt_salindex108_temperatureitem_1_max FLOAT, + mt_salindex108_temperatureitem_2_mean FLOAT, + mt_salindex108_temperatureitem_2_stddev FLOAT, + mt_salindex108_temperatureitem_2_min FLOAT, + mt_salindex108_temperatureitem_2_max FLOAT, + mt_salindex108_temperatureitem_3_mean FLOAT, + mt_salindex108_temperatureitem_3_stddev FLOAT, + mt_salindex108_temperatureitem_3_min FLOAT, + mt_salindex108_temperatureitem_3_max FLOAT, + mt_salindex108_temperatureitem_4_mean FLOAT, + mt_salindex108_temperatureitem_4_stddev FLOAT, + mt_salindex108_temperatureitem_4_min FLOAT, + mt_salindex108_temperatureitem_4_max FLOAT, + mt_salindex108_temperatureitem_5_mean FLOAT, + mt_salindex108_temperatureitem_5_stddev FLOAT, + mt_salindex108_temperatureitem_5_min FLOAT, + mt_salindex108_temperatureitem_5_max FLOAT, + mt_salindex108_temperatureitem_6_mean FLOAT, + mt_salindex108_temperatureitem_6_stddev FLOAT, + mt_salindex108_temperatureitem_6_min FLOAT, + mt_salindex108_temperatureitem_6_max FLOAT, + mt_salindex108_temperatureitem_7_mean FLOAT, + mt_salindex108_temperatureitem_7_stddev FLOAT, + mt_salindex108_temperatureitem_7_min FLOAT, + mt_salindex108_temperatureitem_7_max FLOAT, + mt_salindex301_temperatureitem_0_mean FLOAT, + mt_salindex301_temperatureitem_0_stddev FLOAT, + mt_salindex301_temperatureitem_0_min FLOAT, + mt_salindex301_temperatureitem_1_mean FLOAT, + mt_salindex301_temperatureitem_0_max FLOAT, + mt_salindex301_temperatureitem_1_stddev FLOAT, + mt_salindex301_temperatureitem_1_min FLOAT, + mt_salindex301_temperatureitem_1_max FLOAT, + mt_salindex301_temperatureitem_2_mean FLOAT, + mt_salindex301_temperatureitem_2_stddev FLOAT, + mt_salindex301_temperatureitem_2_min FLOAT, + mt_salindex301_temperatureitem_2_max FLOAT, + mt_salindex301_temperatureitem_3_mean FLOAT, + mt_salindex301_temperatureitem_3_stddev FLOAT, + mt_salindex301_temperatureitem_3_min FLOAT, + mt_salindex301_temperatureitem_3_max FLOAT, + mt_salindex301_temperatureitem_4_mean FLOAT, + mt_salindex301_temperatureitem_4_stddev FLOAT, + mt_salindex301_temperatureitem_4_min FLOAT, + mt_salindex301_temperatureitem_4_max FLOAT, + mt_salindex301_temperatureitem_5_mean FLOAT, + mt_salindex301_temperatureitem_5_stddev FLOAT, + mt_salindex301_temperatureitem_5_min FLOAT, + mt_salindex301_temperatureitem_5_max FLOAT, + mt_salindex301_temperatureitem_6_mean FLOAT, + mt_salindex301_temperatureitem_6_stddev FLOAT, + mt_salindex301_temperatureitem_6_min FLOAT, + mt_salindex301_temperatureitem_6_max FLOAT, + mt_salindex301_temperatureitem_7_mean FLOAT, + mt_salindex301_temperatureitem_7_stddev FLOAT, + mt_salindex301_temperatureitem_7_min FLOAT, + mt_salindex301_temperatureitem_7_max FLOAT, + mt_dimm_fwhm_mean FLOAT, + mt_azimuth_encoder_absolute_position0_mean FLOAT, + mt_azimuth_encoder_absolute_position1_mean FLOAT, + mt_azimuth_encoder_absolute_position2_mean FLOAT, + mt_azimuth_encoder_absolute_position3_mean FLOAT, + mt_elevation_encoder_absolute_position0_mean FLOAT, + mt_elevation_encoder_absolute_position1_mean FLOAT, + mt_elevation_encoder_absolute_position2_mean FLOAT, + mt_elevation_encoder_absolute_position3_mean FLOAT, + mt_hexapod_uncompensated_position_u_mean FLOAT, + mt_hexapod_uncompensated_position_u_max FLOAT, + mt_hexapod_uncompensated_position_u_min FLOAT, + mt_hexapod_uncompensated_position_v_mean FLOAT, + mt_hexapod_uncompensated_position_v_max FLOAT, + mt_hexapod_uncompensated_position_v_min FLOAT, + mt_hexapod_uncompensated_position_w_mean FLOAT, + mt_hexapod_uncompensated_position_w_max FLOAT, + mt_hexapod_uncompensated_position_w_min FLOAT, + mt_hexapod_uncompensated_position_x_mean FLOAT, + mt_hexapod_uncompensated_position_x_max FLOAT, + mt_hexapod_uncompensated_position_x_min FLOAT, + mt_hexapod_uncompensated_position_y_mean FLOAT, + mt_hexapod_uncompensated_position_y_max FLOAT, + mt_hexapod_uncompensated_position_y_min FLOAT, + mt_hexapod_uncompensated_position_z_mean FLOAT, + mt_hexapod_uncompensated_position_z_max FLOAT, + mt_hexapod_uncompensated_position_z_min FLOAT, + mt_salindex104_acceleration_x_mean FLOAT, + mt_salindex104_acceleration_x_stddev FLOAT, + mt_salindex104_acceleration_x_min FLOAT, + mt_salindex104_acceleration_x_max FLOAT, + mt_salindey104_acceleration_y_mean FLOAT, + mt_salindex104_acceleration_y_stddev FLOAT, + mt_salindex104_acceleration_y_min FLOAT, + mt_salindex104_acceleration_y_max FLOAT, + mt_salindez104_acceleration_z_mean FLOAT, + mt_salindex104_acceleration_z_stddev FLOAT, + mt_salindex104_acceleration_z_min FLOAT, + mt_salindex104_acceleration_z_max FLOAT, + mt_pointing_mount_position_ra_mean FLOAT, + mt_pointing_mount_position_ra_stddev FLOAT, + mt_pointing_mount_position_dec_mean FLOAT, + mt_pointing_mount_position_dec_stddev FLOAT, + mt_pointing_mount_position_sky_angle_mean FLOAT, + mt_pointing_mount_position_sky_angle_stddev FLOAT, + mt_pointing_mount_position_rotator_mean FLOAT, + mt_pointing_mount_position_rotator_stddev FLOAT, + camera_hexapod_aos_corrections_u FLOAT, + camera_hexapod_aos_corrections_v FLOAT, + camera_hexapod_aos_corrections_w FLOAT, + camera_hexapod_aos_corrections_x FLOAT, + camera_hexapod_aos_corrections_y FLOAT, + camera_hexapod_aos_corrections_z FLOAT, + m2_hexapod_aos_corrections_u FLOAT, + m2_hexapod_aos_corrections_v FLOAT, + m2_hexapod_aos_corrections_w FLOAT, + m2_hexapod_aos_corrections_x FLOAT, + m2_hexapod_aos_corrections_y FLOAT, + m2_hexapod_aos_corrections_z FLOAT, + m2_stress FLOAT, + m1m3_stress FLOAT, + PRIMARY KEY (exposure_id, instrument), + CONSTRAINT un_exposure_id_instrument UNIQUE (exposure_id, instrument) +) + +; + +CREATE TABLE main.visit1_efd ( + visit_id BIGINT, + created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, + instrument CHAR(20), + mt_salindex110_sonic_temperature_mean FLOAT, + mt_salindex110_sonic_temperature_stddev FLOAT, + at_salindex110_sonic_temperature_stddev_mean FLOAT, + at_salindex110_sonic_temperature_stddev_stddev FLOAT, + mt_salindex110_wind_speed_0_mean FLOAT, + mt_salindex110_wind_speed_0_stddev FLOAT, + mt_salindex110_wind_speed_0_min FLOAT, + mt_salindex110_wind_speed_0_max FLOAT, + mt_salindex110_wind_speed_1_mean FLOAT, + mt_salindex110_wind_speed_1_stddev FLOAT, + mt_salindex110_wind_speed_1_min FLOAT, + mt_salindex110_wind_speed_1_max FLOAT, + mt_salindex110_wind_speed_2_mean FLOAT, + mt_salindex110_wind_speed_2_stddev FLOAT, + mt_salindex110_wind_speed_2_min FLOAT, + mt_salindex110_wind_speed_2_max FLOAT, + mt_salindex110_wind_speed_speedstddev_0_mean FLOAT, + mt_salindex110_wind_speed_speedstddev_0_stddev FLOAT, + mt_salindex110_wind_speed_speedstddev_0_min FLOAT, + mt_salindex110_wind_speed_speedstddev_0_max FLOAT, + mt_salindex110_wind_speed_speedstddev_1_mean FLOAT, + mt_salindex110_wind_speed_speedstddev_1_stddev FLOAT, + mt_salindex110_wind_speed_speedstddev_1_min FLOAT, + mt_salindex110_wind_speed_speedstddev_1_max FLOAT, + mt_salindex110_wind_speed_speedstddev_2_mean FLOAT, + mt_salindex110_wind_speed_speedstddev_2_stddev FLOAT, + mt_salindex110_wind_speed_speedstddev_2_min FLOAT, + mt_salindex110_wind_speed_speedstddev_2_max FLOAT, + mt_salindex110_wind_speed_magnitude_mean FLOAT, + mt_salindex110_wind_speed_magnitude_stddev FLOAT, + mt_salindex110_wind_speed_magnitude_min FLOAT, + mt_salindex110_wind_speed_magnitude_max FLOAT, + mt_salindex110_wind_speed_maxmagnitude_mean FLOAT, + mt_salindex110_wind_speed_maxmagnitude_stddev FLOAT, + mt_salindex110_wind_speed_maxmagnitude_min FLOAT, + mt_salindex110_wind_speed_maxmagnitude_max FLOAT, + mt_salindex1_temperatureitem_0_mean FLOAT, + mt_salindex1_temperatureitem_0_stddev FLOAT, + mt_salindex1_temperatureitem_0_min FLOAT, + mt_salindex1_temperatureitem_1_mean FLOAT, + mt_salindex1_temperatureitem_0_max FLOAT, + mt_salindex1_temperatureitem_1_stddev FLOAT, + mt_salindex1_temperatureitem_1_min FLOAT, + mt_salindex1_temperatureitem_1_max FLOAT, + mt_salindex1_temperatureitem_2_mean FLOAT, + mt_salindex1_temperatureitem_2_stddev FLOAT, + mt_salindex1_temperatureitem_2_min FLOAT, + mt_salindex1_temperatureitem_2_max FLOAT, + mt_salindex1_temperatureitem_3_mean FLOAT, + mt_salindex1_temperatureitem_3_stddev FLOAT, + mt_salindex1_temperatureitem_3_min FLOAT, + mt_salindex1_temperatureitem_3_max FLOAT, + mt_salindex1_temperatureitem_4_mean FLOAT, + mt_salindex1_temperatureitem_4_stddev FLOAT, + mt_salindex1_temperatureitem_4_min FLOAT, + mt_salindex1_temperatureitem_4_max FLOAT, + mt_salindex1_temperatureitem_5_mean FLOAT, + mt_salindex1_temperatureitem_5_stddev FLOAT, + mt_salindex1_temperatureitem_5_min FLOAT, + mt_salindex1_temperatureitem_5_max FLOAT, + mt_salindex1_temperatureitem_6_mean FLOAT, + mt_salindex1_temperatureitem_6_stddev FLOAT, + mt_salindex1_temperatureitem_6_min FLOAT, + mt_salindex1_temperatureitem_6_max FLOAT, + mt_salindex1_temperatureitem_7_mean FLOAT, + mt_salindex1_temperatureitem_7_stddev FLOAT, + mt_salindex1_temperatureitem_7_min FLOAT, + mt_salindex1_temperatureitem_7_max FLOAT, + mt_salindex101_temperatureitem_0_mean FLOAT, + mt_salindex101_temperatureitem_0_stddev FLOAT, + mt_salindex101_temperatureitem_0_min FLOAT, + mt_salindex101_temperatureitem_1_mean FLOAT, + mt_salindex101_temperatureitem_0_max FLOAT, + mt_salindex101_temperatureitem_1_stddev FLOAT, + mt_salindex101_temperatureitem_1_min FLOAT, + mt_salindex101_temperatureitem_1_max FLOAT, + mt_salindex101_temperatureitem_2_mean FLOAT, + mt_salindex101_temperatureitem_2_stddev FLOAT, + mt_salindex101_temperatureitem_2_min FLOAT, + mt_salindex101_temperatureitem_2_max FLOAT, + mt_salindex101_temperatureitem_3_mean FLOAT, + mt_salindex101_temperatureitem_3_stddev FLOAT, + mt_salindex101_temperatureitem_3_min FLOAT, + mt_salindex101_temperatureitem_3_max FLOAT, + mt_salindex101_temperatureitem_4_mean FLOAT, + mt_salindex101_temperatureitem_4_stddev FLOAT, + mt_salindex101_temperatureitem_4_min FLOAT, + mt_salindex101_temperatureitem_4_max FLOAT, + mt_salindex101_temperatureitem_5_mean FLOAT, + mt_salindex101_temperatureitem_5_stddev FLOAT, + mt_salindex101_temperatureitem_5_min FLOAT, + mt_salindex101_temperatureitem_5_max FLOAT, + mt_salindex101_temperatureitem_6_mean FLOAT, + mt_salindex101_temperatureitem_6_stddev FLOAT, + mt_salindex101_temperatureitem_6_min FLOAT, + mt_salindex101_temperatureitem_6_max FLOAT, + mt_salindex101_temperatureitem_7_mean FLOAT, + mt_salindex101_temperatureitem_7_stddev FLOAT, + mt_salindex101_temperatureitem_7_min FLOAT, + mt_salindex101_temperatureitem_7_max FLOAT, + mt_salindex102_temperatureitem_0_mean FLOAT, + mt_salindex102_temperatureitem_0_stddev FLOAT, + mt_salindex102_temperatureitem_0_min FLOAT, + mt_salindex102_temperatureitem_1_mean FLOAT, + mt_salindex102_temperatureitem_0_max FLOAT, + mt_salindex102_temperatureitem_1_stddev FLOAT, + mt_salindex102_temperatureitem_1_min FLOAT, + mt_salindex102_temperatureitem_1_max FLOAT, + mt_salindex102_temperatureitem_2_mean FLOAT, + mt_salindex102_temperatureitem_2_stddev FLOAT, + mt_salindex102_temperatureitem_2_min FLOAT, + mt_salindex102_temperatureitem_2_max FLOAT, + mt_salindex102_temperatureitem_3_mean FLOAT, + mt_salindex102_temperatureitem_3_stddev FLOAT, + mt_salindex102_temperatureitem_3_min FLOAT, + mt_salindex102_temperatureitem_3_max FLOAT, + mt_salindex102_temperatureitem_4_mean FLOAT, + mt_salindex102_temperatureitem_4_stddev FLOAT, + mt_salindex102_temperatureitem_4_min FLOAT, + mt_salindex102_temperatureitem_4_max FLOAT, + mt_salindex102_temperatureitem_5_mean FLOAT, + mt_salindex102_temperatureitem_5_stddev FLOAT, + mt_salindex102_temperatureitem_5_min FLOAT, + mt_salindex102_temperatureitem_5_max FLOAT, + mt_salindex102_temperatureitem_6_mean FLOAT, + mt_salindex102_temperatureitem_6_stddev FLOAT, + mt_salindex102_temperatureitem_6_min FLOAT, + mt_salindex102_temperatureitem_6_max FLOAT, + mt_salindex102_temperatureitem_7_mean FLOAT, + mt_salindex102_temperatureitem_7_stddev FLOAT, + mt_salindex102_temperatureitem_7_min FLOAT, + mt_salindex102_temperatureitem_7_max FLOAT, + mt_salindex103_temperatureitem_0_mean FLOAT, + mt_salindex103_temperatureitem_0_stddev FLOAT, + mt_salindex103_temperatureitem_0_min FLOAT, + mt_salindex103_temperatureitem_1_mean FLOAT, + mt_salindex103_temperatureitem_0_max FLOAT, + mt_salindex103_temperatureitem_1_stddev FLOAT, + mt_salindex103_temperatureitem_1_min FLOAT, + mt_salindex103_temperatureitem_1_max FLOAT, + mt_salindex103_temperatureitem_2_mean FLOAT, + mt_salindex103_temperatureitem_2_stddev FLOAT, + mt_salindex103_temperatureitem_2_min FLOAT, + mt_salindex103_temperatureitem_2_max FLOAT, + mt_salindex103_temperatureitem_3_mean FLOAT, + mt_salindex103_temperatureitem_3_stddev FLOAT, + mt_salindex103_temperatureitem_3_min FLOAT, + mt_salindex103_temperatureitem_3_max FLOAT, + mt_salindex103_temperatureitem_4_mean FLOAT, + mt_salindex103_temperatureitem_4_stddev FLOAT, + mt_salindex103_temperatureitem_4_min FLOAT, + mt_salindex103_temperatureitem_4_max FLOAT, + mt_salindex103_temperatureitem_5_mean FLOAT, + mt_salindex103_temperatureitem_5_stddev FLOAT, + mt_salindex103_temperatureitem_5_min FLOAT, + mt_salindex103_temperatureitem_5_max FLOAT, + mt_salindex103_temperatureitem_6_mean FLOAT, + mt_salindex103_temperatureitem_6_stddev FLOAT, + mt_salindex103_temperatureitem_6_min FLOAT, + mt_salindex103_temperatureitem_6_max FLOAT, + mt_salindex103_temperatureitem_7_mean FLOAT, + mt_salindex103_temperatureitem_7_stddev FLOAT, + mt_salindex103_temperatureitem_7_min FLOAT, + mt_salindex103_temperatureitem_7_max FLOAT, + mt_salindex106_temperatureitem_0_mean FLOAT, + mt_salindex106_temperatureitem_0_stddev FLOAT, + mt_salindex106_temperatureitem_0_min FLOAT, + mt_salindex106_temperatureitem_1_mean FLOAT, + mt_salindex106_temperatureitem_0_max FLOAT, + mt_salindex106_temperatureitem_1_stddev FLOAT, + mt_salindex106_temperatureitem_1_min FLOAT, + mt_salindex106_temperatureitem_1_max FLOAT, + mt_salindex106_temperatureitem_2_mean FLOAT, + mt_salindex106_temperatureitem_2_stddev FLOAT, + mt_salindex106_temperatureitem_2_min FLOAT, + mt_salindex106_temperatureitem_2_max FLOAT, + mt_salindex106_temperatureitem_3_mean FLOAT, + mt_salindex106_temperatureitem_3_stddev FLOAT, + mt_salindex106_temperatureitem_3_min FLOAT, + mt_salindex106_temperatureitem_3_max FLOAT, + mt_salindex106_temperatureitem_4_mean FLOAT, + mt_salindex106_temperatureitem_4_stddev FLOAT, + mt_salindex106_temperatureitem_4_min FLOAT, + mt_salindex106_temperatureitem_4_max FLOAT, + mt_salindex106_temperatureitem_5_mean FLOAT, + mt_salindex106_temperatureitem_5_stddev FLOAT, + mt_salindex106_temperatureitem_5_min FLOAT, + mt_salindex106_temperatureitem_5_max FLOAT, + mt_salindex106_temperatureitem_6_mean FLOAT, + mt_salindex106_temperatureitem_6_stddev FLOAT, + mt_salindex106_temperatureitem_6_min FLOAT, + mt_salindex106_temperatureitem_6_max FLOAT, + mt_salindex106_temperatureitem_7_mean FLOAT, + mt_salindex106_temperatureitem_7_stddev FLOAT, + mt_salindex106_temperatureitem_7_min FLOAT, + mt_salindex106_temperatureitem_7_max FLOAT, + mt_salindex107_temperatureitem_0_mean FLOAT, + mt_salindex107_temperatureitem_0_stddev FLOAT, + mt_salindex107_temperatureitem_0_min FLOAT, + mt_salindex107_temperatureitem_1_mean FLOAT, + mt_salindex107_temperatureitem_0_max FLOAT, + mt_salindex107_temperatureitem_1_stddev FLOAT, + mt_salindex107_temperatureitem_1_min FLOAT, + mt_salindex107_temperatureitem_1_max FLOAT, + mt_salindex107_temperatureitem_2_mean FLOAT, + mt_salindex107_temperatureitem_2_stddev FLOAT, + mt_salindex107_temperatureitem_2_min FLOAT, + mt_salindex107_temperatureitem_2_max FLOAT, + mt_salindex107_temperatureitem_3_mean FLOAT, + mt_salindex107_temperatureitem_3_stddev FLOAT, + mt_salindex107_temperatureitem_3_min FLOAT, + mt_salindex107_temperatureitem_3_max FLOAT, + mt_salindex107_temperatureitem_4_mean FLOAT, + mt_salindex107_temperatureitem_4_stddev FLOAT, + mt_salindex107_temperatureitem_4_min FLOAT, + mt_salindex107_temperatureitem_4_max FLOAT, + mt_salindex107_temperatureitem_5_mean FLOAT, + mt_salindex107_temperatureitem_5_stddev FLOAT, + mt_salindex107_temperatureitem_5_min FLOAT, + mt_salindex107_temperatureitem_5_max FLOAT, + mt_salindex107_temperatureitem_6_mean FLOAT, + mt_salindex107_temperatureitem_6_stddev FLOAT, + mt_salindex107_temperatureitem_6_min FLOAT, + mt_salindex107_temperatureitem_6_max FLOAT, + mt_salindex107_temperatureitem_7_mean FLOAT, + mt_salindex107_temperatureitem_7_stddev FLOAT, + mt_salindex107_temperatureitem_7_min FLOAT, + mt_salindex107_temperatureitem_7_max FLOAT, + mt_salindex108_temperatureitem_0_mean FLOAT, + mt_salindex108_temperatureitem_0_stddev FLOAT, + mt_salindex108_temperatureitem_0_min FLOAT, + mt_salindex108_temperatureitem_1_mean FLOAT, + mt_salindex108_temperatureitem_0_max FLOAT, + mt_salindex108_temperatureitem_1_stddev FLOAT, + mt_salindex108_temperatureitem_1_min FLOAT, + mt_salindex108_temperatureitem_1_max FLOAT, + mt_salindex108_temperatureitem_2_mean FLOAT, + mt_salindex108_temperatureitem_2_stddev FLOAT, + mt_salindex108_temperatureitem_2_min FLOAT, + mt_salindex108_temperatureitem_2_max FLOAT, + mt_salindex108_temperatureitem_3_mean FLOAT, + mt_salindex108_temperatureitem_3_stddev FLOAT, + mt_salindex108_temperatureitem_3_min FLOAT, + mt_salindex108_temperatureitem_3_max FLOAT, + mt_salindex108_temperatureitem_4_mean FLOAT, + mt_salindex108_temperatureitem_4_stddev FLOAT, + mt_salindex108_temperatureitem_4_min FLOAT, + mt_salindex108_temperatureitem_4_max FLOAT, + mt_salindex108_temperatureitem_5_mean FLOAT, + mt_salindex108_temperatureitem_5_stddev FLOAT, + mt_salindex108_temperatureitem_5_min FLOAT, + mt_salindex108_temperatureitem_5_max FLOAT, + mt_salindex108_temperatureitem_6_mean FLOAT, + mt_salindex108_temperatureitem_6_stddev FLOAT, + mt_salindex108_temperatureitem_6_min FLOAT, + mt_salindex108_temperatureitem_6_max FLOAT, + mt_salindex108_temperatureitem_7_mean FLOAT, + mt_salindex108_temperatureitem_7_stddev FLOAT, + mt_salindex108_temperatureitem_7_min FLOAT, + mt_salindex108_temperatureitem_7_max FLOAT, + mt_salindex301_temperatureitem_0_mean FLOAT, + mt_salindex301_temperatureitem_0_stddev FLOAT, + mt_salindex301_temperatureitem_0_min FLOAT, + mt_salindex301_temperatureitem_1_mean FLOAT, + mt_salindex301_temperatureitem_0_max FLOAT, + mt_salindex301_temperatureitem_1_stddev FLOAT, + mt_salindex301_temperatureitem_1_min FLOAT, + mt_salindex301_temperatureitem_1_max FLOAT, + mt_salindex301_temperatureitem_2_mean FLOAT, + mt_salindex301_temperatureitem_2_stddev FLOAT, + mt_salindex301_temperatureitem_2_min FLOAT, + mt_salindex301_temperatureitem_2_max FLOAT, + mt_salindex301_temperatureitem_3_mean FLOAT, + mt_salindex301_temperatureitem_3_stddev FLOAT, + mt_salindex301_temperatureitem_3_min FLOAT, + mt_salindex301_temperatureitem_3_max FLOAT, + mt_salindex301_temperatureitem_4_mean FLOAT, + mt_salindex301_temperatureitem_4_stddev FLOAT, + mt_salindex301_temperatureitem_4_min FLOAT, + mt_salindex301_temperatureitem_4_max FLOAT, + mt_salindex301_temperatureitem_5_mean FLOAT, + mt_salindex301_temperatureitem_5_stddev FLOAT, + mt_salindex301_temperatureitem_5_min FLOAT, + mt_salindex301_temperatureitem_5_max FLOAT, + mt_salindex301_temperatureitem_6_mean FLOAT, + mt_salindex301_temperatureitem_6_stddev FLOAT, + mt_salindex301_temperatureitem_6_min FLOAT, + mt_salindex301_temperatureitem_6_max FLOAT, + mt_salindex301_temperatureitem_7_mean FLOAT, + mt_salindex301_temperatureitem_7_stddev FLOAT, + mt_salindex301_temperatureitem_7_min FLOAT, + mt_salindex301_temperatureitem_7_max FLOAT, + mt_dimm_fwhm_mean FLOAT, + mt_azimuth_encoder_absolute_position0_mean FLOAT, + mt_azimuth_encoder_absolute_position1_mean FLOAT, + mt_azimuth_encoder_absolute_position2_mean FLOAT, + mt_azimuth_encoder_absolute_position3_mean FLOAT, + mt_elevation_encoder_absolute_position0_mean FLOAT, + mt_elevation_encoder_absolute_position1_mean FLOAT, + mt_elevation_encoder_absolute_position2_mean FLOAT, + mt_elevation_encoder_absolute_position3_mean FLOAT, + mt_hexapod_uncompensated_position_u_mean FLOAT, + mt_hexapod_uncompensated_position_u_max FLOAT, + mt_hexapod_uncompensated_position_u_min FLOAT, + mt_hexapod_uncompensated_position_v_mean FLOAT, + mt_hexapod_uncompensated_position_v_max FLOAT, + mt_hexapod_uncompensated_position_v_min FLOAT, + mt_hexapod_uncompensated_position_w_mean FLOAT, + mt_hexapod_uncompensated_position_w_max FLOAT, + mt_hexapod_uncompensated_position_w_min FLOAT, + mt_hexapod_uncompensated_position_x_mean FLOAT, + mt_hexapod_uncompensated_position_x_max FLOAT, + mt_hexapod_uncompensated_position_x_min FLOAT, + mt_hexapod_uncompensated_position_y_mean FLOAT, + mt_hexapod_uncompensated_position_y_max FLOAT, + mt_hexapod_uncompensated_position_y_min FLOAT, + mt_hexapod_uncompensated_position_z_mean FLOAT, + mt_hexapod_uncompensated_position_z_max FLOAT, + mt_hexapod_uncompensated_position_z_min FLOAT, + mt_salindex104_acceleration_x_mean FLOAT, + mt_salindex104_acceleration_x_stddev FLOAT, + mt_salindex104_acceleration_x_min FLOAT, + mt_salindex104_acceleration_x_max FLOAT, + mt_salindey104_acceleration_y_mean FLOAT, + mt_salindex104_acceleration_y_stddev FLOAT, + mt_salindex104_acceleration_y_min FLOAT, + mt_salindex104_acceleration_y_max FLOAT, + mt_salindez104_acceleration_z_mean FLOAT, + mt_salindex104_acceleration_z_stddev FLOAT, + mt_salindex104_acceleration_z_min FLOAT, + mt_salindex104_acceleration_z_max FLOAT, + mt_pointing_mount_position_ra_mean FLOAT, + mt_pointing_mount_position_ra_stddev FLOAT, + mt_pointing_mount_position_dec_mean FLOAT, + mt_pointing_mount_position_dec_stddev FLOAT, + mt_pointing_mount_position_sky_angle_mean FLOAT, + mt_pointing_mount_position_sky_angle_stddev FLOAT, + mt_pointing_mount_position_rotator_mean FLOAT, + mt_pointing_mount_position_rotator_stddev FLOAT, + camera_hexapod_aos_corrections_u FLOAT, + camera_hexapod_aos_corrections_v FLOAT, + camera_hexapod_aos_corrections_w FLOAT, + camera_hexapod_aos_corrections_x FLOAT, + camera_hexapod_aos_corrections_y FLOAT, + camera_hexapod_aos_corrections_z FLOAT, + m2_hexapod_aos_corrections_u FLOAT, + m2_hexapod_aos_corrections_v FLOAT, + m2_hexapod_aos_corrections_w FLOAT, + m2_hexapod_aos_corrections_x FLOAT, + m2_hexapod_aos_corrections_y FLOAT, + m2_hexapod_aos_corrections_z FLOAT, + m2_stress FLOAT, + m1m3_stress FLOAT, + PRIMARY KEY (visit_id, instrument), + CONSTRAINT un_visit_id_instrument UNIQUE (visit_id, instrument) +) + +; + +CREATE TABLE main.transformed_efd_scheduler ( + id INTEGER NOT NULL, + start_time TIMESTAMP, + end_time TIMESTAMP, + status CHAR(20) DEFAULT 'pending', + process_start_time TIMESTAMP, + process_end_time TIMESTAMP, + process_exec_time INTEGER DEFAULT 0, + exposures INTEGER DEFAULT 0, + visits1 INTEGER DEFAULT 0, + retries INTEGER DEFAULT 0, + error TEXT, + created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (id), + CONSTRAINT un_id UNIQUE (id) +) + +; diff --git a/tests/efd_transform/cdb_transformed_efd_LATISS.yml b/tests/efd_transform/cdb_transformed_efd_LATISS.yml index 9c4f035d..302b4420 100644 --- a/tests/efd_transform/cdb_transformed_efd_LATISS.yml +++ b/tests/efd_transform/cdb_transformed_efd_LATISS.yml @@ -1332,6 +1332,1261 @@ tables: datatype: char length: 20 description: Instrument name. + - name: "at_salindex201_sonic_temperature_mean" + "@id": "#visit1_efd.at_salindex201_sonic_temperature_mean" + datatype: float + nullable: True + description: Median sonic temperature (air temperature measured sonically). Sonic temperature has poor absolute accuracy (it can be off by several degrees) but good time resolution. + - name: "at_salindex201_sonic_temperature_stddev" + "@id": "#visit1_efd.at_salindex201_sonic_temperature_stddev" + datatype: float + nullable: True + description: Median sonic temperature (air temperature measured sonically). Sonic temperature has poor absolute accuracy (it can be off by several degrees) but good time resolution. + - name: "at_salindex201_sonic_temperature_stddev_mean" + "@id": "#visit1_efd.at_salindex201_sonic_temperature_stddev_mean" + datatype: float + nullable: True + description: Standard devation of sonic temperature (air temperature measured sonically) estimated from quartiles. + - name: "at_salindex201_sonic_temperature_stddev_stddev" + "@id": "#visit1_efd.at_salindex201_sonic_temperature_stddev_stddev" + datatype: float + nullable: True + description: Standard devation of sonic temperature (air temperature measured sonically) estimated from quartiles. + - name: "at_salindex205_sonic_temperature_mean" + "@id": "#visit1_efd.at_salindex205_sonic_temperature_mean" + datatype: float + nullable: True + description: Median sonic temperature (air temperature measured sonically). Sonic temperature has poor absolute accuracy (it can be off by several degrees) but good time resolution. + - name: "at_salindex205_sonic_temperature_stddev" + "@id": "#visit1_efd.at_salindex205_sonic_temperature_stddev" + datatype: float + nullable: True + description: Median sonic temperature (air temperature measured sonically). Sonic temperature has poor absolute accuracy (it can be off by several degrees) but good time resolution. + - name: "at_salindex205_sonic_temperature_stddev_mean" + "@id": "#visit1_efd.at_salindex205_sonic_temperature_stddev_mean" + datatype: float + nullable: True + description: Standard devation of sonic temperature (air temperature measured sonically) estimated from quartiles. + - name: "at_salindex205_sonic_temperature_stddev_stddev" + "@id": "#visit1_efd.at_salindex205_sonic_temperature_stddev_stddev" + datatype: float + nullable: True + description: Standard devation of sonic temperature (air temperature measured sonically) estimated from quartiles. + - name: "at_salindex201_wind_speed_x_mean" + "@id": "#visit1_efd.at_salindex201_wind_speed_x_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 0 (salIndex 201) + - name: "at_salindex201_wind_speed_0_stddev" + "@id": "#visit1_efd.at_salindex201_wind_speed_0_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 0 (salIndex 201) + - name: "at_salindex201_wind_speed_0_min" + "@id": "#visit1_efd.at_salindex201_wind_speed_0_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 0 (salIndex 201) + - name: "at_salindex201_wind_speed_0_max" + "@id": "#visit1_efd.at_salindex201_wind_speed_0_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 0 (salIndex 201) + - name: "at_salindex201_wind_speed_1_mean" + "@id": "#visit1_efd.at_salindex201_wind_speed_1_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 1 (salIndex 201) + - name: "at_salindex201_wind_speed_1_stddev" + "@id": "#visit1_efd.at_salindex201_wind_speed_1_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 1 (salIndex 201) + - name: "at_salindex201_wind_speed_1_min" + "@id": "#visit1_efd.at_salindex201_wind_speed_1_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 1 (salIndex 201) + - name: "at_salindex201_wind_speed_1_max" + "@id": "#visit1_efd.at_salindex201_wind_speed_1_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 1 (salIndex 201) + - name: "at_salindex201_wind_speed_2_mean" + "@id": "#visit1_efd.at_salindex201_wind_speed_2_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 2 (salIndex 201) + - name: "at_salindex201_wind_speed_2_stddev" + "@id": "#visit1_efd.at_salindex201_wind_speed_2_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 2 (salIndex 201) + - name: "at_salindex201_wind_speed_2_min" + "@id": "#visit1_efd.at_salindex201_wind_speed_2_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 2 (salIndex 201) + - name: "at_salindex201_wind_speed_2_max" + "@id": "#visit1_efd.at_salindex201_wind_speed_2_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-ESS04 along axis 2 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_0_mean" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_0_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 0 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_0_stddev" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_0_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 0 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_0_min" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_0_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 0 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_0_max" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_0_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 0 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_1_mean" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_1_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 1 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_1_stddev" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_1_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 1 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_1_min" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_1_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 1 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_1_max" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_1_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 1 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_2_mean" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_2_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 2 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_2_stddev" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_2_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 2 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_2_min" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_2_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 2 (salIndex 201) + - name: "at_salindex201_wind_speed_speedstddev_2_max" + "@id": "#visit1_efd.at_salindex201_wind_speed_speedstddev_2_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-ESS04 along axis 2 (salIndex 201) + - name: "at_salindex201_wind_speed_magnitude_mean" + "@id": "#visit1_efd.at_salindex201_wind_speed_magnitude_mean" + datatype: float + nullable: True + description: Median wind speed magnitude in AuxTel-ESS04 (salIndex 201) + - name: "at_salindex201_wind_speed_magnitude_stddev" + "@id": "#visit1_efd.at_salindex201_wind_speed_magnitude_stddev" + datatype: float + nullable: True + description: Median wind speed magnitude in AuxTel-ESS04 (salIndex 201) + - name: "at_salindex201_wind_speed_magnitude_min" + "@id": "#visit1_efd.at_salindex201_wind_speed_magnitude_min" + datatype: float + nullable: True + description: Median wind speed magnitude in AuxTel-ESS04 (salIndex 201) + - name: "at_salindex201_wind_speed_magnitude_max" + "@id": "#visit1_efd.at_salindex201_wind_speed_magnitude_max" + datatype: float + nullable: True + description: Median wind speed magnitude in AuxTel-ESS04 (salIndex 201) + - name: "at_salindex201_wind_speed_maxmagnitude_mean" + "@id": "#visit1_efd.at_salindex201_wind_speed_maxmagnitude_mean" + datatype: float + nullable: True + description: Maximum wind speed magnitude in AuxTel-ESS04 (salIndex 201) + - name: "at_salindex201_wind_speed_maxmagnitude_stddev" + "@id": "#visit1_efd.at_salindex201_wind_speed_maxmagnitude_stddev" + datatype: float + nullable: True + description: Maximum wind speed magnitude in AuxTel-ESS04 (salIndex 201) + - name: "at_salindex201_wind_speed_maxmagnitude_min" + "@id": "#visit1_efd.at_salindex201_wind_speed_maxmagnitude_min" + datatype: float + nullable: True + description: Maximum wind speed magnitude in AuxTel-ESS04 (salIndex 201) + - name: "at_salindex201_wind_speed_maxmagnitude_max" + "@id": "#visit1_efd.at_salindex201_wind_speed_maxmagnitude_max" + datatype: float + nullable: True + description: Maximum wind speed magnitude in AuxTel-ESS04 (salIndex 201) + - name: "at_salindex204_wind_speed_0_mean" + "@id": "#visit1_efd.at_salindex204_wind_speed_0_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 0 (salIndex 204) + - name: "at_salindex204_wind_speed_0_stddev" + "@id": "#visit1_efd.at_salindex204_wind_speed_0_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 0 (salIndex 204) + - name: "at_salindex204_wind_speed_0_min" + "@id": "#visit1_efd.at_salindex204_wind_speed_0_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 0 (salIndex 204) + - name: "at_salindex204_wind_speed_0_max" + "@id": "#visit1_efd.at_salindex204_wind_speed_0_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 0 (salIndex 204) + - name: "at_salindex204_wind_speed_1_mean" + "@id": "#visit1_efd.at_salindex204_wind_speed_1_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 1 (salIndex 204) + - name: "at_salindex204_wind_speed_1_stddev" + "@id": "#visit1_efd.at_salindex204_wind_speed_1_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 1 (salIndex 204) + - name: "at_salindex204_wind_speed_1_min" + "@id": "#visit1_efd.at_salindex204_wind_speed_1_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 1 (salIndex 204) + - name: "at_salindex204_wind_speed_1_max" + "@id": "#visit1_efd.at_salindex204_wind_speed_1_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 1 (salIndex 204) + - name: "at_salindex204_wind_speed_2_mean" + "@id": "#visit1_efd.at_salindex204_wind_speed_2_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 2 (salIndex 204) + - name: "at_salindex204_wind_speed_2_stddev" + "@id": "#visit1_efd.at_salindex204_wind_speed_2_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 2 (salIndex 204) + - name: "at_salindex204_wind_speed_2_min" + "@id": "#visit1_efd.at_salindex204_wind_speed_2_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 2 (salIndex 204) + - name: "at_salindex204_wind_speed_2_max" + "@id": "#visit1_efd.at_salindex204_wind_speed_2_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) along axis 2 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_0_mean" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_0_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 0 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_0_stddev" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_0_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 0 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_0_min" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_0_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 0 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_0_max" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_0_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 0 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_1_mean" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_1_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 1 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_1_stddev" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_1_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 1 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_1_min" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_1_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 1 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_1_max" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_1_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 1 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_2_mean" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_2_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 2 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_2_stddev" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_2_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 2 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_2_min" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_2_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 2 (salIndex 204) + - name: "at_salindex204_wind_speed_speedstddev_2_max" + "@id": "#visit1_efd.at_salindex204_wind_speed_speedstddev_2_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles along axis 2 (salIndex 204) + - name: "at_salindex204_wind_speed_magnitude_mean" + "@id": "#visit1_efd.at_salindex204_wind_speed_magnitude_mean" + datatype: float + nullable: True + description: Median wind speed magnitude (salIndex 204) + - name: "at_salindex204_wind_speed_magnitude_stddev" + "@id": "#visit1_efd.at_salindex204_wind_speed_magnitude_stddev" + datatype: float + nullable: True + description: Median wind speed magnitude (salIndex 204) + - name: "at_salindex204_wind_speed_magnitude_min" + "@id": "#visit1_efd.at_salindex204_wind_speed_magnitude_min" + datatype: float + nullable: True + description: Median wind speed magnitude (salIndex 204) + - name: "at_salindex204_wind_speed_magnitude_max" + "@id": "#visit1_efd.at_salindex204_wind_speed_magnitude_max" + datatype: float + nullable: True + description: Median wind speed magnitude (salIndex 204) + - name: "at_salindex204_wind_speed_maxmagnitude_mean" + "@id": "#visit1_efd.at_salindex204_wind_speed_maxmagnitude_mean" + datatype: float + nullable: True + description: Maximum wind speed magnitude (salIndex 204) + - name: "at_salindex204_wind_speed_maxmagnitude_stddev" + "@id": "#visit1_efd.at_salindex204_wind_speed_maxmagnitude_stddev" + datatype: float + nullable: True + description: Maximum wind speed magnitude (salIndex 204) + - name: "at_salindex204_wind_speed_maxmagnitude_min" + "@id": "#visit1_efd.at_salindex204_wind_speed_maxmagnitude_min" + datatype: float + nullable: True + description: Maximum wind speed magnitude (salIndex 204) + - name: "at_salindex204_wind_speed_maxmagnitude_max" + "@id": "#visit1_efd.at_salindex204_wind_speed_maxmagnitude_max" + datatype: float + nullable: True + description: Maximum wind speed magnitude (salIndex 204) + - name: "at_salindex205_wind_speed_0_mean" + "@id": "#visit1_efd.at_salindex205_wind_speed_0_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 0 (salIndex 205) + - name: "at_salindex205_wind_speed_0_stddev" + "@id": "#visit1_efd.at_salindex205_wind_speed_0_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 0 (salIndex 205) + - name: "at_salindex205_wind_speed_0_min" + "@id": "#visit1_efd.at_salindex205_wind_speed_0_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 0 (salIndex 205) + - name: "at_salindex205_wind_speed_0_max" + "@id": "#visit1_efd.at_salindex205_wind_speed_0_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 0 (salIndex 205) + - name: "at_salindex205_wind_speed_1_mean" + "@id": "#visit1_efd.at_salindex205_wind_speed_1_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 1 (salIndex 205) + - name: "at_salindex205_wind_speed_1_stddev" + "@id": "#visit1_efd.at_salindex205_wind_speed_1_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 1 (salIndex 205) + - name: "at_salindex205_wind_speed_1_min" + "@id": "#visit1_efd.at_salindex205_wind_speed_1_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 1 (salIndex 205) + - name: "at_salindex205_wind_speed_1_max" + "@id": "#visit1_efd.at_salindex205_wind_speed_1_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 1 (salIndex 205) + - name: "at_salindex205_wind_speed_2_mean" + "@id": "#visit1_efd.at_salindex205_wind_speed_2_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 2 (salIndex 205) + - name: "at_salindex205_wind_speed_2_stddev" + "@id": "#visit1_efd.at_salindex205_wind_speed_2_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 2 (salIndex 205) + - name: "at_salindex205_wind_speed_2_min" + "@id": "#visit1_efd.at_salindex205_wind_speed_2_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 2 (salIndex 205) + - name: "at_salindex205_wind_speed_2_max" + "@id": "#visit1_efd.at_salindex205_wind_speed_2_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in AuxTel-GillLabJack01 along axis 2 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_0_mean" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_0_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 0 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_0_stddev" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_0_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 0 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_0_min" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_0_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 0 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_0_max" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_0_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 0 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_1_mean" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_1_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 1 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_1_stddev" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_1_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 1 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_1_min" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_1_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 1 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_1_max" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_1_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 1 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_2_mean" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_2_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 2 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_2_stddev" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_2_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 2 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_2_min" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_2_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 2 (salIndex 205) + - name: "at_salindex205_wind_speed_speedstddev_2_max" + "@id": "#visit1_efd.at_salindex205_wind_speed_speedstddev_2_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in AuxTel-GillLabJack01 along axis 2 (salIndex 205) + - name: "at_salindex205_wind_speed_magnitude_mean" + "@id": "#visit1_efd.at_salindex205_wind_speed_magnitude_mean" + datatype: float + nullable: True + description: Median wind speed magnitude in AuxTel-GillLabJack01 (salIndex 205) + - name: "at_salindex205_wind_speed_magnitude_stddev" + "@id": "#visit1_efd.at_salindex205_wind_speed_magnitude_stddev" + datatype: float + nullable: True + description: Median wind speed magnitude in AuxTel-GillLabJack01 (salIndex 205) + - name: "at_salindex205_wind_speed_magnitude_min" + "@id": "#visit1_efd.at_salindex205_wind_speed_magnitude_min" + datatype: float + nullable: True + description: Median wind speed magnitude in AuxTel-GillLabJack01 (salIndex 205) + - name: "at_salindex205_wind_speed_magnitude_max" + "@id": "#visit1_efd.at_salindex205_wind_speed_magnitude_max" + datatype: float + nullable: True + description: Median wind speed magnitude in AuxTel-GillLabJack01 (salIndex 205) + - name: "at_salindex205_wind_speed_maxmagnitude_mean" + "@id": "#visit1_efd.at_salindex205_wind_speed_maxmagnitude_mean" + datatype: float + nullable: True + description: Maximum wind speed magnitude in AuxTel-GillLabJack01 (salIndex 205) + - name: "at_salindex205_wind_speed_maxmagnitude_stddev" + "@id": "#visit1_efd.at_salindex205_wind_speed_maxmagnitude_stddev" + datatype: float + nullable: True + description: Maximum wind speed magnitude in AuxTel-GillLabJack01 (salIndex 205) + - name: "at_salindex205_wind_speed_maxmagnitude_min" + "@id": "#visit1_efd.at_salindex205_wind_speed_maxmagnitude_min" + datatype: float + nullable: True + description: Maximum wind speed magnitude in AuxTel-GillLabJack01 (salIndex 205) + - name: "at_salindex205_wind_speed_maxmagnitude_max" + "@id": "#visit1_efd.at_salindex205_wind_speed_maxmagnitude_max" + datatype: float + nullable: True + description: Maximum wind speed magnitude in AuxTel-GillLabJack01 (salIndex 205) + - name: "at_salindex201_airflow_speed_mean" + "@id": "#visit1_efd.at_salindex201_airflow_speed_mean" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 201) + - name: "at_salindex201_airflow_speed_stddev" + "@id": "#visit1_efd.at_salindex201_airflow_speed_stddev" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 201) + - name: "at_salindex201_airflow_speed_min" + "@id": "#visit1_efd.at_salindex201_airflow_speed_min" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 201) + - name: "at_salindex201_airflow_speed_max" + "@id": "#visit1_efd.at_salindex201_airflow_speed_max" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 201) + - name: "at_salindex201_airflow_speedstddev_mean" + "@id": "#visit1_efd.at_salindex201_airflow_speedstddev_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in [] (salIndex 201). Not available for all sensor types. + - name: "at_salindex201_airflow_speedstddev_stddev" + "@id": "#visit1_efd.at_salindex201_airflow_speedstddev_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in [] (salIndex 201). Not available for all sensor types. + - name: "at_salindex201_airflow_speedstddev_min" + "@id": "#visit1_efd.at_salindex201_airflow_speedstddev_min" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in [] (salIndex 201). Not available for all sensor types. + - name: "at_salindex201_airflow_speedstddev_max" + "@id": "#visit1_efd.at_salindex201_airflow_speedstddev_max" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in [] (salIndex 201). Not available for all sensor types. + - name: "at_salindex201_airflow_direction_mean" + "@id": "#visit1_efd.at_salindex201_airflow_direction_mean" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 201) + - name: "at_salindex201_airflow_direction_stddev" + "@id": "#visit1_efd.at_salindex201_airflow_direction_stddev" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 201) + - name: "at_salindex201_airflow_direction_min" + "@id": "#visit1_efd.at_salindex201_airflow_direction_min" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 201) + - name: "at_salindex201_airflow_direction_max" + "@id": "#visit1_efd.at_salindex201_airflow_direction_max" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 201) + - name: "at_salindex204_airflow_speed_mean" + "@id": "#visit1_efd.at_salindex204_airflow_speed_mean" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in AuxTel-Windsonic (salIndex 204) + - name: "at_salindex204_airflow_speed_stddev" + "@id": "#visit1_efd.at_salindex204_airflow_speed_stddev" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in AuxTel-Windsonic (salIndex 204) + - name: "at_salindex204_airflow_speed_min" + "@id": "#visit1_efd.at_salindex204_airflow_speed_min" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in AuxTel-Windsonic (salIndex 204) + - name: "at_salindex204_airflow_speed_max" + "@id": "#visit1_efd.at_salindex204_airflow_speed_max" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in AuxTel-Windsonic (salIndex 204) + - name: "at_salindex204_airflow_speedstddev_mean" + "@id": "#visit1_efd.at_salindex204_airflow_speedstddev_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in AuxTel-Windsonic (salIndex 204). Not available for all sensor types. + - name: "at_salindex204_airflow_speedstddev_stddev" + "@id": "#visit1_efd.at_salindex204_airflow_speedstddev_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in AuxTel-Windsonic (salIndex 204). Not available for all sensor types. + - name: "at_salindex204_airflow_speedstddev_min" + "@id": "#visit1_efd.at_salindex204_airflow_speedstddev_min" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in AuxTel-Windsonic (salIndex 204). Not available for all sensor types. + - name: "at_salindex204_airflow_speedstddev_max" + "@id": "#visit1_efd.at_salindex204_airflow_speedstddev_max" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in AuxTel-Windsonic (salIndex 204). Not available for all sensor types. + - name: "at_salindex204_airflow_direction_mean" + "@id": "#visit1_efd.at_salindex204_airflow_direction_mean" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in AuxTel-Windsonic (salIndex 204) + - name: "at_salindex204_airflow_direction_stddev" + "@id": "#visit1_efd.at_salindex204_airflow_direction_stddev" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in AuxTel-Windsonic (salIndex 204) + - name: "at_salindex204_airflow_direction_min" + "@id": "#visit1_efd.at_salindex204_airflow_direction_min" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in AuxTel-Windsonic (salIndex 204) + - name: "at_salindex204_airflow_direction_max" + "@id": "#visit1_efd.at_salindex204_airflow_direction_max" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in AuxTel-Windsonic (salIndex 204) + - name: "at_salindex205_airflow_speed_mean" + "@id": "#visit1_efd.at_salindex205_airflow_speed_mean" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 205) + - name: "at_salindex205_airflow_speed_stddev" + "@id": "#visit1_efd.at_salindex205_airflow_speed_stddev" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 205) + - name: "at_salindex205_airflow_speed_min" + "@id": "#visit1_efd.at_salindex205_airflow_speed_min" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 205) + - name: "at_salindex205_airflow_speed_max" + "@id": "#visit1_efd.at_salindex205_airflow_speed_max" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 205) + - name: "at_salindex205_airflow_speedstddev_mean" + "@id": "#visit1_efd.at_salindex205_airflow_speedstddev_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in [] (salIndex 205). Not available for all sensor types. + - name: "at_salindex205_airflow_speedstddev_stddev" + "@id": "#visit1_efd.at_salindex205_airflow_speedstddev_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in [] (salIndex 205). Not available for all sensor types. + - name: "at_salindex205_airflow_speedstddev_min" + "@id": "#visit1_efd.at_salindex205_airflow_speedstddev_min" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in [] (salIndex 205). Not available for all sensor types. + - name: "at_salindex205_airflow_speedstddev_max" + "@id": "#visit1_efd.at_salindex205_airflow_speedstddev_max" + datatype: float + nullable: True + description: Standard deviation of wind speed estimated from quartiles in [] (salIndex 205). Not available for all sensor types. + - name: "at_salindex205_airflow_direction_mean" + "@id": "#visit1_efd.at_salindex205_airflow_direction_mean" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 205) + - name: "at_salindex205_airflow_direction_stddev" + "@id": "#visit1_efd.at_salindex205_airflow_direction_stddev" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 205) + - name: "at_salindex205_airflow_direction_min" + "@id": "#visit1_efd.at_salindex205_airflow_direction_min" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 205) + - name: "at_salindex205_airflow_direction_max" + "@id": "#visit1_efd.at_salindex205_airflow_direction_max" + datatype: float + nullable: True + description: Median (mean for some sensors) wind speed in [] (salIndex 205) + - name: "at_salindex201_temperatureitem_0_mean" + "@id": "#visit1_efd.at_salindex201_temperatureitem_0_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 0 + - name: "at_salindex201_temperatureitem_0_stddev" + "@id": "#visit1_efd.at_salindex201_temperatureitem_0_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 0 + - name: "at_salindex201_temperatureitem_0_min" + "@id": "#visit1_efd.at_salindex201_temperatureitem_0_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 0 + - name: "at_salindex201_temperatureitem_0_max" + "@id": "#visit1_efd.at_salindex201_temperatureitem_0_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 0 + - name: "at_salindex201_temperatureitem_1_mean" + "@id": "#visit1_efd.at_salindex201_temperatureitem_1_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 1 + - name: "at_salindex201_temperatureitem_1_stddev" + "@id": "#visit1_efd.at_salindex201_temperatureitem_1_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 1 + - name: "at_salindex201_temperatureitem_1_min" + "@id": "#visit1_efd.at_salindex201_temperatureitem_1_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 1 + - name: "at_salindex201_temperatureitem_1_max" + "@id": "#visit1_efd.at_salindex201_temperatureitem_1_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 1 + - name: "at_salindex201_temperatureitem_2_mean" + "@id": "#visit1_efd.at_salindex201_temperatureitem_2_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 2 + - name: "at_salindex201_temperatureitem_2_stddev" + "@id": "#visit1_efd.at_salindex201_temperatureitem_2_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 2 + - name: "at_salindex201_temperatureitem_2_min" + "@id": "#visit1_efd.at_salindex201_temperatureitem_2_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 2 + - name: "at_salindex201_temperatureitem_2_max" + "@id": "#visit1_efd.at_salindex201_temperatureitem_2_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 2 + - name: "at_salindex201_temperatureitem_3_mean" + "@id": "#visit1_efd.at_salindex201_temperatureitem_3_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 3 + - name: "at_salindex201_temperatureitem_3_stddev" + "@id": "#visit1_efd.at_salindex201_temperatureitem_3_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 3 + - name: "at_salindex201_temperatureitem_3_min" + "@id": "#visit1_efd.at_salindex201_temperatureitem_3_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 3 + - name: "at_salindex201_temperatureitem_3_max" + "@id": "#visit1_efd.at_salindex201_temperatureitem_3_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 3 + - name: "at_salindex201_temperatureitem_4_mean" + "@id": "#visit1_efd.at_salindex201_temperatureitem_4_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 4 + - name: "at_salindex201_temperatureitem_4_stddev" + "@id": "#visit1_efd.at_salindex201_temperatureitem_4_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 4 + - name: "at_salindex201_temperatureitem_4_min" + "@id": "#visit1_efd.at_salindex201_temperatureitem_4_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 4 + - name: "at_salindex201_temperatureitem_4_max" + "@id": "#visit1_efd.at_salindex201_temperatureitem_4_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 4 + - name: "at_salindex201_temperatureitem_5_mean" + "@id": "#visit1_efd.at_salindex201_temperatureitem_5_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 5 + - name: "at_salindex201_temperatureitem_5_stddev" + "@id": "#visit1_efd.at_salindex201_temperatureitem_5_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 5 + - name: "at_salindex201_temperatureitem_5_min" + "@id": "#visit1_efd.at_salindex201_temperatureitem_5_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 5 + - name: "at_salindex201_temperatureitem_5_max" + "@id": "#visit1_efd.at_salindex201_temperatureitem_5_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 5 + - name: "at_salindex201_temperatureitem_6_mean" + "@id": "#visit1_efd.at_salindex201_temperatureitem_6_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 6 + - name: "at_salindex201_temperatureitem_6_stddev" + "@id": "#visit1_efd.at_salindex201_temperatureitem_6_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 6 + - name: "at_salindex201_temperatureitem_6_min" + "@id": "#visit1_efd.at_salindex201_temperatureitem_6_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 6 + - name: "at_salindex201_temperatureitem_6_max" + "@id": "#visit1_efd.at_salindex201_temperatureitem_6_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 6 + - name: "at_salindex201_temperatureitem_7_mean" + "@id": "#visit1_efd.at_salindex201_temperatureitem_7_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 7 + - name: "at_salindex201_temperatureitem_7_stddev" + "@id": "#visit1_efd.at_salindex201_temperatureitem_7_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 7 + - name: "at_salindex201_temperatureitem_7_min" + "@id": "#visit1_efd.at_salindex201_temperatureitem_7_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 7 + - name: "at_salindex201_temperatureitem_7_max" + "@id": "#visit1_efd.at_salindex201_temperatureitem_7_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 7 + - name: "at_salindex301_temperatureitem_0_mean" + "@id": "#visit1_efd.at_salindex301_temperatureitem_0_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 0 + - name: "at_salindex301_temperatureitem_0_stddev" + "@id": "#visit1_efd.at_salindex301_temperatureitem_0_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 0 + - name: "at_salindex301_temperatureitem_0_min" + "@id": "#visit1_efd.at_salindex301_temperatureitem_0_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 0 + - name: "at_salindex301_temperatureitem_0_max" + "@id": "#visit1_efd.at_salindex301_temperatureitem_0_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 0 + - name: "at_salindex301_temperatureitem_1_mean" + "@id": "#visit1_efd.at_salindex301_temperatureitem_1_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 1 + - name: "at_salindex301_temperatureitem_1_stddev" + "@id": "#visit1_efd.at_salindex301_temperatureitem_1_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 1 + - name: "at_salindex301_temperatureitem_1_min" + "@id": "#visit1_efd.at_salindex301_temperatureitem_1_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 1 + - name: "at_salindex301_temperatureitem_1_max" + "@id": "#visit1_efd.at_salindex301_temperatureitem_1_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 1 + - name: "at_salindex301_temperatureitem_2_mean" + "@id": "#visit1_efd.at_salindex301_temperatureitem_2_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 2 + - name: "at_salindex301_temperatureitem_2_stddev" + "@id": "#visit1_efd.at_salindex301_temperatureitem_2_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 2 + - name: "at_salindex301_temperatureitem_2_min" + "@id": "#visit1_efd.at_salindex301_temperatureitem_2_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 2 + - name: "at_salindex301_temperatureitem_2_max" + "@id": "#visit1_efd.at_salindex301_temperatureitem_2_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 2 + - name: "at_salindex301_temperatureitem_3_mean" + "@id": "#visit1_efd.at_salindex301_temperatureitem_3_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 3 + - name: "at_salindex301_temperatureitem_3_stddev" + "@id": "#visit1_efd.at_salindex301_temperatureitem_3_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 3 + - name: "at_salindex301_temperatureitem_3_min" + "@id": "#visit1_efd.at_salindex301_temperatureitem_3_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 3 + - name: "at_salindex301_temperatureitem_3_max" + "@id": "#visit1_efd.at_salindex301_temperatureitem_3_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 3 + - name: "at_salindex301_temperatureitem_4_mean" + "@id": "#visit1_efd.at_salindex301_temperatureitem_4_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 4 + - name: "at_salindex301_temperatureitem_4_stddev" + "@id": "#visit1_efd.at_salindex301_temperatureitem_4_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 4 + - name: "at_salindex301_temperatureitem_4_min" + "@id": "#visit1_efd.at_salindex301_temperatureitem_4_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 4 + - name: "at_salindex301_temperatureitem_4_max" + "@id": "#visit1_efd.at_salindex301_temperatureitem_4_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 4 + - name: "at_salindex301_temperatureitem_5_mean" + "@id": "#visit1_efd.at_salindex301_temperatureitem_5_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 5 + - name: "at_salindex301_temperatureitem_5_stddev" + "@id": "#visit1_efd.at_salindex301_temperatureitem_5_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 5 + - name: "at_salindex301_temperatureitem_5_min" + "@id": "#visit1_efd.at_salindex301_temperatureitem_5_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 5 + - name: "at_salindex301_temperatureitem_5_max" + "@id": "#visit1_efd.at_salindex301_temperatureitem_5_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 5 + - name: "at_salindex301_temperatureitem_6_mean" + "@id": "#visit1_efd.at_salindex301_temperatureitem_6_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 6 + - name: "at_salindex301_temperatureitem_6_stddev" + "@id": "#visit1_efd.at_salindex301_temperatureitem_6_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 6 + - name: "at_salindex301_temperatureitem_6_min" + "@id": "#visit1_efd.at_salindex301_temperatureitem_6_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 6 + - name: "at_salindex301_temperatureitem_6_max" + "@id": "#visit1_efd.at_salindex301_temperatureitem_6_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 6 + - name: "at_salindex301_temperatureitem_7_mean" + "@id": "#visit1_efd.at_salindex301_temperatureitem_7_mean" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 7 + - name: "at_salindex301_temperatureitem_7_stddev" + "@id": "#visit1_efd.at_salindex301_temperatureitem_7_stddev" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 7 + - name: "at_salindex301_temperatureitem_7_min" + "@id": "#visit1_efd.at_salindex301_temperatureitem_7_min" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 7 + - name: "at_salindex301_temperatureitem_7_max" + "@id": "#visit1_efd.at_salindex301_temperatureitem_7_max" + datatype: float + nullable: True + description: AuxTel-ESS01, AuxTel-ESS02, AuxTel-ESS03 temperature item 7 + - name: "at_azimuth_calculated_angle" + "@id": "#visit1_efd.at_azimuth_calculated_angle" + datatype: float + nullable: True + description: Azimuth axis position computed from the axis encoders at 100 Hz beginning at the specified time. The range is the hard stop limits (L3), approximately -280 to 280. + - name: "at_elevation_calculated_angle" + "@id": "#visit1_efd.at_elevation_calculated_angle" + datatype: float + nullable: True + description: Elevation axis position computed from the axis encoders at 100 Hz beginning at the specified time. + - name: "at_dimm_fwhm_mean" + "@id": "#visit1_efd.at_dimm_fwhm_mean" + datatype: float + nullable: True + description: Combined full width half maximum + - name: "at_azimuth_mean" + "@id": "#visit1_efd.at_azimuth_mean" + datatype: float + nullable: True + description: Elevation axis position computed from the axis encoders at 100 Hz beginning at the specified time. + - name: "at_elevation_mean" + "@id": "#visit1_efd.at_elevation_mean" + datatype: float + nullable: True + description: Azimuth axis position computed from the axis encoders at 100 Hz beginning at the specified time. The range is the hard stop limits (L3), approximately -280 to 280. + - name: "at_hexapod_reported_position_x_mean" + "@id": "#visit1_efd.at_hexapod_reported_position_x_mean" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in x + - name: "at_hexapod_reported_position_x_max" + "@id": "#visit1_efd.at_hexapod_reported_position_x_max" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in x + - name: "at_hexapod_reported_position_x_min" + "@id": "#visit1_efd.at_hexapod_reported_position_x_min" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in x + - name: "at_hexapod_reported_position_y_mean" + "@id": "#visit1_efd.at_hexapod_reported_position_y_mean" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in y + - name: "at_hexapod_reported_position_y_max" + "@id": "#visit1_efd.at_hexapod_reported_position_y_max" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in y + - name: "at_hexapod_reported_position_y_min" + "@id": "#visit1_efd.at_hexapod_reported_position_y_min" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in y + - name: "at_hexapod_reported_position_z_mean" + "@id": "#visit1_efd.at_hexapod_reported_position_z_mean" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in z + - name: "at_hexapod_reported_position_z_max" + "@id": "#visit1_efd.at_hexapod_reported_position_z_max" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in z + - name: "at_hexapod_reported_position_z_min" + "@id": "#visit1_efd.at_hexapod_reported_position_z_min" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in z + - name: "at_hexapod_reported_position_u_mean" + "@id": "#visit1_efd.at_hexapod_reported_position_u_mean" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in u + - name: "at_hexapod_reported_position_u_max" + "@id": "#visit1_efd.at_hexapod_reported_position_u_max" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in u + - name: "at_hexapod_reported_position_u_min" + "@id": "#visit1_efd.at_hexapod_reported_position_u_min" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in u + - name: "at_hexapod_reported_position_v_mean" + "@id": "#visit1_efd.at_hexapod_reported_position_v_mean" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in v + - name: "at_hexapod_reported_position_v_max" + "@id": "#visit1_efd.at_hexapod_reported_position_v_max" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in v + - name: "at_hexapod_reported_position_v_min" + "@id": "#visit1_efd.at_hexapod_reported_position_v_min" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in v + - name: "at_hexapod_reported_position_w_mean" + "@id": "#visit1_efd.at_hexapod_reported_position_w_mean" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in w + - name: "at_hexapod_reported_position_w_max" + "@id": "#visit1_efd.at_hexapod_reported_position_w_max" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in w + - name: "at_hexapod_reported_position_w_min" + "@id": "#visit1_efd.at_hexapod_reported_position_w_min" + datatype: float + nullable: True + description: Auxiliary telescope hexapod reported position in w + - name: "at_salindex202_acceleration_x_mean" + "@id": "#visit1_efd.at_salindex202_acceleration_x_mean" + datatype: float + nullable: True + description: Acceleration in x direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_x_stddev" + "@id": "#visit1_efd.at_salindex202_acceleration_x_stddev" + datatype: float + nullable: True + description: Acceleration in x direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_x_min" + "@id": "#visit1_efd.at_salindex202_acceleration_x_min" + datatype: float + nullable: True + description: Acceleration in x direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_x_max" + "@id": "#visit1_efd.at_salindex202_acceleration_x_max" + datatype: float + nullable: True + description: Acceleration in x direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindey202_acceleration_y_mean" + "@id": "#visit1_efd.at_salindey202_acceleration_y_mean" + datatype: float + nullable: True + description: Acceleration in y direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_y_stddev" + "@id": "#visit1_efd.at_salindex202_acceleration_y_stddev" + datatype: float + nullable: True + description: Acceleration in y direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_y_min" + "@id": "#visit1_efd.at_salindex202_acceleration_y_min" + datatype: float + nullable: True + description: Acceleration in y direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_y_max" + "@id": "#visit1_efd.at_salindex202_acceleration_y_max" + datatype: float + nullable: True + description: Acceleration in y direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindez202_acceleration_z_mean" + "@id": "#visit1_efd.at_salindez202_acceleration_z_mean" + datatype: float + nullable: True + description: Acceleration in z direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_z_stddev" + "@id": "#visit1_efd.at_salindex202_acceleration_z_stddev" + datatype: float + nullable: True + description: Acceleration in z direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_z_min" + "@id": "#visit1_efd.at_salindex202_acceleration_z_min" + datatype: float + nullable: True + description: Acceleration in z direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex202_acceleration_z_max" + "@id": "#visit1_efd.at_salindex202_acceleration_z_max" + datatype: float + nullable: True + description: Acceleration in z direction in AccelAuxTel-M2, AuxTel-Truss, AuxTel-M1 + - name: "at_salindex201_dewpoint_mean" + "@id": "#visit1_efd.at_salindex201_dewpoint_mean" + datatype: float + nullable: True + description: Dew point in AuxTel-ESS02 + - name: "at_salindex201_relative_humidity_mean" + "@id": "#visit1_efd.at_salindex201_relative_humidity_mean" + datatype: float + nullable: True + description: Relative humidity in AuxTel-ESS02 + - name: "at_salindex201_pressure_item_0_mean" + "@id": "#visit1_efd.at_salindex201_pressure_item_0_mean" + datatype: float + nullable: True + description: Atmosferic pressure item 0 in AuxTel-ESS02 + - name: "at_salindex201_pressure_item_1_mean" + "@id": "#visit1_efd.at_salindex201_pressure_item_1_mean" + datatype: float + nullable: True + description: Atmosferic pressure item 1 in AuxTel-ESS02 + - name: "at_salindex301_pressure_item_0_mean" + "@id": "#visit1_efd.at_salindex301_pressure_item_0_mean" + datatype: float + nullable: True + description: Atmosferic pressure item 0 in weather tower atmospheric pressure + - name: "at_salindex301_pressure_item_1_mean" + "@id": "#visit1_efd.at_salindex301_pressure_item_1_mean" + datatype: float + nullable: True + description: Atmosferic pressure item 1 in weather tower atmospheric pressure + - name: "at_pointing_mount_position_ra_mean" + "@id": "#visit1_efd.at_pointing_mount_position_ra_mean" + datatype: float + nullable: True + description: RA calculated from the azimuthCalculatedAngle and elevationCalculatedAngle. + - name: "at_pointing_mount_position_ra_stddev" + "@id": "#visit1_efd.at_pointing_mount_position_ra_stddev" + datatype: float + nullable: True + description: RA calculated from the azimuthCalculatedAngle and elevationCalculatedAngle. + - name: "at_pointing_mount_position_dec_mean" + "@id": "#visit1_efd.at_pointing_mount_position_dec_mean" + datatype: float + nullable: True + description: Dec calculated from the azimuthCalculatedAngle and elevationCalculatedAngle. + - name: "at_pointing_mount_position_dec_stddev" + "@id": "#visit1_efd.at_pointing_mount_position_dec_stddev" + datatype: float + nullable: True + description: Dec calculated from the azimuthCalculatedAngle and elevationCalculatedAngle. + - name: "at_pointing_mount_position_sky_angle_mean" + "@id": "#visit1_efd.at_pointing_mount_position_sky_angle_mean" + datatype: float + nullable: True + description: Calculated sky angle. + - name: "at_pointing_mount_position_sky_angle_stddev" + "@id": "#visit1_efd.at_pointing_mount_position_sky_angle_stddev" + datatype: float + nullable: True + description: Calculated sky angle. - name: transformed_efd_scheduler "@id": "#transformed_efd_scheduler" @@ -1348,7 +2603,9 @@ tables: columns: - name: id "@id": "#transformed_efd_scheduler.id" - datatype: long + datatype: int + nullable: False + autoincrement: True description: Unique ID, auto-incremented - name: start_time "@id": "#transformed_efd_scheduler.start_time" diff --git a/tests/efd_transform/cdb_transformed_efd_LSSTComCam.yml b/tests/efd_transform/cdb_transformed_efd_LSSTComCam.yml index 05eece13..77622e18 100644 --- a/tests/efd_transform/cdb_transformed_efd_LSSTComCam.yml +++ b/tests/efd_transform/cdb_transformed_efd_LSSTComCam.yml @@ -1867,6 +1867,1771 @@ tables: datatype: char length: 20 description: Instrument name. + - name: "mt_salindex110_sonic_temperature_mean" + "@id": "#visit1_efd.mt_salindex110_sonic_temperature_mean" + datatype: float + nullable: True + description: Median sonic temperature (air temperature measured sonically). Sonic temperature has poor absolute accuracy (it can be off by several degrees) but good time resolution. + - name: "mt_salindex110_sonic_temperature_stddev" + "@id": "#visit1_efd.mt_salindex110_sonic_temperature_stddev" + datatype: float + nullable: True + description: Median sonic temperature (air temperature measured sonically). Sonic temperature has poor absolute accuracy (it can be off by several degrees) but good time resolution. + - name: "at_salindex110_sonic_temperature_stddev_mean" + "@id": "#visit1_efd.at_salindex110_sonic_temperature_stddev_mean" + datatype: float + nullable: True + description: Standard devation of sonic temperature (air temperature measured sonically) estimated from quartiles. + - name: "at_salindex110_sonic_temperature_stddev_stddev" + "@id": "#visit1_efd.at_salindex110_sonic_temperature_stddev_stddev" + datatype: float + nullable: True + description: Standard devation of sonic temperature (air temperature measured sonically) estimated from quartiles. + - name: "mt_salindex110_wind_speed_0_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_0_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_0_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_0_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_0_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_0_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_0_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_0_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_1_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_1_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_1_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_1_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_1_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_1_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_1_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_1_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_2_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_2_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_2_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_2_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_2_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_2_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_2_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_2_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_0_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_0_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_0_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_0_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_0_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_0_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_0_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_0_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_1_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_1_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_1_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_1_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_1_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_1_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_1_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_1_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_2_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_2_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_2_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_2_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_2_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_2_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_2_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_2_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_magnitude_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_magnitude_mean" + datatype: float + nullable: True + description: Median wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_magnitude_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_magnitude_stddev" + datatype: float + nullable: True + description: Median wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_magnitude_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_magnitude_min" + datatype: float + nullable: True + description: Median wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_magnitude_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_magnitude_max" + datatype: float + nullable: True + description: Median wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_maxmagnitude_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_maxmagnitude_mean" + datatype: float + nullable: True + description: Maximum wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_maxmagnitude_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_maxmagnitude_stddev" + datatype: float + nullable: True + description: Maximum wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_maxmagnitude_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_maxmagnitude_min" + datatype: float + nullable: True + description: Maximum wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_maxmagnitude_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_maxmagnitude_max" + datatype: float + nullable: True + description: Maximum wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex1_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_0_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex1_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_0_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex1_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_0_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex1_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_1_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex1_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_0_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex1_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_1_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex1_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_1_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex1_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_1_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex1_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_2_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex1_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_2_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex1_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_2_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex1_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_2_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex1_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_3_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex1_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_3_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex1_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_3_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex1_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_3_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex1_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_4_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex1_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_4_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex1_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_4_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex1_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_4_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex1_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_5_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex1_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_5_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex1_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_5_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex1_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_5_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex1_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_6_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex1_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_6_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex1_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_6_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex1_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_6_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex1_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_7_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex1_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_7_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex1_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_7_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex1_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_7_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex101_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_0_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex101_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_0_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex101_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_0_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex101_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_1_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex101_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_0_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex101_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_1_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex101_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_1_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex101_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_1_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex101_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_2_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex101_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_2_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex101_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_2_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex101_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_2_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex101_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_3_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex101_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_3_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex101_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_3_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex101_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_3_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex101_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_4_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex101_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_4_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex101_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_4_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex101_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_4_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex101_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_5_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex101_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_5_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex101_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_5_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex101_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_5_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex101_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_6_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex101_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_6_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex101_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_6_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex101_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_6_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex101_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_7_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex101_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_7_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex101_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_7_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex101_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_7_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex102_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_0_mean" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex102_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_0_stddev" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex102_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_0_min" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex102_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_1_mean" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex102_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_0_max" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex102_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_1_stddev" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex102_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_1_min" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex102_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_1_max" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex102_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_2_mean" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex102_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_2_stddev" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex102_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_2_min" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex102_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_2_max" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex102_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_3_mean" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex102_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_3_stddev" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex102_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_3_min" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex102_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_3_max" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex102_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_4_mean" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex102_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_4_stddev" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex102_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_4_min" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex102_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_4_max" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex102_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_5_mean" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex102_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_5_stddev" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex102_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_5_min" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex102_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_5_max" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex102_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_6_mean" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex102_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_6_stddev" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex102_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_6_min" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex102_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_6_max" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex102_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_7_mean" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex102_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_7_stddev" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex102_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_7_min" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex102_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_7_max" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex103_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_0_mean" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex103_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_0_stddev" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex103_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_0_min" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex103_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_1_mean" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex103_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_0_max" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex103_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_1_stddev" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex103_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_1_min" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex103_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_1_max" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex103_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_2_mean" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex103_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_2_stddev" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex103_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_2_min" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex103_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_2_max" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex103_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_3_mean" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex103_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_3_stddev" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex103_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_3_min" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex103_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_3_max" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex103_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_4_mean" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex103_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_4_stddev" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex103_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_4_min" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex103_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_4_max" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex103_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_5_mean" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex103_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_5_stddev" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex103_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_5_min" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex103_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_5_max" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex103_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_6_mean" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex103_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_6_stddev" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex103_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_6_min" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex103_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_6_max" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex103_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_7_mean" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex103_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_7_stddev" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex103_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_7_min" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex103_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_7_max" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex106_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_0_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 0 + - name: "mt_salindex106_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_0_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 0 + - name: "mt_salindex106_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_0_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 0 + - name: "mt_salindex106_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_1_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 1 + - name: "mt_salindex106_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_0_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 0 + - name: "mt_salindex106_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_1_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 1 + - name: "mt_salindex106_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_1_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 1 + - name: "mt_salindex106_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_1_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 1 + - name: "mt_salindex106_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_2_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 2 + - name: "mt_salindex106_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_2_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 2 + - name: "mt_salindex106_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_2_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 2 + - name: "mt_salindex106_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_2_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 2 + - name: "mt_salindex106_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_3_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 3 + - name: "mt_salindex106_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_3_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 3 + - name: "mt_salindex106_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_3_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 3 + - name: "mt_salindex106_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_3_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 3 + - name: "mt_salindex106_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_4_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 4 + - name: "mt_salindex106_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_4_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 4 + - name: "mt_salindex106_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_4_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 4 + - name: "mt_salindex106_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_4_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 4 + - name: "mt_salindex106_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_5_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 5 + - name: "mt_salindex106_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_5_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 5 + - name: "mt_salindex106_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_5_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 5 + - name: "mt_salindex106_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_5_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 5 + - name: "mt_salindex106_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_6_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 6 + - name: "mt_salindex106_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_6_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 6 + - name: "mt_salindex106_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_6_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 6 + - name: "mt_salindex106_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_6_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 6 + - name: "mt_salindex106_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_7_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 7 + - name: "mt_salindex106_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_7_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 7 + - name: "mt_salindex106_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_7_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 7 + - name: "mt_salindex106_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_7_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 7 + - name: "mt_salindex107_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_0_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 0 + - name: "mt_salindex107_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_0_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 0 + - name: "mt_salindex107_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_0_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 0 + - name: "mt_salindex107_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_1_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 1 + - name: "mt_salindex107_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_0_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 0 + - name: "mt_salindex107_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_1_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 1 + - name: "mt_salindex107_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_1_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 1 + - name: "mt_salindex107_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_1_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 1 + - name: "mt_salindex107_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_2_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 2 + - name: "mt_salindex107_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_2_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 2 + - name: "mt_salindex107_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_2_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 2 + - name: "mt_salindex107_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_2_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 2 + - name: "mt_salindex107_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_3_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 3 + - name: "mt_salindex107_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_3_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 3 + - name: "mt_salindex107_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_3_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 3 + - name: "mt_salindex107_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_3_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 3 + - name: "mt_salindex107_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_4_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 4 + - name: "mt_salindex107_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_4_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 4 + - name: "mt_salindex107_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_4_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 4 + - name: "mt_salindex107_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_4_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 4 + - name: "mt_salindex107_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_5_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 5 + - name: "mt_salindex107_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_5_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 5 + - name: "mt_salindex107_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_5_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 5 + - name: "mt_salindex107_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_5_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 5 + - name: "mt_salindex107_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_6_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 6 + - name: "mt_salindex107_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_6_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 6 + - name: "mt_salindex107_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_6_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 6 + - name: "mt_salindex107_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_6_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 6 + - name: "mt_salindex107_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_7_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 7 + - name: "mt_salindex107_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_7_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 7 + - name: "mt_salindex107_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_7_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 7 + - name: "mt_salindex107_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_7_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 7 + - name: "mt_salindex108_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_0_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 0 + - name: "mt_salindex108_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_0_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 0 + - name: "mt_salindex108_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_0_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 0 + - name: "mt_salindex108_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_1_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 1 + - name: "mt_salindex108_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_0_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 0 + - name: "mt_salindex108_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_1_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 1 + - name: "mt_salindex108_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_1_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 1 + - name: "mt_salindex108_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_1_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 1 + - name: "mt_salindex108_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_2_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 2 + - name: "mt_salindex108_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_2_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 2 + - name: "mt_salindex108_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_2_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 2 + - name: "mt_salindex108_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_2_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 2 + - name: "mt_salindex108_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_3_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 3 + - name: "mt_salindex108_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_3_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 3 + - name: "mt_salindex108_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_3_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 3 + - name: "mt_salindex108_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_3_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 3 + - name: "mt_salindex108_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_4_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 4 + - name: "mt_salindex108_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_4_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 4 + - name: "mt_salindex108_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_4_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 4 + - name: "mt_salindex108_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_4_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 4 + - name: "mt_salindex108_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_5_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 5 + - name: "mt_salindex108_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_5_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 5 + - name: "mt_salindex108_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_5_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 5 + - name: "mt_salindex108_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_5_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 5 + - name: "mt_salindex108_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_6_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 6 + - name: "mt_salindex108_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_6_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 6 + - name: "mt_salindex108_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_6_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 6 + - name: "mt_salindex108_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_6_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 6 + - name: "mt_salindex108_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_7_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 7 + - name: "mt_salindex108_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_7_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 7 + - name: "mt_salindex108_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_7_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 7 + - name: "mt_salindex108_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_7_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 7 + - name: "mt_salindex301_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_0_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 0 + - name: "mt_salindex301_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_0_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 0 + - name: "mt_salindex301_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_0_min" + datatype: float + nullable: True + description: Weather tower air temperature item 0 + - name: "mt_salindex301_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_1_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 1 + - name: "mt_salindex301_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_0_max" + datatype: float + nullable: True + description: Weather tower air temperature item 0 + - name: "mt_salindex301_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_1_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 1 + - name: "mt_salindex301_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_1_min" + datatype: float + nullable: True + description: Weather tower air temperature item 1 + - name: "mt_salindex301_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_1_max" + datatype: float + nullable: True + description: Weather tower air temperature item 1 + - name: "mt_salindex301_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_2_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 2 + - name: "mt_salindex301_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_2_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 2 + - name: "mt_salindex301_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_2_min" + datatype: float + nullable: True + description: Weather tower air temperature item 2 + - name: "mt_salindex301_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_2_max" + datatype: float + nullable: True + description: Weather tower air temperature item 2 + - name: "mt_salindex301_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_3_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 3 + - name: "mt_salindex301_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_3_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 3 + - name: "mt_salindex301_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_3_min" + datatype: float + nullable: True + description: Weather tower air temperature item 3 + - name: "mt_salindex301_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_3_max" + datatype: float + nullable: True + description: Weather tower air temperature item 3 + - name: "mt_salindex301_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_4_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 4 + - name: "mt_salindex301_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_4_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 4 + - name: "mt_salindex301_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_4_min" + datatype: float + nullable: True + description: Weather tower air temperature item 4 + - name: "mt_salindex301_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_4_max" + datatype: float + nullable: True + description: Weather tower air temperature item 4 + - name: "mt_salindex301_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_5_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 5 + - name: "mt_salindex301_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_5_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 5 + - name: "mt_salindex301_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_5_min" + datatype: float + nullable: True + description: Weather tower air temperature item 5 + - name: "mt_salindex301_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_5_max" + datatype: float + nullable: True + description: Weather tower air temperature item 5 + - name: "mt_salindex301_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_6_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 6 + - name: "mt_salindex301_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_6_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 6 + - name: "mt_salindex301_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_6_min" + datatype: float + nullable: True + description: Weather tower air temperature item 6 + - name: "mt_salindex301_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_6_max" + datatype: float + nullable: True + description: Weather tower air temperature item 6 + - name: "mt_salindex301_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_7_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 7 + - name: "mt_salindex301_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_7_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 7 + - name: "mt_salindex301_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_7_min" + datatype: float + nullable: True + description: Weather tower air temperature item 7 + - name: "mt_salindex301_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_7_max" + datatype: float + nullable: True + description: Weather tower air temperature item 7 + - name: "mt_dimm_fwhm_mean" + "@id": "#visit1_efd.mt_dimm_fwhm_mean" + datatype: float + nullable: True + description: Combined full width half maximum + - name: "mt_azimuth_encoder_absolute_position0_mean" + "@id": "#visit1_efd.mt_azimuth_encoder_absolute_position0_mean" + datatype: float + nullable: True + description: Azimuth absolute position read by each encoder head. + - name: "mt_azimuth_encoder_absolute_position1_mean" + "@id": "#visit1_efd.mt_azimuth_encoder_absolute_position1_mean" + datatype: float + nullable: True + description: Azimuth absolute position read by each encoder head. + - name: "mt_azimuth_encoder_absolute_position2_mean" + "@id": "#visit1_efd.mt_azimuth_encoder_absolute_position2_mean" + datatype: float + nullable: True + description: Azimuth absolute position read by each encoder head. + - name: "mt_azimuth_encoder_absolute_position3_mean" + "@id": "#visit1_efd.mt_azimuth_encoder_absolute_position3_mean" + datatype: float + nullable: True + description: Azimuth absolute position read by each encoder head. + - name: "mt_elevation_encoder_absolute_position0_mean" + "@id": "#visit1_efd.mt_elevation_encoder_absolute_position0_mean" + datatype: float + nullable: True + description: Elevation absolute position read by each encoder head. + - name: "mt_elevation_encoder_absolute_position1_mean" + "@id": "#visit1_efd.mt_elevation_encoder_absolute_position1_mean" + datatype: float + nullable: True + description: Elevation absolute position read by each encoder head. + - name: "mt_elevation_encoder_absolute_position2_mean" + "@id": "#visit1_efd.mt_elevation_encoder_absolute_position2_mean" + datatype: float + nullable: True + description: Elevation absolute position read by each encoder head. + - name: "mt_elevation_encoder_absolute_position3_mean" + "@id": "#visit1_efd.mt_elevation_encoder_absolute_position3_mean" + datatype: float + nullable: True + description: Elevation absolute position read by each encoder head. + - name: "mt_hexapod_uncompensated_position_u_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_u_mean" + datatype: float + nullable: True + description: U angle. + - name: "mt_hexapod_uncompensated_position_u_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_u_max" + datatype: float + nullable: True + description: U angle. + - name: "mt_hexapod_uncompensated_position_u_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_u_min" + datatype: float + nullable: True + description: U angle. + - name: "mt_hexapod_uncompensated_position_v_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_v_mean" + datatype: float + nullable: True + description: V angle. + - name: "mt_hexapod_uncompensated_position_v_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_v_max" + datatype: float + nullable: True + description: V angle. + - name: "mt_hexapod_uncompensated_position_v_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_v_min" + datatype: float + nullable: True + description: V angle. + - name: "mt_hexapod_uncompensated_position_w_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_w_mean" + datatype: float + nullable: True + description: W angle. + - name: "mt_hexapod_uncompensated_position_w_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_w_max" + datatype: float + nullable: True + description: W angle. + - name: "mt_hexapod_uncompensated_position_w_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_w_min" + datatype: float + nullable: True + description: W angle. + - name: "mt_hexapod_uncompensated_position_x_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_x_mean" + datatype: float + nullable: True + description: X position. + - name: "mt_hexapod_uncompensated_position_x_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_x_max" + datatype: float + nullable: True + description: X position. + - name: "mt_hexapod_uncompensated_position_x_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_x_min" + datatype: float + nullable: True + description: X position. + - name: "mt_hexapod_uncompensated_position_y_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_y_mean" + datatype: float + nullable: True + description: Y position. + - name: "mt_hexapod_uncompensated_position_y_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_y_max" + datatype: float + nullable: True + description: Y position. + - name: "mt_hexapod_uncompensated_position_y_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_y_min" + datatype: float + nullable: True + description: Y position. + - name: "mt_hexapod_uncompensated_position_z_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_z_mean" + datatype: float + nullable: True + description: Z position. + - name: "mt_hexapod_uncompensated_position_z_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_z_max" + datatype: float + nullable: True + description: Z position. + - name: "mt_hexapod_uncompensated_position_z_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_z_min" + datatype: float + nullable: True + description: Z position. + - name: "mt_salindex104_acceleration_x_mean" + "@id": "#visit1_efd.mt_salindex104_acceleration_x_mean" + datatype: float + nullable: True + description: Acceleration in x direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_x_stddev" + "@id": "#visit1_efd.mt_salindex104_acceleration_x_stddev" + datatype: float + nullable: True + description: Acceleration in x direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_x_min" + "@id": "#visit1_efd.mt_salindex104_acceleration_x_min" + datatype: float + nullable: True + description: Acceleration in x direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_x_max" + "@id": "#visit1_efd.mt_salindex104_acceleration_x_max" + datatype: float + nullable: True + description: Acceleration in x direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindey104_acceleration_y_mean" + "@id": "#visit1_efd.mt_salindey104_acceleration_y_mean" + datatype: float + nullable: True + description: Acceleration in y direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_y_stddev" + "@id": "#visit1_efd.mt_salindex104_acceleration_y_stddev" + datatype: float + nullable: True + description: Acceleration in y direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_y_min" + "@id": "#visit1_efd.mt_salindex104_acceleration_y_min" + datatype: float + nullable: True + description: Acceleration in y direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_y_max" + "@id": "#visit1_efd.mt_salindex104_acceleration_y_max" + datatype: float + nullable: True + description: Acceleration in y direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindez104_acceleration_z_mean" + "@id": "#visit1_efd.mt_salindez104_acceleration_z_mean" + datatype: float + nullable: True + description: Acceleration in z direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_z_stddev" + "@id": "#visit1_efd.mt_salindex104_acceleration_z_stddev" + datatype: float + nullable: True + description: Acceleration in z direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_z_min" + "@id": "#visit1_efd.mt_salindex104_acceleration_z_min" + datatype: float + nullable: True + description: Acceleration in z direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_z_max" + "@id": "#visit1_efd.mt_salindex104_acceleration_z_max" + datatype: float + nullable: True + description: Acceleration in z direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_pointing_mount_position_ra_mean" + "@id": "#visit1_efd.mt_pointing_mount_position_ra_mean" + datatype: float + nullable: True + description: RA calculated from the azimuthActualPosition and elevationActualPosition. + - name: "mt_pointing_mount_position_ra_stddev" + "@id": "#visit1_efd.mt_pointing_mount_position_ra_stddev" + datatype: float + nullable: True + description: RA calculated from the azimuthActualPosition and elevationActualPosition. + - name: "mt_pointing_mount_position_dec_mean" + "@id": "#visit1_efd.mt_pointing_mount_position_dec_mean" + datatype: float + nullable: True + description: Dec calculated from the azimuthActualPosition and elevationActualPosition. + - name: "mt_pointing_mount_position_dec_stddev" + "@id": "#visit1_efd.mt_pointing_mount_position_dec_stddev" + datatype: float + nullable: True + description: Dec calculated from the azimuthActualPosition and elevationActualPosition. + - name: "mt_pointing_mount_position_sky_angle_mean" + "@id": "#visit1_efd.mt_pointing_mount_position_sky_angle_mean" + datatype: float + nullable: True + description: Calculated sky angle. + - name: "mt_pointing_mount_position_sky_angle_stddev" + "@id": "#visit1_efd.mt_pointing_mount_position_sky_angle_stddev" + datatype: float + nullable: True + description: Calculated sky angle. + - name: "mt_pointing_mount_position_rotator_mean" + "@id": "#visit1_efd.mt_pointing_mount_position_rotator_mean" + datatype: float + nullable: True + description: Rotator axis position reported by rotator component. + - name: "mt_pointing_mount_position_rotator_stddev" + "@id": "#visit1_efd.mt_pointing_mount_position_rotator_stddev" + datatype: float + nullable: True + description: Rotator axis position reported by rotator component. + - name: "camera_hexapod_aos_corrections_u" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_u" + datatype: float + nullable: True + description: U position offset. + - name: "camera_hexapod_aos_corrections_v" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_v" + datatype: float + nullable: True + description: V position offset. + - name: "camera_hexapod_aos_corrections_w" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_w" + datatype: float + nullable: True + description: W position offset. + - name: "camera_hexapod_aos_corrections_x" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_x" + datatype: float + nullable: True + description: X position offset. + - name: "camera_hexapod_aos_corrections_y" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_y" + datatype: float + nullable: True + description: Y position offset. + - name: "camera_hexapod_aos_corrections_z" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_z" + datatype: float + nullable: True + description: Z position offset. + - name: "m2_hexapod_aos_corrections_u" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_u" + datatype: float + nullable: True + description: U position offset. + - name: "m2_hexapod_aos_corrections_v" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_v" + datatype: float + nullable: True + description: V position offset. + - name: "m2_hexapod_aos_corrections_w" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_w" + datatype: float + nullable: True + description: W position offset. + - name: "m2_hexapod_aos_corrections_x" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_x" + datatype: float + nullable: True + description: X position offset. + - name: "m2_hexapod_aos_corrections_y" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_y" + datatype: float + nullable: True + description: Y position offset. + - name: "m2_hexapod_aos_corrections_z" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_z" + datatype: float + nullable: True + description: Z position offset. + - name: "m2_stress" + "@id": "#visit1_efd.m2_stress" + datatype: float + nullable: True + description: Calculate M2 stress computed RSS the stress contribution of each bending mode. + - name: "m1m3_stress" + "@id": "#visit1_efd.m1m3_stress" + datatype: float + nullable: True + description: Calculate M1M3 stress computed RSS the stress contribution of each bending mode. - name: transformed_efd_scheduler "@id": "#transformed_efd_scheduler" @@ -1883,7 +3648,9 @@ tables: columns: - name: id "@id": "#transformed_efd_scheduler.id" - datatype: long + datatype: int + nullable: False + autoincrement: True description: Unique ID, auto-incremented - name: start_time "@id": "#transformed_efd_scheduler.start_time" diff --git a/tests/efd_transform/cdb_transformed_efd_LSSTComCamSim.yml b/tests/efd_transform/cdb_transformed_efd_LSSTComCamSim.yml index a1bdc772..126ea4ac 100644 --- a/tests/efd_transform/cdb_transformed_efd_LSSTComCamSim.yml +++ b/tests/efd_transform/cdb_transformed_efd_LSSTComCamSim.yml @@ -1867,6 +1867,1771 @@ tables: datatype: char length: 20 description: Instrument name. + - name: "mt_salindex110_sonic_temperature_mean" + "@id": "#visit1_efd.mt_salindex110_sonic_temperature_mean" + datatype: float + nullable: True + description: Median sonic temperature (air temperature measured sonically). Sonic temperature has poor absolute accuracy (it can be off by several degrees) but good time resolution. + - name: "mt_salindex110_sonic_temperature_stddev" + "@id": "#visit1_efd.mt_salindex110_sonic_temperature_stddev" + datatype: float + nullable: True + description: Median sonic temperature (air temperature measured sonically). Sonic temperature has poor absolute accuracy (it can be off by several degrees) but good time resolution. + - name: "at_salindex110_sonic_temperature_stddev_mean" + "@id": "#visit1_efd.at_salindex110_sonic_temperature_stddev_mean" + datatype: float + nullable: True + description: Standard devation of sonic temperature (air temperature measured sonically) estimated from quartiles. + - name: "at_salindex110_sonic_temperature_stddev_stddev" + "@id": "#visit1_efd.at_salindex110_sonic_temperature_stddev_stddev" + datatype: float + nullable: True + description: Standard devation of sonic temperature (air temperature measured sonically) estimated from quartiles. + - name: "mt_salindex110_wind_speed_0_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_0_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_0_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_0_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_0_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_0_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_0_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_0_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_1_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_1_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_1_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_1_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_1_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_1_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_1_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_1_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_2_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_2_mean" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_2_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_2_stddev" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_2_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_2_min" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_2_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_2_max" + datatype: float + nullable: True + description: Median wind speed (x, y, z) in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_0_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_0_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_0_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_0_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_0_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_0_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_0_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_0_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 0 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_1_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_1_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_1_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_1_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_1_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_1_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_1_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_1_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 1 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_2_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_2_mean" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_2_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_2_stddev" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_2_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_2_min" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_speedstddev_2_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_speedstddev_2_max" + datatype: float + nullable: True + description: Standard deviation of wind speed (x, y, z) estimated from quartiles in TMA-GillLabJack01 along axis 2 (salIndex 110) + - name: "mt_salindex110_wind_speed_magnitude_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_magnitude_mean" + datatype: float + nullable: True + description: Median wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_magnitude_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_magnitude_stddev" + datatype: float + nullable: True + description: Median wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_magnitude_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_magnitude_min" + datatype: float + nullable: True + description: Median wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_magnitude_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_magnitude_max" + datatype: float + nullable: True + description: Median wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_maxmagnitude_mean" + "@id": "#visit1_efd.mt_salindex110_wind_speed_maxmagnitude_mean" + datatype: float + nullable: True + description: Maximum wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_maxmagnitude_stddev" + "@id": "#visit1_efd.mt_salindex110_wind_speed_maxmagnitude_stddev" + datatype: float + nullable: True + description: Maximum wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_maxmagnitude_min" + "@id": "#visit1_efd.mt_salindex110_wind_speed_maxmagnitude_min" + datatype: float + nullable: True + description: Maximum wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex110_wind_speed_maxmagnitude_max" + "@id": "#visit1_efd.mt_salindex110_wind_speed_maxmagnitude_max" + datatype: float + nullable: True + description: Maximum wind speed magnitude in TMA-GillLabJack01 (salIndex 110) + - name: "mt_salindex1_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_0_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex1_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_0_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex1_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_0_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex1_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_1_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex1_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_0_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex1_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_1_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex1_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_1_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex1_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_1_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex1_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_2_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex1_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_2_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex1_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_2_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex1_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_2_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex1_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_3_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex1_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_3_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex1_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_3_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex1_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_3_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex1_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_4_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex1_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_4_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex1_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_4_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex1_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_4_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex1_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_5_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex1_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_5_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex1_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_5_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex1_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_5_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex1_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_6_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex1_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_6_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex1_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_6_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex1_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_6_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex1_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_7_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex1_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_7_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex1_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_7_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex1_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex1_temperatureitem_7_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex101_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_0_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex101_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_0_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex101_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_0_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex101_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_1_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex101_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_0_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 0 + - name: "mt_salindex101_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_1_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex101_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_1_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex101_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_1_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 1 + - name: "mt_salindex101_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_2_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex101_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_2_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex101_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_2_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex101_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_2_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 2 + - name: "mt_salindex101_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_3_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex101_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_3_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex101_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_3_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex101_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_3_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 3 + - name: "mt_salindex101_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_4_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex101_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_4_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex101_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_4_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex101_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_4_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 4 + - name: "mt_salindex101_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_5_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex101_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_5_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex101_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_5_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex101_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_5_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 5 + - name: "mt_salindex101_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_6_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex101_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_6_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex101_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_6_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex101_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_6_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 6 + - name: "mt_salindex101_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_7_mean" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex101_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_7_stddev" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex101_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_7_min" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex101_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex101_temperatureitem_7_max" + datatype: float + nullable: True + description: MTCameraAssembly-ESS01 temperature item 7 + - name: "mt_salindex102_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_0_mean" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex102_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_0_stddev" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex102_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_0_min" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex102_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_1_mean" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex102_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_0_max" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex102_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_1_stddev" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex102_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_1_min" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex102_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_1_max" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex102_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_2_mean" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex102_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_2_stddev" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex102_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_2_min" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex102_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_2_max" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex102_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_3_mean" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex102_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_3_stddev" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex102_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_3_min" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex102_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_3_max" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex102_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_4_mean" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex102_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_4_stddev" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex102_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_4_min" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex102_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_4_max" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex102_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_5_mean" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex102_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_5_stddev" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex102_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_5_min" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex102_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_5_max" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex102_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_6_mean" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex102_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_6_stddev" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex102_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_6_min" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex102_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_6_max" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex102_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_7_mean" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex102_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_7_stddev" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex102_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_7_min" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex102_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex102_temperatureitem_7_max" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex103_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_0_mean" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex103_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_0_stddev" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex103_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_0_min" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex103_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_1_mean" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex103_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_0_max" + datatype: float + nullable: True + description: temperature item 0 + - name: "mt_salindex103_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_1_stddev" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex103_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_1_min" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex103_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_1_max" + datatype: float + nullable: True + description: temperature item 1 + - name: "mt_salindex103_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_2_mean" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex103_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_2_stddev" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex103_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_2_min" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex103_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_2_max" + datatype: float + nullable: True + description: temperature item 2 + - name: "mt_salindex103_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_3_mean" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex103_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_3_stddev" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex103_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_3_min" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex103_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_3_max" + datatype: float + nullable: True + description: temperature item 3 + - name: "mt_salindex103_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_4_mean" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex103_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_4_stddev" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex103_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_4_min" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex103_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_4_max" + datatype: float + nullable: True + description: temperature item 4 + - name: "mt_salindex103_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_5_mean" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex103_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_5_stddev" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex103_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_5_min" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex103_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_5_max" + datatype: float + nullable: True + description: temperature item 5 + - name: "mt_salindex103_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_6_mean" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex103_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_6_stddev" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex103_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_6_min" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex103_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_6_max" + datatype: float + nullable: True + description: temperature item 6 + - name: "mt_salindex103_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_7_mean" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex103_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_7_stddev" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex103_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_7_min" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex103_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex103_temperatureitem_7_max" + datatype: float + nullable: True + description: temperature item 7 + - name: "mt_salindex106_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_0_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 0 + - name: "mt_salindex106_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_0_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 0 + - name: "mt_salindex106_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_0_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 0 + - name: "mt_salindex106_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_1_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 1 + - name: "mt_salindex106_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_0_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 0 + - name: "mt_salindex106_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_1_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 1 + - name: "mt_salindex106_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_1_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 1 + - name: "mt_salindex106_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_1_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 1 + - name: "mt_salindex106_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_2_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 2 + - name: "mt_salindex106_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_2_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 2 + - name: "mt_salindex106_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_2_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 2 + - name: "mt_salindex106_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_2_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 2 + - name: "mt_salindex106_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_3_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 3 + - name: "mt_salindex106_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_3_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 3 + - name: "mt_salindex106_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_3_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 3 + - name: "mt_salindex106_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_3_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 3 + - name: "mt_salindex106_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_4_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 4 + - name: "mt_salindex106_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_4_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 4 + - name: "mt_salindex106_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_4_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 4 + - name: "mt_salindex106_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_4_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 4 + - name: "mt_salindex106_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_5_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 5 + - name: "mt_salindex106_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_5_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 5 + - name: "mt_salindex106_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_5_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 5 + - name: "mt_salindex106_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_5_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 5 + - name: "mt_salindex106_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_6_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 6 + - name: "mt_salindex106_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_6_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 6 + - name: "mt_salindex106_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_6_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 6 + - name: "mt_salindex106_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_6_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 6 + - name: "mt_salindex106_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_7_mean" + datatype: float + nullable: True + description: M2-ESS01 temperature item 7 + - name: "mt_salindex106_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_7_stddev" + datatype: float + nullable: True + description: M2-ESS01 temperature item 7 + - name: "mt_salindex106_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_7_min" + datatype: float + nullable: True + description: M2-ESS01 temperature item 7 + - name: "mt_salindex106_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex106_temperatureitem_7_max" + datatype: float + nullable: True + description: M2-ESS01 temperature item 7 + - name: "mt_salindex107_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_0_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 0 + - name: "mt_salindex107_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_0_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 0 + - name: "mt_salindex107_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_0_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 0 + - name: "mt_salindex107_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_1_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 1 + - name: "mt_salindex107_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_0_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 0 + - name: "mt_salindex107_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_1_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 1 + - name: "mt_salindex107_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_1_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 1 + - name: "mt_salindex107_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_1_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 1 + - name: "mt_salindex107_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_2_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 2 + - name: "mt_salindex107_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_2_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 2 + - name: "mt_salindex107_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_2_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 2 + - name: "mt_salindex107_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_2_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 2 + - name: "mt_salindex107_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_3_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 3 + - name: "mt_salindex107_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_3_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 3 + - name: "mt_salindex107_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_3_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 3 + - name: "mt_salindex107_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_3_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 3 + - name: "mt_salindex107_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_4_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 4 + - name: "mt_salindex107_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_4_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 4 + - name: "mt_salindex107_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_4_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 4 + - name: "mt_salindex107_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_4_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 4 + - name: "mt_salindex107_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_5_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 5 + - name: "mt_salindex107_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_5_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 5 + - name: "mt_salindex107_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_5_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 5 + - name: "mt_salindex107_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_5_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 5 + - name: "mt_salindex107_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_6_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 6 + - name: "mt_salindex107_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_6_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 6 + - name: "mt_salindex107_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_6_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 6 + - name: "mt_salindex107_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_6_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 6 + - name: "mt_salindex107_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_7_mean" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 7 + - name: "mt_salindex107_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_7_stddev" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 7 + - name: "mt_salindex107_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_7_min" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 7 + - name: "mt_salindex107_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex107_temperatureitem_7_max" + datatype: float + nullable: True + description: Laser-ESS01, Laser-ESS02 temperature item 7 + - name: "mt_salindex108_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_0_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 0 + - name: "mt_salindex108_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_0_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 0 + - name: "mt_salindex108_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_0_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 0 + - name: "mt_salindex108_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_1_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 1 + - name: "mt_salindex108_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_0_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 0 + - name: "mt_salindex108_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_1_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 1 + - name: "mt_salindex108_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_1_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 1 + - name: "mt_salindex108_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_1_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 1 + - name: "mt_salindex108_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_2_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 2 + - name: "mt_salindex108_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_2_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 2 + - name: "mt_salindex108_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_2_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 2 + - name: "mt_salindex108_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_2_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 2 + - name: "mt_salindex108_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_3_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 3 + - name: "mt_salindex108_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_3_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 3 + - name: "mt_salindex108_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_3_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 3 + - name: "mt_salindex108_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_3_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 3 + - name: "mt_salindex108_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_4_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 4 + - name: "mt_salindex108_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_4_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 4 + - name: "mt_salindex108_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_4_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 4 + - name: "mt_salindex108_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_4_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 4 + - name: "mt_salindex108_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_5_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 5 + - name: "mt_salindex108_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_5_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 5 + - name: "mt_salindex108_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_5_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 5 + - name: "mt_salindex108_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_5_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 5 + - name: "mt_salindex108_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_6_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 6 + - name: "mt_salindex108_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_6_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 6 + - name: "mt_salindex108_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_6_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 6 + - name: "mt_salindex108_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_6_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 6 + - name: "mt_salindex108_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_7_mean" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 7 + - name: "mt_salindex108_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_7_stddev" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 7 + - name: "mt_salindex108_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_7_min" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 7 + - name: "mt_salindex108_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex108_temperatureitem_7_max" + datatype: float + nullable: True + description: CBP-ESS01 temperature item 7 + - name: "mt_salindex301_temperatureitem_0_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_0_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 0 + - name: "mt_salindex301_temperatureitem_0_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_0_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 0 + - name: "mt_salindex301_temperatureitem_0_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_0_min" + datatype: float + nullable: True + description: Weather tower air temperature item 0 + - name: "mt_salindex301_temperatureitem_1_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_1_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 1 + - name: "mt_salindex301_temperatureitem_0_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_0_max" + datatype: float + nullable: True + description: Weather tower air temperature item 0 + - name: "mt_salindex301_temperatureitem_1_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_1_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 1 + - name: "mt_salindex301_temperatureitem_1_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_1_min" + datatype: float + nullable: True + description: Weather tower air temperature item 1 + - name: "mt_salindex301_temperatureitem_1_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_1_max" + datatype: float + nullable: True + description: Weather tower air temperature item 1 + - name: "mt_salindex301_temperatureitem_2_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_2_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 2 + - name: "mt_salindex301_temperatureitem_2_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_2_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 2 + - name: "mt_salindex301_temperatureitem_2_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_2_min" + datatype: float + nullable: True + description: Weather tower air temperature item 2 + - name: "mt_salindex301_temperatureitem_2_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_2_max" + datatype: float + nullable: True + description: Weather tower air temperature item 2 + - name: "mt_salindex301_temperatureitem_3_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_3_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 3 + - name: "mt_salindex301_temperatureitem_3_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_3_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 3 + - name: "mt_salindex301_temperatureitem_3_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_3_min" + datatype: float + nullable: True + description: Weather tower air temperature item 3 + - name: "mt_salindex301_temperatureitem_3_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_3_max" + datatype: float + nullable: True + description: Weather tower air temperature item 3 + - name: "mt_salindex301_temperatureitem_4_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_4_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 4 + - name: "mt_salindex301_temperatureitem_4_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_4_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 4 + - name: "mt_salindex301_temperatureitem_4_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_4_min" + datatype: float + nullable: True + description: Weather tower air temperature item 4 + - name: "mt_salindex301_temperatureitem_4_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_4_max" + datatype: float + nullable: True + description: Weather tower air temperature item 4 + - name: "mt_salindex301_temperatureitem_5_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_5_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 5 + - name: "mt_salindex301_temperatureitem_5_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_5_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 5 + - name: "mt_salindex301_temperatureitem_5_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_5_min" + datatype: float + nullable: True + description: Weather tower air temperature item 5 + - name: "mt_salindex301_temperatureitem_5_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_5_max" + datatype: float + nullable: True + description: Weather tower air temperature item 5 + - name: "mt_salindex301_temperatureitem_6_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_6_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 6 + - name: "mt_salindex301_temperatureitem_6_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_6_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 6 + - name: "mt_salindex301_temperatureitem_6_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_6_min" + datatype: float + nullable: True + description: Weather tower air temperature item 6 + - name: "mt_salindex301_temperatureitem_6_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_6_max" + datatype: float + nullable: True + description: Weather tower air temperature item 6 + - name: "mt_salindex301_temperatureitem_7_mean" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_7_mean" + datatype: float + nullable: True + description: Weather tower air temperature item 7 + - name: "mt_salindex301_temperatureitem_7_stddev" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_7_stddev" + datatype: float + nullable: True + description: Weather tower air temperature item 7 + - name: "mt_salindex301_temperatureitem_7_min" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_7_min" + datatype: float + nullable: True + description: Weather tower air temperature item 7 + - name: "mt_salindex301_temperatureitem_7_max" + "@id": "#visit1_efd.mt_salindex301_temperatureitem_7_max" + datatype: float + nullable: True + description: Weather tower air temperature item 7 + - name: "mt_dimm_fwhm_mean" + "@id": "#visit1_efd.mt_dimm_fwhm_mean" + datatype: float + nullable: True + description: Combined full width half maximum + - name: "mt_azimuth_encoder_absolute_position0_mean" + "@id": "#visit1_efd.mt_azimuth_encoder_absolute_position0_mean" + datatype: float + nullable: True + description: Azimuth absolute position read by each encoder head. + - name: "mt_azimuth_encoder_absolute_position1_mean" + "@id": "#visit1_efd.mt_azimuth_encoder_absolute_position1_mean" + datatype: float + nullable: True + description: Azimuth absolute position read by each encoder head. + - name: "mt_azimuth_encoder_absolute_position2_mean" + "@id": "#visit1_efd.mt_azimuth_encoder_absolute_position2_mean" + datatype: float + nullable: True + description: Azimuth absolute position read by each encoder head. + - name: "mt_azimuth_encoder_absolute_position3_mean" + "@id": "#visit1_efd.mt_azimuth_encoder_absolute_position3_mean" + datatype: float + nullable: True + description: Azimuth absolute position read by each encoder head. + - name: "mt_elevation_encoder_absolute_position0_mean" + "@id": "#visit1_efd.mt_elevation_encoder_absolute_position0_mean" + datatype: float + nullable: True + description: Elevation absolute position read by each encoder head. + - name: "mt_elevation_encoder_absolute_position1_mean" + "@id": "#visit1_efd.mt_elevation_encoder_absolute_position1_mean" + datatype: float + nullable: True + description: Elevation absolute position read by each encoder head. + - name: "mt_elevation_encoder_absolute_position2_mean" + "@id": "#visit1_efd.mt_elevation_encoder_absolute_position2_mean" + datatype: float + nullable: True + description: Elevation absolute position read by each encoder head. + - name: "mt_elevation_encoder_absolute_position3_mean" + "@id": "#visit1_efd.mt_elevation_encoder_absolute_position3_mean" + datatype: float + nullable: True + description: Elevation absolute position read by each encoder head. + - name: "mt_hexapod_uncompensated_position_u_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_u_mean" + datatype: float + nullable: True + description: U angle. + - name: "mt_hexapod_uncompensated_position_u_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_u_max" + datatype: float + nullable: True + description: U angle. + - name: "mt_hexapod_uncompensated_position_u_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_u_min" + datatype: float + nullable: True + description: U angle. + - name: "mt_hexapod_uncompensated_position_v_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_v_mean" + datatype: float + nullable: True + description: V angle. + - name: "mt_hexapod_uncompensated_position_v_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_v_max" + datatype: float + nullable: True + description: V angle. + - name: "mt_hexapod_uncompensated_position_v_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_v_min" + datatype: float + nullable: True + description: V angle. + - name: "mt_hexapod_uncompensated_position_w_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_w_mean" + datatype: float + nullable: True + description: W angle. + - name: "mt_hexapod_uncompensated_position_w_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_w_max" + datatype: float + nullable: True + description: W angle. + - name: "mt_hexapod_uncompensated_position_w_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_w_min" + datatype: float + nullable: True + description: W angle. + - name: "mt_hexapod_uncompensated_position_x_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_x_mean" + datatype: float + nullable: True + description: X position. + - name: "mt_hexapod_uncompensated_position_x_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_x_max" + datatype: float + nullable: True + description: X position. + - name: "mt_hexapod_uncompensated_position_x_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_x_min" + datatype: float + nullable: True + description: X position. + - name: "mt_hexapod_uncompensated_position_y_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_y_mean" + datatype: float + nullable: True + description: Y position. + - name: "mt_hexapod_uncompensated_position_y_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_y_max" + datatype: float + nullable: True + description: Y position. + - name: "mt_hexapod_uncompensated_position_y_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_y_min" + datatype: float + nullable: True + description: Y position. + - name: "mt_hexapod_uncompensated_position_z_mean" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_z_mean" + datatype: float + nullable: True + description: Z position. + - name: "mt_hexapod_uncompensated_position_z_max" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_z_max" + datatype: float + nullable: True + description: Z position. + - name: "mt_hexapod_uncompensated_position_z_min" + "@id": "#visit1_efd.mt_hexapod_uncompensated_position_z_min" + datatype: float + nullable: True + description: Z position. + - name: "mt_salindex104_acceleration_x_mean" + "@id": "#visit1_efd.mt_salindex104_acceleration_x_mean" + datatype: float + nullable: True + description: Acceleration in x direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_x_stddev" + "@id": "#visit1_efd.mt_salindex104_acceleration_x_stddev" + datatype: float + nullable: True + description: Acceleration in x direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_x_min" + "@id": "#visit1_efd.mt_salindex104_acceleration_x_min" + datatype: float + nullable: True + description: Acceleration in x direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_x_max" + "@id": "#visit1_efd.mt_salindex104_acceleration_x_max" + datatype: float + nullable: True + description: Acceleration in x direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindey104_acceleration_y_mean" + "@id": "#visit1_efd.mt_salindey104_acceleration_y_mean" + datatype: float + nullable: True + description: Acceleration in y direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_y_stddev" + "@id": "#visit1_efd.mt_salindex104_acceleration_y_stddev" + datatype: float + nullable: True + description: Acceleration in y direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_y_min" + "@id": "#visit1_efd.mt_salindex104_acceleration_y_min" + datatype: float + nullable: True + description: Acceleration in y direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_y_max" + "@id": "#visit1_efd.mt_salindex104_acceleration_y_max" + datatype: float + nullable: True + description: Acceleration in y direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindez104_acceleration_z_mean" + "@id": "#visit1_efd.mt_salindez104_acceleration_z_mean" + datatype: float + nullable: True + description: Acceleration in z direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_z_stddev" + "@id": "#visit1_efd.mt_salindex104_acceleration_z_stddev" + datatype: float + nullable: True + description: Acceleration in z direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_z_min" + "@id": "#visit1_efd.mt_salindex104_acceleration_z_min" + datatype: float + nullable: True + description: Acceleration in z direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_salindex104_acceleration_z_max" + "@id": "#visit1_efd.mt_salindex104_acceleration_z_max" + datatype: float + nullable: True + description: Acceleration in z direction in SST top end ring +x -y, SST top end ring -x -y, SST spider spindle, SST M2 surrogate. + - name: "mt_pointing_mount_position_ra_mean" + "@id": "#visit1_efd.mt_pointing_mount_position_ra_mean" + datatype: float + nullable: True + description: RA calculated from the azimuthActualPosition and elevationActualPosition. + - name: "mt_pointing_mount_position_ra_stddev" + "@id": "#visit1_efd.mt_pointing_mount_position_ra_stddev" + datatype: float + nullable: True + description: RA calculated from the azimuthActualPosition and elevationActualPosition. + - name: "mt_pointing_mount_position_dec_mean" + "@id": "#visit1_efd.mt_pointing_mount_position_dec_mean" + datatype: float + nullable: True + description: Dec calculated from the azimuthActualPosition and elevationActualPosition. + - name: "mt_pointing_mount_position_dec_stddev" + "@id": "#visit1_efd.mt_pointing_mount_position_dec_stddev" + datatype: float + nullable: True + description: Dec calculated from the azimuthActualPosition and elevationActualPosition. + - name: "mt_pointing_mount_position_sky_angle_mean" + "@id": "#visit1_efd.mt_pointing_mount_position_sky_angle_mean" + datatype: float + nullable: True + description: Calculated sky angle. + - name: "mt_pointing_mount_position_sky_angle_stddev" + "@id": "#visit1_efd.mt_pointing_mount_position_sky_angle_stddev" + datatype: float + nullable: True + description: Calculated sky angle. + - name: "mt_pointing_mount_position_rotator_mean" + "@id": "#visit1_efd.mt_pointing_mount_position_rotator_mean" + datatype: float + nullable: True + description: Rotator axis position reported by rotator component. + - name: "mt_pointing_mount_position_rotator_stddev" + "@id": "#visit1_efd.mt_pointing_mount_position_rotator_stddev" + datatype: float + nullable: True + description: Rotator axis position reported by rotator component. + - name: "camera_hexapod_aos_corrections_u" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_u" + datatype: float + nullable: True + description: U position offset. + - name: "camera_hexapod_aos_corrections_v" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_v" + datatype: float + nullable: True + description: V position offset. + - name: "camera_hexapod_aos_corrections_w" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_w" + datatype: float + nullable: True + description: W position offset. + - name: "camera_hexapod_aos_corrections_x" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_x" + datatype: float + nullable: True + description: X position offset. + - name: "camera_hexapod_aos_corrections_y" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_y" + datatype: float + nullable: True + description: Y position offset. + - name: "camera_hexapod_aos_corrections_z" + "@id": "#visit1_efd.camera_hexapod_aos_corrections_z" + datatype: float + nullable: True + description: Z position offset. + - name: "m2_hexapod_aos_corrections_u" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_u" + datatype: float + nullable: True + description: U position offset. + - name: "m2_hexapod_aos_corrections_v" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_v" + datatype: float + nullable: True + description: V position offset. + - name: "m2_hexapod_aos_corrections_w" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_w" + datatype: float + nullable: True + description: W position offset. + - name: "m2_hexapod_aos_corrections_x" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_x" + datatype: float + nullable: True + description: X position offset. + - name: "m2_hexapod_aos_corrections_y" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_y" + datatype: float + nullable: True + description: Y position offset. + - name: "m2_hexapod_aos_corrections_z" + "@id": "#visit1_efd.m2_hexapod_aos_corrections_z" + datatype: float + nullable: True + description: Z position offset. + - name: "m2_stress" + "@id": "#visit1_efd.m2_stress" + datatype: float + nullable: True + description: Calculate M2 stress computed RSS the stress contribution of each bending mode. + - name: "m1m3_stress" + "@id": "#visit1_efd.m1m3_stress" + datatype: float + nullable: True + description: Calculate M1M3 stress computed RSS the stress contribution of each bending mode. - name: transformed_efd_scheduler "@id": "#transformed_efd_scheduler" @@ -1883,7 +3648,9 @@ tables: columns: - name: id "@id": "#transformed_efd_scheduler.id" - datatype: long + datatype: int + nullable: False + autoincrement: True description: Unique ID, auto-incremented - name: start_time "@id": "#transformed_efd_scheduler.start_time" diff --git a/tests/efd_transform/create_sqlite_db.sh b/tests/efd_transform/create_sqlite_db.sh new file mode 100644 index 00000000..10f85adf --- /dev/null +++ b/tests/efd_transform/create_sqlite_db.sh @@ -0,0 +1,80 @@ +#!/bin/bash + +# Check if the instrument argument is provided +if [ -z "$1" ]; then + echo "Usage: $0 " + echo "Allowed instruments: LATISS, LSSTComCam, LSSTComCamSim, LSSTCam, LSSTCamSim, startracker" + exit 1 +fi + +# Set the instrument from the first argument +INSTRUMENT="$1" + +# Validate the instrument against the allowed options +case "$INSTRUMENT" in + LATISS|LSSTComCam|LSSTComCamSim|LSSTCam|LSSTCamSim|startracker) + ;; + *) + echo "Error: Invalid instrument '$INSTRUMENT'." + echo "Allowed instruments: LATISS, LSSTComCam, LSSTComCamSim, LSSTCam, LSSTCamSim, startracker" + exit 1 + ;; +esac + +# Set the configuration file based on the instrument +CONFIG="config_${INSTRUMENT}.yml" +echo "Using configuration file: $CONFIG" + +# Navigate to the directory containing the schema generation script +echo "Navigating to the schema generation directory..." +cd python/lsst/consdb/efd_transform || exit + +# Generate the schema using the configuration and instrument +echo "Generating schema for $INSTRUMENT..." +python generate_schema.py --config "$CONFIG" --instrument "$INSTRUMENT" + +# Check if the schema generation was successful +if [ ! -f "cdb_transformed_efd_${INSTRUMENT}.yml" ]; then + echo "Error: Failed to generate cdb_transformed_efd_${INSTRUMENT}.yml" + exit 1 +fi +echo "Schema generated: cdb_transformed_efd_${INSTRUMENT}.yml" + +# Remove the old transformed file in the test directory +echo "Removing old transformed schema file (if any)..." +rm -f ../../../../tests/efd_transform/cdb_transformed_efd_${INSTRUMENT}.yml + +# Copy the new transformed file to the test directory +echo "Copying the new transformed schema file to the test directory..." +cp "cdb_transformed_efd_${INSTRUMENT}.yml" ../../../../tests/efd_transform/ + +# Navigate to the test directory +echo "Navigating to the test directory..." +cd ../../../../tests/efd_transform/ || exit + +# Remove the old database file for the instrument +echo "Removing old database file (if any)..." +rm -f "${INSTRUMENT}.db" + +# Create the SQL file with Felis +echo "Creating the SQL file with Felis..." +felis create --dry-run --engine-url sqlite:/// "cdb_transformed_efd_${INSTRUMENT}.yml" > "${INSTRUMENT}.sql" + +# Check if the SQL file creation was successful +if [ ! -f "${INSTRUMENT}.sql" ]; then + echo "Error: Failed to create ${INSTRUMENT}.sql" + exit 1 +fi +echo "SQL file created: ${INSTRUMENT}.sql" + +# Load the SQL file into a new SQLite database +echo "Loading SQL into the new SQLite database..." +sqlite3 "${INSTRUMENT}.db" < "${INSTRUMENT}.sql" + +# Confirm successful completion +if [ $? -eq 0 ]; then + echo "Database ${INSTRUMENT}.db created successfully." +else + echo "Error: Failed to create the SQLite database." + exit 1 +fi diff --git a/tests/efd_transform/run_transform_efd.sh b/tests/efd_transform/run_transform_efd.sh index 57452e06..bda978d1 100755 --- a/tests/efd_transform/run_transform_efd.sh +++ b/tests/efd_transform/run_transform_efd.sh @@ -4,7 +4,7 @@ # Real-time mode proccess 5 minuts of data python python/lsst/consdb/efd_transform/transform_efd.py \ -i LATISS \ - -r /repo/embargo_old \ + -r s3://rubin-summit-users/butler.yaml \ -d sqlite:///$PWD/tests/efd_transform/LATISS.db \ -E usdf_efd \ -c python/lsst/consdb/efd_transform/config_LATISS.yml \ @@ -33,6 +33,7 @@ python python/lsst/consdb/efd_transform/transform_efd.py \ -t 5 \ -w 1 \ -l $PWD/tmp/transform.log + # Processing fixed period of data in chunks of 20 minutes # python python/lsst/consdb/efd_transform/transform_efd.py \ # -i LATISS \ @@ -43,3 +44,42 @@ python python/lsst/consdb/efd_transform/transform_efd.py \ # -t 20 \ # -w 1 \ # -l $PWD/tmp/transform.log + + +# python python/lsst/consdb/efd_transform/transform_efd.py \ +# -i LATISS \ +# -s 2024-10-17T12:00:00 \ +# -e 2024-10-18T12:00:00 \ +# -r s3://rubin-summit-users/butler.yaml \ +# -d sqlite:///$PWD/tests/efd_transform/LATISS.db \ +# -E usdf_efd \ +# -c python/lsst/consdb/efd_transform/config_LATISS.yml \ +# -t 60 \ +# -w 1 \ +# -l $PWD/tmp/transform.log + + +# python python/lsst/consdb/efd_transform/transform_efd.py \ +# -i LSSTComCam \ +# -s 2024-10-17T12:00:00 \ +# -e 2024-10-18T12:00:00 \ +# -r /repo/embargo_new \ +# -d sqlite:///$PWD/tests/efd_transform/LSSTComCam.db \ +# -E usdf_efd \ +# -c python/lsst/consdb/efd_transform/config_LSSTComCam.yml \ +# -t 5 \ +# -w 1 \ +# -l $PWD/tmp/transform.log + + +# python python/lsst/consdb/efd_transform/transform_efd.py \ +# -i LSSTComCamSim \ +# -s 2024-10-17T12:00:00 \ +# -e 2024-10-18T12:00:00 \ +# -r /repo/embargo_new \ +# -d sqlite:///$PWD/tests/efd_transform/LSSTComCamSim.db \ +# -E usdf_efd \ +# -c python/lsst/consdb/efd_transform/config_LSSTComCamSim.yml \ +# -t 5 \ +# -w 1 \ +# -l $PWD/tmp/transform.log