Skip to content

Commit

Permalink
add channel_nomenclature example in ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed May 11, 2024
1 parent 9af2281 commit 057f1b0
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 133 deletions.
10 changes: 10 additions & 0 deletions aurora/test_utils/synthetic/make_processing_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,21 @@ def create_test_run_config(
test_case_id: string
Must be in ["test1", "test2", "test1r2", "test2r1", "test1_tfk", "test1r2_tfk"]
kernel_dataset: aurora.transfer_function.kernel_dataset.KernelDataset
Description of the dataset to process
matlab_or_fortran: str
"", "matlab", "fortran"
save: str
if this has the value "json" a copy of the processing config will be written to a json file
The json file name is p.json_fn() with p the processing config object.
channel_nomenclature: str
A label for the channel nomenclature. This should be one of the values in
mt_metadata/transfer_functions/processing/aurora/standards/channel_nomenclatures.json
currently ["default", "lemi12", "lemi34", "phoenix123", "musgraves",]
Returns
-------
p: aurora.config.metadata.processing.Processing
The processing config object
"""
Expand Down
Loading

0 comments on commit 057f1b0

Please sign in to comment.