File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -325,8 +325,6 @@ def callback(results_in):
325325 ann_lums [tel ] = {}
326326 if tel not in ann_obs_order .keys ():
327327 ann_obs_order [tel ] = {}
328- print ('tel' )
329- print (tel )
330328 set_ident [tel ] = spec .set_ident
331329 ann_results [tel ][spec .annulus_ident ] = global_results
332330 ann_lums [tel ][spec .annulus_ident ] = chosen_lums
@@ -373,10 +371,6 @@ def callback(results_in):
373371 for tel in ann_results :
374372 # We fetch the annular spectra object that we just fitted, searching by using the set ID of
375373 # the last spectra that was opened in the loop
376- print ('set_ident' )
377- print (set_ident )
378- print ('ann_results' )
379- print (ann_results )
380374 ann_spec = s .get_annular_spectra (set_id = set_ident [tel ])
381375 try :
382376 ann_spec .add_fit_data (model , ann_results [tel ], ann_lums [tel ],
You can’t perform that action at this time.
0 commit comments