From 768fa594803e42e67f9c3b073254d48ea1918ffd Mon Sep 17 00:00:00 2001 From: rivers Date: Fri, 16 Dec 2011 19:50:04 +0000 Subject: [PATCH] Updates for R1-8 git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14296 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/areaDetectorReleaseNotes.html | 52 ++++++++++++++++----- 1 file changed, 40 insertions(+), 12 deletions(-) diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html index 24b809d..251b6bb 100755 --- a/documentation/areaDetectorReleaseNotes.html +++ b/documentation/areaDetectorReleaseNotes.html @@ -36,12 +36,31 @@ done on a Windows 7 64-bit machine with 2 disk drives (SAS, 15K RPM, RAID 0). +
  • Pilatus driver. Thanks to Matt Pearson from Diamond Light Source for most of these + changes. + +
  • +
  • Prosilica driver. Added support for the following: + +
  • Firewire Windows driver. Added READOUT_TIME parameter. The sum of the AcquireTime plus the READOUT_TIME controls how long to wait before a frame timeout occurs. Previously a hardcoded value of 1.0 second was used, which was too short for some slow cameras.
  • -
  • Pilatus driver. Fixed 2 minor bugs. It was reporting a read timeout error from - camserver each time an image was acquired. Fixed a problem if the user aborted an - acquisition twice in a row.
  • Plugins @@ -52,8 +71,14 @@ any error messages. The NDFilePlugin base class now updates these records for each file open or file write operation. All of the file plugin medm screens have been updated to display these new PVs.
  • -
  • NDFileNexus. Fixed a bug which caused the plugin to crash with the example iocSimDetector/NexusTemplate.xml - template file. It could use a null object pointer in some circumstances.
  • +
  • NDFileNexus. + +
  • NDPluginProcess
  • -
  • Support libraries -
    - The static Linux support libraries provided in R1-7 were built on a Fedora Core - 9 system (gcc 4.3.0) for 32-bit linux-x86, and on a Fedora Core 14 system (gcc 4.5.1) - for 64-bit linux-x86_64. Problems arose when trying to build with these libraries - or to run the pre-built binaries on older Linux systems, e.g. those with gcc 4.1.2. - These were fixed as follows: +
  • Support libraries. The static Linux support libraries provided in R1-7 were built + on a Fedora Core 9 system (gcc 4.3.0) for 32-bit linux-x86, and on a Fedora Core + 14 system (gcc 4.5.1) for 64-bit linux-x86_64. Problems arose when trying to build + with these libraries or to run the pre-built binaries on older Linux systems, e.g. + those with gcc 4.1.2. These were fixed as follows:
  • +
  • Miscellaneous + +
  • Release 1-7 (09-August-2011)