sunsChangeGeometry

Workspace.sunsChangeGeometry(self: pyarts.arts._Workspace, suns: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfSun | None = self.suns, radius: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = -999, distance: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = -999, latitude: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = -999, longitude: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = -999, index: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = -999, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Change the geometry of desired sun

Author(s): Manfred Brath

Parameters:
  • suns (ArrayOfSun, optional) – Array of Sun. See suns, defaults to self.suns [OUT]

  • radius (Numeric, optional) – The radius of the sun in meter. If set to -999, it is not changed. Defaults to -999 [IN]

  • distance (Numeric, optional) – Distance from center of the planet to center of the sun in meter.If set to -999, it is not changed. Defaults to -999 [IN]

  • latitude (Numeric, optional) – Latitude of the zenith position of the sun. Must be between -90 and 90.If set to -999, it is not changed. Defaults to -999 [IN]

  • longitude (Numeric, optional) – Longitude of the zenith position of the sun. Must be between -180 and 360.If set to -999, it is not changed. Defaults to -999 [IN]

  • index (Index, optional) – The index of the sun to change. If set to -999 nothing is changed. Defaults to -999 [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]