Skip to main content

A module to read and process data from the Microtops sun photometer, including reading via serial link and interpolating to AOT at any wavelength

Project description

# PyMicrotops

This is a Python module to simplify working with data from the Microtops sun photometer.

There are two principal functions at the moment:

  1. Processing Microtops data files (including interpolating AOT at other wavelengths)

2) Reading Microtops data from the instrument over a serial connection, and saving/processing the data.

The module is fairly well documented with docstrings, so a fairly quick example should be all that’s needed:

`python from PyMicrotops import Microtops m = Microtops(microtopsfile.csv) # Plot all of the AOT data m.plot() # Plot for a specific time period m.plot('2014-07-10','2014-07-19') # Get AOT at a specific wavelength - interpolating if needed m.aot(550) `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyMicrotops-1.0.0.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file PyMicrotops-1.0.0.tar.gz.

File metadata

File hashes

Hashes for PyMicrotops-1.0.0.tar.gz
Algorithm Hash digest
SHA256 64f5b5b670cdd465f0b29305e4bd2e80b272710b0c5258e88ee43f8e6492c7c5
MD5 65268afa0131a7b9b0fae77dea7452d1
BLAKE2b-256 73b05d6f0bcc85bac9deb56875056c778f204c32d97cf360882dcc7e1e6e67ef

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page