diff --git a/documentation/NDPluginFile.html b/documentation/NDPluginFile.html index da64501..2ddaff0 100755 --- a/documentation/NDPluginFile.html +++ b/documentation/NDPluginFile.html @@ -184,14 +184,15 @@ No formats support all of these compression types. Many support only one, or have an implicit compression mode and so ignore the CompressType parameter. For example, the JPEG format supports only the JPEG compression scheme, which is implicit. The - TIFF format supports "None", (ADD DOCUMENTATION ON TIFF COMPRESSION AND OTHER FORMATS)
+ TIFF format supports "None", (ADD DOCUMENTATION ON TIFF COMPRESSION AND + OTHER FORMATS)The NDFileMagick class documentation describes this class in detail.
- The NDFileMagick plugin is created with the NDFileMagickConfigure command, either from - C/C++ or from the EPICS IOC shell.
+ The NDFileMagick plugin is created with the NDFileMagickConfigure command, either + from C/C++ or from the EPICS IOC shell.NDFileMagickConfigure(const char *portName, int queueSize, int blockingCallbacks,
const char *NDArrayPort, int NDArrayAddr, size_t maxMemory,
int priority, int stackSize)
@@ -200,7 +201,8 @@
For details on the meaning of the parameters to this function refer to the detailed
documentation on the NDFileMagickConfigure function in the
NDFileMagick.cpp documentation and in the documentation for the constructor
- for the NDFileMagick class.
+ for the NDFileMagick
+ class.
netCDF file plugin
@@ -657,7 +659,15 @@ entry <-- NX_class=NXentry
The following compression filters are supported in the NDFileHDF5 plugin:
- Lossless SZIP compression
- is using a separate library from the hdfgroup
+ is using a separate library from the hdfgroup. NOTE: The szip library contains the
+ following in its COPYING license agreement file:
+ Revocable (in the event of breach by the user or if required by law), royalty-free,
+ nonexclusive sublicense to use SZIP compression software routines and underlying
+ patents for non-commercial, scientific use only is hereby granted by ICs, LLC, to
+ users of and in conjunction with HDF data storage and retrieval file format and
+ software library products.
+ This means that the szip compression should not be used by commercial users without
+ first obtaining a license.
- External libz -also lossless
- N-bit
compression is a bit-packing scheme to be used when a detector provide fewer databits