Skip to content

Commit e6f43a0

Browse files
committed
Removed a test scaling relation (#1413)
Signed-off-by: rz-wang <rzwang@umich.edu>
1 parent 0f21cfe commit e6f43a0

File tree

1 file changed

+0
-6
lines changed
  • xga/relations/clusters

1 file changed

+0
-6
lines changed

xga/relations/clusters/RT.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@
3030
relation_year='2006', relation_doi='10.1086/500288', dim_hubb_ind=1, core_excised=True,
3131
core_radius_fraction = 0.15, outer_aperture='R2500')
3232

33-
vikhlinin_r2500_test = ScalingRelation(np.array([1.64/3, 351]), np.array([0.06/3, 5]), power_law, Quantity(5, 'keV'),
34-
Quantity(1, 'kpc'), r"T$_{\rm{x}}$", "E(z)R$_{2500}$", x_lims=Quantity([1, 12], 'keV'),
35-
relation_name=r'R$_{2500}$-Temperature', relation_author='Vikhlinin et al.',
36-
relation_year='2006', relation_doi='10.1086/500288', dim_hubb_ind=1, core_excised=True,
37-
core_radius_fraction = 0.15, outer_aperture='r199')
38-
3933
# These are equivelant relations specifically measured from the hot clusters (T > 3.5keV) in their sample
4034
arnaud_r200_hot = ScalingRelation(np.array([0.5, 1714]), np.array([0.05, 30]), power_law, Quantity(5, 'keV'),
4135
Quantity(1, 'kpc'), r"T$_{\rm{x}}$", "E(z)R$_{200}$", x_lims=Quantity([1, 12], 'keV'),

0 commit comments

Comments
 (0)