Skip to content

hisleiterj/elch-spc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elch-spc

A C#/.net library to read and write spc spectrum files (aka. Thermo Fisher/Scientific software GRAMS/AI spectroscopy format).

Usage

//Example: How to Load a spc file

//Loading spc file into memory
var spc = SpcReader.Read("test.spc");
//Printing 'Memo'/'Comment' string to console
Console.Writeline(spc.Memo);
//Accessing the y-values of first spectrum
double[] yValues = spc.Spectra[0].Y;

Acknowledgements

Test Files were taken from https://github.com/wingardium/spc-sdk

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages