COMPASS  5.0.0
End-to-end AO simulation tool using GPU acceleration
shesha.constants.CONST Class Reference
Collaboration diagram for shesha.constants.CONST:

Static Public Attributes

int RAD2ARCSEC = 3600. * 360. / (2 * np.pi)
 
int ARCSEC2RAD = 2. * np.pi / (360. * 3600.)
 
int RAD2DEG = 180. / np.pi
 
int DEG2RAD = np.pi / 180.
 

Detailed Description

Definition at line 41 of file constants.py.

Member Data Documentation

◆ ARCSEC2RAD

int shesha.constants.CONST.ARCSEC2RAD = 2. * np.pi / (360. * 3600.)
static

Definition at line 43 of file constants.py.

◆ DEG2RAD

int shesha.constants.CONST.DEG2RAD = np.pi / 180.
static

Definition at line 45 of file constants.py.

◆ RAD2ARCSEC

int shesha.constants.CONST.RAD2ARCSEC = 3600. * 360. / (2 * np.pi)
static

Definition at line 42 of file constants.py.

◆ RAD2DEG

int shesha.constants.CONST.RAD2DEG = 180. / np.pi
static

Definition at line 44 of file constants.py.


The documentation for this class was generated from the following file: