diff --git a/src/idl/dustem_get_band_flux.pro b/src/idl/dustem_get_band_flux.pro index 2ff772f..6e074d3 100644 --- a/src/idl/dustem_get_band_flux.pro +++ b/src/idl/dustem_get_band_flux.pro @@ -238,7 +238,8 @@ FUNCTION DUSTEM_GET_BAND_FLUX, dpath, inst, xs=xs, ys=ys, smi=smi, unit=unit, VE for itp=0,ntype-1 do begin inu = 1d17 * yw(ixw,itp)/nu/1d9 ; MJy/sr y0 = INTERPOL(yw(ixw,itp),nu,wbd(k)) - cc = HFI_COLOR_CORRECTION( bp,bnm(k),bolo_cc, nu,inu ) +; cc = HFI_COLOR_CORRECTION( bp,bnm(k),bolo_cc, nu,inu ) + cc = HFI_COLOR_CORRECTION_DUSTEM( bp.name,bp.freq/1e9,bp.trans,bnm(k),bolo_cc, nu,inu ) smdat.(itx).ym(k,itp) = cc.cc * y0 ; SED (erg/cm2/s/sr) @ band center smdat.(itx).flx(k,itp) = 1d17*cc.cc*y0/wbd(k)/1d9 ; in MJy/sr smdat.(itx).cc(k,itp) = cc.cc -- libgit2 0.21.2