Skip to content

Commit

Permalink
HcrShortLongCombine.qc - adding mean location option
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Oct 31, 2024
1 parent 2e9dfa1 commit 88542d0
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
48 changes: 24 additions & 24 deletions projDir/qcDualPRTground/params/HcrShortLongCombine.qc.10hz
Original file line number Diff line number Diff line change
Expand Up @@ -87,30 +87,6 @@ instance = "qc.10hz";

mode = ARCHIVE;

//======================================================================
//
// COMPUTE MEAN RADAR LOCATION?.
//
// This mode will compute the mean radar location for a ground-based
// insytallation.
//
//======================================================================

///////////// compute_mean_location ///////////////////
//
// Option to compute the mean location of the radar from the
// georeference data in the rays.
//
// Applicable in archive mode only, and only applicable to ground-based
// projects. It will compute the mean radar location, from the short-
// and long-pulse input data, and print the mean to the terminal. The
// mean values can then be used in the radar_location parameter (see
// later) if override_radar_location is set to true.
//
// Type: boolean

compute_mean_location = FALSE;

///////////// input_fmq_url_short /////////////////////
//
// FMQ from which to read the short pulse moments stream.
Expand Down Expand Up @@ -350,6 +326,30 @@ radar_location = {
altitudeKm = 1.6001
};

//======================================================================
//
// COMPUTE MEAN RADAR LOCATION?.
//
// This mode will compute the mean radar location for a ground-based
// insytallation.
//
//======================================================================

///////////// compute_mean_location ///////////////////
//
// Option to compute the mean location of the radar from the
// georeference data in the rays.
//
// Applicable in archive mode only, and only applicable to ground-based
// projects. It will compute the mean radar location, from the short-
// and long-pulse input data, and print the mean to the terminal. The
// mean values can then be used in the radar_location parameter (see
// above) if override_radar_location is set to TRUE.
//
// Type: boolean

compute_mean_location = FALSE;

//======================================================================
//
// SET THE COMBINED DWELL DETAILS.
Expand Down
54 changes: 27 additions & 27 deletions projDir/qcDualPRTground/params/HcrShortLongCombine.qc.mean_loc
Original file line number Diff line number Diff line change
Expand Up @@ -87,30 +87,6 @@ instance = "qc.mean_loc";

mode = ARCHIVE;

//======================================================================
//
// COMPUTE MEAN RADAR LOCATION?.
//
// This mode will compute the mean radar location for a ground-based
// insytallation.
//
//======================================================================

///////////// compute_mean_location ///////////////////
//
// Option to compute the mean location of the radar from the
// georeference data in the rays.
//
// Applicable in archive mode only, and only applicable to ground-based
// projects. It will compute the mean radar location, from the short-
// and long-pulse input data, and print the mean to the terminal. The
// mean values can then be used in the radar_location parameter (see
// later) if override_radar_location is set to true.
//
// Type: boolean

compute_mean_location = TRUE;

///////////// input_fmq_url_short /////////////////////
//
// FMQ from which to read the short pulse moments stream.
Expand Down Expand Up @@ -345,11 +321,35 @@ override_radar_location = FALSE;
//

radar_location = {
latitudeDeg = 0,
longitudeDeg = 0,
altitudeKm = 0
latitudeDeg = 40.03811,
longitudeDeg = -105.239678,
altitudeKm = 1.600098
};

//======================================================================
//
// COMPUTE MEAN RADAR LOCATION?.
//
// This mode will compute the mean radar location for a ground-based
// insytallation.
//
//======================================================================

///////////// compute_mean_location ///////////////////
//
// Option to compute the mean location of the radar from the
// georeference data in the rays.
//
// Applicable in archive mode only, and only applicable to ground-based
// projects. It will compute the mean radar location, from the short-
// and long-pulse input data, and print the mean to the terminal. The
// mean values can then be used in the radar_location parameter (see
// above) if override_radar_location is set to TRUE.
//
// Type: boolean

compute_mean_location = TRUE;

//======================================================================
//
// SET THE COMBINED DWELL DETAILS.
Expand Down

0 comments on commit 88542d0

Please sign in to comment.