surface_reflectance_agendaExecuteOperator
- Workspace.surface_reflectance_agendaExecuteOperator(self, surface_reflectance: pyarts3.arts.MuelmatVector | None = None, surface_reflectance_jacobian: pyarts3.arts.MuelmatMatrix | None = None, frequency_grid: pyarts3.arts.AscendingGrid | None = None, surface_field: pyarts3.arts.SurfaceField | None = None, ray_path_point: pyarts3.arts.PropagationPathPoint | None = None, jacobian_targets: pyarts3.arts.JacobianTargets | None = None, surface_reflectance_agenda_operator: pyarts3.arts.surface_reflectance_agendaOperator | None = None) None
Executes an operator emulating
surface_reflectance_agenda, see it, and alsosurface_reflectance_agendaOperator, for more detailsAuthor:
Automatically Generated- Parameters:
surface_reflectance (MuelmatVector, optional) – Spectral surface reflectance. See
surface_reflectance, defaults toself.surface_reflectance[OUT]surface_reflectance_jacobian (MuelmatMatrix, optional) – Spectral surface reflectance jacobian. See
surface_reflectance_jacobian, defaults toself.surface_reflectance_jacobian[OUT]frequency_grid (AscendingGrid, optional) – A single frequency grid. See
frequency_grid, defaults toself.frequency_grid[IN]surface_field (SurfaceField, optional) – The surface field. See
surface_field, defaults toself.surface_field[IN]ray_path_point (PropagationPathPoint, optional) – A single path point. See
ray_path_point, defaults toself.ray_path_point[IN]jacobian_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jacobian_targets, defaults toself.jacobian_targets[IN]surface_reflectance_agenda_operator (surface_reflectance_agendaOperator) – Operator for
surface_reflectance_agenda. [IN]