Metadata-Version: 2.1
Name: pyJM
Version: 0.2.0
Summary: Package for analysis and visualisation of reconstructed three-dimensional magnetic imaging
Home-page: https://github.com/jmassey-17/pyJM
Author: Jamie Massey
Author-email: jamie435@hotmail.co.uk
License: MIT license
Keywords: pyJM
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: igor (==0.3)
Requires-Dist: matplotlib (>=3.4.3)
Requires-Dist: numpy (>=1.15.1)
Requires-Dist: pandas (>=1.3.4)
Requires-Dist: Pillow (>=8.4.0)
Requires-Dist: pytest (>=6.2.4)
Requires-Dist: pyvista (>=0.31.0)
Requires-Dist: scikit-image (>=0.18.3)
Requires-Dist: scipy (>=1.7.1)
Requires-Dist: seaborn (>=0.11.2)
Requires-Dist: setuptools (>=40.2.0)

====
pyJM
====

Package for analysis and visualisation of reconstructed three-dimensional magnetic imaging


* Free software: MIT license
* Documentation: https://pyJM2.readthedocs.io.


Features
--------
 
Code for the processing of the results of three-dimensional reconstructions of laminographic data from the iterative reconstruction from [Magnetic Laminography](https://www.nature.com/articles/nature23006). 

Please contact jamie435@hotmail.co.uk with any issues. 

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

This package can be installed using 

'''
pip install pyJM
'''

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======


0.1.0 (2024-03-12)
------------------

* First release on PyPI.
