Overview

This package enables interaction with grids and tables of stellar bolometric corrections. Different grids/libraries are supported through submodules. Currently supported model grids with accompanying submodules are

Background

A bolometric correction is the offset between a star's absolute bolometric magnitude $M_\text{bol}$ and its absolute magnitude in a specific bandpass or filter $\lambda$,

\[BC_{\lambda} = M_\text{bol} - M_\lambda\]

As stars of different types exhibit different stellar spectra, $BC_{\lambda}$ depends on the properties of the star under consideration. In order to produce mock stellar populations in observational bandpasses, we can calculate these BCs from synthetic stellar spectra – see section 2.2 of Girardi et al. [3] for details on these calculations.

Because the calculation of BCs is expensive, we do not compute new BCs from scratch when we want to produce new mock stellar populations from theoretical stellar models. Instead, large grids of BCs are computed across the relevant stellar parameters once and interpolated to obtain intermediate values as necessary. These grids of pre-computed BCs are the focus of this package.

The dependent variables varied across the grid are typically effective temperature $\left(T_{eff}\right)$, surface gravity $\left(\text{log}\left(g\right)\right)$, and metallicity (metal mass fraction Z, [M/H], or [Fe/H] depending on convention). Some grids will additionally add interstellar reddening (usually quantified by V-band extinction $A_V$) and/or offer other chemical compositions beyond solar-scaled chemical mixtures (typically α-enhanced or α-depleted mixtures). Grids of BCs typically differ in their coverage of these dependent variables and the synthetic spectra / stellar atmospheres they use to calculate the BCs. It is therefore useful to have access to several different libraries of BCs so that researchers can quantify how their analyses are affected by the choice of BC library. These types of investigations are what we hope to facilitate with this package.

Photometric Zeropoints

The normalization of the bolometric corrections as defined above relies on the measurement of the solar luminosity. An arbitrary absolute bolometric magnitude $M_\text{bol}$ is chosen to correspond to this luminosity, setting the normalization. In 2015 the IAU adopted Resolution B2 arguing for a bolometric magnitude normalization defined so that $M_\text{bol}=0$ corresponds to $L_\text{bol} = 3.0128 \times 10^{28}$ watts or $3.0128 \times 10^{35} \, \text{erg} \, \text{s}^{-1}$. With such a normalization, the solar luminosity $L_\odot = 3.828 \times 10^{26}$ watts corresponds with an absolute bolometric magnitude of $M_{\text{bol}, \odot} = 4.74$. This normalization has been widely adopted following the IAU's resolution, but older BCs may follow different conventions. The documentation for each BC grid will contain information on the photometric zeropoint assumed to normalize the BCs.

Home References

This page cites the following references:

[1]
[2]
J. Choi, A. Dotter, C. Conroy, M. Cantiello, B. Paxton and B. D. Johnson. MESA ISOCHRONES AND STELLAR TRACKS (MIST). I. SOLAR-SCALED MODELS. ApJ 823, 102 (2016).
[3]
L. Girardi, G. Bertelli, A. Bressan, C. Chiosi, M. A. Groenewegen, P. Marigo, B. Salasnich and A. Weiss. Theoretical isochrones in several photometric systems. I. Johnson-Cousins-Glass, HST/WFPC2, HST/NICMOS, Washington, and ESO Imaging Survey filter sets. A&A 391, 195–212 (2002).
[4]
E. E. Mamajek, G. Torres, A. Prsa, P. Harmanec, M. Asplund, P. D. Bennett, N. Capitaine, J. Christensen-Dalsgaard, E. Depagne, W. M. Folkner, M. Haberreiter, S. Hekker, J. L. Hilton, V. Kostov, D. W. Kurtz, J. Laskar, B. D. Mason, E. F. Milone, M. M. Montgomery, M. T. Richards, J. Schou and S. G. Stewart. IAU 2015 Resolution B2 on Recommended Zero Points for the Absolute and Apparent Bolometric Magnitude Scales, arXiv:1510.06262 (2015).

Also see the full bibliography for further references cited in this documentation.