Donnie Erb
Donnie Erb
I actually had planned on submitting a JOSS paper in the near future once I had the time to finish some remaining odds and ends. I definitely think it would...
I would recommend just writing your own helper function that takes the mask and handles the interpolation and baseline correction internally. It would be essentially how I would implement it...
If you're asking to add a new function that does masking (based on whatever metric) and then inputs that masked data into another baseline correction method, then, to reiterate what...
Hey @Firestar-Reimu, I added an example to the documentation to cover how to handle masking for the various algorithms in pybaselines (see https://pybaselines--45.org.readthedocs.build/en/45/generated/examples/general/plot_masked_data.html#sphx-glr-generated-examples-general-plot-masked-data-py for the built documentation). Let me know...