cwepr


Namecwepr JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://www.cwepr.de/
SummaryPackage for handling cw-EPR data.
upload_time2024-02-24 21:35:17
maintainer
docs_urlNone
authorMirjam Schröder, Pascal Kirchner, Till Biskup
requires_python>=3.7
licenseBSD
keywords epr spectroscopy data processing and analysis reproducible science reproducible research good scientific practice recipe-driven data analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            cwEPR
=====

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4896687.svg
   :target: https://doi.org/10.5281/zenodo.4896687
   :align: right

The cwEPR package provides tools for handling experimental data obtained using continuous-wave EPR (cwEPR) spectroscopy and is derived from the `ASpecD framework <https://www.aspecd.de/>`_. Due to inheriting from the ASpecD superclasses, all data generated with the cwepr package are completely reproducible and have a complete history.

What is even better: Actual data processing and analysis **no longer requires programming skills**, but is as simple as writing a text file summarising all the steps you want to have been performed on your dataset(s) in an organised way. Curious? Have a look at the following example::

    format:
      type: ASpecD recipe
      version: '0.2'

    settings:
      default_package: cwepr

    datasets:
      - /path/to/first/dataset
      - /path/to/second/dataset

    tasks:
      - kind: processing
        type: FrequencyCorrection
        properties:
          parameters:
            frequency: 9.8
      - kind: processing
        type: BaselineCorrection
        properties:
          parameters:
            order: 0
      - kind: singleplot
        type: SinglePlotter1D
        properties:
          filename:
            - first-dataset.pdf
            - second-dataset.pdf

For more general information on the cwepr package and for how to use it, see
its `documentation <https://docs.cwepr.de/>`_.


Features
--------

A list of features:

- Fully reproducible processing of cw-EPR data
- Import of EPR data from diverse sources (Bruker ESP, EMX, Elexsys; Magnettech)
- Generic plotting capabilities, easily extendable
- Report generation using pre-defined templates
- Recipe-driven data analysis, allowing tasks to be performed fully unattended in the background

And to make it even more convenient for users and future-proof:

- Open source project written in Python (>= 3.7)
- Extensive user and API documentation


Target audience
---------------

The cwepr package addresses scientists working with cwEPR data (both, measured and calculated) on a daily base and concerned with `reproducibility <https://www.reproducible-research.de/>`_. Due to being based on the `ASpecD framework <https://www.aspecd.de/>`_, the cwepr package ensures reproducibility and---as much as possible---replicability of data processing, starting from recording data and ending with their final (graphical) representation, e.g., in a peer-reviewed publication. This is achieved by automatically creating a gap-less record of each operation performed on your data. If you do care about reproducibility and are looking for a system that helps you to achieve this goal, the cwepr package may well be interesting for you.


How to cite
-----------

cwepr is free software. However, if you use cwepr for your own research, please cite both, the article describing it and the software itself:

  * Mirjam Schröder, Till Biskup. cwepr -- a Python package for analysing cw-EPR data focussing on reproducibility and simple usage. *Journal of Magnetic Resonance* **335**:107140, 2022. `doi:10.1016/j.jmr.2021.107140 <https://doi.org/10.1016/j.jmr.2021.107140>`_ | `PDF <https://www.till-biskup.de/_media/de/person/schr-jmr-335-107140-accepted.pdf>`_ | `SI <https://www.till-biskup.de/_media/de/person/schr-jmr-335-107140-si.pdf>`_

  * Mirjam Schröder, Till Biskup. cwepr (2021). `doi:10.5281/zenodo.4896687 <https://doi.org/10.5281/zenodo.4896687>`_

To make things easier, cwepr has a `DOI <https://doi.org/10.5281/zenodo.4896687>`_ provided by `Zenodo <https://zenodo.org/>`_, and you may click on the badge below to directly access the record associated with it. Note that this DOI refers to the package as such and always forwards to the most current version.

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4896687.svg
   :target: https://doi.org/10.5281/zenodo.4896687


Related projects
----------------

There is a number of related packages users of the cwepr package may well be interested in, as they have a similar scope, focussing on spectroscopy and reproducible research.

* `ASpecD <https://docs.aspecd.de/>`_

  A Python framework for the analysis of spectroscopic data focussing on reproducibility and good scientific practice. The framework the cwepr package is based on, developed by T. Biskup.

* `trepr <https://docs.trepr.de/>`_

  Package for processing and analysing time-resolved electron paramagnetic resonance (TREPR) data, originally developed by J. Popp, currently developed and maintained by M. Schröder and T. Biskup.

* `FitPy <https://docs.fitpy.de/>`_

  Framework for the advanced fitting of models to spectroscopic data focussing on reproducibility, developed by T. Biskup.

You may as well be interested in the `LabInform project <https://www.labinform.de/>`_ focussing on the necessary more global infrastructure in a laboratory/scientific workgroup interested in more `reproducible research <https://www.reproducible-research.de/>`_. In short, LabInform is "The Open-Source Laboratory Information System".

Finally, don't forget to check out the website on `reproducible research <https://www.reproducible-research.de/>`_ covering in more general terms aspects of reproducible research and good scientific practice.


Installation
------------

Install the package by running::

    pip install cwepr


License
-------

This program is free software: you can redistribute it and/or modify it under the terms of the **BSD License**.

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.cwepr.de/",
    "name": "cwepr",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "EPR spectroscopy,data processing and analysis,reproducible science,reproducible research,good scientific practice,recipe-driven data analysis",
    "author": "Mirjam Schr\u00f6der, Pascal Kirchner, Till Biskup",
    "author_email": "till@till-biskup.de",
    "download_url": "https://files.pythonhosted.org/packages/40/e9/c912d9c0603a3a2fcf76c2c12f52d4847ec3cd77caccadb8ec7bf6bce5db/cwepr-0.5.1.tar.gz",
    "platform": null,
    "description": "cwEPR\n=====\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4896687.svg\n   :target: https://doi.org/10.5281/zenodo.4896687\n   :align: right\n\nThe cwEPR package provides tools for handling experimental data obtained using continuous-wave EPR (cwEPR) spectroscopy and is derived from the `ASpecD framework <https://www.aspecd.de/>`_. Due to inheriting from the ASpecD superclasses, all data generated with the cwepr package are completely reproducible and have a complete history.\n\nWhat is even better: Actual data processing and analysis **no longer requires programming skills**, but is as simple as writing a text file summarising all the steps you want to have been performed on your dataset(s) in an organised way. Curious? Have a look at the following example::\n\n    format:\n      type: ASpecD recipe\n      version: '0.2'\n\n    settings:\n      default_package: cwepr\n\n    datasets:\n      - /path/to/first/dataset\n      - /path/to/second/dataset\n\n    tasks:\n      - kind: processing\n        type: FrequencyCorrection\n        properties:\n          parameters:\n            frequency: 9.8\n      - kind: processing\n        type: BaselineCorrection\n        properties:\n          parameters:\n            order: 0\n      - kind: singleplot\n        type: SinglePlotter1D\n        properties:\n          filename:\n            - first-dataset.pdf\n            - second-dataset.pdf\n\nFor more general information on the cwepr package and for how to use it, see\nits `documentation <https://docs.cwepr.de/>`_.\n\n\nFeatures\n--------\n\nA list of features:\n\n- Fully reproducible processing of cw-EPR data\n- Import of EPR data from diverse sources (Bruker ESP, EMX, Elexsys; Magnettech)\n- Generic plotting capabilities, easily extendable\n- Report generation using pre-defined templates\n- Recipe-driven data analysis, allowing tasks to be performed fully unattended in the background\n\nAnd to make it even more convenient for users and future-proof:\n\n- Open source project written in Python (>= 3.7)\n- Extensive user and API documentation\n\n\nTarget audience\n---------------\n\nThe cwepr package addresses scientists working with cwEPR data (both, measured and calculated) on a daily base and concerned with `reproducibility <https://www.reproducible-research.de/>`_. Due to being based on the `ASpecD framework <https://www.aspecd.de/>`_, the cwepr package ensures reproducibility and---as much as possible---replicability of data processing, starting from recording data and ending with their final (graphical) representation, e.g., in a peer-reviewed publication. This is achieved by automatically creating a gap-less record of each operation performed on your data. If you do care about reproducibility and are looking for a system that helps you to achieve this goal, the cwepr package may well be interesting for you.\n\n\nHow to cite\n-----------\n\ncwepr is free software. However, if you use cwepr for your own research, please cite both, the article describing it and the software itself:\n\n  * Mirjam Schr\u00f6der, Till Biskup. cwepr -- a Python package for analysing cw-EPR data focussing on reproducibility and simple usage. *Journal of Magnetic Resonance* **335**:107140, 2022. `doi:10.1016/j.jmr.2021.107140 <https://doi.org/10.1016/j.jmr.2021.107140>`_ | `PDF <https://www.till-biskup.de/_media/de/person/schr-jmr-335-107140-accepted.pdf>`_ | `SI <https://www.till-biskup.de/_media/de/person/schr-jmr-335-107140-si.pdf>`_\n\n  * Mirjam Schr\u00f6der, Till Biskup. cwepr (2021). `doi:10.5281/zenodo.4896687 <https://doi.org/10.5281/zenodo.4896687>`_\n\nTo make things easier, cwepr has a `DOI <https://doi.org/10.5281/zenodo.4896687>`_ provided by `Zenodo <https://zenodo.org/>`_, and you may click on the badge below to directly access the record associated with it. Note that this DOI refers to the package as such and always forwards to the most current version.\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4896687.svg\n   :target: https://doi.org/10.5281/zenodo.4896687\n\n\nRelated projects\n----------------\n\nThere is a number of related packages users of the cwepr package may well be interested in, as they have a similar scope, focussing on spectroscopy and reproducible research.\n\n* `ASpecD <https://docs.aspecd.de/>`_\n\n  A Python framework for the analysis of spectroscopic data focussing on reproducibility and good scientific practice. The framework the cwepr package is based on, developed by T. Biskup.\n\n* `trepr <https://docs.trepr.de/>`_\n\n  Package for processing and analysing time-resolved electron paramagnetic resonance (TREPR) data, originally developed by J. Popp, currently developed and maintained by M. Schr\u00f6der and T. Biskup.\n\n* `FitPy <https://docs.fitpy.de/>`_\n\n  Framework for the advanced fitting of models to spectroscopic data focussing on reproducibility, developed by T. Biskup.\n\nYou may as well be interested in the `LabInform project <https://www.labinform.de/>`_ focussing on the necessary more global infrastructure in a laboratory/scientific workgroup interested in more `reproducible research <https://www.reproducible-research.de/>`_. In short, LabInform is \"The Open-Source Laboratory Information System\".\n\nFinally, don't forget to check out the website on `reproducible research <https://www.reproducible-research.de/>`_ covering in more general terms aspects of reproducible research and good scientific practice.\n\n\nInstallation\n------------\n\nInstall the package by running::\n\n    pip install cwepr\n\n\nLicense\n-------\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the **BSD License**.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Package for handling cw-EPR data.",
    "version": "0.5.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/tillbiskup/cwepr/issues",
        "Documentation": "https://docs.cwepr.de/",
        "Homepage": "https://www.cwepr.de/",
        "Source": "https://github.com/tillbiskup/cwepr"
    },
    "split_keywords": [
        "epr spectroscopy",
        "data processing and analysis",
        "reproducible science",
        "reproducible research",
        "good scientific practice",
        "recipe-driven data analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a5d0766523aadb026825e5af9c0bece40265432a441e043ae6b8308800dd244",
                "md5": "b4f2b9ac5cc4d4027166659c964a9dc6",
                "sha256": "90c85c1843e0be13570cbaf567c1cfcd52815167a066298b83b5b3a07bc4874f"
            },
            "downloads": -1,
            "filename": "cwepr-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b4f2b9ac5cc4d4027166659c964a9dc6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 88821,
            "upload_time": "2024-02-24T21:35:12",
            "upload_time_iso_8601": "2024-02-24T21:35:12.330221Z",
            "url": "https://files.pythonhosted.org/packages/5a/5d/0766523aadb026825e5af9c0bece40265432a441e043ae6b8308800dd244/cwepr-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40e9c912d9c0603a3a2fcf76c2c12f52d4847ec3cd77caccadb8ec7bf6bce5db",
                "md5": "174a4057ed39433d27783638737e9f4a",
                "sha256": "c6b91ca063341c3c1a73f76833dcdde8674bb3f7df8e264c838400e680881c63"
            },
            "downloads": -1,
            "filename": "cwepr-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "174a4057ed39433d27783638737e9f4a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3720401,
            "upload_time": "2024-02-24T21:35:17",
            "upload_time_iso_8601": "2024-02-24T21:35:17.130205Z",
            "url": "https://files.pythonhosted.org/packages/40/e9/c912d9c0603a3a2fcf76c2c12f52d4847ec3cd77caccadb8ec7bf6bce5db/cwepr-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-24 21:35:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tillbiskup",
    "github_project": "cwepr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "cwepr"
}
        
Elapsed time: 0.17408s