helikite-data-processing
API Reference
API Reference
helikite
Submodules
helikite.classes
helikite.config
helikite.constants
helikite.instruments
helikite.metadata
helikite.plots
helikite.processing
Attributes
Classes
Package Contents
helikite-data-processing
API Reference
helikite
helikite.config
View page source
helikite.config
Classes
Config
Functions
load_config
(→ Config)
Module Contents
class
helikite.config.
Config
Bases:
pydantic.BaseModel
flight
:
str
flight_date
:
datetime.date
flight_suffix
:
str
output_schema
:
str
campaign_data_dirpath
:
pathlib.Path
processing_dir
:
pathlib.Path
property
flight_basename
:
str
__iter__
(
)
helikite.config.
load_config
(
config_path
:
pathlib.Path
)
→
Config