Skip to content

Commit

Permalink
Setting up and testing short and long pulse 100hz/10hz ops
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Dec 13, 2024
1 parent 2eae3d7 commit 2ccc205
Show file tree
Hide file tree
Showing 8 changed files with 295 additions and 302 deletions.
11 changes: 5 additions & 6 deletions projDir/control/proc_list.archiver
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ TsSmartSave wband start_TsSmartSave.wband snuff_inst
###############################################################################
# Moments
#
# Dual pulse length
# Dual pulse widths
#
Ts2Moments 50hz.longPulse start_inst(moments) snuff_inst
Ts2Moments 50hz.shortPulse start_inst(moments) snuff_inst
Expand All @@ -55,16 +55,15 @@ RadxMon log.50hz.shortPulse start_inst(moments) s
RadxMon log.50hz.longPulse start_inst(moments) snuff_inst
RadxMon log.10hz.combined start_inst(moments) snuff_inst
#
# Single pulse length
# Single pulse widths
# RadxDwellCombine writes to same FMQ as HcrShortLongCombine
#
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
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
2 changes: 1 addition & 1 deletion projDir/display/params/HawkEye.ops.10hz.combined
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ bscan_max_altitude_km = $(BSCAN_MAX_ALTITUDE_KM);
//
// Type: boolean

bscan_altitude_in_feet = TRUE;
bscan_altitude_in_feet = $(BSCAN_ALTITUDE_IN_FEET);

///////////// bscan_range_in_feet /////////////////////
//
Expand Down
3 changes: 2 additions & 1 deletion projDir/display/params/HawkEye.ops.10hz.longPulse
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ input_mode = IWRF_FMQ_INPUT;
// Type: string
//

input_fmq_url = "/tmp/fmq/moments/10hz.longPulse/shmem_50512";
// input_fmq_url = "/tmp/fmq/moments/10hz.longPulse/shmem_50512";
input_fmq_url = "/tmp/fmq/moments/10hz.combined/shmem_31000";

///////////// seek_to_start_of_fmq ////////////////////
//
Expand Down
3 changes: 2 additions & 1 deletion projDir/display/params/HawkEye.ops.10hz.shortPulse
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ input_mode = IWRF_FMQ_INPUT;
// Type: string
//

input_fmq_url = "/tmp/fmq/moments/10hz.shortPulse/shmem_50256";
// input_fmq_url = "/tmp/fmq/moments/10hz.shortPulse/shmem_50256";
input_fmq_url = "/tmp/fmq/moments/10hz.combined/shmem_31000";

///////////// seek_to_start_of_fmq ////////////////////
//
Expand Down
Loading

0 comments on commit 2ccc205

Please sign in to comment.