![]() |
COMPASS
5.0.0
End-to-end AO simulation tool using GPU acceleration
|
Functions | |
def | loop (n) |
Variables | |
string | error = 'command line should be:"python -i test.py parameters_filename"\n with "parameters_filename" the path to the parameters file' |
param_file = sys.argv[1] | |
filename = param_file.split('/')[-1] | |
param_path = param_file.split(filename)[0] | |
string | simul_name = "" |
int | clean = 1 |
dictionary | matricesToLoad = {} |
c = ch.carmaWrap_context(devices=config.p_loop.devices) | |
wfs | |
tel | |
atm | |
dms = ao.dm_init(config.p_dms, config.p_wfss, wfs, config.p_geom, config.p_tel) | |
int | mimg = 0. |
def open_loop.loop | ( | n | ) |
Definition at line 91 of file open_loop.py.
open_loop.atm |
Definition at line 66 of file open_loop.py.
open_loop.c = ch.carmaWrap_context(devices=config.p_loop.devices) |
Definition at line 57 of file open_loop.py.
int open_loop.clean = 1 |
Definition at line 46 of file open_loop.py.
open_loop.dms = ao.dm_init(config.p_dms, config.p_wfss, wfs, config.p_geom, config.p_tel) |
Definition at line 71 of file open_loop.py.
string open_loop.error = 'command line should be:"python -i test.py parameters_filename"\n with "parameters_filename" the path to the parameters file' |
Definition at line 16 of file open_loop.py.
open_loop.filename = param_file.split('/')[-1] |
Definition at line 22 of file open_loop.py.
dictionary open_loop.matricesToLoad = {} |
Definition at line 47 of file open_loop.py.
int open_loop.mimg = 0. |
Definition at line 88 of file open_loop.py.
open_loop.param_file = sys.argv[1] |
Definition at line 20 of file open_loop.py.
open_loop.param_path = param_file.split(filename)[0] |
Definition at line 23 of file open_loop.py.
string open_loop.simul_name = "" |
Definition at line 39 of file open_loop.py.
open_loop.tel |
Definition at line 61 of file open_loop.py.
open_loop.wfs |
Definition at line 61 of file open_loop.py.