Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Commit

Permalink
[ci-skip] Fix param docstring syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
UT-dave committed Nov 18, 2020
1 parent 7d3a6c9 commit 573efd1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions core/lib/ORD/ord.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,17 +167,17 @@ double TroposphereCorrection(const gpstk::TropModel& trop_model,
/// E.g., if dual-band, there should be no additional ionosphere correction applied.
/// Users should construct an ORD based on their data and use case.
/// Parameters:
/// @params bands -- Signal bands (one or two enums, for single-band/dual-band).
/// @params pseudoranges -- Pseudorange values, corresponding to frequency array (one or two).
/// @params trop_model -- Class that encapsulates ionospheric models.
/// @params rx_loc -- The location of the receiver.
/// @params sat_id -- Identifier for the satellite.
/// @params transmit_time -- The transmit time reported by satellite.
/// @params receive_time -- The nominal receive time.
/// @params iono_model -- Class that encapsulates ionospheric models.
/// @params trop_model -- Class that encapsulates troposphere models.
/// @params ephemeris -- The ephemeris to query against.
/// @params range_method -- One of four raw range methods, depending on what data is available.
/// @param[in] bands -- Signal bands (one or two enums, for single-band/dual-band).
/// @param[in] pseudoranges -- Pseudorange values, corresponding to frequency array (one or two).
/// @param[in] trop_model -- Class that encapsulates ionospheric models.
/// @param[in] rx_loc -- The location of the receiver.
/// @param[in] sat_id -- Identifier for the satellite.
/// @param[in] transmit_time -- The transmit time reported by satellite.
/// @param[in] receive_time -- The nominal receive time.
/// @param[in] iono_model -- Class that encapsulates ionospheric models.
/// @param[in] trop_model -- Class that encapsulates troposphere models.
/// @param[in] ephemeris -- The ephemeris to query against.
/// @param[in] range_method -- One of four raw range methods, depending on what data is available.
/// @returns Observed range deviation from 1st pseudorange.
/*
double calculate_ord(const std::vector<CarrierBand>& bands,
Expand Down

0 comments on commit 573efd1

Please sign in to comment.