wincowgerDEV / OpenSpecy-package

Analyze, Process, Identify, and Share, Raman and (FT)IR Spectra
http://wincowger.com/OpenSpecy-package/
Creative Commons Attribution 4.0 International
23 stars 11 forks source link

Add multirange selection #94

Closed wincowgerDEV closed 11 months ago

wincowgerDEV commented 3 years ago

One common spectral analysis function is to manually specify the ranges where all peaks exist and have those searched against the spectral library. Right now we only allow one range to be selected. We could add a function to allow for multiple range selections using the plotly add boxes function. The user would draw boxes around each peak region and we would use the min and max wavenumber of each range to specify the ranges.

Plotly functions for adding boxes. https://plotly.com/r/shapes/

The data exchange pipeline would work similar to the manual baseline subtraction routine we have setup.

wincowgerDEV commented 11 months ago

Done in package, support not currently planned for app. Closing for now.