! Started logfile: J0306+6243_S_2017_08_05_pus_uvs.log on Thu May 9 19:19:09 2019 obs J0306+6243_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0306+6243_S_2017_08_05_pus_uva.fits ! AN table 1: 26 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J0306+6243 ! ! 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 513 lines of history. ! ! Reading 3744 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 J0306+6243_S_2017_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 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.820056Jy sigma=0.007383 ! Fit after self-cal, rms=0.813029Jy sigma=0.007328 ! 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=4.169 mas, bpa=-17.31 degrees ! Estimated noise=1790.6 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.136429 Jy ! Component: 100 - total flux cleaned = 0.183618 Jy ! Total flux subtracted in 100 components = 0.183618 Jy ! Clean residual min=-0.009883 max=0.022107 Jy/beam ! Clean residual mean=0.000093 rms=0.002921 Jy/beam ! Combined flux in latest and established models = 0.183618 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.183618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094504Jy sigma=0.000782 ! Fit after self-cal, rms=0.094406Jy sigma=0.000781 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0253189 Jy ! Component: 100 - total flux cleaned = 0.0397397 Jy ! Total flux subtracted in 100 components = 0.0397397 Jy ! Clean residual min=-0.007527 max=0.008469 Jy/beam ! Clean residual mean=0.000055 rms=0.001833 Jy/beam ! Combined flux in latest and established models = 0.223357 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 32 components and 0.223357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084624Jy sigma=0.000698 ! Fit after self-cal, rms=0.084576Jy sigma=0.000698 ! 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.663 mas, bmaj=4.941 mas, bpa=-15.19 degrees ! Estimated noise=1456.56 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.0130182 Jy ! Component: 100 - total flux cleaned = 0.0201238 Jy ! Component: 150 - total flux cleaned = 0.0242064 Jy ! Component: 200 - total flux cleaned = 0.026576 Jy ! Total flux subtracted in 200 components = 0.026576 Jy ! Clean residual min=-0.006160 max=0.005046 Jy/beam ! Clean residual mean=0.000068 rms=0.001422 Jy/beam ! Combined flux in latest and established models = 0.249933 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 55 components and 0.249933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082114Jy sigma=0.000682 ! Fit after self-cal, rms=0.082101Jy sigma=0.000682 ! 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.05 FD 0.98 HN 1.04 KP 1.05 ! LA 1.02 MK 1.05 NL 0.92 OV 1.01 ! PT 1.03 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.01 HN 1.05 KP 1.01 ! LA 1.00 MK 0.97 NL 0.97 OV 1.09 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.04 HN 1.00 KP 0.87 ! LA 0.78 MK 1.01 NL 1.18 OV 0.96 ! PT 1.02 SC 0.92 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.08 HN 1.11 KP 1.00* ! LA 0.79 MK 1.32 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.082101Jy sigma=0.000682 ! Fit after self-cal, rms=0.077227Jy sigma=0.000657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.68 mas, bmaj=5.033 mas, bpa=-14.23 degrees ! Estimated noise=1461.08 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.00073393 Jy ! Component: 100 - total flux cleaned = -0.000770452 Jy ! Component: 150 - total flux cleaned = -0.000771537 Jy ! Component: 200 - total flux cleaned = -0.000740881 Jy ! Total flux subtracted in 200 components = -0.000740881 Jy ! Clean residual min=-0.004457 max=0.004504 Jy/beam ! Clean residual mean=0.000025 rms=0.001129 Jy/beam ! Combined flux in latest and established models = 0.249193 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 60 components and 0.249193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077184Jy sigma=0.000657 ! Fit after self-cal, rms=0.077139Jy sigma=0.000657 ! 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.077139Jy sigma=0.000657 ! Fit after self-cal, rms=0.076726Jy sigma=0.000652 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.694 mas, bmaj=4.987 mas, bpa=-14.94 degrees ! Estimated noise=1458.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000129914 Jy ! Component: 100 - total flux cleaned = 0.000132251 Jy ! Component: 150 - total flux cleaned = 0.000132115 Jy ! Component: 200 - total flux cleaned = 0.000119104 Jy ! Total flux subtracted in 200 components = 0.000119104 Jy ! Clean residual min=-0.004405 max=0.004120 Jy/beam ! Clean residual mean=0.000027 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.249312 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 63 components and 0.249312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076718Jy sigma=0.000652 ! Fit after self-cal, rms=0.076721Jy sigma=0.000652 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.28224e-05 Jy ! Component: 100 - total flux cleaned = 4.1596e-05 Jy ! Component: 150 - total flux cleaned = 5.34032e-05 Jy ! Component: 200 - total flux cleaned = 5.36039e-05 Jy ! Total flux subtracted in 200 components = 5.36039e-05 Jy ! Clean residual min=-0.004420 max=0.004137 Jy/beam ! Clean residual mean=0.000027 rms=0.000978 Jy/beam ! Combined flux in latest and established models = 0.249365 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 65 components and 0.249365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076716Jy sigma=0.000652 ! Fit after self-cal, rms=0.076716Jy sigma=0.000652 ! 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.076716Jy sigma=0.000652 ! Fit after self-cal, rms=0.076781Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.692 mas, bmaj=4.994 mas, bpa=-14.92 degrees ! Estimated noise=1458.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.05534e-05 Jy ! Component: 100 - total flux cleaned = 5.42151e-05 Jy ! Component: 150 - total flux cleaned = 6.64795e-05 Jy ! Component: 200 - total flux cleaned = 7.71523e-05 Jy ! Total flux subtracted in 200 components = 7.71523e-05 Jy ! Clean residual min=-0.004427 max=0.004150 Jy/beam ! Clean residual mean=0.000027 rms=0.000977 Jy/beam ! Combined flux in latest and established models = 0.249442 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 65 components and 0.249442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076777Jy sigma=0.000652 ! Fit after self-cal, rms=0.076777Jy sigma=0.000652 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.78064e-05 Jy ! Component: 100 - total flux cleaned = 1.72646e-05 Jy ! Component: 150 - total flux cleaned = 2.74683e-05 Jy ! Component: 200 - total flux cleaned = 1.76355e-05 Jy ! Total flux subtracted in 200 components = 1.76355e-05 Jy ! Clean residual min=-0.004438 max=0.004157 Jy/beam ! Clean residual mean=0.000027 rms=0.000976 Jy/beam ! Combined flux in latest and established models = 0.24946 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 68 components and 0.24946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076774Jy sigma=0.000652 ! Fit after self-cal, rms=0.076775Jy sigma=0.000652 ! 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.076775Jy sigma=0.000652 ! Fit after self-cal, rms=0.076831Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.614 mas, bmaj=9.569 mas, bpa=2.391 degrees ! Estimated noise=1873.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000126785 Jy ! Component: 100 - total flux cleaned = 0.000138209 Jy ! Component: 150 - total flux cleaned = 0.000148192 Jy ! Component: 200 - total flux cleaned = 0.000158072 Jy ! Total flux subtracted in 200 components = 0.000158072 Jy ! Clean residual min=-0.004925 max=0.006154 Jy/beam ! Clean residual mean=0.000056 rms=0.001365 Jy/beam ! Combined flux in latest and established models = 0.249618 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 73 components and 0.249618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076834Jy sigma=0.000652 ! Fit after self-cal, rms=0.076834Jy sigma=0.000652 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 (-1, 31.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00540267 Jy ! Component: 100 - total flux cleaned = 0.00719649 Jy ! Component: 150 - total flux cleaned = 0.00840672 Jy ! Component: 200 - total flux cleaned = 0.00933617 Jy ! Total flux subtracted in 200 components = 0.00933617 Jy ! Clean residual min=-0.003860 max=0.003502 Jy/beam ! Clean residual mean=0.000016 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 0.258954 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 131 components and 0.258954 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076604Jy sigma=0.000650 ! Fit after self-cal, rms=0.076593Jy sigma=0.000649 ! 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.691 mas, bmaj=5 mas, bpa=-14.88 degrees ! Estimated noise=1459.57 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.691 x 5 at -14.88 degrees (North through East) ! Clean map min=-0.0039278 max=0.18303 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.235 mas, bmaj=4.223 mas, bpa=-16.94 degrees ! Estimated noise=1803.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.136936 Jy ! Component: 100 - total flux cleaned = 0.183734 Jy ! Component: 150 - total flux cleaned = 0.208297 Jy ! Component: 200 - total flux cleaned = 0.222197 Jy ! Total flux subtracted in 200 components = 0.222197 Jy ! Clean residual min=-0.006529 max=0.006983 Jy/beam ! Clean residual mean=0.000040 rms=0.001424 Jy/beam ! Combined flux in latest and established models = 0.222197 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.222197 Jy ! Inverting map and beam ! Estimated beam: bmin=3.691 mas, bmaj=5 mas, bpa=-14.88 degrees ! Estimated noise=1459.57 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.0120589 Jy ! Component: 100 - total flux cleaned = 0.0185406 Jy ! Component: 150 - total flux cleaned = 0.0230342 Jy ! Component: 200 - total flux cleaned = 0.0259826 Jy ! Total flux subtracted in 200 components = 0.0259826 Jy ! Clean residual min=-0.004664 max=0.003621 Jy/beam ! Clean residual mean=0.000033 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.24818 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 65 components and 0.24818 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.614 mas, bmaj=9.569 mas, bpa=2.391 degrees ! Estimated noise=1873.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00446547 Jy ! Component: 100 - total flux cleaned = 0.00714174 Jy ! Component: 150 - total flux cleaned = 0.00891941 Jy ! Component: 200 - total flux cleaned = 0.0103381 Jy ! Total flux subtracted in 200 components = 0.0103381 Jy ! Clean residual min=-0.003994 max=0.003560 Jy/beam ! Clean residual mean=0.000020 rms=0.000979 Jy/beam ! Combined flux in latest and established models = 0.258518 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.000794544 Jy ! Component: 100 - total flux cleaned = 0.00148659 Jy ! Component: 150 - total flux cleaned = 0.00209245 Jy ! Component: 200 - total flux cleaned = 0.00231917 Jy ! Total flux subtracted in 200 components = 0.00231917 Jy ! Clean residual min=-0.003685 max=0.003525 Jy/beam ! Clean residual mean=0.000010 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.260837 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 143 components and 0.260837 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.691 mas, bmaj=5 mas, bpa=-14.88 degrees ! Estimated noise=1459.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000339904 Jy ! Component: 100 - total flux cleaned = -0.000273082 Jy ! Component: 150 - total flux cleaned = -0.000350212 Jy ! Component: 200 - total flux cleaned = -0.000221017 Jy ! Total flux subtracted in 200 components = -0.000221017 Jy ! Clean residual min=-0.003767 max=0.003397 Jy/beam ! Clean residual mean=0.000005 rms=0.000780 Jy/beam ! Combined flux in latest and established models = 0.260616 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 168 components and 0.260616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076396Jy sigma=0.000648 ! Fit after self-cal, rms=0.076381Jy sigma=0.000648 wmodel J0306+6243_S_2017_08_05_pus_map.mod ! Writing 168 model components to file: J0306+6243_S_2017_08_05_pus_map.mod wobs J0306+6243_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0306+6243_S_2017_08_05_pus_uvs.fits wwins J0306+6243_S_2017_08_05_pus_map.win ! wwins: Wrote 2 windows to J0306+6243_S_2017_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.00114469 Jy ! Component: 100 - total flux cleaned = -0.00202549 Jy ! Component: 150 - total flux cleaned = -0.00262588 Jy ! Component: 200 - total flux cleaned = -0.00308792 Jy ! Component: 250 - total flux cleaned = -0.00318661 Jy ! Component: 300 - total flux cleaned = -0.00309219 Jy ! Component: 350 - total flux cleaned = -0.00309331 Jy ! Component: 400 - total flux cleaned = -0.00300475 Jy ! Component: 450 - total flux cleaned = -0.00291823 Jy ! Component: 500 - total flux cleaned = -0.00275094 Jy ! Component: 550 - total flux cleaned = -0.00271025 Jy ! Component: 600 - total flux cleaned = -0.00254923 Jy ! Component: 650 - total flux cleaned = -0.00227546 Jy ! Component: 700 - total flux cleaned = -0.00216059 Jy ! Component: 750 - total flux cleaned = -0.00193565 Jy ! Component: 800 - total flux cleaned = -0.00189944 Jy ! Component: 850 - total flux cleaned = -0.00175521 Jy ! Component: 900 - total flux cleaned = -0.00171993 Jy ! Component: 950 - total flux cleaned = -0.00171993 Jy ! Component: 1000 - total flux cleaned = -0.001686 Jy ! Component: 1050 - total flux cleaned = -0.00172057 Jy ! Component: 1100 - total flux cleaned = -0.0017208 Jy ! Component: 1150 - total flux cleaned = -0.00172152 Jy ! Component: 1200 - total flux cleaned = -0.00172239 Jy ! Component: 1250 - total flux cleaned = -0.00178535 Jy ! Component: 1300 - total flux cleaned = -0.00181651 Jy ! Component: 1350 - total flux cleaned = -0.00175498 Jy ! Component: 1400 - total flux cleaned = -0.00181584 Jy ! Component: 1450 - total flux cleaned = -0.0017258 Jy ! Component: 1500 - total flux cleaned = -0.00172624 Jy ! Component: 1550 - total flux cleaned = -0.00169724 Jy ! Component: 1600 - total flux cleaned = -0.00166863 Jy ! Component: 1650 - total flux cleaned = -0.00178274 Jy ! Component: 1700 - total flux cleaned = -0.00172622 Jy ! Component: 1750 - total flux cleaned = -0.00175441 Jy ! Component: 1800 - total flux cleaned = -0.00172683 Jy ! Component: 1850 - total flux cleaned = -0.0017 Jy ! Component: 1900 - total flux cleaned = -0.00172738 Jy ! Component: 1950 - total flux cleaned = -0.00170062 Jy ! Component: 2000 - total flux cleaned = -0.0017804 Jy ! Component: 2050 - total flux cleaned = -0.00170151 Jy ! Component: 2100 - total flux cleaned = -0.00157146 Jy ! Component: 2150 - total flux cleaned = -0.00167488 Jy ! Component: 2200 - total flux cleaned = -0.00159803 Jy ! Component: 2250 - total flux cleaned = -0.00152221 Jy ! Component: 2300 - total flux cleaned = -0.00147227 Jy ! Component: 2350 - total flux cleaned = -0.00152198 Jy ! Component: 2400 - total flux cleaned = -0.00142316 Jy ! Component: 2450 - total flux cleaned = -0.00154547 Jy ! Component: 2500 - total flux cleaned = -0.00149702 Jy ! Component: 2550 - total flux cleaned = -0.0014727 Jy ! Component: 2600 - total flux cleaned = -0.0015441 Jy ! Component: 2650 - total flux cleaned = -0.00144932 Jy ! Component: 2700 - total flux cleaned = -0.00144924 Jy ! Component: 2750 - total flux cleaned = -0.00156535 Jy ! Component: 2800 - total flux cleaned = -0.00151911 Jy ! Component: 2850 - total flux cleaned = -0.0015649 Jy ! Component: 2900 - total flux cleaned = -0.00161033 Jy ! Component: 2950 - total flux cleaned = -0.00158785 Jy ! Component: 3000 - total flux cleaned = -0.00167725 Jy ! Component: 3050 - total flux cleaned = -0.00174383 Jy ! Component: 3100 - total flux cleaned = -0.00169964 Jy ! Component: 3150 - total flux cleaned = -0.00172163 Jy ! Component: 3200 - total flux cleaned = -0.0017652 Jy ! Component: 3250 - total flux cleaned = -0.00178682 Jy ! Component: 3300 - total flux cleaned = -0.00182953 Jy ! Component: 3350 - total flux cleaned = -0.00185076 Jy ! Component: 3400 - total flux cleaned = -0.00189273 Jy ! Component: 3450 - total flux cleaned = -0.00195536 Jy ! Component: 3500 - total flux cleaned = -0.00195509 Jy ! Component: 3550 - total flux cleaned = -0.0020169 Jy ! Component: 3600 - total flux cleaned = -0.00203741 Jy ! Component: 3650 - total flux cleaned = -0.00205782 Jy ! Component: 3700 - total flux cleaned = -0.0020576 Jy ! Component: 3750 - total flux cleaned = -0.00211774 Jy ! Component: 3800 - total flux cleaned = -0.00213759 Jy ! Component: 3850 - total flux cleaned = -0.00221658 Jy ! Component: 3900 - total flux cleaned = -0.00227561 Jy ! Component: 3950 - total flux cleaned = -0.00227541 Jy ! Component: 4000 - total flux cleaned = -0.00233364 Jy ! Component: 4050 - total flux cleaned = -0.00239139 Jy ! Total flux subtracted in 4096 components = -0.00235319 Jy ! Clean residual min=-0.001095 max=0.001141 Jy/beam ! Clean residual mean=-0.000000 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.258263 Jy keep ! Adding 256 model components to the UV plane model. ! The established model now contains 424 components and 0.258263 Jy ![Exited script file: muppet] wmap "J0306+6243_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.691 x 5 at -14.88 degrees (North through East) ! Clean map min=-0.0024644 max=0.18331 Jy/beam ! Writing clean map to FITS file: J0306+6243_S_2017_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.183314 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000327351 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.535722 0.535722 1.07144 2.14289 4.28577 8.57155 17.1431 34.2862 68.5724 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.183 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.691 x 5 at -14.88 degrees (North through East) ! Clean map min=-0.0024644 max=0.18331 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 J0306+6243_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:19:15 2019