From 7886be93c7a7a3fc5fa16e1d627c340059a86403 Mon Sep 17 00:00:00 2001 From: rivers Date: Thu, 2 Feb 2012 18:14:54 +0000 Subject: [PATCH] Added comments about my changes git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14418 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- ADApp/andorSrc/andorCCD.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ADApp/andorSrc/andorCCD.cpp b/ADApp/andorSrc/andorCCD.cpp index 61aac82..c3c6330 100755 --- a/ADApp/andorSrc/andorCCD.cpp +++ b/ADApp/andorSrc/andorCCD.cpp @@ -6,6 +6,8 @@ * * Updated Dec 2011 for Asyn 4-17 and areaDetector 1-7 * + * Major updates to get callbacks working, etc. by Mark Rivers Feb. 2011 + * */ #include @@ -774,6 +776,8 @@ asynStatus AndorCCD::setupAcquisition() setIntegerParam(ADSizeY, sizeY); } + // Note: we do triggerMode and adcChannel in this function because they change + // the computed actual AcquirePeriod and AccumulatePeriod getIntegerParam(ADTriggerMode, &triggerMode); getIntegerParam(AndorAdcSpeed, &adcChannel);