! Started logfile: J0737+6430_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:20:00 2016 obs J0737+6430_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0737+6430_S_2014_08_05_pus_uva.fits ! AN table 1: 104 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.764957 visibilities/baseline/integration-bin. ! Found source: J0737+6430 ! ! 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 360 lines of history. ! ! Reading 14320 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 J0737+6430_S_2014_08_05_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 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.813079Jy sigma=0.008559 ! Fit after self-cal, rms=0.666768Jy sigma=0.006838 ! 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.418 mas, bmaj=9.825 mas, bpa=64.82 degrees ! Estimated noise=898.448 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.245139 Jy ! Component: 100 - total flux cleaned = 0.32307 Jy ! Total flux subtracted in 100 components = 0.32307 Jy ! Clean residual min=-0.013247 max=0.035251 Jy/beam ! Clean residual mean=-0.000323 rms=0.004792 Jy/beam ! Combined flux in latest and established models = 0.32307 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.32307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130112Jy sigma=0.001230 ! Fit after self-cal, rms=0.129574Jy sigma=0.001224 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0426045 Jy ! Component: 100 - total flux cleaned = 0.0671393 Jy ! Total flux subtracted in 100 components = 0.0671393 Jy ! Clean residual min=-0.008874 max=0.013070 Jy/beam ! Clean residual mean=-0.000170 rms=0.002819 Jy/beam ! Combined flux in latest and established models = 0.390209 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 35 components and 0.390209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107917Jy sigma=0.000978 ! Fit after self-cal, rms=0.107591Jy sigma=0.000975 ! 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=4.283 mas, bmaj=10.41 mas, bpa=65.81 degrees ! Estimated noise=580.875 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.024705 Jy ! Component: 100 - total flux cleaned = 0.0379059 Jy ! Component: 150 - total flux cleaned = 0.0464304 Jy ! Component: 200 - total flux cleaned = 0.0521368 Jy ! Total flux subtracted in 200 components = 0.0521368 Jy ! Clean residual min=-0.007983 max=0.009183 Jy/beam ! Clean residual mean=-0.000029 rms=0.002193 Jy/beam ! Combined flux in latest and established models = 0.442346 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 77 components and 0.442346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101327Jy sigma=0.000912 ! Fit after self-cal, rms=0.101246Jy sigma=0.000911 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.87 HN 0.96 KP 1.06 ! LA 1.10 MK 1.00* NL 0.95 OV 0.97 ! PT 1.03 SC 1.11 ! ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.03 HN 1.03 KP 1.01 ! LA 1.05 MK 1.00* NL 1.01 OV 1.00 ! PT 1.02 SC 1.17 ! ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.17 HN 1.01 KP 0.89 ! LA 0.84 MK 1.00* NL 0.97 OV 0.93 ! PT 1.01 SC 1.17 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.03 HN 1.01 KP 0.87 ! LA 0.81 MK 1.00* NL 1.06 OV 0.99 ! PT 1.05 SC 1.12 ! ! ! Fit before self-cal, rms=0.101246Jy sigma=0.000911 ! Fit after self-cal, rms=0.091863Jy sigma=0.000813 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.388 mas, bmaj=10.43 mas, bpa=65.67 degrees ! Estimated noise=583.306 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.00525115 Jy ! Component: 100 - total flux cleaned = -0.00536758 Jy ! Component: 150 - total flux cleaned = -0.00528031 Jy ! Component: 200 - total flux cleaned = -0.00520487 Jy ! Total flux subtracted in 200 components = -0.00520487 Jy ! Clean residual min=-0.005541 max=0.005527 Jy/beam ! Clean residual mean=-0.000042 rms=0.001374 Jy/beam ! Combined flux in latest and established models = 0.437141 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 86 components and 0.437141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091505Jy sigma=0.000808 ! Fit after self-cal, rms=0.091522Jy sigma=0.000808 ! 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.091522Jy sigma=0.000808 ! Fit after self-cal, rms=0.096407Jy sigma=0.000789 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.335 mas, bmaj=10.55 mas, bpa=64.8 degrees ! Estimated noise=582.987 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000295293 Jy ! Component: 100 - total flux cleaned = -0.00105481 Jy ! Component: 150 - total flux cleaned = -0.00154352 Jy ! Component: 200 - total flux cleaned = -0.00194693 Jy ! Total flux subtracted in 200 components = -0.00194693 Jy ! Clean residual min=-0.003058 max=0.002751 Jy/beam ! Clean residual mean=-0.000009 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.435194 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 111 components and 0.435194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096086Jy sigma=0.000786 ! Fit after self-cal, rms=0.096152Jy sigma=0.000786 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.000143027 Jy ! Component: 100 - total flux cleaned = -0.00081658 Jy ! Component: 150 - total flux cleaned = -0.00112851 Jy ! Component: 200 - total flux cleaned = -0.00144319 Jy ! Total flux subtracted in 200 components = -0.00144319 Jy ! Clean residual min=-0.002862 max=0.002466 Jy/beam ! Clean residual mean=-0.000014 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.433751 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 122 components and 0.433751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096069Jy sigma=0.000785 ! Fit after self-cal, rms=0.096069Jy sigma=0.000785 ! 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.096069Jy sigma=0.000785 ! Fit after self-cal, rms=0.097269Jy sigma=0.000784 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.323 mas, bmaj=10.57 mas, bpa=64.61 degrees ! Estimated noise=582.907 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00026214 Jy ! Component: 100 - total flux cleaned = -0.000661555 Jy ! Component: 150 - total flux cleaned = -0.00104492 Jy ! Component: 200 - total flux cleaned = -0.00137555 Jy ! Total flux subtracted in 200 components = -0.00137555 Jy ! Clean residual min=-0.002389 max=0.001990 Jy/beam ! Clean residual mean=-0.000011 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.432375 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 129 components and 0.432375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097168Jy sigma=0.000783 ! Fit after self-cal, rms=0.097177Jy sigma=0.000783 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.000183014 Jy ! Component: 100 - total flux cleaned = -0.000544989 Jy ! Component: 150 - total flux cleaned = -0.000764355 Jy ! Component: 200 - total flux cleaned = -0.000930919 Jy ! Total flux subtracted in 200 components = -0.000930919 Jy ! Clean residual min=-0.002224 max=0.001966 Jy/beam ! Clean residual mean=-0.000014 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.431445 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 138 components and 0.431445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097144Jy sigma=0.000783 ! Fit after self-cal, rms=0.097145Jy sigma=0.000783 ! 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.097145Jy sigma=0.000783 ! Fit after self-cal, rms=0.097786Jy sigma=0.000783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.885 mas, bmaj=12.18 mas, bpa=69.36 degrees ! Estimated noise=658.441 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000946704 Jy ! Component: 100 - total flux cleaned = -0.00113754 Jy ! Component: 150 - total flux cleaned = -0.00120622 Jy ! Component: 200 - total flux cleaned = -0.00126642 Jy ! Total flux subtracted in 200 components = -0.00126642 Jy ! Clean residual min=-0.001893 max=0.001782 Jy/beam ! Clean residual mean=-0.000019 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.430178 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 149 components and 0.430178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097780Jy sigma=0.000783 ! Fit after self-cal, rms=0.097784Jy sigma=0.000783 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 = -3.32e-05 Jy ! Component: 100 - total flux cleaned = -5.79862e-05 Jy ! Component: 150 - total flux cleaned = -6.72995e-05 Jy ! Component: 200 - total flux cleaned = -6.77785e-05 Jy ! Total flux subtracted in 200 components = -6.77785e-05 Jy ! Clean residual min=-0.001874 max=0.001769 Jy/beam ! Clean residual mean=-0.000019 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.43011 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 160 components and 0.43011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097783Jy sigma=0.000783 ! Fit after self-cal, rms=0.097783Jy sigma=0.000783 ! 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.318 mas, bmaj=10.57 mas, bpa=64.51 degrees ! Estimated noise=582.979 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.318 x 10.57 at 64.51 degrees (North through East) ! Clean map min=-0.0018509 max=0.33877 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.416 mas, bmaj=10.02 mas, bpa=63.71 degrees ! Estimated noise=914.693 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.249351 Jy ! Component: 100 - total flux cleaned = 0.333098 Jy ! Component: 150 - total flux cleaned = 0.373134 Jy ! Component: 200 - total flux cleaned = 0.393465 Jy ! Total flux subtracted in 200 components = 0.393465 Jy ! Clean residual min=-0.005088 max=0.010309 Jy/beam ! Clean residual mean=-0.000098 rms=0.001440 Jy/beam ! Combined flux in latest and established models = 0.393465 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.393465 Jy ! Inverting map and beam ! Estimated beam: bmin=4.318 mas, bmaj=10.57 mas, bpa=64.51 degrees ! Estimated noise=582.979 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.0160389 Jy ! Component: 100 - total flux cleaned = 0.0240885 Jy ! Component: 150 - total flux cleaned = 0.028922 Jy ! Component: 200 - total flux cleaned = 0.0321026 Jy ! Total flux subtracted in 200 components = 0.0321026 Jy ! Clean residual min=-0.002237 max=0.002110 Jy/beam ! Clean residual mean=-0.000026 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.425568 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 74 components and 0.425568 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.885 mas, bmaj=12.18 mas, bpa=69.36 degrees ! Estimated noise=658.441 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00281815 Jy ! Component: 100 - total flux cleaned = 0.00425526 Jy ! Component: 150 - total flux cleaned = 0.00505332 Jy ! Component: 200 - total flux cleaned = 0.00550961 Jy ! Total flux subtracted in 200 components = 0.00550961 Jy ! Clean residual min=-0.002118 max=0.001688 Jy/beam ! Clean residual mean=-0.000014 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.431078 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000164967 Jy ! Component: 100 - total flux cleaned = 0.000201509 Jy ! Component: 150 - total flux cleaned = 0.000225699 Jy ! Component: 200 - total flux cleaned = 0.000254388 Jy ! Total flux subtracted in 200 components = 0.000254388 Jy ! Clean residual min=-0.002087 max=0.001684 Jy/beam ! Clean residual mean=-0.000012 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.431332 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 114 components and 0.431332 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.318 mas, bmaj=10.57 mas, bpa=64.51 degrees ! Estimated noise=582.979 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000436442 Jy ! Component: 100 - total flux cleaned = 0.000556161 Jy ! Component: 150 - total flux cleaned = 0.000631541 Jy ! Component: 200 - total flux cleaned = 0.000652586 Jy ! Total flux subtracted in 200 components = 0.000652586 Jy ! Clean residual min=-0.002117 max=0.001809 Jy/beam ! Clean residual mean=-0.000006 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.431985 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 128 components and 0.431985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097735Jy sigma=0.000782 ! Fit after self-cal, rms=0.097747Jy sigma=0.000782 wmodel J0737+6430_S_2014_08_05_pus_map.mod ! Writing 128 model components to file: J0737+6430_S_2014_08_05_pus_map.mod wobs J0737+6430_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0737+6430_S_2014_08_05_pus_uvs.fits wwins J0737+6430_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J0737+6430_S_2014_08_05_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.000520444 Jy ! Component: 100 - total flux cleaned = -0.000650841 Jy ! Component: 150 - total flux cleaned = -0.000562232 Jy ! Component: 200 - total flux cleaned = -0.000505233 Jy ! Component: 250 - total flux cleaned = -0.000559587 Jy ! Component: 300 - total flux cleaned = -0.000586206 Jy ! Component: 350 - total flux cleaned = -0.00071318 Jy ! Component: 400 - total flux cleaned = -0.00083583 Jy ! Component: 450 - total flux cleaned = -0.000930504 Jy ! Component: 500 - total flux cleaned = -0.00109267 Jy ! Component: 550 - total flux cleaned = -0.00129567 Jy ! Component: 600 - total flux cleaned = -0.00149413 Jy ! Component: 650 - total flux cleaned = -0.00170942 Jy ! Component: 700 - total flux cleaned = -0.00192029 Jy ! Component: 750 - total flux cleaned = -0.00212771 Jy ! Component: 800 - total flux cleaned = -0.0023511 Jy ! Component: 850 - total flux cleaned = -0.00253029 Jy ! Component: 900 - total flux cleaned = -0.00270635 Jy ! Component: 950 - total flux cleaned = -0.00287938 Jy ! Component: 1000 - total flux cleaned = -0.00303044 Jy ! Component: 1050 - total flux cleaned = -0.00317883 Jy ! Component: 1100 - total flux cleaned = -0.00317868 Jy ! Component: 1150 - total flux cleaned = -0.00325104 Jy ! Component: 1200 - total flux cleaned = -0.00335742 Jy ! Component: 1250 - total flux cleaned = -0.00335759 Jy ! Component: 1300 - total flux cleaned = -0.00340949 Jy ! Component: 1350 - total flux cleaned = -0.00346107 Jy ! Component: 1400 - total flux cleaned = -0.00349488 Jy ! Component: 1450 - total flux cleaned = -0.00354504 Jy ! Component: 1500 - total flux cleaned = -0.00361095 Jy ! Component: 1550 - total flux cleaned = -0.00362705 Jy ! Component: 1600 - total flux cleaned = -0.00364328 Jy ! Component: 1650 - total flux cleaned = -0.00367503 Jy ! Component: 1700 - total flux cleaned = -0.00370664 Jy ! Component: 1750 - total flux cleaned = -0.0037534 Jy ! Component: 1800 - total flux cleaned = -0.00386077 Jy ! Component: 1850 - total flux cleaned = -0.00387591 Jy ! Component: 1900 - total flux cleaned = -0.00392091 Jy ! Component: 1950 - total flux cleaned = -0.00395055 Jy ! Component: 2000 - total flux cleaned = -0.0040095 Jy ! Component: 2050 - total flux cleaned = -0.00400934 Jy ! Component: 2100 - total flux cleaned = -0.00406716 Jy ! Component: 2150 - total flux cleaned = -0.00411009 Jy ! Component: 2200 - total flux cleaned = -0.0041809 Jy ! Component: 2250 - total flux cleaned = -0.00418083 Jy ! Component: 2300 - total flux cleaned = -0.00420877 Jy ! Component: 2350 - total flux cleaned = -0.00423658 Jy ! Component: 2400 - total flux cleaned = -0.00425038 Jy ! Component: 2450 - total flux cleaned = -0.00426387 Jy ! Component: 2500 - total flux cleaned = -0.00431736 Jy ! Component: 2550 - total flux cleaned = -0.0043174 Jy ! Component: 2600 - total flux cleaned = -0.0043439 Jy ! Component: 2650 - total flux cleaned = -0.00437004 Jy ! Component: 2700 - total flux cleaned = -0.00439594 Jy ! Component: 2750 - total flux cleaned = -0.00438291 Jy ! Component: 2800 - total flux cleaned = -0.00440849 Jy ! Component: 2850 - total flux cleaned = -0.00439578 Jy ! Component: 2900 - total flux cleaned = -0.00443379 Jy ! Component: 2950 - total flux cleaned = -0.00445879 Jy ! Component: 3000 - total flux cleaned = -0.00449612 Jy ! Component: 3050 - total flux cleaned = -0.0044962 Jy ! Component: 3100 - total flux cleaned = -0.00453302 Jy ! Component: 3150 - total flux cleaned = -0.0045331 Jy ! Component: 3200 - total flux cleaned = -0.00454513 Jy ! Component: 3250 - total flux cleaned = -0.00455715 Jy ! Component: 3300 - total flux cleaned = -0.00456909 Jy ! Component: 3350 - total flux cleaned = -0.00458087 Jy ! Component: 3400 - total flux cleaned = -0.00456923 Jy ! Component: 3450 - total flux cleaned = -0.00460407 Jy ! Component: 3500 - total flux cleaned = -0.00454619 Jy ! Component: 3550 - total flux cleaned = -0.00454615 Jy ! Component: 3600 - total flux cleaned = -0.00456888 Jy ! Component: 3650 - total flux cleaned = -0.00452355 Jy ! Component: 3700 - total flux cleaned = -0.00454603 Jy ! Component: 3750 - total flux cleaned = -0.00453479 Jy ! Component: 3800 - total flux cleaned = -0.00453469 Jy ! Component: 3850 - total flux cleaned = -0.00450154 Jy ! Component: 3900 - total flux cleaned = -0.00446873 Jy ! Component: 3950 - total flux cleaned = -0.00447971 Jy ! Component: 4000 - total flux cleaned = -0.00444718 Jy ! Component: 4050 - total flux cleaned = -0.00445792 Jy ! Total flux subtracted in 4096 components = -0.00440435 Jy ! Clean residual min=-0.000617 max=0.000613 Jy/beam ! Clean residual mean=-0.000003 rms=0.000207 Jy/beam ! Combined flux in latest and established models = 0.42758 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 408 components and 0.42758 Jy ![Exited script file: muppet] wmap "J0737+6430_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.318 x 10.57 at 64.51 degrees (North through East) ! Clean map min=-0.0013384 max=0.33917 Jy/beam ! Writing clean map to FITS file: J0737+6430_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.339168 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000205635 device "J0737+6430_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0737+6430_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.181888 0.181888 0.363776 0.727551 1.4551 2.91021 5.82041 11.6408 23.2816 46.5633 93.1266 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.339 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.318 x 10.57 at 64.51 degrees (North through East) ! Clean map min=-0.0013384 max=0.33917 Jy/beam quit ! Quitting program ! Log file J0737+6430_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:20:06 2016