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
This is a Python module to simplify working with data from the Microtops sun photometer.
There are two principal functions at the moment:
Processing Microtops data files (including interpolating AOT at other wavelengths)
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:
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
Release history Release notifications | RSS feed
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.1.tar.gz
(5.2 kB
view details)
File details
Details for the file PyMicrotops-1.0.1.tar.gz
.
File metadata
- Download URL: PyMicrotops-1.0.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e7bef8e5e62f526dbdfa58d0791d9b81a43a92546b14b7ced8418a8a70edc16 |
|
MD5 | ae1ab9cd5d1dbb30a7216e5c61a30d4a |
|
BLAKE2b-256 | cb2ddf7d63b0eb698a671bcae56517f686990466abcc3222e8a4341017c56a4e |