ray_point_back_propagation_agendaSet

Workspace.ray_point_back_propagation_agendaSet(self, ray_point_back_propagation_agenda: pyarts3.arts.Agenda | None = None, option: pyarts3.arts.String | None = None) None

Set ray_point_back_propagation_agenda to a specific predefined option

Author: Automatically Generated

Parameters:
  • ray_point_back_propagation_agenda (Agenda, optional) – Gets the next past point along a propagation path. See ray_point_back_propagation_agenda, defaults to self.ray_point_back_propagation_agenda [OUT]

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

Valid options

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


ray_point_back_propagation_agendaSet(option="GeometricStepwise")

  • Shares the global atm_field

  • Shares the global surf_field

  • surf_search_accuracy = 0.1

  • surf_safe_search = 1

  • ray_pointPastGeometric()

  • Ignore(), using: input = single_dispersion

  • Ignore(), using: input = single_propmat


ray_point_back_propagation_agendaSet(option="RefractiveStepwise")

  • Shares the global atm_field

  • Shares the global surf_field

  • surf_search_accuracy = 0.1

  • surf_safe_search = 1

  • ray_pointPastRefractive()

  • Ignore(), using: input = single_propmat