ray_path_observersFluxProfile

Workspace.ray_path_observersFluxProfile(self, ray_path_observers: pyarts.arts.ArrayOfPropagationPathPoint | None = None, atmospheric_field: pyarts.arts.AtmField | None = None, azimuth: pyarts.arts.Numeric | None = None, n: pyarts.arts.Index | None = None, atm_key: pyarts.arts.AtmKey | None = None) None

Add \(n\) observers per altitude point.

The number \(n\) must be uneven and larger than 2.

Author(s): Richard Larsson

Parameters:
  • ray_path_observers (ArrayOfPropagationPathPoint, optional) – A list path points making up the observers of a propagation path. See ray_path_observers, defaults to self.ray_path_observers [OUT]

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

  • azimuth (Numeric, optional) – Azimuth angle for the observer. Defaults to 0 [IN]

  • n (Index) – Number of limb looking observers (min 2). [IN]

  • atm_key (AtmKey, optional) – The altitude profile key in the atmosphere. Defaults to t [IN]