spectral_rad_surface_agendaSet

Workspace.spectral_rad_surface_agendaSet(self, spectral_rad_surface_agenda: pyarts3.arts.Agenda | None = None, option: pyarts3.arts.String | None = None) None

Set spectral_rad_surface_agenda to a specific predefined option

Author: Automatically Generated

Parameters:
  • spectral_rad_surface_agenda (Agenda, optional) – Computes spectral radiance as seen of the surface. See spectral_rad_surface_agenda, defaults to self.spectral_rad_surface_agenda [OUT]

  • option (String, optional) – Choice of generated agenda. Defaults to "Blackbody" [IN]

Valid options

These are the valid options for the spectral_rad_surface_agendaSet method. The listed method calls describe the order of the agenda calls for each option.


spectral_rad_surface_agendaSet(option="Blackbody")

  • spectral_radSurfaceBlackbody()

  • Ignore(), using: input = subsurf_field


spectral_rad_surface_agendaSet(option="Transmission")

  • spectral_radDefaultTransmission()

  • Ignore(), using: input = ray_point

  • Ignore(), using: input = surf_field

  • Ignore(), using: input = subsurf_field


spectral_rad_surface_agendaSet(option="SurfaceReflectance")

  • Shares the global atm_field

  • Shares the global spectral_rad_closed_surface_agenda

  • Shares the global spectral_rad_observer_agenda

  • Shares the global spectral_surf_refl_agenda

  • spectral_radSurfaceReflectance()