You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SD.Stack.fromJcamp([url] or [jcamp]) should return in a Promise a SD.Stack
SD.Stack.fromBruker([zip url] or zip that contains many spectra)
A SD.Stack extends Array (like with image-js Stack) so it behave like an array.
However we will be able to add some specific methods in order to make comparison of spectra.
So we should be able to do something like
SD.Stack.fromJcamp([urls]).then(function(stack) {
var peaks=stack.map( spectra) => spectra.peakPicking() );
});
The text was updated successfully, but these errors were encountered:
Spectra stack (same principle as image-js Stack)
SD.Stack.fromJcamp([url] or [jcamp]) should return in a Promise a SD.Stack
SD.Stack.fromBruker([zip url] or zip that contains many spectra)
A SD.Stack extends Array (like with image-js Stack) so it behave like an array.
However we will be able to add some specific methods in order to make comparison of spectra.
So we should be able to do something like
The text was updated successfully, but these errors were encountered: