Skip to main content

A Python package to simplify and accelerate analysis of spectroscopy data

Project description

image image image image image codecov Downloads image image DOI

A Python package to simplify and accelerate analysis of spectroscopy data.

Introduction

spectrapepper is a Python package that makes advanced analysis of spectroscopic data easy and accessible through straightforward, simple, and intuitive code. This library contains functions for every stage of spectroscopic methodologies, including data acquisition, pre-processing, processing, and analysis. In particular, advanced and high statistic methods are intended to facilitate, namely combinatorial analysis and machine learning, allowing also fast and automated traditional methods.

Features

The following is a short list of some main procedures that spectrapepper package enables.

  • Baseline removal functions.
  • Normalization methods.
  • Noise filters, trimming tools, and despiking methods.
  • Chemometric algorithms to find peaks, fit curves, and deconvolution of spectra.
  • Combinatorial analysis tools, such as Spearman, Pearson, and n-dimensional correlation coefficients.
  • Tools for Machine Learning applications, such as data merging, randomization, and decision boundaries.
  • Sample data and examples.

Quickstart

  1. Install this library using pip:

     pip install spectrapepper
    
  2. Install this library using conda-forge:

     conda install -c conda-forge spectrapepper
    
  3. Test it by plotting some data:

     import spectrapepper as spep
     import matplotlib.pyplot as plt
    
     x, y = spep.load_spectras()
     for i in y:
         plt.plot(x, i)
     plt.xlabel('Raman shift ($cm^{-1}$)')
     plt.ylabel('Intensity (a.u.)')
     plt.show()
    
  4. If you find this library useful, please consider a reference or citation as:

     Grau-Luque et al., (2021). spectrapepper: A Python toolbox for advanced analysis
     of spectroscopic data for materials and devices. Journal of Open Source Software,
     6(67), 3781, https://doi.org/10.21105/joss.03781
    
  5. Stay up-to-date by updating the library using:

    conda update spectrapepper
    pip install --update spectrapepper
    
  6. If you encounter problems when updating, try uninstalling and then re-installing::

     pip uninstall spectrapepper
     conda remove spectrapepper
    

Credits

This package was created with Cookiecutter and the giswqs/pypackage project template.

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

spectrapepper-0.1.6.tar.gz (753.2 kB view details)

Uploaded Source

File details

Details for the file spectrapepper-0.1.6.tar.gz.

File metadata

  • Download URL: spectrapepper-0.1.6.tar.gz
  • Upload date:
  • Size: 753.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.12

File hashes

Hashes for spectrapepper-0.1.6.tar.gz
Algorithm Hash digest
SHA256 aa2155d23779d0bbdebe526af0dd1889c6f3c9c9cf1a917b6204b38b0a0833cc
MD5 f32cb2d109572a1e8b7abd2b1b7d9204
BLAKE2b-256 41eecdb22079fcc4e4755ce20d5d8d612d01a2d48843cf8029afeea7f3567547

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