-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
More details can be found in Documentation.
If spycor is in the MatLab’s search path (see Installation for more details) you can start the program by typing
spycor
in the MatLab’s terminal.
The spycor’s GUI should pop up.
You have to load data at first. You can do it using File menu or pushing <ctrl> + O
. Then the file dialog pops up
and enables you to select your data file. It can be in text format or matlab binary format with .mat
extension. The
data must be in columns of matrix with the first column containing x scale and the rest of the columns with y values.
After your data is loaded, the controls connected to treatment appears. You can set currently displayed spectrum in the
Select spectrum panel. The panel Settings
contains treatment settings, namely:
- times - multiples of standar deviation
- extra - half number of extra deleted points
- range - used spectral range
- extent - surrounding spectra used for comparison
- all pushbutton - sets current settings for all spectra
- all checkbox - swithces between mode, where all spectra have the same settings or settings are different for individual spectra
The results of the treatment is displayed in the central axes.
After the treatmet is finished, the corrected spectra can be saved using File menu or pushing <ctrl> + S
. The
corrected data is saved with _cor.txt
extension to the base of input filename in text format.