- Replaced sensitive server paths with placeholders - Ensure .env is used to provide values
35 lines
1006 B
YAML
35 lines
1006 B
YAML
# Path to the directory where raw data is stored
|
|
input_file_directory: '${NETWORK_MOUNT}/People/Juan/TypicalBeamTime'
|
|
|
|
# Path to directory where raw data is copied and converted to HDF5 format for local analysis.
|
|
output_file_directory: '../data/'
|
|
|
|
# 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'
|
|
- 'Pressure'
|
|
- 'Photos'
|
|
- 'RGA'
|
|
- 'SES'
|
|
|
|
# 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: [] |