![]() |
COMPASS
5.4.4
End-to-end AO simulation tool using GPU acceleration
|
Functions | |
def | get_actu_pos_pixel (dm) |
return the coordinates in pixel of a given DM actuators More... | |
def | get_actu_pos_meter (sup, dm_id) |
return the coordinates in meters of a given DM actuators More... | |
def | dm_to_json (dm, geom) |
return a json description of a dm More... | |
def common.dm.dm_to_json | ( | dm, | |
geom | |||
) |
return a json description of a dm
dm | (Param_dm) : dm to represent as json |
Definition at line 46 of file common/dm.py.
def common.dm.get_actu_pos_meter | ( | sup, | |
dm_id | |||
) |
return the coordinates in meters of a given DM actuators
sup | (compasSSupervisor) : supervisor |
dm_id | (int) : index of the DM |
Definition at line 31 of file common/dm.py.
def common.dm.get_actu_pos_pixel | ( | dm | ) |
return the coordinates in pixel of a given DM actuators
dm | (Param_dm) : Dm to get the actuators position from |
Definition at line 14 of file common/dm.py.