Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Orekit
Orekit
Commits
592e50bd
Commit
592e50bd
authored
Jun 10, 2022
by
Bryan Cazabonne
Browse files
Fixed JavaDoc in Hatch filters.
parent
bed15b65
Pipeline
#2108
failed with stages
in 33 minutes and 9 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/orekit/estimation/measurements/filtering/DualFrequencyHatchFilter.java
View file @
592e50bd
...
...
@@ -31,7 +31,7 @@ import org.orekit.utils.Constants;
* temporally varying ionospheric delays. Still, the spatial variation of the ionospheric delays
* are not compensated by this phase combination.
* </p>
* @see "Subirana, J. S., Hernandez-Pajares, M.,
&
José Miguel Juan Zornoza. (2013).
* @see "Subirana, J. S., Hernandez-Pajares, M.,
and
José Miguel Juan Zornoza. (2013).
* GNSS Data Processing: Fundamentals and Algorithms. European Space Agency.
* Section 4.2.3.1.1"
*
...
...
src/main/java/org/orekit/estimation/measurements/filtering/HatchFilter.java
View file @
592e50bd
...
...
@@ -29,10 +29,10 @@ import org.hipparchus.util.FastMath;
* The original Hatch filter uses a single carrier-phase measurement as a smoothing value,
* while a divergence free combination of carrier phases can be used, as well as Doppler measurements.
* </p>
* @see "Subirana, J. S., Hernandez-Pajares, M.,
&
José Miguel Juan Zornoza. (2013).
* @see "Subirana, J. S., Hernandez-Pajares, M.,
and
José Miguel Juan Zornoza. (2013).
* GNSS Data Processing: Fundamentals and Algorithms. European Space Agency."
*
* @see "Zhou, Z.,
&
Li, B. (2017). Optimal Doppler-aided smoothing strategy for GNSS navigation.
* @see "Zhou, Z.,
and
Li, B. (2017). Optimal Doppler-aided smoothing strategy for GNSS navigation.
* GPS solutions, 21(1), 197-210."
*
* @author Louis Aucouturier
...
...
src/main/java/org/orekit/estimation/measurements/filtering/SingleFrequencyHatchFilter.java
View file @
592e50bd
...
...
@@ -30,10 +30,10 @@ import org.orekit.gnss.ObservationData;
* pseudo-range measurement using either a Doppler measurement
* or a carrier phase measurement.
* </p>
* @see "Subirana, J. S., Hernandez-Pajares, M.,
&
José Miguel Juan Zornoza. (2013).
* @see "Subirana, J. S., Hernandez-Pajares, M.,
and
José Miguel Juan Zornoza. (2013).
* GNSS Data Processing: Fundamentals and Algorithms. European Space Agency."
*
* @see "Zhou, Z.,
&
Li, B. (2017). Optimal Doppler-aided smoothing strategy for GNSS navigation.
* @see "Zhou, Z.,
and
Li, B. (2017). Optimal Doppler-aided smoothing strategy for GNSS navigation.
* GPS solutions, 21(1), 197-210."
*
* @author Louis Aucouturier
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment