! Started logfile: J1206+0529_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:24:34 2017 obs J1206+0529_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1206+0529_S_2015_01_23_pus_uva.fits ! AN table 1: 93 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.981123 visibilities/baseline/integration-bin. ! Found source: J1206+0529 ! ! 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 338 lines of history. ! ! Reading 16424 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 J1206+0529_S_2015_01_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.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 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.873031Jy sigma=0.009401 ! Fit after self-cal, rms=0.849822Jy sigma=0.009190 ! 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.563 mas, bmaj=6.407 mas, bpa=-2.817 degrees ! Estimated noise=791.767 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.114841 Jy ! Component: 100 - total flux cleaned = 0.159115 Jy ! Total flux subtracted in 100 components = 0.159115 Jy ! Clean residual min=-0.007047 max=0.018969 Jy/beam ! Clean residual mean=0.000033 rms=0.002334 Jy/beam ! Combined flux in latest and established models = 0.159115 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.159115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174001Jy sigma=0.000940 ! Fit after self-cal, rms=0.173791Jy sigma=0.000937 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0219815 Jy ! Component: 100 - total flux cleaned = 0.0353699 Jy ! Total flux subtracted in 100 components = 0.0353699 Jy ! Clean residual min=-0.005474 max=0.008022 Jy/beam ! Clean residual mean=0.000020 rms=0.001630 Jy/beam ! Combined flux in latest and established models = 0.194485 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 38 components and 0.194485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168504Jy sigma=0.000867 ! Fit after self-cal, rms=0.168483Jy sigma=0.000866 ! 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.055 mas, bmaj=7.302 mas, bpa=-3.059 degrees ! Estimated noise=557.279 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 (3, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0143039 Jy ! Component: 100 - total flux cleaned = 0.0237244 Jy ! Component: 150 - total flux cleaned = 0.0305579 Jy ! Component: 200 - total flux cleaned = 0.0355745 Jy ! Total flux subtracted in 200 components = 0.0355745 Jy ! Clean residual min=-0.006088 max=0.005901 Jy/beam ! Clean residual mean=0.000015 rms=0.001611 Jy/beam ! Combined flux in latest and established models = 0.230059 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 99 components and 0.230059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166025Jy sigma=0.000842 ! Fit after self-cal, rms=0.165995Jy sigma=0.000841 ! 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 0.96 KP 1.10 ! LA 0.97 MK 1.01 NL 0.97 OV 0.98 ! PT 1.04 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.94 HN 1.06 KP 1.01 ! LA 0.95 MK 1.00 NL 1.13 OV 0.98 ! PT 1.03 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.05 HN 1.04 KP 0.89 ! LA 0.77 MK 1.06 NL 1.55 OV 0.93 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.87 HN 1.01 KP 0.83 ! LA 0.83 MK 0.98 NL 0.98 OV 0.99 ! PT 1.04 SC 1.04 ! ! ! Fit before self-cal, rms=0.165995Jy sigma=0.000841 ! Fit after self-cal, rms=0.152540Jy sigma=0.000800 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.085 mas, bmaj=7.384 mas, bpa=-3.04 degrees ! Estimated noise=558.026 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.00136295 Jy ! Component: 100 - total flux cleaned = 0.00165642 Jy ! Component: 150 - total flux cleaned = 0.00183507 Jy ! Component: 200 - total flux cleaned = 0.00178645 Jy ! Total flux subtracted in 200 components = 0.00178645 Jy ! Clean residual min=-0.004944 max=0.003603 Jy/beam ! Clean residual mean=-0.000004 rms=0.001073 Jy/beam ! Combined flux in latest and established models = 0.231846 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 117 components and 0.231846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152434Jy sigma=0.000800 ! Fit after self-cal, rms=0.152394Jy sigma=0.000799 ! 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.152394Jy sigma=0.000799 ! Fit after self-cal, rms=0.143463Jy sigma=0.000784 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.08 mas, bmaj=7.384 mas, bpa=-3.119 degrees ! Estimated noise=556.417 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000885402 Jy ! Component: 100 - total flux cleaned = 0.00111167 Jy ! Component: 150 - total flux cleaned = 0.00117381 Jy ! Component: 200 - total flux cleaned = 0.00125573 Jy ! Total flux subtracted in 200 components = 0.00125573 Jy ! Clean residual min=-0.002813 max=0.003000 Jy/beam ! Clean residual mean=-0.000005 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.233102 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 126 components and 0.233102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143431Jy sigma=0.000784 ! Fit after self-cal, rms=0.143403Jy sigma=0.000784 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) ! Added new window around map position (-18, 94). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00296473 Jy ! Component: 100 - total flux cleaned = 0.00477375 Jy ! Component: 150 - total flux cleaned = 0.0061397 Jy ! Component: 200 - total flux cleaned = 0.00697534 Jy ! Total flux subtracted in 200 components = 0.00697534 Jy ! Clean residual min=-0.002466 max=0.002402 Jy/beam ! Clean residual mean=-0.000004 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.240077 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 164 components and 0.240077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143292Jy sigma=0.000783 ! Fit after self-cal, rms=0.143296Jy sigma=0.000783 ! Inverting map ! Added new window around map position (26, -108.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00197671 Jy ! Component: 100 - total flux cleaned = 0.00285622 Jy ! Component: 150 - total flux cleaned = 0.00357468 Jy ! Component: 200 - total flux cleaned = 0.00421886 Jy ! Total flux subtracted in 200 components = 0.00421886 Jy ! Clean residual min=-0.002288 max=0.002045 Jy/beam ! Clean residual mean=-0.000003 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.244296 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 183 components and 0.244296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143242Jy sigma=0.000782 ! Fit after self-cal, rms=0.143241Jy sigma=0.000782 ! 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.143241Jy sigma=0.000782 ! Fit after self-cal, rms=0.144645Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.074 mas, bmaj=7.384 mas, bpa=-3.196 degrees ! Estimated noise=556.827 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117885 Jy ! Component: 100 - total flux cleaned = 0.00212058 Jy ! Component: 150 - total flux cleaned = 0.00281149 Jy ! Component: 200 - total flux cleaned = 0.00334709 Jy ! Total flux subtracted in 200 components = 0.00334709 Jy ! Clean residual min=-0.002087 max=0.002052 Jy/beam ! Clean residual mean=-0.000004 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.247643 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 196 components and 0.247643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144606Jy sigma=0.000782 ! Fit after self-cal, rms=0.144612Jy sigma=0.000782 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.000335809 Jy ! Component: 100 - total flux cleaned = 0.000811862 Jy ! Component: 150 - total flux cleaned = 0.00115326 Jy ! Component: 200 - total flux cleaned = 0.00142611 Jy ! Total flux subtracted in 200 components = 0.00142611 Jy ! Clean residual min=-0.002062 max=0.001994 Jy/beam ! Clean residual mean=-0.000004 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.249069 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 206 components and 0.249069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144596Jy sigma=0.000782 ! Fit after self-cal, rms=0.144597Jy sigma=0.000782 ! 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.144597Jy sigma=0.000782 ! Fit after self-cal, rms=0.145394Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.159 mas, bmaj=11.51 mas, bpa=-3.038 degrees ! Estimated noise=742.287 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154576 Jy ! Component: 100 - total flux cleaned = 0.00268999 Jy ! Component: 150 - total flux cleaned = 0.00362531 Jy ! Component: 200 - total flux cleaned = 0.0042282 Jy ! Total flux subtracted in 200 components = 0.0042282 Jy ! Clean residual min=-0.002950 max=0.003105 Jy/beam ! Clean residual mean=-0.000008 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.253297 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 220 components and 0.253297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145362Jy sigma=0.000782 ! Fit after self-cal, rms=0.145360Jy sigma=0.000782 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.000404925 Jy ! Component: 100 - total flux cleaned = 0.000849055 Jy ! Component: 150 - total flux cleaned = 0.00118817 Jy ! Component: 200 - total flux cleaned = 0.00148934 Jy ! Total flux subtracted in 200 components = 0.00148934 Jy ! Clean residual min=-0.002810 max=0.003062 Jy/beam ! Clean residual mean=-0.000008 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.254786 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 231 components and 0.254787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145351Jy sigma=0.000782 ! Fit after self-cal, rms=0.145349Jy sigma=0.000782 ! 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.072 mas, bmaj=7.382 mas, bpa=-3.207 degrees ! Estimated noise=557.828 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.072 x 7.382 at -3.207 degrees (North through East) ! Clean map min=-0.0018744 max=0.14803 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.575 mas, bmaj=6.49 mas, bpa=-2.925 degrees ! Estimated noise=795.285 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.115526 Jy ! Component: 100 - total flux cleaned = 0.160817 Jy ! Component: 150 - total flux cleaned = 0.182515 Jy ! Component: 200 - total flux cleaned = 0.196011 Jy ! Total flux subtracted in 200 components = 0.196011 Jy ! Clean residual min=-0.003843 max=0.007326 Jy/beam ! Clean residual mean=0.000011 rms=0.001116 Jy/beam ! Combined flux in latest and established models = 0.196011 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.196011 Jy ! Inverting map and beam ! Estimated beam: bmin=3.072 mas, bmaj=7.382 mas, bpa=-3.207 degrees ! Estimated noise=557.828 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.0124323 Jy ! Component: 100 - total flux cleaned = 0.0199942 Jy ! Component: 150 - total flux cleaned = 0.0250785 Jy ! Component: 200 - total flux cleaned = 0.0290136 Jy ! Total flux subtracted in 200 components = 0.0290136 Jy ! Clean residual min=-0.002734 max=0.003093 Jy/beam ! Clean residual mean=0.000001 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.225025 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 79 components and 0.225025 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.159 mas, bmaj=11.51 mas, bpa=-3.038 degrees ! Estimated noise=742.287 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0058716 Jy ! Component: 100 - total flux cleaned = 0.0100185 Jy ! Component: 150 - total flux cleaned = 0.0133615 Jy ! Component: 200 - total flux cleaned = 0.0161032 Jy ! Total flux subtracted in 200 components = 0.0161032 Jy ! Clean residual min=-0.003571 max=0.002655 Jy/beam ! Clean residual mean=-0.000006 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.241128 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00227055 Jy ! Component: 100 - total flux cleaned = 0.00417259 Jy ! Component: 150 - total flux cleaned = 0.00579028 Jy ! Component: 200 - total flux cleaned = 0.00717804 Jy ! Total flux subtracted in 200 components = 0.00717804 Jy ! Clean residual min=-0.003140 max=0.002625 Jy/beam ! Clean residual mean=-0.000008 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.248306 Jy ! Adding 111 model components to the UV plane model. ! The established model now contains 182 components and 0.248306 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.072 mas, bmaj=7.382 mas, bpa=-3.207 degrees ! Estimated noise=557.828 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102185 Jy ! Component: 100 - total flux cleaned = 0.00142452 Jy ! Component: 150 - total flux cleaned = 0.00197814 Jy ! Component: 200 - total flux cleaned = 0.00244194 Jy ! Total flux subtracted in 200 components = 0.00244194 Jy ! Clean residual min=-0.002010 max=0.001898 Jy/beam ! Clean residual mean=-0.000004 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.250748 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 200 components and 0.250748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145378Jy sigma=0.000782 ! Fit after self-cal, rms=0.145354Jy sigma=0.000781 wmodel J1206+0529_S_2015_01_23_pus_map.mod ! Writing 200 model components to file: J1206+0529_S_2015_01_23_pus_map.mod wobs J1206+0529_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1206+0529_S_2015_01_23_pus_uvs.fits wwins J1206+0529_S_2015_01_23_pus_map.win ! wwins: Wrote 4 windows to J1206+0529_S_2015_01_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.000398256 Jy ! Component: 100 - total flux cleaned = -0.000522513 Jy ! Component: 150 - total flux cleaned = -0.000580496 Jy ! Component: 200 - total flux cleaned = -0.000664094 Jy ! Component: 250 - total flux cleaned = -0.00082411 Jy ! Component: 300 - total flux cleaned = -0.000927597 Jy ! Component: 350 - total flux cleaned = -0.00095312 Jy ! Component: 400 - total flux cleaned = -0.00097749 Jy ! Component: 450 - total flux cleaned = -0.00090621 Jy ! Component: 500 - total flux cleaned = -0.000906276 Jy ! Component: 550 - total flux cleaned = -0.000860486 Jy ! Component: 600 - total flux cleaned = -0.000793912 Jy ! Component: 650 - total flux cleaned = -0.000837945 Jy ! Component: 700 - total flux cleaned = -0.000795082 Jy ! Component: 750 - total flux cleaned = -0.000837557 Jy ! Component: 800 - total flux cleaned = -0.000858325 Jy ! Component: 850 - total flux cleaned = -0.000858597 Jy ! Component: 900 - total flux cleaned = -0.000838547 Jy ! Component: 950 - total flux cleaned = -0.000858648 Jy ! Component: 1000 - total flux cleaned = -0.000897692 Jy ! Component: 1050 - total flux cleaned = -0.000877898 Jy ! Component: 1100 - total flux cleaned = -0.000801812 Jy ! Component: 1150 - total flux cleaned = -0.000858328 Jy ! Component: 1200 - total flux cleaned = -0.000783789 Jy ! Component: 1250 - total flux cleaned = -0.000747273 Jy ! Component: 1300 - total flux cleaned = -0.000675108 Jy ! Component: 1350 - total flux cleaned = -0.000764795 Jy ! Component: 1400 - total flux cleaned = -0.000729212 Jy ! Component: 1450 - total flux cleaned = -0.000729209 Jy ! Component: 1500 - total flux cleaned = -0.000694819 Jy ! Component: 1550 - total flux cleaned = -0.00072894 Jy ! Component: 1600 - total flux cleaned = -0.000695029 Jy ! Component: 1650 - total flux cleaned = -0.000711665 Jy ! Component: 1700 - total flux cleaned = -0.000645596 Jy ! Component: 1750 - total flux cleaned = -0.000661935 Jy ! Component: 1800 - total flux cleaned = -0.000629102 Jy ! Component: 1850 - total flux cleaned = -0.000597051 Jy ! Component: 1900 - total flux cleaned = -0.000548989 Jy ! Component: 1950 - total flux cleaned = -0.0005175 Jy ! Component: 2000 - total flux cleaned = -0.000517593 Jy ! Component: 2050 - total flux cleaned = -0.000439843 Jy ! Component: 2100 - total flux cleaned = -0.000363152 Jy ! Component: 2150 - total flux cleaned = -0.000424248 Jy ! Component: 2200 - total flux cleaned = -0.000409484 Jy ! Component: 2250 - total flux cleaned = -0.000364462 Jy ! Component: 2300 - total flux cleaned = -0.00033493 Jy ! Component: 2350 - total flux cleaned = -0.000320152 Jy ! Component: 2400 - total flux cleaned = -0.000276217 Jy ! Component: 2450 - total flux cleaned = -0.000203362 Jy ! Component: 2500 - total flux cleaned = -0.000116959 Jy ! Component: 2550 - total flux cleaned = -0.000131381 Jy ! Component: 2600 - total flux cleaned = -6.01481e-05 Jy ! Component: 2650 - total flux cleaned = -1.76871e-05 Jy ! Component: 2700 - total flux cleaned = 8.05505e-05 Jy ! Component: 2750 - total flux cleaned = 3.88218e-05 Jy ! Component: 2800 - total flux cleaned = 8.0309e-05 Jy ! Component: 2850 - total flux cleaned = 0.000121399 Jy ! Component: 2900 - total flux cleaned = 0.000148713 Jy ! Component: 2950 - total flux cleaned = 0.000189371 Jy ! Component: 3000 - total flux cleaned = 0.000229722 Jy ! Component: 3050 - total flux cleaned = 0.000229875 Jy ! Component: 3100 - total flux cleaned = 0.00026995 Jy ! Component: 3150 - total flux cleaned = 0.000322806 Jy ! Component: 3200 - total flux cleaned = 0.000309689 Jy ! Component: 3250 - total flux cleaned = 0.000309663 Jy ! Component: 3300 - total flux cleaned = 0.00034843 Jy ! Component: 3350 - total flux cleaned = 0.000425579 Jy ! Component: 3400 - total flux cleaned = 0.000438207 Jy ! Component: 3450 - total flux cleaned = 0.000412853 Jy ! Component: 3500 - total flux cleaned = 0.000526515 Jy ! Component: 3550 - total flux cleaned = 0.00050133 Jy ! Component: 3600 - total flux cleaned = 0.000513995 Jy ! Component: 3650 - total flux cleaned = 0.000551196 Jy ! Component: 3700 - total flux cleaned = 0.000563541 Jy ! Component: 3750 - total flux cleaned = 0.000624889 Jy ! Component: 3800 - total flux cleaned = 0.000636986 Jy ! Component: 3850 - total flux cleaned = 0.00056427 Jy ! Component: 3900 - total flux cleaned = 0.000612572 Jy ! Component: 3950 - total flux cleaned = 0.000684524 Jy ! Component: 4000 - total flux cleaned = 0.000684564 Jy ! Component: 4050 - total flux cleaned = 0.000696366 Jy ! Total flux subtracted in 4096 components = 0.000719938 Jy ! Clean residual min=-0.000820 max=0.000836 Jy/beam ! Clean residual mean=-0.000002 rms=0.000226 Jy/beam ! Combined flux in latest and established models = 0.251468 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 513 components and 0.251468 Jy ![Exited script file: muppet] wmap "J1206+0529_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.072 x 7.382 at -3.207 degrees (North through East) ! Clean map min=-0.0014079 max=0.14705 Jy/beam ! Writing clean map to FITS file: J1206+0529_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.147046 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00022292 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.454796 0.454796 0.909593 1.81919 3.63837 7.27674 14.5535 29.107 58.214 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.147 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.072 x 7.382 at -3.207 degrees (North through East) ! Clean map min=-0.0014079 max=0.14705 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1206+0529_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:24:40 2017