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 b490fc2 commit 38bb421Copy full SHA for 38bb421
xga/xspec/run.py
@@ -380,8 +380,10 @@ def callback(results_in):
380
# the last spectra that was opened in the loop
381
ann_spec = s.get_annular_spectra(set_id=set_ident[tel], telescope=tel)
382
try:
383
+ print('pre_fit_data')
384
ann_spec.add_fit_data(model, ann_results[tel], ann_lums[tel],
385
ann_obs_order[tel])
386
+ print('post_fit_data')
387
388
# The most likely reason for running XSPEC fits to a profile is to create a temp. profile
389
# so we check whether constant*tbabs*apec (single_temp_apec function)has been run and if so
0 commit comments