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
cb19b375
Commit
cb19b375
authored
Jun 13, 2022
by
Bryan Cazabonne
Browse files
Fixed again Javadoc in Hatch Filter.
parent
592e50bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/orekit/estimation/measurements/filtering/HatchFilter.java
View file @
cb19b375
...
...
@@ -175,7 +175,7 @@ abstract class HatchFilter {
* Computes the smoothed code value.
* <p>
* This method corresponds to Eq. (4.23) of
* "Subirana, J. S., Hernandez-Pajares, M.,
&
José Miguel Juan Zornoza.
* "Subirana, J. S., Hernandez-Pajares, M.,
and
José Miguel Juan Zornoza.
* GNSS Data Processing: Fundamentals and Algorithms.
* European Space Agency."
* </p>
...
...
@@ -190,7 +190,7 @@ abstract class HatchFilter {
}
/**
* Checks if need to reset the filter or if cycle slip occured.
* Checks if need to reset the filter or if cycle slip occur
r
ed.
* <p>
* If yes, the smoothed value is reinitialized to the last code value.
* If no, the smoothed value value is not changed and the filter counter is updated.
...
...
@@ -198,7 +198,7 @@ abstract class HatchFilter {
* @param codeValue value of the input code measurement (non-smoothed)
* @param smoothedValue the smoothed code value
* @param cycleSlip true if cycle slip is detected
* @return the smoothed or non-smoothed value depending if the filter must be reset
t
ed
* @return the smoothed or non-smoothed value depending if the filter must be reseted
*/
protected
double
checkValidData
(
final
double
codeValue
,
final
double
smoothedValue
,
final
boolean
cycleSlip
)
{
...
...
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