Uses of Class
org.orekit.frames.TopocentricFrame

Packages that use TopocentricFrame
fr.cnes.sirius.patrius.events.sensor   
fr.cnes.sirius.patrius.groundstation   
fr.cnes.sirius.patrius.signalpropagation   
org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. 
 

Uses of TopocentricFrame in fr.cnes.sirius.patrius.events.sensor
 

Constructors in fr.cnes.sirius.patrius.events.sensor with parameters of type TopocentricFrame
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.
 

Uses of TopocentricFrame in fr.cnes.sirius.patrius.groundstation
 

Methods in fr.cnes.sirius.patrius.groundstation that return TopocentricFrame
 TopocentricFrame GeometricStationAntenna.getTopoFrame()
           
 

Constructors in fr.cnes.sirius.patrius.groundstation with parameters of type TopocentricFrame
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.
 

Uses of TopocentricFrame in fr.cnes.sirius.patrius.signalpropagation
 

Methods in fr.cnes.sirius.patrius.signalpropagation with parameters of type TopocentricFrame
 double SignalPropagationModel.getSignalTropoCorrection(TroposphericCorrection correction, SignalPropagation signal, TopocentricFrame topo)
          Computes the tropospheric effects corrections to be applied to a given PropagationSignal object.
 

Uses of TopocentricFrame in org.orekit.propagation.events
 

Methods in org.orekit.propagation.events that return TopocentricFrame
 TopocentricFrame ElevationDetector.getTopocentricFrame()
          Get the topocentric frame.
 TopocentricFrame GroundMaskElevationDetector.getTopocentricFrame()
          Get the topocentric frame.
 TopocentricFrame ExtremaElevationDetector.getTopocentricFrame()
           
 TopocentricFrame ApparentElevationDetector.getTopocentricFrame()
          Get the topocentric frame.
 

Constructors in org.orekit.propagation.events with parameters of type TopocentricFrame
ApparentElevationDetector(double elevation, TopocentricFrame topo)
          Build a new apparent elevation detector.
ApparentElevationDetector(double elevation, TopocentricFrame topo, double maxCheck)
          Build a new apparent elevation detector.
ApparentElevationDetector(double elevation, TopocentricFrame topo, double maxCheck, double threshold)
          Build a new apparent elevation detector.
ApparentElevationDetector(double elevation, TopocentricFrame topo, 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 elevation, TopocentricFrame topo, 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 elevation, TopocentricFrame topo)
          Build a new elevation detector.
ElevationDetector(double elevation, TopocentricFrame topo, double maxCheck)
          Build a new elevation detector.
ElevationDetector(double elevation, TopocentricFrame topo, double maxCheck, double threshold)
          Build a new elevation detector.
ElevationDetector(double elevation, TopocentricFrame topo, double maxCheck, double threshold, EventDetector.Action raising, EventDetector.Action setting)
          Build a new elevation detector.
ElevationDetector(double elevation, TopocentricFrame topo, 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 topo)
          Build a new azimuth-elevation detector.
GroundMaskElevationDetector(double[][] azimelev, TopocentricFrame topo, double maxCheck)
          Build a new azimuth-elevation detector.
GroundMaskElevationDetector(double[][] azimelev, TopocentricFrame topo, double maxCheck, double threshold)
          Build a new azimuth-elevation detector.
GroundMaskElevationDetector(double[][] azimelev, TopocentricFrame topo, double maxCheck, double threshold, EventDetector.Action raising, EventDetector.Action setting)
          Build a new azimuth-elevation detector.
GroundMaskElevationDetector(double[][] azimelev, TopocentricFrame topo, double maxCheck, double threshold, EventDetector.Action raising, EventDetector.Action setting, boolean removeRaising, boolean removeSetting)
          Build a new azimuth-elevation detector.
 



Copyright © 2017 CNES. All Rights Reserved.