ray_path_fieldFluxProfile

Workspace.ray_path_fieldFluxProfile(self, ray_path_field: pyarts.arts.ArrayOfArrayOfPropagationPathPoint | None = None, atmospheric_field: pyarts.arts.AtmField | None = None, ray_path_observer_agenda: pyarts.arts.Agenda | None = None, azimuth: pyarts.arts.Numeric | None = None, dza: pyarts.arts.Numeric | None = None, atm_key: pyarts.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 dza resolution and all downlooking points will have additional observers for max dza resolution.

Additional work is requires if proper coverage of the limb is required

Author(s): Richard Larsson

Parameters:
  • ray_path_field (ArrayOfArrayOfPropagationPathPoint, optional) – A list of ray_path intended to build up a field of observations. See ray_path_field, defaults to self.ray_path_field [OUT]

  • atmospheric_field (AtmField, optional) – An atmospheric field in ARTS. See atmospheric_field, defaults to self.atmospheric_field [IN]

  • ray_path_observer_agenda (Agenda, optional) – Get the propagation path as it is obeserved. See ray_path_observer_agenda, defaults to self.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]