Commit 53d292dd063c65de4fdc8532a273aee0a27ee20f

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

improved

LabTools/IRAP/JPB/phangs_brute_force_fit_with_isrf_grid.pro
... ... @@ -151,8 +151,8 @@ FOR isrf_class=class_min,class_max DO BEGIN
151 151 ENDIF
152 152 ;=== Get the G0 value for that vid
153 153 vid=ind_class[vvid]
154   - IF vid EQ 12640 THEN BEGIN
155   - message,'stopped at vid =12640',/continue
  154 + IF vid EQ 12642 THEN BEGIN
  155 + message,'stopped at vid =12642',/continue
156 156 stop
157 157 ENDIF
158 158 G0=interpol(ISRFs[*,vid],isrf_wavelengths,1.0)/Mathis_1mic
... ...