exorad.models.foregrounds.skyForegrounds module

class SkyFilter(wl_grid, data, time_grid=<Quantity [0.] h>)[source]

Bases: Radiance

Handler for sky filter

Variables:

transmission (array) – contains the transmission information sampled at the radiance wl grid

class constructor

Parameters:
  • wl_grid (quantity) – wavelength grid. Must have a single axes

  • data (array) – data table. Can have 2 axes

  • time_grid (quantity (optional)) – time grid. Must have a single axes

transmission = None
class SkyForeground(wl, description)[source]

Bases: Logger