diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html index f00cda8..29866a6 100755 --- a/documentation/areaDetectorReleaseNotes.html +++ b/documentation/areaDetectorReleaseNotes.html @@ -18,11 +18,30 @@ features than the ccd version, and makes the detector data available via callbacks. This allows detector data to be displayed with EPICS clients, permits ROI or other plugin calculations, and allows saving in other file formats if desired. +
  • Added support for color + +
  • +
  • Added a Viewers directory. This contains an IDL viewer for displaying images. + The viewer supports color and several different viewing + modes. It can be run for free under the IDL Virtual Machine, and should work on any platform with a + version of ezcaIDL.so or ezcaIDL.dll built with EPICS 3.14. + This directory also contains IDL class libraries for accessing areaDetector. These classes are + used by the viewers, but can also be used for other IDL applications.
  • Added new parameters in ADStdDriverParams.h
  • Pilatus driver @@ -33,6 +52,16 @@ not create directories.
  • +
  • Prosilica driver + +
  • Fixes to C++ code to avoid compiler warnings on Solaris. All but one of these changes should be transparent to user-written code. There is one change that may require changes to user-written plugins and drivers. The ADAsynPortDriver::pasynUser