! Started logfile: J0512+1517_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:05:22 2019 obs J0512+1517_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J0512+1517_S_2017_01_16_pus_uva.fits ! AN table 1: 174 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.783014 visibilities/baseline/integration-bin. ! Found source: J0512+1517 ! ! 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 622 lines of history. ! ! Reading 24524 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 J0512+1517_S_2017_01_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 193 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 193 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 193 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 585 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.625770Jy sigma=0.005024 ! Fit after self-cal, rms=0.604538Jy sigma=0.004873 ! 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.741 mas, bmaj=8.112 mas, bpa=16.77 degrees ! Estimated noise=874.068 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.324258 Jy ! Component: 100 - total flux cleaned = 0.416111 Jy ! Total flux subtracted in 100 components = 0.416111 Jy ! Clean residual min=-0.015815 max=0.041281 Jy/beam ! Clean residual mean=-0.000094 rms=0.005204 Jy/beam ! Combined flux in latest and established models = 0.416111 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.416111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.230813Jy sigma=0.001005 ! Fit after self-cal, rms=0.230623Jy sigma=0.001004 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0454308 Jy ! Component: 100 - total flux cleaned = 0.0679407 Jy ! Total flux subtracted in 100 components = 0.0679407 Jy ! Clean residual min=-0.012504 max=0.015540 Jy/beam ! Clean residual mean=-0.000059 rms=0.003640 Jy/beam ! Combined flux in latest and established models = 0.484052 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 14 components and 0.484052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.218730Jy sigma=0.000882 ! Fit after self-cal, rms=0.218656Jy sigma=0.000881 ! 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.242 mas, bmaj=8.742 mas, bpa=15.55 degrees ! Estimated noise=602.785 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.0113645 Jy ! Component: 100 - total flux cleaned = 0.0178752 Jy ! Component: 150 - total flux cleaned = 0.0222344 Jy ! Component: 200 - total flux cleaned = 0.0252376 Jy ! Total flux subtracted in 200 components = 0.0252376 Jy ! Clean residual min=-0.013196 max=0.014347 Jy/beam ! Clean residual mean=-0.000115 rms=0.003498 Jy/beam ! Combined flux in latest and established models = 0.50929 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 33 components and 0.50929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.217076Jy sigma=0.000874 ! Fit after self-cal, rms=0.217050Jy sigma=0.000873 ! 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.06 FD 0.93 HN 0.93 KP 0.98 ! LA 1.08 MK 1.00* NL 0.92 OV 0.98 ! PT 1.04 SC 0.89 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.97 HN 0.98 KP 0.96 ! LA 1.03 MK 1.00* NL 1.07 OV 1.01 ! PT 1.05 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.98 HN 0.97 KP 1.00 ! LA 1.06 MK 1.00* NL 1.08 OV 0.93 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.96 HN 0.93 KP 1.00* ! LA 0.43 MK 1.00* NL 1.00* OV 0.98 ! PT 1.08 SC 1.43 ! ! ! Fit before self-cal, rms=0.217050Jy sigma=0.000873 ! Fit after self-cal, rms=0.138408Jy sigma=0.000786 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.212 mas, bmaj=8.694 mas, bpa=15.02 degrees ! Estimated noise=598.226 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.0018538 Jy ! Component: 100 - total flux cleaned = 0.00143222 Jy ! Component: 150 - total flux cleaned = 0.00124262 Jy ! Component: 200 - total flux cleaned = 0.00100705 Jy ! Total flux subtracted in 200 components = 0.00100705 Jy ! Clean residual min=-0.011079 max=0.013972 Jy/beam ! Clean residual mean=-0.000078 rms=0.002817 Jy/beam ! Combined flux in latest and established models = 0.510297 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 40 components and 0.510297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138084Jy sigma=0.000782 ! Fit after self-cal, rms=0.137883Jy sigma=0.000781 ! 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.137883Jy sigma=0.000781 ! Fit after self-cal, rms=0.130819Jy sigma=0.000688 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.216 mas, bmaj=8.69 mas, bpa=15.06 degrees ! Estimated noise=599.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144983 Jy ! Component: 100 - total flux cleaned = 0.00136144 Jy ! Component: 150 - total flux cleaned = 0.00135893 Jy ! Component: 200 - total flux cleaned = 0.00139447 Jy ! Total flux subtracted in 200 components = 0.00139447 Jy ! Clean residual min=-0.003872 max=0.011718 Jy/beam ! Clean residual mean=-0.000022 rms=0.001349 Jy/beam ! Combined flux in latest and established models = 0.511691 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 49 components and 0.511691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130780Jy sigma=0.000688 ! Fit after self-cal, rms=0.130863Jy sigma=0.000688 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 (-13, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0112087 Jy ! Component: 100 - total flux cleaned = 0.0166292 Jy ! Component: 150 - total flux cleaned = 0.019742 Jy ! Component: 200 - total flux cleaned = 0.0204636 Jy ! Total flux subtracted in 200 components = 0.0204636 Jy ! Clean residual min=-0.002782 max=0.005505 Jy/beam ! Clean residual mean=-0.000009 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.532155 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 92 components and 0.532155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129974Jy sigma=0.000676 ! Fit after self-cal, rms=0.129927Jy sigma=0.000675 ! Inverting map ! Added new window around map position (-24, -12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00524445 Jy ! Component: 100 - total flux cleaned = 0.00822838 Jy ! Component: 150 - total flux cleaned = 0.0104578 Jy ! Component: 200 - total flux cleaned = 0.0120539 Jy ! Total flux subtracted in 200 components = 0.0120539 Jy ! Clean residual min=-0.002183 max=0.002508 Jy/beam ! Clean residual mean=-0.000005 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.544208 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 132 components and 0.544208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129647Jy sigma=0.000672 ! Fit after self-cal, rms=0.129624Jy sigma=0.000672 ! 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.129624Jy sigma=0.000672 ! Fit after self-cal, rms=0.130510Jy sigma=0.000671 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.213 mas, bmaj=8.685 mas, bpa=15.02 degrees ! Estimated noise=598.692 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00243925 Jy ! Component: 100 - total flux cleaned = 0.0039883 Jy ! Component: 150 - total flux cleaned = 0.00482464 Jy ! Component: 200 - total flux cleaned = 0.00546642 Jy ! Total flux subtracted in 200 components = 0.00546642 Jy ! Clean residual min=-0.002023 max=0.002139 Jy/beam ! Clean residual mean=-0.000006 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.549675 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 163 components and 0.549675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130440Jy sigma=0.000670 ! Fit after self-cal, rms=0.130460Jy sigma=0.000670 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.00092009 Jy ! Component: 100 - total flux cleaned = 0.0014064 Jy ! Component: 150 - total flux cleaned = 0.00190321 Jy ! Component: 200 - total flux cleaned = 0.00232434 Jy ! Total flux subtracted in 200 components = 0.00232434 Jy ! Clean residual min=-0.001989 max=0.002075 Jy/beam ! Clean residual mean=-0.000005 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.551999 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 188 components and 0.551999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130440Jy sigma=0.000670 ! Fit after self-cal, rms=0.130439Jy sigma=0.000670 ! 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.130439Jy sigma=0.000670 ! Fit after self-cal, rms=0.130819Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.787 mas, bmaj=10.61 mas, bpa=4.702 degrees ! Estimated noise=703.788 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159242 Jy ! Component: 100 - total flux cleaned = 0.00235972 Jy ! Component: 150 - total flux cleaned = 0.00287613 Jy ! Component: 200 - total flux cleaned = 0.00333408 Jy ! Total flux subtracted in 200 components = 0.00333408 Jy ! Clean residual min=-0.002232 max=0.002458 Jy/beam ! Clean residual mean=-0.000008 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.555333 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 213 components and 0.555333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130809Jy sigma=0.000669 ! Fit after self-cal, rms=0.130813Jy sigma=0.000669 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.00041485 Jy ! Component: 100 - total flux cleaned = 0.000693486 Jy ! Component: 150 - total flux cleaned = 0.000843239 Jy ! Component: 200 - total flux cleaned = 0.000995112 Jy ! Total flux subtracted in 200 components = 0.000995112 Jy ! Clean residual min=-0.002190 max=0.002393 Jy/beam ! Clean residual mean=-0.000006 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.556328 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 229 components and 0.556328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130810Jy sigma=0.000669 ! Fit after self-cal, rms=0.130809Jy sigma=0.000669 ! 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.213 mas, bmaj=8.682 mas, bpa=15.01 degrees ! Estimated noise=598.817 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.213 x 8.682 at 15.01 degrees (North through East) ! Clean map min=-0.0019222 max=0.42225 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.753 mas, bmaj=8.082 mas, bpa=15.99 degrees ! Estimated noise=857.606 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.317682 Jy ! Component: 100 - total flux cleaned = 0.410915 Jy ! Component: 150 - total flux cleaned = 0.456938 Jy ! Component: 200 - total flux cleaned = 0.48031 Jy ! Total flux subtracted in 200 components = 0.48031 Jy ! Clean residual min=-0.004898 max=0.011567 Jy/beam ! Clean residual mean=-0.000033 rms=0.001628 Jy/beam ! Combined flux in latest and established models = 0.48031 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.48031 Jy ! Inverting map and beam ! Estimated beam: bmin=4.213 mas, bmaj=8.682 mas, bpa=15.01 degrees ! Estimated noise=598.817 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.0173689 Jy ! Component: 100 - total flux cleaned = 0.0281266 Jy ! Component: 150 - total flux cleaned = 0.0361346 Jy ! Component: 200 - total flux cleaned = 0.0423526 Jy ! Total flux subtracted in 200 components = 0.0423526 Jy ! Clean residual min=-0.002989 max=0.003675 Jy/beam ! Clean residual mean=-0.000024 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.522663 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 72 components and 0.522663 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.787 mas, bmaj=10.61 mas, bpa=4.702 degrees ! Estimated noise=703.788 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00794993 Jy ! Component: 100 - total flux cleaned = 0.0135139 Jy ! Component: 150 - total flux cleaned = 0.017662 Jy ! Component: 200 - total flux cleaned = 0.0208657 Jy ! Total flux subtracted in 200 components = 0.0208657 Jy ! Clean residual min=-0.002578 max=0.002420 Jy/beam ! Clean residual mean=-0.000018 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.543529 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.00253028 Jy ! Component: 100 - total flux cleaned = 0.00456014 Jy ! Component: 150 - total flux cleaned = 0.00621694 Jy ! Component: 200 - total flux cleaned = 0.00758196 Jy ! Total flux subtracted in 200 components = 0.00758196 Jy ! Clean residual min=-0.002218 max=0.002098 Jy/beam ! Clean residual mean=-0.000010 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.551111 Jy ! Adding 206 model components to the UV plane model. ! The established model now contains 270 components and 0.551111 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.213 mas, bmaj=8.682 mas, bpa=15.01 degrees ! Estimated noise=598.817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000552986 Jy ! Component: 100 - total flux cleaned = 0.00113103 Jy ! Component: 150 - total flux cleaned = 0.00166425 Jy ! Component: 200 - total flux cleaned = 0.00205358 Jy ! Total flux subtracted in 200 components = 0.00205358 Jy ! Clean residual min=-0.001940 max=0.001868 Jy/beam ! Clean residual mean=-0.000005 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.553164 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 293 components and 0.553165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130800Jy sigma=0.000669 ! Fit after self-cal, rms=0.130790Jy sigma=0.000669 wmodel J0512+1517_S_2017_01_16_pus_map.mod ! Writing 293 model components to file: J0512+1517_S_2017_01_16_pus_map.mod wobs J0512+1517_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J0512+1517_S_2017_01_16_pus_uvs.fits wwins J0512+1517_S_2017_01_16_pus_map.win ! wwins: Wrote 3 windows to J0512+1517_S_2017_01_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.000255733 Jy ! Component: 100 - total flux cleaned = -0.000287086 Jy ! Component: 150 - total flux cleaned = -0.000378776 Jy ! Component: 200 - total flux cleaned = -0.000436635 Jy ! Component: 250 - total flux cleaned = -0.00057616 Jy ! Component: 300 - total flux cleaned = -0.000712145 Jy ! Component: 350 - total flux cleaned = -0.000818139 Jy ! Component: 400 - total flux cleaned = -0.000869501 Jy ! Component: 450 - total flux cleaned = -0.000919128 Jy ! Component: 500 - total flux cleaned = -0.000943038 Jy ! Component: 550 - total flux cleaned = -0.000942374 Jy ! Component: 600 - total flux cleaned = -0.000942081 Jy ! Component: 650 - total flux cleaned = -0.000987387 Jy ! Component: 700 - total flux cleaned = -0.000964269 Jy ! Component: 750 - total flux cleaned = -0.000920269 Jy ! Component: 800 - total flux cleaned = -0.000834186 Jy ! Component: 850 - total flux cleaned = -0.000644847 Jy ! Component: 900 - total flux cleaned = -0.000645574 Jy ! Component: 950 - total flux cleaned = -0.000645199 Jy ! Component: 1000 - total flux cleaned = -0.000484122 Jy ! Component: 1050 - total flux cleaned = -0.000483802 Jy ! Component: 1100 - total flux cleaned = -0.000385558 Jy ! Component: 1150 - total flux cleaned = -0.000328213 Jy ! Component: 1200 - total flux cleaned = -0.000347738 Jy ! Component: 1250 - total flux cleaned = -0.00029098 Jy ! Component: 1300 - total flux cleaned = -0.000254012 Jy ! Component: 1350 - total flux cleaned = -0.000217433 Jy ! Component: 1400 - total flux cleaned = -0.000163087 Jy ! Component: 1450 - total flux cleaned = -0.00010961 Jy ! Component: 1500 - total flux cleaned = -0.000127471 Jy ! Component: 1550 - total flux cleaned = -0.000109988 Jy ! Component: 1600 - total flux cleaned = -5.81405e-05 Jy ! Component: 1650 - total flux cleaned = -2.37717e-05 Jy ! Component: 1700 - total flux cleaned = 2.68876e-05 Jy ! Component: 1750 - total flux cleaned = 9.99995e-06 Jy ! Component: 1800 - total flux cleaned = 2.65386e-05 Jy ! Component: 1850 - total flux cleaned = 0.000124614 Jy ! Component: 1900 - total flux cleaned = 0.000124433 Jy ! Component: 1950 - total flux cleaned = 0.000156011 Jy ! Component: 2000 - total flux cleaned = 0.00015579 Jy ! Component: 2050 - total flux cleaned = 0.000186996 Jy ! Component: 2100 - total flux cleaned = 0.000217851 Jy ! Component: 2150 - total flux cleaned = 0.000186978 Jy ! Component: 2200 - total flux cleaned = 0.00015651 Jy ! Component: 2250 - total flux cleaned = 0.000141517 Jy ! Component: 2300 - total flux cleaned = 0.000141334 Jy ! Component: 2350 - total flux cleaned = 0.000156068 Jy ! Component: 2400 - total flux cleaned = 8.27068e-05 Jy ! Component: 2450 - total flux cleaned = 0.0001408 Jy ! Component: 2500 - total flux cleaned = 8.31936e-05 Jy ! Component: 2550 - total flux cleaned = 0.000126108 Jy ! Component: 2600 - total flux cleaned = 0.000111795 Jy ! Component: 2650 - total flux cleaned = 0.00016791 Jy ! Component: 2700 - total flux cleaned = 0.000139903 Jy ! Component: 2750 - total flux cleaned = 0.000167348 Jy ! Component: 2800 - total flux cleaned = 0.000222009 Jy ! Component: 2850 - total flux cleaned = 0.000181381 Jy ! Component: 2900 - total flux cleaned = 0.000167865 Jy ! Component: 2950 - total flux cleaned = 0.000208048 Jy ! Component: 3000 - total flux cleaned = 0.000234599 Jy ! Component: 3050 - total flux cleaned = 0.000208414 Jy ! Component: 3100 - total flux cleaned = 0.000273641 Jy ! Component: 3150 - total flux cleaned = 0.000325347 Jy ! Component: 3200 - total flux cleaned = 0.000350988 Jy ! Component: 3250 - total flux cleaned = 0.000376304 Jy ! Component: 3300 - total flux cleaned = 0.000376314 Jy ! Component: 3350 - total flux cleaned = 0.000414062 Jy ! Component: 3400 - total flux cleaned = 0.000401735 Jy ! Component: 3450 - total flux cleaned = 0.00043895 Jy ! Component: 3500 - total flux cleaned = 0.000463557 Jy ! Component: 3550 - total flux cleaned = 0.000500138 Jy ! Component: 3600 - total flux cleaned = 0.00052434 Jy ! Component: 3650 - total flux cleaned = 0.000560329 Jy ! Component: 3700 - total flux cleaned = 0.000572167 Jy ! Component: 3750 - total flux cleaned = 0.000572178 Jy ! Component: 3800 - total flux cleaned = 0.000572302 Jy ! Component: 3850 - total flux cleaned = 0.000595503 Jy ! Component: 3900 - total flux cleaned = 0.000618627 Jy ! Component: 3950 - total flux cleaned = 0.000561318 Jy ! Component: 4000 - total flux cleaned = 0.00057264 Jy ! Component: 4050 - total flux cleaned = 0.000572683 Jy ! Total flux subtracted in 4096 components = 0.000606453 Jy ! Clean residual min=-0.000686 max=0.000624 Jy/beam ! Clean residual mean=-0.000002 rms=0.000224 Jy/beam ! Combined flux in latest and established models = 0.553771 Jy keep ! Adding 341 model components to the UV plane model. ! The established model now contains 634 components and 0.553771 Jy ![Exited script file: muppet] wmap "J0512+1517_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.213 x 8.682 at 15.01 degrees (North through East) ! Clean map min=-0.0013898 max=0.42243 Jy/beam ! Writing clean map to FITS file: J0512+1517_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.422426 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000223262 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.158557 0.158557 0.317114 0.634228 1.26846 2.53691 5.07382 10.1476 20.2953 40.5906 81.1812 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.422 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.213 x 8.682 at 15.01 degrees (North through East) ! Clean map min=-0.0013898 max=0.42243 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 J0512+1517_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:05:29 2019