Metadata-Version: 2.1
Name: imaxt-image
Version: 0.16.3
Summary: # IMAXT Image Utilities  ## Installation  We recomment to install the IMAXT software in a Conda environment with Python 3.7 and a few numerical Python libraries. The command below will create such environment:  ``` conda create -n imaxt python=3.7 numpy scipy zarr xarray dask distributed ```  To install `imaxt-image` activate the created environment and use pip:  ``` conda activate imaxt pip install imaxt-image ```    
Home-page: https://github.com/IMAXT/imaxt-image
Author: Eduardi Gonzalez Solares
Maintainer: Eduardo Gonzalez Solares
Maintainer-email: eglez@ast.cam.ac.uk
License: GNU General Public License v3
Keywords: imaxt
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Requires-Dist: astropy
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: xmltodict
Requires-Dist: imagecodecs
Requires-Dist: zarr
Requires-Dist: dask
Requires-Dist: xarray
Requires-Dist: scikit-image (>=0.18)
Requires-Dist: xtiff

IMAXT Image Utils


