single_rad_surface_agendaExecute
- Workspace.single_rad_surface_agendaExecute(self, single_rad: pyarts3.arts.Stokvec | None = None, single_rad_jac: pyarts3.arts.StokvecVector | None = None, freq: pyarts3.arts.Numeric | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None, ray_point: pyarts3.arts.PropagationPathPoint | None = None, surf_field: pyarts3.arts.SurfaceField | None = None, subsurf_field: pyarts3.arts.SubsurfaceField | None = None, single_rad_surface_agenda: pyarts3.arts.Agenda | None = None) pyarts3.arts.CxxWorkspace
Executes
single_rad_surface_agenda, see it for more detailsAuthor:
Automatically Generated- Parameters:
single_rad (Stokvec, optional) – Single value version of
spectral_rad. Seesingle_rad, defaults toself.single_rad[OUT]single_rad_jac (StokvecVector, optional) – Single value version of
spectral_rad_jac. Seesingle_rad_jac, defaults toself.single_rad_jac[OUT]freq (Numeric, optional) – A single frequency. Unit: Hz. See
freq, defaults toself.freq[IN]jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jac_targets, defaults toself.jac_targets[IN]ray_point (PropagationPathPoint, optional) – A single path point. See
ray_point, defaults toself.ray_point[IN]surf_field (SurfaceField, optional) – The surface field. See
surf_field, defaults toself.surf_field[IN]subsurf_field (SubsurfaceField, optional) – The sub-surface field. See
subsurf_field, defaults toself.subsurf_field[IN]single_rad_surface_agenda (Agenda, optional) – Gets spectral radiance as seen of the surface for a single frequency. See
single_rad_surface_agenda, defaults toself.single_rad_surface_agenda[IN]
- Returns:
opt – The internal workspace, cleaned from all input/output.
- Return type: