RamanSPy icon indicating copy to clipboard operation
RamanSPy copied to clipboard

RamanSPy: An open-source Python package for integrative Raman spectroscopy data analysis

Results 5 RamanSPy issues
Sort by recently updated
recently updated
newest added

Hi, I found out that the current implementation for the Whittaker algorithm is quite heavy and it takes time to compute for a good amount of spectra. For example for...

I would like to use the built-in function` ramanspy.datasets.volumetric_cells(cell_type='THP-1', folder=None)` from this Python package to load the dataset. However, the downloaded raw dataset files have the .wip file extension, while...

Hello and first thx for this library, it looks really nice and we are considering building on it in our company :) This PR is a small one: use case...

Hi, I've some questions about peak deconvolution using Ramanspy, in order to fit Raman data. Is there a function to do this type of analysis ? If yes, could you...

enhancement
help wanted

When I use ramanspy.plot.peaks it's returns an axes. > ax = ramanspy.plot.peaks(preprocessed_spectrum, prominence=0.08) > > ax.savefig('test.png') > > AttributeError Traceback (most recent call last) > c:\Users\Maria Clara\OneDrive\Área de Trabalho\MAC\Raman\5A.ipynb Célula...

enhancement