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.

_adjust_attrs(data, key)[source]
_get_minimum_radiance(data)[source]

Estimate minimum radiance from Rad DataArray.

_ir_calibrate(data)[source]

Calibrate IR channels to BT.

_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

_raw_calibrate(data)[source]

Calibrate any channel to raw counts.

Useful for cases where a copy requires no calibration.

_vis_calibrate(data)[source]

Calibrate visible channels to reflectance.

get_dataset(key, info)[source]

Load a dataset.