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
31
stars
3
forks
source link
Finally time to actually add a thermal pressure profile class #1272
There is no reason we couldn't have done this before - just a bandwidth thing on my part.
Everything required to measure a pressure profile can already be measured, just needed to put it together - this is going to be extremely similar to the entropy profile class (simpler than the mass profile class because we don't need to care about gradients of the temperature and density profiles).
So will throw together a thermal pressure profile class.
There is no reason we couldn't have done this before - just a bandwidth thing on my part.
Everything required to measure a pressure profile can already be measured, just needed to put it together - this is going to be extremely similar to the entropy profile class (simpler than the mass profile class because we don't need to care about gradients of the temperature and density profiles).
So will throw together a thermal pressure profile class.