From 229a18279d75e2cb7e7b0af03b1b62d601e616a2 Mon Sep 17 00:00:00 2001 From: rivers Date: Fri, 9 Apr 2010 20:27:02 +0000 Subject: [PATCH] Added comment about trailing / on NDFilePath; add ADSC bug fix comment git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@10613 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/areaDetectorReleaseNotes.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html index e12d532..06e844c 100755 --- a/documentation/areaDetectorReleaseNotes.html +++ b/documentation/areaDetectorReleaseNotes.html @@ -19,8 +19,10 @@ changes to the synApps modules on which areaDetector applications depend (autosave, busy, etc.)
  • Changes in Makefiles to support the win32-x86-debug architecture.
  • -
  • Added status parameter to indicate if the specified file path exists. Added record - to NDFile.template and status indicator to all medm file saving screens.
  • +
  • Added status parameter to indicate if the specified file path (NDFilePath) exists. + Added a record to NDFile.template and a status indicator to all medm file saving + screens.
  • +
  • Append a trailing '/' character to file path (NDFilePath) if one is not present.
  • Drivers @@ -46,6 +48,9 @@
  • pvCam driver. Fixed problem with exposure time being rounded to integer.
  • +
  • ADSC driver. Fixed a bug where it would not correctly load the per-image parameters + for the first image in a dataset if they were changed after the acquisition was + started but before the first image was taken.
  • Plugins