flaresimulations / synthesizer

Synthesizer - a code for creating synthetic astrophysical observables
https://flaresimulations.github.io/synthesizer/
GNU General Public License v3.0
17 stars 9 forks source link

Add bolometric luminosity as property #742

Closed stephenmwilkins closed 1 month ago

stephenmwilkins commented 1 month ago

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

Checklist