public class GtmDOrbStats extends Object
| Constructor and Description |
|---|
GtmDOrbStats(int indexMin,
int indexMax,
double min,
double max,
double mean)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndexMax()
Method to get the index in the spacecraft list corresponding to the maximum difference
|
int |
getIndexMin()
Method to get the index in the spacecraft list corresponding to the minimum difference
|
double |
getMax()
Method to get the maximum difference
|
double |
getMean()
Method to get the mean difference
|
double |
getMin()
Method to get the minimum difference
|
public GtmDOrbStats(int indexMin,
int indexMax,
double min,
double max,
double mean)
indexMin - Index in the spacecraft list corresponding to the minimum differenceindexMax - Index in the spacecraft list corresponding to the maximum differencemin - Minimum differencemax - Maximum differencemean - Mean differencepublic int getIndexMin()
public int getIndexMax()
public double getMin()
public double getMax()
public double getMean()
Copyright © 2022. All rights reserved.