Modified a few variable values in yaml files so that they are within expected values.

This commit is contained in:
2024-06-13 15:45:39 +02:00
parent 9ab9aa49c4
commit f43d86e729
2 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@ instrument_datafolder: # analytical_methods:
- 'T200_NOx' - 'T200_NOx'
- 'T360U_CO2' - 'T360U_CO2'
# Define data_integration mode as either 'collection' or 'experimental_step' # Define data_integration mode as either 'collection' or 'single_experiment'
integration_mode: 'experimental_step' integration_mode: 'single_experiment'
# Specify datetimes (YYYY-MM-DD HH-MM-SS) at which experimental steps were created. # Specify datetimes (YYYY-MM-DD HH-MM-SS) at which experimental steps were created.
datetime_steps: datetime_steps:
- '2022-11-22 00-00-00' - '2022-11-22 00-00-00'

View File

@ -17,7 +17,7 @@ instrument_datafolder: # analytical_methods:
- 'ptr' - 'ptr'
- 'ams' - 'ams'
integration_mode: 'experimental_step' integration_mode: 'single_experiment'
# Specify datetimes (YYYY-MM-DD HH-MM-SS) at which experimental steps were created. # Specify datetimes (YYYY-MM-DD HH-MM-SS) at which experimental steps were created.
datetime_steps: datetime_steps:
- '2022-07-26 00-00-00' - '2022-07-26 00-00-00'