![]() |
Earth Observation Software Orbit and Attitude Adapater Tool |
![]() |
Class containing Input Configuration data for the EoOrbAttAdapter. More...
Public Member Functions | |
AdpOrbitChecksConfiguration () | |
time step threshold, to identify non-equally spaced OSVs [s] More... | |
Public Attributes | |
double | maximumGap |
if the checks were set in configuration More... | |
double | duplicatedOsvThreshold |
maximum time to identify a gap [s] More... | |
double | timeStep |
time to identify a duplicated OSV [s] More... | |
double | timeStepThreshold |
expected time step [s] More... | |
Class containing Input Configuration data for the EoOrbAttAdapter.
EoOrbAttAdapter.AdpOrbitChecksConfiguration.AdpOrbitChecksConfiguration | ( | ) |
time step threshold, to identify non-equally spaced OSVs [s]
Empty class constructor
double EoOrbAttAdapter.AdpOrbitChecksConfiguration.duplicatedOsvThreshold |
maximum time to identify a gap [s]
Referenced by EoOrbAttAdapter.AdpMainConfiguration.getTimeCorrelations(), and EoOrbAttAdapter.EoOrbAttAdapter.validationChecks().
double EoOrbAttAdapter.AdpOrbitChecksConfiguration.maximumGap |
if the checks were set in configuration
Referenced by EoOrbAttAdapter.AdpMainConfiguration.getTimeCorrelations(), and EoOrbAttAdapter.EoOrbAttAdapter.validationChecks().
double EoOrbAttAdapter.AdpOrbitChecksConfiguration.timeStep |
time to identify a duplicated OSV [s]
Referenced by EoOrbAttAdapter.AdpMainConfiguration.getTimeCorrelations(), and EoOrbAttAdapter.EoOrbAttAdapter.validationChecks().
double EoOrbAttAdapter.AdpOrbitChecksConfiguration.timeStepThreshold |
expected time step [s]
Referenced by EoOrbAttAdapter.AdpMainConfiguration.getTimeCorrelations(), and EoOrbAttAdapter.EoOrbAttAdapter.validationChecks().