Skip to content

Commit ef86534

Browse files
committed
Trying to puzzle out issue #1412, or at least what happens when I try to recreate it. Possibly related to issue #1366 (though I never really pinned down what that was)
1 parent 530d2ce commit ef86534

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xga/xspec/run.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This code is a part of X-ray: Generate and Analyse (XGA), a module designed for the XMM Cluster Survey (XCS).
2-
# Last modified by David J Turner (turne540@msu.edu) 28/07/2025, 13:19. Copyright (c) The Contributors
2+
# Last modified by David J Turner (turne540@msu.edu) 07/08/2025, 16:40. Copyright (c) The Contributors
33

44
import os
55
import warnings
@@ -375,10 +375,12 @@ def callback(results_in):
375375

376376
if ann_fit:
377377
for tel in ann_results:
378+
print('WHAT IS TEL - {t}'.format(t=tel))
378379
# We fetch the annular spectra object that we just fitted, searching by using the set ID of
379380
# the last spectra that was opened in the loop
380381
ann_spec = s.get_annular_spectra(set_id=set_ident[tel])
381382
try:
383+
print(ann_results[tel])
382384
ann_spec.add_fit_data(model, ann_results[tel], ann_lums[tel],
383385
ann_obs_order[tel])
384386

0 commit comments

Comments
 (0)