Skip to main content

Tools and utilities for active chlorophyll fluorescence data processing.

Project description

Phytoplankton Photophysiology Utils

This is a tool to read and process active chlorophyll fluorescence data from raw format and apply the biophysical model of Kolber et al. (1998). For more information see the documentation and demo file, below is a short example of how to use the data to read in and process variables.

EXAMPLE USAGE

This package is meant to be used in an interactive environment - ideally Jupyter Notebook

import phyto_photo_utils as ppu

fname = '/path_to_data/data'
output = '/output_path'

# Load all variables needed for fitting saturation and relaxation models
df = ppu.load_FASTTrackaI_files(fname, append=False, save_files=True, res_path=output, seq_len=120, irrad=545.62e10)

# Perform a ρ saturation model fit on the data
sat = ppu.fit_saturation(pfd, fyield, seq, datetime, blank=0, sat_len=100, skip=0, ro_lims=[0.0,1.0], sig_lims =[100,2200])

# Perform a single decay relaxation model fit on the data
rel = ppu.fit_single(fyield, seq_time, seq, datetime, blank=0, sat_len=100, rel_len=40, single_decay=True, bounds=True, tau_lims=[100, 50000])

# Perform time averaging (5 minute averages) on raw transients, including the removal of outliers (mean + stdev * 3)
dfm = ppu.remove_outlier_from_time_average(df, time=5, multiplier=3)

# Correct for FIRe instrument detector bias
dfb = ppu.correct_fire_instrument_bias(df, sat=False, pos=1, sat_len=100)

# See the demo file for more info

ABOUT

This work was funded by the CSIR. This research was partially supported by the Australian Government through the Australian Research Council's Discovery Projects funding scheme (DP160103387).

  • Version: 1.4.4
  • Author: Thomas Ryan-Keogh, Charlotte Robinson
  • Email: tjryankeogh@gmail.com
  • Date: 2018-12-06
  • Institution: Council for Scientific and Industrial Research, Curtin University
  • Research group: Southern Ocean Carbon - Climate Observatory (SOCCO), Remote Sensing and Satellite Research Group

Please use the guidlines given on https://integrity.mit.edu/handbook/writing-code to cite this code.

Example citation: Source: phyto_photo_utils [https://gitlab.com/tjryankeogh/phytophotoutils] retrieved on 30 May 2019.

PACKAGE STRUCTURE

NOTE: This package structure is defined by the __init__.py file

  • load
    • load_FIRe_files
    • load_FASTTrackaI_files
    • load_FastOcean_files
    • load_LIFT_FRR_files
  • saturation
    • fit_saturation
  • relaxation
    • fit_relaxation
  • tools
    • remove_outlier_from_time_average
    • correct_fire_instrument_bias
    • calculate_blank_FastOcean _ calculate_blank_FIRe
  • spectral_correction
    • calculate_chl_specific_absorption
    • calculate_instrument_led_correction
  • etr
    • calculate_etr
  • plot
    • plot_saturation_data
    • plot_relaxation_data
    • plot_fluorescence_light_curve
  • equations
    • fit_kolber_nop
    • calculatate_residual_saturation_nop
    • fit_kolber_p
    • calculate_residual_saturation_p
    • fit_single_relaxation
    • calculate_residual_single_relaxation
    • fit_triple_relaxation
    • calculate_residual_triple_relaxation
    • calculate_alpha_model
    • calculate_residual_etr
    • calculate_modified_alpha_model
    • calculate_residual_phi
    • calculate_beta_model
    • calculate_residual_beta
    • calculate_modified_beta_model
    • calculate_residual_mbeta
    • calculate_bias
    • calculate_rmse
    • calculate_nrmse
    • calculate_fit_errors
  • fitting
    • fit_fixed_p_model
    • fit_calc_p_model
    • fit_no_p_model
    • fit_single_decay
    • fit_triple_decay

ACKNOWLEDGEMENTS

  • Kevin Oxborough (Chelsea Technology Groups) for linear methods to estimate Fo and Fm

TO DO

  • Add in function to read FastTracka I binary files
  • Add deconvolution method for triple decay relaxation
  • Add additional load method for CTG LabSTAF
  • Add function to fit saturation and relaxation together

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

phyto_photo_utils-1.4.4.tar.gz (26.0 kB view details)

Uploaded Source

File details

Details for the file phyto_photo_utils-1.4.4.tar.gz.

File metadata

  • Download URL: phyto_photo_utils-1.4.4.tar.gz
  • Upload date:
  • Size: 26.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.5

File hashes

Hashes for phyto_photo_utils-1.4.4.tar.gz
Algorithm Hash digest
SHA256 89cec51b5d079342b1a05908256414b9467c5f70e18f2e5efdf783d2b7f85add
MD5 ad2ca4852c184d978ac2d972e2790314
BLAKE2b-256 99c9079d494093710c7d3d3d711ba45043538dc250c32067307328d5350266dd

See more details on using hashes here.

Supported by

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