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.0.tar.gz (7.0 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for xcal_raman-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c612eccbeed0dbb3b099da738712872e96a58565979d8693761588aa7d0f3fb7
MD5 e5fd8f434c56ed4481ea88ab5b04f073
BLAKE2b-256 2242b982134d2d52be2515db9daa78112ac3cc5b47b4e011f296cf7387d15d6a

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