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
9d2543ab
Commit
9d2543ab
authored
Sep 03, 2021
by
Bryan Cazabonne
Browse files
Added Orekit version and taken into account default values.
parent
5e9a21ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/orekit/propagation/events/AngularSeparationFromSatelliteDetector.java
View file @
9d2543ab
...
...
@@ -36,6 +36,7 @@ import org.orekit.utils.PVCoordinatesProvider;
* @see org.orekit.propagation.Propagator#addEventDetector(EventDetector)
* @author Luc Maisonobe
* @author Thomas Paulet
* @since 11.0
*/
public
class
AngularSeparationFromSatelliteDetector
extends
AbstractDetector
<
AngularSeparationFromSatelliteDetector
>
{
...
...
@@ -57,7 +58,7 @@ public class AngularSeparationFromSatelliteDetector extends AbstractDetector<Ang
public
AngularSeparationFromSatelliteDetector
(
final
PVCoordinatesProvider
primaryObject
,
final
PVCoordinatesProvider
secondaryObject
,
final
double
proximityAngle
)
{
this
(
60.0
,
1.0
e
-
3
,
100
,
new
StopOnDecreasing
<
AngularSeparationFromSatelliteDetector
>(),
this
(
DEFAULT_MAXCHECK
,
DEFAULT_THRESHOLD
,
DEFAULT_MAX_ITER
,
new
StopOnDecreasing
<
AngularSeparationFromSatelliteDetector
>(),
primaryObject
,
secondaryObject
,
proximityAngle
);
}
...
...
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