Difference between revisions of "Mookodi"

From SAAO TOPS Wiki
Jump to: navigation, search
(Created page with "Mookodi is a spectrograph and imager, designed to be operated fully robotically. It was installed on the Lesedi telescope in December 2021 and will undergo a period of science...")
 
(Start-up Procedures: Added opto-mechanics CLI)
Line 72: Line 72:
 
  cd development
 
  cd development
 
  mookodi-camera-cli
 
  mookodi-camera-cli
 +
mookodi-optomechanics-cli
  
 
Type <code>help</code> to display options.
 
Type <code>help</code> to display options.

Revision as of 19:41, 13 December 2021

Mookodi is a spectrograph and imager, designed to be operated fully robotically. It was installed on the Lesedi telescope in December 2021 and will undergo a period of science commissioning and 'high risk' observations during the first trimester of 2022.

Instrument Description

Description

Suitable Uses

Operating Mookodi

Prepare the Lesedi telescope by following the Lesedi start-up recipes. As Mookodi is on the old SHOC port, references to the SHOC port should be taken to mean the Mookodi port.

The simplest way to operate Mookodi is via the web GUI, but navigation via a command line interface is also possible. Scripted observations are in development.

Note: Dark and bias frames cannot be taken via the web GUI at this stage. They can only be taken via the command line interface (CLI).

Operation via the web GUI

Open the web GUI at mookodi.suth.saao.ac.za:5000. The GUI is divided into four sections: Instrument configuration, target acquisition, camera configuration, and exposure control. At this stage the target acquisition features are not implemented.

  1. Instrument Configuration:
    • Select the desired configuration for each component. The pneumatics and lamps will respond on the push of the button, and indicate when they are busy or in the desired configuration.
    • Select the required filter via the dropdown menu under the Filter A or Filter B headings and press the SET button to activate the filter slides. The box above the dropdown indicates the name of the filter in position for each slide, or BUSY if the slide is still finding its requested position.
  2. Target Acquisition: NOT IMPLEMENTED
  3. Camera Configuration:
    Select the desired configuration for each setting using the dropdown menu below the relevant heading, then press the SET button to issue the command to the camera.
    • Binning: Options are 1x1, 2x2, 3x3, and 4x4.
    • Gain: High (faint objects), medium, and low (bright objects)
    • Rate (readout rate): Fast (5 MHz), and slow (0.05 MHz)
    • Mode: NOT IMPLEMENTED
    • Number of exposures: NOT IMPLEMENTED
    • Exposure time (in ms): Note the exposure time display does not update when the SET button is pushed, it only updates after the exposure is started. This is a known issue.
  4. Exposure Control:
    This contains an image display of the last completed exposure, using JS9.
    • Take exposure/Start: Starts an exposure with the SET camera configuration
    • Abort: Aborts the current exposure.
    • CCD Temperature: Displays the current CCD temperature, and buttons for cooling down and warming up. The camera takes 10 - 15 minutes to cool, and will stabilise at approximately -70 ºC. Cool the camera at the start of observations and warm it up once you are done.

Operation via the command line interface (CLI)

Note: Dark and bias frames can only be performed with the command line interface at this stage.

From a terminal window:

ssh mookodi@mookodi.suth.saao.ac.za
de
cd development
mookodi-camera-cli

Type help to display options.

Data storage and retrieval

From a terminal window:

ssh mookodi@mookodi.suth.saao.ac.za
cd /data/lesedi/mkd/[yyyy]/[mmdd] 

Where yyyy is the year, mm is the month, and dd is the day. The convention is that the data rolls over to the current date at 1200 UTC, hence all the files from a given night are stored in the folder corresponding to the date at the start of the night. e.g. All observations started on the night of 2021/12/11 will be stored in /data/lesedi/mkd/2021/1211/.

Start-up Procedures

It should not ordinarily be necessary for an observer to perform these procedures. However, if a restart is necessary, or if recovering from an unplanned shutdown:

  • The Mookodi host machine is set to boot automatically when powered.
  • There are three services that need to be run before Mookodi can be operated via the web GUI: opto-mechanics, camera, and web server.
  • The opto-mechanics and camera servers need to be started before the web server.
ssh mookodi@mookodi.suth.saao.ac.za
./run_camera_server.sh
./run_optomechanics_server.sh
./run_web_server.sh

If there is an issue starting the web server, Mookodi can be operated via a command line interface. With the camera and optomechanics servers running:

de
cd development
mookodi-camera-cli
mookodi-optomechanics-cli

Type help to display options.

Daily Rounds

This section contains information for the technicians performing daily rounds.

Evening

  • Switch on the compressor
  • Check that instrument services are running (opto-mech, camera, web service) by opening the web GUI and configuring the instrument as follows:
    • Slit IN
    • OB filter SET (Filter Slide B)
    • 1000 ms exposure SET, Start exposure
  • This should produce a noisy image at the camera (visible in the image view window), and all instrument mechanisms should respond as commanded.
  • Slit OUT, filter out SET
  • If anything fails to respond as expected, follow the troubleshooting procedures.

Morning

  • Switch off the compressor
  • Check that the camera is warmed up

Troubleshooting

Symptom Cause Solution Who to call
Web GUI does not load (i) Network connection problem Check VPN/connection settings Observer
(ii) Web server or other services are not running. Reboot the Mookodi machine and follow the start-up procedures. IT standby
Filter slide reads 'busy' for excessive amount of time and/or times out to 'N/A' The filter slide has not been able to register that it has reached its requested position. This has been observed intermittently on Filter Slide A if Mookodi is in an orientation where the filter slide has to extend or retract against gravity. Command the relevant filter slide to the 'out' position and then back to the required position. Observer
Pneumatics (cal mirror, slit, grism) do not respond to commands, or read 'N/A' after being commanded Air supply failure Check that the instrument air pressure gauge reads between 0.3 - 0.4 kPa. If not, check that the air compressor is on and functioning. Mechanical/electronics standby

Known Issues

  • Exposure time display does not update when the SET button is pushed, it only updates after the exposure is started.
  • Filter slide A can time out when trying to reach a commanded position when Mookodi is in certain orientations.