David Turner
David Turner
The coord is required to be in pixels to work properly, but it isn't checking and giving a useful error message
So we go from half hour steps to four hour steps for instance - probably a function of how long each observation is. Example in this stupidly long figure: ...
Can't believe I never really noticed this before, but retrieving a surface brightness profile (or dens profile generated from surface brightness) is very unlikely to be successful, because the user-specified...
It is currently called the luminosity temperature pipeline, in the clusters.LT section of tools - but in papers I'm calling it the LTR, which makes sense because the radius is...
The two classes should behave the same way in this - also means adding a get_view method to AggregateProfile, which is no bad thing
Using the get_combined_profiles method of BaseSource - it just doesn't return things when I know they exist - but does return all available projected met. profiles when I don't pass...
# Just splitting out relevant values for this particular cluster so the object declaration isn't # super ugly. d = dec[ind] z = redshift[ind] # The replace is there because...
Also add documentation that explains how they work, possibly including the derivation - this should also use a toy model to demonstrate the drawbacks of the method when it collides...
Happens when way off the detector, sometimes the WCS conversion just returns NaNs - which when I then try to put them in a quantity, make it an integer, and...
single_temp_apec(srcs, Quantity(1000, 'kpc'), stacked_spectra=False, lum_en=lum_en, freeze_temp=False) KeyError Traceback (most recent call last) /tmp/ipykernel_165722/55123879.py in ----> 1 single_temp_apec(srcs, Quantity(1000, 'kpc'), stacked_spectra=False, lum_en=lum_en, freeze_temp=False) /mnt/pact/dt237/code/PycharmProjects/XGA/xga/xspec/run.py in wrapper(*args, **kwargs) 152 # run_type describes...