-
- Downloads
Added scheduling predicates that can be combined.
The predicates by themselves are simple but can be combined to match mission-specific or measurement-specific needs. As an example an optical tracking of satellites on the stars background using a telescope requires to have at measurement time the satellite visible from the telescope location, the telescope location be in the night side of the Earth and the satellite being still sunlit. This can be described as a combing scheduling predicate that is the AND combination of VisibleFromGround, GroundAtNight and Sunlit basic predicates.
Showing
- src/design/measurements-generation-class-diagram.puml 34 additions, 21 deletionssrc/design/measurements-generation-class-diagram.puml
- src/main/java/org/orekit/estimation/measurements/generation/Generator.java 5 additions, 5 deletions.../orekit/estimation/measurements/generation/Generator.java
- src/main/java/org/orekit/estimation/measurements/generation/PredicateScheduler.java 101 additions, 0 deletions...stimation/measurements/generation/PredicateScheduler.java
- src/main/java/org/orekit/estimation/measurements/generation/Scheduler.java 1 addition, 1 deletion.../orekit/estimation/measurements/generation/Scheduler.java
- src/main/java/org/orekit/estimation/measurements/generation/SchedulingPredicate.java 86 additions, 0 deletions...timation/measurements/generation/SchedulingPredicate.java
Loading
Please register or sign in to comment