Skip to content

SGF - smoothing spectrometic data, part of the 2017 Bachelor thesis of Petra Millarova, Faculty of Civil Engineering, CTU in Prague

Notifications You must be signed in to change notification settings

millapet/petra-millarova-bt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please ensure you have boost libraries installed. 

FOR SGF
Use SGF to load, parse and smooth data from the desired folder 
and save them to the folder of your choice. 
M is the length of the filter (For MA, SGF and derivatives)
N is the polynomial used (for derivatives and SGF)
S is the derivative order (for computing derivatives)

To correctly execute the program, 
enter the following information in this order (separated with a space):
[input file path] [output folder] [filter type] [filter configuration]

Filter types: 
SGF (Savitzky-Golay Filter)
MA (moving average filter)
der (derivatives using the SGF)

Filter configuration:
for SGF enter M (filter half-width) and N (polynomial order) separated by a dash only (-)
for MA filter enter only M
for der enter M-N-S, where S is the derivative order you are willing to use

If you are willing to process more than just one file, the usage of *.bat files is reccomended.
Hope everything runs smoothly!

This program is distributed under GNU General Public License. 

About

SGF - smoothing spectrometic data, part of the 2017 Bachelor thesis of Petra Millarova, Faculty of Civil Engineering, CTU in Prague

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published