ING logoMERIT action: observe and return the merit function of a small image

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


Purpose: make one observation with a single, small window; return the resulting image directly to the client.

Actors: NAOMI client; camera server.

Outline: the MERIT action is invoked. The client receives the merit function resulting from MERIT as a returned argument of the action.

Normal course of events:

  1. Client invokes the MERIT action on the server with these arguments:
  2. Server validates the arguments.
  3. Server clears the detectors, as in the CLEAR action (q.v.).
  4. Server exposes the detectors for the given time, as in the INTEGRATE action (q.v.).
  5. Server reads out the detectors, as in the READOUT action (q.v.).
  6. Server calculates the merit function of the readout rectangle.
  7. Server returns good status for the action. The value of the merit function, the actual integration time, the maximum pixel value, and the sum of the image are sent back in the action's argument list as doubles.
Variations: