mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2025-07-13 19:01:49 +02:00
85 lines
3.2 KiB
YAML
85 lines
3.2 KiB
YAML
|
|
# ------------------------------------------------------------------------------
|
|
# Configuration for ACSM Data Integration Pipeline
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# INPUT DATA DIRECTORY
|
|
# Defines the location of input data files for the pipeline.
|
|
# The example below uses a network-mounted path for the JFJ station.
|
|
# Path format depends on your environment:
|
|
# - In Docker: use a network path (e.g. '/mnt/network_mount/Data/<station>/')
|
|
# or a relative path with respect to the pipeline's working directory
|
|
# (e.g. '../data/<your_folder>/').
|
|
# - On a local PC: use '${NETWORK_MOUNT}/Data/<station>/' for network paths,
|
|
# or a relative path as above.
|
|
input_file_directory: '/mnt/network_mount/Data/JFJ/' # In Docker
|
|
#input_file_directory: '${NETWORK_MOUNT}/Data/JFJ' # Local PC
|
|
|
|
# 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
|