Terrenus HRPT v2.2

terrenus.instrument
Class MVISRLocator

java.lang.Object
  extended by terrenus.instrument.LineScannerLocator
      extended by terrenus.instrument.MVISRLocator

public class MVISRLocator
extends LineScannerLocator

The MVISRLocator class uses an CHRPTDecoder to compute MVISR earth locations for a CMA CHRPT data stream.


Field Summary
 
Fields inherited from class terrenus.instrument.LineScannerLocator
earthModel, scanStep, sensorModel, spacecraft
 
Constructor Summary
MVISRLocator(CHRPTDecoder decoder)
          Creates a new locator.
 
Method Summary
protected  java.util.Date getLineDate(int line)
          Gets the date for the specified scan line.
 
Methods inherited from class terrenus.instrument.LineScannerLocator
getLocations, getViewVector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVISRLocator

public MVISRLocator(CHRPTDecoder decoder)
Creates a new locator.

Parameters:
decoder - the decoder to use for time and spacecraft information.
Method Detail

getLineDate

protected java.util.Date getLineDate(int line)
Description copied from class: LineScannerLocator
Gets the date for the specified scan line.

Specified by:
getLineDate in class LineScannerLocator
Parameters:
line - the scan line to query.
Returns:
the date for the scan line.

Terrenus HRPT v2.2