! Started logfile: J1029+0519_S_2017_07_16_pus_uvs.log on Thu May 9 11:07:09 2019 obs J1029+0519_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1029+0519_S_2017_07_16_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.778947 visibilities/baseline/integration-bin. ! Found source: J1029+0519 ! ! 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 815 lines of history. ! ! Reading 15984 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 J1029+0519_S_2017_07_16_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 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 252 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 191 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 807 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.921903Jy sigma=0.007776 ! Fit after self-cal, rms=0.901784Jy sigma=0.007610 ! 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.699 mas, bmaj=6.523 mas, bpa=-2.56 degrees ! Estimated noise=1262.21 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.0757304 Jy ! Component: 100 - total flux cleaned = 0.0950437 Jy ! Total flux subtracted in 100 components = 0.0950437 Jy ! Clean residual min=-0.007454 max=0.010312 Jy/beam ! Clean residual mean=-0.000007 rms=0.001900 Jy/beam ! Combined flux in latest and established models = 0.0950437 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0950437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087726Jy sigma=0.000698 ! Fit after self-cal, rms=0.087673Jy sigma=0.000698 ! Inverting map ! Added new window around map position (-3, -1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0114725 Jy ! Component: 100 - total flux cleaned = 0.0189318 Jy ! Total flux subtracted in 100 components = 0.0189318 Jy ! Clean residual min=-0.006543 max=0.007270 Jy/beam ! Clean residual mean=-0.000004 rms=0.001661 Jy/beam ! Combined flux in latest and established models = 0.113976 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.113976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085672Jy sigma=0.000680 ! Fit after self-cal, rms=0.085590Jy sigma=0.000679 ! 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.147 mas, bmaj=7.447 mas, bpa=-2.567 degrees ! Estimated noise=811.056 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.0075611 Jy ! Component: 100 - total flux cleaned = 0.0117992 Jy ! Component: 150 - total flux cleaned = 0.0143213 Jy ! Component: 200 - total flux cleaned = 0.0156358 Jy ! Total flux subtracted in 200 components = 0.0156358 Jy ! Clean residual min=-0.003721 max=0.004671 Jy/beam ! Clean residual mean=0.000000 rms=0.000970 Jy/beam ! Combined flux in latest and established models = 0.129611 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 27 components and 0.129611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084918Jy sigma=0.000673 ! Fit after self-cal, rms=0.084874Jy sigma=0.000673 ! 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.04 FD 1.00* HN 0.92 KP 1.05 ! LA 1.00 MK 1.13 NL 0.91 OV 0.99 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.94 KP 1.02 ! LA 0.97 MK 1.11 NL 1.07 OV 1.02 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00* HN 0.95 KP 0.98 ! LA 1.04 MK 0.99 NL 1.02 OV 0.94 ! PT 0.96 SC 0.98 ! ! ! Correcting IF 4. ! A total of 189 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.87 KP 1.00* ! LA 0.99 MK 1.10 NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.084874Jy sigma=0.000673 ! Fit after self-cal, rms=0.085143Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.194 mas, bmaj=7.472 mas, bpa=-1.539 degrees ! Estimated noise=811.47 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.00120096 Jy ! Component: 100 - total flux cleaned = 0.000883531 Jy ! Component: 150 - total flux cleaned = 0.000646726 Jy ! Component: 200 - total flux cleaned = 0.000486633 Jy ! Total flux subtracted in 200 components = 0.000486633 Jy ! Clean residual min=-0.003548 max=0.003691 Jy/beam ! Clean residual mean=-0.000002 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.130098 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 37 components and 0.130098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085099Jy sigma=0.000672 ! Fit after self-cal, rms=0.085128Jy sigma=0.000671 ! 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.085128Jy sigma=0.000671 ! Fit after self-cal, rms=0.091883Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.211 mas, bmaj=7.473 mas, bpa=-1.312 degrees ! Estimated noise=825.124 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000160765 Jy ! Component: 100 - total flux cleaned = 0.000257763 Jy ! Component: 150 - total flux cleaned = 0.000324907 Jy ! Component: 200 - total flux cleaned = 0.000355167 Jy ! Total flux subtracted in 200 components = 0.000355167 Jy ! Clean residual min=-0.002987 max=0.002997 Jy/beam ! Clean residual mean=0.000001 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.130453 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 46 components and 0.130453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091832Jy sigma=0.000666 ! Fit after self-cal, rms=0.091943Jy sigma=0.000666 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.81758e-05 Jy ! Component: 100 - total flux cleaned = 1.86331e-05 Jy ! Component: 150 - total flux cleaned = 1.92038e-05 Jy ! Component: 200 - total flux cleaned = 3.85192e-05 Jy ! Total flux subtracted in 200 components = 3.85192e-05 Jy ! Clean residual min=-0.002946 max=0.003035 Jy/beam ! Clean residual mean=0.000001 rms=0.000780 Jy/beam ! Combined flux in latest and established models = 0.130492 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 47 components and 0.130492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091930Jy sigma=0.000666 ! Fit after self-cal, rms=0.091927Jy sigma=0.000666 ! 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.091927Jy sigma=0.000666 ! Fit after self-cal, rms=0.096946Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.192 mas, bmaj=7.465 mas, bpa=-1.383 degrees ! Estimated noise=822.938 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00010542 Jy ! Component: 100 - total flux cleaned = -0.000122879 Jy ! Component: 150 - total flux cleaned = -0.00012307 Jy ! Component: 200 - total flux cleaned = -0.000138185 Jy ! Total flux subtracted in 200 components = -0.000138185 Jy ! Clean residual min=-0.002157 max=0.002788 Jy/beam ! Clean residual mean=0.000001 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.130353 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 58 components and 0.130353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096940Jy sigma=0.000662 ! Fit after self-cal, rms=0.096998Jy sigma=0.000661 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-24, -8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00271484 Jy ! Component: 100 - total flux cleaned = 0.00430134 Jy ! Component: 150 - total flux cleaned = 0.00535932 Jy ! Component: 200 - total flux cleaned = 0.00580897 Jy ! Total flux subtracted in 200 components = 0.00580897 Jy ! Clean residual min=-0.002044 max=0.002119 Jy/beam ! Clean residual mean=0.000002 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.136162 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 79 components and 0.136162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096907Jy sigma=0.000661 ! Fit after self-cal, rms=0.096894Jy sigma=0.000661 ! 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.096894Jy sigma=0.000661 ! Fit after self-cal, rms=0.096754Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.859 mas, bmaj=12.17 mas, bpa=-6.319 degrees ! Estimated noise=1065.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00175841 Jy ! Component: 100 - total flux cleaned = 0.00285325 Jy ! Component: 150 - total flux cleaned = 0.00358304 Jy ! Component: 200 - total flux cleaned = 0.00384328 Jy ! Total flux subtracted in 200 components = 0.00384328 Jy ! Clean residual min=-0.002126 max=0.002021 Jy/beam ! Clean residual mean=0.000003 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.140006 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 98 components and 0.140006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096749Jy sigma=0.000660 ! Fit after self-cal, rms=0.096749Jy sigma=0.000660 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.000347101 Jy ! Component: 100 - total flux cleaned = 0.00047093 Jy ! Component: 150 - total flux cleaned = 0.000506911 Jy ! Component: 200 - total flux cleaned = 0.000539665 Jy ! Total flux subtracted in 200 components = 0.000539665 Jy ! Clean residual min=-0.002030 max=0.002028 Jy/beam ! Clean residual mean=0.000003 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.140545 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 105 components and 0.140545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096752Jy sigma=0.000660 ! Fit after self-cal, rms=0.096750Jy sigma=0.000660 ! 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.191 mas, bmaj=7.471 mas, bpa=-1.448 degrees ! Estimated noise=818.885 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.191 x 7.471 at -1.448 degrees (North through East) ! Clean map min=-0.0017962 max=0.10193 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.712 mas, bmaj=6.504 mas, bpa=-1.427 degrees ! Estimated noise=1315.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0767627 Jy ! Component: 100 - total flux cleaned = 0.0977921 Jy ! Component: 150 - total flux cleaned = 0.109745 Jy ! Component: 200 - total flux cleaned = 0.117278 Jy ! Total flux subtracted in 200 components = 0.117278 Jy ! Clean residual min=-0.004719 max=0.004949 Jy/beam ! Clean residual mean=-0.000003 rms=0.001199 Jy/beam ! Combined flux in latest and established models = 0.117278 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.117278 Jy ! Inverting map and beam ! Estimated beam: bmin=3.191 mas, bmaj=7.471 mas, bpa=-1.448 degrees ! Estimated noise=818.885 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.00577925 Jy ! Component: 100 - total flux cleaned = 0.00960027 Jy ! Component: 150 - total flux cleaned = 0.0124608 Jy ! Component: 200 - total flux cleaned = 0.014666 Jy ! Total flux subtracted in 200 components = 0.014666 Jy ! Clean residual min=-0.002034 max=0.002495 Jy/beam ! Clean residual mean=0.000001 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.131944 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 39 components and 0.131944 Jy ! Inverting map ! Added new window around map position (-7, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00244303 Jy ! Component: 100 - total flux cleaned = 0.00409316 Jy ! Component: 150 - total flux cleaned = 0.00514495 Jy ! Component: 200 - total flux cleaned = 0.00602501 Jy ! Total flux subtracted in 200 components = 0.00602501 Jy ! Clean residual min=-0.001841 max=0.001928 Jy/beam ! Clean residual mean=0.000001 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.137969 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 63 components and 0.137969 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=6.859 mas, bmaj=12.17 mas, bpa=-6.319 degrees ! Estimated noise=1065.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0016802 Jy ! Component: 100 - total flux cleaned = 0.00253624 Jy ! Component: 150 - total flux cleaned = 0.00302801 Jy ! Component: 200 - total flux cleaned = 0.00340555 Jy ! Total flux subtracted in 200 components = 0.00340555 Jy ! Clean residual min=-0.002047 max=0.002257 Jy/beam ! Clean residual mean=0.000003 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.141375 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.000266196 Jy ! Component: 100 - total flux cleaned = 0.000405923 Jy ! Component: 150 - total flux cleaned = 0.000532467 Jy ! Component: 200 - total flux cleaned = 0.000609509 Jy ! Total flux subtracted in 200 components = 0.000609509 Jy ! Clean residual min=-0.002024 max=0.002241 Jy/beam ! Clean residual mean=0.000003 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.141984 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 110 components and 0.141984 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.191 mas, bmaj=7.471 mas, bpa=-1.448 degrees ! Estimated noise=818.885 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.35957e-05 Jy ! Component: 100 - total flux cleaned = 6.37005e-05 Jy ! Component: 150 - total flux cleaned = 0.000186539 Jy ! Component: 200 - total flux cleaned = 0.000299384 Jy ! Total flux subtracted in 200 components = 0.000299384 Jy ! Clean residual min=-0.001837 max=0.001800 Jy/beam ! Clean residual mean=0.000002 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.142284 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 129 components and 0.142284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096711Jy sigma=0.000660 ! Fit after self-cal, rms=0.096706Jy sigma=0.000660 wmodel J1029+0519_S_2017_07_16_pus_map.mod ! Writing 129 model components to file: J1029+0519_S_2017_07_16_pus_map.mod wobs J1029+0519_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1029+0519_S_2017_07_16_pus_uvs.fits wwins J1029+0519_S_2017_07_16_pus_map.win ! wwins: Wrote 4 windows to J1029+0519_S_2017_07_16_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.000179562 Jy ! Component: 100 - total flux cleaned = 0.000274095 Jy ! Component: 150 - total flux cleaned = 0.000365338 Jy ! Component: 200 - total flux cleaned = 0.000395379 Jy ! Component: 250 - total flux cleaned = 0.000452376 Jy ! Component: 300 - total flux cleaned = 0.000397529 Jy ! Component: 350 - total flux cleaned = 0.000397923 Jy ! Component: 400 - total flux cleaned = 0.000371893 Jy ! Component: 450 - total flux cleaned = 0.000524925 Jy ! Component: 500 - total flux cleaned = 0.000549493 Jy ! Component: 550 - total flux cleaned = 0.000598675 Jy ! Component: 600 - total flux cleaned = 0.000623224 Jy ! Component: 650 - total flux cleaned = 0.000600053 Jy ! Component: 700 - total flux cleaned = 0.000600362 Jy ! Component: 750 - total flux cleaned = 0.000554755 Jy ! Component: 800 - total flux cleaned = 0.000509663 Jy ! Component: 850 - total flux cleaned = 0.000443011 Jy ! Component: 900 - total flux cleaned = 0.0003993 Jy ! Component: 950 - total flux cleaned = 0.000334269 Jy ! Component: 1000 - total flux cleaned = 0.000312611 Jy ! Component: 1050 - total flux cleaned = 0.000270345 Jy ! Component: 1100 - total flux cleaned = 0.000269926 Jy ! Component: 1150 - total flux cleaned = 0.000207895 Jy ! Component: 1200 - total flux cleaned = 0.000187493 Jy ! Component: 1250 - total flux cleaned = 0.000127025 Jy ! Component: 1300 - total flux cleaned = 0.000127061 Jy ! Component: 1350 - total flux cleaned = -1.12599e-05 Jy ! Component: 1400 - total flux cleaned = -3.05395e-05 Jy ! Component: 1450 - total flux cleaned = -4.97903e-05 Jy ! Component: 1500 - total flux cleaned = -1.13453e-05 Jy ! Component: 1550 - total flux cleaned = -1.12374e-05 Jy ! Component: 1600 - total flux cleaned = -2.96838e-05 Jy ! Component: 1650 - total flux cleaned = -4.82258e-05 Jy ! Component: 1700 - total flux cleaned = -6.63974e-05 Jy ! Component: 1750 - total flux cleaned = -6.62658e-05 Jy ! Component: 1800 - total flux cleaned = -8.41719e-05 Jy ! Component: 1850 - total flux cleaned = -8.44623e-05 Jy ! Component: 1900 - total flux cleaned = -0.000155655 Jy ! Component: 1950 - total flux cleaned = -0.00012071 Jy ! Component: 2000 - total flux cleaned = -0.000138408 Jy ! Component: 2050 - total flux cleaned = -0.000242134 Jy ! Component: 2100 - total flux cleaned = -0.000225009 Jy ! Component: 2150 - total flux cleaned = -0.000258822 Jy ! Component: 2200 - total flux cleaned = -0.000258797 Jy ! Component: 2250 - total flux cleaned = -0.000225456 Jy ! Component: 2300 - total flux cleaned = -0.000175907 Jy ! Component: 2350 - total flux cleaned = -0.000192439 Jy ! Component: 2400 - total flux cleaned = -0.000241356 Jy ! Component: 2450 - total flux cleaned = -0.000257529 Jy ! Component: 2500 - total flux cleaned = -0.000273482 Jy ! Component: 2550 - total flux cleaned = -0.00024168 Jy ! Component: 2600 - total flux cleaned = -0.00028885 Jy ! Component: 2650 - total flux cleaned = -0.000288801 Jy ! Component: 2700 - total flux cleaned = -0.00028866 Jy ! Component: 2750 - total flux cleaned = -0.000242649 Jy ! Component: 2800 - total flux cleaned = -0.000319133 Jy ! Component: 2850 - total flux cleaned = -0.000319055 Jy ! Component: 2900 - total flux cleaned = -0.000319185 Jy ! Component: 2950 - total flux cleaned = -0.000363908 Jy ! Component: 3000 - total flux cleaned = -0.000378558 Jy ! Component: 3050 - total flux cleaned = -0.000349195 Jy ! Component: 3100 - total flux cleaned = -0.000407593 Jy ! Component: 3150 - total flux cleaned = -0.000436493 Jy ! Component: 3200 - total flux cleaned = -0.000378959 Jy ! Component: 3250 - total flux cleaned = -0.000407742 Jy ! Component: 3300 - total flux cleaned = -0.000436363 Jy ! Component: 3350 - total flux cleaned = -0.000422362 Jy ! Component: 3400 - total flux cleaned = -0.000478384 Jy ! Component: 3450 - total flux cleaned = -0.0004642 Jy ! Component: 3500 - total flux cleaned = -0.000478051 Jy ! Component: 3550 - total flux cleaned = -0.000423077 Jy ! Component: 3600 - total flux cleaned = -0.00043671 Jy ! Component: 3650 - total flux cleaned = -0.000382388 Jy ! Component: 3700 - total flux cleaned = -0.00035532 Jy ! Component: 3750 - total flux cleaned = -0.000382209 Jy ! Component: 3800 - total flux cleaned = -0.00035558 Jy ! Component: 3850 - total flux cleaned = -0.000329021 Jy ! Component: 3900 - total flux cleaned = -0.000289418 Jy ! Component: 3950 - total flux cleaned = -0.000289363 Jy ! Component: 4000 - total flux cleaned = -0.000263272 Jy ! Component: 4050 - total flux cleaned = -0.00023729 Jy ! Total flux subtracted in 4096 components = -0.000211503 Jy ! Clean residual min=-0.000747 max=0.000756 Jy/beam ! Clean residual mean=0.000001 rms=0.000234 Jy/beam ! Combined flux in latest and established models = 0.142072 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 440 components and 0.142072 Jy ![Exited script file: muppet] wmap "J1029+0519_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.191 x 7.471 at -1.448 degrees (North through East) ! Clean map min=-0.0015542 max=0.10213 Jy/beam ! Writing clean map to FITS file: J1029+0519_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.102128 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000231134 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.678956 0.678956 1.35791 2.71583 5.43165 10.8633 21.7266 43.4532 86.9064 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.102 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.191 x 7.471 at -1.448 degrees (North through East) ! Clean map min=-0.0015542 max=0.10213 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 J1029+0519_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:07:15 2019