public class GtmBestTlesPeriod extends GtmCommonDataBest
nbMaxForBestDEF_MAX_ITER, DEF_POS_TOL, maxIter, method, positionOnly, posTol, withBStar| Constructor and Description |
|---|
GtmBestTlesPeriod(fr.cnes.sirius.patrius.time.AbsoluteDate firstDate,
double period,
boolean flagMan,
double minDuration,
int nbMaxForBest)
Constructor with only four arguments (other values taken by default).
|
GtmBestTlesPeriod(fr.cnes.sirius.patrius.time.AbsoluteDate firstDate,
double period,
boolean flagMan,
double minDuration,
int nbMaxForBest,
double posTol,
boolean positionOnly,
boolean withBStar,
GtmBuildingMethods type,
int maxIter)
Constructor with full arguments.
|
| Modifier and Type | Method and Description |
|---|---|
fr.cnes.sirius.patrius.time.AbsoluteDate |
getFirstDate()
Method to get the first date to compute the TLE at the same epoch
|
double |
getMinDuration()
Method to get the minimum duration for updating TLE.
|
double |
getPeriod()
Method to get the period to update TLEs
|
boolean |
isFlagMan()
Method to know if maneuvers are taken into account
|
getNbMaxForBestgetMaxIter, getMethod, getPosTol, isPositionOnly, isWithBStar, setMaxIter, setMethod, setPositionOnly, setPosTol, setWithBStarpublic GtmBestTlesPeriod(fr.cnes.sirius.patrius.time.AbsoluteDate firstDate,
double period,
boolean flagMan,
double minDuration,
int nbMaxForBest)
firstDate - First date to compute the TLE at the same epochperiod - Period for updating TLE (s)flagMan - taking into account maneuvers if true.minDuration - Minimum duration for updating TLE (s)nbMaxForBest - Maximum amount of points to find the optimum in the spacecraft listpublic GtmBestTlesPeriod(fr.cnes.sirius.patrius.time.AbsoluteDate firstDate,
double period,
boolean flagMan,
double minDuration,
int nbMaxForBest,
double posTol,
boolean positionOnly,
boolean withBStar,
GtmBuildingMethods type,
int maxIter)
firstDate - First date to compute the TLE at the same epochperiod - Period for updating TLE (s)flagMan - taking into account maneuvers if true.minDuration - Minimum duration for updating TLE (s)nbMaxForBest - Maximum amount of points to find the optimum in the spacecraft listposTol - Position precision (m)positionOnly - Only position precision research if truewithBStar - Using drag evaluation if truetype - Type of method to use (Differential or LevenbergMarquardt)maxIter - Maximum number of iterations for fittingpublic fr.cnes.sirius.patrius.time.AbsoluteDate getFirstDate()
public double getPeriod()
public boolean isFlagMan()
public double getMinDuration()
Copyright © 2022. All rights reserved.