{ "info": { "author": "Roman Kiselev", "author_email": "roman.kiselew@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Topic :: Scientific/Engineering :: Chemistry", "Topic :: Scientific/Engineering :: Physics" ], "description": "=====================================\nx-axis Raman spectrometer calibration\n=====================================\n\nThis module provides functions for wavenumber calibration of Raman\nspectrometers. Currently it works only with binary SPE files, produced,\nfor example, by winspec (Princeton Instruments software). Supported\nsubstances so far are polystyrene and cyclohexan (or any other, if you\nhave a table with Raman shifts and 15 minutes of time).\n\nOne of the key features is that the script provides a detailed report of\ncalibration in PDF format with a lot of plots.\n\nTypical usage looks like this::\n\n #!/usr/bin/env python\n\n import xcal_raman as xcal\n import winspec\n cal_f, p = xcal.calibrate_spe(\"polystyrene.SPE\", \"dark.SPE\",\n material=\"polystyrene\", figure=figure())\n savefig(\"xcal-report-polystyrene.pdf\")\n # We have calibration function, lets plot spectrum of some substance\n s = winspec.Spectrum(\"substance.SPE\")\n s.background_correct(\"dark.SPE\")\n plot(cal_f(s.wavelen), s.lum)\n xlabel(\"Wavenumber, cm$^{-1}$\")\n ylabel(\"Counts\")\n\n\n\nThanks to\n---------\nThe SPE files are read by script winspec.py, which was written by James Battat\nand Kasey Russell. I modified it and commented out the calibration.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/xcal_raman", "keywords": null, "license": "GNU GPL v3", "maintainer": null, "maintainer_email": null, "name": "xcal_raman", "package_url": "https://pypi.org/project/xcal_raman/", "platform": "Linux,Windows", "project_url": "https://pypi.org/project/xcal_raman/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://pypi.python.org/pypi/xcal_raman" }, "release_url": "https://pypi.org/project/xcal_raman/0.1.5/", "requires_dist": null, "requires_python": null, "summary": "Module for x-axis calibration of Raman spectrometers", "version": "0.1.5" }, "last_serial": 1219466, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e5fd8f434c56ed4481ea88ab5b04f073", "sha256": "c612eccbeed0dbb3b099da738712872e96a58565979d8693761588aa7d0f3fb7" }, "downloads": -1, "filename": "xcal_raman-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e5fd8f434c56ed4481ea88ab5b04f073", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7032, "upload_time": "2014-09-10T14:22:21", "url": "https://files.pythonhosted.org/packages/22/42/b982134d2d52be2515db9daa78112ac3cc5b47b4e011f296cf7387d15d6a/xcal_raman-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "20163b58be765723df3ee8ae4b0d8180", "sha256": "91d4b6155f4c1d66c573ee950683cb31a2d6a97a86b60fe2ada0f96666797ed4" }, "downloads": -1, "filename": "xcal_raman-0.1.1.tar.gz", "has_sig": false, "md5_digest": "20163b58be765723df3ee8ae4b0d8180", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25457, "upload_time": "2014-09-10T14:26:06", "url": "https://files.pythonhosted.org/packages/fa/4f/740b1554c4ec013e70eabe8a92e65e4a0c104145ccad8eb0db170c5dc7bf/xcal_raman-0.1.1.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "07cb31520344f7467502ebb5497c6840", "sha256": "3d5dd1686b98a01d6e78f3cb3a2090229162f483d3c571f92caf5317d8ef80d6" }, "downloads": -1, "filename": "xcal_raman-0.1.5.tar.gz", "has_sig": false, "md5_digest": "07cb31520344f7467502ebb5497c6840", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25456, "upload_time": "2014-09-10T14:42:29", "url": "https://files.pythonhosted.org/packages/88/c9/5acb4f64f52e857756cb8c5268b1571c5578dfd6ebc7d3f1f50bd58f1ede/xcal_raman-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "07cb31520344f7467502ebb5497c6840", "sha256": "3d5dd1686b98a01d6e78f3cb3a2090229162f483d3c571f92caf5317d8ef80d6" }, "downloads": -1, "filename": "xcal_raman-0.1.5.tar.gz", "has_sig": false, "md5_digest": "07cb31520344f7467502ebb5497c6840", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25456, "upload_time": "2014-09-10T14:42:29", "url": "https://files.pythonhosted.org/packages/88/c9/5acb4f64f52e857756cb8c5268b1571c5578dfd6ebc7d3f1f50bd58f1ede/xcal_raman-0.1.5.tar.gz" } ] }