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 46c84f2 commit 9613b10Copy full SHA for 9613b10
xga/xspec/run.py
@@ -289,6 +289,9 @@ def callback(results_in):
289
"_".join(radii[src_repr][tel].value.astype(str)) + second_part)
290
ann_specs = s.get_products("combined_annular_spectrum",
291
extra_key=ann_sp_key, telescope=tel)
292
+ print('ann_sp_key')
293
+ print(ann_sp_key)
294
+
295
if len(ann_specs) > 1:
296
raise MultipleMatchError("I have found multiple matches for that AnnularSpectra, "
297
"this is the developers fault, not yours.")
0 commit comments