DavidT3 / XGA

X-ray: Generate and Analyse is a module designed to make the analysis of XMM observations simple and efficient. It provides an interface with SAS for the creation of XMM data products, as well as a way to easily perform fits (scalable for multiple observations) and retrieve information about an object, all within a Python package.
BSD 3-Clause "New" or "Revised" License
30 stars 3 forks source link

The 'baryon_fraction' method of the hydrostatic mass profile can't use radius uncertainty #1259

Open DavidT3 opened 2 hours ago

DavidT3 commented 2 hours ago

This is obviously a bad thing, but was an oversight on my part - the gas mass and mass calculations can both already account for radius uncertainty - just need to propagate that to here.

DavidT3 commented 2 hours ago

This also naturally extends to the baryon_fraction_profile method.