Ran update_copyright.py, updating all the copyright blurbs and adding AUTHORS.
[hooke.git] / conf / convfilt.conf
1 <?xml version="1.0" ?>
2 <config>
3
4 <!-- Parameters to calculate the noise absolute deviation.
5      positive= cut out most positive (1) or negative (0) values (default=0)
6      maxcut=cut at maximum a maxcut fraction of all points. (default=0.2) 
7      stable=convergency threshold (when cutting more points the ratio doesn't change more than stable, then stop) (default=0.005)
8 -->
9 <noise_absdev positive="0" maxcut="0.2" stable="0.005"/>
10
11 <!-- Parameters of the convfilt.
12      minpeaks=number minimum of peaks we want (default=5)
13      mindeviation=minimum absolute deviation of convolution to define a peak (default=5)
14      seedouble=if two peaks distance less than seedouble points, count them as a single peak (default=10)
15      convolution=the actual convolution vector (DO NOT TOUCH UNLESS YOU KNOW WHAT YOU ARE DOING)
16      blindwindow=nm after the contact point where we do not count peaks.
17     -->
18 <convfilt minpeaks="5" mindeviation="5" seedouble="10" convolution="[6.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0]" blindwindow="20"/>
19 <!--convfilt minpeaks="5" mindeviation="5" seedouble="10" convolution="[11.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0]" blindwindow="100"/-->
20 </config>