fluxer.underway package

Module contents

Tools for processing underway pCO2 data

main Perform underway pCO2 analyses, given a configuration file
underway_pCO2 Perform underway pCO2 computations on period file
fluxer.underway.main(config_file)[source]

Perform underway pCO2 analyses, given a configuration file

Parameters:config_file (str) – Path to configuration file.
Returns:Writes summary file and prints messages from process.
Return type:None
fluxer.underway.underway_pCO2(period_file, config)[source]

Perform underway pCO2 computations on period file

Parameters:
  • period_file (str) – Path to file with pre-filtered, candidate, flux data.
  • config (OrderedDict) – Dictionary with parsed configuration file.
Returns:

object with additional columns as results of computations.

Return type:

pandas.DataFrame