We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caceca3 commit a06cf35Copy full SHA for a06cf35
xga/tools/clusters/LT.py
@@ -244,6 +244,9 @@ def luminosity_temperature_pipeline(sample_data: pd.DataFrame, start_aperture: Q
244
245
# Check whether the specified core_excised value matches that of the scaling relation
246
if core_excised == rad_temp_rel.core_excised or core_excised == temp_lum_rel.core_excised:
247
+ print(core_excised)
248
+ print(rad_temp_rel.core_excised)
249
+ print(temp_lum_rel.core_excised)
250
print("Your choice of 'core_excised' matches the ScalingRelation.")
251
else:
252
raise TypeError("Mismatch: Your choice of 'core_excised' for iteration does not match the ScalingRelation.")
0 commit comments