noctua.devices package
Submodules
noctua.devices.alpaca module
noctua.devices.astelco module
Interface with an Astelco OpenTSI-based device
- class noctua.devices.astelco.Focuser(url)[source]
Bases:
OpenTSIImplementation of the Focuser commands mocking my Alpaca Telescope wrapper.
- property absolute
Get Absolute focuser position from telnet
- property is_moving
TBD with the right telnet commands
- property position
Get Relative focuser position from telnet
- class noctua.devices.astelco.OpenTSI(url)[source]
Bases:
BaseDeviceBase wrapper class for astelco OpenTSI stuff
- class noctua.devices.astelco.Rotator(url)[source]
Bases:
OpenTSIImplementation of the Rotator commands mocking my Alpaca Telescope wrapper.
- property absolute
Get Absolute rotator position from telnet
- property is_moving
TBD with the right telnet commands
- property position
Get Relative rotator position from telnet
- class noctua.devices.astelco.Sensor(url, temp_id, hum_id)[source]
Bases:
OpenTSIImplementation of a Sensor class.
- property humidity
Does it have humidity sensors?
- property temperature
Mirrors temperature
- class noctua.devices.astelco.Telescope(url)[source]
Bases:
OpenTSIImplementation of the Telescope commands mocking my Alpaca Telescope wrapper.
- property altaz
- property clock
in UNIX time
- property coordinates
Ask simultaneously RA2000, DEC2000, ALT, AZ, LST, UTC. Answer is given as a dict of decimal numbers. UTC is given as unix time.
- property cover
- property is_moving
Check the motion state of the telescope
- property offset
Get Telescope offset
- property open
- property park
Get if the telescope is in parked position
- property radec
Get Right Ascension / Declination
- property state
- property status
need to check exit and error from get function
- property targetradec
Get target Right Ascension / Declination
- property tracking
Tracking status
noctua.devices.basedevice module
Base device. Other devices inherit from this