Metadata-Version: 2.1
Name: mcemtools
Version: 0.8.5
Summary: State of the art analysis tools for electron microscopy
Home-page: https://github.com/arsadri/mcemtools
Author: Alireza Sadri
Author-email: Alireza.Sadri@monash.edu
License: MIT license
Keywords: mcemtools
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: scikit-image
Requires-Dist: lognflow

=========
mcemtools
=========


.. image:: https://img.shields.io/pypi/v/mcemtools.svg
        :target: https://pypi.python.org/pypi/mcemtools

.. image:: https://img.shields.io/travis/arsadri/mcemtools.svg
        :target: https://travis-ci.com/arsadri/mcemtools

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


.. image:: https://pyup.io/repos/github/arsadri/mcemtools/shield.svg
     :target: https://pyup.io/repos/github/arsadri/mcemtools/
     :alt: Updates



State of the art aalysis for electron microscopy


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


Features
--------

* TODO

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 (2022-09-07)
------------------

* First release on PyPI.

0.2.0 (2023-07-11)
------------------

* Many functions used for 4D-STEM analysis have been added.
* OOP is avoided as much as possible.

0.3.0 (2023-07-11)
------------------

* Tests are increasing in number
* init includes import of mcemtools

0.4.0 (2023-07-11)
------------------

* Many small bugs are fixed

0.5.0 (2023-07-12)
------------------
* Added binning to transforms

0.6.0 (2023-07-14)
------------------
* More tests are added
* Names are consistant accross the package.

0.7.0 (2023-07-15)
------------------
* markimage bug is fixed

0.8.0 (2023-07-19)
------------------
* markimage bug is fixed really as US version of centre is center.
* napari based GUI is added to mcemtools.
* bianary files can be read too.

0.8.1 (2023-07-27)
------------------
* viewer_4D is a lot more concise and bug free.

0.8.2 (2023-07-27)
------------------
* by pressing i, you get shapes info, m shows the mask and F5 updates the mask.

0.8.3 (2023-07-28)
------------------
* critical bug was fixed in viewer_4D

0.8.4 (2023-07-28)
------------------
* critical bug was fixed in viewer_4D

0.8.5 (2023-08-03)
------------------
* bug fixed in image_by_windows
