Package noaa.coastwatch.util.sensor


package noaa.coastwatch.util.sensor

Provides satellite sensor-specific helper classes.

  • Class
    Description
    The AVHRRSourceImp helps resample AVHRR data.
    The GenericSourceImp helps resample generic sensor satellite data.
    The MODISSourceImp helps resample MODIS data.
    The SensorIdentifier class identifies scan data from the supported sensors in order to help create sensor-specific concrete objects.
    Types of sensors.
    The SensorSourceImpFactory creates concrete ResamplingSourceImp objects for resampling sensor data that are customized for each sensor.
    The VIIRSIBandEDRParams class provides parameters for the VIIRS I-band Environmental Data Record (EDR) scan and deletion pattern.
    The VIIRSIBandSDRParams class provides parameters for the VIIRS I-band Scientific Data Record (SDR) scan and deletion pattern.
    The VIIRSMBandEDRParams class provides parameters for the VIIRS M-band Environmental Data Record (EDR) scan and deletion pattern.
    The VIIRSMBandSDRParams class provides parameters for the VIIRS M-band Scientific Data Record (SDR) scan and deletion pattern.
    The VIIRSSensorParams class provides methods that describe the VIIRS scan pattern and deleted pixels for a specific VIIRS sensor scan mode and deletion pattern.
    The VIIRSSourceImp helps resample VIIRS data using a specific set of VIIRS sensor parameters.