satpy.readers.abi_l1b module
Advance Baseline Imager reader for the Level 1b format.
The files read by this reader are described in the official PUG document:
- class satpy.readers.abi_l1b.NC_ABI_L1B(filename, filename_info, filetype_info, clip_negative_radiances=None)[source]
Bases:
NC_ABI_BASE
File reader for individual ABI L1B NetCDF4 files.
Open the NetCDF file with xarray and prepare the Dataset for reading.
- _rad_calibrate(data)[source]
Calibrate any channel to radiances.
This no-op method is just to keep the flow consistent - each valid cal type results in a calibration method call