public class GtmBestTle extends GtmCommonDataBest
| Modifier and Type | Field and Description |
|---|---|
protected int |
nbToCompare
Amount of points to compute differences
|
nbMaxForBestDEF_MAX_ITER, DEF_POS_TOL, maxIter, method, positionOnly, posTol, withBStar| Constructor and Description |
|---|
GtmBestTle(fr.cnes.sirius.patrius.time.AbsoluteDate firstDate,
int nbMaxForBest,
int nbToCompare)
Constructor with only three arguments(other values taken by default).
|
GtmBestTle(fr.cnes.sirius.patrius.time.AbsoluteDate firstDate,
int nbMaxForBest,
int nbToCompare,
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
|
int |
getNbToCompare()
Method to get the amount of points to compute differences
|
getNbMaxForBestgetMaxIter, getMethod, getPosTol, isPositionOnly, isWithBStar, setMaxIter, setMethod, setPositionOnly, setPosTol, setWithBStarpublic GtmBestTle(fr.cnes.sirius.patrius.time.AbsoluteDate firstDate,
int nbMaxForBest,
int nbToCompare)
firstDate - First date to compute the TLE at the same epochnbMaxForBest - Maximum amount of points to find the optimum in the spacecraft listnbToCompare - Amount of points to compute differencespublic GtmBestTle(fr.cnes.sirius.patrius.time.AbsoluteDate firstDate,
int nbMaxForBest,
int nbToCompare,
double posTol,
boolean positionOnly,
boolean withBStar,
GtmBuildingMethods type,
int maxIter)
firstDate - First date to compute the TLE at the same epochnbMaxForBest - Maximum amount of points to find the optimum in the spacecraft listnbToCompare - Amount of points to compute differencesposTol - 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 int getNbToCompare()
Copyright © 2022. All rights reserved.