From 1e3b39b5904c8326174534114d3c1b714102a9de Mon Sep 17 00:00:00 2001 From: rivers Date: Fri, 30 Jan 2009 20:49:11 +0000 Subject: [PATCH] Minor change for R1-4 git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8311 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/NDPluginColorConvert.html | 5 ++--- documentation/NDPluginFile.html | 9 +++++---- documentation/NDPluginStdArrays.html | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/documentation/NDPluginColorConvert.html b/documentation/NDPluginColorConvert.html index d474b22..63b1c7f 100755 --- a/documentation/NDPluginColorConvert.html +++ b/documentation/NDPluginColorConvert.html @@ -7,7 +7,7 @@

areaDetector Plugin NDPluginColorConvert

- January 26, 2009

+ January 30, 2009

Mark Rivers

@@ -32,8 +32,7 @@ an input NDArray with one color mode and outputs another NDArray with a (potentially) different color mode. All other attributes of the array are preserved. The NDPluginColorConvert public interface is defined in NDPluginColorConvert.h as follows:

-
-class NDPluginColorConvert : public NDPluginDriver {
+  
class NDPluginColorConvert : public NDPluginDriver {
 public:
     NDPluginColorConvert(const char *portName, int queueSize, int blockingCallbacks,
                          const char *NDArrayPort, int NDArrayAddr,
diff --git a/documentation/NDPluginFile.html b/documentation/NDPluginFile.html
index 9b0528d..aece6b2 100755
--- a/documentation/NDPluginFile.html
+++ b/documentation/NDPluginFile.html
@@ -7,7 +7,7 @@ a
     

areaDetector Plugin NDPluginFile

- January 26, 2009

+ January 30, 2009

Mark Rivers

@@ -34,7 +34,9 @@ a netCDF file format, which is a portable self-describing binary file format supported by UniData at UCAR (University Corporation for Atmospheric - Research). + Research). There are netCDF libraries for C, C++, Fortran, and Java. Other + languages, including Matlab and IDL have built-in support for netCDF. There are + also add-on interfaces available for Python, Ruby and other languages.

The NDArray callback data can be written to disk in 1 of 3 modes: @@ -158,8 +160,7 @@ public:

The following is the header contents of a netCDF file produced by this plugin. This information was produced with the following command:

-
-ncdump -h testB_3.nc
+  
ncdump -h testB_3.nc
 
 netcdf testB_3 {
 dimensions:
diff --git a/documentation/NDPluginStdArrays.html b/documentation/NDPluginStdArrays.html
index bd15699..5bf8718 100755
--- a/documentation/NDPluginStdArrays.html
+++ b/documentation/NDPluginStdArrays.html
@@ -7,7 +7,7 @@
     

areaDetector Plugin NDPluginStdArrays

- September 19, 2008

+ January 30, 2009

Mark Rivers

@@ -39,8 +39,7 @@ and dimension data) that are made available as EPICS PVs so that clients can correctly interpret the array data. The NDPluginStdArrays public interface is defined in NDPluginStdArrays.h as follows:

-
-class NDPluginStdArrays : public NDPluginDriver {
+  
class NDPluginStdArrays : public NDPluginDriver {
 public:
     NDPluginStdArrays(const char *portName, int queueSize, int blockingCallbacks, 
                       const char *NDArrayPort, int NDArrayAddr,
@@ -205,7 +204,8 @@ public:
     that IDL runs on, and that has the ezcaIDL shareable library built for it. This
     includes Windows, Linux, Solaris, and Mac. epics_ad_display is included
     in the CARS IDL imaging
-      software.
+      software. It is also available in the Viewers directory in the areaDetector
+    application, where there is a README file describing how to use it.
   

The control window for epics_ad_display is shown below. It has a field @@ -249,7 +249,7 @@ public: Future plans

Stephen Mudie at the Australian Synchrotron has written a very nice IDL client to - display the EPICS images from the Flea Firewire cameras. This client should be converted + display the EPICS images from the Flea Firewire cameras. This client is being converted to display the data from this areaDetector plugin.