Skip to content

Getting Started

lumik edited this page Feb 5, 2018 · 1 revision

More details can be found in Documentation.

Program start up

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.

Data loading

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.

Treatment

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

Treatment inspection

The results of the treatment is displayed in the central axes.

Saving data

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.

Clone this wiki locally