! Started logfile: J0219+4727_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:43:25 2016 obs J0219+4727_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0219+4727_S_2015_03_17_pus_uva.fits ! AN table 1: 102 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.801743 visibilities/baseline/integration-bin. ! Found source: J0219+4727 ! ! 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 330 lines of history. ! ! Reading 14720 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 J0219+4727_S_2015_03_17_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 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 110 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.830224Jy sigma=0.009445 ! Fit after self-cal, rms=0.773089Jy sigma=0.008781 ! 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.189 mas, bmaj=3.967 mas, bpa=-58 degrees ! Estimated noise=883.749 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.165873 Jy ! Component: 100 - total flux cleaned = 0.210806 Jy ! Total flux subtracted in 100 components = 0.210806 Jy ! Clean residual min=-0.006978 max=0.019996 Jy/beam ! Clean residual mean=0.000022 rms=0.002122 Jy/beam ! Combined flux in latest and established models = 0.210806 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.210806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101972Jy sigma=0.000929 ! Fit after self-cal, rms=0.101911Jy sigma=0.000929 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0220032 Jy ! Component: 100 - total flux cleaned = 0.0338941 Jy ! Total flux subtracted in 100 components = 0.0338941 Jy ! Clean residual min=-0.005404 max=0.007510 Jy/beam ! Clean residual mean=0.000012 rms=0.001435 Jy/beam ! Combined flux in latest and established models = 0.2447 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 19 components and 0.2447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094130Jy sigma=0.000852 ! Fit after self-cal, rms=0.094086Jy sigma=0.000851 ! 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.74 mas, bmaj=4.914 mas, bpa=-54.79 degrees ! Estimated noise=530.578 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.0110086 Jy ! Component: 100 - total flux cleaned = 0.0169054 Jy ! Component: 150 - total flux cleaned = 0.020716 Jy ! Component: 200 - total flux cleaned = 0.0232563 Jy ! Total flux subtracted in 200 components = 0.0232563 Jy ! Clean residual min=-0.006612 max=0.007693 Jy/beam ! Clean residual mean=-0.000009 rms=0.001588 Jy/beam ! Combined flux in latest and established models = 0.267956 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 47 components and 0.267956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092162Jy sigma=0.000840 ! Fit after self-cal, rms=0.092144Jy sigma=0.000840 ! 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.87 HN 0.95 KP 1.12 ! LA 1.00 MK 1.06 NL 0.89 OV 1.00 ! PT 1.05 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.92 HN 1.02 KP 1.07 ! LA 0.96 MK 1.12 NL 1.02 OV 1.04 ! PT 1.05 SC 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.91 HN 1.00 KP 0.96 ! LA 0.79 MK 1.13 NL 1.13 OV 0.97 ! PT 1.03 SC 1.08 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.88 HN 0.96 KP 0.93 ! LA 0.85 MK 1.14 NL 1.00 OV 1.00 ! PT 1.07 SC 1.02 ! ! ! Fit before self-cal, rms=0.092144Jy sigma=0.000840 ! Fit after self-cal, rms=0.086107Jy sigma=0.000791 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.86 mas, bmaj=5.007 mas, bpa=-55.25 degrees ! Estimated noise=534.902 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.00400976 Jy ! Component: 100 - total flux cleaned = -0.00472102 Jy ! Component: 150 - total flux cleaned = -0.00519463 Jy ! Component: 200 - total flux cleaned = -0.00562697 Jy ! Total flux subtracted in 200 components = -0.00562697 Jy ! Clean residual min=-0.003489 max=0.003728 Jy/beam ! Clean residual mean=-0.000000 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.262329 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 48 components and 0.262329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085889Jy sigma=0.000788 ! Fit after self-cal, rms=0.085837Jy sigma=0.000787 ! 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.085837Jy sigma=0.000787 ! Fit after self-cal, rms=0.085105Jy sigma=0.000777 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.849 mas, bmaj=5.031 mas, bpa=-55.36 degrees ! Estimated noise=533.731 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00134905 Jy ! Component: 100 - total flux cleaned = -0.00159127 Jy ! Component: 150 - total flux cleaned = -0.0018563 Jy ! Component: 200 - total flux cleaned = -0.00204887 Jy ! Total flux subtracted in 200 components = -0.00204887 Jy ! Clean residual min=-0.002279 max=0.001841 Jy/beam ! Clean residual mean=-0.000004 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.26028 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 54 components and 0.26028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085072Jy sigma=0.000777 ! Fit after self-cal, rms=0.085097Jy sigma=0.000777 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.000189331 Jy ! Component: 100 - total flux cleaned = -0.000344625 Jy ! Component: 150 - total flux cleaned = -0.000459473 Jy ! Component: 200 - total flux cleaned = -0.000519785 Jy ! Total flux subtracted in 200 components = -0.000519785 Jy ! Clean residual min=-0.002310 max=0.001822 Jy/beam ! Clean residual mean=-0.000004 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.25976 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 57 components and 0.25976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085091Jy sigma=0.000777 ! Fit after self-cal, rms=0.085091Jy sigma=0.000777 ! 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.085091Jy sigma=0.000777 ! Fit after self-cal, rms=0.085089Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.865 mas, bmaj=5.051 mas, bpa=-55.41 degrees ! Estimated noise=534.288 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000991752 Jy ! Component: 100 - total flux cleaned = -0.00120817 Jy ! Component: 150 - total flux cleaned = -0.00141116 Jy ! Component: 200 - total flux cleaned = -0.00155743 Jy ! Total flux subtracted in 200 components = -0.00155743 Jy ! Clean residual min=-0.002215 max=0.001733 Jy/beam ! Clean residual mean=-0.000004 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.258203 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 58 components and 0.258203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085072Jy sigma=0.000776 ! Fit after self-cal, rms=0.085072Jy sigma=0.000776 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.000165172 Jy ! Component: 100 - total flux cleaned = -0.000308788 Jy ! Component: 150 - total flux cleaned = -0.00042399 Jy ! Component: 200 - total flux cleaned = -0.000528442 Jy ! Total flux subtracted in 200 components = -0.000528442 Jy ! Clean residual min=-0.002224 max=0.001721 Jy/beam ! Clean residual mean=-0.000004 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.257674 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 61 components and 0.257674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085068Jy sigma=0.000776 ! Fit after self-cal, rms=0.085068Jy sigma=0.000776 ! 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.085068Jy sigma=0.000776 ! Fit after self-cal, rms=0.085068Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.888 mas, bmaj=8.497 mas, bpa=88.75 degrees ! Estimated noise=657.898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00128415 Jy ! Component: 100 - total flux cleaned = -0.00187543 Jy ! Component: 150 - total flux cleaned = -0.00209535 Jy ! Component: 200 - total flux cleaned = -0.0021608 Jy ! Total flux subtracted in 200 components = -0.0021608 Jy ! Clean residual min=-0.002116 max=0.001947 Jy/beam ! Clean residual mean=-0.000009 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.255514 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 65 components and 0.255514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085069Jy sigma=0.000776 ! Fit after self-cal, rms=0.085067Jy sigma=0.000776 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.000112276 Jy ! Component: 100 - total flux cleaned = -0.000141834 Jy ! Component: 150 - total flux cleaned = -0.000175999 Jy ! Component: 200 - total flux cleaned = -0.000214884 Jy ! Total flux subtracted in 200 components = -0.000214884 Jy ! Clean residual min=-0.002122 max=0.001936 Jy/beam ! Clean residual mean=-0.000009 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.255299 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 66 components and 0.255299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085066Jy sigma=0.000776 ! Fit after self-cal, rms=0.085065Jy sigma=0.000776 ! 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.879 mas, bmaj=5.064 mas, bpa=-55.47 degrees ! Estimated noise=534.669 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.879 x 5.064 at -55.47 degrees (North through East) ! Clean map min=-0.0020169 max=0.22662 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.283 mas, bmaj=4.075 mas, bpa=-58.75 degrees ! Estimated noise=915.171 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.171661 Jy ! Component: 100 - total flux cleaned = 0.213709 Jy ! Component: 150 - total flux cleaned = 0.232206 Jy ! Component: 200 - total flux cleaned = 0.241771 Jy ! Total flux subtracted in 200 components = 0.241771 Jy ! Clean residual min=-0.003307 max=0.004666 Jy/beam ! Clean residual mean=-0.000000 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.241771 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.241771 Jy ! Inverting map and beam ! Estimated beam: bmin=3.879 mas, bmaj=5.064 mas, bpa=-55.47 degrees ! Estimated noise=534.669 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.00700106 Jy ! Component: 100 - total flux cleaned = 0.0104101 Jy ! Component: 150 - total flux cleaned = 0.0121911 Jy ! Component: 200 - total flux cleaned = 0.013143 Jy ! Total flux subtracted in 200 components = 0.013143 Jy ! Clean residual min=-0.002234 max=0.001738 Jy/beam ! Clean residual mean=-0.000003 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.254914 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 35 components and 0.254914 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.888 mas, bmaj=8.497 mas, bpa=88.75 degrees ! Estimated noise=657.898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000144921 Jy ! Component: 100 - total flux cleaned = 0.000157576 Jy ! Component: 150 - total flux cleaned = 0.000158157 Jy ! Component: 200 - total flux cleaned = 0.000138886 Jy ! Total flux subtracted in 200 components = 0.000138886 Jy ! Clean residual min=-0.002135 max=0.001882 Jy/beam ! Clean residual mean=-0.000009 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.255053 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 = -8.79217e-06 Jy ! Component: 100 - total flux cleaned = -3.18429e-05 Jy ! Component: 150 - total flux cleaned = -4.56311e-05 Jy ! Component: 200 - total flux cleaned = -5.82384e-05 Jy ! Total flux subtracted in 200 components = -5.82384e-05 Jy ! Clean residual min=-0.002140 max=0.001893 Jy/beam ! Clean residual mean=-0.000009 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.254994 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 45 components and 0.254994 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.879 mas, bmaj=5.064 mas, bpa=-55.47 degrees ! Estimated noise=534.669 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000293744 Jy ! Component: 100 - total flux cleaned = 0.000334791 Jy ! Component: 150 - total flux cleaned = 0.000350414 Jy ! Component: 200 - total flux cleaned = 0.000362284 Jy ! Total flux subtracted in 200 components = 0.000362284 Jy ! Clean residual min=-0.002178 max=0.001670 Jy/beam ! Clean residual mean=-0.000004 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.255357 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 53 components and 0.255357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085051Jy sigma=0.000776 ! Fit after self-cal, rms=0.085051Jy sigma=0.000776 wmodel J0219+4727_S_2015_03_17_pus_map.mod ! Writing 53 model components to file: J0219+4727_S_2015_03_17_pus_map.mod wobs J0219+4727_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0219+4727_S_2015_03_17_pus_uvs.fits wwins J0219+4727_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0219+4727_S_2015_03_17_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.000505016 Jy ! Component: 100 - total flux cleaned = -0.000320845 Jy ! Component: 150 - total flux cleaned = -0.0002036 Jy ! Component: 200 - total flux cleaned = -9.04089e-05 Jy ! Component: 250 - total flux cleaned = 1.83337e-05 Jy ! Component: 300 - total flux cleaned = 0.00014981 Jy ! Component: 350 - total flux cleaned = 0.000251696 Jy ! Component: 400 - total flux cleaned = 0.000375075 Jy ! Component: 450 - total flux cleaned = 0.0003741 Jy ! Component: 500 - total flux cleaned = 0.000303522 Jy ! Component: 550 - total flux cleaned = 0.000303323 Jy ! Component: 600 - total flux cleaned = 0.000281134 Jy ! Component: 650 - total flux cleaned = 0.000303257 Jy ! Component: 700 - total flux cleaned = 0.000259935 Jy ! Component: 750 - total flux cleaned = 0.000217501 Jy ! Component: 800 - total flux cleaned = 0.000196887 Jy ! Component: 850 - total flux cleaned = 0.000217559 Jy ! Component: 900 - total flux cleaned = 0.000197262 Jy ! Component: 950 - total flux cleaned = 0.000217247 Jy ! Component: 1000 - total flux cleaned = 0.000138443 Jy ! Component: 1050 - total flux cleaned = 0.000216164 Jy ! Component: 1100 - total flux cleaned = 0.000139273 Jy ! Component: 1150 - total flux cleaned = 0.000214986 Jy ! Component: 1200 - total flux cleaned = 0.000102913 Jy ! Component: 1250 - total flux cleaned = 0.00013988 Jy ! Component: 1300 - total flux cleaned = 3.02535e-05 Jy ! Component: 1350 - total flux cleaned = 6.6356e-05 Jy ! Component: 1400 - total flux cleaned = 3.10247e-05 Jy ! Component: 1450 - total flux cleaned = 3.08473e-05 Jy ! Component: 1500 - total flux cleaned = 1.35584e-05 Jy ! Component: 1550 - total flux cleaned = -3.55778e-06 Jy ! Component: 1600 - total flux cleaned = -3.72515e-05 Jy ! Component: 1650 - total flux cleaned = -3.68538e-05 Jy ! Component: 1700 - total flux cleaned = -3.67857e-05 Jy ! Component: 1750 - total flux cleaned = -4.15272e-06 Jy ! Component: 1800 - total flux cleaned = 2.79788e-05 Jy ! Component: 1850 - total flux cleaned = -1.99564e-05 Jy ! Component: 1900 - total flux cleaned = 2.76093e-05 Jy ! Component: 1950 - total flux cleaned = 2.76035e-05 Jy ! Component: 2000 - total flux cleaned = 7.40309e-05 Jy ! Component: 2050 - total flux cleaned = 0.000104363 Jy ! Component: 2100 - total flux cleaned = 0.000119428 Jy ! Component: 2150 - total flux cleaned = 0.00010441 Jy ! Component: 2200 - total flux cleaned = 0.000134183 Jy ! Component: 2250 - total flux cleaned = 0.000148976 Jy ! Component: 2300 - total flux cleaned = 0.000192858 Jy ! Component: 2350 - total flux cleaned = 0.000193077 Jy ! Component: 2400 - total flux cleaned = 0.000279377 Jy ! Component: 2450 - total flux cleaned = 0.000208012 Jy ! Component: 2500 - total flux cleaned = 0.000306938 Jy ! Component: 2550 - total flux cleaned = 0.00030689 Jy ! Component: 2600 - total flux cleaned = 0.000334664 Jy ! Component: 2650 - total flux cleaned = 0.000362192 Jy ! Component: 2700 - total flux cleaned = 0.000334937 Jy ! Component: 2750 - total flux cleaned = 0.000402533 Jy ! Component: 2800 - total flux cleaned = 0.000429263 Jy ! Component: 2850 - total flux cleaned = 0.000415935 Jy ! Component: 2900 - total flux cleaned = 0.000455574 Jy ! Component: 2950 - total flux cleaned = 0.00044265 Jy ! Component: 3000 - total flux cleaned = 0.000520671 Jy ! Component: 3050 - total flux cleaned = 0.000598078 Jy ! Component: 3100 - total flux cleaned = 0.000636438 Jy ! Component: 3150 - total flux cleaned = 0.000611066 Jy ! Component: 3200 - total flux cleaned = 0.000648892 Jy ! Component: 3250 - total flux cleaned = 0.000674009 Jy ! Component: 3300 - total flux cleaned = 0.000686508 Jy ! Component: 3350 - total flux cleaned = 0.000747949 Jy ! Component: 3400 - total flux cleaned = 0.00073569 Jy ! Component: 3450 - total flux cleaned = 0.000735703 Jy ! Component: 3500 - total flux cleaned = 0.000723658 Jy ! Component: 3550 - total flux cleaned = 0.000759502 Jy ! Component: 3600 - total flux cleaned = 0.000783209 Jy ! Component: 3650 - total flux cleaned = 0.000771394 Jy ! Component: 3700 - total flux cleaned = 0.000818278 Jy ! Component: 3750 - total flux cleaned = 0.00081826 Jy ! Component: 3800 - total flux cleaned = 0.000829792 Jy ! Component: 3850 - total flux cleaned = 0.000875658 Jy ! Component: 3900 - total flux cleaned = 0.000887061 Jy ! Component: 3950 - total flux cleaned = 0.000887075 Jy ! Component: 4000 - total flux cleaned = 0.0008983 Jy ! Component: 4050 - total flux cleaned = 0.000909544 Jy ! Total flux subtracted in 4096 components = 0.000920644 Jy ! Clean residual min=-0.000748 max=0.000822 Jy/beam ! Clean residual mean=0.000001 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.256277 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 334 components and 0.256277 Jy ![Exited script file: muppet] wmap "J0219+4727_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.879 x 5.064 at -55.47 degrees (North through East) ! Clean map min=-0.00136 max=0.22734 Jy/beam ! Writing clean map to FITS file: J0219+4727_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.227338 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00020049 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.26457 0.26457 0.52914 1.05828 2.11656 4.23312 8.46624 16.9325 33.865 67.7299 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.227 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.879 x 5.064 at -55.47 degrees (North through East) ! Clean map min=-0.00136 max=0.22734 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 J0219+4727_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:43:32 2016