XGA
XGA copied to clipboard
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 wa...
Given that the offset calculation is between user defined coordinates and peak coordinates, I suspect euclidean is an adequate approximation, but this could potentially cause issues if we're right on...
Seems silly to have done it the way I did
Otherwise the TQDM bar gets split up and it looks bad
This seems to be happening because there was a previously successful fitting run (and thus output results file) which had the particular instrument associated with the particular ObsID. Then I...
OSError Traceback (most recent call last) /tmp/ipykernel_76178/2485024958.py in ----> 1 single_temp_apec(srcs, 'r500', one_rmf=False, min_counts=10) ~/.conda/envs/xga_env/lib/python3.7/site-packages/xga/xspec/run.py in wrapper(*args, **kwargs) 143 # run_type describes the type of XSPEC script being run, for...
Megan had the great thought that we should make $R_{\Delta}$ measurements for LoVoCCS with gas mass. A new feature can be added to the gas mass profile class which works...
Jess discovered this, while doing XMM + eROSITA analysis of the sample from Kostas paper. More details will follow.
If I add an inverted power law model to the model.misc section, then an 'invert relation' method to the ScalingRelation class, then any scaling relation object could very easily generate...