! Started logfile: J0633+4943_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:34:06 2019 obs J0633+4943_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0633+4943_S_2017_03_27_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.955288 visibilities/baseline/integration-bin. ! Found source: J0633+4943 ! ! 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 1684 lines of history. ! ! Reading 14272 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 J0633+4943_S_2017_03_27_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 323 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.937415Jy sigma=0.008650 ! Fit after self-cal, rms=0.926940Jy sigma=0.008570 ! 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.329 mas, bmaj=4.329 mas, bpa=9.39 degrees ! Estimated noise=1057.81 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.0556469 Jy ! Component: 100 - total flux cleaned = 0.0762838 Jy ! Total flux subtracted in 100 components = 0.0762838 Jy ! Clean residual min=-0.003833 max=0.009465 Jy/beam ! Clean residual mean=-0.000012 rms=0.001080 Jy/beam ! Combined flux in latest and established models = 0.0762838 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0762838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080603Jy sigma=0.000701 ! Fit after self-cal, rms=0.080380Jy sigma=0.000699 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0119078 Jy ! Component: 100 - total flux cleaned = 0.0177061 Jy ! Total flux subtracted in 100 components = 0.0177061 Jy ! Clean residual min=-0.003183 max=0.003012 Jy/beam ! Clean residual mean=-0.000005 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.0939899 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 25 components and 0.0939899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078442Jy sigma=0.000680 ! Fit after self-cal, rms=0.078363Jy 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.92 mas, bmaj=5.163 mas, bpa=9.706 degrees ! Estimated noise=705.532 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.00485522 Jy ! Component: 100 - total flux cleaned = 0.00699212 Jy ! Component: 150 - total flux cleaned = 0.00786115 Jy ! Component: 200 - total flux cleaned = 0.00798512 Jy ! Total flux subtracted in 200 components = 0.00798512 Jy ! Clean residual min=-0.002268 max=0.002537 Jy/beam ! Clean residual mean=0.000003 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.101975 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 39 components and 0.101975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078092Jy sigma=0.000676 ! Fit after self-cal, rms=0.078066Jy sigma=0.000676 ! 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 0.99 KP 1.08 ! LA 1.01 MK 0.93 NL 1.01 OV 1.02 ! PT 0.94 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.02 HN 1.01 KP 1.00 ! LA 0.95 MK 1.37 NL 0.98 OV 1.06 ! PT 0.94 SC 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.07 HN 1.01 KP 1.00 ! LA 0.95 MK 0.98 NL 0.96 OV 0.95 ! PT 0.97 SC 0.98 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.09 HN 0.99 KP 1.00* ! LA 1.06 MK 0.98 NL 1.00* OV 1.16 ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.078066Jy sigma=0.000676 ! Fit after self-cal, rms=0.079238Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.918 mas, bmaj=5.187 mas, bpa=11.1 degrees ! Estimated noise=705.868 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.000466292 Jy ! Component: 100 - total flux cleaned = 0.00036992 Jy ! Component: 150 - total flux cleaned = 0.000368854 Jy ! Component: 200 - total flux cleaned = 0.000343693 Jy ! Total flux subtracted in 200 components = 0.000343693 Jy ! Clean residual min=-0.002185 max=0.002481 Jy/beam ! Clean residual mean=0.000006 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.102319 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 0.102319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079215Jy sigma=0.000673 ! Fit after self-cal, rms=0.079239Jy sigma=0.000673 ! 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.079239Jy sigma=0.000673 ! Fit after self-cal, rms=0.079442Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.842 mas, bmaj=5.246 mas, bpa=11.2 degrees ! Estimated noise=699.208 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000378534 Jy ! Component: 100 - total flux cleaned = 0.00032429 Jy ! Component: 150 - total flux cleaned = 0.000263927 Jy ! Component: 200 - total flux cleaned = 0.000179894 Jy ! Total flux subtracted in 200 components = 0.000179894 Jy ! Clean residual min=-0.001826 max=0.001989 Jy/beam ! Clean residual mean=0.000001 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.102499 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.102499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079426Jy sigma=0.000671 ! Fit after self-cal, rms=0.079439Jy sigma=0.000671 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.000103523 Jy ! Component: 100 - total flux cleaned = 5.88029e-06 Jy ! Component: 150 - total flux cleaned = -5.86565e-05 Jy ! Component: 200 - total flux cleaned = -7.29607e-05 Jy ! Total flux subtracted in 200 components = -7.29607e-05 Jy ! Clean residual min=-0.001790 max=0.001949 Jy/beam ! Clean residual mean=0.000001 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.102426 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.102426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079432Jy sigma=0.000670 ! Fit after self-cal, rms=0.079429Jy sigma=0.000670 ! 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.079429Jy sigma=0.000670 ! Fit after self-cal, rms=0.079471Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.813 mas, bmaj=5.271 mas, bpa=11.47 degrees ! Estimated noise=696.225 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000144364 Jy ! Component: 100 - total flux cleaned = 7.57044e-05 Jy ! Component: 150 - total flux cleaned = 6.5576e-06 Jy ! Component: 200 - total flux cleaned = -1.75134e-05 Jy ! Total flux subtracted in 200 components = -1.75134e-05 Jy ! Clean residual min=-0.001747 max=0.001933 Jy/beam ! Clean residual mean=0.000001 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.102408 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 56 components and 0.102408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079464Jy sigma=0.000670 ! Fit after self-cal, rms=0.079465Jy 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 = 2.9199e-05 Jy ! Component: 100 - total flux cleaned = -3.56401e-05 Jy ! Component: 150 - total flux cleaned = -4.65418e-05 Jy ! Component: 200 - total flux cleaned = -4.63347e-05 Jy ! Total flux subtracted in 200 components = -4.63347e-05 Jy ! Clean residual min=-0.001728 max=0.001906 Jy/beam ! Clean residual mean=0.000001 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.102362 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.102362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079462Jy sigma=0.000670 ! Fit after self-cal, rms=0.079459Jy 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.079459Jy sigma=0.000670 ! Fit after self-cal, rms=0.079593Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.955 mas, bmaj=8.907 mas, bpa=26.48 degrees ! Estimated noise=870.438 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000103163 Jy ! Component: 100 - total flux cleaned = 7.45e-05 Jy ! Component: 150 - total flux cleaned = 5.83536e-05 Jy ! Component: 200 - total flux cleaned = 3.75133e-05 Jy ! Total flux subtracted in 200 components = 3.75133e-05 Jy ! Clean residual min=-0.001999 max=0.002360 Jy/beam ! Clean residual mean=0.000002 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.102399 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 66 components and 0.102399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079591Jy sigma=0.000670 ! Fit after self-cal, rms=0.079589Jy 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 = 1.49706e-05 Jy ! Component: 100 - total flux cleaned = 2.16183e-06 Jy ! Component: 150 - total flux cleaned = -8.70853e-06 Jy ! Component: 200 - total flux cleaned = -1.87657e-05 Jy ! Total flux subtracted in 200 components = -1.87657e-05 Jy ! Clean residual min=-0.001989 max=0.002357 Jy/beam ! Clean residual mean=0.000002 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.102381 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 69 components and 0.102381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079588Jy sigma=0.000670 ! Fit after self-cal, rms=0.079587Jy sigma=0.000670 ! 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.805 mas, bmaj=5.288 mas, bpa=11.74 degrees ! Estimated noise=695.919 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.805 x 5.288 at 11.74 degrees (North through East) ! Clean map min=-0.001677 max=0.070339 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.216 mas, bmaj=4.448 mas, bpa=11.87 degrees ! Estimated noise=1045.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0561482 Jy ! Component: 100 - total flux cleaned = 0.0794117 Jy ! Component: 150 - total flux cleaned = 0.0907407 Jy ! Component: 200 - total flux cleaned = 0.096715 Jy ! Total flux subtracted in 200 components = 0.096715 Jy ! Clean residual min=-0.002573 max=0.002920 Jy/beam ! Clean residual mean=-0.000006 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.096715 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.096715 Jy ! Inverting map and beam ! Estimated beam: bmin=3.805 mas, bmaj=5.288 mas, bpa=11.74 degrees ! Estimated noise=695.919 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.00342477 Jy ! Component: 100 - total flux cleaned = 0.00509016 Jy ! Component: 150 - total flux cleaned = 0.00570535 Jy ! Component: 200 - total flux cleaned = 0.00581465 Jy ! Total flux subtracted in 200 components = 0.00581465 Jy ! Clean residual min=-0.001848 max=0.001854 Jy/beam ! Clean residual mean=0.000001 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.10253 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 32 components and 0.10253 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.955 mas, bmaj=8.907 mas, bpa=26.48 degrees ! Estimated noise=870.438 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000132707 Jy ! Component: 100 - total flux cleaned = 9.5686e-05 Jy ! Component: 150 - total flux cleaned = 8.45483e-05 Jy ! Component: 200 - total flux cleaned = 6.44848e-05 Jy ! Total flux subtracted in 200 components = 6.44848e-05 Jy ! Clean residual min=-0.001969 max=0.002356 Jy/beam ! Clean residual mean=0.000002 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.102594 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 = -1.84169e-05 Jy ! Component: 100 - total flux cleaned = -3.55389e-05 Jy ! Component: 150 - total flux cleaned = -5.1541e-05 Jy ! Component: 200 - total flux cleaned = -5.91539e-05 Jy ! Total flux subtracted in 200 components = -5.91539e-05 Jy ! Clean residual min=-0.001970 max=0.002346 Jy/beam ! Clean residual mean=0.000002 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.102535 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 37 components and 0.102535 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.805 mas, bmaj=5.288 mas, bpa=11.74 degrees ! Estimated noise=695.919 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.4403e-05 Jy ! Component: 100 - total flux cleaned = -1.27585e-05 Jy ! Component: 150 - total flux cleaned = -4.05034e-05 Jy ! Component: 200 - total flux cleaned = -7.76586e-05 Jy ! Total flux subtracted in 200 components = -7.76586e-05 Jy ! Clean residual min=-0.001814 max=0.001865 Jy/beam ! Clean residual mean=0.000001 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.102457 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 45 components and 0.102457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079590Jy sigma=0.000670 ! Fit after self-cal, rms=0.079578Jy sigma=0.000670 wmodel J0633+4943_S_2017_03_27_pus_map.mod ! Writing 45 model components to file: J0633+4943_S_2017_03_27_pus_map.mod wobs J0633+4943_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0633+4943_S_2017_03_27_pus_uvs.fits wwins J0633+4943_S_2017_03_27_pus_map.win ! wwins: Wrote 1 windows to J0633+4943_S_2017_03_27_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.00055304 Jy ! Component: 100 - total flux cleaned = 0.000778894 Jy ! Component: 150 - total flux cleaned = 0.0009924 Jy ! Component: 200 - total flux cleaned = 0.00116822 Jy ! Component: 250 - total flux cleaned = 0.00133924 Jy ! Component: 300 - total flux cleaned = 0.00144983 Jy ! Component: 350 - total flux cleaned = 0.00150407 Jy ! Component: 400 - total flux cleaned = 0.00158396 Jy ! Component: 450 - total flux cleaned = 0.00166194 Jy ! Component: 500 - total flux cleaned = 0.00168737 Jy ! Component: 550 - total flux cleaned = 0.00171215 Jy ! Component: 600 - total flux cleaned = 0.00183384 Jy ! Component: 650 - total flux cleaned = 0.00178487 Jy ! Component: 700 - total flux cleaned = 0.00173767 Jy ! Component: 750 - total flux cleaned = 0.00171469 Jy ! Component: 800 - total flux cleaned = 0.00173786 Jy ! Component: 850 - total flux cleaned = 0.00173813 Jy ! Component: 900 - total flux cleaned = 0.00171584 Jy ! Component: 950 - total flux cleaned = 0.00175942 Jy ! Component: 1000 - total flux cleaned = 0.00175913 Jy ! Component: 1050 - total flux cleaned = 0.00171605 Jy ! Component: 1100 - total flux cleaned = 0.00173714 Jy ! Component: 1150 - total flux cleaned = 0.00161189 Jy ! Component: 1200 - total flux cleaned = 0.00157124 Jy ! Component: 1250 - total flux cleaned = 0.00157096 Jy ! Component: 1300 - total flux cleaned = 0.00143007 Jy ! Component: 1350 - total flux cleaned = 0.00139017 Jy ! Component: 1400 - total flux cleaned = 0.00137079 Jy ! Component: 1450 - total flux cleaned = 0.00135105 Jy ! Component: 1500 - total flux cleaned = 0.00125464 Jy ! Component: 1550 - total flux cleaned = 0.00125476 Jy ! Component: 1600 - total flux cleaned = 0.00123559 Jy ! Component: 1650 - total flux cleaned = 0.00119835 Jy ! Component: 1700 - total flux cleaned = 0.00119859 Jy ! Component: 1750 - total flux cleaned = 0.00119844 Jy ! Component: 1800 - total flux cleaned = 0.00119846 Jy ! Component: 1850 - total flux cleaned = 0.00114454 Jy ! Component: 1900 - total flux cleaned = 0.00109119 Jy ! Component: 1950 - total flux cleaned = 0.00107352 Jy ! Component: 2000 - total flux cleaned = 0.0010209 Jy ! Component: 2050 - total flux cleaned = 0.000968845 Jy ! Component: 2100 - total flux cleaned = 0.000865616 Jy ! Component: 2150 - total flux cleaned = 0.000814327 Jy ! Component: 2200 - total flux cleaned = 0.000797486 Jy ! Component: 2250 - total flux cleaned = 0.000696596 Jy ! Component: 2300 - total flux cleaned = 0.000730127 Jy ! Component: 2350 - total flux cleaned = 0.000680593 Jy ! Component: 2400 - total flux cleaned = 0.000614795 Jy ! Component: 2450 - total flux cleaned = 0.000533332 Jy ! Component: 2500 - total flux cleaned = 0.000533185 Jy ! Component: 2550 - total flux cleaned = 0.000468922 Jy ! Component: 2600 - total flux cleaned = 0.000436978 Jy ! Component: 2650 - total flux cleaned = 0.000389471 Jy ! Component: 2700 - total flux cleaned = 0.000357753 Jy ! Component: 2750 - total flux cleaned = 0.000279586 Jy ! Component: 2800 - total flux cleaned = 0.000202277 Jy ! Component: 2850 - total flux cleaned = 0.00021776 Jy ! Component: 2900 - total flux cleaned = 0.000111115 Jy ! Component: 2950 - total flux cleaned = 0.000111064 Jy ! Component: 3000 - total flux cleaned = 2.09864e-05 Jy ! Component: 3050 - total flux cleaned = 9.55027e-05 Jy ! Component: 3100 - total flux cleaned = -3.80013e-05 Jy ! Component: 3150 - total flux cleaned = -0.000111676 Jy ! Component: 3200 - total flux cleaned = -3.84488e-05 Jy ! Component: 3250 - total flux cleaned = -9.67356e-05 Jy ! Component: 3300 - total flux cleaned = -0.000140098 Jy ! Component: 3350 - total flux cleaned = -0.000154525 Jy ! Component: 3400 - total flux cleaned = -0.000225668 Jy ! Component: 3450 - total flux cleaned = -0.000225625 Jy ! Component: 3500 - total flux cleaned = -0.000267692 Jy ! Component: 3550 - total flux cleaned = -0.000211803 Jy ! Component: 3600 - total flux cleaned = -0.00023957 Jy ! Component: 3650 - total flux cleaned = -0.000267192 Jy ! Component: 3700 - total flux cleaned = -0.000308333 Jy ! Component: 3750 - total flux cleaned = -0.000321982 Jy ! Component: 3800 - total flux cleaned = -0.000362746 Jy ! Component: 3850 - total flux cleaned = -0.000376105 Jy ! Component: 3900 - total flux cleaned = -0.000429577 Jy ! Component: 3950 - total flux cleaned = -0.000429429 Jy ! Component: 4000 - total flux cleaned = -0.000429443 Jy ! Component: 4050 - total flux cleaned = -0.000376912 Jy ! Total flux subtracted in 4096 components = -0.000468433 Jy ! Clean residual min=-0.000798 max=0.000720 Jy/beam ! Clean residual mean=-0.000002 rms=0.000239 Jy/beam ! Combined flux in latest and established models = 0.101989 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 349 components and 0.101989 Jy ![Exited script file: muppet] wmap "J0633+4943_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.805 x 5.288 at 11.74 degrees (North through East) ! Clean map min=-0.00117 max=0.07046 Jy/beam ! Writing clean map to FITS file: J0633+4943_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0704597 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000236861 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.0085 1.0085 2.01699 4.03399 8.06797 16.1359 32.2719 64.5438 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.07 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.805 x 5.288 at 11.74 degrees (North through East) ! Clean map min=-0.00117 max=0.07046 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 J0633+4943_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:34:11 2019