Skip to main content

Module for x-axis calibration of Raman spectrometers

Project description

This module provides functions for wavenumber calibration of Raman spectrometers. Currently it works only with binary SPE files, produced, for example, by winspec (Princeton Instruments software). Supported substances so far are polystyrene and cyclohexan (or any other, if you have a table with Raman shifts and 15 minutes of time).

One of the key features is that the script provides a detailed report of calibration in PDF format with a lot of plots.

Typical usage looks like this:

#!/usr/bin/env python

import xcal_raman as xcal
import winspec
cal_f, p = xcal.calibrate_spe("polystyrene.SPE", "dark.SPE",
                              material="polystyrene", figure=figure())
savefig("xcal-report-polystyrene.pdf")
# We have calibration function, lets plot spectrum of some substance
s = winspec.Spectrum("substance.SPE")
s.background_correct("dark.SPE")
plot(cal_f(s.wavelen), s.lum)
xlabel("Wavenumber, cm$^{-1}$")
ylabel("Counts")

Thanks to

The SPE files are read by script winspec.py, which was written by James Battat and Kasey Russell. I modified it and commented out the calibration.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xcal_raman-0.1.1.tar.gz (25.5 kB view details)

Uploaded Source

File details

Details for the file xcal_raman-0.1.1.tar.gz.

File metadata

  • Download URL: xcal_raman-0.1.1.tar.gz
  • Upload date:
  • Size: 25.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for xcal_raman-0.1.1.tar.gz
Algorithm Hash digest
SHA256 91d4b6155f4c1d66c573ee950683cb31a2d6a97a86b60fe2ada0f96666797ed4
MD5 20163b58be765723df3ee8ae4b0d8180
BLAKE2b-256 fa4f740b1554c4ec013e70eabe8a92e65e4a0c104145ccad8eb0db170c5dc7bf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page