Skip to content

Commit 38bb421

Browse files
getting an annular spectra fit warning
1 parent b490fc2 commit 38bb421

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xga/xspec/run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,10 @@ def callback(results_in):
380380
# the last spectra that was opened in the loop
381381
ann_spec = s.get_annular_spectra(set_id=set_ident[tel], telescope=tel)
382382
try:
383+
print('pre_fit_data')
383384
ann_spec.add_fit_data(model, ann_results[tel], ann_lums[tel],
384385
ann_obs_order[tel])
386+
print('post_fit_data')
385387

386388
# The most likely reason for running XSPEC fits to a profile is to create a temp. profile
387389
# so we check whether constant*tbabs*apec (single_temp_apec function)has been run and if so

0 commit comments

Comments
 (0)