[Kst] branches/work/kst/portto4/kst/src/plugins/fits

Mike Fenton mike at staikos.net
Fri Oct 3 17:39:08 CEST 2008


SVN commit 867476 by fenton:

Add Polynomial Weighted and Sinusoid Weighted Plugins.


 M  +3 -1      fits.pro  
 M  +11 -5     linear.h  
 A             linear_weighted.h   [License: GPL (v2+)]
 A             polynomial_weighted (directory)  
 AM            polynomial_weighted/fitpolynomial_weighted.cpp   [License: GPL (v2+)]
 AM            polynomial_weighted/fitpolynomial_weighted.h   [License: GPL (v2+)]
 AM            polynomial_weighted/fitpolynomial_weightedconfig.ui  
 AM            polynomial_weighted/kstplugin_fits_polynomial_weighted.desktop  
 AM            polynomial_weighted/polynomial_weighted.pro  
 A             sinusoid_weighted (directory)  
 AM            sinusoid_weighted/fitsinusoid_weighted.cpp   [License: GPL (v2+)]
 AM            sinusoid_weighted/fitsinusoid_weighted.h   [License: GPL (v2+)]
 AM            sinusoid_weighted/fitsinusoid_weightedconfig.ui  
 AM            sinusoid_weighted/kstplugin_fits_sinusoid_weighted.desktop  
 AM            sinusoid_weighted/sinusoid_weighted.pro  


--- branches/work/kst/portto4/kst/src/plugins/fits/fits.pro #867475:867476
@@ -7,5 +7,7 @@
     linear_weighted \
     linear_unweighted \
     polynomial_unweighted \
-    sinusoid_unweighted
+    polynomial_weighted \
+    sinusoid_unweighted \
+    sinusoid_weighted
 
--- branches/work/kst/portto4/kst/src/plugins/fits/linear.h #867475:867476
@@ -1,9 +1,15 @@
-/*
- *  Generic linear fit plugin for KST.
- *  Copyright 2004, The University of British Columbia
- *  Released under the terms of the GPL.
- */
+/***************************************************************************
+ *                                                                         *
+ *   copyright : (C) 2008 The University of Toronto                        *
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ ***************************************************************************/
 
+
 #include <gsl/gsl_multifit.h>
 #include "common.h"
 
** branches/work/kst/portto4/kst/src/plugins/fits/polynomial_weighted/fitpolynomial_weighted.cpp #property svn:executable
   + *
** branches/work/kst/portto4/kst/src/plugins/fits/polynomial_weighted/fitpolynomial_weighted.h #property svn:executable
   + *
** branches/work/kst/portto4/kst/src/plugins/fits/polynomial_weighted/fitpolynomial_weightedconfig.ui #property svn:executable
   + *
** branches/work/kst/portto4/kst/src/plugins/fits/polynomial_weighted/kstplugin_fits_polynomial_weighted.desktop #property svn:executable
   + *
** branches/work/kst/portto4/kst/src/plugins/fits/polynomial_weighted/polynomial_weighted.pro #property svn:executable
   + *
** branches/work/kst/portto4/kst/src/plugins/fits/sinusoid_weighted/fitsinusoid_weighted.cpp #property svn:executable
   + *
** branches/work/kst/portto4/kst/src/plugins/fits/sinusoid_weighted/fitsinusoid_weighted.h #property svn:executable
   + *
** branches/work/kst/portto4/kst/src/plugins/fits/sinusoid_weighted/fitsinusoid_weightedconfig.ui #property svn:executable
   + *
** branches/work/kst/portto4/kst/src/plugins/fits/sinusoid_weighted/kstplugin_fits_sinusoid_weighted.desktop #property svn:executable
   + *
** branches/work/kst/portto4/kst/src/plugins/fits/sinusoid_weighted/sinusoid_weighted.pro #property svn:executable
   + *


More information about the Kst mailing list