pymodaq_data


Namepymodaq_data JSON
Version 5.0.5 PyPI version JSON
download
home_pageNone
SummaryModular Data Acquisition with Python
upload_time2024-10-20 20:09:15
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseThe MIT License (MIT) Copyright (c) 2021 Sebastien Weber <sebastien.weber@cemes.fr> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            PyMoDAQ Data
############

.. image:: https://img.shields.io/pypi/v/pymodaq_data.svg
   :target: https://pypi.org/project/pymodaq_data/
   :alt: Latest Version

.. image:: https://readthedocs.org/projects/pymodaq/badge/?version=latest
   :target: https://pymodaq.readthedocs.io/en/stable/?badge=latest
   :alt: Documentation Status

.. image:: https://codecov.io/gh/PyMoDAQ/pymodaq_data/branch/0.0.x/graph/badge.svg?token=IQNJRCQDM2
    :target: https://codecov.io/gh/PyMoDAQ/pymodaq_data

====== ======= ======
Python OS      Passed
====== ======= ======
3.8    Linux   |38|
3.9    Linux   |39|
3.10   Linux   |310|
3.11   Linux   |311|
3.12   Linux   |312|
3.11   Windows |311win|
====== ======= ======


.. |38| image:: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp38.yml/badge.svg?branch=0.0.x_dev
    :target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp385.yml

.. |39| image:: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp39.yml/badge.svg?branch=0.0.x_dev
    :target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp39.yml

.. |310| image:: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp310.yml/badge.svg?branch=0.0.x_dev
    :target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp310.yml

.. |311| image:: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp311.yml/badge.svg?branch=0.0.x_dev
    :target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp311.yml

.. |312| image:: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp312.yml/badge.svg?branch=0.0.x_dev
    :target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp312.yml

.. |311win| image:: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp311_win.yml/badge.svg?branch=0.0.x_dev
    :target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp311_win.yml




.. figure:: http://pymodaq.cnrs.fr/en/latest/_static/splash.png
   :alt: shortcut


PyMoDAQ__, Modular Data Acquisition with Python, is a set of **python** modules used to interface any kind of
experiments. It simplifies the interaction with detector and actuator hardware to go straight to the data acquisition
of interest.

__ https://pymodaq.readthedocs.io/en/stable/?badge=latest

`PyMoDAQ data`__ is a set of utilities (constants, methods and classes) that are used
for Data Management. It is heavily used with the PyMoDAQ framework but can also be used as a standalone
package for data management in another context.

__ https://pymodaq.cnrs.fr/en/latest/developer_folder/data_management.html

What are Data?
--------------

Data are objects with many characteristics able to properly describe real data taken on an experiment
or calculated from theory:


*  a type: float, int, ...
*  a dimensionality: Data0D, Data1D, Data2D and higher
*  units (dealt with the pint python package)
*  axes
*  actual data as numpy arrays
*  uncertainty/error bars
* ...


.. figure:: https://pymodaq.cnrs.fr/en/latest/_images/data.png

   What is PyMoDAQ's data?.

The `PyMoDAQ Data` package
--------------------------

Because of this variety, `PyMoDAQ Data` introduce a set of objects including metadata (for instance the time of
acquisition) and various methods and properties to manipulate
them during analysis for instance (getting name, slicing, concatenating...),
save them and plot them (given you installed one of the available backend: *matplotlib* or *Qt* (
through the `pymodaq_gui` package)

To learn more, check the documentation__.

__ https://pymodaq.cnrs.fr/en/latest/developer_folder/data_management.html


Published under the MIT FREE SOFTWARE LICENSE

GitHub repo: https://github.com/PyMoDAQ

Documentation: http://pymodaq.cnrs.fr/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pymodaq_data",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "S\u00e9bastien Weber <sebastien.weber@cemes.fr>",
    "download_url": "https://files.pythonhosted.org/packages/0d/89/9f8cc58889c87e8b887e3fc867f20a503eca81cc6ff4891db1e518aa79d2/pymodaq_data-5.0.5.tar.gz",
    "platform": null,
    "description": "PyMoDAQ Data\n############\n\n.. image:: https://img.shields.io/pypi/v/pymodaq_data.svg\n   :target: https://pypi.org/project/pymodaq_data/\n   :alt: Latest Version\n\n.. image:: https://readthedocs.org/projects/pymodaq/badge/?version=latest\n   :target: https://pymodaq.readthedocs.io/en/stable/?badge=latest\n   :alt: Documentation Status\n\n.. image:: https://codecov.io/gh/PyMoDAQ/pymodaq_data/branch/0.0.x/graph/badge.svg?token=IQNJRCQDM2\n    :target: https://codecov.io/gh/PyMoDAQ/pymodaq_data\n\n====== ======= ======\nPython OS      Passed\n====== ======= ======\n3.8    Linux   |38|\n3.9    Linux   |39|\n3.10   Linux   |310|\n3.11   Linux   |311|\n3.12   Linux   |312|\n3.11   Windows |311win|\n====== ======= ======\n\n\n.. |38| image:: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp38.yml/badge.svg?branch=0.0.x_dev\n    :target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp385.yml\n\n.. |39| image:: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp39.yml/badge.svg?branch=0.0.x_dev\n    :target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp39.yml\n\n.. |310| image:: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp310.yml/badge.svg?branch=0.0.x_dev\n    :target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp310.yml\n\n.. |311| image:: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp311.yml/badge.svg?branch=0.0.x_dev\n    :target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp311.yml\n\n.. |312| image:: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp312.yml/badge.svg?branch=0.0.x_dev\n    :target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp312.yml\n\n.. |311win| image:: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp311_win.yml/badge.svg?branch=0.0.x_dev\n    :target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/Testp311_win.yml\n\n\n\n\n.. figure:: http://pymodaq.cnrs.fr/en/latest/_static/splash.png\n   :alt: shortcut\n\n\nPyMoDAQ__, Modular Data Acquisition with Python, is a set of **python** modules used to interface any kind of\nexperiments. It simplifies the interaction with detector and actuator hardware to go straight to the data acquisition\nof interest.\n\n__ https://pymodaq.readthedocs.io/en/stable/?badge=latest\n\n`PyMoDAQ data`__ is a set of utilities (constants, methods and classes) that are used\nfor Data Management. It is heavily used with the PyMoDAQ framework but can also be used as a standalone\npackage for data management in another context.\n\n__ https://pymodaq.cnrs.fr/en/latest/developer_folder/data_management.html\n\nWhat are Data?\n--------------\n\nData are objects with many characteristics able to properly describe real data taken on an experiment\nor calculated from theory:\n\n\n*  a type: float, int, ...\n*  a dimensionality: Data0D, Data1D, Data2D and higher\n*  units (dealt with the pint python package)\n*  axes\n*  actual data as numpy arrays\n*  uncertainty/error bars\n* ...\n\n\n.. figure:: https://pymodaq.cnrs.fr/en/latest/_images/data.png\n\n   What is PyMoDAQ's data?.\n\nThe `PyMoDAQ Data` package\n--------------------------\n\nBecause of this variety, `PyMoDAQ Data` introduce a set of objects including metadata (for instance the time of\nacquisition) and various methods and properties to manipulate\nthem during analysis for instance (getting name, slicing, concatenating...),\nsave them and plot them (given you installed one of the available backend: *matplotlib* or *Qt* (\nthrough the `pymodaq_gui` package)\n\nTo learn more, check the documentation__.\n\n__ https://pymodaq.cnrs.fr/en/latest/developer_folder/data_management.html\n\n\nPublished under the MIT FREE SOFTWARE LICENSE\n\nGitHub repo: https://github.com/PyMoDAQ\n\nDocumentation: http://pymodaq.cnrs.fr/\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)\n        \n        Copyright (c) 2021 Sebastien Weber <sebastien.weber@cemes.fr>\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in\n        all copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n        THE SOFTWARE.",
    "summary": "Modular Data Acquisition with Python",
    "version": "5.0.5",
    "project_urls": {
        "Homepage": "http://pymodaq.cnrs.fr",
        "Source": "https://github.com/PyMoDAQ/PyMoDAQ",
        "Tracker": "https://github.com/PyMoDAQ/PyMoDAQ/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b108584ce6a20e03d3fc086aa45f5033cf221c4f6098f9a8fd832a1dccfc059b",
                "md5": "f6cb9cfa043070573cb300a17b58eaf5",
                "sha256": "7b9ea9629f566622bcfcb1e5f8e7a01038c33b2a099fbf84d4ef0ed82c456bfe"
            },
            "downloads": -1,
            "filename": "pymodaq_data-5.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f6cb9cfa043070573cb300a17b58eaf5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 171238,
            "upload_time": "2024-10-20T20:09:13",
            "upload_time_iso_8601": "2024-10-20T20:09:13.152695Z",
            "url": "https://files.pythonhosted.org/packages/b1/08/584ce6a20e03d3fc086aa45f5033cf221c4f6098f9a8fd832a1dccfc059b/pymodaq_data-5.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0d899f8cc58889c87e8b887e3fc867f20a503eca81cc6ff4891db1e518aa79d2",
                "md5": "cff7a4d90ded1eb6762cca4c1f79b27e",
                "sha256": "cf3f8b92f6eddb6480d8fc8a728dace30d492396075bfc8cb0b950079ab4cf80"
            },
            "downloads": -1,
            "filename": "pymodaq_data-5.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "cff7a4d90ded1eb6762cca4c1f79b27e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 164292,
            "upload_time": "2024-10-20T20:09:15",
            "upload_time_iso_8601": "2024-10-20T20:09:15.066374Z",
            "url": "https://files.pythonhosted.org/packages/0d/89/9f8cc58889c87e8b887e3fc867f20a503eca81cc6ff4891db1e518aa79d2/pymodaq_data-5.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-20 20:09:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PyMoDAQ",
    "github_project": "PyMoDAQ",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pymodaq_data"
}
        
Elapsed time: 0.71375s