From 40fb8c66fb3a5476d99ec42006623152176710b0 Mon Sep 17 00:00:00 2001 From: pcain <pcain@usgs.gov> Date: Thu, 4 Nov 2021 16:50:23 -0600 Subject: [PATCH] add spacing to realtime filter docstring --- geomagio/processing/filters.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/geomagio/processing/filters.py b/geomagio/processing/filters.py index 0decbfb59..0a727c4ac 100644 --- a/geomagio/processing/filters.py +++ b/geomagio/processing/filters.py @@ -67,14 +67,23 @@ def hour_command( short_help="Filter 1 second and 1 minute nT/temperature data", help=""" ObsRIO: + Filters 10Hz U,V,W miniseed to 1 second miniseed + Filters 1 second U,V,W,F miniseed to 1 minute miniseed + Filters 1 second T1-4 miniseed to 1 minute miniseed + Copies 1 second and 1 minute U,V,W,F,T1-4 miniseed to H,E,Z,F,UK1-4 earthworm + PCDCP: + Copies 1 second H,E,Z,F earthworm to U,V,W,F miniseed + Copies 1 minute UK1-4 earthworm to T1-4 miniseed + Filters 1 second U,V,W,F miniseed to 1 minute miniseed + """, ) def realtime_command( -- GitLab