|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object partage.SpotComplexInstanceGenerator.ConstellationParameters
public static class SpotComplexInstanceGenerator.ConstellationParameters
This static class represents the parameters of the constellation considered. We consider the case of satellites having exactly the same orbit and trajectory, following one eachother, and separated exactly by the same amount of time.
Field Summary | |
---|---|
static double |
ANGLE_VELOCITY
The angular velocity of the agile satellite (the satellite should be able to move from one side to the other in less than a minute). |
static int |
ANGULAR_SCOPE
The scope of the observation instrument (in degrees). |
static int |
MAX_ANGLE
The maximum deviation angle. |
static int |
NB_OF_ROTATIONS
The nuber of rotations considered. |
int |
nbOfSatellites
The number of satellites in the constellation. |
int |
offset
The amount of time between two successive satellites |
static int |
PERIOD
The period of the orbit (the time a complete rotation lasts) |
static int |
STEREO_OFFSET
The time laps between two acquisitions of one stereo image. |
Constructor Summary | |
---|---|
SpotComplexInstanceGenerator.ConstellationParameters(int _nbOfSatellites,
int _offset)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PERIOD
public int nbOfSatellites
public int offset
public static final int NB_OF_ROTATIONS
public static final int MAX_ANGLE
public static final double ANGLE_VELOCITY
public static final int ANGULAR_SCOPE
public static final int STEREO_OFFSET
Constructor Detail |
---|
public SpotComplexInstanceGenerator.ConstellationParameters(int _nbOfSatellites, int _offset)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |