![]() |
COMPASS
5.0.0
End-to-end AO simulation tool using GPU acceleration
|
Initialization and execution of a CANAPASS supervisor. More...
Classes | |
class | CanapassSupervisor |
Variables | |
arguments = docopt(__doc__) | |
supervisor = CanapassSupervisor(arguments["<parameters_filename>"], cacao=True) | |
p = Popen("whoami", shell=True, stdout=PIPE, stderr=PIPE) | |
out | |
err | |
user = out.split(b"\n")[0].decode("utf-8") | |
server = PyroServer() | |
Initialization and execution of a CANAPASS supervisor.
This file is part of COMPASS https://anr-compass.github.io/compass/
Copyright (C) 2011-2019 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.
Initialization and execution of a CANAPASS supervisor
with 'parameters_filename' the path to the parameters file
shesha.supervisor.canapassSupervisor.arguments = docopt(__doc__) |
Definition at line 356 of file canapassSupervisor.py.
shesha.supervisor.canapassSupervisor.err |
Definition at line 371 of file canapassSupervisor.py.
shesha.supervisor.canapassSupervisor.out |
Definition at line 371 of file canapassSupervisor.py.
shesha.supervisor.canapassSupervisor.p = Popen("whoami", shell=True, stdout=PIPE, stderr=PIPE) |
Definition at line 370 of file canapassSupervisor.py.
shesha.supervisor.canapassSupervisor.server = PyroServer() |
Definition at line 378 of file canapassSupervisor.py.
shesha.supervisor.canapassSupervisor.supervisor = CanapassSupervisor(arguments["<parameters_filename>"], cacao=True) |
Definition at line 357 of file canapassSupervisor.py.
shesha.supervisor.canapassSupervisor.user = out.split(b"\n")[0].decode("utf-8") |
Definition at line 376 of file canapassSupervisor.py.