From f5942fcf7cb394938d4652ee59d290a62a18ad5e Mon Sep 17 00:00:00 2001 From: rivers Date: Fri, 16 Apr 2010 15:37:52 +0000 Subject: [PATCH] Updates for pvCam and adsc drivers git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@10705 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/areaDetectorReleaseNotes.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html index 06e844c..f09c74f 100755 --- a/documentation/areaDetectorReleaseNotes.html +++ b/documentation/areaDetectorReleaseNotes.html @@ -47,10 +47,14 @@ by asynReport() and dbior(). -
  • pvCam driver. Fixed problem with exposure time being rounded to integer.
  • +
  • pvCam driver. Fixed problem with exposure time being rounded to integer. Add PVs + to provide version information for software and firmware where possible. Add PVs + to provide serial numbers where possible. Perform checks on parameters that are + not available for all cameras.
  • 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.
  • + started but before the first image was taken. Added ability to write simulated data + to disk in the simulation driver.
  • Plugins