Metadata-Version: 2.1
Name: ace-magnetometer
Version: 0.9.0
Summary: Load and Plot ACE satellite magnetometer data
Home-page: https://github.com/scivision/ace_magnetometer
Author: Michael Hirsch, Ph.D.
License: UNKNOWN
Description: [![Build Status](https://travis-ci.com/scivision/ACE_magnetometer.svg?branch=master)](https://travis-ci.com/scivision/ACE_magnetometer)
        [![Coverage Status](https://coveralls.io/repos/github/scivision/ACE_magnetometer/badge.svg?branch=master)](https://coveralls.io/github/scivision/ACE_magnetometer?branch=master)
        [![Build status](https://ci.appveyor.com/api/projects/status/iirc72tlooono1k0?svg=true)](https://ci.appveyor.com/project/scivision/ace-magnetometer)
        [![PyPi versions](https://img.shields.io/pypi/pyversions/ace_magnetometer.svg)](https://pypi.python.org/pypi/ace_magnetometer)
        [![PyPi format](https://img.shields.io/pypi/format/ace_magnetometer.svg)](https://pypi.python.org/pypi/ace_magnetometer)
        [![PyPi Download stats](http://pepy.tech/badge/ace_magnetometer)](http://pepy.tech/project/ace_magnetometer)
        
        
        # ACE magnetometer: Load and plot
        
        Load and Plot ACE satelite magnetometer data for Python.
        
        ![ACE magnetometer time series plot](tests/timeplot.png)
        
        ## Python
        
        Get data from FTP site ftp://mussel.srl.caltech.edu/pub/ace/browse/MAG16sec automatically: ACE magnetometer 16 second cadence by date:
        ```sh
        DownloadACE.py 2012-02-03 ~/data
        ```
        
        Load and Plot ACE magnetometer data
        ```sh
        PlotACE.py 2012-02-03 ~/data
        ```
        
        ## Matlab
        Matlab is not regularly used.
        
        ```matlab
        PlotACE()
        ```
        
Keywords: IMF,magnetic field,geospace
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
Provides-Extra: tests
Provides-Extra: plot
