hypso.reading

Submodules

Package Contents

Functions

load_nc(nc_file_path, standardDimensions)

Load l1a.nc Hypso Capture file

hypso.reading.load_nc(nc_file_path, standardDimensions)

Load l1a.nc Hypso Capture file

Parameters:
  • nc_file_path (pathlib.Path) – Absolute path to the l1a.nc file

  • standardDimensions (dict) – Dictionary with Standard Hypso allowed dimensions

Returns:

“info” Dictionary with Hypso capture information, raw cube numpy array (digital counts) and capture spatial dimensions

Return type:

Tuple[dict, numpy.ndarray, tuple]