public class GtmSingleTle extends GtmCommonData
DEF_MAX_ITER, DEF_POS_TOL, maxIter, method, positionOnly, posTol, withBStar| Constructor and Description |
|---|
GtmSingleTle(fr.cnes.sirius.patrius.time.AbsoluteDate firstDate,
int nbPts)
Constructor with only two arguments (other values taken by default).
|
GtmSingleTle(fr.cnes.sirius.patrius.time.AbsoluteDate firstDate,
int nbPts,
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 |
getNbPts()
Method to get the amount of points in the spacecraft list
|
getMaxIter, getMethod, getPosTol, isPositionOnly, isWithBStar, setMaxIter, setMethod, setPositionOnly, setPosTol, setWithBStarpublic GtmSingleTle(fr.cnes.sirius.patrius.time.AbsoluteDate firstDate,
int nbPts)
firstDate - First date to compute the TLE at the same epochnbPts - Amount of points in the spacecraft listpublic GtmSingleTle(fr.cnes.sirius.patrius.time.AbsoluteDate firstDate,
int nbPts,
double posTol,
boolean positionOnly,
boolean withBStar,
GtmBuildingMethods type,
int maxIter)
firstDate - First date to compute the TLE at the same epochnbPts - Amount of points 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 int getNbPts()
Copyright © 2022. All rights reserved.