public class GtmBestTlesDates extends GtmCommonDataBest
nbMaxForBestDEF_MAX_ITER, DEF_POS_TOL, maxIter, method, positionOnly, posTol, withBStar| Constructor and Description |
|---|
GtmBestTlesDates(List<fr.cnes.sirius.patrius.time.AbsoluteDate> listOfDates,
double minDuration,
int nbMaxForBest)
Constructor with only four arguments (other values taken by default).
|
GtmBestTlesDates(List<fr.cnes.sirius.patrius.time.AbsoluteDate> listOfDates,
double minDuration,
int nbMaxForBest,
double posTol,
boolean positionOnly,
boolean withBStar,
GtmBuildingMethods type,
int maxIter)
Constructor with full arguments.
|
| Modifier and Type | Method and Description |
|---|---|
List<fr.cnes.sirius.patrius.time.AbsoluteDate> |
getListOfDates()
Method to get the list of dates for updating TLE
|
double |
getMinDuration()
Method to get the minimum duration for updating TLE.
|
getNbMaxForBestgetMaxIter, getMethod, getPosTol, isPositionOnly, isWithBStar, setMaxIter, setMethod, setPositionOnly, setPosTol, setWithBStarpublic GtmBestTlesDates(List<fr.cnes.sirius.patrius.time.AbsoluteDate> listOfDates, double minDuration, int nbMaxForBest)
listOfDates - List of dates for updating TLEminDuration - Minimum duration for updating TLE (s)nbMaxForBest - Maximum amount of points to find the optimum in the spacecraft listpublic GtmBestTlesDates(List<fr.cnes.sirius.patrius.time.AbsoluteDate> listOfDates, double minDuration, int nbMaxForBest, double posTol, boolean positionOnly, boolean withBStar, GtmBuildingMethods type, int maxIter)
listOfDates - List of dates for updating TLEminDuration - 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 List<fr.cnes.sirius.patrius.time.AbsoluteDate> getListOfDates()
public double getMinDuration()
Copyright © 2022. All rights reserved.