! Started logfile: J1120-1420_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:24:16 2016 obs J1120-1420_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1120-1420_S_2014_05_31_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.696296 visibilities/baseline/integration-bin. ! Found source: J1120-1420 ! ! 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.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 336 lines of history. ! ! Reading 9024 visibilities. select I ! Polarization I is unavailable. ! 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 ![@muppet J1120-1420_S_2014_05_31_pus] 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=0.799008Jy sigma=0.008011 ! Fit after self-cal, rms=0.777255Jy sigma=0.007815 ! 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=3.329 mas, bmaj=10.23 mas, bpa=18 degrees ! Estimated noise=968.041 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.173516 Jy ! Component: 100 - total flux cleaned = 0.212879 Jy ! Total flux subtracted in 100 components = 0.212879 Jy ! Clean residual min=-0.006709 max=0.014456 Jy/beam ! Clean residual mean=-0.000001 rms=0.001940 Jy/beam ! Combined flux in latest and established models = 0.212879 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.212879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089377Jy sigma=0.000830 ! Fit after self-cal, rms=0.089368Jy sigma=0.000830 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0154134 Jy ! Component: 100 - total flux cleaned = 0.0228439 Jy ! Total flux subtracted in 100 components = 0.0228439 Jy ! Clean residual min=-0.004667 max=0.005249 Jy/beam ! Clean residual mean=-0.000002 rms=0.001270 Jy/beam ! Combined flux in latest and established models = 0.235723 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.235723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086203Jy sigma=0.000802 ! Fit after self-cal, rms=0.086173Jy sigma=0.000802 ! 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=4.032 mas, bmaj=11.47 mas, bpa=15.48 degrees ! Estimated noise=756.742 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.00543323 Jy ! Component: 100 - total flux cleaned = 0.00812489 Jy ! Component: 150 - total flux cleaned = 0.00965899 Jy ! Component: 200 - total flux cleaned = 0.00995507 Jy ! Total flux subtracted in 200 components = 0.00995507 Jy ! Clean residual min=-0.003762 max=0.003736 Jy/beam ! Clean residual mean=-0.000009 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 0.245678 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 42 components and 0.245678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085721Jy sigma=0.000800 ! Fit after self-cal, rms=0.085720Jy sigma=0.000800 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.86 HN 1.00 KP 1.06 ! LA 1.22 MK 1.00* NL 0.96 OV 1.00 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.02 HN 1.03 KP 1.03 ! LA 1.15 MK 1.00* NL 1.05 OV 1.01 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.09 HN 1.02 KP 0.91 ! LA 0.91 MK 1.00* NL 0.99 OV 0.95 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.94 HN 0.99 KP 0.87 ! LA 0.88 MK 1.00* NL 1.03 OV 1.01 ! PT 1.01 SC 0.97 ! ! ! Fit before self-cal, rms=0.085720Jy sigma=0.000800 ! Fit after self-cal, rms=0.080677Jy sigma=0.000760 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.033 mas, bmaj=11.48 mas, bpa=15.45 degrees ! Estimated noise=754.479 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.000739862 Jy ! Component: 100 - total flux cleaned = -0.000875512 Jy ! Component: 150 - total flux cleaned = -0.000940486 Jy ! Component: 200 - total flux cleaned = -0.00101491 Jy ! Total flux subtracted in 200 components = -0.00101491 Jy ! Clean residual min=-0.002277 max=0.002290 Jy/beam ! Clean residual mean=0.000001 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.244663 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 50 components and 0.244663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080657Jy sigma=0.000760 ! Fit after self-cal, rms=0.080649Jy sigma=0.000760 ! 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.080649Jy sigma=0.000760 ! Fit after self-cal, rms=0.080729Jy sigma=0.000759 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.036 mas, bmaj=11.45 mas, bpa=15.49 degrees ! Estimated noise=754.477 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000318006 Jy ! Component: 100 - total flux cleaned = -0.000452757 Jy ! Component: 150 - total flux cleaned = -0.00050108 Jy ! Component: 200 - total flux cleaned = -0.000515642 Jy ! Total flux subtracted in 200 components = -0.000515642 Jy ! Clean residual min=-0.002241 max=0.002141 Jy/beam ! Clean residual mean=0.000000 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.244148 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 63 components and 0.244148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080721Jy sigma=0.000758 ! Fit after self-cal, rms=0.080730Jy sigma=0.000758 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 = -2.61269e-06 Jy ! Component: 100 - total flux cleaned = -1.49205e-05 Jy ! Component: 150 - total flux cleaned = -1.47841e-05 Jy ! Component: 200 - total flux cleaned = -4.61877e-05 Jy ! Total flux subtracted in 200 components = -4.61877e-05 Jy ! Clean residual min=-0.002247 max=0.002113 Jy/beam ! Clean residual mean=0.000000 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.244102 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 74 components and 0.244102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080726Jy sigma=0.000758 ! Fit after self-cal, rms=0.080726Jy sigma=0.000758 ! 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.080726Jy sigma=0.000758 ! Fit after self-cal, rms=0.080759Jy sigma=0.000758 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.038 mas, bmaj=11.45 mas, bpa=15.49 degrees ! Estimated noise=754.205 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000277073 Jy ! Component: 100 - total flux cleaned = -0.000346616 Jy ! Component: 150 - total flux cleaned = -0.00037124 Jy ! Component: 200 - total flux cleaned = -0.000371598 Jy ! Total flux subtracted in 200 components = -0.000371598 Jy ! Clean residual min=-0.002244 max=0.002091 Jy/beam ! Clean residual mean=0.000000 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.24373 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 76 components and 0.24373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080755Jy sigma=0.000758 ! Fit after self-cal, rms=0.080756Jy sigma=0.000758 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 = -1.07701e-05 Jy ! Component: 100 - total flux cleaned = -2.06098e-05 Jy ! Component: 150 - total flux cleaned = -3.86245e-05 Jy ! Component: 200 - total flux cleaned = -4.68476e-05 Jy ! Total flux subtracted in 200 components = -4.68476e-05 Jy ! Clean residual min=-0.002256 max=0.002078 Jy/beam ! Clean residual mean=0.000000 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.243683 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 81 components and 0.243683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080754Jy sigma=0.000758 ! Fit after self-cal, rms=0.080754Jy sigma=0.000758 ! 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.080754Jy sigma=0.000758 ! Fit after self-cal, rms=0.080773Jy sigma=0.000758 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.743 mas, bmaj=15.48 mas, bpa=5.588 degrees ! Estimated noise=849.772 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000263996 Jy ! Component: 100 - total flux cleaned = -0.00034136 Jy ! Component: 150 - total flux cleaned = -0.000390897 Jy ! Component: 200 - total flux cleaned = -0.000411178 Jy ! Total flux subtracted in 200 components = -0.000411178 Jy ! Clean residual min=-0.002094 max=0.002084 Jy/beam ! Clean residual mean=0.000000 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.243272 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 91 components and 0.243272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080775Jy sigma=0.000758 ! Fit after self-cal, rms=0.080775Jy sigma=0.000758 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 = -4.31206e-06 Jy ! Component: 100 - total flux cleaned = -2.3629e-05 Jy ! Component: 150 - total flux cleaned = -4.6078e-05 Jy ! Component: 200 - total flux cleaned = -6.10794e-05 Jy ! Total flux subtracted in 200 components = -6.10794e-05 Jy ! Clean residual min=-0.002100 max=0.002096 Jy/beam ! Clean residual mean=0.000000 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.243211 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 102 components and 0.243211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080776Jy sigma=0.000758 ! Fit after self-cal, rms=0.080776Jy sigma=0.000758 ! 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=4.039 mas, bmaj=11.45 mas, bpa=15.48 degrees ! Estimated noise=753.993 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.039 x 11.45 at 15.48 degrees (North through East) ! Clean map min=-0.0021476 max=0.22418 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=3.332 mas, bmaj=10.18 mas, bpa=17.95 degrees ! Estimated noise=962 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.172367 Jy ! Component: 100 - total flux cleaned = 0.21191 Jy ! Component: 150 - total flux cleaned = 0.22748 Jy ! Component: 200 - total flux cleaned = 0.23493 Jy ! Total flux subtracted in 200 components = 0.23493 Jy ! Clean residual min=-0.003438 max=0.003394 Jy/beam ! Clean residual mean=0.000001 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.23493 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.23493 Jy ! Inverting map and beam ! Estimated beam: bmin=4.039 mas, bmaj=11.45 mas, bpa=15.48 degrees ! Estimated noise=753.993 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00484856 Jy ! Component: 100 - total flux cleaned = 0.00696274 Jy ! Component: 150 - total flux cleaned = 0.00783945 Jy ! Component: 200 - total flux cleaned = 0.00810825 Jy ! Total flux subtracted in 200 components = 0.00810825 Jy ! Clean residual min=-0.002392 max=0.002072 Jy/beam ! Clean residual mean=-0.000000 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.243038 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 44 components and 0.243038 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.743 mas, bmaj=15.48 mas, bpa=5.588 degrees ! Estimated noise=849.772 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.11022e-05 Jy ! Component: 100 - total flux cleaned = 9.68677e-05 Jy ! Component: 150 - total flux cleaned = 0.000120362 Jy ! Component: 200 - total flux cleaned = 0.000158261 Jy ! Total flux subtracted in 200 components = 0.000158261 Jy ! Clean residual min=-0.002124 max=0.002041 Jy/beam ! Clean residual mean=-0.000000 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.243196 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 = -1.62494e-05 Jy ! Component: 100 - total flux cleaned = -3.10534e-05 Jy ! Component: 150 - total flux cleaned = -4.4934e-05 Jy ! Component: 200 - total flux cleaned = -5.76699e-05 Jy ! Total flux subtracted in 200 components = -5.76699e-05 Jy ! Clean residual min=-0.002132 max=0.002042 Jy/beam ! Clean residual mean=0.000000 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.243139 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 66 components and 0.243139 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.039 mas, bmaj=11.45 mas, bpa=15.48 degrees ! Estimated noise=753.993 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000147421 Jy ! Component: 100 - total flux cleaned = -8.22723e-05 Jy ! Component: 150 - total flux cleaned = -6.82515e-05 Jy ! Component: 200 - total flux cleaned = -4.30944e-05 Jy ! Total flux subtracted in 200 components = -4.30944e-05 Jy ! Clean residual min=-0.002238 max=0.002082 Jy/beam ! Clean residual mean=0.000000 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.243096 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 75 components and 0.243096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080778Jy sigma=0.000758 ! Fit after self-cal, rms=0.080777Jy sigma=0.000758 wmodel J1120-1420_S_2014_05_31_pus_map.mod ! Writing 75 model components to file: J1120-1420_S_2014_05_31_pus_map.mod wobs J1120-1420_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1120-1420_S_2014_05_31_pus_uvs.fits wwins J1120-1420_S_2014_05_31_pus_map.win ! wwins: Wrote 1 windows to J1120-1420_S_2014_05_31_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000662533 Jy ! Component: 100 - total flux cleaned = -0.000952669 Jy ! Component: 150 - total flux cleaned = -0.00111602 Jy ! Component: 200 - total flux cleaned = -0.00133151 Jy ! Component: 250 - total flux cleaned = -0.00144984 Jy ! Component: 300 - total flux cleaned = -0.00162062 Jy ! Component: 350 - total flux cleaned = -0.00175861 Jy ! Component: 400 - total flux cleaned = -0.00189238 Jy ! Component: 450 - total flux cleaned = -0.0019952 Jy ! Component: 500 - total flux cleaned = -0.00199491 Jy ! Component: 550 - total flux cleaned = -0.00214142 Jy ! Component: 600 - total flux cleaned = -0.00211696 Jy ! Component: 650 - total flux cleaned = -0.00218743 Jy ! Component: 700 - total flux cleaned = -0.00223326 Jy ! Component: 750 - total flux cleaned = -0.00218888 Jy ! Component: 800 - total flux cleaned = -0.00223319 Jy ! Component: 850 - total flux cleaned = -0.00225506 Jy ! Component: 900 - total flux cleaned = -0.00223465 Jy ! Component: 950 - total flux cleaned = -0.00229704 Jy ! Component: 1000 - total flux cleaned = -0.00233802 Jy ! Component: 1050 - total flux cleaned = -0.0024179 Jy ! Component: 1100 - total flux cleaned = -0.00245721 Jy ! Component: 1150 - total flux cleaned = -0.00241898 Jy ! Component: 1200 - total flux cleaned = -0.00247648 Jy ! Component: 1250 - total flux cleaned = -0.00245787 Jy ! Component: 1300 - total flux cleaned = -0.00236614 Jy ! Component: 1350 - total flux cleaned = -0.00238472 Jy ! Component: 1400 - total flux cleaned = -0.00240221 Jy ! Component: 1450 - total flux cleaned = -0.00234933 Jy ! Component: 1500 - total flux cleaned = -0.00233181 Jy ! Component: 1550 - total flux cleaned = -0.00229788 Jy ! Component: 1600 - total flux cleaned = -0.00233157 Jy ! Component: 1650 - total flux cleaned = -0.00231459 Jy ! Component: 1700 - total flux cleaned = -0.002331 Jy ! Component: 1750 - total flux cleaned = -0.00234717 Jy ! Component: 1800 - total flux cleaned = -0.0024112 Jy ! Component: 1850 - total flux cleaned = -0.00237954 Jy ! Component: 1900 - total flux cleaned = -0.00239506 Jy ! Component: 1950 - total flux cleaned = -0.00234875 Jy ! Component: 2000 - total flux cleaned = -0.00236407 Jy ! Component: 2050 - total flux cleaned = -0.00230357 Jy ! Component: 2100 - total flux cleaned = -0.0023332 Jy ! Component: 2150 - total flux cleaned = -0.00227409 Jy ! Component: 2200 - total flux cleaned = -0.00221566 Jy ! Component: 2250 - total flux cleaned = -0.00221565 Jy ! Component: 2300 - total flux cleaned = -0.00221546 Jy ! Component: 2350 - total flux cleaned = -0.00217278 Jy ! Component: 2400 - total flux cleaned = -0.00210294 Jy ! Component: 2450 - total flux cleaned = -0.00208907 Jy ! Component: 2500 - total flux cleaned = -0.0020753 Jy ! Component: 2550 - total flux cleaned = -0.00204802 Jy ! Component: 2600 - total flux cleaned = -0.00199433 Jy ! Component: 2650 - total flux cleaned = -0.00202086 Jy ! Component: 2700 - total flux cleaned = -0.00196814 Jy ! Component: 2750 - total flux cleaned = -0.0019681 Jy ! Component: 2800 - total flux cleaned = -0.00196798 Jy ! Component: 2850 - total flux cleaned = -0.00194211 Jy ! Component: 2900 - total flux cleaned = -0.00194216 Jy ! Component: 2950 - total flux cleaned = -0.00196732 Jy ! Component: 3000 - total flux cleaned = -0.00196715 Jy ! Component: 3050 - total flux cleaned = -0.00190525 Jy ! Component: 3100 - total flux cleaned = -0.00191758 Jy ! Component: 3150 - total flux cleaned = -0.00190537 Jy ! Component: 3200 - total flux cleaned = -0.00191751 Jy ! Component: 3250 - total flux cleaned = -0.00197723 Jy ! Component: 3300 - total flux cleaned = -0.00196534 Jy ! Component: 3350 - total flux cleaned = -0.00195362 Jy ! Component: 3400 - total flux cleaned = -0.00201198 Jy ! Component: 3450 - total flux cleaned = -0.00202343 Jy ! Component: 3500 - total flux cleaned = -0.00202338 Jy ! Component: 3550 - total flux cleaned = -0.00202344 Jy ! Component: 3600 - total flux cleaned = -0.00200091 Jy ! Component: 3650 - total flux cleaned = -0.00207955 Jy ! Component: 3700 - total flux cleaned = -0.00211292 Jy ! Component: 3750 - total flux cleaned = -0.00209069 Jy ! Component: 3800 - total flux cleaned = -0.00213464 Jy ! Component: 3850 - total flux cleaned = -0.00212364 Jy ! Component: 3900 - total flux cleaned = -0.00216696 Jy ! Component: 3950 - total flux cleaned = -0.00214537 Jy ! Component: 4000 - total flux cleaned = -0.00214544 Jy ! Component: 4050 - total flux cleaned = -0.00217734 Jy ! Total flux subtracted in 4096 components = -0.00215615 Jy ! Clean residual min=-0.000653 max=0.000553 Jy/beam ! Clean residual mean=-0.000000 rms=0.000201 Jy/beam ! Combined flux in latest and established models = 0.240939 Jy keep ! Adding 269 model components to the UV plane model. ! The established model now contains 344 components and 0.240939 Jy ![Exited script file: muppet] wmap "J1120-1420_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.039 x 11.45 at 15.48 degrees (North through East) ! Clean map min=-0.0014229 max=0.22423 Jy/beam ! Writing clean map to FITS file: J1120-1420_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.224226 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000199952 device "J1120-1420_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1120-1420_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.267522 0.267522 0.535045 1.07009 2.14018 4.28036 8.56072 17.1214 34.2429 68.4857 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.224 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.039 x 11.45 at 15.48 degrees (North through East) ! Clean map min=-0.0014229 max=0.22423 Jy/beam quit ! Quitting program ! Log file J1120-1420_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:24:21 2016