From 07b4e7e5432596ef8fd6b366e065ba812523d404 Mon Sep 17 00:00:00 2001 From: rivers Date: Thu, 27 Sep 2012 23:31:22 +0000 Subject: [PATCH] Reformatted with VS git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@15241 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/simDetectorDoc.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/documentation/simDetectorDoc.html b/documentation/simDetectorDoc.html index b8c444f..447a7bb 100755 --- a/documentation/simDetectorDoc.html +++ b/documentation/simDetectorDoc.html @@ -64,7 +64,8 @@ - Parameter Definitions in simDetector.cpp and EPICS Record Definitions in simDetector.template + Parameter Definitions in simDetector.cpp and EPICS Record Definitions in simDetector.template + @@ -371,8 +372,7 @@ Used to introduce randomness in the peak height. Each gaussian peak in the array is assigned a scaling factor.
- scalingFactor = 1.0 + (rand()%peakVariation +1)/100.0 - + scalingFactor = 1.0 + (rand()%peakVariation +1)/100.0 SIM_PEAK_HEIGHT_VARIATION @@ -391,8 +391,7 @@ r/w Used to introduce randomness. Each affected pixel is assigned a scaling factor.
- scalingFactor = 1.0 + (rand()%noise +1)/100.0 - + scalingFactor = 1.0 + (rand()%noise +1)/100.0 SIM_NOISE