spectral_surf_reflTelsem

Workspace.spectral_surf_reflTelsem(self, spectral_surf_refl: pyarts3.arts.MuelmatVector | None = None, spectral_surf_refl_jac: pyarts3.arts.MuelmatMatrix | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, surf_field: pyarts3.arts.SurfaceField | None = None, ray_point: pyarts3.arts.PropagationPathPoint | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None, telsem_atlas: pyarts3.arts.TelsemAtlas | None = None, max_distance: pyarts3.arts.Numeric | None = None) None

Compute polarized specular land reflectance with TELSEM2.

The atlas selects the surface emissivity from the ray point’s latitude and longitude and interpolates it in frequency and incidence angle. Set max_distance to a positive angular distance in degrees to permit nearest land-cell lookup; the default requires the requested cell to exist.

Author: The ARTS developers

Parameters:
  • spectral_surf_refl (MuelmatVector, optional) – Spectral surface reflectance. See spectral_surf_refl, defaults to self.spectral_surf_refl [OUT]

  • spectral_surf_refl_jac (MuelmatMatrix, optional) – Spectral surface reflectance jacobian. See spectral_surf_refl_jac, defaults to self.spectral_surf_refl_jac [OUT]

  • freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See freq_grid, defaults to self.freq_grid [IN]

  • surf_field (SurfaceField, optional) – The surface field. See surf_field, defaults to self.surf_field [IN]

  • ray_point (PropagationPathPoint, optional) – A single path point. See ray_point, defaults to self.ray_point [IN]

  • jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See jac_targets, defaults to self.jac_targets [IN]

  • telsem_atlas (TelsemAtlas, optional) – TELSEM monthly land-surface emissivity atlas. See telsem_atlas, defaults to self.telsem_atlas [IN]

  • max_distance (Numeric, optional) – Maximum nearest-atlas-cell distance [degrees], or a negative value to disable nearest lookup. Defaults to -1 [IN]