Skip to content

Commit

Permalink
Setting up ops for dual pulse lengths in realtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Dec 8, 2024
1 parent 238a10f commit 2edf44b
Show file tree
Hide file tree
Showing 10 changed files with 8,200 additions and 31 deletions.
64 changes: 34 additions & 30 deletions projDir/control/proc_list.archiver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
DsServerMgr primary start_DsServerMgr snuff_inst
DsFmqServer manager start_DsFmqServer snuff_inst
Janitor logs start_Janitor.logs kill_Janitor
#Janitor logs start_Janitor.logs kill_Janitor
Scout primary start_Scout kill_Scout
DataMapper primary start_DataMapper kill_DataMapper
#
Expand All @@ -30,6 +30,39 @@ fireflyd ops start_fireflyd.ops snuff_inst
#SpectracomDaemon ops start_SpectracomDaemon.ops snuff_inst
#
###############################################################################
# Time series data for tcpscope
# Only needed for testing, not needed for ops
#
TsFmq2Tcp wband start_TsFmq2Tcp.wband snuff_inst
#
###############################################################################
# Saving time series data
#
TsSmartSave wband start_TsSmartSave.wband snuff_inst
#
###############################################################################
# Moments
#
# Dual pulse length
#
Ts2Moments 50hz.longPulse start_inst(moments) snuff_inst
Ts2Moments 50hz.shortPulse start_inst(moments) snuff_inst
HcrShortLongCombine 10hz.combined start_inst(moments) snuff_inst
Dsr2Radx 50hz.shortPulse start_inst(moments) snuff_inst
Dsr2Radx 50hz.longPulse start_inst(moments) snuff_inst
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
#
###############################################################################
# TIME SERIES FROM WBAND
#TsTcp2Fmq wband start_TsTcp2Fmq.wband snuff_inst
#
Expand Down Expand Up @@ -59,35 +92,6 @@ TsPrint max_power start_TsPrint.max_power snuff_inst
#TsFile2Fmq sim start_TsFile2Fmq.sim snuff_inst
#
###############################################################################
# Time series data for tcpscope
# Only needed for testing, not needed for ops
#
TsFmq2Tcp wband start_TsFmq2Tcp.wband snuff_inst
#
###############################################################################
# Saving time series data
#
TsSmartSave wband start_TsSmartSave.wband snuff_inst
#
###############################################################################
# Moments
#
#Iq2Dsr 100hz start_inst(moments) snuff_inst
#Iq2Dsr 100hz.longPulse start_inst(moments) snuff_inst
#Iq2Dsr 100hz.shortPulse start_inst(moments) snuff_inst
Ts2Moments 50hz.longPulse start_inst(moments) snuff_inst
Ts2Moments 50hz.shortPulse start_inst(moments) snuff_inst
HcrShortLongCombine ops 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
Dsr2Radx moments.10hz.combined start_inst(moments) snuff_inst
#RadMon log.100hz start_RadMon.log.100hz snuff_inst
#
###############################################################################
# Aircraft georef data
#
AcGeoref2Spdb iwg1 start_AcGeoref2Spdb.iwg1 snuff_inst
Expand Down
2 changes: 1 addition & 1 deletion projDir/control/proc_list.drx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MotionControlDaemon ops start_MotionControlDaemon.ops stop_MotionControlDa
HcrPmc730Daemon ops start_HcrPmc730Daemon.ops stop_HcrPmc730Daemon
HcrExecutive ops start_HcrExecutive.ops stop_HcrExecutive
#HcrMonitor ops start_HcrMonitor.ops stop_HcrMonitor
hcrdrx ops start_hcrdrx.ops stop_hcrdrx
#hcrdrx ops start_hcrdrx.ops stop_hcrdrx
#
###############################################################################
# COPY TIME SERIES TO ARCHIVER
Expand Down
Loading

0 comments on commit 2edf44b

Please sign in to comment.