! Started logfile: J0305+0523_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:15:25 2017 obs J0305+0523_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0305+0523_S_2014_01_04_pus_uva.fits ! AN table 1: 85 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J0305+0523 ! ! 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 370 lines of history. ! ! Reading 7140 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 J0305+0523_S_2014_01_04_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 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.827348Jy sigma=0.011235 ! Fit after self-cal, rms=0.787644Jy sigma=0.010799 ! 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.036 mas, bmaj=5.452 mas, bpa=1.54 degrees ! Estimated noise=860.944 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.16471 Jy ! Component: 100 - total flux cleaned = 0.200929 Jy ! Total flux subtracted in 100 components = 0.200929 Jy ! Clean residual min=-0.008274 max=0.013506 Jy/beam ! Clean residual mean=-0.000040 rms=0.002157 Jy/beam ! Combined flux in latest and established models = 0.200929 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.200929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083650Jy sigma=0.000968 ! Fit after self-cal, rms=0.083644Jy sigma=0.000967 ! Inverting map ! Added new window around map position (-3.5, 8). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0141015 Jy ! Component: 100 - total flux cleaned = 0.0207635 Jy ! Total flux subtracted in 100 components = 0.0207635 Jy ! Clean residual min=-0.005886 max=0.008807 Jy/beam ! Clean residual mean=-0.000025 rms=0.001566 Jy/beam ! Combined flux in latest and established models = 0.221693 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 18 components and 0.221693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081001Jy sigma=0.000944 ! Fit after self-cal, rms=0.080744Jy sigma=0.000943 ! 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.664 mas, bmaj=6.502 mas, bpa=0.6175 degrees ! Estimated noise=653.787 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.00592414 Jy ! Component: 100 - total flux cleaned = 0.00972989 Jy ! Component: 150 - total flux cleaned = 0.011692 Jy ! Component: 200 - total flux cleaned = 0.0123054 Jy ! Total flux subtracted in 200 components = 0.0123054 Jy ! Clean residual min=-0.004768 max=0.005877 Jy/beam ! Clean residual mean=-0.000017 rms=0.001211 Jy/beam ! Combined flux in latest and established models = 0.233998 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 23 components and 0.233998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079985Jy sigma=0.000939 ! Fit after self-cal, rms=0.079900Jy sigma=0.000938 ! 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.03 FD 1.00* KP 1.00* LA 1.05 ! MK 0.99 NL 0.98 OV 0.97 PT 1.03 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00* KP 1.00* LA 1.00 ! MK 0.99 NL 1.04 OV 1.02 PT 0.99 ! SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00* KP 1.00* LA 0.84 ! MK 1.00 NL 0.99 OV 0.94 PT 0.97 ! SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.00* KP 1.00* LA 0.90 ! MK 0.99 NL 1.06 OV 0.98 PT 1.02 ! SC 0.93 ! ! ! Fit before self-cal, rms=0.079900Jy sigma=0.000938 ! Fit after self-cal, rms=0.075484Jy sigma=0.000906 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.64 mas, bmaj=6.521 mas, bpa=0.8802 degrees ! Estimated noise=650.702 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.00264095 Jy ! Component: 100 - total flux cleaned = -0.0037895 Jy ! Component: 150 - total flux cleaned = -0.00416637 Jy ! Component: 200 - total flux cleaned = -0.00437234 Jy ! Total flux subtracted in 200 components = -0.00437234 Jy ! Clean residual min=-0.003073 max=0.003443 Jy/beam ! Clean residual mean=0.000001 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.229626 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 35 components and 0.229626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075374Jy sigma=0.000905 ! Fit after self-cal, rms=0.075252Jy sigma=0.000905 ! 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.075252Jy sigma=0.000905 ! Fit after self-cal, rms=0.075827Jy sigma=0.000901 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.635 mas, bmaj=6.519 mas, bpa=0.7685 degrees ! Estimated noise=651.495 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00127175 Jy ! Component: 100 - total flux cleaned = -0.00173194 Jy ! Component: 150 - total flux cleaned = -0.00185428 Jy ! Component: 200 - total flux cleaned = -0.00195877 Jy ! Total flux subtracted in 200 components = -0.00195877 Jy ! Clean residual min=-0.002321 max=0.002815 Jy/beam ! Clean residual mean=0.000003 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.227667 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 43 components and 0.227667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075784Jy sigma=0.000900 ! Fit after self-cal, rms=0.075780Jy sigma=0.000900 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 (-70.5, 113.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00181928 Jy ! Component: 100 - total flux cleaned = 0.00185521 Jy ! Component: 150 - total flux cleaned = 0.00185619 Jy ! Component: 200 - total flux cleaned = 0.00176457 Jy ! Total flux subtracted in 200 components = 0.00176457 Jy ! Clean residual min=-0.002100 max=0.002305 Jy/beam ! Clean residual mean=-0.000001 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.229431 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 59 components and 0.229431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075689Jy sigma=0.000899 ! Fit after self-cal, rms=0.075686Jy sigma=0.000899 ! 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.075686Jy sigma=0.000899 ! Fit after self-cal, rms=0.075390Jy sigma=0.000899 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.631 mas, bmaj=6.522 mas, bpa=0.8072 degrees ! Estimated noise=650.796 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000385008 Jy ! Component: 100 - total flux cleaned = -0.000606331 Jy ! Component: 150 - total flux cleaned = -0.000778954 Jy ! Component: 200 - total flux cleaned = -0.000911118 Jy ! Total flux subtracted in 200 components = -0.000911118 Jy ! Clean residual min=-0.001986 max=0.002054 Jy/beam ! Clean residual mean=-0.000000 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.22852 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 64 components and 0.22852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075362Jy sigma=0.000899 ! Fit after self-cal, rms=0.075349Jy sigma=0.000899 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 = -5.24334e-05 Jy ! Component: 100 - total flux cleaned = -0.000148342 Jy ! Component: 150 - total flux cleaned = -0.000194043 Jy ! Component: 200 - total flux cleaned = -0.000259186 Jy ! Total flux subtracted in 200 components = -0.000259186 Jy ! Clean residual min=-0.001946 max=0.002057 Jy/beam ! Clean residual mean=-0.000001 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.228261 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 72 components and 0.228261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075334Jy sigma=0.000898 ! Fit after self-cal, rms=0.075338Jy sigma=0.000898 ! 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.075338Jy sigma=0.000898 ! Fit after self-cal, rms=0.075180Jy sigma=0.000898 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.608 mas, bmaj=10.86 mas, bpa=6.157 degrees ! Estimated noise=763.536 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000898624 Jy ! Component: 100 - total flux cleaned = -0.00143136 Jy ! Component: 150 - total flux cleaned = -0.00165613 Jy ! Component: 200 - total flux cleaned = -0.0017346 Jy ! Total flux subtracted in 200 components = -0.0017346 Jy ! Clean residual min=-0.002343 max=0.002464 Jy/beam ! Clean residual mean=-0.000002 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.226527 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 83 components and 0.226527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075176Jy sigma=0.000898 ! Fit after self-cal, rms=0.075161Jy sigma=0.000898 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.33862e-05 Jy ! Component: 100 - total flux cleaned = -0.000161424 Jy ! Component: 150 - total flux cleaned = -0.000216461 Jy ! Component: 200 - total flux cleaned = -0.000268889 Jy ! Total flux subtracted in 200 components = -0.000268889 Jy ! Clean residual min=-0.002306 max=0.002414 Jy/beam ! Clean residual mean=-0.000001 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.226258 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 86 components and 0.226258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075161Jy sigma=0.000898 ! Fit after self-cal, rms=0.075162Jy sigma=0.000898 ! 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.629 mas, bmaj=6.525 mas, bpa=0.8322 degrees ! Estimated noise=650.544 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.629 x 6.525 at 0.8322 degrees (North through East) ! Clean map min=-0.0018479 max=0.20641 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 mas, bmaj=5.472 mas, bpa=1.785 degrees ! Estimated noise=857.105 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.163966 Jy ! Component: 100 - total flux cleaned = 0.20022 Jy ! Component: 150 - total flux cleaned = 0.212015 Jy ! Component: 200 - total flux cleaned = 0.218117 Jy ! Total flux subtracted in 200 components = 0.218117 Jy ! Clean residual min=-0.003064 max=0.003458 Jy/beam ! Clean residual mean=-0.000007 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.218117 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.218117 Jy ! Inverting map and beam ! Estimated beam: bmin=3.629 mas, bmaj=6.525 mas, bpa=0.8322 degrees ! Estimated noise=650.544 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) ! Added new window around map position (-3, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00346746 Jy ! Component: 100 - total flux cleaned = 0.00565304 Jy ! Component: 150 - total flux cleaned = 0.00648894 Jy ! Component: 200 - total flux cleaned = 0.00674656 Jy ! Total flux subtracted in 200 components = 0.00674656 Jy ! Clean residual min=-0.001935 max=0.001884 Jy/beam ! Clean residual mean=-0.000006 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.224863 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 37 components and 0.224863 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.608 mas, bmaj=10.86 mas, bpa=6.157 degrees ! Estimated noise=763.536 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.90598e-05 Jy ! Component: 100 - total flux cleaned = 0.000207442 Jy ! Component: 150 - total flux cleaned = 0.000297542 Jy ! Component: 200 - total flux cleaned = 0.000377918 Jy ! Total flux subtracted in 200 components = 0.000377918 Jy ! Clean residual min=-0.002114 max=0.002234 Jy/beam ! Clean residual mean=-0.000006 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.225241 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.50051e-05 Jy ! Component: 100 - total flux cleaned = 9.49899e-05 Jy ! Component: 150 - total flux cleaned = 0.000179395 Jy ! Component: 200 - total flux cleaned = 0.000237796 Jy ! Total flux subtracted in 200 components = 0.000237796 Jy ! Clean residual min=-0.002062 max=0.002170 Jy/beam ! Clean residual mean=-0.000003 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.225479 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 64 components and 0.225479 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.629 mas, bmaj=6.525 mas, bpa=0.8322 degrees ! Estimated noise=650.544 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000345058 Jy ! Component: 100 - total flux cleaned = -0.000508504 Jy ! Component: 150 - total flux cleaned = -0.000473138 Jy ! Component: 200 - total flux cleaned = -0.000374251 Jy ! Total flux subtracted in 200 components = -0.000374251 Jy ! Clean residual min=-0.001734 max=0.001689 Jy/beam ! Clean residual mean=-0.000002 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.225105 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 82 components and 0.225105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075191Jy sigma=0.000898 ! Fit after self-cal, rms=0.075201Jy sigma=0.000898 wmodel J0305+0523_S_2014_01_04_pus_map.mod ! Writing 82 model components to file: J0305+0523_S_2014_01_04_pus_map.mod wobs J0305+0523_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0305+0523_S_2014_01_04_pus_uvs.fits wwins J0305+0523_S_2014_01_04_pus_map.win ! wwins: Wrote 4 windows to J0305+0523_S_2014_01_04_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.000186932 Jy ! Component: 100 - total flux cleaned = 0.000336016 Jy ! Component: 150 - total flux cleaned = 0.000478494 Jy ! Component: 200 - total flux cleaned = 0.000615026 Jy ! Component: 250 - total flux cleaned = 0.000693753 Jy ! Component: 300 - total flux cleaned = 0.000819074 Jy ! Component: 350 - total flux cleaned = 0.000989204 Jy ! Component: 400 - total flux cleaned = 0.00110643 Jy ! Component: 450 - total flux cleaned = 0.00124302 Jy ! Component: 500 - total flux cleaned = 0.00130955 Jy ! Component: 550 - total flux cleaned = 0.00146017 Jy ! Component: 600 - total flux cleaned = 0.00154362 Jy ! Component: 650 - total flux cleaned = 0.00168629 Jy ! Component: 700 - total flux cleaned = 0.00178553 Jy ! Component: 750 - total flux cleaned = 0.00186323 Jy ! Component: 800 - total flux cleaned = 0.00186292 Jy ! Component: 850 - total flux cleaned = 0.00180712 Jy ! Component: 900 - total flux cleaned = 0.00182528 Jy ! Component: 950 - total flux cleaned = 0.00175384 Jy ! Component: 1000 - total flux cleaned = 0.00178904 Jy ! Component: 1050 - total flux cleaned = 0.00177134 Jy ! Component: 1100 - total flux cleaned = 0.00173702 Jy ! Component: 1150 - total flux cleaned = 0.00167032 Jy ! Component: 1200 - total flux cleaned = 0.00167035 Jy ! Component: 1250 - total flux cleaned = 0.00160546 Jy ! Component: 1300 - total flux cleaned = 0.00162131 Jy ! Component: 1350 - total flux cleaned = 0.00158979 Jy ! Component: 1400 - total flux cleaned = 0.00157428 Jy ! Component: 1450 - total flux cleaned = 0.00154392 Jy ! Component: 1500 - total flux cleaned = 0.00151394 Jy ! Component: 1550 - total flux cleaned = 0.00145473 Jy ! Component: 1600 - total flux cleaned = 0.00145464 Jy ! Component: 1650 - total flux cleaned = 0.00138265 Jy ! Component: 1700 - total flux cleaned = 0.00136841 Jy ! Component: 1750 - total flux cleaned = 0.00132618 Jy ! Component: 1800 - total flux cleaned = 0.00132628 Jy ! Component: 1850 - total flux cleaned = 0.00129854 Jy ! Component: 1900 - total flux cleaned = 0.0012713 Jy ! Component: 1950 - total flux cleaned = 0.00121778 Jy ! Component: 2000 - total flux cleaned = 0.00124446 Jy ! Component: 2050 - total flux cleaned = 0.00121844 Jy ! Component: 2100 - total flux cleaned = 0.00121842 Jy ! Component: 2150 - total flux cleaned = 0.00123138 Jy ! Component: 2200 - total flux cleaned = 0.00119342 Jy ! Component: 2250 - total flux cleaned = 0.0011934 Jy ! Component: 2300 - total flux cleaned = 0.00118091 Jy ! Component: 2350 - total flux cleaned = 0.00115632 Jy ! Component: 2400 - total flux cleaned = 0.0011807 Jy ! Component: 2450 - total flux cleaned = 0.00114437 Jy ! Component: 2500 - total flux cleaned = 0.00110839 Jy ! Component: 2550 - total flux cleaned = 0.0010846 Jy ! Component: 2600 - total flux cleaned = 0.00106102 Jy ! Component: 2650 - total flux cleaned = 0.00107258 Jy ! Component: 2700 - total flux cleaned = 0.00104947 Jy ! Component: 2750 - total flux cleaned = 0.00102664 Jy ! Component: 2800 - total flux cleaned = 0.000981225 Jy ! Component: 2850 - total flux cleaned = 0.000992412 Jy ! Component: 2900 - total flux cleaned = 0.000925439 Jy ! Component: 2950 - total flux cleaned = 0.000859029 Jy ! Component: 3000 - total flux cleaned = 0.00087015 Jy ! Component: 3050 - total flux cleaned = 0.000848325 Jy ! Component: 3100 - total flux cleaned = 0.000815905 Jy ! Component: 3150 - total flux cleaned = 0.000815916 Jy ! Component: 3200 - total flux cleaned = 0.000805266 Jy ! Component: 3250 - total flux cleaned = 0.000815763 Jy ! Component: 3300 - total flux cleaned = 0.000763297 Jy ! Component: 3350 - total flux cleaned = 0.000752904 Jy ! Component: 3400 - total flux cleaned = 0.000742529 Jy ! Component: 3450 - total flux cleaned = 0.000701382 Jy ! Component: 3500 - total flux cleaned = 0.000711551 Jy ! Component: 3550 - total flux cleaned = 0.000650834 Jy ! Component: 3600 - total flux cleaned = 0.000640857 Jy ! Component: 3650 - total flux cleaned = 0.000590957 Jy ! Component: 3700 - total flux cleaned = 0.000561328 Jy ! Component: 3750 - total flux cleaned = 0.000531815 Jy ! Component: 3800 - total flux cleaned = 0.000521994 Jy ! Component: 3850 - total flux cleaned = 0.000521979 Jy ! Component: 3900 - total flux cleaned = 0.000492876 Jy ! Component: 3950 - total flux cleaned = 0.000444837 Jy ! Component: 4000 - total flux cleaned = 0.000444919 Jy ! Component: 4050 - total flux cleaned = 0.000406904 Jy ! Total flux subtracted in 4096 components = 0.000387958 Jy ! Clean residual min=-0.000716 max=0.000553 Jy/beam ! Clean residual mean=-0.000005 rms=0.000163 Jy/beam ! Combined flux in latest and established models = 0.225493 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 356 components and 0.225493 Jy ![Exited script file: muppet] wmap "J0305+0523_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.629 x 6.525 at 0.8322 degrees (North through East) ! Clean map min=-0.0020296 max=0.20811 Jy/beam ! Writing clean map to FITS file: J0305+0523_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.208113 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000157617 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.227209 0.227209 0.454419 0.908838 1.81768 3.63535 7.2707 14.5414 29.0828 58.1656 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.208 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.629 x 6.525 at 0.8322 degrees (North through East) ! Clean map min=-0.0020296 max=0.20811 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 J0305+0523_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:15:29 2017