Commit bbfe236446f6c7cffd6c6b9cf53b8a53701be0e2

Authored by Jean-Philippe Bernard
1 parent 38408656
Exists in master

fixed a bug

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
LabTools/IRAP/JPB/phangs_smooth_muse_isrf.pro
... ... @@ -71,8 +71,10 @@ final_reso=dustem_filter2reso(use_reso_filter)
71 71 ;=== That's a test
72 72 IF keyword_set(test) THEN BEGIN
73 73 ISRFs=degrade_res(ISRF_cube[*,*,0:2],href,data_reso,final_reso,hout)
  74 + test_str='Test'
74 75 ENDIF ELSE BEGIN
75 76 ISRFs=degrade_res(ISRF_cube,href,data_reso,final_reso,hout)
  77 + test_str=''
76 78 ENDELSE
77 79 header=hout
78 80 ;stop
... ...