Description ----------- The accompanying scripts are provided to demo the polynomial shape correction algorithm using autocorrelation functions. The main script, to be used from command line is: correctPolynomialShape.py Instructions ------------ To run it, you'll have to have numpy and matplotlib installed. Moreover the 'autocorrelations.py' file must be in the same directory. To get more info, read the script and/or run the following command: python correctPolynomialShape.py help Licensing --------- This set of scripts is povided under the GPL License: 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 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .