partage
Class SpotComplexInstanceGenerator.ConstellationParameters

java.lang.Object
  extended by partage.SpotComplexInstanceGenerator.ConstellationParameters
Enclosing class:
SpotComplexInstanceGenerator

public static class SpotComplexInstanceGenerator.ConstellationParameters
extends java.lang.Object

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.

Version:
July 07
Author:
Sylvain Bouveret

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

PERIOD

public static final int PERIOD
The period of the orbit (the time a complete rotation lasts)

See Also:
Constant Field Values

nbOfSatellites

public int nbOfSatellites
The number of satellites in the constellation.


offset

public int offset
The amount of time between two successive satellites


NB_OF_ROTATIONS

public static final int NB_OF_ROTATIONS
The nuber of rotations considered.

See Also:
Constant Field Values

MAX_ANGLE

public static final int MAX_ANGLE
The maximum deviation angle.

See Also:
Constant Field Values

ANGLE_VELOCITY

public static final 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).

See Also:
Constant Field Values

ANGULAR_SCOPE

public static final int ANGULAR_SCOPE
The scope of the observation instrument (in degrees).

See Also:
Constant Field Values

STEREO_OFFSET

public static final int STEREO_OFFSET
The time laps between two acquisitions of one stereo image.

See Also:
Constant Field Values
Constructor Detail

SpotComplexInstanceGenerator.ConstellationParameters

public SpotComplexInstanceGenerator.ConstellationParameters(int _nbOfSatellites,
                                                            int _offset)