The latest version of Spectrino application is 2.3.5
What... From the point of view of your script, Spectrino is a library of functions (a package) for creation/modification of spectral data structures and selective data extraction. The latter is preceded by tunable pre-processing, optimized for classification (e.g discriminant analysis with PCA). The main data-extraction functions can also be initiated from Spectrino’s own menu. There are two ways your script can communicate with Spectrino - Web-sockets and COM (see Clients). R and JavaScript client use Web-sockets and Python, C# and Delphi use COM (COM out-of-process server). If you are fan of any other language there is a very good chance that your language support one or the other (or both) communication protocols. After Spectrino R package has been published some ideas for useful functions have found implementation in Spectrino utilities (use "source" command to load the R file).
For more details, see the
paper about
Spectrino (v1.6) in "Journal of Statistical Software" (v18, 2007)
published by the American Statistical Association. |
To whom.... Spectrino has been developed with mass-spectrometry in mind, it can be used with any spectroscopy or time-series data. The only restriction is that the processed data is always outputs an integer (bin number) as abscissa, so it would be wise to use integer (of your choosing) as X axis input data. Even it has been made to be used from R, there variety of languages you can call and use the application Spectrino. Libraries for R, python, C# and Delphi are available for developer/data scientist convenience. What's new... Version 2.0 of Spectrino adds new features to the
spectral part of the application (multi-tab spec-trees) and a new part -
blocks of properties. The latter provides user interface to a list of
properties (accessible from your script) as well as log, chart and
snippet (small pieces of code) support. See the
manual. |