cwepr

A Python package based on the ASpecD framework for handling cwEPR data.

https://github.com/tillbiskup/cwepr

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 14 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.9%) to scientific vocabulary

Keywords

continuous-wave data-analysis data-processing electron-paramagnetic-resonance reproducible-research reproducible-science

Keywords from Contributors

good-practices spectroscopy time-resolved
Last synced: 4 months ago · JSON representation ·

Repository

A Python package based on the ASpecD framework for handling cwEPR data.

Basic Info
  • Host: GitHub
  • Owner: tillbiskup
  • License: bsd-2-clause
  • Language: Python
  • Default Branch: master
  • Homepage: https://www.cwepr.de/
  • Size: 20 MB
Statistics
  • Stars: 2
  • Watchers: 4
  • Forks: 1
  • Open Issues: 0
  • Releases: 9
Topics
continuous-wave data-analysis data-processing electron-paramagnetic-resonance reproducible-research reproducible-science
Created over 6 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation Roadmap

README.rst

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 `_. 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 `_.


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 `_. Due to being based on the `ASpecD framework `_, 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 `_ | `PDF `_ | `SI `_

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

To make things easier, cwepr has a `DOI `_ provided by `Zenodo `_, 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 `_

  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 `_

  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 `_

  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 `_ focussing on the necessary more global infrastructure in a laboratory/scientific workgroup interested in more `reproducible research `_. In short, LabInform is "The Open-Source Laboratory Information System".

Finally, don't forget to check out the website on `reproducible research `_ 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**.

Owner

  • Login: tillbiskup
  • Kind: user
  • Location: Germany

Scientist focussing on reproducible research, particularly in spectroscopy

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite both the article from preferred-citation and the software itself."
preferred-citation:
  authors:
    - family-names: Schröder
      given-names: Mirjam
      orcid: "https://orcid.org/0000-0002-8940-3185"
    - family-names: Biskup
      given-names: Till
      orcid: "https://orcid.org/0000-0003-2913-0004"
  title: "cwepr - a Python package for analysing cw-EPR data focussing on reproducibility and simple usage"
  doi: 10.1016/j.jmr.2021.107140
  journal: "Journal of Magnetic Resonance"
  pages: 107140
  volume: 335
  year: 2022
  type: article
title: cwepr
abstract: >
    cwepr is a Python package for processing and analysis of continuous-wave electron paramagnetic resonance (cw-EPR) spectra based on the ASpecD framework and focussing on reproducibility. In short: Each and every processing step applied to your data will be recorded and can be traced back, and additionally, for each representation of your data (e.g., figures, tables) you can easily follow how the data shown have been processed and where they originate from.

    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.
authors:
  - family-names: Schröder
    given-names: Mirjam
    orcid: "https://orcid.org/0000-0002-8940-3185"
  - family-names: Biskup
    given-names: Till
    orcid: "https://orcid.org/0000-0003-2913-0004"
type: software
license: BSD-2-Clause
repository-code: "https://github.com/tillbiskup/cwepr"
keywords:
  - "electron paramagnetic resonance spectroscopy"
  - "EPR spectroscopy"
  - "spectroscopy"
  - "magnetic resonance"
  - "data processing and analysis"
  - "reproducible science"
  - "reproducible research"
  - "good scientific practice"
  - "recipe-driven data analysis"
identifiers:
  - description: "The concept DOI of the work."
    type: doi
    value: 10.5281/zenodo.4896687
references:
  - authors:
    - family-names: Biskup
      given-names: Till
      orcid: "https://orcid.org/0000-0003-2913-0004"
    doi: 10.5281/zenodo.4717937
    repository-code: "https://github.com/tillbiskup/aspecd"
    title: ASpecD
    type: software

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 277
  • Total Committers: 4
  • Avg Commits per committer: 69.25
  • Development Distribution Score (DDS): 0.646
Top Committers
Name Email Commits
Till Biskup t****l@t****e 98
Mirjam Schroeder m****r@w****e 89
Pascal Kirchner p****r@w****e 76
Mirjam Schröder p****t@m****e 14
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 3
  • Total pull requests: 0
  • Average time to close issues: 5 days
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 2.33
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • FlorianTaube (3)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 83 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 10
  • Total maintainers: 2
pypi.org: cwepr

Package for handling cw-EPR data.

  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 83 Last month
Rankings
Dependent packages count: 10.0%
Dependent repos count: 21.7%
Average: 21.8%
Forks count: 22.6%
Downloads: 22.8%
Stargazers count: 31.9%
Maintainers (2)
Last synced: 4 months ago

Dependencies

requirements.txt pypi
  • aspecd >=0.2.1
  • matplotlib *
  • numpy *
  • scipy *
  • setuptools *
setup.py pypi
  • aspecd >=0.6.3
  • matplotlib *
  • numpy *
  • scipy *