Adds bolometric_luminosity as a property method deprecating measure_bolometric_luminosity. This is less efficient since the quantity will always be calculated but, as we've seen, this is safer.
I'm somewhat ambivalent about whether measure_bolometric_luminosity should be deprecated since it allows the bolometric luminosity to be calculated using different methods. However, we're probably never going to use anything other than trapezoid?!
TODO: find all other instances of measure_bolometric_luminosity and replace.
Issue Type
[x] Enhancement
Checklist
[x] I have read the [CONTRIBUTING.md]() -->
[x] I have added docstrings to all methods
[x] I have added sufficient comments to all lines
[x] I have made corresponding changes to the documentation
[x] My changes generate no pep8 errors
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
Adds
bolometric_luminosity
as a property method deprecatingmeasure_bolometric_luminosity
. This is less efficient since the quantity will always be calculated but, as we've seen, this is safer.I'm somewhat ambivalent about whether
measure_bolometric_luminosity
should be deprecated since it allows the bolometric luminosity to be calculated using different methods. However, we're probably never going to use anything other than trapezoid?!TODO: find all other instances of
measure_bolometric_luminosity
and replace.Issue Type
Checklist