Menu

Tree [230a49] master /
 History

HTTPS access


File Date Author Commit
 CsvFilePlugin 2019-05-30 Paolo Paolo [f708c9] Added locale settings when importing files. Add...
 CsvFilePluginSemiColon 2019-05-30 Paolo Paolo [f708c9] Added locale settings when importing files. Add...
 PeaksChooser 2019-05-31 Paolo Paolo [3d612e] Updated Peaks Chooser to support sensitivity re...
 PeaksTextFilePlugin 2019-05-30 Paolo Paolo [f708c9] Added locale settings when importing files. Add...
 SpaFilePlugin 2019-05-30 Paolo Paolo [f708c9] Added locale settings when importing files. Add...
 TabSeparatedPlugin 2019-05-30 Paolo Paolo [f708c9] Added locale settings when importing files. Add...
 icons 2019-05-01 Paolo Paolo [580c76] Implemented all needed features: load from peak...
 Interpolator.pro 2019-05-30 Paolo Paolo [f708c9] Added locale settings when importing files. Add...
 LICENSE 2019-05-16 Paolo Infante Paolo Infante [e6168e] Add LICENSE
 README.md 2019-05-31 Paolo Paolo [230a49] Added context menu to evaluation data table. Co...
 aboutbox.cpp 2019-05-03 infante.paolo infante.paolo [dc1e6a] Fixed locale, now supports only english formatt...
 aboutbox.h 2019-05-03 infante.paolo infante.paolo [dc1e6a] Fixed locale, now supports only english formatt...
 aboutbox.ui 2019-05-03 infante.paolo infante.paolo [dc1e6a] Fixed locale, now supports only english formatt...
 cc4.0.png 2019-05-02 Paolo Paolo [50a5c0] Added author and about box, added the plot view...
 charteventfilter.h 2019-05-03 infante.paolo infante.paolo [dc1e6a] Fixed locale, now supports only english formatt...
 chooselocaledialog.cpp 2019-05-30 Paolo Paolo [f708c9] Added locale settings when importing files. Add...
 chooselocaledialog.h 2019-05-30 Paolo Paolo [f708c9] Added locale settings when importing files. Add...
 chooselocaledialog.ui 2019-05-30 Paolo Paolo [f708c9] Added locale settings when importing files. Add...
 datafileparserinterface.h 2019-05-03 infante.paolo infante.paolo [dc1e6a] Fixed locale, now supports only english formatt...
 dataplugininterface.h 2019-05-30 Paolo Paolo [f708c9] Added locale settings when importing files. Add...
 givens.h 2019-05-03 infante.paolo infante.paolo [dc1e6a] Fixed locale, now supports only english formatt...
 glsfit.h 2019-05-16 infante.paolo infante.paolo [af5f3e] Added license info and chi squared to output class
 main.cpp 2019-05-30 Paolo Paolo [f708c9] Added locale settings when importing files. Add...
 mainwindow.cpp 2019-05-31 Paolo Paolo [230a49] Added context menu to evaluation data table. Co...
 mainwindow.h 2019-05-31 Paolo Paolo [230a49] Added context menu to evaluation data table. Co...
 mainwindow.ui 2019-05-31 Paolo Paolo [230a49] Added context menu to evaluation data table. Co...
 matrix.h 2019-05-03 infante.paolo infante.paolo [dc1e6a] Fixed locale, now supports only english formatt...
 polyfit.h 2019-05-03 infante.paolo infante.paolo [dc1e6a] Fixed locale, now supports only english formatt...
 polynomialregression.h 2019-05-03 infante.paolo infante.paolo [dc1e6a] Fixed locale, now supports only english formatt...
 res.qrc 2019-05-03 infante.paolo infante.paolo [dc1e6a] Fixed locale, now supports only english formatt...

Read Me

Interpolator

This is a software made to import X,Y data from different types of files, into a table, displaying a plot of the data you imported and with the ability to interpolate data against linear or polynomial curves.
It is modular, so support for a new file type can be added by including a plugin in the plugins folder.

Main features:
* Import comma separated CSV, semi-colon separated CSV, Peaks text file, SPA file through included plugins
* Plot loaded data
* Regression up to 4th order polynomial
* Plot interpolated curve vs loaded data
* Plot residuals
* Evaluate numerical expression with uncertainty propagation through Python and GTC package.
* Find peaks in a spectrum plot

To-do:
* (DONE) Support multiple locales (decimal separator)
* (Work in progress...) Support plugins for data manipulation and visualization

Compile, Build

To run the software you first need to compile it.
Virtually it can be compiled on any operating system, including Windows, Linux, Mac. I only tested it on Windows and Linux succesfully, I don't know if it works on mac but I think it does.
To compile it you need Qt and qmake. You also need to compile individually each plugin (they are in the subfolders of the project directory) and copy the compiled library in a folder named "plugins" in the same directory as the main executable.

Dependencies

To compile the software you need to run qmake first. Make sure to install the dependent Qt add-ons such as QtCharts.
You also need GSL library (GNU Scientific Library). On linux you will probably find built packages in your package manager (e.g. sudo apt install libgslX libgslcblas0 -- X is the version number, remember to update dependencies to the right version/name in .pro file). On windows you need to search for a built GSL package or build it yourself and change the path in the .pro file.

For the expression evaluation to work, you need to have a working python distribution placed in a folder named 'python-3.7.2.amd64', with GTC package installed, placed in the same path as the executable is. Made this choice to make distribution simple, but I plan to add support for a system-wide python distribution in the future (you may do this yourself if you change a few lines in the code)

Steps:
- $ qmake
- $ make

License

This work is licensed under GNU GPLv3 license. See LICENSE file for more info.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.