! Started logfile: J0714+8151_S_2017_05_01_pus_uvs.log on Wed May 1 18:30:05 2019 obs J0714+8151_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J0714+8151_S_2017_05_01_pus_uva.fits ! AN table 1: 309 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.928731 visibilities/baseline/integration-bin. ! Found source: J0714+8151 ! ! 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 788 lines of history. ! ! Reading 51656 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 J0714+8151_S_2017_05_01_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 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1344 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.992068Jy sigma=0.007457 ! Fit after self-cal, rms=0.956414Jy sigma=0.007216 ! 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.206 mas, bmaj=3.385 mas, bpa=22.4 degrees ! Estimated noise=1017.65 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.0368304 Jy ! Component: 100 - total flux cleaned = 0.0448645 Jy ! Total flux subtracted in 100 components = 0.0448645 Jy ! Clean residual min=-0.002734 max=0.003235 Jy/beam ! Clean residual mean=0.000001 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.0448645 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0448645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094081Jy sigma=0.000640 ! Fit after self-cal, rms=0.092899Jy sigma=0.000632 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00235913 Jy ! Component: 100 - total flux cleaned = 0.00215067 Jy ! Total flux subtracted in 100 components = 0.00215067 Jy ! Clean residual min=-0.003032 max=0.003133 Jy/beam ! Clean residual mean=0.000000 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.0470151 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 9 components and 0.0470151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092728Jy sigma=0.000631 ! Fit after self-cal, rms=0.092692Jy sigma=0.000631 ! 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.135 mas, bmaj=4.426 mas, bpa=18.2 degrees ! Estimated noise=463.865 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.000644274 Jy ! Component: 100 - total flux cleaned = 0.000619025 Jy ! Component: 150 - total flux cleaned = 0.000594663 Jy ! Component: 200 - total flux cleaned = 0.00055232 Jy ! Total flux subtracted in 200 components = 0.00055232 Jy ! Clean residual min=-0.001785 max=0.001687 Jy/beam ! Clean residual mean=-0.000001 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.0475674 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 12 components and 0.0475674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092651Jy sigma=0.000631 ! Fit after self-cal, rms=0.092618Jy sigma=0.000631 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.98 HN 1.03 KP 0.98 ! LA 1.00 MK 0.95 NL 1.03 OV 1.12 ! PT 1.08 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.13 KP 0.98 ! LA 0.95 MK 0.96 NL 1.06 OV 1.17 ! PT 1.01 SC 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.05 HN 1.12 KP 0.97 ! LA 0.94 MK 0.99 NL 1.01 OV 1.00 ! PT 1.07 SC 0.95 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.98 HN 0.95 KP 1.00* ! LA 0.90 MK 0.87 NL 1.00* OV 1.00* ! PT 0.95 SC 1.00* ! ! ! Fit before self-cal, rms=0.092618Jy sigma=0.000631 ! Fit after self-cal, rms=0.091956Jy sigma=0.000630 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.073 mas, bmaj=4.352 mas, bpa=17.04 degrees ! Estimated noise=467.546 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.000929891 Jy ! Component: 100 - total flux cleaned = 0.00125307 Jy ! Component: 150 - total flux cleaned = 0.0012668 Jy ! Component: 200 - total flux cleaned = 0.00127882 Jy ! Total flux subtracted in 200 components = 0.00127882 Jy ! Clean residual min=-0.001459 max=0.001361 Jy/beam ! Clean residual mean=-0.000004 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.0488463 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 22 components and 0.0488463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091940Jy sigma=0.000630 ! Fit after self-cal, rms=0.091841Jy sigma=0.000629 ! 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.091841Jy sigma=0.000629 ! Fit after self-cal, rms=0.089485Jy sigma=0.000628 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.045 mas, bmaj=4.28 mas, bpa=19.92 degrees ! Estimated noise=466.769 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000710373 Jy ! Component: 100 - total flux cleaned = 0.000798324 Jy ! Component: 150 - total flux cleaned = 0.000850669 Jy ! Component: 200 - total flux cleaned = 0.000867728 Jy ! Total flux subtracted in 200 components = 0.000867728 Jy ! Clean residual min=-0.001111 max=0.001086 Jy/beam ! Clean residual mean=-0.000003 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.049714 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 32 components and 0.049714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089477Jy sigma=0.000628 ! Fit after self-cal, rms=0.089434Jy sigma=0.000628 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 = -1.60303e-05 Jy ! Component: 100 - total flux cleaned = -3.8311e-05 Jy ! Component: 150 - total flux cleaned = -2.88443e-05 Jy ! Component: 200 - total flux cleaned = -2.90697e-05 Jy ! Total flux subtracted in 200 components = -2.90697e-05 Jy ! Clean residual min=-0.001135 max=0.001112 Jy/beam ! Clean residual mean=-0.000004 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 0.0496849 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.0496849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089431Jy sigma=0.000628 ! Fit after self-cal, rms=0.089423Jy sigma=0.000628 ! 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.089423Jy sigma=0.000628 ! Fit after self-cal, rms=0.089870Jy sigma=0.000627 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.019 mas, bmaj=4.25 mas, bpa=23.39 degrees ! Estimated noise=468.372 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000633238 Jy ! Component: 100 - total flux cleaned = 0.0007378 Jy ! Component: 150 - total flux cleaned = 0.000781579 Jy ! Component: 200 - total flux cleaned = 0.000789161 Jy ! Total flux subtracted in 200 components = 0.000789161 Jy ! Clean residual min=-0.001092 max=0.001070 Jy/beam ! Clean residual mean=-0.000003 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 0.0504741 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.0504741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089864Jy sigma=0.000627 ! Fit after self-cal, rms=0.089883Jy sigma=0.000627 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.59777e-05 Jy ! Component: 100 - total flux cleaned = 7.36705e-06 Jy ! Component: 150 - total flux cleaned = 1.52793e-05 Jy ! Component: 200 - total flux cleaned = 1.52803e-05 Jy ! Total flux subtracted in 200 components = 1.52803e-05 Jy ! Clean residual min=-0.001113 max=0.001085 Jy/beam ! Clean residual mean=-0.000003 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.0504894 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.0504894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089881Jy sigma=0.000627 ! Fit after self-cal, rms=0.089881Jy sigma=0.000627 ! 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.089881Jy sigma=0.000627 ! Fit after self-cal, rms=0.090423Jy sigma=0.000627 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.738 mas, bmaj=9.495 mas, bpa=31.27 degrees ! Estimated noise=602.307 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000462967 Jy ! Component: 100 - total flux cleaned = 0.000535783 Jy ! Component: 150 - total flux cleaned = 0.000540079 Jy ! Component: 200 - total flux cleaned = 0.000539901 Jy ! Total flux subtracted in 200 components = 0.000539901 Jy ! Clean residual min=-0.001469 max=0.001336 Jy/beam ! Clean residual mean=-0.000005 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.0510293 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.0510293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090422Jy sigma=0.000627 ! Fit after self-cal, rms=0.090429Jy sigma=0.000627 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 = -5.20014e-05 Jy ! Component: 100 - total flux cleaned = -5.69702e-05 Jy ! Component: 150 - total flux cleaned = -5.7176e-05 Jy ! Component: 200 - total flux cleaned = -5.73222e-05 Jy ! Total flux subtracted in 200 components = -5.73222e-05 Jy ! Clean residual min=-0.001466 max=0.001355 Jy/beam ! Clean residual mean=-0.000005 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.0509719 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 41 components and 0.0509719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090428Jy sigma=0.000627 ! Fit after self-cal, rms=0.090427Jy sigma=0.000627 ! 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.998 mas, bmaj=4.234 mas, bpa=26.22 degrees ! Estimated noise=470.735 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.998 x 4.234 at 26.22 degrees (North through East) ! Clean map min=-0.001213 max=0.050079 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.098 mas, bmaj=3.257 mas, bpa=43.67 degrees ! Estimated noise=999.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0385387 Jy ! Component: 100 - total flux cleaned = 0.0464725 Jy ! Component: 150 - total flux cleaned = 0.0473089 Jy ! Component: 200 - total flux cleaned = 0.0480627 Jy ! Total flux subtracted in 200 components = 0.0480627 Jy ! Clean residual min=-0.002652 max=0.002850 Jy/beam ! Clean residual mean=-0.000000 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.0480627 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0480627 Jy ! Inverting map and beam ! Estimated beam: bmin=3.998 mas, bmaj=4.234 mas, bpa=26.22 degrees ! Estimated noise=470.735 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.00208972 Jy ! Component: 100 - total flux cleaned = 0.00262053 Jy ! Component: 150 - total flux cleaned = 0.00279086 Jy ! Component: 200 - total flux cleaned = 0.00292238 Jy ! Total flux subtracted in 200 components = 0.00292238 Jy ! Clean residual min=-0.001143 max=0.001144 Jy/beam ! Clean residual mean=-0.000003 rms=0.000294 Jy/beam ! Combined flux in latest and established models = 0.0509851 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.0509851 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=8.738 mas, bmaj=9.495 mas, bpa=31.27 degrees ! Estimated noise=602.307 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.31343e-05 Jy ! Component: 100 - total flux cleaned = 8.58471e-05 Jy ! Component: 150 - total flux cleaned = 8.59133e-05 Jy ! Component: 200 - total flux cleaned = 8.51695e-05 Jy ! Total flux subtracted in 200 components = 8.51695e-05 Jy ! Clean residual min=-0.001472 max=0.001377 Jy/beam ! Clean residual mean=-0.000006 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.0510702 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 = -5.53746e-06 Jy ! Component: 100 - total flux cleaned = -5.03115e-06 Jy ! Component: 150 - total flux cleaned = -1.32674e-05 Jy ! Component: 200 - total flux cleaned = -2.13871e-05 Jy ! Total flux subtracted in 200 components = -2.13871e-05 Jy ! Clean residual min=-0.001470 max=0.001376 Jy/beam ! Clean residual mean=-0.000006 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0510489 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 28 components and 0.0510489 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.998 mas, bmaj=4.234 mas, bpa=26.22 degrees ! Estimated noise=470.735 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.54126e-06 Jy ! Component: 100 - total flux cleaned = 1.92318e-05 Jy ! Component: 150 - total flux cleaned = 4.31423e-05 Jy ! Component: 200 - total flux cleaned = 5.36819e-05 Jy ! Total flux subtracted in 200 components = 5.36819e-05 Jy ! Clean residual min=-0.001109 max=0.001110 Jy/beam ! Clean residual mean=-0.000003 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.0511025 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 31 components and 0.0511025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090430Jy sigma=0.000627 ! Fit after self-cal, rms=0.090432Jy sigma=0.000627 wmodel J0714+8151_S_2017_05_01_pus_map.mod ! Writing 31 model components to file: J0714+8151_S_2017_05_01_pus_map.mod wobs J0714+8151_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J0714+8151_S_2017_05_01_pus_uvs.fits wwins J0714+8151_S_2017_05_01_pus_map.win ! wwins: Wrote 1 windows to J0714+8151_S_2017_05_01_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.000143927 Jy ! Component: 100 - total flux cleaned = -0.000104814 Jy ! Component: 150 - total flux cleaned = -4.85391e-05 Jy ! Component: 200 - total flux cleaned = -6.67261e-05 Jy ! Component: 250 - total flux cleaned = -8.42573e-05 Jy ! Component: 300 - total flux cleaned = -1.4298e-05 Jy ! Component: 350 - total flux cleaned = -4.88284e-05 Jy ! Component: 400 - total flux cleaned = -9.94101e-05 Jy ! Component: 450 - total flux cleaned = -9.93442e-05 Jy ! Component: 500 - total flux cleaned = -9.93219e-05 Jy ! Component: 550 - total flux cleaned = -6.71838e-05 Jy ! Component: 600 - total flux cleaned = -5.122e-05 Jy ! Component: 650 - total flux cleaned = -3.54086e-05 Jy ! Component: 700 - total flux cleaned = 2.67026e-05 Jy ! Component: 750 - total flux cleaned = 5.72491e-05 Jy ! Component: 800 - total flux cleaned = 4.19244e-05 Jy ! Component: 850 - total flux cleaned = 5.69999e-05 Jy ! Component: 900 - total flux cleaned = 7.20221e-05 Jy ! Component: 950 - total flux cleaned = 0.00010157 Jy ! Component: 1000 - total flux cleaned = 8.70258e-05 Jy ! Component: 1050 - total flux cleaned = 5.85671e-05 Jy ! Component: 1100 - total flux cleaned = 0.000129714 Jy ! Component: 1150 - total flux cleaned = 1.67434e-05 Jy ! Component: 1200 - total flux cleaned = 2.92517e-06 Jy ! Component: 1250 - total flux cleaned = -1.10406e-05 Jy ! Component: 1300 - total flux cleaned = -3.8403e-05 Jy ! Component: 1350 - total flux cleaned = -0.000120051 Jy ! Component: 1400 - total flux cleaned = -0.000160499 Jy ! Component: 1450 - total flux cleaned = -0.000200539 Jy ! Component: 1500 - total flux cleaned = -0.000240311 Jy ! Component: 1550 - total flux cleaned = -0.0002796 Jy ! Component: 1600 - total flux cleaned = -0.0003578 Jy ! Component: 1650 - total flux cleaned = -0.000409174 Jy ! Component: 1700 - total flux cleaned = -0.000434824 Jy ! Component: 1750 - total flux cleaned = -0.000498406 Jy ! Component: 1800 - total flux cleaned = -0.000523663 Jy ! Component: 1850 - total flux cleaned = -0.000586231 Jy ! Component: 1900 - total flux cleaned = -0.000610882 Jy ! Component: 1950 - total flux cleaned = -0.00067234 Jy ! Component: 2000 - total flux cleaned = -0.000733267 Jy ! Component: 2050 - total flux cleaned = -0.000769552 Jy ! Component: 2100 - total flux cleaned = -0.000757567 Jy ! Component: 2150 - total flux cleaned = -0.000817251 Jy ! Component: 2200 - total flux cleaned = -0.000888651 Jy ! Component: 2250 - total flux cleaned = -0.000935681 Jy ! Component: 2300 - total flux cleaned = -0.00100599 Jy ! Component: 2350 - total flux cleaned = -0.00105243 Jy ! Component: 2400 - total flux cleaned = -0.00106387 Jy ! Component: 2450 - total flux cleaned = -0.00108683 Jy ! Component: 2500 - total flux cleaned = -0.00115534 Jy ! Component: 2550 - total flux cleaned = -0.00115524 Jy ! Component: 2600 - total flux cleaned = -0.00121166 Jy ! Component: 2650 - total flux cleaned = -0.00129006 Jy ! Component: 2700 - total flux cleaned = -0.00124548 Jy ! Component: 2750 - total flux cleaned = -0.00132291 Jy ! Component: 2800 - total flux cleaned = -0.00128997 Jy ! Component: 2850 - total flux cleaned = -0.00131191 Jy ! Component: 2900 - total flux cleaned = -0.00135544 Jy ! Component: 2950 - total flux cleaned = -0.00137705 Jy ! Component: 3000 - total flux cleaned = -0.00138785 Jy ! Component: 3050 - total flux cleaned = -0.00139853 Jy ! Component: 3100 - total flux cleaned = -0.00139844 Jy ! Component: 3150 - total flux cleaned = -0.00146195 Jy ! Component: 3200 - total flux cleaned = -0.00144088 Jy ! Component: 3250 - total flux cleaned = -0.00144096 Jy ! Component: 3300 - total flux cleaned = -0.00146169 Jy ! Component: 3350 - total flux cleaned = -0.00149281 Jy ! Component: 3400 - total flux cleaned = -0.00155448 Jy ! Component: 3450 - total flux cleaned = -0.00158511 Jy ! Component: 3500 - total flux cleaned = -0.00160551 Jy ! Component: 3550 - total flux cleaned = -0.00162582 Jy ! Component: 3600 - total flux cleaned = -0.0016762 Jy ! Component: 3650 - total flux cleaned = -0.00169632 Jy ! Component: 3700 - total flux cleaned = -0.00168634 Jy ! Component: 3750 - total flux cleaned = -0.00174602 Jy ! Component: 3800 - total flux cleaned = -0.00178561 Jy ! Component: 3850 - total flux cleaned = -0.00181504 Jy ! Component: 3900 - total flux cleaned = -0.00184451 Jy ! Component: 3950 - total flux cleaned = -0.00181526 Jy ! Component: 4000 - total flux cleaned = -0.00188314 Jy ! Component: 4050 - total flux cleaned = -0.00189283 Jy ! Total flux subtracted in 4096 components = -0.00192165 Jy ! Clean residual min=-0.000545 max=0.000609 Jy/beam ! Clean residual mean=-0.000002 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.0491809 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 322 components and 0.0491809 Jy ![Exited script file: muppet] wmap "J0714+8151_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.998 x 4.234 at 26.22 degrees (North through East) ! Clean map min=-0.0011589 max=0.049952 Jy/beam ! Writing clean map to FITS file: J0714+8151_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0499524 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000174822 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.04993 1.04993 2.09987 4.19974 8.39948 16.799 33.5979 67.1958 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.049 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.998 x 4.234 at 26.22 degrees (North through East) ! Clean map min=-0.0011589 max=0.049952 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 J0714+8151_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:30:11 2019