Add sncl_mode and scale_factor options to controller:
Merged
requested to merge ghsc/users/erigler/geomag-algorithms:add-sncl-scale-controller into master
- Mar 04, 2025
-
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
I knew this in the previous commit, but I thought their parent class, TimeseriesFactory, could handle arbitrary keywords (i.e., it had a kwargs argument to vacuum up unrecognized keywords). I was mistaken.
-
Erin (Josh) Rigler authored
These will be passed to IO factories if those factories accept them. As of this commit, only Edge and MiniSeed factories honor these options. Others should be updated to accept these, and apply them in a similar manner.
-