[Kst] kdeextragear-2/kst/plugins

Andrew Walker arwalker at sumusltd.com
Thu Aug 19 19:08:42 CEST 2004


CVS commit by arwalker: 

Define some default values for input scalars.


  M +1 -1      fits/polynomial_unweighted/kstfit_polynomial_unweighted.xml   1.5
  M +1 -1      fits/polynomial_weighted/kstfit_polynomial_weighted.xml   1.5
  M +2 -2      fits/sinusoid_unweighted/kstfit_sinusoid_unweighted.xml   1.5
  M +2 -2      fits/sinusoid_weighted/kstfit_sinusoid_weighted.xml   1.5
  M +1 -1      noise_addition/noise_addition.xml   1.4


--- kdeextragear-2/kst/plugins/fits/polynomial_unweighted/kstfit_polynomial_unweighted.xml  #1.4:1.5
@@ -19,5 +19,5 @@
 </input>
 <input>
-<float name="Order" descr="The order of the polynomial to fit." />
+<float name="Order" descr="The order of the polynomial to fit." default="2" />
 </input>
 

--- kdeextragear-2/kst/plugins/fits/polynomial_weighted/kstfit_polynomial_weighted.xml  #1.4:1.5
@@ -22,5 +22,5 @@
 </input>
 <input>
-<float name="Order" descr="The order of the polynomial to fit." />
+<float name="Order" descr="The order of the polynomial to fit." default="2" />
 </input>
 

--- kdeextragear-2/kst/plugins/fits/sinusoid_unweighted/kstfit_sinusoid_unweighted.xml  #1.4:1.5
@@ -19,8 +19,8 @@
 </input>
 <input>
-<float name="Harmonics" descr="The number of harmonics of the sinusoid to fit." />
+<float name="Harmonics" descr="The number of harmonics of the sinusoid to fit." default="0" />
 </input>
 <input>
-<float name="Period" descr="The period of the sinusoid to fit." />
+<float name="Period" descr="The period of the sinusoid to fit." default="1" />
 </input>
 

--- kdeextragear-2/kst/plugins/fits/sinusoid_weighted/kstfit_sinusoid_weighted.xml  #1.4:1.5
@@ -22,8 +22,8 @@
 </input>
 <input>
-<float name="Harmonics" descr="The number of harmonics of the sinusoid to fit." />
+<float name="Harmonics" descr="The number of harmonics of the sinusoid to fit." default="0" />
 </input>
 <input>
-<float name="Period" descr="The period of the sinusoid to fit." />
+<float name="Period" descr="The period of the sinusoid to fit." default="1" />
 </input>
 

--- kdeextragear-2/kst/plugins/noise_addition/noise_addition.xml  #1.3:1.4
@@ -16,5 +16,5 @@
 </input>
 <input>
-<float name="Sigma" descr="The standard deviation of the noise." />
+<float name="Sigma" descr="The standard deviation of the noise." default="1" />
 </input>
 





More information about the Kst mailing list