Uses of Interface
fr.cnes.sirius.patrius.signalpropagation.AngularCorrection

Packages that use AngularCorrection
fr.cnes.sirius.patrius.events.sensor   
fr.cnes.sirius.patrius.signalpropagation   
 

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

Methods in fr.cnes.sirius.patrius.events.sensor that return AngularCorrection
 AngularCorrection AbstractDetectorWithTropoCorrection.getCorrection()
          Get the correction.
 

Constructors in fr.cnes.sirius.patrius.events.sensor with parameters of type AngularCorrection
AbstractDetectorWithTropoCorrection(GeometricStationAntenna stationModel, AngularCorrection correctionModel, double maxCheck, double threshold)
          Constructor for the abstract event detector using a station elevation correction.
StationToSatMutualVisibilityDetector(SensorModel sensorModel1, GeometricStationAntenna station, AngularCorrection correctionModel, boolean withMasking, double maxCheck, double threshold)
          Constructor for the mutual station to spacecraft visibility detector
StationToSatMutualVisibilityDetector(SensorModel sensorModel1, GeometricStationAntenna station, AngularCorrection correctionModel, boolean withMasking, double maxCheck, double threshold, EventDetector.Action entry, EventDetector.Action exit)
          Constructor for the mutual station to spacecraft visibility detector
StationToSatMutualVisibilityDetector(SensorModel sensorModel1, GeometricStationAntenna station, AngularCorrection correctionModel, boolean withMasking, double maxCheck, double threshold, EventDetector.Action entry, EventDetector.Action exit, boolean removeEntry, boolean removeExit)
          Constructor for the mutual station to spacecraft visibility detector
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(GeometricStationAntenna stationModel, AngularCorrection correctionModel, double maxCheck, double threshold)
          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)
          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, boolean removeRaising, boolean removeSetting)
          Build a new apparent elevation detector with parameterizable tropospheric correction.
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 AngularCorrection in fr.cnes.sirius.patrius.signalpropagation
 

Classes in fr.cnes.sirius.patrius.signalpropagation that implement AngularCorrection
 class AzoulayModel
          This class is a tropospheric correction model that implements the TroposphericCorrection and AngularCorrection interfaces to correct a signal with the Azoulay model.
 



Copyright © 2017 CNES. All Rights Reserved.