lime_tbx.application.filedata.moon module

This module contains the functionality that reads moon observations from GLOD format files.

It exports the following functions:
  • read_moon_obs - Read a GLOD-formatted netcdf moon observations file.

lime_tbx.application.filedata.moon.read_moon_obs(path: str, kernels_path: KernelsPath, eocfi_path: EocfiPath) LunarObservation[source]

Read a glod-formatted netcdf moon observations file and create a data object from it.

Parameters:

path (str) – Path where the file is located.

Returns:

moon_obs – Generated MoonObservation from the given datafile

Return type:

MoonObservation