ramanspy.preprocessing.protocols.bergholt2016

ramanspy.preprocessing.protocols.bergholt2016() Pipeline[source]

A basic preprocessing protocol approximating the one adopted in Bergholt MS et al. (2016) [1].

Consists of the following steps:

  • baseline correction with polynomial fitting of order 2 in the range 700-3600 cm-1;

  • spectral cropping to the fingerprint region (700-1800 cm-1);

  • (Unit) Vector normalisation (pixelwise).

  • cosmic ray removal with Whitaker-Hayes algorithm.

References

Example

pipeline = preprocessing.protocols.ARTICULAR_CARTILAGE()
preprocessed_data = pipeline.apply(data)