! Started logfile: J1243+7442_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:27:04 2016 obs J1243+7442_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1243+7442_S_2014_05_31_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.881023 visibilities/baseline/integration-bin. ! Found source: J1243+7442 ! ! 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 17920 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 J1243+7442_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 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.909671Jy sigma=0.010866 ! Fit after self-cal, rms=0.836958Jy sigma=0.009979 ! 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.987 mas, bmaj=3.844 mas, bpa=-14.98 degrees ! Estimated noise=821.891 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.124583 Jy ! Component: 100 - total flux cleaned = 0.157857 Jy ! Total flux subtracted in 100 components = 0.157857 Jy ! Clean residual min=-0.004706 max=0.012409 Jy/beam ! Clean residual mean=0.000011 rms=0.001270 Jy/beam ! Combined flux in latest and established models = 0.157857 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.157857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073833Jy sigma=0.000838 ! Fit after self-cal, rms=0.073811Jy sigma=0.000838 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0118328 Jy ! Component: 100 - total flux cleaned = 0.016567 Jy ! Total flux subtracted in 100 components = 0.016567 Jy ! Clean residual min=-0.003713 max=0.003655 Jy/beam ! Clean residual mean=0.000004 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.174424 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 17 components and 0.174424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071551Jy sigma=0.000814 ! Fit after self-cal, rms=0.071547Jy sigma=0.000814 ! 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=3.889 mas, bmaj=4.744 mas, bpa=-13.76 degrees ! Estimated noise=449.209 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.00343448 Jy ! Component: 100 - total flux cleaned = 0.00496897 Jy ! Component: 150 - total flux cleaned = 0.00562667 Jy ! Component: 200 - total flux cleaned = 0.00571138 Jy ! Total flux subtracted in 200 components = 0.00571138 Jy ! Clean residual min=-0.002686 max=0.002653 Jy/beam ! Clean residual mean=0.000005 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.180135 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 32 components and 0.180135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071337Jy sigma=0.000813 ! Fit after self-cal, rms=0.071336Jy sigma=0.000813 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.84 HN 1.00 KP 1.05 ! LA 1.18 MK 0.99 NL 0.99 OV 0.95 ! PT 1.04 SC 0.94 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.05 KP 1.02 ! LA 1.13 MK 1.00 NL 1.02 OV 0.98 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.14 HN 1.04 KP 0.90 ! LA 0.92 MK 1.02 NL 0.99 OV 0.93 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.01 HN 1.02 KP 0.88 ! LA 0.88 MK 1.03 NL 1.08 OV 1.01 ! PT 1.03 SC 0.96 ! ! ! Fit before self-cal, rms=0.071336Jy sigma=0.000813 ! Fit after self-cal, rms=0.068669Jy sigma=0.000790 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.89 mas, bmaj=4.776 mas, bpa=-13.69 degrees ! Estimated noise=450.264 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.000327611 Jy ! Component: 100 - total flux cleaned = -0.000328114 Jy ! Component: 150 - total flux cleaned = -0.000316166 Jy ! Component: 200 - total flux cleaned = -0.000316031 Jy ! Total flux subtracted in 200 components = -0.000316031 Jy ! Clean residual min=-0.001720 max=0.001558 Jy/beam ! Clean residual mean=0.000006 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.179819 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 37 components and 0.179819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068663Jy sigma=0.000790 ! Fit after self-cal, rms=0.068654Jy sigma=0.000790 ! 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.068654Jy sigma=0.000790 ! Fit after self-cal, rms=0.068735Jy sigma=0.000789 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.894 mas, bmaj=4.768 mas, bpa=-13.98 degrees ! Estimated noise=450.653 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.6206e-05 Jy ! Component: 100 - total flux cleaned = 9.22431e-05 Jy ! Component: 150 - total flux cleaned = 0.000115272 Jy ! Component: 200 - total flux cleaned = 0.000126065 Jy ! Total flux subtracted in 200 components = 0.000126065 Jy ! Clean residual min=-0.001306 max=0.001386 Jy/beam ! Clean residual mean=0.000004 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.179945 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 38 components and 0.179945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068728Jy sigma=0.000789 ! Fit after self-cal, rms=0.068731Jy sigma=0.000789 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 = -7.98563e-07 Jy ! Component: 100 - total flux cleaned = -8.81071e-07 Jy ! Component: 150 - total flux cleaned = -7.64565e-07 Jy ! Component: 200 - total flux cleaned = -2.91672e-07 Jy ! Total flux subtracted in 200 components = -2.91672e-07 Jy ! Clean residual min=-0.001309 max=0.001381 Jy/beam ! Clean residual mean=0.000004 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.179945 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.179945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068729Jy sigma=0.000789 ! Fit after self-cal, rms=0.068729Jy sigma=0.000789 ! 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.068729Jy sigma=0.000789 ! Fit after self-cal, rms=0.068790Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.893 mas, bmaj=4.77 mas, bpa=-14.1 degrees ! Estimated noise=450.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.71109e-05 Jy ! Component: 100 - total flux cleaned = 5.61924e-05 Jy ! Component: 150 - total flux cleaned = 6.52544e-05 Jy ! Component: 200 - total flux cleaned = 6.5372e-05 Jy ! Total flux subtracted in 200 components = 6.5372e-05 Jy ! Clean residual min=-0.001298 max=0.001384 Jy/beam ! Clean residual mean=0.000004 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.18001 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 41 components and 0.18001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068788Jy sigma=0.000789 ! Fit after self-cal, rms=0.068788Jy sigma=0.000789 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.24386e-05 Jy ! Component: 100 - total flux cleaned = 1.23053e-05 Jy ! Component: 150 - total flux cleaned = 1.22714e-05 Jy ! Component: 200 - total flux cleaned = 5.48428e-06 Jy ! Total flux subtracted in 200 components = 5.48428e-06 Jy ! Clean residual min=-0.001298 max=0.001384 Jy/beam ! Clean residual mean=0.000004 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.180016 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.180016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068786Jy sigma=0.000789 ! Fit after self-cal, rms=0.068787Jy sigma=0.000789 ! 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.068787Jy sigma=0.000789 ! Fit after self-cal, rms=0.068822Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.781 mas, bmaj=9.509 mas, bpa=5.812 degrees ! Estimated noise=563.472 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000369395 Jy ! Component: 100 - total flux cleaned = 0.00036889 Jy ! Component: 150 - total flux cleaned = 0.000368723 Jy ! Component: 200 - total flux cleaned = 0.000363509 Jy ! Total flux subtracted in 200 components = 0.000363509 Jy ! Clean residual min=-0.001284 max=0.001570 Jy/beam ! Clean residual mean=0.000007 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.180379 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 50 components and 0.180379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068823Jy sigma=0.000789 ! Fit after self-cal, rms=0.068822Jy sigma=0.000789 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 = 3.24576e-05 Jy ! Component: 100 - total flux cleaned = 3.26314e-05 Jy ! Component: 150 - total flux cleaned = 3.20708e-05 Jy ! Component: 200 - total flux cleaned = 3.13687e-05 Jy ! Total flux subtracted in 200 components = 3.13687e-05 Jy ! Clean residual min=-0.001285 max=0.001570 Jy/beam ! Clean residual mean=0.000007 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.18041 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 53 components and 0.18041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068823Jy sigma=0.000789 ! Fit after self-cal, rms=0.068822Jy sigma=0.000789 ! 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=3.892 mas, bmaj=4.769 mas, bpa=-14.17 degrees ! Estimated noise=451.152 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.892 x 4.769 at -14.17 degrees (North through East) ! Clean map min=-0.0012473 max=0.16334 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.984 mas, bmaj=3.862 mas, bpa=-15.09 degrees ! Estimated noise=829.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.125478 Jy ! Component: 100 - total flux cleaned = 0.158904 Jy ! Component: 150 - total flux cleaned = 0.170611 Jy ! Component: 200 - total flux cleaned = 0.175257 Jy ! Total flux subtracted in 200 components = 0.175257 Jy ! Clean residual min=-0.003454 max=0.002847 Jy/beam ! Clean residual mean=-0.000003 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.175257 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.175257 Jy ! Inverting map and beam ! Estimated beam: bmin=3.892 mas, bmaj=4.769 mas, bpa=-14.17 degrees ! Estimated noise=451.152 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.00303292 Jy ! Component: 100 - total flux cleaned = 0.00440054 Jy ! Component: 150 - total flux cleaned = 0.00463331 Jy ! Component: 200 - total flux cleaned = 0.0047656 Jy ! Total flux subtracted in 200 components = 0.0047656 Jy ! Clean residual min=-0.001362 max=0.001494 Jy/beam ! Clean residual mean=0.000004 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.180023 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 29 components and 0.180023 Jy ! Inverting map ! Added new window around map position (1, 9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00132229 Jy ! Component: 100 - total flux cleaned = 0.0014795 Jy ! Component: 150 - total flux cleaned = 0.00147831 Jy ! Component: 200 - total flux cleaned = 0.00147805 Jy ! Total flux subtracted in 200 components = 0.00147805 Jy ! Clean residual min=-0.001272 max=0.001303 Jy/beam ! Clean residual mean=0.000002 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.181501 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 46 components and 0.181501 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=8.781 mas, bmaj=9.509 mas, bpa=5.812 degrees ! Estimated noise=563.472 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000140236 Jy ! Component: 100 - total flux cleaned = 0.000205831 Jy ! Component: 150 - total flux cleaned = 0.000236197 Jy ! Component: 200 - total flux cleaned = 0.00024283 Jy ! Total flux subtracted in 200 components = 0.00024283 Jy ! Clean residual min=-0.001376 max=0.001586 Jy/beam ! Clean residual mean=0.000004 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.181743 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.26322e-05 Jy ! Component: 100 - total flux cleaned = 1.25667e-05 Jy ! Component: 150 - total flux cleaned = 6.88808e-06 Jy ! Component: 200 - total flux cleaned = 1.43944e-06 Jy ! Total flux subtracted in 200 components = 1.43944e-06 Jy ! Clean residual min=-0.001370 max=0.001578 Jy/beam ! Clean residual mean=0.000004 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.181745 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 76 components and 0.181745 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.892 mas, bmaj=4.769 mas, bpa=-14.17 degrees ! Estimated noise=451.152 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000150405 Jy ! Component: 100 - total flux cleaned = -0.000114772 Jy ! Component: 150 - total flux cleaned = -9.86337e-05 Jy ! Component: 200 - total flux cleaned = -8.34308e-05 Jy ! Total flux subtracted in 200 components = -8.34308e-05 Jy ! Clean residual min=-0.001292 max=0.001347 Jy/beam ! Clean residual mean=0.000002 rms=0.000318 Jy/beam ! Combined flux in latest and established models = 0.181661 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 84 components and 0.181661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068799Jy sigma=0.000789 ! Fit after self-cal, rms=0.068797Jy sigma=0.000789 wmodel J1243+7442_S_2014_05_31_pus_map.mod ! Writing 84 model components to file: J1243+7442_S_2014_05_31_pus_map.mod wobs J1243+7442_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1243+7442_S_2014_05_31_pus_uvs.fits wwins J1243+7442_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J1243+7442_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.000392826 Jy ! Component: 100 - total flux cleaned = 0.000437671 Jy ! Component: 150 - total flux cleaned = 0.000372912 Jy ! Component: 200 - total flux cleaned = 0.000249584 Jy ! Component: 250 - total flux cleaned = 0.000110151 Jy ! Component: 300 - total flux cleaned = -2.55997e-05 Jy ! Component: 350 - total flux cleaned = -0.000157296 Jy ! Component: 400 - total flux cleaned = -0.000249101 Jy ! Component: 450 - total flux cleaned = -0.000374861 Jy ! Component: 500 - total flux cleaned = -0.000462463 Jy ! Component: 550 - total flux cleaned = -0.000496682 Jy ! Component: 600 - total flux cleaned = -0.000564361 Jy ! Component: 650 - total flux cleaned = -0.000630587 Jy ! Component: 700 - total flux cleaned = -0.000695658 Jy ! Component: 750 - total flux cleaned = -0.000727225 Jy ! Component: 800 - total flux cleaned = -0.000680042 Jy ! Component: 850 - total flux cleaned = -0.000665088 Jy ! Component: 900 - total flux cleaned = -0.00075691 Jy ! Component: 950 - total flux cleaned = -0.000741638 Jy ! Component: 1000 - total flux cleaned = -0.00075659 Jy ! Component: 1050 - total flux cleaned = -0.000771548 Jy ! Component: 1100 - total flux cleaned = -0.000829304 Jy ! Component: 1150 - total flux cleaned = -0.000829207 Jy ! Component: 1200 - total flux cleaned = -0.000871339 Jy ! Component: 1250 - total flux cleaned = -0.000843234 Jy ! Component: 1300 - total flux cleaned = -0.000911877 Jy ! Component: 1350 - total flux cleaned = -0.000939006 Jy ! Component: 1400 - total flux cleaned = -0.000965953 Jy ! Component: 1450 - total flux cleaned = -0.00105913 Jy ! Component: 1500 - total flux cleaned = -0.0010725 Jy ! Component: 1550 - total flux cleaned = -0.00111172 Jy ! Component: 1600 - total flux cleaned = -0.00111181 Jy ! Component: 1650 - total flux cleaned = -0.00117568 Jy ! Component: 1700 - total flux cleaned = -0.00123854 Jy ! Component: 1750 - total flux cleaned = -0.001251 Jy ! Component: 1800 - total flux cleaned = -0.00122624 Jy ! Component: 1850 - total flux cleaned = -0.00128771 Jy ! Component: 1900 - total flux cleaned = -0.00134826 Jy ! Component: 1950 - total flux cleaned = -0.00128818 Jy ! Component: 2000 - total flux cleaned = -0.00130005 Jy ! Component: 2050 - total flux cleaned = -0.00128824 Jy ! Component: 2100 - total flux cleaned = -0.00128819 Jy ! Component: 2150 - total flux cleaned = -0.00129996 Jy ! Component: 2200 - total flux cleaned = -0.00125403 Jy ! Component: 2250 - total flux cleaned = -0.00126539 Jy ! Component: 2300 - total flux cleaned = -0.00128801 Jy ! Component: 2350 - total flux cleaned = -0.00123194 Jy ! Component: 2400 - total flux cleaned = -0.00124302 Jy ! Component: 2450 - total flux cleaned = -0.00118771 Jy ! Component: 2500 - total flux cleaned = -0.00119848 Jy ! Component: 2550 - total flux cleaned = -0.00112236 Jy ! Component: 2600 - total flux cleaned = -0.0011116 Jy ! Component: 2650 - total flux cleaned = -0.00105803 Jy ! Component: 2700 - total flux cleaned = -0.00107921 Jy ! Component: 2750 - total flux cleaned = -0.00104745 Jy ! Component: 2800 - total flux cleaned = -0.000995047 Jy ! Component: 2850 - total flux cleaned = -0.00095334 Jy ! Component: 2900 - total flux cleaned = -0.000911948 Jy ! Component: 2950 - total flux cleaned = -0.000881165 Jy ! Component: 3000 - total flux cleaned = -0.000921905 Jy ! Component: 3050 - total flux cleaned = -0.000871055 Jy ! Component: 3100 - total flux cleaned = -0.000850963 Jy ! Component: 3150 - total flux cleaned = -0.0007908 Jy ! Component: 3200 - total flux cleaned = -0.000810759 Jy ! Component: 3250 - total flux cleaned = -0.000771229 Jy ! Component: 3300 - total flux cleaned = -0.000731979 Jy ! Component: 3350 - total flux cleaned = -0.000683125 Jy ! Component: 3400 - total flux cleaned = -0.000683134 Jy ! Component: 3450 - total flux cleaned = -0.000721608 Jy ! Component: 3500 - total flux cleaned = -0.000664078 Jy ! Component: 3550 - total flux cleaned = -0.000644914 Jy ! Component: 3600 - total flux cleaned = -0.000654464 Jy ! Component: 3650 - total flux cleaned = -0.000616884 Jy ! Component: 3700 - total flux cleaned = -0.000626242 Jy ! Component: 3750 - total flux cleaned = -0.000570569 Jy ! Component: 3800 - total flux cleaned = -0.000607563 Jy ! Component: 3850 - total flux cleaned = -0.000616729 Jy ! Component: 3900 - total flux cleaned = -0.000543592 Jy ! Component: 3950 - total flux cleaned = -0.000525387 Jy ! Component: 4000 - total flux cleaned = -0.000498167 Jy ! Component: 4050 - total flux cleaned = -0.00049809 Jy ! Total flux subtracted in 4096 components = -0.000480223 Jy ! Clean residual min=-0.000519 max=0.000540 Jy/beam ! Clean residual mean=0.000000 rms=0.000157 Jy/beam ! Combined flux in latest and established models = 0.181181 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 361 components and 0.181181 Jy ![Exited script file: muppet] wmap "J1243+7442_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.892 x 4.769 at -14.17 degrees (North through East) ! Clean map min=-0.00094708 max=0.16375 Jy/beam ! Writing clean map to FITS file: J1243+7442_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.163748 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000155621 device "J1243+7442_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1243+7442_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.28511 0.28511 0.57022 1.14044 2.28088 4.56176 9.12352 18.247 36.4941 72.9881 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.163 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.892 x 4.769 at -14.17 degrees (North through East) ! Clean map min=-0.00094708 max=0.16375 Jy/beam quit ! Quitting program ! Log file J1243+7442_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:27:10 2016