ray_path_fieldFluxProfile
- Workspace.ray_path_fieldFluxProfile(self, ray_path_field: pyarts3.arts.ArrayOfArrayOfPropagationPathPoint | None = None, atmospheric_field: pyarts3.arts.AtmField | None = None, ray_path_observer_agenda: pyarts3.arts.Agenda | None = None, azimuth: pyarts3.arts.Numeric | None = None, dza: pyarts3.arts.Numeric | None = None, atm_key: pyarts3.arts.AtmKey | None = None) None
Adds observers that covers all zenith angles for each altitude point.
By default, up-looking from surface, downlooking from top of atmosphere and limb looking just hitting the surface and just missing the surface are added.
In addition to these, all up-looking ppoints will have additional observers for max
dzaresolution and all downlooking points will have additional observers for maxdzaresolution.Additional work is requires if proper coverage of the limb is required
Author: Richard Larsson
- Parameters:
ray_path_field (ArrayOfArrayOfPropagationPathPoint, optional) – A list of
ray_pathintended to build up a field of observations. Seeray_path_field, defaults toself.ray_path_field[OUT]atmospheric_field (AtmField, optional) – An atmospheric field in ARTS. See
atmospheric_field, defaults toself.atmospheric_field[IN]ray_path_observer_agenda (Agenda, optional) – Gets the propagation path as it is obeserved. See
ray_path_observer_agenda, defaults toself.ray_path_observer_agenda[IN]azimuth (Numeric, optional) – Azimuth angle for the observer. Defaults to
0[IN]dza (Numeric, optional) – The minimum step coverage in zenith angles. Defaults to
180[IN]atm_key (AtmKey, optional) – The altitude profile key in the atmosphere. Defaults to
t[IN]