Metadata-Version: 2.1
Name: SimpliPyTEM
Version: 1.0.2
Summary: A python package to simplify the processing and analysis of TEM and in situ TEM images and videos
Home-page: https://github/gabriel-ing/Micrograph-analysis-scripts
Author: Gabriel Ing
Author-email: ucbtgrb@ucl.ac.uk
License: BSD 2-clause
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Image Processing
License-File: LICENSE

SimpliPyTEM is a python package to make python-based analysis of Transmission electron microscopy images easier and more approachable. Although TEM is the focus, this could also easily be adapted to other microscopy images. Importantly, SimpliPyTEM is designed to make automated, basic work accessible for beginners (through a simple GUI), while more complicated methods can be accessed through simple python code. This package centers around the image data being held in a Numpy array which makes the image data easy to access for further analysis.
	This project aims to make use of the rapid automation of image analysis methods available through python while making it approachable for the user.
	Functions to generate pdf and html files containing images and videos are also included in this package. This allows easy viewing and sharing of all the images/videos taken in an imaging session, making experiment evaluation significantly easier. 
	For more info, please see: https://micrograph-analysis-scripts.readthedocs.io/en/latest/
