Skip to content

Commit

Permalink
configuration for dual mode testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Dec 8, 2024
1 parent 2edf44b commit 7388e8b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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 @@ -176,7 +176,7 @@ archive_start_time = "2024 06 14 19 30 00";
//
// Type: double

archive_time_span_secs = 3600;
archive_time_span_secs = 120;

///////////// archive_data_url ////////////////////////
//
Expand Down
2 changes: 1 addition & 1 deletion projDir/display/params/HawkEye.ops.50hz.longPulse
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ archive_start_time = "2024 06 14 19 30 00";
// Type: double
//

archive_time_span_secs = 3600;
archive_time_span_secs = 120;

///////////// archive_data_url ////////////////////////
//
Expand Down
2 changes: 1 addition & 1 deletion projDir/display/params/HawkEye.ops.50hz.shortPulse
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ archive_start_time = "2024 06 14 19 30 00";
// Type: double
//

archive_time_span_secs = 3600;
archive_time_span_secs = 120;

///////////// archive_data_url ////////////////////////
//
Expand Down
2 changes: 1 addition & 1 deletion projDir/moments/params/Dsr2Radx.50hz.longPulse
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ output_fields = {

output_data_set = {
{
output_dir = "$(DATA_DIR)/cfradial/moments/50hz_long",
output_dir = "$(DATA_DIR)/cfradial/moments/50hz_longPulse",
format = OUTPUT_FORMAT_CFRADIAL
}
};
Expand Down
2 changes: 1 addition & 1 deletion projDir/moments/params/Dsr2Radx.50hz.shortPulse
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ output_fields = {

output_data_set = {
{
output_dir = "$(DATA_DIR)/cfradial/moments/50hz_short",
output_dir = "$(DATA_DIR)/cfradial/moments/50hz_shortPulse",
format = OUTPUT_FORMAT_CFRADIAL
}
};
Expand Down

0 comments on commit 7388e8b

Please sign in to comment.