From 6f08aa5b11e28555eb4128fa0a2c78cff78d8268 Mon Sep 17 00:00:00 2001 From: rivers Date: Mon, 29 Mar 2010 11:54:46 +0000 Subject: [PATCH] Changes to NDPluginColorConvert for 1-6 git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@10430 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 c5892d9..ecb6449 100755 --- a/documentation/areaDetectorReleaseNotes.html +++ b/documentation/areaDetectorReleaseNotes.html @@ -55,6 +55,10 @@ for avoiding overflow when binning. Fixed problem when a single color is extracted from a color image; it now removes the unused dimension and changes the colorMode to mono. +
  • NDPluginColorConvert. Added conversions from mono to RGB, RGB2, and RGB3, and from RGB1, + RGB, and RGB3 to mono. Previously this plugin only built on Linux and WIN32. Now it builds and + does all conversions except Bayer on all architectures. Bayer conversion is restricted to + Linux and WIN32.
  • Added new NDPluginStats plugin. This plugin calculates statistics on an array. It replaces the statistics calculations that were previously performed in the ROI plugin. It also adds new statistics, including the centroid position and width. @@ -62,7 +66,7 @@ for the initial versions of these calculations.
  • Added new NDPluginProcess plugin. This plugin does arithmetic processing on arrays: