Temp aliases
Simplifies naming convention of miniseed temperatures.
Old behavior:
minute: UK(1-4)
second: LK(1-4)
New behavior(similar to a regular channel name such as H, E, Z, etc.):
minute: T(1-4)
second: T(1-4)
This would be helpful for new users who will now be able to treat these channels like an ordinary element(H, E, Z, etc.).
Also useful for further progress writing miniseed. This allows temperatures to be included in filtering steps alongside geomagnetic data instead of another method(https://code.usgs.gov/ghsc/geomag/geomag-algorithms/-/blob/master/geomagio/processing/obsrio.py#L270)
Merge request reports
Activity
changed milestone to %Miniseed Pipeline
requested review from @erigler
assigned to @pcain
added Enhancement label
mentioned in issue #40
added 4 commits
-
d911bb78...48c6af97 - 2 commits from branch
ghsc/geomag:master
- 12d133e7 - test temp aliases
- f1068161 - add temp aliases to element conversions
-
d911bb78...48c6af97 - 2 commits from branch
- Resolved by Cain, Payton David
This all looks good @pcain, but can you explain how "This allows temperatures to be included in filtering steps alongside geomagnetic data instead of another method"?
mentioned in commit c7bbaa24