Skip to content

dhhagan/ACT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACT

Python scripts for data analysis related to the Atmospheric Chemistry and Technology Lab

What is it

ACT is a python library used to parse and analyze data relevant to the field of atmospheric chemistry.

Main Features

  1. Parse data from Thermo Scientific analyzers and export to csv, txt, or xlsx format
  2. Import data from csv, xlsx, or txt files into pandas dataframes for further analysis
  3. Plot diurnal profiles of trace gases
  4. Parse and mesh data from Potential Aerosol Mass (PAM) LabVIEW program
  5. Parse and plot data from Volatility and Polarity Separator (VAPS)

Where to get it

The source code is currently hosted on GitHub at: http://github.com/dhhagan/ACT

Dependencies

  1. pandas
  2. numpy
  3. xlrd

Installation from sources

To install from the source, change your directory to directory where ACT is located and run:

python setup.py install

License

MIT

Documentation

All documentation can be found on the ACT wiki

Ipython examples are available for the following:

  1. Using the ACT Library for VAPS Analysis
  2. Using the ACT Python Library

Background

I started to develop this library because I was tired of dealing with Thermo Scientifics terrible data storage and don't like using software I have to pay for (Matlab, Igor Pro)

Discussion and development

If you want to help develop this library, go for it. I can be reached at david@davidhhagan.com

About

Python scripts for data analysis related to the Atmospheric Chemistry and Technology Lab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages