UNIVERSITY OF CALIFORNIA OBSERVATORIES / LICK OBSERVATORY


ShaneAO TT Camera Info and Troubleshooting

The ShaneAO TT camera is an 80x80 SciMeasure Little Joe CCD camera. Communications are via a serial connection through the shaneao software.

The PDF manual has information about the specifications of the camera as well as the serial commands.

To send serial commands to the camera, you first need to initialize the command in the shaneao software: tt=shaneao.tt

Here are a few sample commands that are useful. A more comprehensive list of commands that are used for troubleshooting are at user@shimmy in /u/user/observers/lgs/saocon_setups/ttcameraCommands.txt This file also has recorded offset (bias) values for the settings in the camera for reference when troubleshooting.

To query what recalled (saved) mode is currently being used:
tt.serial('@RCL?')

To read the bias offsets:
tt.serial('@OAC?')

In some cases the output might be long, or there may be streaming messages filling the screen, so it is useful to write the output to a variable you can print out later. For example:
resp=tt.serial('@TMP?')
print(resp)


Elinor Gates
Last modified: Sat Dec 3 12:03:19 PST 2022