lime_tbx.application.filedata.srf module
This module contains the functionality that read Spectral Response Function files from GLOD format files.
- It exports the following functions:
read_srf - Read a glod-formatted netcdf srf file.
- lime_tbx.application.filedata.srf.read_srf(filepath: str) SpectralResponseFunction [source]
Read a glod-formatted netcdf srf file and create a SpectralResponseFunction data object from it.
- Parameters:
filepath (str) – Path where the file is located.
- Returns:
srf – Generated SpectralResponseFunction data object.
- Return type: