-
Notifications
You must be signed in to change notification settings - Fork 4
Developer Guide
Oliver Fraser edited this page Feb 9, 2020
·
24 revisions
The primary science camera at Manastash Ridge Observatory is an Andor CCD camera called Evora. The user interface for the camera is also called Evora, and is started by running gui/photoAquasitionGUI.py.
Note that doc/ contains Tristan's guide for Developer guide, along wit manufacturer SDK documentations
Important files in gui/ are,
- photoAquasitionGUI.py: starts the gui
- AddLinearSpacer.py: many important things ended up in here, including IP addresses for the TCS systems, possibly parsing commands for the filter wheel. andor.py: swig file, but not sure if it's in use evora_server.py: seems to have methods for taking exposures, etc.
Note that the old version of wxPython (wxgtk3.0) is required, not the current version (v4.x) wxPython, which is called Phoenix and represents a major overhaul of the package.
- etc: Example(?) files. Part of an initial upload of many files from Andor, denoted by "uplaod" from here on out.
- examples/console: Andor example programs demonstrating use of the SDK ("uplaod")
- filter: Release version of the TelescopeServer, then called fw_server.py (fw=filter wheel)
- include: initial try to swig Andor drivers
- lib: Andor libraries ("uplaod")
- reductions: only contains logfile and header script from previous TCS and Camera (GTCC and Spyder)
- script: Andor scripts ("uplaod")
- src/driver: Andor Linux PCI driver and associated files ("uplaod")
- various files associated with the initial "uplaod" of Andor software