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
31 stars 3 forks source link

Finally time to actually add a thermal pressure profile class #1272

Closed DavidT3 closed 1 day ago

DavidT3 commented 5 days ago

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.

DavidT3 commented 5 days ago

That commit above was a typo, not a pressure model, a pressure profile class

DavidT3 commented 5 days ago

Will also need to solve #1276 for this to be fully closed - and add a couple of pressure models to fit.

DavidT3 commented 4 days ago

This might now be working?