ING logoDISPLAY: start or stop automatic display of observations

This page is part of the ING document INS-DAS-24: client-server interface for control of cameras
 



Purpose: control the automatic display of raw observations and processed data.

Actors: udas_display client; udas_camera server; ds9 or saotng image-display.

Outline: the client switches on the display of images; the camera server then sends each image to the display as the image becomes available. Later, the client turns off the display and the server stops sending the images.

Normal course of events:

  1. Client invokes the DISPLAY action on the camera server with these arguments:
  2. Server validates the command.
  3. Server returns good status for the action to the client.
  4. Client exits in good order.
  5. Each time a raw image becomes available, the camera server sends it to the display.
  6. Later, the client is run again and invokes the DISPLAY action with these arguments:
  7. Server validates the command.
  8. Server returns good status for the action to the client.
  9. Server stops sending raw images to the display.
Variations: