Skip to content

duttong/Aeris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOAA Aeris N2O/CO Instrument Software

The main program to run the Aeris instrument equipped with a multi-position Valco valve is aeris.py. Run aeris.py -h to see the various options for the program.

Initial Setup

1. The Aeris instrument should be configured to send data out the USB port (see manual)

2. Edit the config.py file with the Valco valve and Aeris serial port settings.

3. Change the valve sequence and duration in config.py.

Run aeris.py without options to use the valve sequence programed in the config.py file. The aeris.py program will store the output of the Aeris instrument to a .csv file.

To read the Aeris .csv data file into a python pandas dataframe.

df = pd.read_csv(file, infer_datetime_format=True, parse_dates=True, index_col='datetime')

call stats.py aeris_datafile.csv for basic stats

Disclaimer

This repository is a scientific product and is not official communication of the National Oceanic and Atmospheric Administration, or the United States Department of Commerce. All NOAA GitHub project code is provided on an ‘as is’ basis and the user assumes responsibility for its use. Any claims against the Department of Commerce or Department of Commerce bureaus stemming from the use of this GitHub project will be governed by all applicable Federal law. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by the Department of Commerce. The Department of Commerce seal and logo, or the seal and logo of a DOC bureau, shall not be used in any manner to imply endorsement of any commercial product or activity by DOC or the United States Government.

About

Aeris N2O/CO instrument

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published