Added notes about fixes to NDPluginProcess.template

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@13764 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2011-09-24 17:55:34 +00:00
parent 1df65e4740
commit 1b89ee82dd
@@ -25,6 +25,11 @@
<ul>
<li>NDFileNexus. Fixed a bug which caused the plugin to crash with the example iocSimDetector/NexusTemplate.xml
template file. It could use a null object pointer in some circumstances.</li>
<li>NDPluginProcess. Set default values for the recursive filter coefficients in the template file for recursive filter with
scale factors of 1.0. The previous defaults were 0.0 for all coefficients, which produced all zero output arrays.
Selecting a predefined filter did not fix this problem, because that does not set the values of OScale and FScale.
Fixed errors in the template file for the readback values of the filter coefficients. They had DTYP=asynInt32,
corrected to asynFloat64.</li>
</ul>
</li>
<li>Support libraries