From d69c97e28ca98c53b701cccd4d786959c75a32f6 Mon Sep 17 00:00:00 2001 From: Michael Dunning Date: Tue, 12 Dec 2017 11:03:30 -0800 Subject: [PATCH] Update documentation --- documentation/andorDoc.html | 53 ++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/documentation/andorDoc.html b/documentation/andorDoc.html index 6a9bbd1..a9ad5b2 100755 --- a/documentation/andorDoc.html +++ b/documentation/andorDoc.html @@ -48,11 +48,12 @@
  • Support for all of the Andor shutter modes
  • Support for reading the detectors with 16-bit or 32-bit depth
  • Saving files using the Andor SDK and/or with the standard areaDetector plugins
  • -
  • Change the ADC sampling speed (0.05MHz and 2.5MHz on the iKon)
  • +
  • Change the ADC sampling speed (0.05MHz and 2.5MHz on the iKon) and the Vertical Shift Period
  • Set a region of interest (a smaller region can be read out faster)
  • Set and monitor the CCD temperature
  • Electron Multiplying (EM) Gain on supported detectors
  • Support for selecting between Full Vertical Binning (FVB) and Image readout modes
  • +
  • Support for Frame Transfer mode
  • The Andor module includes a separate driver to control the Andor Shamrock spectrographs. @@ -716,6 +717,56 @@ mbbo
    mbbi + + + AndorFTMode + + asynInt32 + + R/W + + Set Frame Transfer mode. Choices are: +

    + Note: Only available on supported CCDs. + + + ANDOR_FT_MODE + + AndorFTMode
    + AndorFTMode_RBV + + bo
    + bi + + + + AndorVSPeriod + + asynInt32 + + R/W + + Sets Vetical Shift Period, in units of microseconds per pixel shift.
    + Choices are constructed at runtime. For example, the choices for an iDus are: + + + ANDOR_VS_PERIOD + + AndorVSPeriod
    + AndorVSPeriod_RBV + + mbbo
    + mbbi +