! Started logfile: J0401+2110_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:45:31 2016 obs J0401+2110_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0401+2110_S_2015_03_17_pus_uva.fits ! AN table 1: 28 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.90873 visibilities/baseline/integration-bin. ! Found source: J0401+2110 ! ! 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 4580 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 J0401+2110_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.836788Jy sigma=0.010245 ! Fit after self-cal, rms=0.833183Jy sigma=0.010201 ! 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.809 mas, bmaj=5.915 mas, bpa=-6.372 degrees ! Estimated noise=1060.43 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.124551 Jy ! Component: 100 - total flux cleaned = 0.154324 Jy ! Total flux subtracted in 100 components = 0.154324 Jy ! Clean residual min=-0.005588 max=0.011660 Jy/beam ! Clean residual mean=-0.000015 rms=0.001525 Jy/beam ! Combined flux in latest and established models = 0.154324 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.154324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077114Jy sigma=0.000837 ! Fit after self-cal, rms=0.077096Jy sigma=0.000837 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.012469 Jy ! Component: 100 - total flux cleaned = 0.0189599 Jy ! Total flux subtracted in 100 components = 0.0189599 Jy ! Clean residual min=-0.005699 max=0.005069 Jy/beam ! Clean residual mean=-0.000011 rms=0.001236 Jy/beam ! Combined flux in latest and established models = 0.173284 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 25 components and 0.173284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073864Jy sigma=0.000808 ! Fit after self-cal, rms=0.073843Jy sigma=0.000807 ! 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.382 mas, bmaj=6.78 mas, bpa=-6.229 degrees ! Estimated noise=876.617 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 (4.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00716104 Jy ! Component: 100 - total flux cleaned = 0.011587 Jy ! Component: 150 - total flux cleaned = 0.0147173 Jy ! Component: 200 - total flux cleaned = 0.0169836 Jy ! Total flux subtracted in 200 components = 0.0169836 Jy ! Clean residual min=-0.005499 max=0.004310 Jy/beam ! Clean residual mean=-0.000010 rms=0.001117 Jy/beam ! Combined flux in latest and established models = 0.190268 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 64 components and 0.190268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072744Jy sigma=0.000800 ! Fit after self-cal, rms=0.072718Jy sigma=0.000800 ! 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.01 FD 0.92 HN 0.94 KP 1.12 ! LA 1.00 MK 1.00 NL 0.87 OV 1.00 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.81 HN 0.95 KP 1.05 ! LA 0.94 MK 1.06 NL 1.05 OV 1.00 ! PT 1.04 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.96 HN 0.99 KP 0.93 ! LA 0.77 MK 1.08 NL 1.23 OV 0.99 ! PT 1.05 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.03 HN 0.94 KP 0.95 ! LA 0.85 MK 1.09 NL 0.98 OV 1.05 ! PT 1.07 SC 0.96 ! ! ! Fit before self-cal, rms=0.072718Jy sigma=0.000800 ! Fit after self-cal, rms=0.067161Jy sigma=0.000768 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.435 mas, bmaj=6.847 mas, bpa=-6.07 degrees ! Estimated noise=874.602 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.00223263 Jy ! Component: 100 - total flux cleaned = -0.00260137 Jy ! Component: 150 - total flux cleaned = -0.00270147 Jy ! Component: 200 - total flux cleaned = -0.00278958 Jy ! Total flux subtracted in 200 components = -0.00278958 Jy ! Clean residual min=-0.002961 max=0.002843 Jy/beam ! Clean residual mean=0.000005 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.187478 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 78 components and 0.187478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067055Jy sigma=0.000767 ! Fit after self-cal, rms=0.067017Jy sigma=0.000766 ! 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.067017Jy sigma=0.000766 ! Fit after self-cal, rms=0.066401Jy sigma=0.000760 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.442 mas, bmaj=6.83 mas, bpa=-6.167 degrees ! Estimated noise=872.466 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000911361 Jy ! Component: 100 - total flux cleaned = -0.00109711 Jy ! Component: 150 - total flux cleaned = -0.00125186 Jy ! Component: 200 - total flux cleaned = -0.00133427 Jy ! Total flux subtracted in 200 components = -0.00133427 Jy ! Clean residual min=-0.002904 max=0.002715 Jy/beam ! Clean residual mean=0.000005 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.186144 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 102 components and 0.186144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066368Jy sigma=0.000760 ! Fit after self-cal, rms=0.066375Jy sigma=0.000760 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.45261e-05 Jy ! Component: 100 - total flux cleaned = -8.40711e-05 Jy ! Component: 150 - total flux cleaned = -0.000132478 Jy ! Component: 200 - total flux cleaned = -0.00015598 Jy ! Total flux subtracted in 200 components = -0.00015598 Jy ! Clean residual min=-0.002835 max=0.002712 Jy/beam ! Clean residual mean=0.000005 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.185988 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 106 components and 0.185988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066359Jy sigma=0.000760 ! Fit after self-cal, rms=0.066358Jy sigma=0.000760 ! 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.066358Jy sigma=0.000760 ! Fit after self-cal, rms=0.066317Jy sigma=0.000760 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.452 mas, bmaj=6.838 mas, bpa=-6.079 degrees ! Estimated noise=871.814 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000731025 Jy ! Component: 100 - total flux cleaned = -0.000963098 Jy ! Component: 150 - total flux cleaned = -0.00105492 Jy ! Component: 200 - total flux cleaned = -0.00109816 Jy ! Total flux subtracted in 200 components = -0.00109816 Jy ! Clean residual min=-0.002730 max=0.002651 Jy/beam ! Clean residual mean=0.000005 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.18489 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 107 components and 0.18489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066297Jy sigma=0.000759 ! Fit after self-cal, rms=0.066297Jy sigma=0.000759 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.18187e-05 Jy ! Component: 100 - total flux cleaned = -4.19336e-05 Jy ! Component: 150 - total flux cleaned = -6.15395e-05 Jy ! Component: 200 - total flux cleaned = -9.98572e-05 Jy ! Total flux subtracted in 200 components = -9.98572e-05 Jy ! Clean residual min=-0.002677 max=0.002651 Jy/beam ! Clean residual mean=0.000005 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.18479 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 108 components and 0.18479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066286Jy sigma=0.000759 ! Fit after self-cal, rms=0.066286Jy sigma=0.000759 ! 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.066286Jy sigma=0.000759 ! Fit after self-cal, rms=0.066248Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.437 mas, bmaj=10.17 mas, bpa=-4.215 degrees ! Estimated noise=1088.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000118865 Jy ! Component: 100 - total flux cleaned = -2.88437e-05 Jy ! Component: 150 - total flux cleaned = -0.000123673 Jy ! Component: 200 - total flux cleaned = -0.000185949 Jy ! Total flux subtracted in 200 components = -0.000185949 Jy ! Clean residual min=-0.002896 max=0.002642 Jy/beam ! Clean residual mean=0.000014 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.184604 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 122 components and 0.184604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066246Jy sigma=0.000759 ! Fit after self-cal, rms=0.066244Jy sigma=0.000759 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.13041e-05 Jy ! Component: 100 - total flux cleaned = -7.96281e-05 Jy ! Component: 150 - total flux cleaned = -0.000102387 Jy ! Component: 200 - total flux cleaned = -0.000122398 Jy ! Total flux subtracted in 200 components = -0.000122398 Jy ! Clean residual min=-0.002871 max=0.002658 Jy/beam ! Clean residual mean=0.000013 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.184482 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 128 components and 0.184482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066246Jy sigma=0.000759 ! Fit after self-cal, rms=0.066246Jy sigma=0.000759 ! 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.461 mas, bmaj=6.844 mas, bpa=-5.99 degrees ! Estimated noise=871.282 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.461 x 6.844 at -5.99 degrees (North through East) ! Clean map min=-0.0026599 max=0.16347 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.864 mas, bmaj=5.964 mas, bpa=-6.19 degrees ! Estimated noise=1066.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.125181 Jy ! Component: 100 - total flux cleaned = 0.153749 Jy ! Component: 150 - total flux cleaned = 0.164652 Jy ! Component: 200 - total flux cleaned = 0.170757 Jy ! Total flux subtracted in 200 components = 0.170757 Jy ! Clean residual min=-0.003313 max=0.003822 Jy/beam ! Clean residual mean=-0.000001 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 0.170757 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.170757 Jy ! Inverting map and beam ! Estimated beam: bmin=3.461 mas, bmaj=6.844 mas, bpa=-5.99 degrees ! Estimated noise=871.282 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.00539894 Jy ! Component: 100 - total flux cleaned = 0.00856768 Jy ! Component: 150 - total flux cleaned = 0.00983906 Jy ! Component: 200 - total flux cleaned = 0.0108193 Jy ! Total flux subtracted in 200 components = 0.0108193 Jy ! Clean residual min=-0.002766 max=0.002485 Jy/beam ! Clean residual mean=0.000004 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.181577 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 51 components and 0.181577 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.437 mas, bmaj=10.17 mas, bpa=-4.215 degrees ! Estimated noise=1088.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00166767 Jy ! Component: 100 - total flux cleaned = 0.00204791 Jy ! Component: 150 - total flux cleaned = 0.00229586 Jy ! Component: 200 - total flux cleaned = 0.00248558 Jy ! Total flux subtracted in 200 components = 0.00248558 Jy ! Clean residual min=-0.002915 max=0.002736 Jy/beam ! Clean residual mean=0.000013 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.184062 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.84739e-05 Jy ! Component: 100 - total flux cleaned = 0.000120812 Jy ! Component: 150 - total flux cleaned = 0.000151286 Jy ! Component: 200 - total flux cleaned = 0.000179655 Jy ! Total flux subtracted in 200 components = 0.000179655 Jy ! Clean residual min=-0.002895 max=0.002713 Jy/beam ! Clean residual mean=0.000013 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.184242 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 88 components and 0.184242 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.461 mas, bmaj=6.844 mas, bpa=-5.99 degrees ! Estimated noise=871.282 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000201224 Jy ! Component: 100 - total flux cleaned = -0.000165656 Jy ! Component: 150 - total flux cleaned = -0.000165755 Jy ! Component: 200 - total flux cleaned = -0.000166373 Jy ! Total flux subtracted in 200 components = -0.000166373 Jy ! Clean residual min=-0.002577 max=0.002687 Jy/beam ! Clean residual mean=0.000005 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.184075 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 101 components and 0.184075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066255Jy sigma=0.000759 ! Fit after self-cal, rms=0.066253Jy sigma=0.000759 wmodel J0401+2110_S_2015_03_17_pus_map.mod ! Writing 101 model components to file: J0401+2110_S_2015_03_17_pus_map.mod wobs J0401+2110_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0401+2110_S_2015_03_17_pus_uvs.fits wwins J0401+2110_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J0401+2110_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.000241797 Jy ! Component: 100 - total flux cleaned = 0.000285571 Jy ! Component: 150 - total flux cleaned = 0.000285728 Jy ! Component: 200 - total flux cleaned = 0.000246546 Jy ! Component: 250 - total flux cleaned = 0.000322332 Jy ! Component: 300 - total flux cleaned = 0.00035813 Jy ! Component: 350 - total flux cleaned = 0.000251401 Jy ! Component: 400 - total flux cleaned = 0.00018275 Jy ! Component: 450 - total flux cleaned = 0.000183143 Jy ! Component: 500 - total flux cleaned = 0.000151412 Jy ! Component: 550 - total flux cleaned = 0.000184319 Jy ! Component: 600 - total flux cleaned = 9.03562e-05 Jy ! Component: 650 - total flux cleaned = 2.9474e-05 Jy ! Component: 700 - total flux cleaned = 2.91511e-05 Jy ! Component: 750 - total flux cleaned = -6.2257e-07 Jy ! Component: 800 - total flux cleaned = -5.95797e-05 Jy ! Component: 850 - total flux cleaned = -5.97638e-05 Jy ! Component: 900 - total flux cleaned = -2.8839e-06 Jy ! Component: 950 - total flux cleaned = 2.48469e-05 Jy ! Component: 1000 - total flux cleaned = 5.26773e-05 Jy ! Component: 1050 - total flux cleaned = 0.000107779 Jy ! Component: 1100 - total flux cleaned = 0.00021498 Jy ! Component: 1150 - total flux cleaned = 0.000161801 Jy ! Component: 1200 - total flux cleaned = 0.000162208 Jy ! Component: 1250 - total flux cleaned = 0.000213955 Jy ! Component: 1300 - total flux cleaned = 0.000239565 Jy ! Component: 1350 - total flux cleaned = 0.000264709 Jy ! Component: 1400 - total flux cleaned = 0.000388656 Jy ! Component: 1450 - total flux cleaned = 0.000290031 Jy ! Component: 1500 - total flux cleaned = 0.000387396 Jy ! Component: 1550 - total flux cleaned = 0.000387409 Jy ! Component: 1600 - total flux cleaned = 0.000482514 Jy ! Component: 1650 - total flux cleaned = 0.000506179 Jy ! Component: 1700 - total flux cleaned = 0.000529484 Jy ! Component: 1750 - total flux cleaned = 0.000575054 Jy ! Component: 1800 - total flux cleaned = 0.000552327 Jy ! Component: 1850 - total flux cleaned = 0.00055219 Jy ! Component: 1900 - total flux cleaned = 0.000485933 Jy ! Component: 1950 - total flux cleaned = 0.000596031 Jy ! Component: 2000 - total flux cleaned = 0.000531069 Jy ! Component: 2050 - total flux cleaned = 0.0005314 Jy ! Component: 2100 - total flux cleaned = 0.000488805 Jy ! Component: 2150 - total flux cleaned = 0.00048897 Jy ! Component: 2200 - total flux cleaned = 0.000530887 Jy ! Component: 2250 - total flux cleaned = 0.000489207 Jy ! Component: 2300 - total flux cleaned = 0.000489017 Jy ! Component: 2350 - total flux cleaned = 0.00038739 Jy ! Component: 2400 - total flux cleaned = 0.000407583 Jy ! Component: 2450 - total flux cleaned = 0.0002876 Jy ! Component: 2500 - total flux cleaned = 0.000268101 Jy ! Component: 2550 - total flux cleaned = 0.000248388 Jy ! Component: 2600 - total flux cleaned = 0.000112323 Jy ! Component: 2650 - total flux cleaned = 0.000170061 Jy ! Component: 2700 - total flux cleaned = 0.000112699 Jy ! Component: 2750 - total flux cleaned = 9.36532e-05 Jy ! Component: 2800 - total flux cleaned = 5.58185e-05 Jy ! Component: 2850 - total flux cleaned = 7.4462e-05 Jy ! Component: 2900 - total flux cleaned = 5.6069e-05 Jy ! Component: 2950 - total flux cleaned = 9.25962e-05 Jy ! Component: 3000 - total flux cleaned = 1.69104e-06 Jy ! Component: 3050 - total flux cleaned = 5.6039e-05 Jy ! Component: 3100 - total flux cleaned = 9.18951e-05 Jy ! Component: 3150 - total flux cleaned = 7.42441e-05 Jy ! Component: 3200 - total flux cleaned = 0.000144611 Jy ! Component: 3250 - total flux cleaned = 0.000161973 Jy ! Component: 3300 - total flux cleaned = 0.000214246 Jy ! Component: 3350 - total flux cleaned = 0.000197068 Jy ! Component: 3400 - total flux cleaned = 0.000248274 Jy ! Component: 3450 - total flux cleaned = 0.000197136 Jy ! Component: 3500 - total flux cleaned = 0.000281572 Jy ! Component: 3550 - total flux cleaned = 0.000281573 Jy ! Component: 3600 - total flux cleaned = 0.000331434 Jy ! Component: 3650 - total flux cleaned = 0.000348004 Jy ! Component: 3700 - total flux cleaned = 0.000397473 Jy ! Component: 3750 - total flux cleaned = 0.000430123 Jy ! Component: 3800 - total flux cleaned = 0.000462559 Jy ! Component: 3850 - total flux cleaned = 0.000526813 Jy ! Component: 3900 - total flux cleaned = 0.00049506 Jy ! Component: 3950 - total flux cleaned = 0.000495036 Jy ! Component: 4000 - total flux cleaned = 0.000542614 Jy ! Component: 4050 - total flux cleaned = 0.000558181 Jy ! Total flux subtracted in 4096 components = 0.000636123 Jy ! Clean residual min=-0.001012 max=0.000859 Jy/beam ! Clean residual mean=0.000002 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.184712 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 404 components and 0.184711 Jy ![Exited script file: muppet] wmap "J0401+2110_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.461 x 6.844 at -5.99 degrees (North through East) ! Clean map min=-0.0019661 max=0.16358 Jy/beam ! Writing clean map to FITS file: J0401+2110_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.163577 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000287038 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.526427 0.526427 1.05285 2.10571 4.21141 8.42283 16.8457 33.6913 67.3826 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.163 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.461 x 6.844 at -5.99 degrees (North through East) ! Clean map min=-0.0019661 max=0.16358 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 J0401+2110_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:45:37 2016