! Started logfile: J0742+4900_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:51:11 2016 obs J0742+4900_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0742+4900_S_2015_03_17_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.881481 visibilities/baseline/integration-bin. ! Found source: J0742+4900 ! ! 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 4760 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 J0742+4900_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.613656Jy sigma=0.007676 ! Fit after self-cal, rms=0.606680Jy sigma=0.007592 ! 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.168 mas, bmaj=4.127 mas, bpa=-12.93 degrees ! Estimated noise=1162.15 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.292907 Jy ! Component: 100 - total flux cleaned = 0.362919 Jy ! Total flux subtracted in 100 components = 0.362919 Jy ! Clean residual min=-0.012928 max=0.027151 Jy/beam ! Clean residual mean=-0.000031 rms=0.003363 Jy/beam ! Combined flux in latest and established models = 0.362919 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.362919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104004Jy sigma=0.001126 ! Fit after self-cal, rms=0.103991Jy sigma=0.001126 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.030212 Jy ! Component: 100 - total flux cleaned = 0.0470622 Jy ! Total flux subtracted in 100 components = 0.0470622 Jy ! Clean residual min=-0.011470 max=0.013006 Jy/beam ! Clean residual mean=-0.000019 rms=0.002653 Jy/beam ! Combined flux in latest and established models = 0.409981 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 19 components and 0.409981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089624Jy sigma=0.000985 ! Fit after self-cal, rms=0.089585Jy sigma=0.000985 ! 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.911 mas, bmaj=5.016 mas, bpa=4.504 degrees ! Estimated noise=849.394 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.0148062 Jy ! Component: 100 - total flux cleaned = 0.0232683 Jy ! Component: 150 - total flux cleaned = 0.02848 Jy ! Component: 200 - total flux cleaned = 0.0317643 Jy ! Total flux subtracted in 200 components = 0.0317643 Jy ! Clean residual min=-0.010471 max=0.011007 Jy/beam ! Clean residual mean=-0.000034 rms=0.002382 Jy/beam ! Combined flux in latest and established models = 0.441746 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 40 components and 0.441746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085788Jy sigma=0.000965 ! Fit after self-cal, rms=0.085783Jy sigma=0.000965 ! 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.02 FD 0.85 HN 0.93 KP 1.11 ! LA 1.00 MK 1.08 NL 0.91 OV 1.00 ! PT 1.06 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.88 HN 0.99 KP 1.07 ! LA 0.98 MK 1.12 NL 1.02 OV 1.04 ! PT 1.07 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.91 HN 0.99 KP 0.97 ! LA 0.79 MK 1.13 NL 1.14 OV 0.95 ! PT 1.05 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.92 HN 0.95 KP 0.93 ! LA 0.84 MK 1.15 NL 1.01 OV 0.99 ! PT 1.08 SC 0.97 ! ! ! Fit before self-cal, rms=0.085783Jy sigma=0.000965 ! Fit after self-cal, rms=0.068298Jy sigma=0.000798 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.988 mas, bmaj=5.108 mas, bpa=5.704 degrees ! Estimated noise=852.03 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.00515901 Jy ! Component: 100 - total flux cleaned = -0.00579665 Jy ! Component: 150 - total flux cleaned = -0.00628752 Jy ! Component: 200 - total flux cleaned = -0.00684147 Jy ! Total flux subtracted in 200 components = -0.00684147 Jy ! Clean residual min=-0.005158 max=0.004674 Jy/beam ! Clean residual mean=-0.000010 rms=0.001049 Jy/beam ! Combined flux in latest and established models = 0.434904 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 41 components and 0.434904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067793Jy sigma=0.000792 ! Fit after self-cal, rms=0.067745Jy sigma=0.000792 ! 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.067745Jy sigma=0.000792 ! Fit after self-cal, rms=0.066823Jy sigma=0.000779 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.004 mas, bmaj=5.106 mas, bpa=5.381 degrees ! Estimated noise=850.731 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00255497 Jy ! Component: 100 - total flux cleaned = -0.00307639 Jy ! Component: 150 - total flux cleaned = -0.00349725 Jy ! Component: 200 - total flux cleaned = -0.00389391 Jy ! Total flux subtracted in 200 components = -0.00389391 Jy ! Clean residual min=-0.003848 max=0.003372 Jy/beam ! Clean residual mean=-0.000000 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.43101 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 45 components and 0.43101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066662Jy sigma=0.000777 ! Fit after self-cal, rms=0.066675Jy 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.000341867 Jy ! Component: 100 - total flux cleaned = -0.000587713 Jy ! Component: 150 - total flux cleaned = -0.000771297 Jy ! Component: 200 - total flux cleaned = -0.000882621 Jy ! Total flux subtracted in 200 components = -0.000882621 Jy ! Clean residual min=-0.003821 max=0.003341 Jy/beam ! Clean residual mean=-0.000000 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.430128 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.430128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066643Jy sigma=0.000777 ! Fit after self-cal, rms=0.066642Jy 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.066642Jy sigma=0.000777 ! Fit after self-cal, rms=0.066661Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.024 mas, bmaj=5.13 mas, bpa=5.463 degrees ! Estimated noise=851.016 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00205651 Jy ! Component: 100 - total flux cleaned = -0.00247448 Jy ! Component: 150 - total flux cleaned = -0.00281286 Jy ! Component: 200 - total flux cleaned = -0.00312798 Jy ! Total flux subtracted in 200 components = -0.00312798 Jy ! Clean residual min=-0.003576 max=0.003210 Jy/beam ! Clean residual mean=-0.000000 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.427 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 47 components and 0.427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066553Jy sigma=0.000775 ! Fit after self-cal, rms=0.066554Jy sigma=0.000775 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.000242181 Jy ! Component: 100 - total flux cleaned = -0.000471529 Jy ! Component: 150 - total flux cleaned = -0.000647485 Jy ! Component: 200 - total flux cleaned = -0.000803947 Jy ! Total flux subtracted in 200 components = -0.000803947 Jy ! Clean residual min=-0.003509 max=0.003192 Jy/beam ! Clean residual mean=-0.000001 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.426196 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 0.426196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066532Jy sigma=0.000774 ! Fit after self-cal, rms=0.066532Jy sigma=0.000774 ! 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.066532Jy sigma=0.000774 ! Fit after self-cal, rms=0.066567Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.974 mas, bmaj=8.793 mas, bpa=5.435 degrees ! Estimated noise=1041.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00233599 Jy ! Component: 100 - total flux cleaned = -0.0033509 Jy ! Component: 150 - total flux cleaned = -0.00375025 Jy ! Component: 200 - total flux cleaned = -0.0038201 Jy ! Total flux subtracted in 200 components = -0.0038201 Jy ! Clean residual min=-0.003612 max=0.003291 Jy/beam ! Clean residual mean=-0.000005 rms=0.000879 Jy/beam ! Combined flux in latest and established models = 0.422376 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 50 components and 0.422376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066550Jy sigma=0.000773 ! Fit after self-cal, rms=0.066549Jy sigma=0.000773 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 = -9.75177e-05 Jy ! Component: 100 - total flux cleaned = -0.000160803 Jy ! Component: 150 - total flux cleaned = -0.000197563 Jy ! Component: 200 - total flux cleaned = -0.00023868 Jy ! Total flux subtracted in 200 components = -0.00023868 Jy ! Clean residual min=-0.003636 max=0.003400 Jy/beam ! Clean residual mean=-0.000005 rms=0.000879 Jy/beam ! Combined flux in latest and established models = 0.422137 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 52 components and 0.422137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066553Jy sigma=0.000773 ! Fit after self-cal, rms=0.066553Jy sigma=0.000773 ! 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=4.041 mas, bmaj=5.149 mas, bpa=5.55 degrees ! Estimated noise=851.228 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.041 x 5.149 at 5.55 degrees (North through East) ! Clean map min=-0.0033155 max=0.39056 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.264 mas, bmaj=4.213 mas, bpa=-11.66 degrees ! Estimated noise=1186.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.299035 Jy ! Component: 100 - total flux cleaned = 0.366233 Jy ! Component: 150 - total flux cleaned = 0.389734 Jy ! Component: 200 - total flux cleaned = 0.402108 Jy ! Total flux subtracted in 200 components = 0.402108 Jy ! Clean residual min=-0.004715 max=0.006009 Jy/beam ! Clean residual mean=-0.000005 rms=0.001211 Jy/beam ! Combined flux in latest and established models = 0.402108 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.402108 Jy ! Inverting map and beam ! Estimated beam: bmin=4.041 mas, bmaj=5.149 mas, bpa=5.55 degrees ! Estimated noise=851.228 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.00950521 Jy ! Component: 100 - total flux cleaned = 0.0141301 Jy ! Component: 150 - total flux cleaned = 0.0167265 Jy ! Component: 200 - total flux cleaned = 0.0182735 Jy ! Total flux subtracted in 200 components = 0.0182735 Jy ! Clean residual min=-0.003351 max=0.002885 Jy/beam ! Clean residual mean=-0.000002 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.420381 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 40 components and 0.420381 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.974 mas, bmaj=8.793 mas, bpa=5.435 degrees ! Estimated noise=1041.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000879287 Jy ! Component: 100 - total flux cleaned = 0.00101842 Jy ! Component: 150 - total flux cleaned = 0.00112176 Jy ! Component: 200 - total flux cleaned = 0.00120093 Jy ! Total flux subtracted in 200 components = 0.00120093 Jy ! Clean residual min=-0.003758 max=0.003502 Jy/beam ! Clean residual mean=-0.000005 rms=0.000877 Jy/beam ! Combined flux in latest and established models = 0.421582 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 = 6.1323e-05 Jy ! Component: 100 - total flux cleaned = 0.000108744 Jy ! Component: 150 - total flux cleaned = 0.000145265 Jy ! Component: 200 - total flux cleaned = 0.000160742 Jy ! Total flux subtracted in 200 components = 0.000160742 Jy ! Clean residual min=-0.003695 max=0.003480 Jy/beam ! Clean residual mean=-0.000005 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.421743 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 50 components and 0.421743 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.041 mas, bmaj=5.149 mas, bpa=5.55 degrees ! Estimated noise=851.228 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.6252e-06 Jy ! Component: 100 - total flux cleaned = -3.34072e-05 Jy ! Component: 150 - total flux cleaned = -5.82164e-06 Jy ! Component: 200 - total flux cleaned = 3.8625e-05 Jy ! Total flux subtracted in 200 components = 3.8625e-05 Jy ! Clean residual min=-0.003227 max=0.002939 Jy/beam ! Clean residual mean=-0.000001 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.421782 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 59 components and 0.421782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066452Jy sigma=0.000773 ! Fit after self-cal, rms=0.066451Jy sigma=0.000772 wmodel J0742+4900_S_2015_03_17_pus_map.mod ! Writing 59 model components to file: J0742+4900_S_2015_03_17_pus_map.mod wobs J0742+4900_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0742+4900_S_2015_03_17_pus_uvs.fits wwins J0742+4900_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0742+4900_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.000884673 Jy ! Component: 100 - total flux cleaned = -0.00109148 Jy ! Component: 150 - total flux cleaned = -0.00128552 Jy ! Component: 200 - total flux cleaned = -0.00133026 Jy ! Component: 250 - total flux cleaned = -0.00137579 Jy ! Component: 300 - total flux cleaned = -0.00141833 Jy ! Component: 350 - total flux cleaned = -0.00145974 Jy ! Component: 400 - total flux cleaned = -0.0016222 Jy ! Component: 450 - total flux cleaned = -0.00162136 Jy ! Component: 500 - total flux cleaned = -0.001737 Jy ! Component: 550 - total flux cleaned = -0.00170026 Jy ! Component: 600 - total flux cleaned = -0.00177518 Jy ! Component: 650 - total flux cleaned = -0.0018836 Jy ! Component: 700 - total flux cleaned = -0.00184774 Jy ! Component: 750 - total flux cleaned = -0.00191695 Jy ! Component: 800 - total flux cleaned = -0.00184839 Jy ! Component: 850 - total flux cleaned = -0.00184925 Jy ! Component: 900 - total flux cleaned = -0.00184928 Jy ! Component: 950 - total flux cleaned = -0.00188144 Jy ! Component: 1000 - total flux cleaned = -0.0019452 Jy ! Component: 1050 - total flux cleaned = -0.00197667 Jy ! Component: 1100 - total flux cleaned = -0.00203883 Jy ! Component: 1150 - total flux cleaned = -0.00197778 Jy ! Component: 1200 - total flux cleaned = -0.00194811 Jy ! Component: 1250 - total flux cleaned = -0.00203776 Jy ! Component: 1300 - total flux cleaned = -0.00203819 Jy ! Component: 1350 - total flux cleaned = -0.0020957 Jy ! Component: 1400 - total flux cleaned = -0.00209553 Jy ! Component: 1450 - total flux cleaned = -0.00212304 Jy ! Component: 1500 - total flux cleaned = -0.00215049 Jy ! Component: 1550 - total flux cleaned = -0.00220505 Jy ! Component: 1600 - total flux cleaned = -0.00220481 Jy ! Component: 1650 - total flux cleaned = -0.00220475 Jy ! Component: 1700 - total flux cleaned = -0.00215214 Jy ! Component: 1750 - total flux cleaned = -0.00215175 Jy ! Component: 1800 - total flux cleaned = -0.00212597 Jy ! Component: 1850 - total flux cleaned = -0.00212603 Jy ! Component: 1900 - total flux cleaned = -0.00217615 Jy ! Component: 1950 - total flux cleaned = -0.00210084 Jy ! Component: 2000 - total flux cleaned = -0.00215054 Jy ! Component: 2050 - total flux cleaned = -0.00215029 Jy ! Component: 2100 - total flux cleaned = -0.00214998 Jy ! Component: 2150 - total flux cleaned = -0.0021021 Jy ! Component: 2200 - total flux cleaned = -0.00200697 Jy ! Component: 2250 - total flux cleaned = -0.00198388 Jy ! Component: 2300 - total flux cleaned = -0.00203025 Jy ! Component: 2350 - total flux cleaned = -0.00200711 Jy ! Component: 2400 - total flux cleaned = -0.00193906 Jy ! Component: 2450 - total flux cleaned = -0.00187195 Jy ! Component: 2500 - total flux cleaned = -0.00189451 Jy ! Component: 2550 - total flux cleaned = -0.00182818 Jy ! Component: 2600 - total flux cleaned = -0.00182817 Jy ! Component: 2650 - total flux cleaned = -0.00178514 Jy ! Component: 2700 - total flux cleaned = -0.00167832 Jy ! Component: 2750 - total flux cleaned = -0.00172108 Jy ! Component: 2800 - total flux cleaned = -0.00163732 Jy ! Component: 2850 - total flux cleaned = -0.00161647 Jy ! Component: 2900 - total flux cleaned = -0.00165773 Jy ! Component: 2950 - total flux cleaned = -0.00151477 Jy ! Component: 3000 - total flux cleaned = -0.0015757 Jy ! Component: 3050 - total flux cleaned = -0.0014951 Jy ! Component: 3100 - total flux cleaned = -0.00145527 Jy ! Component: 3150 - total flux cleaned = -0.00147527 Jy ! Component: 3200 - total flux cleaned = -0.00145551 Jy ! Component: 3250 - total flux cleaned = -0.00147502 Jy ! Component: 3300 - total flux cleaned = -0.00153269 Jy ! Component: 3350 - total flux cleaned = -0.00149453 Jy ! Component: 3400 - total flux cleaned = -0.00153234 Jy ! Component: 3450 - total flux cleaned = -0.00147582 Jy ! Component: 3500 - total flux cleaned = -0.00145725 Jy ! Component: 3550 - total flux cleaned = -0.00138321 Jy ! Component: 3600 - total flux cleaned = -0.00140168 Jy ! Component: 3650 - total flux cleaned = -0.00138339 Jy ! Component: 3700 - total flux cleaned = -0.00138355 Jy ! Component: 3750 - total flux cleaned = -0.00143744 Jy ! Component: 3800 - total flux cleaned = -0.0013837 Jy ! Component: 3850 - total flux cleaned = -0.00129501 Jy ! Component: 3900 - total flux cleaned = -0.00136559 Jy ! Component: 3950 - total flux cleaned = -0.00134818 Jy ! Component: 4000 - total flux cleaned = -0.00131335 Jy ! Component: 4050 - total flux cleaned = -0.00131329 Jy ! Total flux subtracted in 4096 components = -0.00127913 Jy ! Clean residual min=-0.000945 max=0.000857 Jy/beam ! Clean residual mean=0.000000 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.420502 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 356 components and 0.420502 Jy ![Exited script file: muppet] wmap "J0742+4900_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.041 x 5.149 at 5.55 degrees (North through East) ! Clean map min=-0.0024965 max=0.39122 Jy/beam ! Writing clean map to FITS file: J0742+4900_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.391222 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000311517 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.23888 0.23888 0.477759 0.955519 1.91104 3.82207 7.64415 15.2883 30.5766 61.1532 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.391 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.041 x 5.149 at 5.55 degrees (North through East) ! Clean map min=-0.0024965 max=0.39122 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 J0742+4900_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:51:16 2016