Loading Renishaw data

Users can use RamanSPy to load .wdf files as exported from Renishaw’s WiRE software. This can be done through the ramanspy.load.renishaw() method by simply providing the name of the file of interest.

import ramanspy

The method itself will parse the data to the correct spectral data container, which you can then use as usual.

raman_data = ramanspy.load.renishaw("path/to/file/renishaw_data.wdf")

Total running time of the script: (0 minutes 0.000 seconds)