COMPASS  5.4.4
End-to-end AO simulation tool using GPU acceleration
shesha.scripts.dm_standalone Namespace Reference

Python dm standalone script. More...

Variables

 p_geom = conf.Param_geom()
 
 p_dm0 = conf.Param_dm()
 
list p_dms = [p_dm0]
 
 c = ch.context.get_instance_1gpu(0)
 
 dms = dm_init_standalone(c, p_dms, p_geom)
 
 cmd = np.zeros(5268)
 

Detailed Description

Python dm standalone script.

Author
COMPASS Team https://github.com/ANR-COMPASS
Version
5.4.4
Date
2022/01/24

This file is part of COMPASS https://anr-compass.github.io/compass/

Copyright (C) 2011-2023 COMPASS Team https://github.com/ANR-COMPASS All rights reserved. Distributed under GNU - LGPL

COMPASS is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

COMPASS: End-to-end AO simulation tool using GPU acceleration The COMPASS platform was designed to meet the need of high-performance for the simulation of AO systems.

The final product includes a software package for simulating all the critical subcomponents of AO, particularly in the context of the ELT and a real-time core based on several control approaches, with performances consistent with its integration into an instrument. Taking advantage of the specific hardware architecture of the GPU, the COMPASS tool allows to achieve adequate execution speeds to conduct large simulation campaigns called to the ELT.

The COMPASS platform can be used to carry a wide variety of simulations to both testspecific components of AO of the E-ELT (such as wavefront analysis device with a pyramid or elongated Laser star), and various systems configurations such as multi-conjugate AO.

COMPASS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with COMPASS. If not, see https://www.gnu.org/licenses/lgpl-3.0.txt.

Variable Documentation

◆ c

shesha.scripts.dm_standalone.c = ch.context.get_instance_1gpu(0)

Definition at line 71 of file dm_standalone.py.

◆ cmd

shesha.scripts.dm_standalone.cmd = np.zeros(5268)

Definition at line 84 of file dm_standalone.py.

◆ dms

shesha.scripts.dm_standalone.dms = dm_init_standalone(c, p_dms, p_geom)

Definition at line 75 of file dm_standalone.py.

◆ p_dm0

shesha.scripts.dm_standalone.p_dm0 = conf.Param_dm()

Definition at line 59 of file dm_standalone.py.

◆ p_dms

list shesha.scripts.dm_standalone.p_dms = [p_dm0]

Definition at line 60 of file dm_standalone.py.

◆ p_geom

shesha.scripts.dm_standalone.p_geom = conf.Param_geom()

Definition at line 55 of file dm_standalone.py.