Roestlab / massdash

MassDash: A web-based dashboard for streamlined DIA-MS visualization, analysis, prototyping, and optimization
https://massdash.streamlit.app/
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Gaussian Smoothing #42

Closed alhigaylan closed 10 months ago

alhigaylan commented 10 months ago

I added Gaussian smoothing option #15 I tested it on the example files and I was able to play with sigma and window size parameters to change smoothing behavior. Default sigma is 4 (which roughly corresponds to peak FWHM 10 seconds) and default window size is 11. Sigma can be as low as 0.1 and as high as 10. Window size can be as low as 1 and as high as 100.

singjc commented 10 months ago

Great, thanks! If you can just remove the two files mentioned, then I think we can merge this into the dev branch.

I have to apologize in advanced, I should have told you to maybe wait a bit. I just made some major changes to the UI side of things and to the InteractivePlotting. Would you be able to include these changes into the patch/masterRefactor branch once #39 is merged?