Rename yaml files in input_files/ as campaign descriptors for consistency with idear project.

This commit is contained in:
2025-06-20 10:24:53 +02:00
parent f4ddd36ef2
commit b610b4e337
3 changed files with 0 additions and 104 deletions

View File

@ -0,0 +1,32 @@
# Path to the directory where raw data is stored
input_file_directory: '//fs03/Iron_Sulphate'
# Path to directory where raw data is copied and converted to HDF5 format for local analysis.
output_file_directory: '../output_files/'
# Project metadata for data lineage and provenance
project: 'Fe SOA project'
contact: 'NatashaG'
group_id: '5505'
# Experiment description
experiment: 'smog_chamber_study' # beamtime, smog_chamber, lab_experiment
dataset_startdate:
dataset_enddate:
actris_level: '0'
# Instrument folders containing raw data from the campaign
instrument_datafolder:
- 'gas' # Example instrument folder
- 'smps'
- 'htof'
- 'ptr'
- 'ams'
# Data integration mode for HDF5 data ingestion
integration_mode: 'single_experiment' # Options: 'single_experiment', 'collection'
# Datetime markers for individual experiments
# Use the format YYYY-MM-DD HH-MM-SS
datetime_steps:
- '2022-07-26 00-00-00'