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
7f6d9521
Commit
7f6d9521
authored
Sep 03, 2021
by
Bryan Cazabonne
Browse files
Updated FieldOfViewDetector documentation.
Fixes
#831
parent
2c2c7ce6
Pipeline
#1348
passed with stages
in 23 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/orekit/propagation/events/FieldOfViewDetector.java
View file @
7f6d9521
...
...
@@ -27,6 +27,12 @@ import org.orekit.utils.PVCoordinatesProvider;
/** Finder for target entry/exit events with respect to a satellite sensor
* {@link FieldOfView Field Of View}.
* <p>Beware that this detector is unaware of any bodies occluding line-of-sight to
* the target. It can be therefore used for many contexts from Earth Observation to
* interplanetary mission design. For instance, in an Earth Observation context,
* it can be easily combined to an {@link ElevationDetector} using
* {@link BooleanDetector#andCombine(java.util.Collection)} to calculate station
* visibility opportunities within the satellite's field of view.
* <p>The default implementation behavior is to {@link Action#CONTINUE continue}
* propagation at FOV entry and to {@link Action#STOP stop} propagation
* at FOV exit. This can be changed by calling
...
...
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