Constructor and Description |
---|
StationToSatMutualVisibilityDetector(SensorModel sensorModel1,
TopocentricFrame topoFrame,
double[][] azimElevMask,
AngularCorrection correctionModel,
double maxCheck,
double threshold)
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)
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)
Constructor for the mutual station to spacecraft visibility detector
|
VisibilityFromStationDetector(TopocentricFrame topoFrame,
double[][] azimElevMask,
AngularCorrection correctionModel,
double maxCheck,
double threshold)
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)
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)
Build a new apparent elevation detector with parameterizable tropospheric correction.
|
Modifier and Type | Method and Description |
---|---|
TopocentricFrame |
GeometricStationAntenna.getTopoFrame() |
Constructor and Description |
---|
GeometricStationAntenna(TopocentricFrame topoFrame,
double[][] azimElevMask)
Constructor of the ground station antenna (for reverse visibility detection)
|
GeometricStationAntenna(TopocentricFrame topoFrame,
IFieldOfView fieldOfView)
Constructor of the ground station antenna (for reverse visibility detection)
|
RFStationAntenna(TopocentricFrame inTopoFrame,
double inMeritFactor,
double inGroundLoss,
double inEllipticityFactor,
double[][] inAtmosphericLoss,
double[][] inPointingLoss,
double inCombinerLoss)
Constructor of the station antenna model.
|
Modifier and Type | Method and Description |
---|---|
TopocentricFrame |
ElevationDetector.getTopocentricFrame()
Get the topocentric frame.
|
TopocentricFrame |
ApparentElevationDetector.getTopocentricFrame()
Get the topocentric frame.
|
TopocentricFrame |
GroundMaskElevationDetector.getTopocentricFrame()
Get the topocentric frame.
|
TopocentricFrame |
ExtremaElevationDetector.getTopocentricFrame() |
Constructor and Description |
---|
ApparentElevationDetector(double elevationIn,
TopocentricFrame topoIn)
Build a new apparent elevation detector.
|
ApparentElevationDetector(double elevationIn,
TopocentricFrame topoIn,
double maxCheck)
Build a new apparent elevation detector.
|
ApparentElevationDetector(double elevationIn,
TopocentricFrame topoIn,
double maxCheck,
double threshold)
Build a new apparent elevation detector.
|
ApparentElevationDetector(double elevationIn,
TopocentricFrame topoIn,
double maxCheck,
double threshold,
EventDetector.Action raisingAction,
EventDetector.Action settingAction)
Build a new apparent elevation detector with specified actions at raising and setting.
|
ApparentElevationDetector(double elevationIn,
TopocentricFrame topoIn,
double maxCheck,
double threshold,
EventDetector.Action raisingAction,
EventDetector.Action settingAction,
boolean raisingRemove,
boolean settingRemove)
Build a new apparent elevation detector with specified actions at raising and setting.
|
ElevationDetector(double elevationIn,
TopocentricFrame topoIn)
Build a new elevation detector.
|
ElevationDetector(double elevationIn,
TopocentricFrame topoIn,
double maxCheck)
Build a new elevation detector.
|
ElevationDetector(double elevationIn,
TopocentricFrame topoIn,
double maxCheck,
double threshold)
Build a new elevation detector.
|
ElevationDetector(double elevationIn,
TopocentricFrame topoIn,
double maxCheck,
double threshold,
EventDetector.Action raising,
EventDetector.Action setting)
Build a new elevation detector.
|
ElevationDetector(double elevationIn,
TopocentricFrame topoIn,
double maxCheck,
double threshold,
EventDetector.Action raising,
EventDetector.Action setting,
boolean removeRaising,
boolean removeSetting)
Build a new elevation detector.
|
ExtremaElevationDetector(TopocentricFrame topoFrame,
int extremumType,
double maxCheck)
Constructor for a min and max elevation detector.
|
ExtremaElevationDetector(TopocentricFrame topoFrame,
int extremumType,
double maxCheck,
double threshold)
Constructor for a min or max elevation detector.
|
ExtremaElevationDetector(TopocentricFrame topoFrame,
int extremumType,
double maxCheck,
double threshold,
EventDetector.Action action)
Constructor for a min or max elevation detector.
|
ExtremaElevationDetector(TopocentricFrame topoFrame,
int extremumType,
double maxCheck,
double threshold,
EventDetector.Action action,
boolean remove)
Constructor for a min or max elevation detector.
|
GroundMaskElevationDetector(double[][] azimelev,
TopocentricFrame topoIn)
Build a new azimuth-elevation detector.
|
GroundMaskElevationDetector(double[][] azimelev,
TopocentricFrame topoIn,
double maxCheck)
Build a new azimuth-elevation detector.
|
GroundMaskElevationDetector(double[][] azimelev,
TopocentricFrame topoIn,
double maxCheck,
double threshold)
Build a new azimuth-elevation detector.
|
GroundMaskElevationDetector(double[][] azimelev,
TopocentricFrame topoIn,
double maxCheck,
double threshold,
EventDetector.Action raising,
EventDetector.Action setting)
Build a new azimuth-elevation detector.
|
GroundMaskElevationDetector(double[][] azimelev,
TopocentricFrame topoIn,
double maxCheck,
double threshold,
EventDetector.Action raising,
EventDetector.Action setting,
boolean removeRaising,
boolean removeSetting)
Build a new azimuth-elevation detector.
|
Modifier and Type | Method and Description |
---|---|
double |
SignalPropagationModel.getSignalTropoCorrection(TroposphericCorrection correction,
SignalPropagation signal,
TopocentricFrame topo)
Computes the tropospheric effects corrections to be applied to a given
PropagationSignal object.
|
Copyright © 2018 CNES. All Rights Reserved.