From 67fa0ebc427482617458335dc49d19c7b18b147e Mon Sep 17 00:00:00 2001 From: Steven Sherburn Date: Tue, 19 May 2026 09:30:08 +1200 Subject: [PATCH 1/3] multigas calibration details --- calibration/README.md | 1 + calibration/multigas/README.md | 16 ++++++++++++++++ calibration/multigas/calibrations.csv | 13 +++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 calibration/multigas/README.md create mode 100644 calibration/multigas/calibrations.csv diff --git a/calibration/README.md b/calibration/README.md index aecf95d73..49566ac0a 100644 --- a/calibration/README.md +++ b/calibration/README.md @@ -5,5 +5,6 @@ _Sensor calibration information for scientific equipment installed at collection ### FOLDERS ### * `antennas` - individual GNSS receiver antenna calibration files. +* `multigas` - gas calibration concentrations. * `fluxgates` - individual Geomagnetic Fluxgate sensor calibration files. diff --git a/calibration/multigas/README.md b/calibration/multigas/README.md new file mode 100644 index 000000000..cd0d92606 --- /dev/null +++ b/calibration/multigas/README.md @@ -0,0 +1,16 @@ +## MULTIGAS CALIBRATIONS ## + +The `calibrations/multigas` contains gas calibration concentrations for each gas specices collected for sensors used. + +### Calibrations +|Field|Description|Units| +|--|--|--| +|Station|Installed recording station|| +|Location|Installed sensor site location|| +|Gas|Calibration gas|| +|Concentration|Of calibration gas|ppm (parts per million)| +|Frequency|How often calibration performed, D=daily, W=weekly, 4W=4 weekly, etc|| +|Day|Calibration day of week, 0=Monday, 1=Tuesday, etc|| +|Time|Time calibration performed|| +|Start Date|Of calibrations|| +|End Date|Of calibrations|| diff --git a/calibration/multigas/calibrations.csv b/calibration/multigas/calibrations.csv new file mode 100644 index 000000000..e61b1b5c9 --- /dev/null +++ b/calibration/multigas/calibrations.csv @@ -0,0 +1,13 @@ +Station,Location,Gas,Concentration,Frequency,DayofWeek,CalTime,ZerTime,Start Date,End Date +NA002,04,CO2,400,W,6,02:10:00,01:40:00,2024-03-21T02:10:00Z,9999-01-01T00:00:00Z +NA002,05,SO2,10,W,6,02:50:00,02:10:00,2024-03-21T02:10:00Z,9999-01-01T00:00:00Z +NA002,06,H2S,25,W,6,02:30:00,02:10:00,2024-03-21T02:10:00Z,9999-01-01T00:00:00Z +RU001,09,CO2,400,W,0,01:40:00,01:10:00,2025-05-13T22:20:00Z,9999-01-01T00:00:00Z +RU001,10,SO2,10,W,0,02:40:00,01:10:00,2025-05-13T22:20:00Z,9999-01-01T00:00:00Z +RU001,11,H2S,25,W,0,02:10:00,01:10:00,2025-05-13T22:20:00Z,9999-01-01T00:00:00Z +TO003,12,CO2,400,W,6,02:10:00,01:40:00,2024-03-01T00:20:00Z,9999-01-01T00:00:00Z +TO003,13,SO2,10,W,6,02:50:00,02:10:00,2024-03-01T00:20:00Z,9999-01-01T00:00:00Z +TO003,14,H2S,25,W,6,02:30:00,02:10:00,2024-03-01T00:20:00Z,9999-01-01T00:00:00Z +TO006,05,CO2,400,W,6,02:10:00,01:40:00,2024-06-04T03:59:59Z,9999-01-01T00:00:00Z +TO006,06,SO2,10,W,6,02:50:00,02:10:00,2024-06-04T03:59:59Z,9999-01-01T00:00:00Z +TO006,07,H2S,25,W,6,02:30:00,02:10:00,2024-06-04T03:59:59Z,9999-01-01T00:00:00Z From 49d9d25d324e11c0d0753bd4c4b5b92d07199f1a Mon Sep 17 00:00:00 2001 From: Steven Sherburn Date: Tue, 19 May 2026 14:44:39 +1200 Subject: [PATCH 2/3] calibrations2 --- calibration/multigas/README.md | 10 ++++++---- calibration/multigas/calibrations.csv | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/calibration/multigas/README.md b/calibration/multigas/README.md index cd0d92606..2ddbb2840 100644 --- a/calibration/multigas/README.md +++ b/calibration/multigas/README.md @@ -10,7 +10,9 @@ The `calibrations/multigas` contains gas calibration concentrations for each gas |Gas|Calibration gas|| |Concentration|Of calibration gas|ppm (parts per million)| |Frequency|How often calibration performed, D=daily, W=weekly, 4W=4 weekly, etc|| -|Day|Calibration day of week, 0=Monday, 1=Tuesday, etc|| -|Time|Time calibration performed|| -|Start Date|Of calibrations|| -|End Date|Of calibrations|| +|Day Of Week|Calibration day of week, 0=Monday, 1=Tuesday, etc|| +|Calibration Time|Time calibration performed|HH:MM:SS| +|Zero Time|Time observation should be zero|HH:MM:SS| +|Start Date|Of calibrations|YYYY-mm-ddTHH:MM:SSZ| +|End Date|Of calibrations|YYYY-mm-ddTHH:MM:SSZ| + diff --git a/calibration/multigas/calibrations.csv b/calibration/multigas/calibrations.csv index e61b1b5c9..bd5e39f13 100644 --- a/calibration/multigas/calibrations.csv +++ b/calibration/multigas/calibrations.csv @@ -1,4 +1,4 @@ -Station,Location,Gas,Concentration,Frequency,DayofWeek,CalTime,ZerTime,Start Date,End Date +Station,Location,Gas,Concentration,Frequency,Day Of Week,Calibration Time,Zero Time,Start Date,End Date NA002,04,CO2,400,W,6,02:10:00,01:40:00,2024-03-21T02:10:00Z,9999-01-01T00:00:00Z NA002,05,SO2,10,W,6,02:50:00,02:10:00,2024-03-21T02:10:00Z,9999-01-01T00:00:00Z NA002,06,H2S,25,W,6,02:30:00,02:10:00,2024-03-21T02:10:00Z,9999-01-01T00:00:00Z From 77ac3717ce8e738ee0c0b2fda249c8f075b134e1 Mon Sep 17 00:00:00 2001 From: Steven Sherburn Date: Thu, 21 May 2026 14:03:14 +1200 Subject: [PATCH 3/3] refactor multigas calib files --- calibration/README.md | 18 +++++++++++++++++- calibration/multigas.csv | 13 +++++++++++++ calibration/multigas/README.md | 18 ------------------ calibration/multigas/calibrations.csv | 13 ------------- 4 files changed, 30 insertions(+), 32 deletions(-) create mode 100644 calibration/multigas.csv delete mode 100644 calibration/multigas/README.md delete mode 100644 calibration/multigas/calibrations.csv diff --git a/calibration/README.md b/calibration/README.md index 49566ac0a..09a0ec192 100644 --- a/calibration/README.md +++ b/calibration/README.md @@ -5,6 +5,22 @@ _Sensor calibration information for scientific equipment installed at collection ### FOLDERS ### * `antennas` - individual GNSS receiver antenna calibration files. -* `multigas` - gas calibration concentrations. +* `multigas` - gas detection limit information. * `fluxgates` - individual Geomagnetic Fluxgate sensor calibration files. +### FILES ### + +#### multigas.csv - gas calibration details + +|Field|Description|Units| +|--|--|--| +|Station|Installed recording station|| +|Location|Installed sensor site location|| +|Gas|Calibration gas|| +|Concentration|Of calibration gas|ppm (parts per million)| +|Frequency|How often calibration performed, D=daily, W=weekly, 4W=4 weekly, etc|| +|Day Of Week|Calibration day, Monday, Tuesday, etc|| +|Calibration Time|Time calibration performed|HH:MM:SS| +|Zero Time|Time observation should be zero|HH:MM:SS| +|Start Date|Of calibrations|YYYY-mm-ddTHH:MM:SSZ| +|End Date|Of calibrations|YYYY-mm-ddTHH:MM:SSZ| diff --git a/calibration/multigas.csv b/calibration/multigas.csv new file mode 100644 index 000000000..5677bc503 --- /dev/null +++ b/calibration/multigas.csv @@ -0,0 +1,13 @@ +Station,Location,Gas,Concentration,Frequency,Day Of Week,Calibration Time,Zero Time,Start Date,End Date +NA002,04,CO2,400,W,Sunday,02:10:00,01:40:00,2024-03-21T02:10:00Z,9999-01-01T00:00:00Z +NA002,05,SO2,10,W,Sunday,02:50:00,02:10:00,2024-03-21T02:10:00Z,9999-01-01T00:00:00Z +NA002,06,H2S,25,W,Sunday,02:30:00,02:10:00,2024-03-21T02:10:00Z,9999-01-01T00:00:00Z +RU001,09,CO2,400,W,Monday,01:40:00,01:10:00,2025-05-13T22:20:00Z,9999-01-01T00:00:00Z +RU001,10,SO2,10,W,Monday,02:40:00,01:10:00,2025-05-13T22:20:00Z,9999-01-01T00:00:00Z +RU001,11,H2S,25,W,Monday,02:10:00,01:10:00,2025-05-13T22:20:00Z,9999-01-01T00:00:00Z +TO003,12,CO2,400,W,Sunday,02:10:00,01:40:00,2024-03-01T00:20:00Z,9999-01-01T00:00:00Z +TO003,13,SO2,10,W,Sunday,02:50:00,02:10:00,2024-03-01T00:20:00Z,9999-01-01T00:00:00Z +TO003,14,H2S,25,W,Sunday,02:30:00,02:10:00,2024-03-01T00:20:00Z,9999-01-01T00:00:00Z +TO006,05,CO2,400,W,Sunday,02:10:00,01:40:00,2024-06-04T03:59:59Z,9999-01-01T00:00:00Z +TO006,06,SO2,10,W,Sunday,02:50:00,02:10:00,2024-06-04T03:59:59Z,9999-01-01T00:00:00Z +TO006,07,H2S,25,W,Sunday,02:30:00,02:10:00,2024-06-04T03:59:59Z,9999-01-01T00:00:00Z diff --git a/calibration/multigas/README.md b/calibration/multigas/README.md deleted file mode 100644 index 2ddbb2840..000000000 --- a/calibration/multigas/README.md +++ /dev/null @@ -1,18 +0,0 @@ -## MULTIGAS CALIBRATIONS ## - -The `calibrations/multigas` contains gas calibration concentrations for each gas specices collected for sensors used. - -### Calibrations -|Field|Description|Units| -|--|--|--| -|Station|Installed recording station|| -|Location|Installed sensor site location|| -|Gas|Calibration gas|| -|Concentration|Of calibration gas|ppm (parts per million)| -|Frequency|How often calibration performed, D=daily, W=weekly, 4W=4 weekly, etc|| -|Day Of Week|Calibration day of week, 0=Monday, 1=Tuesday, etc|| -|Calibration Time|Time calibration performed|HH:MM:SS| -|Zero Time|Time observation should be zero|HH:MM:SS| -|Start Date|Of calibrations|YYYY-mm-ddTHH:MM:SSZ| -|End Date|Of calibrations|YYYY-mm-ddTHH:MM:SSZ| - diff --git a/calibration/multigas/calibrations.csv b/calibration/multigas/calibrations.csv deleted file mode 100644 index bd5e39f13..000000000 --- a/calibration/multigas/calibrations.csv +++ /dev/null @@ -1,13 +0,0 @@ -Station,Location,Gas,Concentration,Frequency,Day Of Week,Calibration Time,Zero Time,Start Date,End Date -NA002,04,CO2,400,W,6,02:10:00,01:40:00,2024-03-21T02:10:00Z,9999-01-01T00:00:00Z -NA002,05,SO2,10,W,6,02:50:00,02:10:00,2024-03-21T02:10:00Z,9999-01-01T00:00:00Z -NA002,06,H2S,25,W,6,02:30:00,02:10:00,2024-03-21T02:10:00Z,9999-01-01T00:00:00Z -RU001,09,CO2,400,W,0,01:40:00,01:10:00,2025-05-13T22:20:00Z,9999-01-01T00:00:00Z -RU001,10,SO2,10,W,0,02:40:00,01:10:00,2025-05-13T22:20:00Z,9999-01-01T00:00:00Z -RU001,11,H2S,25,W,0,02:10:00,01:10:00,2025-05-13T22:20:00Z,9999-01-01T00:00:00Z -TO003,12,CO2,400,W,6,02:10:00,01:40:00,2024-03-01T00:20:00Z,9999-01-01T00:00:00Z -TO003,13,SO2,10,W,6,02:50:00,02:10:00,2024-03-01T00:20:00Z,9999-01-01T00:00:00Z -TO003,14,H2S,25,W,6,02:30:00,02:10:00,2024-03-01T00:20:00Z,9999-01-01T00:00:00Z -TO006,05,CO2,400,W,6,02:10:00,01:40:00,2024-06-04T03:59:59Z,9999-01-01T00:00:00Z -TO006,06,SO2,10,W,6,02:50:00,02:10:00,2024-06-04T03:59:59Z,9999-01-01T00:00:00Z -TO006,07,H2S,25,W,6,02:30:00,02:10:00,2024-06-04T03:59:59Z,9999-01-01T00:00:00Z