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

[Feature]: add signal in matches #151

Closed wincowgerDEV closed 9 months ago

wincowgerDEV commented 10 months ago

Guidelines

Description

Signal to noise ratio is pretty mandatory for quality identification. It could be good to add an option to the match_spec function for calculating the signal to noise ratio of all the spectra.

Problem

signal to noise difficult to get into match_spec output.

Proposed Solution

Add it to the function.

Alternatives Considered

incorporate in shiny app somehow.

wincowgerDEV commented 9 months ago

Worried this is getting a little out of scope of the function. Perhaps we just recommend that people add the sig_noise output to their open specy object and then send it to the match_spec function, which should join the data correctly.