guide_source#

@author: giuliacarla

class arte.types.guide_source.GuideSource(polar_coords, height)#

Bases: object

This class defines the geometry of the guide source of interest.

Parameters:
  • polar_coords (tuple of two floats) – Source polar coordinates (rho, theta) in [arcsec, degrees]. theta is positive if generated by a counterclockwise rotation.

  • height (float) – Source height in [meters].

Methods

fromPolarToCartesian

getSourceCartesianCoords

getSourcePolarCoords

static fromPolarToCartesian(rho, theta, z)#
getSourceCartesianCoords()#
getSourcePolarCoords()#