Metadata-Version: 2.1
Name: spot-motion-monitor
Version: 0.5.0
Summary: User interface for Spot Seeing Monitor.
Home-page: https://github.com/lsst-com/spot_motion_monitor
Author: Michael Reuter
Author-email: mareuter@lsst.org
License: MIT
Keywords: spot_motion_monitor
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: numpy
Requires-Dist: PyQt5
Requires-Dist: scipy
Requires-Dist: pyqtgraph

=============================
Spot Motion Monitor
=============================

.. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg
   :target: http://opensource.org/licenses/MIT
   :alt: MIT License

.. |version| image:: http://img.shields.io/pypi/v/spot_motion_monitor.svg
   :target: https://pypi.python.org/pypi/spot_motion_monitor
   :alt: Software Version

.. |travis| image:: https://img.shields.io/travis/lsst-com/spot_motion_monitor/master.svg
  :target: https://travis-ci.org/mareuter/spot_motion_monitor
  :alt: Travis build status

.. |python| image:: https://img.shields.io/pypi/pyversions/spot_motion_monitor.svg
  :target: https://pypi.python.org/pypi/spot_motion_monitor
  :alt: Supported Python

|license| |python| |version| |travis|


User interface for Dome Seeing Monitor.

**NOTE**: This package only supports Python 3 and PyQt5.



Documentation
-------------

The full documentation is at http://spot_motion_monitor.rtfd.org.



History
-------

0.5.0 (2018-09-03)
~~~~~~~~~~~~~~~~~~

* Adding spot oscillation to Gaussian camera
* Adding new controls to UI

  * ROI FPS
  * Buffer Size
  * Show Frames

* Centroid 1D plots disable auto range after start
* Make scatter and histogram plots update at same rate as PSD plots
* Locking out control buttons to stop unexpected behavior

0.4.0 (2018-07-29)
~~~~~~~~~~~~~~~~~~

* Create ROI frame processing
* Create and fill plots for ROI mode:

  * Rolling 1D centroid plots
  * 2D scatter plot with axis projections
  * Power spectrum distribution waterfall plots

* Push ROI data to camera status widget

0.3.0 (2018-07-12)
~~~~~~~~~~~~~~~~~~

* Create full frame processing
* Added camera status widget 

0.2.0 (2018-06-29)
~~~~~~~~~~~~~~~~~~

* Created Gaussian camera and controls
* Integrated camera CCD frame plot

0.1.2 (2018-05-30)
~~~~~~~~~~~~~~~~~~

* Switch to entry_points use exclusively

0.1.1 (2018-05-29)
~~~~~~~~~~~~~~~~~~

* Testing entry_points mechanism

0.1.0 (2018-05-24)
~~~~~~~~~~~~~~~~~~

* Creating basic application with no functionality
* Testing deployment


