mirror of
https://gitea.psi.ch/APOG/acsmnode.git
synced 2025-06-24 05:07:57 +02:00
79 lines
2.8 KiB
YAML
79 lines
2.8 KiB
YAML
|
|
# ------------------------------------------------------------------------------
|
|
# Configuration for FAIR Data Integration Pipeline
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# INPUT DATA DIRECTORY
|
|
# Can be a local or network path. Examples:
|
|
# - Local: '../data/data_folder/' # All paths must be relative to folder ../data/
|
|
# - Network: /mnt/network_drive/data_folder or equivalently ${NETWORK_MOUNT}/data_folder
|
|
input_file_directory: '${NETWORK_MOUNT}/Data/JFJ/'
|
|
|
|
# OUTPUT DATA DIRECTORY
|
|
# Always relative to notebook location. If run from `notebooks/`,
|
|
# output will be saved in `../data/`.
|
|
# Do not modify unless you're running from the project root.
|
|
output_file_directory: '../data/'
|
|
|
|
# ------------------------------------------------------------------------------
|
|
# Project Metadata
|
|
# ------------------------------------------------------------------------------
|
|
project: 'Building FAIR data chains for atmospheric observations in the ACTRIS Switzerland Network'
|
|
contact: 'LeilaS'
|
|
group_id: '5502' # APOG
|
|
|
|
experiment: 'acsm_campaign' # beamtime, smog_chamber, lab_experiment
|
|
dataset_startdate:
|
|
dataset_enddate:
|
|
actris_level: '1'
|
|
|
|
# ------------------------------------------------------------------------------
|
|
# Output File Naming Convention (Optional)
|
|
# ------------------------------------------------------------------------------
|
|
station_abbr : 'JFJ' # Set this value as either "JFJ" or "PAY"
|
|
year : '2024'
|
|
|
|
# Format string used to define output filenames.
|
|
# You may use any field from this config as a part, comma-separated.
|
|
# Example: 'experiment, year' → experiment_year.h5
|
|
instrument_name : 'ACSM-017' #'ACSM-092'
|
|
filename_format : "station_abbr, year"
|
|
|
|
# ------------------------------------------------------------------------------
|
|
# Instrument Data Source
|
|
# ------------------------------------------------------------------------------
|
|
|
|
instrument_datafolder:
|
|
- "ACSM_TOFWARE/2024"
|
|
|
|
# ------------------------------------------------------------------------------
|
|
# Data Integration Options
|
|
# ------------------------------------------------------------------------------
|
|
|
|
integration_mode: 'collection'
|
|
# Specify datetimes (YYYY-MM-DD HH-MM-SS) at which experimental steps were created.
|
|
datetime_steps: []
|
|
|
|
# ACSM data chain
|
|
originator:
|
|
name: Simon, Leïla
|
|
email: leila.simon@psi.ch
|
|
affiliation: Paul Scherrer Institute, PSI
|
|
department: Laboratory of Atmospheric Chemistry
|
|
address_line_1: ""
|
|
address_line_2: ""
|
|
postal_code: 5232
|
|
city: Villigen PSI
|
|
country: Switzerland
|
|
|
|
submitter:
|
|
name: Simon, Leïla
|
|
email: leila.simon@psi.ch
|
|
affiliation: Paul Scherrer Institute, PSI
|
|
department: Laboratory of Atmospheric Chemistry
|
|
address_line_1: ""
|
|
address_line_2: ""
|
|
postal_code: 5232
|
|
city: Villigen PSI
|
|
country: Switzerland
|