! Started logfile: /scr/pima/bg219h_uvs/J1352-2745_S_dfm.log on Thu May 19 22:27:53 2016 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /scr/pima/bg219h_uvs/J1352-2745_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J1352-2745_S_uva.fits ! AN table 1: 62 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.864875 visibilities/baseline/integration-bin. ! Found source: J1352-2745 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 9652 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/opt64/bin/pima_mupet_01.dfm J1352-2745_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 116 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.014705Jy sigma=19.107516 ! Fit after self-cal, rms=0.823432Jy sigma=15.587427 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.43 mas, bmaj=6.163 mas, bpa=-3.979 degrees ! Estimated noise=0.661956 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.142442 Jy ! Component: 100 - total flux cleaned = 0.173562 Jy ! Total flux subtracted in 100 components = 0.173562 Jy ! Clean residual min=-0.009975 max=0.019030 Jy/beam ! Clean residual mean=-0.000074 rms=0.002804 Jy/beam ! Combined flux in latest and established models = 0.173562 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.173562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094862Jy sigma=1.619505 ! Fit after self-cal, rms=0.094832Jy sigma=1.619138 ! Inverting map ! Added new window around map position (-6.5, -2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0159858 Jy ! Component: 100 - total flux cleaned = 0.0238233 Jy ! Total flux subtracted in 100 components = 0.0238233 Jy ! Clean residual min=-0.008432 max=0.015236 Jy/beam ! Clean residual mean=-0.000043 rms=0.002370 Jy/beam ! Combined flux in latest and established models = 0.197385 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 13 components and 0.197385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091820Jy sigma=1.555689 ! Fit after self-cal, rms=0.091447Jy sigma=1.549373 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.966 mas, bmaj=7.333 mas, bpa=-4.45 degrees ! Estimated noise=0.443445 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (6.5, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0137154 Jy ! Component: 100 - total flux cleaned = 0.0190586 Jy ! Component: 150 - total flux cleaned = 0.0218489 Jy ! Component: 200 - total flux cleaned = 0.024083 Jy ! Total flux subtracted in 200 components = 0.024083 Jy ! Clean residual min=-0.009098 max=0.008718 Jy/beam ! Clean residual mean=-0.000010 rms=0.002136 Jy/beam ! Combined flux in latest and established models = 0.221468 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 32 components and 0.221468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088967Jy sigma=1.498070 ! Fit after self-cal, rms=0.088888Jy sigma=1.495000 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.966 x 7.333 at -4.45 degrees (North through East) ! Clean map min=-0.0084061 max=0.17323 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00* HN 1.15 KP 0.99 ! LA 0.92 MK 1.03 NL 1.01 OV 0.94 ! PT 0.95 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.088888Jy sigma=1.495000 ! Fit after self-cal, rms=0.089296Jy sigma=1.490366 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.98 mas, bmaj=7.354 mas, bpa=-4.406 degrees ! Estimated noise=0.442529 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108039 Jy ! Component: 100 - total flux cleaned = 0.000929478 Jy ! Component: 150 - total flux cleaned = 0.00115373 Jy ! Component: 200 - total flux cleaned = 0.000947722 Jy ! Total flux subtracted in 200 components = 0.000947722 Jy ! Clean residual min=-0.008518 max=0.006898 Jy/beam ! Clean residual mean=0.000000 rms=0.001968 Jy/beam ! Combined flux in latest and established models = 0.222416 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 51 components and 0.222416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088874Jy sigma=1.480933 ! Fit after self-cal, rms=0.088884Jy sigma=1.480190 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088884Jy sigma=1.480190 ! Fit after self-cal, rms=0.087281Jy sigma=1.498987 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.987 mas, bmaj=7.36 mas, bpa=-4.052 degrees ! Estimated noise=0.434581 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00223348 Jy ! Component: 100 - total flux cleaned = -0.0024541 Jy ! Component: 150 - total flux cleaned = -0.00264814 Jy ! Component: 200 - total flux cleaned = -0.00281873 Jy ! Total flux subtracted in 200 components = -0.00281873 Jy ! Clean residual min=-0.008616 max=0.006708 Jy/beam ! Clean residual mean=0.000005 rms=0.001957 Jy/beam ! Combined flux in latest and established models = 0.219597 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 65 components and 0.219597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086986Jy sigma=1.490049 ! Fit after self-cal, rms=0.087035Jy sigma=1.489639 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.07304e-05 Jy ! Component: 100 - total flux cleaned = -0.00018761 Jy ! Component: 150 - total flux cleaned = -0.000334682 Jy ! Component: 200 - total flux cleaned = -0.000473648 Jy ! Total flux subtracted in 200 components = -0.000473648 Jy ! Clean residual min=-0.008425 max=0.006521 Jy/beam ! Clean residual mean=0.000005 rms=0.001935 Jy/beam ! Combined flux in latest and established models = 0.219123 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 76 components and 0.219123 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086876Jy sigma=1.487082 ! Fit after self-cal, rms=0.086889Jy sigma=1.486953 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086889Jy sigma=1.486953 ! Fit after self-cal, rms=0.086684Jy sigma=1.486545 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.99 mas, bmaj=7.374 mas, bpa=-3.936 degrees ! Estimated noise=0.432885 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00132031 Jy ! Component: 100 - total flux cleaned = -0.00146054 Jy ! Component: 150 - total flux cleaned = -0.00165467 Jy ! Component: 200 - total flux cleaned = -0.00177564 Jy ! Total flux subtracted in 200 components = -0.00177564 Jy ! Clean residual min=-0.008332 max=0.006236 Jy/beam ! Clean residual mean=0.000002 rms=0.001896 Jy/beam ! Combined flux in latest and established models = 0.217348 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 86 components and 0.217348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086546Jy sigma=1.484190 ! Fit after self-cal, rms=0.086560Jy sigma=1.484119 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000113648 Jy ! Component: 100 - total flux cleaned = -0.00017166 Jy ! Component: 150 - total flux cleaned = -0.000229144 Jy ! Component: 200 - total flux cleaned = -0.000283107 Jy ! Total flux subtracted in 200 components = -0.000283107 Jy ! Clean residual min=-0.008267 max=0.006190 Jy/beam ! Clean residual mean=0.000002 rms=0.001885 Jy/beam ! Combined flux in latest and established models = 0.217065 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 94 components and 0.217065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086470Jy sigma=1.482829 ! Fit after self-cal, rms=0.086480Jy sigma=1.482789 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086480Jy sigma=1.482789 ! Fit after self-cal, rms=0.086413Jy sigma=1.482627 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.144 mas, bmaj=17.24 mas, bpa=1.806 degrees ! Estimated noise=0.557332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000631659 Jy ! Component: 100 - total flux cleaned = -0.00050811 Jy ! Component: 150 - total flux cleaned = -0.000451207 Jy ! Component: 200 - total flux cleaned = -0.000349191 Jy ! Total flux subtracted in 200 components = -0.000349191 Jy ! Clean residual min=-0.011994 max=0.009781 Jy/beam ! Clean residual mean=0.000011 rms=0.002973 Jy/beam ! Combined flux in latest and established models = 0.216715 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 97 components and 0.216715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086437Jy sigma=1.481354 ! Fit after self-cal, rms=0.086422Jy sigma=1.481188 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.35446e-05 Jy ! Component: 100 - total flux cleaned = 0.000143307 Jy ! Component: 150 - total flux cleaned = 0.000102334 Jy ! Component: 200 - total flux cleaned = 0.000102787 Jy ! Total flux subtracted in 200 components = 0.000102787 Jy ! Clean residual min=-0.012136 max=0.009575 Jy/beam ! Clean residual mean=0.000012 rms=0.002960 Jy/beam ! Combined flux in latest and established models = 0.216818 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 103 components and 0.216818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086425Jy sigma=1.481091 ! Fit after self-cal, rms=0.086425Jy sigma=1.481028 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=2.991 mas, bmaj=7.383 mas, bpa=-3.843 degrees ! Estimated noise=0.432129 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.991 x 7.383 at -3.843 degrees (North through East) ! Clean map min=-0.010953 max=0.17059 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.446 mas, bmaj=6.197 mas, bpa=-3.373 degrees ! Estimated noise=0.649155 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.139524 Jy ! Component: 100 - total flux cleaned = 0.173589 Jy ! Component: 150 - total flux cleaned = 0.190886 Jy ! Component: 200 - total flux cleaned = 0.202178 Jy ! Total flux subtracted in 200 components = 0.202178 Jy ! Clean residual min=-0.007747 max=0.010100 Jy/beam ! Clean residual mean=-0.000029 rms=0.002095 Jy/beam ! Combined flux in latest and established models = 0.202178 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.202178 Jy ! Inverting map and beam ! Estimated beam: bmin=2.991 mas, bmaj=7.383 mas, bpa=-3.843 degrees ! Estimated noise=0.432129 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-19.5, 50). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00581069 Jy ! Component: 100 - total flux cleaned = 0.0073031 Jy ! Component: 150 - total flux cleaned = 0.00883105 Jy ! Component: 200 - total flux cleaned = 0.0103325 Jy ! Total flux subtracted in 200 components = 0.0103325 Jy ! Clean residual min=-0.006830 max=0.007592 Jy/beam ! Clean residual mean=-0.000001 rms=0.001790 Jy/beam ! Combined flux in latest and established models = 0.21251 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 39 components and 0.21251 Jy ! Inverting map ! Added new window around map position (48, -88.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00574715 Jy ! Component: 100 - total flux cleaned = 0.00746129 Jy ! Component: 150 - total flux cleaned = 0.0088139 Jy ! Component: 200 - total flux cleaned = 0.00976239 Jy ! Total flux subtracted in 200 components = 0.00976239 Jy ! Clean residual min=-0.006811 max=0.005314 Jy/beam ! Clean residual mean=0.000019 rms=0.001612 Jy/beam ! Combined flux in latest and established models = 0.222273 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 65 components and 0.222273 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.144 mas, bmaj=17.24 mas, bpa=1.806 degrees ! Estimated noise=0.557332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00017475 Jy ! Component: 100 - total flux cleaned = 0.000269129 Jy ! Component: 150 - total flux cleaned = 0.000274219 Jy ! Component: 200 - total flux cleaned = 0.00016256 Jy ! Total flux subtracted in 200 components = 0.00016256 Jy ! Clean residual min=-0.009946 max=0.006704 Jy/beam ! Clean residual mean=0.000053 rms=0.002289 Jy/beam ! Combined flux in latest and established models = 0.222435 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000101223 Jy ! Component: 100 - total flux cleaned = -0.000196261 Jy ! Component: 150 - total flux cleaned = -0.000288611 Jy ! Component: 200 - total flux cleaned = -0.00037939 Jy ! Total flux subtracted in 200 components = -0.00037939 Jy ! Clean residual min=-0.009754 max=0.006522 Jy/beam ! Clean residual mean=0.000057 rms=0.002215 Jy/beam ! Combined flux in latest and established models = 0.222056 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 110 components and 0.222056 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.991 mas, bmaj=7.383 mas, bpa=-3.843 degrees ! Estimated noise=0.432129 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.92413e-05 Jy ! Component: 100 - total flux cleaned = 0.000632481 Jy ! Component: 150 - total flux cleaned = 0.00100061 Jy ! Component: 200 - total flux cleaned = 0.00117102 Jy ! Total flux subtracted in 200 components = 0.00117102 Jy ! Clean residual min=-0.006327 max=0.004865 Jy/beam ! Clean residual mean=0.000025 rms=0.001485 Jy/beam ! Combined flux in latest and established models = 0.223227 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 132 components and 0.223227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085500Jy sigma=1.441432 ! Fit after self-cal, rms=0.085217Jy sigma=1.438370 wmodel /J1352-2745_S_map.mod ! wmodel: Unable to open new model file: /J1352-2745_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219h_uvs/J1352-2745_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.991 x 7.383 at -3.843 degrees (North through East) ! Clean map min=-0.010157 max=0.16525 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J1352-2745_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.165248 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0014652 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.66001 2.66001 5.32003 10.6401 21.2801 42.5602 85.1204 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0043 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.165 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 112.781 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J1352-2745_S_dfm.log closed on Thu May 19 22:27:56 2016