! Started logfile: J2307-2247_S_2014_06_09_pus_uvs.log on Wed Nov 16 20:06:31 2016 obs J2307-2247_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J2307-2247_S_2014_06_09_pus_uva.fits ! AN table 1: 71 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.604382 visibilities/baseline/integration-bin. ! Found source: J2307-2247 ! ! 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 7724 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 J2307-2247_S_2014_06_09_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 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.723977Jy sigma=0.006741 ! Fit after self-cal, rms=0.676059Jy sigma=0.006190 ! 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.141 mas, bmaj=12.54 mas, bpa=19.57 degrees ! Estimated noise=1165.09 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.246241 Jy ! Component: 100 - total flux cleaned = 0.345478 Jy ! Total flux subtracted in 100 components = 0.345478 Jy ! Clean residual min=-0.019211 max=0.048099 Jy/beam ! Clean residual mean=-0.000180 rms=0.007114 Jy/beam ! Combined flux in latest and established models = 0.345478 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.345478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141136Jy sigma=0.001337 ! Fit after self-cal, rms=0.140755Jy sigma=0.001335 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0559169 Jy ! Component: 100 - total flux cleaned = 0.0883293 Jy ! Total flux subtracted in 100 components = 0.0883293 Jy ! Clean residual min=-0.010417 max=0.017194 Jy/beam ! Clean residual mean=-0.000073 rms=0.003492 Jy/beam ! Combined flux in latest and established models = 0.433808 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 40 components and 0.433808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109061Jy sigma=0.000973 ! Fit after self-cal, rms=0.108916Jy sigma=0.000973 ! 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.983 mas, bmaj=14.32 mas, bpa=17.16 degrees ! Estimated noise=865.474 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.0303724 Jy ! Component: 100 - total flux cleaned = 0.0465047 Jy ! Component: 150 - total flux cleaned = 0.0559592 Jy ! Component: 200 - total flux cleaned = 0.0616405 Jy ! Total flux subtracted in 200 components = 0.0616405 Jy ! Clean residual min=-0.006550 max=0.006230 Jy/beam ! Clean residual mean=0.000017 rms=0.001835 Jy/beam ! Combined flux in latest and established models = 0.495448 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 104 components and 0.495448 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100699Jy sigma=0.000888 ! Fit after self-cal, rms=0.100697Jy sigma=0.000888 ! 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 1.00* FD 0.85 HN 1.06 KP 1.06 ! LA 1.16 MK 1.00* NL 0.99 OV 0.97 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.15 KP 1.01 ! LA 1.13 MK 1.00* NL 1.03 OV 1.00 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.12 HN 1.13 KP 0.90 ! LA 0.88 MK 1.00* NL 0.97 OV 0.92 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.08 KP 0.88 ! LA 0.86 MK 1.00* NL 1.05 OV 0.98 ! PT 1.01 SC 0.94 ! ! ! Fit before self-cal, rms=0.100697Jy sigma=0.000888 ! Fit after self-cal, rms=0.091326Jy sigma=0.000775 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.974 mas, bmaj=14.53 mas, bpa=17.52 degrees ! Estimated noise=867.1 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.0026039 Jy ! Component: 100 - total flux cleaned = -0.00250942 Jy ! Component: 150 - total flux cleaned = -0.00250401 Jy ! Component: 200 - total flux cleaned = -0.00250513 Jy ! Total flux subtracted in 200 components = -0.00250513 Jy ! Clean residual min=-0.004828 max=0.004053 Jy/beam ! Clean residual mean=-0.000024 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.492943 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 113 components and 0.492943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091055Jy sigma=0.000773 ! Fit after self-cal, rms=0.091063Jy sigma=0.000773 ! 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.091063Jy sigma=0.000773 ! Fit after self-cal, rms=0.091160Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.967 mas, bmaj=14.57 mas, bpa=17.6 degrees ! Estimated noise=866.203 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00187581 Jy ! Component: 100 - total flux cleaned = -0.00180914 Jy ! Component: 150 - total flux cleaned = -0.00181018 Jy ! Component: 200 - total flux cleaned = -0.00181166 Jy ! Total flux subtracted in 200 components = -0.00181166 Jy ! Clean residual min=-0.004826 max=0.003370 Jy/beam ! Clean residual mean=-0.000023 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.491131 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 114 components and 0.491131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091039Jy sigma=0.000772 ! Fit after self-cal, rms=0.091039Jy sigma=0.000772 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.54708e-05 Jy ! Component: 100 - total flux cleaned = 0.000124499 Jy ! Component: 150 - total flux cleaned = 0.0001972 Jy ! Component: 200 - total flux cleaned = 0.000231379 Jy ! Total flux subtracted in 200 components = 0.000231379 Jy ! Clean residual min=-0.004895 max=0.003153 Jy/beam ! Clean residual mean=-0.000023 rms=0.000919 Jy/beam ! Combined flux in latest and established models = 0.491363 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 121 components and 0.491363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091008Jy sigma=0.000772 ! Fit after self-cal, rms=0.091004Jy sigma=0.000772 ! 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.091004Jy sigma=0.000772 ! Fit after self-cal, rms=0.090918Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.959 mas, bmaj=14.52 mas, bpa=17.51 degrees ! Estimated noise=864.224 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00105029 Jy ! Component: 100 - total flux cleaned = -0.0011497 Jy ! Component: 150 - total flux cleaned = -0.00120637 Jy ! Component: 200 - total flux cleaned = -0.00123002 Jy ! Total flux subtracted in 200 components = -0.00123002 Jy ! Clean residual min=-0.003163 max=0.002374 Jy/beam ! Clean residual mean=-0.000010 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.490133 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 130 components and 0.490133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090886Jy sigma=0.000767 ! Fit after self-cal, rms=0.090909Jy sigma=0.000767 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.00513e-05 Jy ! Component: 100 - total flux cleaned = -1.98769e-05 Jy ! Component: 150 - total flux cleaned = -1.99855e-05 Jy ! Component: 200 - total flux cleaned = -3.71717e-05 Jy ! Total flux subtracted in 200 components = -3.71717e-05 Jy ! Clean residual min=-0.003151 max=0.002362 Jy/beam ! Clean residual mean=-0.000010 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.490095 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 133 components and 0.490095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090900Jy sigma=0.000767 ! Fit after self-cal, rms=0.090898Jy sigma=0.000767 ! 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.090898Jy sigma=0.000767 ! Fit after self-cal, rms=0.091137Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.995 mas, bmaj=23.1 mas, bpa=3.725 degrees ! Estimated noise=955.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000188775 Jy ! Component: 100 - total flux cleaned = -0.000213229 Jy ! Component: 150 - total flux cleaned = -0.000223821 Jy ! Component: 200 - total flux cleaned = -0.000234294 Jy ! Total flux subtracted in 200 components = -0.000234294 Jy ! Clean residual min=-0.002719 max=0.002185 Jy/beam ! Clean residual mean=-0.000013 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.489861 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 142 components and 0.489861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091132Jy sigma=0.000767 ! Fit after self-cal, rms=0.091134Jy sigma=0.000767 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.16014e-06 Jy ! Component: 100 - total flux cleaned = -2.72042e-05 Jy ! Component: 150 - total flux cleaned = -4.64954e-05 Jy ! Component: 200 - total flux cleaned = -5.57606e-05 Jy ! Total flux subtracted in 200 components = -5.57606e-05 Jy ! Clean residual min=-0.002722 max=0.002179 Jy/beam ! Clean residual mean=-0.000013 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.489805 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 142 components and 0.489805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091132Jy sigma=0.000767 ! Fit after self-cal, rms=0.091131Jy sigma=0.000767 ! 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.957 mas, bmaj=14.53 mas, bpa=17.56 degrees ! Estimated noise=864.602 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.957 x 14.53 at 17.56 degrees (North through East) ! Clean map min=-0.0030677 max=0.34209 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.104 mas, bmaj=12.73 mas, bpa=19.9 degrees ! Estimated noise=1160.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.244845 Jy ! Component: 100 - total flux cleaned = 0.343862 Jy ! Component: 150 - total flux cleaned = 0.398857 Jy ! Component: 200 - total flux cleaned = 0.429698 Jy ! Total flux subtracted in 200 components = 0.429698 Jy ! Clean residual min=-0.007750 max=0.015250 Jy/beam ! Clean residual mean=-0.000075 rms=0.002543 Jy/beam ! Combined flux in latest and established models = 0.429698 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.429698 Jy ! Inverting map and beam ! Estimated beam: bmin=3.957 mas, bmaj=14.53 mas, bpa=17.56 degrees ! Estimated noise=864.602 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.0270076 Jy ! Component: 100 - total flux cleaned = 0.0406085 Jy ! Component: 150 - total flux cleaned = 0.0477673 Jy ! Component: 200 - total flux cleaned = 0.0518048 Jy ! Total flux subtracted in 200 components = 0.0518048 Jy ! Clean residual min=-0.003348 max=0.002874 Jy/beam ! Clean residual mean=-0.000025 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.481502 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 88 components and 0.481502 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.995 mas, bmaj=23.1 mas, bpa=3.725 degrees ! Estimated noise=955.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00350574 Jy ! Component: 100 - total flux cleaned = 0.00516483 Jy ! Component: 150 - total flux cleaned = 0.00602677 Jy ! Component: 200 - total flux cleaned = 0.00643881 Jy ! Total flux subtracted in 200 components = 0.00643881 Jy ! Clean residual min=-0.002778 max=0.002256 Jy/beam ! Clean residual mean=-0.000019 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.487941 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 = 5.44756e-05 Jy ! Component: 100 - total flux cleaned = 0.000117311 Jy ! Component: 150 - total flux cleaned = 0.000163804 Jy ! Component: 200 - total flux cleaned = 0.000217743 Jy ! Total flux subtracted in 200 components = 0.000217743 Jy ! Clean residual min=-0.002776 max=0.002248 Jy/beam ! Clean residual mean=-0.000018 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.488159 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 119 components and 0.488159 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.957 mas, bmaj=14.53 mas, bpa=17.56 degrees ! Estimated noise=864.602 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000247645 Jy ! Component: 100 - total flux cleaned = -0.000311061 Jy ! Component: 150 - total flux cleaned = -0.000364043 Jy ! Component: 200 - total flux cleaned = -0.000429868 Jy ! Total flux subtracted in 200 components = -0.000429868 Jy ! Clean residual min=-0.003064 max=0.002327 Jy/beam ! Clean residual mean=-0.000012 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.487729 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 130 components and 0.487729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091120Jy sigma=0.000767 ! Fit after self-cal, rms=0.091114Jy sigma=0.000767 wmodel J2307-2247_S_2014_06_09_pus_map.mod ! Writing 130 model components to file: J2307-2247_S_2014_06_09_pus_map.mod wobs J2307-2247_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J2307-2247_S_2014_06_09_pus_uvs.fits wwins J2307-2247_S_2014_06_09_pus_map.win ! wwins: Wrote 1 windows to J2307-2247_S_2014_06_09_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.00127587 Jy ! Component: 100 - total flux cleaned = -0.00157743 Jy ! Component: 150 - total flux cleaned = -0.00150394 Jy ! Component: 200 - total flux cleaned = -0.00153991 Jy ! Component: 250 - total flux cleaned = -0.00147183 Jy ! Component: 300 - total flux cleaned = -0.00137443 Jy ! Component: 350 - total flux cleaned = -0.00124938 Jy ! Component: 400 - total flux cleaned = -0.0011897 Jy ! Component: 450 - total flux cleaned = -0.00116093 Jy ! Component: 500 - total flux cleaned = -0.00116064 Jy ! Component: 550 - total flux cleaned = -0.00118775 Jy ! Component: 600 - total flux cleaned = -0.00129513 Jy ! Component: 650 - total flux cleaned = -0.00142576 Jy ! Component: 700 - total flux cleaned = -0.00147679 Jy ! Component: 750 - total flux cleaned = -0.00162717 Jy ! Component: 800 - total flux cleaned = -0.00170118 Jy ! Component: 850 - total flux cleaned = -0.00186991 Jy ! Component: 900 - total flux cleaned = -0.00196401 Jy ! Component: 950 - total flux cleaned = -0.00207996 Jy ! Component: 1000 - total flux cleaned = -0.00221647 Jy ! Component: 1050 - total flux cleaned = -0.00228389 Jy ! Component: 1100 - total flux cleaned = -0.00237215 Jy ! Component: 1150 - total flux cleaned = -0.00245905 Jy ! Component: 1200 - total flux cleaned = -0.00248034 Jy ! Component: 1250 - total flux cleaned = -0.00252232 Jy ! Component: 1300 - total flux cleaned = -0.00266689 Jy ! Component: 1350 - total flux cleaned = -0.00268683 Jy ! Component: 1400 - total flux cleaned = -0.00272735 Jy ! Component: 1450 - total flux cleaned = -0.00282584 Jy ! Component: 1500 - total flux cleaned = -0.0029232 Jy ! Component: 1550 - total flux cleaned = -0.00298097 Jy ! Component: 1600 - total flux cleaned = -0.00307575 Jy ! Component: 1650 - total flux cleaned = -0.00313207 Jy ! Component: 1700 - total flux cleaned = -0.00320571 Jy ! Component: 1750 - total flux cleaned = -0.0032784 Jy ! Component: 1800 - total flux cleaned = -0.00331405 Jy ! Component: 1850 - total flux cleaned = -0.00336743 Jy ! Component: 1900 - total flux cleaned = -0.00341976 Jy ! Component: 1950 - total flux cleaned = -0.00343705 Jy ! Component: 2000 - total flux cleaned = -0.00354016 Jy ! Component: 2050 - total flux cleaned = -0.00357405 Jy ! Component: 2100 - total flux cleaned = -0.00360777 Jy ! Component: 2150 - total flux cleaned = -0.00372408 Jy ! Component: 2200 - total flux cleaned = -0.00379001 Jy ! Component: 2250 - total flux cleaned = -0.00388749 Jy ! Component: 2300 - total flux cleaned = -0.00391957 Jy ! Component: 2350 - total flux cleaned = -0.00404686 Jy ! Component: 2400 - total flux cleaned = -0.00412551 Jy ! Component: 2450 - total flux cleaned = -0.00417238 Jy ! Component: 2500 - total flux cleaned = -0.00420315 Jy ! Component: 2550 - total flux cleaned = -0.00429474 Jy ! Component: 2600 - total flux cleaned = -0.00434014 Jy ! Component: 2650 - total flux cleaned = -0.00448963 Jy ! Component: 2700 - total flux cleaned = -0.00447459 Jy ! Component: 2750 - total flux cleaned = -0.00462158 Jy ! Component: 2800 - total flux cleaned = -0.00469444 Jy ! Component: 2850 - total flux cleaned = -0.00472334 Jy ! Component: 2900 - total flux cleaned = -0.00482382 Jy ! Component: 2950 - total flux cleaned = -0.00489501 Jy ! Component: 3000 - total flux cleaned = -0.00496585 Jy ! Component: 3050 - total flux cleaned = -0.00507796 Jy ! Component: 3100 - total flux cleaned = -0.00514745 Jy ! Component: 3150 - total flux cleaned = -0.00524394 Jy ! Component: 3200 - total flux cleaned = -0.00531232 Jy ! Component: 3250 - total flux cleaned = -0.00542104 Jy ! Component: 3300 - total flux cleaned = -0.00542114 Jy ! Component: 3350 - total flux cleaned = -0.00552847 Jy ! Component: 3400 - total flux cleaned = -0.0055551 Jy ! Component: 3450 - total flux cleaned = -0.00559461 Jy ! Component: 3500 - total flux cleaned = -0.00563404 Jy ! Component: 3550 - total flux cleaned = -0.00569927 Jy ! Component: 3600 - total flux cleaned = -0.00579006 Jy ! Component: 3650 - total flux cleaned = -0.00582874 Jy ! Component: 3700 - total flux cleaned = -0.00590539 Jy ! Component: 3750 - total flux cleaned = -0.00591811 Jy ! Component: 3800 - total flux cleaned = -0.00598137 Jy ! Component: 3850 - total flux cleaned = -0.00603159 Jy ! Component: 3900 - total flux cleaned = -0.00613138 Jy ! Component: 3950 - total flux cleaned = -0.00613137 Jy ! Component: 4000 - total flux cleaned = -0.00618057 Jy ! Component: 4050 - total flux cleaned = -0.00621733 Jy ! Total flux subtracted in 4096 components = -0.00625381 Jy ! Clean residual min=-0.000674 max=0.000776 Jy/beam ! Clean residual mean=0.000003 rms=0.000238 Jy/beam ! Combined flux in latest and established models = 0.481475 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 415 components and 0.481475 Jy ![Exited script file: muppet] wmap "J2307-2247_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.957 x 14.53 at 17.56 degrees (North through East) ! Clean map min=-0.0017431 max=0.34464 Jy/beam ! Writing clean map to FITS file: J2307-2247_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.344643 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00023418 device "J2307-2247_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J2307-2247_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.203845 0.203845 0.40769 0.815381 1.63076 3.26152 6.52305 13.0461 26.0922 52.1844 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.344 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.957 x 14.53 at 17.56 degrees (North through East) ! Clean map min=-0.0017431 max=0.34464 Jy/beam quit ! Quitting program ! Log file J2307-2247_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 20:06:35 2016