Metadata-Version: 1.1
Name: pyHMSA
Version: 0.1.11
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
        ======
        
        .. image:: https://badge.fury.io/py/pyhmsa.svg
           :target: http://badge.fury.io/py/pyhmsa
        
        .. image:: https://readthedocs.org/projects/pyhmsa/badge/?version=latest
           :target: https://readthedocs.org/projects/pyhmsa/
        
        .. image:: https://travis-ci.org/pyhmsa/pyhmsa.svg?branch=master
           :target: https://travis-ci.org/pyhmsa/pyhmsa
           
        .. image:: https://codecov.io/github/pyhmsa/pyhmsa/coverage.svg?branch=master
           :target: https://codecov.io/github/pyhmsa/pyhmsa?branch=master
        
        .. image:: https://zenodo.org/badge/doi/10.5281/zenodo.46773.svg
           :target: http://dx.doi.org/10.5281/zenodo.46773
        
        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.
        
        pyHMSA was developed as part of the doctorate thesis project of 
        Philippe T. Pinard at RWTH Aachen University (Aachen, Germany) under the 
        supervision of Dr. Silvia Richter.
        
        More information can be found at the website:
        
        http://pyhmsa.readthedocs.org
        
        The most current development version is always available from our
        GitHub repository:
        
        https://github.com/pyhmsa/pyhmsa
        
        pyHMSA was developed as part of the doctorate thesis project of 
        Philippe T. Pinard at RWTH Aachen University (Aachen, Germany) under the 
        supervision of Dr. Silvia Richter.
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: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering :: Physics
