! Started logfile: J0006-0623_L_2010_08_23_pus_uvs.log on Sun Jan 10 01:20:44 2016 obs J0006-0623_L_2010_08_23_pus_uva.fits ! Reading UV FITS file: J0006-0623_L_2010_08_23_pus_uva.fits ! AN table 1: 193 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.666552 visibilities/baseline/integration-bin. ! Found source: J0006-0623 ! ! 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 1.35446e+09 8e+06 1 8e+06 ! 02 2 1.36246e+09 8e+06 1 8e+06 ! 03 3 1.42646e+09 8e+06 1 8e+06 ! 04 4 1.43446e+09 8e+06 1 8e+06 ! ! Polarization(s): RR LL RL LR ! ! Read 787 lines of history. ! ! Reading 92624 visibilities. select I ! Selecting polarization: I, 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.8 print "taper_size =",taper_size ! taper_size = 15 ![@muppet J0006-0623_L_2010_08_23_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.800x0.800 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 347 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 389 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 347 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 346 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003269Jy sigma=0.013024 ! Fit after self-cal, rms=0.882265Jy sigma=0.011657 ! 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=4.925 mas, bmaj=11.91 mas, bpa=4.909 degrees ! Estimated noise=745.62 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 = 1.21776 Jy ! Component: 100 - total flux cleaned = 1.65753 Jy ! Total flux subtracted in 100 components = 1.65753 Jy ! Clean residual min=-0.048397 max=0.199272 Jy/beam ! Clean residual mean=0.000178 rms=0.018683 Jy/beam ! Combined flux in latest and established models = 1.65753 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 1.65753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.392265Jy sigma=0.005158 ! Fit after self-cal, rms=0.390004Jy sigma=0.005135 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.220951 Jy ! Component: 100 - total flux cleaned = 0.336012 Jy ! Total flux subtracted in 100 components = 0.336012 Jy ! Clean residual min=-0.022845 max=0.074534 Jy/beam ! Clean residual mean=0.000069 rms=0.007748 Jy/beam ! Combined flux in latest and established models = 1.99354 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 28 components and 1.99354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183892Jy sigma=0.002310 ! Fit after self-cal, rms=0.182585Jy sigma=0.002299 ! Inverting map ! Added new window around map position (-6.4, 1.6). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0745407 Jy ! Component: 100 - total flux cleaned = 0.115058 Jy ! Total flux subtracted in 100 components = 0.115058 Jy ! Clean residual min=-0.016717 max=0.032166 Jy/beam ! Clean residual mean=0.000033 rms=0.005030 Jy/beam ! Combined flux in latest and established models = 2.1086 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 42 components and 2.1086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139248Jy sigma=0.001687 ! Fit after self-cal, rms=0.137911Jy sigma=0.001673 ! 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=6.008 mas, bmaj=14.08 mas, bpa=4.178 degrees ! Estimated noise=376.393 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.039438 Jy ! Component: 100 - total flux cleaned = 0.0621375 Jy ! Component: 150 - total flux cleaned = 0.0763794 Jy ! Component: 200 - total flux cleaned = 0.0857016 Jy ! Total flux subtracted in 200 components = 0.0857016 Jy ! Clean residual min=-0.013226 max=0.013873 Jy/beam ! Clean residual mean=0.000031 rms=0.003760 Jy/beam ! Combined flux in latest and established models = 2.1943 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 61 components and 2.1943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125992Jy sigma=0.001508 ! Fit after self-cal, rms=0.125806Jy sigma=0.001505 ! 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.07 FD 1.01 HN 1.00* KP 1.00 ! LA 1.02 MK 1.02 NL 1.05 OV 0.97 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.99 HN 1.00* KP 1.03 ! LA 1.07 MK 1.08 NL 1.03 OV 0.99 ! PT 0.97 SC 1.06 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.01 HN 1.00* KP 0.90 ! LA 0.96 MK 0.93 NL 1.00 OV 1.00 ! PT 1.01 SC 0.94 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.02 HN 1.00* KP 0.96 ! LA 0.98 MK 0.95 NL 1.00 OV 1.02 ! PT 1.00 SC 0.97 ! ! ! Fit before self-cal, rms=0.125806Jy sigma=0.001505 ! Fit after self-cal, rms=0.076858Jy sigma=0.000861 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.996 mas, bmaj=14.1 mas, bpa=4.246 degrees ! Estimated noise=375.86 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.00362259 Jy ! Component: 100 - total flux cleaned = -0.0040552 Jy ! Component: 150 - total flux cleaned = -0.00431879 Jy ! Component: 200 - total flux cleaned = -0.0045579 Jy ! Total flux subtracted in 200 components = -0.0045579 Jy ! Clean residual min=-0.005886 max=0.005284 Jy/beam ! Clean residual mean=-0.000007 rms=0.001358 Jy/beam ! Combined flux in latest and established models = 2.18974 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 69 components and 2.18974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076336Jy sigma=0.000854 ! Fit after self-cal, rms=0.076324Jy sigma=0.000854 ! 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.076324Jy sigma=0.000854 ! Fit after self-cal, rms=0.070339Jy sigma=0.000785 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.001 mas, bmaj=14.11 mas, bpa=4.267 degrees ! Estimated noise=375.455 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00272866 Jy ! Component: 100 - total flux cleaned = -0.00347416 Jy ! Component: 150 - total flux cleaned = -0.00380266 Jy ! Component: 200 - total flux cleaned = -0.00400275 Jy ! Total flux subtracted in 200 components = -0.00400275 Jy ! Clean residual min=-0.004090 max=0.003743 Jy/beam ! Clean residual mean=-0.000008 rms=0.000962 Jy/beam ! Combined flux in latest and established models = 2.18574 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 76 components and 2.18574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069918Jy sigma=0.000780 ! Fit after self-cal, rms=0.069903Jy sigma=0.000780 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 = -8.28795e-05 Jy ! Component: 100 - total flux cleaned = -0.000263431 Jy ! Component: 150 - total flux cleaned = -0.00043279 Jy ! Component: 200 - total flux cleaned = -0.000589502 Jy ! Total flux subtracted in 200 components = -0.000589502 Jy ! Clean residual min=-0.003913 max=0.003597 Jy/beam ! Clean residual mean=-0.000008 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 2.18515 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 77 components and 2.18515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069693Jy sigma=0.000778 ! Fit after self-cal, rms=0.069685Jy sigma=0.000778 ! 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.069685Jy sigma=0.000778 ! Fit after self-cal, rms=0.069439Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.001 mas, bmaj=14.12 mas, bpa=4.23 degrees ! Estimated noise=375.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00128943 Jy ! Component: 100 - total flux cleaned = -0.0016346 Jy ! Component: 150 - total flux cleaned = -0.0018659 Jy ! Component: 200 - total flux cleaned = -0.00201111 Jy ! Total flux subtracted in 200 components = -0.00201111 Jy ! Clean residual min=-0.003910 max=0.003423 Jy/beam ! Clean residual mean=-0.000008 rms=0.000862 Jy/beam ! Combined flux in latest and established models = 2.18314 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 80 components and 2.18314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069231Jy sigma=0.000761 ! Fit after self-cal, rms=0.069224Jy sigma=0.000761 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.000171453 Jy ! Component: 100 - total flux cleaned = -0.00030438 Jy ! Component: 150 - total flux cleaned = -0.000432531 Jy ! Component: 200 - total flux cleaned = -0.000610247 Jy ! Total flux subtracted in 200 components = -0.000610247 Jy ! Clean residual min=-0.003781 max=0.003274 Jy/beam ! Clean residual mean=-0.000007 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 2.18253 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 82 components and 2.18253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069102Jy sigma=0.000759 ! Fit after self-cal, rms=0.069096Jy sigma=0.000759 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 15 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.069096Jy sigma=0.000759 ! Fit after self-cal, rms=0.069007Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.44 mas, bmaj=21.9 mas, bpa=6.589 degrees ! Estimated noise=421.474 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.001579 Jy ! Component: 100 - total flux cleaned = -0.00183052 Jy ! Component: 150 - total flux cleaned = -0.00205691 Jy ! Component: 200 - total flux cleaned = -0.00221993 Jy ! Total flux subtracted in 200 components = -0.00221993 Jy ! Clean residual min=-0.003453 max=0.003041 Jy/beam ! Clean residual mean=-0.000011 rms=0.000937 Jy/beam ! Combined flux in latest and established models = 2.18031 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 87 components and 2.18031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068942Jy sigma=0.000758 ! Fit after self-cal, rms=0.068934Jy 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 = -0.000291799 Jy ! Component: 100 - total flux cleaned = -0.000409508 Jy ! Component: 150 - total flux cleaned = -0.000541661 Jy ! Component: 200 - total flux cleaned = -0.000631427 Jy ! Total flux subtracted in 200 components = -0.000631427 Jy ! Clean residual min=-0.003416 max=0.003030 Jy/beam ! Clean residual mean=-0.000011 rms=0.000925 Jy/beam ! Combined flux in latest and established models = 2.17968 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 91 components and 2.17968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068916Jy sigma=0.000757 ! Fit after self-cal, rms=0.068910Jy sigma=0.000757 ! 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=6 mas, bmaj=14.12 mas, bpa=4.199 degrees ! Estimated noise=375.19 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6 x 14.12 at 4.199 degrees (North through East) ! Clean map min=-0.0033248 max=1.6304 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068910Jy sigma=0.000757 ! Fit after self-cal, rms=0.054659Jy sigma=0.000587 ! Inverting map and beam ! Estimated beam: bmin=5.998 mas, bmaj=14.12 mas, bpa=4.163 degrees ! Estimated noise=375.093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000666333 Jy ! Component: 100 - total flux cleaned = -0.00119299 Jy ! Component: 150 - total flux cleaned = -0.00141972 Jy ! Component: 200 - total flux cleaned = -0.00157622 Jy ! Total flux subtracted in 200 components = -0.00157622 Jy ! Clean residual min=-0.003186 max=0.002748 Jy/beam ! Clean residual mean=-0.000005 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 2.1781 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 97 components and 2.1781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054512Jy sigma=0.000585 ! Fit after self-cal, rms=0.054505Jy sigma=0.000585 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000165876 Jy ! Component: 100 - total flux cleaned = -0.000307575 Jy ! Component: 150 - total flux cleaned = -0.000443369 Jy ! Component: 200 - total flux cleaned = -0.00061583 Jy ! Total flux subtracted in 200 components = -0.00061583 Jy ! Clean residual min=-0.003109 max=0.002710 Jy/beam ! Clean residual mean=-0.000004 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 2.17748 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 99 components and 2.17749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054423Jy sigma=0.000584 ! Fit after self-cal, rms=0.054419Jy sigma=0.000584 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054419Jy sigma=0.000584 ! Fit after self-cal, rms=0.054363Jy sigma=0.000584 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=4.916 mas, bmaj=11.96 mas, bpa=4.974 degrees ! Estimated noise=745.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.2191 Jy ! Component: 100 - total flux cleaned = 1.66501 Jy ! Component: 150 - total flux cleaned = 1.88797 Jy ! Component: 200 - total flux cleaned = 2.00595 Jy ! Total flux subtracted in 200 components = 2.00595 Jy ! Clean residual min=-0.015227 max=0.056308 Jy/beam ! Clean residual mean=0.000052 rms=0.005417 Jy/beam ! Combined flux in latest and established models = 2.00595 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 20 model components to the UV plane model. ! The established model now contains 20 components and 2.00595 Jy ! Inverting map and beam ! Estimated beam: bmin=5.997 mas, bmaj=14.12 mas, bpa=4.149 degrees ! Estimated noise=375.012 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.0831438 Jy ! Component: 100 - total flux cleaned = 0.121027 Jy ! Component: 150 - total flux cleaned = 0.140225 Jy ! Component: 200 - total flux cleaned = 0.150791 Jy ! Total flux subtracted in 200 components = 0.150791 Jy ! Clean residual min=-0.004808 max=0.007074 Jy/beam ! Clean residual mean=0.000006 rms=0.001133 Jy/beam ! Combined flux in latest and established models = 2.15674 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 67 components and 2.15674 Jy ! Inverting map ! Added new window around map position (8.8, 0.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00724514 Jy ! Component: 100 - total flux cleaned = 0.0109647 Jy ! Component: 150 - total flux cleaned = 0.0122242 Jy ! Component: 200 - total flux cleaned = 0.012916 Jy ! Total flux subtracted in 200 components = 0.012916 Jy ! Clean residual min=-0.003410 max=0.003864 Jy/beam ! Clean residual mean=-0.000000 rms=0.000808 Jy/beam ! Combined flux in latest and established models = 2.16966 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 87 components and 2.16966 Jy ! Inverting map ! Added new window around map position (-11.2, 17.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00195609 Jy ! Component: 100 - total flux cleaned = 0.00232525 Jy ! Component: 150 - total flux cleaned = 0.00277315 Jy ! Component: 200 - total flux cleaned = 0.00308338 Jy ! Total flux subtracted in 200 components = 0.00308338 Jy ! Clean residual min=-0.002822 max=0.003119 Jy/beam ! Clean residual mean=-0.000002 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 2.17274 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 108 components and 2.17274 Jy ! Inverting map ! Added new window around map position (-7.2, -17.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144523 Jy ! Component: 100 - total flux cleaned = 0.00153747 Jy ! Component: 150 - total flux cleaned = 0.00180586 Jy ! Component: 200 - total flux cleaned = 0.00206059 Jy ! Total flux subtracted in 200 components = 0.00206059 Jy ! Clean residual min=-0.002625 max=0.002795 Jy/beam ! Clean residual mean=-0.000003 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 2.1748 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 126 components and 2.1748 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 15 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.44 mas, bmaj=21.9 mas, bpa=6.535 degrees ! Estimated noise=421.339 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000893302 Jy ! Component: 100 - total flux cleaned = 0.00105675 Jy ! Component: 150 - total flux cleaned = 0.0010231 Jy ! Component: 200 - total flux cleaned = 0.00105329 Jy ! Total flux subtracted in 200 components = 0.00105329 Jy ! Clean residual min=-0.002364 max=0.002319 Jy/beam ! Clean residual mean=-0.000006 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 2.17585 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 = -2.81362e-05 Jy ! Component: 100 - total flux cleaned = -2.90411e-05 Jy ! Component: 150 - total flux cleaned = -5.24691e-05 Jy ! Component: 200 - total flux cleaned = -5.27925e-05 Jy ! Total flux subtracted in 200 components = -5.27925e-05 Jy ! Clean residual min=-0.002298 max=0.002287 Jy/beam ! Clean residual mean=-0.000006 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 2.1758 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 157 components and 2.1758 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.997 mas, bmaj=14.12 mas, bpa=4.149 degrees ! Estimated noise=375.012 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00064872 Jy ! Component: 100 - total flux cleaned = -0.000576639 Jy ! Component: 150 - total flux cleaned = -0.000580401 Jy ! Component: 200 - total flux cleaned = -0.000582982 Jy ! Total flux subtracted in 200 components = -0.000582982 Jy ! Clean residual min=-0.002464 max=0.002705 Jy/beam ! Clean residual mean=-0.000003 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 2.17522 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 171 components and 2.17522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054033Jy sigma=0.000579 ! Fit after self-cal, rms=0.053947Jy sigma=0.000578 wmodel J0006-0623_L_2010_08_23_pus_map.mod ! Writing 171 model components to file: J0006-0623_L_2010_08_23_pus_map.mod wobs J0006-0623_L_2010_08_23_pus_uvs.fits ! Writing UV FITS file: J0006-0623_L_2010_08_23_pus_uvs.fits wwins J0006-0623_L_2010_08_23_pus_map.win ! wwins: Wrote 5 windows to J0006-0623_L_2010_08_23_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.000316303 Jy ! Component: 100 - total flux cleaned = -0.000726782 Jy ! Component: 150 - total flux cleaned = -0.0011172 Jy ! Component: 200 - total flux cleaned = -0.00141647 Jy ! Component: 250 - total flux cleaned = -0.00159776 Jy ! Component: 300 - total flux cleaned = -0.00177367 Jy ! Component: 350 - total flux cleaned = -0.00184196 Jy ! Component: 400 - total flux cleaned = -0.00194155 Jy ! Component: 450 - total flux cleaned = -0.00190819 Jy ! Component: 500 - total flux cleaned = -0.00194049 Jy ! Component: 550 - total flux cleaned = -0.00197199 Jy ! Component: 600 - total flux cleaned = -0.0020643 Jy ! Component: 650 - total flux cleaned = -0.002064 Jy ! Component: 700 - total flux cleaned = -0.00206467 Jy ! Component: 750 - total flux cleaned = -0.0021529 Jy ! Component: 800 - total flux cleaned = -0.00223965 Jy ! Component: 850 - total flux cleaned = -0.00223969 Jy ! Component: 900 - total flux cleaned = -0.00221219 Jy ! Component: 950 - total flux cleaned = -0.00234997 Jy ! Component: 1000 - total flux cleaned = -0.00229497 Jy ! Component: 1050 - total flux cleaned = -0.00232185 Jy ! Component: 1100 - total flux cleaned = -0.00232193 Jy ! Component: 1150 - total flux cleaned = -0.00229592 Jy ! Component: 1200 - total flux cleaned = -0.00224401 Jy ! Component: 1250 - total flux cleaned = -0.00216811 Jy ! Component: 1300 - total flux cleaned = -0.00214285 Jy ! Component: 1350 - total flux cleaned = -0.00221622 Jy ! Component: 1400 - total flux cleaned = -0.00206895 Jy ! Component: 1450 - total flux cleaned = -0.00199612 Jy ! Component: 1500 - total flux cleaned = -0.00190088 Jy ! Component: 1550 - total flux cleaned = -0.00192446 Jy ! Component: 1600 - total flux cleaned = -0.00194772 Jy ! Component: 1650 - total flux cleaned = -0.00197075 Jy ! Component: 1700 - total flux cleaned = -0.00185623 Jy ! Component: 1750 - total flux cleaned = -0.00185664 Jy ! Component: 1800 - total flux cleaned = -0.00187915 Jy ! Component: 1850 - total flux cleaned = -0.00181257 Jy ! Component: 1900 - total flux cleaned = -0.00176874 Jy ! Component: 1950 - total flux cleaned = -0.00176868 Jy ! Component: 2000 - total flux cleaned = -0.00174719 Jy ! Component: 2050 - total flux cleaned = -0.00166151 Jy ! Component: 2100 - total flux cleaned = -0.00168269 Jy ! Component: 2150 - total flux cleaned = -0.00164043 Jy ! Component: 2200 - total flux cleaned = -0.00155767 Jy ! Component: 2250 - total flux cleaned = -0.00157788 Jy ! Component: 2300 - total flux cleaned = -0.00153684 Jy ! Component: 2350 - total flux cleaned = -0.00145575 Jy ! Component: 2400 - total flux cleaned = -0.001416 Jy ! Component: 2450 - total flux cleaned = -0.0014158 Jy ! Component: 2500 - total flux cleaned = -0.00141577 Jy ! Component: 2550 - total flux cleaned = -0.00139605 Jy ! Component: 2600 - total flux cleaned = -0.00125994 Jy ! Component: 2650 - total flux cleaned = -0.00133708 Jy ! Component: 2700 - total flux cleaned = -0.0012604 Jy ! Component: 2750 - total flux cleaned = -0.00129847 Jy ! Component: 2800 - total flux cleaned = -0.00114752 Jy ! Component: 2850 - total flux cleaned = -0.00116594 Jy ! Component: 2900 - total flux cleaned = -0.000998196 Jy ! Component: 2950 - total flux cleaned = -0.00103537 Jy ! Component: 3000 - total flux cleaned = -0.00101684 Jy ! Component: 3050 - total flux cleaned = -0.00101696 Jy ! Component: 3100 - total flux cleaned = -0.000962601 Jy ! Component: 3150 - total flux cleaned = -0.000926698 Jy ! Component: 3200 - total flux cleaned = -0.000908676 Jy ! Component: 3250 - total flux cleaned = -0.000784615 Jy ! Component: 3300 - total flux cleaned = -0.000766935 Jy ! Component: 3350 - total flux cleaned = -0.000696978 Jy ! Component: 3400 - total flux cleaned = -0.000592948 Jy ! Component: 3450 - total flux cleaned = -0.000558729 Jy ! Component: 3500 - total flux cleaned = -0.000541671 Jy ! Component: 3550 - total flux cleaned = -0.000439506 Jy ! Component: 3600 - total flux cleaned = -0.000439285 Jy ! Component: 3650 - total flux cleaned = -0.000405765 Jy ! Component: 3700 - total flux cleaned = -0.00028899 Jy ! Component: 3750 - total flux cleaned = -0.000288777 Jy ! Component: 3800 - total flux cleaned = -0.00028878 Jy ! Component: 3850 - total flux cleaned = -0.000272392 Jy ! Component: 3900 - total flux cleaned = -0.000239726 Jy ! Component: 3950 - total flux cleaned = -0.000175005 Jy ! Component: 4000 - total flux cleaned = -0.000158919 Jy ! Component: 4050 - total flux cleaned = -6.33193e-05 Jy ! Total flux subtracted in 4096 components = 1.897e-07 Jy ! Clean residual min=-0.000917 max=0.001036 Jy/beam ! Clean residual mean=0.000001 rms=0.000302 Jy/beam ! Combined flux in latest and established models = 2.17522 Jy keep ! Adding 340 model components to the UV plane model. ! The established model now contains 511 components and 2.17522 Jy ![Exited script file: muppet] wmap "J0006-0623_L_2010_08_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.997 x 14.12 at 4.149 degrees (North through East) ! Clean map min=-0.0017712 max=1.639 Jy/beam ! Writing clean map to FITS file: J0006-0623_L_2010_08_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.639 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000299196 device "J0006-0623_L_2010_08_23_pus\_map.eps/VPS" ! Attempting to open device: 'J0006-0623_L_2010_08_23_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0547644 0.0547644 0.109529 0.219058 0.438116 0.876231 1.75246 3.50492 7.00985 14.0197 28.0394 56.0788 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.638 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.997 x 14.12 at 4.149 degrees (North through East) ! Clean map min=-0.0017712 max=1.639 Jy/beam quit ! Quitting program ! Log file J0006-0623_L_2010_08_23_pus_uvs.log closed on Sun Jan 10 01:21:00 2016