public class LineSensor extends Object
| Constructor and Description |
|---|
LineSensor(String name,
LineDatation datationModel,
Vector3D position,
TimeDependentLOS los)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpRate(double lineNumber)
Dump the rate for the current line number.
|
AbsoluteDate |
getDate(double lineNumber)
Get the date.
|
double |
getLine(AbsoluteDate date)
Get the line number.
|
Vector3D |
getLOS(AbsoluteDate date,
double i)
Get the pixel normalized interpolated line-of-sight at some date.
|
Vector3D |
getLOS(AbsoluteDate date,
int i)
Get the pixel normalized line-of-sight at some date.
|
<T extends Derivative<T>> |
getLOSDerivatives(AbsoluteDate date,
double i,
DerivativeGenerator<T> generator)
Get the pixel normalized line-of-sight at some date,
and their derivatives with respect to estimated parameters.
|
<T extends Derivative<T>> |
getLOSDerivatives(AbsoluteDate date,
int i,
DerivativeGenerator<T> generator)
Get the pixel normalized line-of-sight at some date,
and their derivatives with respect to estimated parameters.
|
String |
getName()
Get the name of the sensor.
|
int |
getNbPixels()
Get the number of pixels.
|
Stream<ParameterDriver> |
getParametersDrivers()
Get the drivers for LOS parameters.
|
Vector3D |
getPosition()
Get the sensor position.
|
double |
getRate(double lineNumber)
Get the rate of lines scanning.
|
public LineSensor(String name, LineDatation datationModel, Vector3D position, TimeDependentLOS los)
name - name of the sensordatationModel - datation modelposition - sensor position in spacecraft framelos - pixels lines-of-sight in spacecraft frameLOSBuilderpublic String getName()
public int getNbPixels()
public Stream<ParameterDriver> getParametersDrivers()
public Vector3D getLOS(AbsoluteDate date, int i)
date - current datei - pixel index (must be between 0 and getNbPixels() - 1public Vector3D getLOS(AbsoluteDate date, double i)
date - current datei - pixel index (must be between 0 and getNbPixels() - 1public <T extends Derivative<T>> FieldVector3D<T> getLOSDerivatives(AbsoluteDate date, int i, DerivativeGenerator<T> generator)
T - derivative typedate - current datei - pixel index (must be between 0 and getNbPixels() - 1generator - generator to use for building Derivative instancespublic <T extends Derivative<T>> FieldVector3D<T> getLOSDerivatives(AbsoluteDate date, double i, DerivativeGenerator<T> generator)
T - derivative typedate - current datei - pixel index (must be between 0 and getNbPixels() - 1generator - generator to use for building Derivative instancespublic AbsoluteDate getDate(double lineNumber)
lineNumber - line numberpublic double getLine(AbsoluteDate date)
date - datepublic double getRate(double lineNumber)
lineNumber - line numberpublic Vector3D getPosition()
public void dumpRate(double lineNumber)
lineNumber - line numberCopyright © 2014-2020 CS GROUP. All rights reserved.