From 1e3b39b5904c8326174534114d3c1b714102a9de Mon Sep 17 00:00:00 2001
From: rivers
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.