Added comments to explain configuration parameters/or variables.

This commit is contained in:
2025-01-14 14:25:53 +01:00
parent df4bd2b3ae
commit ba49b168c4
3 changed files with 76 additions and 19 deletions

View File

@@ -1,17 +1,24 @@
# Path to the directory where raw data is stored
input_file_directory: '//fs101/5505/People/Juan/TypicalBeamTime'
# 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: 'Beamtime May 2024, Ice Napp'
contact: 'ThorstenBR'
group_id: '5505'
# Experiment description
experiment: 'beamtime' # beamtime, smog_chamber, lab_experiment
dataset_startdate: '2023-09-22'
dataset_enddate: '2023-09-25'
actris_level: '0'
institution : "PSI"
filename_format : "institution,experiment,contact"
# Instrument folders containing raw data from the campaign
instrument_datafolder:
- 'NEXAFS'
- 'Notes'
@@ -20,6 +27,9 @@ instrument_datafolder:
- 'RGA'
- 'SES'
integration_mode: 'collection'
# Specify datetimes (YYYY-MM-DD HH-MM-SS) at which experimental steps were created.
# Data integration mode for HDF5 data ingestion
integration_mode: 'collection' # Options: 'single_experiment', 'collection'
# Datetime markers for individual experiments
# Use the format YYYY-MM-DD HH-MM-SS
datetime_steps: []