spectrapepper


Namespectrapepper JSON
Version 0.1.10 PyPI version JSON
download
home_pagehttps://github.com/spectrapepper/spectrapepper
SummaryA Python package to simplify and accelerate analysis of spectroscopy data
upload_time2024-03-28 14:40:28
maintainerNone
docs_urlNone
authorspectrapepper
requires_python>=3.7
licenseMIT license
keywords spectrapepper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <center>
    <img src="https://raw.githubusercontent.com/spectrapepper/spectrapepper/main/docs/_static/spectrapepperlogo-alt.png" width="50%">
</center>

[![image](https://img.shields.io/pypi/v/spectrapepper.svg)](https://pypi.python.org/pypi/spectrapepper)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/spectrapepper/badges/version.svg)](https://anaconda.org/conda-forge/spectrapepper)
[![image](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![CodeQL](https://github.com/spectrapepper/spectrapepper/actions/workflows/codeql.yml/badge.svg)](https://github.com/spectrapepper/spectrapepper/actions/workflows/codeql.yml)
[![image](https://github.com/spectrapepper/spectrapepper/workflows/docs/badge.svg)](https://spectrapepper.github.io/spectrapepper)
[![codecov](https://codecov.io/gh/spectrapepper/spectrapepper/branch/main/graph/badge.svg?token=DC0QIwuYel)](https://codecov.io/gh/spectrapepper/spectrapepper)
[![Downloads](https://static.pepy.tech/personalized-badge/spectrapepper?period=total&units=abbreviation&left_color=grey&right_color=blue&left_text=pypi%20downloads)](https://pepy.tech/project/spectrapepper)
[![image](https://img.shields.io/conda/dn/conda-forge/spectrapepper?color=blue&label=conda%20downloads)](https://anaconda.org/conda-forge/spectrapepper)
[![image](https://img.shields.io/badge/stackoverflow-Ask%20a%20question-brown?logo=stackoverflow&logoWidth=18&logoColor=white)](https://stackoverflow.com/questions/tagged/spectrapepper)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.03781/status.svg)](https://doi.org/10.21105/joss.03781)


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

* GitHub repo: https://github.com/spectrapepper/spectrapepper
* Documentation: https://spectrapepper.github.io/spectrapepper
* PyPI: https://pypi.python.org/pypi/spectrapepper
* Conda-forge: https://anaconda.org/conda-forge/spectrapepper
* Free software: MIT license

# 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](https://github.com/cookiecutter/cookiecutter) and the
[giswqs/pypackage](https://github.com/giswqs/pypackage) project template.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/spectrapepper/spectrapepper",
    "name": "spectrapepper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "spectrapepper",
    "author": "spectrapepper",
    "author_email": "spectrapepper@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5a/8a/38caac662591263a467271530cb344b3749475e9aad9054e0cfcb4557429/spectrapepper-0.1.10.tar.gz",
    "platform": null,
    "description": "<center>\n    <img src=\"https://raw.githubusercontent.com/spectrapepper/spectrapepper/main/docs/_static/spectrapepperlogo-alt.png\" width=\"50%\">\n</center>\n\n[![image](https://img.shields.io/pypi/v/spectrapepper.svg)](https://pypi.python.org/pypi/spectrapepper)\n[![Anaconda-Server Badge](https://anaconda.org/conda-forge/spectrapepper/badges/version.svg)](https://anaconda.org/conda-forge/spectrapepper)\n[![image](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![CodeQL](https://github.com/spectrapepper/spectrapepper/actions/workflows/codeql.yml/badge.svg)](https://github.com/spectrapepper/spectrapepper/actions/workflows/codeql.yml)\n[![image](https://github.com/spectrapepper/spectrapepper/workflows/docs/badge.svg)](https://spectrapepper.github.io/spectrapepper)\n[![codecov](https://codecov.io/gh/spectrapepper/spectrapepper/branch/main/graph/badge.svg?token=DC0QIwuYel)](https://codecov.io/gh/spectrapepper/spectrapepper)\n[![Downloads](https://static.pepy.tech/personalized-badge/spectrapepper?period=total&units=abbreviation&left_color=grey&right_color=blue&left_text=pypi%20downloads)](https://pepy.tech/project/spectrapepper)\n[![image](https://img.shields.io/conda/dn/conda-forge/spectrapepper?color=blue&label=conda%20downloads)](https://anaconda.org/conda-forge/spectrapepper)\n[![image](https://img.shields.io/badge/stackoverflow-Ask%20a%20question-brown?logo=stackoverflow&logoWidth=18&logoColor=white)](https://stackoverflow.com/questions/tagged/spectrapepper)\n[![DOI](https://joss.theoj.org/papers/10.21105/joss.03781/status.svg)](https://doi.org/10.21105/joss.03781)\n\n\n**A Python package to simplify and accelerate analysis of spectroscopy data.**\n\n* GitHub repo: https://github.com/spectrapepper/spectrapepper\n* Documentation: https://spectrapepper.github.io/spectrapepper\n* PyPI: https://pypi.python.org/pypi/spectrapepper\n* Conda-forge: https://anaconda.org/conda-forge/spectrapepper\n* Free software: MIT license\n\n# Introduction\n\n**spectrapepper** is a Python package that makes advanced analysis of spectroscopic data easy and accessible\nthrough straightforward, simple, and intuitive code. This library contains functions for every stage of spectroscopic\nmethodologies, including data acquisition, pre-processing, processing, and analysis. In particular, advanced and high\nstatistic methods are intended to facilitate, namely combinatorial analysis and machine learning, allowing also\nfast and automated traditional methods.\n\n# Features\n\nThe following is a short list of some main procedures that **spectrapepper** package enables.\n\n- Baseline removal functions.\n- Normalization methods.\n- Noise filters, trimming tools, and despiking methods.\n- Chemometric algorithms to find peaks, fit curves, and deconvolution of spectra.\n- Combinatorial analysis tools, such as Spearman, Pearson, and n-dimensional correlation coefficients.\n- Tools for Machine Learning applications, such as data merging, randomization, and decision boundaries.\n- Sample data and examples.\n\n# Quickstart\n\n1. Install this library using ``pip``:\n\n        pip install spectrapepper\n\n2. Install this library using ``conda-forge``:\n\n        conda install -c conda-forge spectrapepper\n\n3. Test it by plotting some data:\n\n        import spectrapepper as spep\n        import matplotlib.pyplot as plt\n\n        x, y = spep.load_spectras()\n        for i in y:\n            plt.plot(x, i)\n        plt.xlabel('Raman shift ($cm^{-1}$)')\n        plt.ylabel('Intensity (a.u.)')\n        plt.show()\n\n4. If you find this library useful, please consider a reference or citation as:\n\n        Grau-Luque et al., (2021). spectrapepper: A Python toolbox for advanced analysis\n        of spectroscopic data for materials and devices. Journal of Open Source Software,\n        6(67), 3781, https://doi.org/10.21105/joss.03781\n\n5. Stay up-to-date by updating the library using:\n\n       conda update spectrapepper\n       pip install --update spectrapepper\n\n6. If you encounter problems when updating, try uninstalling and then re-installing::\n\n        pip uninstall spectrapepper\n        conda remove spectrapepper\n\n\n# Credits\n\nThis package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the\n[giswqs/pypackage](https://github.com/giswqs/pypackage) project template.\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "A Python package to simplify and accelerate analysis of spectroscopy data",
    "version": "0.1.10",
    "project_urls": {
        "Homepage": "https://github.com/spectrapepper/spectrapepper"
    },
    "split_keywords": [
        "spectrapepper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee56eac8b023107b069e243bfb8b3709ad76519f3c5a47586b8671185e30c8a7",
                "md5": "2aebd9b2e0dba4671b5cc506fe6c4e28",
                "sha256": "fc1759d937952971f50643e529c8f3b037ae266cce9e43fa12569947969e5492"
            },
            "downloads": -1,
            "filename": "spectrapepper-0.1.10-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2aebd9b2e0dba4671b5cc506fe6c4e28",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 755073,
            "upload_time": "2024-03-28T14:40:26",
            "upload_time_iso_8601": "2024-03-28T14:40:26.520794Z",
            "url": "https://files.pythonhosted.org/packages/ee/56/eac8b023107b069e243bfb8b3709ad76519f3c5a47586b8671185e30c8a7/spectrapepper-0.1.10-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a8a38caac662591263a467271530cb344b3749475e9aad9054e0cfcb4557429",
                "md5": "7edd1579e5c791e387b000caea092a57",
                "sha256": "947b985a90b14484bcb09094eb7e58019fbbd6537ef4f67d3ab2f620c470f504"
            },
            "downloads": -1,
            "filename": "spectrapepper-0.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "7edd1579e5c791e387b000caea092a57",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 757258,
            "upload_time": "2024-03-28T14:40:28",
            "upload_time_iso_8601": "2024-03-28T14:40:28.530102Z",
            "url": "https://files.pythonhosted.org/packages/5a/8a/38caac662591263a467271530cb344b3749475e9aad9054e0cfcb4557429/spectrapepper-0.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-28 14:40:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "spectrapepper",
    "github_project": "spectrapepper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "spectrapepper"
}
        
Elapsed time: 0.21167s