====================================
IMTreatment - A fields study package
====================================
.. image:: https://gitlab.com/gitlab-org/gitlab-ce/badges/master/build.svg
:target: https://gitlab.com/gabylaunay/IMTreatment/commits/master
:alt: Build status
.. image:: https://gitlab.com/gitlab-org/gitlab-ce/badges/master/coverage.svg
:target: https://framagit.org/gabylaunay/IMTreatment/pipelines
:alt: Overall test coverage
.. image:: https://readthedocs.org/projects/imtreatment/badge/?version=latest
:target: http://imtreatment.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
This module has been written to carry out analysis and more specifically structure detection on PIV velocity fields.
It is now more general and can handle different kind of data (point cloud, scalar and vector field, ...) and perform classical and more advanced analysis on them (spectra, pod, post-processing, visualization, ...).
Hosted on FramaGit_.
Full documentation available on ReadTheDocs_.
.. _FramaGit: https://framagit.org/gabylaunay/IMTreatment/
General data analysis
---------------------
1. Class representing 2D fields of 1 component (ScalarField_)
2. Class representing 2D fields of 2 components (VectorField_)
3. Classes representing sets of scalar fields vector fields (SpatialScalarFields_, TemporalScalarFields_, SpatialVectorFields_ and TemporalVectorFields_)
4. Class representing profiles (Profile_)
5. Class representing scatter points (Points_)
6. Module for modal decomposition (POD, DMD) and reconstruction (pod_)
7. Module to import/export data from/to Davis, matlab, ascii, pivmat and images files (file_operation_)
8. Functionalities to visualize those data (plotlib_)
.. _ScalarField: http://imtreatment.readthedocs.io/en/latest/IMTreatment.core.scalarfield.html
.. _TemporalScalarFields: http://imtreatment.readthedocs.io/en/latest/IMTreatment.core.temporalscalarfields.html
.. _SpatialScalarFields: http://imtreatment.readthedocs.io/en/latest/IMTreatment.core.spatialscalarfields.html
.. _VectorField: http://imtreatment.readthedocs.io/en/latest/IMTreatment.core.vectorfield.html
.. _TemporalVectorFields: http://imtreatment.readthedocs.io/en/latest/IMTreatment.core.temporalvectorfields.html
.. _SpatialVectorFields: http://imtreatment.readthedocs.io/en/latest/IMTreatment.core.spatialvectorfields.html
.. _Points: http://imtreatment.readthedocs.io/en/latest/IMTreatment.core.points.html
.. _Profile: http://imtreatment.readthedocs.io/en/latest/IMTreatment.core.profile.html
.. _pod: http://imtreatment.readthedocs.io/en/latest/IMTreatment.pod.pod.html
.. _plotlib: http://imtreatment.readthedocs.io/en/latest/IMTreatment.plotlib.plotlib.html
.. _file_operation: http://imtreatment.readthedocs.io/en/latest/IMTreatment.file_operation.file_operation.html
Flow analysis
-------------
1. Module to create artificial vortices: Burger, Jill, Rankine, ... and to simulate their motion in potential flows (vortex_creation_)
2. Module providing several vortex criterions computation (vortex_criterions_)
3. Module to automatically detect and track critical points (vortex_detection_)
4. Module to compute the evolution of some vortex properties (vortex_properties_)
5. Module to generate potential flows with arbitrary geometries (potential_flow_)
.. _vortex_creation: http://imtreatment.readthedocs.io/en/latest/IMTreatment.vortex_creation.vortex_creation.html
.. _vortex_detection: http://imtreatment.readthedocs.io/en/latest/IMTreatment.vortex_detection.vortex_detection.html
.. _vortex_criterions: http://imtreatment.readthedocs.io/en/latest/IMTreatment.vortex_criterions.vortex_criterions.html
.. _vortex_properties: http://imtreatment.readthedocs.io/en/latest/IMTreatment.vortex_properties.vortex_properties.html
.. _potential_flow: http://imtreatment.readthedocs.io/en/latest/IMTreatment.potential_flow.potential_flow.html
Dependencies
------------
Mandatory:
- numpy
- matplotlib
- scipy
- unum
- modred
Optional:
- sklearn (to work with point clustering)
- networkx (to use force-directed algorithms to compare trajectories)
- colorama (to have a nice interface when manipulating files)
- h5py (allow to import data from pivmat_ files)
.. _pivmat: http://www.fast.u-psud.fr/pivmat/
Installation
------------
IMTreatment is now available on Pypi:
``pip install IMTreatment``
Or if you prefer to install it manually from source:
``pip install 'git+https://framagit.org/gabylaunay/IMTreatment.git#egg=IMTreatment'``
Documentation
-------------
IMTreatment is documented inline and in ReadTheDocs_.
you can also use ``build_doc.sh`` to locally build the html doc.
.. _ReadTheDocs: http://imtreatment.readthedocs.io
Raw data
{
"_id": null,
"home_page": "https://framagit.org/gabylaunay/IMTreatment",
"name": "IMTreatment",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "scalarfield vectorfield fluid dynamics PIV vortex",
"author": "Gaby Launay",
"author_email": "gaby.launay@protonmail.com",
"download_url": "https://files.pythonhosted.org/packages/ce/c9/30b205dd37fe29a1a7a5e6f7c34ab4b31c6e9f5a2e1a85feb7e1d3b90d6c/IMTreatment-1.3.7.tar.gz",
"platform": null,
"description": "====================================\nIMTreatment - A fields study package\n====================================\n.. image:: https://gitlab.com/gitlab-org/gitlab-ce/badges/master/build.svg\n :target: https://gitlab.com/gabylaunay/IMTreatment/commits/master\n :alt: Build status\n.. image:: https://gitlab.com/gitlab-org/gitlab-ce/badges/master/coverage.svg\n :target: https://framagit.org/gabylaunay/IMTreatment/pipelines\n :alt: Overall test coverage\n.. image:: https://readthedocs.org/projects/imtreatment/badge/?version=latest\n :target: http://imtreatment.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n\nThis module has been written to carry out analysis and more specifically structure detection on PIV velocity fields.\nIt is now more general and can handle different kind of data (point cloud, scalar and vector field, ...) and perform classical and more advanced analysis on them (spectra, pod, post-processing, visualization, ...).\n\nHosted on FramaGit_.\n\nFull documentation available on ReadTheDocs_.\n\n.. _FramaGit: https://framagit.org/gabylaunay/IMTreatment/\n\nGeneral data analysis\n---------------------\n\n1. Class representing 2D fields of 1 component (ScalarField_)\n2. Class representing 2D fields of 2 components (VectorField_)\n3. Classes representing sets of scalar fields vector fields (SpatialScalarFields_, TemporalScalarFields_, SpatialVectorFields_ and TemporalVectorFields_)\n4. Class representing profiles (Profile_)\n5. Class representing scatter points (Points_)\n6. Module for modal decomposition (POD, DMD) and reconstruction (pod_)\n7. Module to import/export data from/to Davis, matlab, ascii, pivmat and images files (file_operation_)\n8. Functionalities to visualize those data (plotlib_)\n\n.. _ScalarField: http://imtreatment.readthedocs.io/en/latest/IMTreatment.core.scalarfield.html\n.. _TemporalScalarFields: http://imtreatment.readthedocs.io/en/latest/IMTreatment.core.temporalscalarfields.html\n.. _SpatialScalarFields: http://imtreatment.readthedocs.io/en/latest/IMTreatment.core.spatialscalarfields.html\n.. _VectorField: http://imtreatment.readthedocs.io/en/latest/IMTreatment.core.vectorfield.html\n.. _TemporalVectorFields: http://imtreatment.readthedocs.io/en/latest/IMTreatment.core.temporalvectorfields.html\n.. _SpatialVectorFields: http://imtreatment.readthedocs.io/en/latest/IMTreatment.core.spatialvectorfields.html\n.. _Points: http://imtreatment.readthedocs.io/en/latest/IMTreatment.core.points.html\n.. _Profile: http://imtreatment.readthedocs.io/en/latest/IMTreatment.core.profile.html\n.. _pod: http://imtreatment.readthedocs.io/en/latest/IMTreatment.pod.pod.html\n.. _plotlib: http://imtreatment.readthedocs.io/en/latest/IMTreatment.plotlib.plotlib.html\n.. _file_operation: http://imtreatment.readthedocs.io/en/latest/IMTreatment.file_operation.file_operation.html\n\nFlow analysis\n-------------\n\n1. Module to create artificial vortices: Burger, Jill, Rankine, ... and to simulate their motion in potential flows (vortex_creation_)\n2. Module providing several vortex criterions computation (vortex_criterions_)\n3. Module to automatically detect and track critical points (vortex_detection_)\n4. Module to compute the evolution of some vortex properties (vortex_properties_)\n5. Module to generate potential flows with arbitrary geometries (potential_flow_)\n\n.. _vortex_creation: http://imtreatment.readthedocs.io/en/latest/IMTreatment.vortex_creation.vortex_creation.html\n.. _vortex_detection: http://imtreatment.readthedocs.io/en/latest/IMTreatment.vortex_detection.vortex_detection.html\n.. _vortex_criterions: http://imtreatment.readthedocs.io/en/latest/IMTreatment.vortex_criterions.vortex_criterions.html\n.. _vortex_properties: http://imtreatment.readthedocs.io/en/latest/IMTreatment.vortex_properties.vortex_properties.html\n.. _potential_flow: http://imtreatment.readthedocs.io/en/latest/IMTreatment.potential_flow.potential_flow.html\n\nDependencies\n------------\n\nMandatory:\n\n- numpy\n- matplotlib\n- scipy\n- unum\n- modred\n\nOptional:\n\n- sklearn (to work with point clustering)\n- networkx (to use force-directed algorithms to compare trajectories)\n- colorama (to have a nice interface when manipulating files)\n- h5py (allow to import data from pivmat_ files)\n\n.. _pivmat: http://www.fast.u-psud.fr/pivmat/\n\nInstallation\n------------\nIMTreatment is now available on Pypi:\n``pip install IMTreatment``\n\nOr if you prefer to install it manually from source:\n``pip install 'git+https://framagit.org/gabylaunay/IMTreatment.git#egg=IMTreatment'``\n\nDocumentation\n-------------\nIMTreatment is documented inline and in ReadTheDocs_.\nyou can also use ``build_doc.sh`` to locally build the html doc.\n\n.. _ReadTheDocs: http://imtreatment.readthedocs.io\n",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "Tools to analyze scalar and vector fields",
"version": "1.3.7",
"project_urls": {
"Homepage": "https://framagit.org/gabylaunay/IMTreatment"
},
"split_keywords": [
"scalarfield",
"vectorfield",
"fluid",
"dynamics",
"piv",
"vortex"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8d4e52ab7b0056861900f5ba2c1df9cc781d01c832cc44900de80f3b5fa216c6",
"md5": "4eaeacaae6181587bacb8864bba9d22e",
"sha256": "1d5a08cff9685f769c93bdc35d4a337a3cc08de88ffaea8989683d38b251443b"
},
"downloads": -1,
"filename": "IMTreatment-1.3.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4eaeacaae6181587bacb8864bba9d22e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 265304,
"upload_time": "2024-04-02T19:40:44",
"upload_time_iso_8601": "2024-04-02T19:40:44.466527Z",
"url": "https://files.pythonhosted.org/packages/8d/4e/52ab7b0056861900f5ba2c1df9cc781d01c832cc44900de80f3b5fa216c6/IMTreatment-1.3.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cec930b205dd37fe29a1a7a5e6f7c34ab4b31c6e9f5a2e1a85feb7e1d3b90d6c",
"md5": "7409fda487d8418469d2cbc12920fa21",
"sha256": "0faa20dc3b9c30986a7a132e591a86186cbf64056388f27647168b60a53f1a17"
},
"downloads": -1,
"filename": "IMTreatment-1.3.7.tar.gz",
"has_sig": false,
"md5_digest": "7409fda487d8418469d2cbc12920fa21",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3368938,
"upload_time": "2024-04-02T19:41:01",
"upload_time_iso_8601": "2024-04-02T19:41:01.716884Z",
"url": "https://files.pythonhosted.org/packages/ce/c9/30b205dd37fe29a1a7a5e6f7c34ab4b31c6e9f5a2e1a85feb7e1d3b90d6c/IMTreatment-1.3.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-02 19:41:01",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "imtreatment"
}