Skip to content
Snippets Groups Projects
Commit 40fb8c66 authored by Cain, Payton David's avatar Cain, Payton David
Browse files

add spacing to realtime filter docstring

parent 2ddb2a25
No related branches found
No related tags found
2 merge requests!166Merge branch master into production,!161Filter application
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment