|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object partage.PleiadesComplexInstanceGenerator.RequestsParameters
public static class PleiadesComplexInstanceGenerator.RequestsParameters
A static class for representing the requests parameters of the Pleiades instance.
Field Summary | |
---|---|
static int |
DIFFCLAS_WEIGHTS
a static field for selecting the non-uniform distribution of weights ; weights are distributed among nClasses classes. |
int |
factor
The ratio between two consecutive classes (for non-uniform repartition of weights) - default is 100. |
int |
maxNumberOfObservationsInWideAreaImages
This parameter specifies the maximum number of observations of which the wide area images are made. |
int |
maxWeight
This parameter specifies the maximum weight of the observation requests (for uniform weights). |
int |
minNumberOfObservationsInWideAreaImages
This parameter specifies the minimum number of observations of which the wide area images are made. |
int |
minWeight
This parameter specifies the minimum weight of the observation requests (for uniform weights). |
int |
nbOfOrbits
The number of rotations of the satellite (usefull for generating the requests) -- default is 3. |
int |
nClasses
Number of classes (for non-uniform repartition of weights) - default is 4. |
double |
probabilityOfCommonRequest
This parameter specifies the probability of a common request. |
double |
probabilityOfStereoImages
This parameter specifies the probability of a request to be a stereo image. |
double |
probabilityOfWideAreaImages
This parameter specifies the probability of a request to concern wide areas (that can be aquired only with several opportunities). |
double |
probabilityToBeAcquiredTheSameOrbit
This parameter specifies the probability for a wide area image or for a stereo image to be constrained to be acquired during the same orbit. -- Default is 0.2. |
static int |
UNIFORM_WEIGHTS
a static field for selecting the uniform distribution of weights. |
int |
weightDist
Type of weights distribution - default is DIFFCLAS_WEIGHTS |
Constructor Summary | |
---|---|
PleiadesComplexInstanceGenerator.RequestsParameters(double _pCR,
double _pSI,
double _pWAI,
int _minNbIWAI,
int _maxNbIWAI,
int _minW,
int _maxW)
Instantiates the class RequestsParemeters |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int nbOfOrbits
public static final int UNIFORM_WEIGHTS
public static final int DIFFCLAS_WEIGHTS
nClasses
classes.
public double probabilityOfCommonRequest
public double probabilityOfStereoImages
public double probabilityOfWideAreaImages
public int minNumberOfObservationsInWideAreaImages
public int maxNumberOfObservationsInWideAreaImages
public double probabilityToBeAcquiredTheSameOrbit
public int weightDist
DIFFCLAS_WEIGHTS
public int nClasses
public int factor
public int minWeight
public int maxWeight
Constructor Detail |
---|
public PleiadesComplexInstanceGenerator.RequestsParameters(double _pCR, double _pSI, double _pWAI, int _minNbIWAI, int _maxNbIWAI, int _minW, int _maxW)
RequestsParemeters
_pCR
- The probability of requests to be a common request._pSI
- The probability of requests to be stereo images._pWAI
- The probability of requests to be wide area images._minNbIWAI
- The min number of observations in wide area images._maxNbIWAI
- The max number of observations in wide area images._minW
- the minimum weight._maxW
- the maximum weight.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |