ING logoCLEARREAD: perform clearing reads on the detectors

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



Purpose: remove image persistence from previous exposures from the detectors and prepare for an integration.

Actors: udas_run client; udas_camera server; camera.

Outline: the client invokes the clearread action, and the camera reads out the detectors a number of time depending upon the value of the clearreads configuration in the camera configuration file (see ins-das-25). This action is only invoked by the run client if the camera is capable of ndr (non destructive reads).

Normal course of events:

  1. Client invokes the CLEARREAD action on the server, with no arguments.
  2. Server tells the camera to perform clearing reads the detectors and waits for it to finish.
  3. Camera performs readouts on the detectors and takes the detector electonics out of idle mode (i.e. stop the continual clearing of the detectors that happens between observations).
  4. Camera reports that the clearing reads were successful; server returns good status to the client.
Variations: