Metadata-Version: 2.1
Name: dmcutils
Version: 0.9.3
Summary: Utilities to read and plot DMC Experiment data
Home-page: https://github.com/scivision/dmcutils
Author: Michael Hirsch, Ph.D.
License: UNKNOWN
Description: [![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.241127.svg)](https://zenodo.org/record/241127)
        [![Travis CI](https://travis-ci.org/scivision/dmcutils.svg?branch=master)](https://travis-ci.org/scivision/dmcutils)
        [![Coverage](https://coveralls.io/repos/github/scivision/dmcutils/badge.svg?branch=master)](https://coveralls.io/github/scivision/dmcutils?branch=master)
        [![Maintainability](https://api.codeclimate.com/v1/badges/4203c9d68d331350ce2f/maintainability)](https://codeclimate.com/github/scivision/dmcutils/maintainability)
        [![pypi versions](https://img.shields.io/pypi/pyversions/dmcutils.svg)](https://pypi.python.org/pypi/dmcutils)
        [![pypi format](https://img.shields.io/pypi/format/dmcutils.svg)](https://pypi.python.org/pypi/dmcutils)
        [![PyPi Download stats](http://pepy.tech/badge/dmcutils)](http://pepy.tech/project/dmcutils)
        
        
        # DMC Utils
        
        
        Programs used to help with the Dual-Multi-sCale (DMC) experiment.
        Example of dealing with 100000 - 1 million Andor Neo spool files in a fast way.
        
        ## Installation
        
            python -m pip install -e .
        
        ## Functions
        
        -   `angledist` computes angular distance between points (in degrees)
            for a pair of points with RA,decl. or az,el.
        
        
        ## Notes
        
        [Install Matlab Engine](https://www.scivision.co/matlab-engine-callable-from-python-how-to-install-and-setup/)
        optional, just for corrupted 2010 Solis files.
        
        ---
        
        The Andor Solis Neo spool file format has changed at least three times.
        This spool reader is known to work for the 2011-2012 versions (I don't have exact version numbers, but could find out if you need).
        
        For 2008-Spring 2011 spool files, see the `andor_neo_spool` directory in this repo.
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: io
Provides-Extra: plot
Provides-Extra: web
Provides-Extra: tests
