Metadata-Version: 2.0
Name: dmcutils
Version: 0.9.1
Summary: Utilities to read and plot DMC Experiment data
Home-page: https://github.com/scivision/dmcutils
Author: Michael Hirsch, Ph.D.
Author-email: UNKNOWN
License: UNKNOWN
Description-Content-Type: UNKNOWN
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
Requires-Dist: h5py
Requires-Dist: histutils
Requires-Dist: imageio
Requires-Dist: morecvutils
Requires-Dist: pandas
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: scikit-image
Provides-Extra: io
Requires-Dist: astrometry-azel; extra == 'io'
Provides-Extra: plot
Requires-Dist: matplotlib; extra == 'plot'
Provides-Extra: tests
Requires-Dist: coveralls; extra == 'tests'
Requires-Dist: nose; extra == 'tests'
Provides-Extra: web
Requires-Dist: flask; extra == 'web'
Requires-Dist: flask-limiter; extra == 'web'

.. image:: https://travis-ci.org/scivision/dmcutils.svg?branch=master
    :target: https://travis-ci.org/scivision/dmcutils

.. image:: https://coveralls.io/repos/github/scivision/dmcutils/badge.svg?branch=master
    :target: https://coveralls.io/github/scivision/dmcutils?branch=master

.. image:: https://api.codeclimate.com/v1/badges/4203c9d68d331350ce2f/maintainability
   :target: https://codeclimate.com/github/scivision/dmcutils/maintainability
   :alt: Maintainability


=========
dmcutils
=========

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.

.. contents::

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.

Caveats
=======
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.

Experiments:
============

**2013 Jan 13** great example, run in Octave 4.0+ or Matlab
``RunSimulPlayFor2013Jan13`` to show simultaneous video from cameras

-datadir       path to data files
-writevid      filename to write to (uncompressed AVI)

Install Matlab Engine
=====================

https://www.scivision.co/matlab-engine-callable-from-python-how-to-install-and-setup/




