DEIMOS
Earth Observation Mission CFI Software
DataHandling Software User Manual
for JAVA
ESA

EECFI.StfVhr Class Reference

Class for containing Swath variable header. More...

List of all members.

Public Member Functions

 StfVhr ()
 Constructor.
 StfVhr (final String stfNam, final String refOSF, final String refSDF, final long swathTyp, final long swathPointTyp, final double timStep, final long refrMode, final double freq, final long numP, final Vector< Double > alt, final boolean geomFlag, final long repCycl, final long cyclLength, final double meanlstDrift, final long absOrb, final long orbit0, final long orbit1, double[] pos, double[] vel)
 Constructor with parameters.

Public Attributes

String stfName
 Swath template file name.
String ReferenceOSF
 Reference Orbit Scenario file.
String ReferenceSDF
 Reference swath definition file.
long swathType
 Swath type (SwathRecEnum: open/close).
long swathPointType
 Swath point type (SwathPointTypeEnum: geodetic/inertial).
double timeStep
 Time step.
long refractionMode
 Refraction model (TargetRayEnum).
double frequency
 Frequency (Hz).
long numPoints
 Number of points in the instantaneous swath.
Vector< Double > altitude
 List of altitudes.
boolean geometryFlag
 true if the geometry of the orbit is defined.
long repCycle
 Repeat cycle.
long cycleLength
 Cycle lenght.
double mlstDrift
 MLST drift.
long absOrbit
 Absolute orbit.
long orbitStart
 Start orbit of validity range.
long orbitStop
 Stop orbit of validity range.
double[] position
 Array of positions.
double[] velocity
 Array of velocities.

Detailed Description

Class for containing Swath variable header.


Constructor & Destructor Documentation

EECFI.StfVhr.StfVhr (  ) 

Constructor.

EECFI.StfVhr.StfVhr ( final String  stfNam,
final String  refOSF,
final String  refSDF,
final long  swathTyp,
final long  swathPointTyp,
final double  timStep,
final long  refrMode,
final double  freq,
final long  numP,
final Vector< Double >  alt,
final boolean  geomFlag,
final long  repCycl,
final long  cyclLength,
final double  meanlstDrift,
final long  absOrb,
final long  orbit0,
final long  orbit1,
double[]  pos,
double[]  vel 
)

Constructor with parameters.


Member Data Documentation

Absolute orbit.

Vector<Double> EECFI.StfVhr.altitude

List of altitudes.

Cycle lenght.

Frequency (Hz).

true if the geometry of the orbit is defined.

false if the OSV.

MLST drift.

Number of points in the instantaneous swath.

Start orbit of validity range.

Stop orbit of validity range.

Array of positions.

Reference Orbit Scenario file.

Reference swath definition file.

Refraction model (TargetRayEnum).

Repeat cycle.

Swath template file name.

Swath point type (SwathPointTypeEnum: geodetic/inertial).

Swath type (SwathRecEnum: open/close).

Array of velocities.


Generated on Mon Dec 11 2023 14:48:14 for by doxygen 1.7.1