ray_path_observer_agendaSet

Workspace.ray_path_observer_agendaSet(self, ray_path_observer_agenda: pyarts3.arts.Agenda | None = None, option: pyarts3.arts.String | None = None) None

Set ray_path_observer_agenda to a specific predefined option

Author: Automatically Generated

Parameters:
  • ray_path_observer_agenda (Agenda, optional) – Gets the propagation path as it is observed. See ray_path_observer_agenda, defaults to self.ray_path_observer_agenda [OUT]

  • option (String, optional) – Choice of generated agenda. Defaults to "GeometricDefault" [IN]

Valid options

These are the valid options for the ray_path_observer_agendaSet method. The listed method calls describe the order of the agenda calls for each option.


ray_path_observer_agendaSet(option="GeometricDefault")

  • Shares the global atm_field

  • Shares the global max_stepsize

  • Shares the global surf_field

  • as_sensor = 1

  • ray_pathInit(), using: pos = obs_pos, los = obs_los

  • surf_search_accuracy = 0.1

  • surf_safe_search = 1

  • ray_pathSetGeometricExtremes()

  • ray_pathFillGeometricStepwise()

  • ray_pathFixUpdownAzimuth()

  • ray_pathRemoveNonAtm()


ray_path_observer_agendaSet(option="GeometricProfile")

  • Shares the global alt_grid

  • Shares the global atm_field

  • Shares the global surf_field

  • as_sensor = 1

  • ray_pathInit(), using: pos = obs_pos, los = obs_los

  • surf_search_accuracy = 0.1

  • surf_safe_search = 1

  • ray_pathSetGeometricExtremes()

  • ray_pathAddGeometricAltitudeGridCrossings()