Metadata-Version: 1.1
Name: pyHMSA
Version: 0.1.1
Summary: Python implementation of the MSA / MAS / AMAS Hyper-Dimensional Data File specification
Home-page: http://pyhmsa.readthedocs.org
Author: Philippe Pinard
Author-email: philippe.pinard@gmail.com
License: MIT
Description: pyHMSA is a pure Python implementation of the MSA / MAS / AMAS HyperDimensional 
        Data File (HMSA, for short) specifications. 
        This file format is intended to be a common exchange format for microscopy and 
        microanalysis data. 
        More information about the file format and its specifications can be found 
        `here <http://www.csiro.au/luminescence/HMSA/index.html>`_.
        
        The library is designed to be minimalist, leaving post-processing of the data
        to the user's script.
        The only dependency of pyHMSA is to `NumPy <http://www.numpy.org>`_, in order
        to represent the multi-dimensional data.
        
        pyHMSA is written to support both Python 2 and 3.
        
        The library is provided under the MIT license.
Keywords: microscopy microanalysis hmsa file format
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Scientific/Engineering :: Physics
