satpy.readers.hrpt module¶
Reading and calibrating hrpt avhrr data.
Todo: - AMSU - Compare output with AAPP
Reading: http://www.ncdc.noaa.gov/oa/pod-guide/ncdc/docs/klm/html/c4/sec4-1.htm#t413-1
Calibration: http://www.ncdc.noaa.gov/oa/pod-guide/ncdc/docs/klm/html/c7/sec7-1.htm
- class satpy.readers.hrpt.HRPTFile(filename, filename_info, filetype_info)[source]¶
Bases:
BaseFileHandler
Reader for HRPT Minor Frame, 10 bits data expanded to 16 bits.
Init the file handler.
- property calibrator¶
Create a calibrator for the data.
- property end_time¶
Get the end time.
- property lons_lats¶
Get the lons and lats.
- property platform_name¶
Get the platform name.
- property start_time¶
Get the start time.
- property telemetry¶
Get the telemetry.
- property times¶
Get the timestamps for each line.