aspecd


Nameaspecd JSON
Version 0.9.2 PyPI version JSON
download
home_pagehttps://www.aspecd.de/
SummaryFramework for handling spectroscopic data.
upload_time2024-03-24 21:10:40
maintainerNone
docs_urlNone
authorTill Biskup
requires_python>=3.7
licenseBSD
keywords 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.
            ASpecD
======

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

ASpecD is a **framework for handling spectroscopic data** 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. Curious? Here is an example::

    format:
      type: ASpecD recipe
      version: '0.2'

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

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


For more general information on the ASpecD framework see its `homepage <https://www.aspecd.de/>`_, and for how to use it, its `documentation <https://doc.aspecd.de/>`_.


Features
--------

A list of features:

* Framework for writing applications handling spectroscopic data

* Consistent handling of numeric data and corresponding metadata

* History of each processing step, automatically generated, aiming at full reproducibility

* Undo and redo of processing steps

* Import and export of data

* 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 without programming skills


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

* Open source project written in Python (>= 3.7)

* Developed fully test-driven

* `Extensive user and API documentation <https://docs.aspecd.de/>`_


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

The ASpecD framework addresses every scientist working with data (both, measured and calculated) on a daily base and concerned with `reproducibility <https://www.reproducible-research.de/>`_. The ASpecD framework 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, ASpecD may well be interesting for you.


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

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

* Jara Popp, Till Biskup. ASpecD: A Modular Framework for the Analysis of Spectroscopic Data Focussing on Reproducibility and Good Scientific Practice. *Chemistry--Methods* **2**:e202100097, 2022. `doi:10.1002/cmtd.202100097 <https://doi.org/10.1002/cmtd.202100097>`_

* Till Biskup. ASpecD (2022). `doi:10.5281/zenodo.4717937 <https://doi.org/10.5281/zenodo.4717937>`_

To make things easier, ASpecD has a `DOI <https://doi.org/10.5281/zenodo.4717937>`_ 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.4717937.svg
   :target: https://doi.org/10.5281/zenodo.4717937


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

There is a number of related packages that are based on the ASpecD framework and each focus on one particular type of spectroscopy. The most mature packages available to date are:

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

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

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

  Package for processing and analysing continuous-wave electron paramagnetic resonance (cw-EPR) data, originally developed by P. Kirchner, 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.


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.aspecd.de/",
    "name": "aspecd",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "spectroscopy, data processing and analysis, reproducible science, reproducible research, good scientific practice, recipe-driven data analysis",
    "author": "Till Biskup",
    "author_email": "till@till-biskup.de",
    "download_url": "https://files.pythonhosted.org/packages/5e/d1/93137dc639cb03fc89d2f8ac226fc5cb9f44165597a689340caacf0c5f5d/aspecd-0.9.2.tar.gz",
    "platform": null,
    "description": "ASpecD\n======\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4717937.svg\n   :target: https://doi.org/10.5281/zenodo.4717937\n   :align: right\n\nASpecD is a **framework for handling spectroscopic data** 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.\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? Here is an example::\n\n    format:\n      type: ASpecD recipe\n      version: '0.2'\n\n    datasets:\n      - /path/to/first/dataset\n      - /path/to/second/dataset\n\n    tasks:\n      - kind: processing\n        type: BaselineCorrection\n        properties:\n          parameters:\n            kind: polynomial\n            order: 0\n      - kind: singleplot\n        type: SinglePlotter1D\n        properties:\n          filename:\n            - first-dataset.pdf\n            - second-dataset.pdf\n\n\nFor more general information on the ASpecD framework see its `homepage <https://www.aspecd.de/>`_, and for how to use it, its `documentation <https://doc.aspecd.de/>`_.\n\n\nFeatures\n--------\n\nA list of features:\n\n* Framework for writing applications handling spectroscopic data\n\n* Consistent handling of numeric data and corresponding metadata\n\n* History of each processing step, automatically generated, aiming at full reproducibility\n\n* Undo and redo of processing steps\n\n* Import and export of data\n\n* Generic plotting capabilities, easily extendable\n\n* Report generation using pre-defined templates\n\n* Recipe-driven data analysis, allowing tasks to be performed fully unattended in the background and without programming skills\n\n\nAnd to make it even more convenient for users and future-proof:\n\n* Open source project written in Python (>= 3.7)\n\n* Developed fully test-driven\n\n* `Extensive user and API documentation <https://docs.aspecd.de/>`_\n\n\nTarget audience\n---------------\n\nThe ASpecD framework addresses every scientist working with data (both, measured and calculated) on a daily base and concerned with `reproducibility <https://www.reproducible-research.de/>`_. The ASpecD framework 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, ASpecD may well be interesting for you.\n\n\nHow to cite\n-----------\n\nASpecD is free software. However, if you use ASpecD for your own research, please cite both, the article describing it and the software itself:\n\n* Jara Popp, Till Biskup. ASpecD: A Modular Framework for the Analysis of Spectroscopic Data Focussing on Reproducibility and Good Scientific Practice. *Chemistry--Methods* **2**:e202100097, 2022. `doi:10.1002/cmtd.202100097 <https://doi.org/10.1002/cmtd.202100097>`_\n\n* Till Biskup. ASpecD (2022). `doi:10.5281/zenodo.4717937 <https://doi.org/10.5281/zenodo.4717937>`_\n\nTo make things easier, ASpecD has a `DOI <https://doi.org/10.5281/zenodo.4717937>`_ 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.4717937.svg\n   :target: https://doi.org/10.5281/zenodo.4717937\n\n\nRelated projects\n----------------\n\nThere is a number of related packages that are based on the ASpecD framework and each focus on one particular type of spectroscopy. The most mature packages available to date are:\n\n* `trepr <https://docs.trepr.de/>`_\n\n  Package for processing and analysing time-resolved electron paramagnetic resonance (TREPR) data, developed by J. Popp, currently developed and maintained by M. Schr\u00f6der and T. Biskup.\n\n* `cwepr <https://docs.cwepr.de/>`_\n\n  Package for processing and analysing continuous-wave electron paramagnetic resonance (cw-EPR) data, originally developed by P. Kirchner, 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\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": "Framework for handling spectroscopic data.",
    "version": "0.9.2",
    "project_urls": {
        "Documentation": "https://docs.aspecd.de/",
        "Homepage": "https://www.aspecd.de/",
        "Source": "https://github.com/tillbiskup/aspecd"
    },
    "split_keywords": [
        "spectroscopy",
        " data processing and analysis",
        " reproducible science",
        " reproducible research",
        " good scientific practice",
        " recipe-driven data analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2767ebd70f2a725c7498f7ef52409bd274ac65c771bea8e97f86aeaaee842be0",
                "md5": "0739b1c972d282c69dbea860cb5beecc",
                "sha256": "0c7c1e49a324236cdb555cb4c43bf9becdd178368e670161f67c9d420f9df25e"
            },
            "downloads": -1,
            "filename": "aspecd-0.9.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0739b1c972d282c69dbea860cb5beecc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 224261,
            "upload_time": "2024-03-24T21:10:37",
            "upload_time_iso_8601": "2024-03-24T21:10:37.561139Z",
            "url": "https://files.pythonhosted.org/packages/27/67/ebd70f2a725c7498f7ef52409bd274ac65c771bea8e97f86aeaaee842be0/aspecd-0.9.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ed193137dc639cb03fc89d2f8ac226fc5cb9f44165597a689340caacf0c5f5d",
                "md5": "1cfef2df1871d7ef6f95fc9a38545541",
                "sha256": "f7e497331845bf23f57497a8a7ca93c7dd2f357e4f1c3ac257befea514f9ec72"
            },
            "downloads": -1,
            "filename": "aspecd-0.9.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1cfef2df1871d7ef6f95fc9a38545541",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 993783,
            "upload_time": "2024-03-24T21:10:40",
            "upload_time_iso_8601": "2024-03-24T21:10:40.962508Z",
            "url": "https://files.pythonhosted.org/packages/5e/d1/93137dc639cb03fc89d2f8ac226fc5cb9f44165597a689340caacf0c5f5d/aspecd-0.9.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-24 21:10:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tillbiskup",
    "github_project": "aspecd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "aspecd"
}
        
Elapsed time: 0.26551s