|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class for reading star tracker files. More...
Public Member Functions | |
| StarTrackerFile () | |
| Constructor. | |
| StarTrackerFile (final String fileNam) | |
| Constructor by name. | |
| native void | read (Vector< String > fileList, TrackerLimits trackerLimits) throws CfiError |
| Read the whole file in the file list. | |
| native void | read (Vector< String > fileList, TrackerLimits trackerLimits, double time0, double time1) throws CfiError |
| Read the file in the selected time window. | |
Public Attributes | |
| long | strId |
| Star tracker Id (1,2 or 3). | |
| Vector< StarTracker > | strRec |
| Vector with the telemetry data. | |
Class for reading star tracker files.
| EECFI.StarTrackerFile.StarTrackerFile | ( | ) |
Constructor.
| EECFI.StarTrackerFile.StarTrackerFile | ( | final String | fileNam | ) |
Constructor by name.
| void EECFI.StarTrackerFile::read | ( | Vector< String > | fileList, | |
| TrackerLimits | trackerLimits, | |||
| double | time0, | |||
| double | time1 | |||
| ) | throws CfiError |
Read the file in the selected time window.
| fileList | List of files to read. | |
| trackerLimits | Object with tracker limits. | |
| time0 | Star time of the requested time window. | |
| time1 | Stop time of the requested time window. |
| void EECFI.StarTrackerFile::read | ( | Vector< String > | fileList, | |
| TrackerLimits | trackerLimits | |||
| ) | throws CfiError |
Read the whole file in the file list.
| fileList | List of files to read. | |
| trackerLimits | Object with tracker limits. |
Star tracker Id (1,2 or 3).
Vector with the telemetry data.
1.7.1