| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.assembly.models | |
| fr.cnes.sirius.patrius.events.detectors |
| Modifier and Type | Method and Description |
|---|---|
double |
SensorModel.celestialBodiesMaskingDistance(AbsoluteDate spacecraftDate,
AbsoluteDate targetDate,
AbstractSignalPropagationDetector.PropagationDelayType propagationDelayType,
VisibilityFromStationDetector.LinkType linkType)
Computes the minimal euclidian distance to the celestial body shapes.
|
double |
SensorModel.spacecraftsMaskingDistance(AbsoluteDate spacecraftDate,
AbsoluteDate targetDate,
AbstractSignalPropagationDetector.PropagationDelayType propagationDelayType,
VisibilityFromStationDetector.LinkType linkType)
Computes the minimal euclidian distance to the spacecraft's shapes (GEOMERTY properties).
|
| Modifier and Type | Method and Description |
|---|---|
VisibilityFromStationDetector.LinkType |
SatToSatMutualVisibilityDetector.SatToSatLinkType.getLinkType()
Returns the link type.
|
VisibilityFromStationDetector.LinkType |
ExtremaElevationDetector.getLinkType()
Returns the type of link (it can be uplink or downlink).
|
VisibilityFromStationDetector.LinkType |
AbstractStationToSatDetector.getLinkType()
Returns the type of link (it can be uplink or downlink).
|
static VisibilityFromStationDetector.LinkType |
VisibilityFromStationDetector.LinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisibilityFromStationDetector.LinkType[] |
VisibilityFromStationDetector.LinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractStationToSatDetector(GeometricStationAntenna stationModel,
AngularCorrection correctionModel,
SensorModel sensorModel,
boolean withMasking,
double maxCheck,
double threshold,
EventDetector.Action entry,
EventDetector.Action exit,
boolean removeEntry,
boolean removeExit,
int slopeSelection,
VisibilityFromStationDetector.LinkType linkTypeIn)
Constructor for the abstract event detector using a station elevation correction.
|
ExtremaElevationDetector(TopocentricFrame topoFrame,
int extremumType,
double maxCheck,
double threshold,
EventDetector.Action action,
boolean remove,
VisibilityFromStationDetector.LinkType linkTypeIn)
Constructor for a min or max elevation detector.
|
LinkTypeHandler(VisibilityFromStationDetector.LinkType linkType,
PVCoordinatesProvider otherElement)
Constructor with a
VisibilityFromStationDetector.LinkType. |
StationToSatMutualVisibilityDetector(SensorModel sensorModel1,
GeometricStationAntenna station,
AngularCorrection correctionModel,
boolean withMasking,
double maxCheck,
double threshold,
EventDetector.Action entry,
EventDetector.Action exit,
boolean removeEntry,
boolean removeExit,
VisibilityFromStationDetector.LinkType linkTypeIn)
Constructor for the mutual station to spacecraft visibility detector
|
StationToSatMutualVisibilityDetector(SensorModel sensorModel1,
TopocentricFrame topoFrame,
double[][] azimElevMask,
AngularCorrection correctionModel,
double maxCheck,
double threshold,
EventDetector.Action entry,
EventDetector.Action exit,
boolean removeEntry,
boolean removeExit,
VisibilityFromStationDetector.LinkType linkTypeIn)
Constructor for the mutual station to spacecraft visibility detector
|
VisibilityFromStationDetector(GeometricStationAntenna stationModel,
AngularCorrection correctionModel,
double maxCheck,
double threshold,
EventDetector.Action raising,
EventDetector.Action setting,
boolean removeRaising,
boolean removeSetting,
VisibilityFromStationDetector.LinkType linkTypeIn)
Build a new apparent elevation detector with parameterizable tropospheric correction.
|
VisibilityFromStationDetector(GeometricStationAntenna stationModel,
AngularCorrection correctionModel,
double maxCheck,
double threshold,
EventDetector.Action raising,
EventDetector.Action setting,
VisibilityFromStationDetector.LinkType linkTypeIn)
Build a new apparent elevation detector with parameterizable tropospheric correction.
|
VisibilityFromStationDetector(GeometricStationAntenna stationModel,
AngularCorrection correctionModel,
double maxCheck,
double threshold,
VisibilityFromStationDetector.LinkType linkTypeIn)
Build a new apparent elevation detector with parameterizable tropospheric correction.
|
VisibilityFromStationDetector(GeometricStationAntenna stationModel,
AngularCorrection correctionModel,
int slopeSelection,
double maxCheck,
double threshold,
EventDetector.Action action,
boolean remove,
VisibilityFromStationDetector.LinkType linkTypeIn)
Build a new apparent elevation detector with parameterizable tropospheric correction.
|
VisibilityFromStationDetector(GeometricStationAntenna stationModel,
SensorModel sensorModel,
AngularCorrection correctionModel,
boolean withMasking,
double maxCheck,
double threshold,
EventDetector.Action raising,
EventDetector.Action setting,
boolean removeRaising,
boolean removeSetting,
VisibilityFromStationDetector.LinkType linkTypeIn)
Build a new apparent elevation detector with parameterizable tropospheric correction.
|
VisibilityFromStationDetector(TopocentricFrame topoFrame,
double[][] azimElevMask,
AngularCorrection correctionModel,
double maxCheck,
double threshold,
EventDetector.Action raising,
EventDetector.Action setting,
boolean removeRaising,
boolean removeSetting,
VisibilityFromStationDetector.LinkType linkTypeIn)
Build a new apparent elevation detector with parameterizable tropospheric correction.
|
VisibilityFromStationDetector(TopocentricFrame topoFrame,
double[][] azimElevMask,
AngularCorrection correctionModel,
double maxCheck,
double threshold,
EventDetector.Action raising,
EventDetector.Action setting,
VisibilityFromStationDetector.LinkType linkTypeIn)
Build a new apparent elevation detector with parameterizable tropospheric correction.
|
VisibilityFromStationDetector(TopocentricFrame topoFrame,
double[][] azimElevMask,
AngularCorrection correctionModel,
double maxCheck,
double threshold,
VisibilityFromStationDetector.LinkType linkTypeIn)
Build a new apparent elevation detector with parameterizable tropospheric correction.
|
VisibilityFromStationDetector(TopocentricFrame topoFrame,
double[][] azimElevMask,
SensorModel sensorModel,
AngularCorrection correctionModel,
boolean withMasking,
double maxCheck,
double threshold,
EventDetector.Action raising,
EventDetector.Action setting,
boolean removeRaising,
boolean removeSetting,
VisibilityFromStationDetector.LinkType linkTypeIn)
Build a new apparent elevation detector with parameterizable tropospheric correction.
|
Copyright © 2025 CNES. All rights reserved.