Add STOCSY
- Dominant language
- TypeScript
- Stars
- 80
- Forks
- 34
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 36
Description
Once this feature has been implemented:
https://github.com/cheminfo/nmrium/issues/1871
We can paint the median with the STOCSY
The calculation of STOCSY requires the matrix that we previously got applying the ml-signal-processing filters. This matrix is just composed of the Y values of all the spectra (one row per spectrum).
It also requires the selection of one point in the spectrum (similar with what we do with phase correction in which PH1 requires the position of the cursor).
For this code you can get inspired by https://github.com/cheminfo/spectra-processor/blob/55b53ce69f6cc78984880bf76d7e7beb72ac4c22/src/jsgraph/getAutocorrelationChart.js#L17 but I still would like to implement https://github.com/mljs/spectra-processing/issues/170
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.