Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 2.85 KB

File metadata and controls

42 lines (30 loc) · 2.85 KB

COConversionFactor

Python implementation of existing CO-to-H2 conversion factor prescriptions in the literature.

Table of content

CO_conversion_factor.alphaCO - This module includes a collection of conversion factor prescriptions

CO_conversion_factor.metallicity - This module includes tools for predicting metallicity from scaling relations

  • predict_logOH_SAMI19: predict the gas phase abundance from mass-metallicity relations reported in Sánchez et al. (2019).
  • predict_logOH_CALIFA17: predict the gas phase abundance from mass-metallicity relations reported in Sánchez et al. (2017).
  • extrapolate_logOH_radially: extrapolate the abundance within a galaxy assuming a radial gradient (e.g., Sánchez et al. 2014).

Installation

You can install the package directly from PyPI (https://pypi.org/project/CO-conversion-factor/) via

pip install --user CO_conversion_factor

Dependencies

Credits

If you use tools from this repo in a publication, please make sure to cite the relevant source papers (see links above).

Please also consider acknowledgements to astropy and the other required packages.