satpy.readers.aapp_l1b module
Reader for aapp level 1b data.
Options for loading:
pre_launch_coeffs (False): use pre-launch coefficients if True, operational otherwise (if available).
https://nwp-saf.eumetsat.int/site/download/documentation/aapp/NWPSAF-MF-UD-003_Formats_v8.0.pdf
- class satpy.readers.aapp_l1b.AAPPL1BaseFileHandler(filename, filename_info, filetype_info)[source]
Bases:
BaseFileHandler
A base file handler for the AAPP level-1 formats.
Initialize AAPP level-1 file handler object.
- property end_time
Get the time of the final observation.
- property start_time
Get the time of the first observation.
- class satpy.readers.aapp_l1b.AVHRRAAPPL1BFile(filename, filename_info, filetype_info)[source]
Bases:
AAPPL1BaseFileHandler
Reader for AVHRR L1B files created from the AAPP software.
Initialize object information by reading the input file.
Get the longitudes and latitudes of the scene.
- satpy.readers.aapp_l1b._ir_calibrate(header, data, irchn, calib_type, mask=True)[source]
Calibrate for IR bands.
calib_type in brightness_temperature, radiance, count
- satpy.readers.aapp_l1b._vis_calibrate(data, chn, calib_type, pre_launch_coeffs=False, calib_coeffs=None, mask=True)[source]
Calibrate visible channel data.
calib_type in count, reflectance, radiance.