From 26f847556add95279ecc2ce6fb987fec0f66e1b9 Mon Sep 17 00:00:00 2001 From: rivers Date: Fri, 28 Sep 2012 12:32:21 +0000 Subject: [PATCH] Minor reformatting by VS git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@15252 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/NDPluginProcess.html | 78 +++++++++++------------------- 1 file changed, 27 insertions(+), 51 deletions(-) diff --git a/documentation/NDPluginProcess.html b/documentation/NDPluginProcess.html index cbeda24..7499b12 100755 --- a/documentation/NDPluginProcess.html +++ b/documentation/NDPluginProcess.html @@ -74,7 +74,8 @@ - Parameter Definitions in NDPluginProcess.h and EPICS Record Definitions in NDProcess.template + Parameter Definitions in NDPluginProcess.h and EPICS Record Definitions in NDProcess.template + @@ -240,8 +241,7 @@ The scale factor to multiply by after dividing the array by the flat field array. This scale factor is normally chosen so that the data after scaling fills the dynamic - range of the output data type. - + range of the output data type. SCALE_FLAT_FIELD @@ -286,8 +286,7 @@ r/w - The scale factor to multiply by. - + The scale factor to multiply by. SCALE @@ -306,8 +305,7 @@ r/w - The offset to add. - + The offset to add. OFFSET @@ -331,8 +329,7 @@ r/w Flag to control whether to clip values to the LowClip value for this array (0=Disable, - 1=Enable). - + 1=Enable). ENABLE_LOW_CLIP @@ -352,8 +349,7 @@ r/w The minimum allowed value for this array. If EnableLowClip=1, then all values in - the array less than LowClip will be replaced by LowClip. - + the array less than LowClip will be replaced by LowClip. LOW_CLIP @@ -373,8 +369,7 @@ r/w Flag to control whether to clip values to the HighClip value for this array (0=Disable, - 1=Enable). - + 1=Enable). ENABLE_HIGH_CLIP @@ -394,8 +389,7 @@ r/w The maximum allowed value for this array. If EnableHighClip=1, then all values in - the array greater than HighClip will be replaced by HighClip. - + the array greater than HighClip will be replaced by HighClip. HIGH_CLIP @@ -528,8 +522,7 @@ The characteristic number of arrays to use when filtering. The value of NumFiltered will increase as each array is processed, until it reaches the value of NumFilter, when it will no longer increase. The value of NumFiltered is used in the filter - equations, as explained below. - + equations, as explained below. NUM_FILTER @@ -551,8 +544,7 @@ The number of arrays that have been processed by the filter since the filter was last reset. The value of NumFiltered is incremented as each array is processed, until it reaches the value of NumFilter, when it will cease incrementing. The value - of NumFiltered is used in the filter equations, as explained below. - + of NumFiltered is used in the filter equations, as explained below. NUM_FILTERED @@ -568,8 +560,7 @@ r/w - The filter type, chosen from a predefined list, as described below. - + The filter type, chosen from a predefined list, as described below. N.A. @@ -586,8 +577,7 @@ r/w - Output offset coefficient. - + Output offset coefficient. FILTER_OOFFSET @@ -606,8 +596,7 @@ r/w - Output scale coefficient. - + Output scale coefficient. FILTER_OSCALE @@ -626,8 +615,7 @@ r/w - Output coefficient #1. - + Output coefficient #1. FILTER_OC1 @@ -646,8 +634,7 @@ r/w - Output coefficient #2. - + Output coefficient #2. FILTER_OC2 @@ -666,8 +653,7 @@ r/w - Output coefficient #3. - + Output coefficient #3. FILTER_OC3 @@ -686,8 +672,7 @@ r/w - Output coefficient #4. - + Output coefficient #4. FILTER_OC4 @@ -706,8 +691,7 @@ r/w - Filter offset coefficient. - + Filter offset coefficient. FILTER_FOFFSET @@ -726,8 +710,7 @@ r/w - Filter scale coefficient. - + Filter scale coefficient. FILTER_FSCALE @@ -746,8 +729,7 @@ r/w - Filter coefficient #1. - + Filter coefficient #1. FILTER_FC1 @@ -766,8 +748,7 @@ r/w - Filter coefficient #2. - + Filter coefficient #2. FILTER_FC2 @@ -786,8 +767,7 @@ r/w - Filter coefficient #3. - + Filter coefficient #3. FILTER_FC3 @@ -806,8 +786,7 @@ r/w - Filter coefficient #4. - + Filter coefficient #4. FILTER_FC4 @@ -826,8 +805,7 @@ r/w - Reset offset coefficient. - + Reset offset coefficient. FILTER_ROFFSET @@ -846,8 +824,7 @@ r/w - Filter coefficient #1. - + Filter coefficient #1. FILTER_RC1 @@ -866,8 +843,7 @@ r/w - Filter coefficient #2. - + Filter coefficient #2. FILTER_RC2