spectral_radianceSinglePathEmissionFrequencyLoop
- Workspace.spectral_radianceSinglePathEmissionFrequencyLoop(self, spectral_radiance: pyarts3.arts.StokvecVector | None = None, spectral_radiance_jacobian: pyarts3.arts.StokvecMatrix | None = None, jacobian_targets: pyarts3.arts.JacobianTargets | None = None, ray_path: pyarts3.arts.ArrayOfPropagationPathPoint | None = None, ray_path_frequency_grid: pyarts3.arts.ArrayOfAscendingGrid | None = None, ray_path_atmospheric_point: pyarts3.arts.ArrayOfAtmPoint | None = None, ray_path_propagation_matrix: pyarts3.arts.ArrayOfPropmatVector | None = None, ray_path_propagation_matrix_source_vector_nonlte: pyarts3.arts.ArrayOfStokvecVector | None = None, ray_path_propagation_matrix_jacobian: pyarts3.arts.ArrayOfPropmatMatrix | None = None, ray_path_propagation_matrix_source_vector_nonlte_jacobian: pyarts3.arts.ArrayOfStokvecMatrix | None = None, surface_field: pyarts3.arts.SurfaceField | None = None, atmospheric_field: pyarts3.arts.AtmField | None = None, hse_derivative: pyarts3.arts.Index | None = None) None
Computes the spectral radiance by looping over frequencies for a single path.
Author: Richard Larsson
Used by wrapper method
- Parameters:
spectral_radiance (StokvecVector, optional) – A spectral radiance vector. See
spectral_radiance, defaults toself.spectral_radiance[INOUT]spectral_radiance_jacobian (StokvecMatrix, optional) – Jacobian of
spectral_radiancewith respect tojacobian_targets. Seespectral_radiance_jacobian, defaults toself.spectral_radiance_jacobian[INOUT]jacobian_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jacobian_targets, defaults toself.jacobian_targets[IN]ray_path (ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. See
ray_path, defaults toself.ray_path[IN]ray_path_frequency_grid (ArrayOfAscendingGrid, optional) – All
frequency_gridalong the propagation path. Seeray_path_frequency_grid, defaults toself.ray_path_frequency_grid[IN]ray_path_atmospheric_point (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See
ray_path_atmospheric_point, defaults toself.ray_path_atmospheric_point[IN]ray_path_propagation_matrix (ArrayOfPropmatVector, optional) – Propagation matrices along the propagation path. See
ray_path_propagation_matrix, defaults toself.ray_path_propagation_matrix[IN]ray_path_propagation_matrix_source_vector_nonlte (ArrayOfStokvecVector, optional) – Additional non-LTE along the propagation path. See
ray_path_propagation_matrix_source_vector_nonlte, defaults toself.ray_path_propagation_matrix_source_vector_nonlte[IN]ray_path_propagation_matrix_jacobian (ArrayOfPropmatMatrix, optional) – Propagation derivative matrices along the propagation path. See
ray_path_propagation_matrix_jacobian, defaults toself.ray_path_propagation_matrix_jacobian[IN]ray_path_propagation_matrix_source_vector_nonlte_jacobian (ArrayOfStokvecMatrix, optional) – Additional non-LTE derivative along the propagation path. See
ray_path_propagation_matrix_source_vector_nonlte_jacobian, defaults toself.ray_path_propagation_matrix_source_vector_nonlte_jacobian[IN]surface_field (SurfaceField, optional) – The surface field. See
surface_field, defaults toself.surface_field[IN]atmospheric_field (AtmField, optional) – An atmospheric field in ARTS. See
atmospheric_field, defaults toself.atmospheric_field[IN]hse_derivative (Index, optional) – Flag to compute the hypsometric distance derivatives. Defaults to
0[IN]