Skip to content

Commit

Permalink
Adding params and scripts for short and long 100hz and 10hz data streams
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Dec 10, 2024
1 parent 4c74ec0 commit 84cd1c8
Show file tree
Hide file tree
Showing 15 changed files with 19,942 additions and 8 deletions.
20 changes: 12 additions & 8 deletions projDir/control/proc_list.archiver
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,18 @@ Dsr2Radx 50hz.longPulse start_inst(moments) s
Dsr2Radx 10hz.combined start_inst(moments) snuff_inst
RadxMon log.50hz.shortPulse start_inst(moments) snuff_inst
RadxMon log.50hz.longPulse start_inst(moments) snuff_inst
RadxMon log.10hz.combined start_inst(moments) snuff_inst
#
#RadxDwellCombine realtime.10hz start_inst(moments) snuff_inst
#RadxDwellCombine realtime.10hz.combined start_inst(moments) snuff_inst
#Dsr2Radx moments.100hz.short start_inst(moments) snuff_inst
#Dsr2Radx moments.100hz.long start_inst(moments) snuff_inst
#Dsr2Radx moments.100hz start_inst(moments) snuff_inst
#Dsr2Radx moments.10hz start_inst(moments) snuff_inst
RadxMon log.10hz.combined start_inst(moments) snuff_inst
#
# Single pulse length
#
Ts2Moments 100hz.longPulse start_inst(moments) snuff_inst
Ts2Moments 100hz.shortPulse start_inst(moments) snuff_inst
RadxDwellCombine 10hz.longPulse start_inst(moments) snuff_inst
RadxDwellCombine 10hz.shortPulse start_inst(moments) snuff_inst
Dsr2Radx 100hz.shortPulse start_inst(moments) snuff_inst
Dsr2Radx 100hz.longPulse start_inst(moments) snuff_inst
Dsr2Radx 10hz.shortPulse start_inst(moments) snuff_inst
Dsr2Radx 10hz.longPulse start_inst(moments) snuff_inst
#
###############################################################################
# TIME SERIES FROM WBAND
Expand Down
Loading

0 comments on commit 84cd1c8

Please sign in to comment.