Skip to content

Commit

Permalink
Testing with 100hz and 10hz short and long
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Dec 10, 2024
1 parent 84cd1c8 commit 2eae3d7
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions projDir/control/proc_list.archiver
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ RadxMon log.10hz.combined start_inst(moments) s
#
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
Expand Down
4 changes: 2 additions & 2 deletions projDir/display/params/HawkEye.ops.100hz.longPulse
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ archive_time_span_secs = 120;
// Type: string
//

archive_data_url = "$(DATA_DIR)/cfradial/moments/50hz_longPulse";
archive_data_url = "$(DATA_DIR)/cfradial/moments/100hz_longPulse";

//======================================================================
//
Expand Down Expand Up @@ -554,7 +554,7 @@ override_radar_name = TRUE;
// Type: string
//

radar_name = "HCR-50hz-longPulse";
radar_name = "HCR-100hz-longPulse";

///////////// display_site_name ///////////////////////
//
Expand Down
4 changes: 2 additions & 2 deletions projDir/display/params/HawkEye.ops.100hz.shortPulse
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ archive_time_span_secs = 120;
// Type: string
//

archive_data_url = "$(DATA_DIR)/cfradial/moments/50hz_shortPulse";
archive_data_url = "$(DATA_DIR)/cfradial/moments/100hz_shortPulse";

//======================================================================
//
Expand Down Expand Up @@ -554,7 +554,7 @@ override_radar_name = TRUE;
// Type: string
//

radar_name = "HCR-50hz-shortPulse";
radar_name = "HCR-100hz-shortPulse";

///////////// display_site_name ///////////////////////
//
Expand Down
4 changes: 2 additions & 2 deletions projDir/display/params/HawkEye.ops.10hz.longPulse
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ archive_time_span_secs = 120;
// Type: string
//

archive_data_url = "$(DATA_DIR)/cfradial/moments/50hz_longPulse";
archive_data_url = "$(DATA_DIR)/cfradial/moments/10hz_longPulse";

//======================================================================
//
Expand Down Expand Up @@ -554,7 +554,7 @@ override_radar_name = TRUE;
// Type: string
//

radar_name = "HCR-50hz-longPulse";
radar_name = "HCR-10hz-longPulse";

///////////// display_site_name ///////////////////////
//
Expand Down
4 changes: 2 additions & 2 deletions projDir/display/params/HawkEye.ops.10hz.shortPulse
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ archive_time_span_secs = 120;
// Type: string
//

archive_data_url = "$(DATA_DIR)/cfradial/moments/50hz_shortPulse";
archive_data_url = "$(DATA_DIR)/cfradial/moments/10hz_shortPulse";

//======================================================================
//
Expand Down Expand Up @@ -554,7 +554,7 @@ override_radar_name = TRUE;
// Type: string
//

radar_name = "HCR-50hz-shortPulse";
radar_name = "HCR-10hz-shortPulse";

///////////// display_site_name ///////////////////////
//
Expand Down
12 changes: 6 additions & 6 deletions projDir/moments/params/RadxDwellCombine.10hz.longPulse
Original file line number Diff line number Diff line change
Expand Up @@ -325,14 +325,14 @@ set_field_folds_attribute = TRUE;

field_folds = {
{
field_name = "VEL",
field_name = "VEL_long",
use_nyquist = TRUE,
fold_limit_lower = 0,
fold_limit_upper = 0
}
,
{
field_name = "VEL_RAW",
field_name = "VEL_RAW_long",
use_nyquist = TRUE,
fold_limit_lower = 0,
fold_limit_upper = 0
Expand Down Expand Up @@ -408,7 +408,7 @@ dwell_stats_method = DWELL_STATS_MEAN;
// Type: double
//

dwell_stats_max_fraction_missing = 0.25;
dwell_stats_max_fraction_missing = 0.5;

//======================================================================
//
Expand Down Expand Up @@ -652,14 +652,14 @@ apply_censoring = FALSE;

censoring_fields = {
{
name = "SNR",
min_valid_value = 0,
name = "SNR_long",
min_valid_value = -9,
max_valid_value = 1000,
combination_method = LOGICAL_OR
}
,
{
name = "NCP",
name = "NCP_long",
min_valid_value = 0.15,
max_valid_value = 1000,
combination_method = LOGICAL_OR
Expand Down

0 comments on commit 2eae3d7

Please sign in to comment.