public class GtmCommonDataBest extends GtmCommonData
| Modifier and Type | Field and Description |
|---|---|
protected int |
nbMaxForBest
Maximum amount of points to find the optimum
|
DEF_MAX_ITER, DEF_POS_TOL, maxIter, method, positionOnly, posTol, withBStar| Constructor and Description |
|---|
GtmCommonDataBest(int nbMaxForBest)
Constructor with only two arguments (other values taken by default).
|
GtmCommonDataBest(int nbMaxForBest,
double posTol,
boolean positionOnly,
boolean withBStar,
GtmBuildingMethods type,
int maxIter)
Constructor with full arguments.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNbMaxForBest()
Method to get the maximum amount of points to find the optimum in the spacecraft list
|
getMaxIter, getMethod, getPosTol, isPositionOnly, isWithBStar, setMaxIter, setMethod, setPositionOnly, setPosTol, setWithBStarprotected final int nbMaxForBest
public GtmCommonDataBest(int nbMaxForBest)
nbMaxForBest - Maximum amount of points to find the optimum in the spacecraft listpublic GtmCommonDataBest(int nbMaxForBest,
double posTol,
boolean positionOnly,
boolean withBStar,
GtmBuildingMethods type,
int maxIter)
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 fittingCopyright © 2022. All rights reserved.