Metadata-Version: 2.1
Name: magplots
Version: 0.0.2
Summary: A python library for generating plots from conjugate magnetometers.
Author-email: Kristina Collins <kvcollins@spacescience.org>
License: MIT License
Project-URL: Homepage, https://github.com/KCollins/magplots
Project-URL: Bug Tracker, https://github.com/KCollins/magplots/issues
Project-URL: Changelog, https://github.com/KCollins/magplots/releases
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: pandas

# magplots
A python library to pull data and make plots from ground magnetometers. Emphasis on plots for comparing magnetometers at conjugate points.

Click here to run example code: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/KCollins/magplots/HEAD?labpath=Examples.ipynb)

## Installation
`pip install magplots`

## MWE
You can check all the component functions by running the `magall()` function with default values.
```
from magplots.magFunctions import * # packaged version
# from magFunctions import * # local version
magall(is_verbose = True)
```

# Functions
Type `help('magFunctions')` for function documentation.

To pull data from Tromsø Geophysical Observatory, save a password locally in a file named `tgopw.txt`. (You will have to obtain the password from TGO.) If no such file exists, data is automatically pulled from CDAWeb.
