modscripps / velosearaptor

python ADCP routines
https://modscripps.github.io/velosearaptor
GNU General Public License v3.0
8 stars 3 forks source link

optionally read processing parameters from yaml file #29

Closed jessecusack closed 1 year ago

jessecusack commented 2 years ago

Sometimes it is nice to have processing parameters specified in a separate, human-readable, file rather than directly in the code/notebook that does the processing. This can be useful if someone unfamiliar with python wants to use the data and know something about how it was produced. It is also useful when you want to apply uniform processing to several instruments.

gunnarvoet commented 2 years ago

I think that's a great idea!

gunnarvoet commented 1 year ago

Closed via #46.