| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpartage.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_VELOCITYThe 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_SCOPEThe scope of the observation instrument (in degrees). | 
| static int | MAX_ANGLEThe maximum deviation angle. | 
| static int | NB_OF_ROTATIONSThe nuber of rotations considered. | 
|  int | nbOfSatellitesThe number of satellites in the constellation. | 
|  int | offsetThe amount of time between two successive satellites | 
| static int | PERIODThe period of the orbit (the time a complete rotation lasts) | 
| static int | STEREO_OFFSETThe 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 | ||||||||