From 069efdd77dcbcc07f8ffc15d47fc00b83b65a800 Mon Sep 17 00:00:00 2001 From: rivers Date: Thu, 7 Jul 2011 19:54:55 +0000 Subject: [PATCH] More updates for R1-7 git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@13040 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/areaDetectorReleaseNotes.html | 85 ++++++++++++--------- 1 file changed, 47 insertions(+), 38 deletions(-) diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html index f7e5346..2179051 100755 --- a/documentation/areaDetectorReleaseNotes.html +++ b/documentation/areaDetectorReleaseNotes.html @@ -15,10 +15,10 @@
  • Drivers @@ -32,8 +32,8 @@
  • New driver for Photonic Sciences Ltd. (PSL) detectors. This driver currently can do everything except read the data back from the detector. That capability needs to be added, which requires access to a PSL detector for development and testing.
  • -
  • Simulation driver. Added additional simulation mode for Gaussian peaks. - John Hammonds added this feature.
  • +
  • Simulation driver. Added additional simulation mode for Gaussian peaks. John Hammonds + added this feature.
  • Changed the setShutter() function in ADDriver.h to be a virtual function, which it should have been all along. The base-class implementation for an EPICS shutter is now used by default. Changed the drivers to use the virtual function.
  • @@ -44,22 +44,26 @@ which is ~4X smaller than TIFF, and for additional header information in the files for crystallography. Thanks to Lewis Muir for these additions. Set FullFilename_RBV for each file in a multi-image sequence, which was not previously being done. -
  • Prosilica driver. +
  • Prosilica driver.
  • @@ -67,18 +71,22 @@
  • Plugins
  • Viewers @@ -96,25 +104,26 @@
  • Renamed pluginSupport.dbd to NDPluginSupport.dbd, and made individual DBD files for each plugin to make it easy for external software to use only a subset of the plugins.
  • -
  • Removed nexusSupport directory, which had previously contained prebuilt versions of the NeXus - library, as well as prebuilt versions of the HDF5 support library. This was replaced - with a NeXusSrc directory which builds the NeXus library from source code on all platforms. - This is currently version NeXus 4.2.1. - A new support directory, hdf5Support, was added which contains the header files and prebuilt - libraries for HDF5. This is currently version 1.8.7 of HDF5.
  • +
  • Removed nexusSupport directory, which had previously contained prebuilt versions + of the NeXus library, as well as prebuilt versions of the HDF5 support library. + This was replaced with a NeXusSrc directory which builds the NeXus library from + source code on all platforms. This is currently version NeXus 4.2.1. A new support + directory, hdf5Support, was added which contains the header files and prebuilt libraries + for HDF5. This is currently version 1.8.7 of HDF5.
  • Use CYCGWIN_RPC_LIB variable when building on Cygwin to allow either Cygwin 1.5.x or 1.7.x.
  • Minor changes to many drivers and plugins to allow building dynamically (DLLs) on WIN32.
  • Added methods to the NDArray class to provide access to maxBuffers, numBuffers, etc.
  • -
  • Removed JPEG and TIFF libraries on win32-x86, they are not needed because the libraries - are part of GraphicsMagick.
  • -
  • Changed Makefiles so they will work correctly with the -debug variant on the target archs.
  • +
  • Removed JPEG and TIFF libraries on win32-x86, they are not needed because the + libraries are part of GraphicsMagick.
  • +
  • Changed Makefiles so they will work correctly with the -debug variant on the target + archs.
  • Install ADApp/Db/*.template files as part of build process.
  • -
  • Changed NDArrayPool so that it will free the memory in NDArrays in the pool to permit allocating - one with sufficient memory to satisfy an alloc() request. Thanks to Tim Madden for the initial - version of this.
  • +
  • Changed NDArrayPool so that it will free the memory in NDArrays in the pool to + permit allocating one with sufficient memory to satisfy an alloc() request. Thanks + to Tim Madden for the initial version of this.