From 74f518b61e2f7fc397bb0709c7c3986ac3b83bd3 Mon Sep 17 00:00:00 2001 From: rivers Date: Fri, 20 Jul 2012 23:41:04 +0000 Subject: [PATCH] Added note about MinX for Prosilica; reformatted git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14901 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/areaDetectorReleaseNotes.html | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html index b6a78dc..f9aa010 100755 --- a/documentation/areaDetectorReleaseNotes.html +++ b/documentation/areaDetectorReleaseNotes.html @@ -66,6 +66,12 @@
  • PacketSize: When connecting to the camera the driver has always automatically found the largest packet size that the camera and IOC computer support. This new read-only record provides the actual packet size.
  • +
  • Fixed bug which arose if MinX + SizeX was greater than MaxSizeX (same for Y). + This is an invalid geometry, but their library does not return an error status, + and silently reduces SizeX. However, it has a subtle bad side-effect; subsequent + attempts to change the AcquireTime or AcquirePeriod do not return errors, but they + do not take effect until the IOC is rebooted! Fixed the problem by reducing SizeX + or SizeY if the requested region would be larger than the chip.
  • Firewire Windows driver. Added READOUT_TIME parameter. The sum of the AcquireTime @@ -90,14 +96,15 @@
  • NDFileTIFF.
  • NDFileNexus.