! Started logfile: J0141-0202_S_2017_07_16_pus_uvs.log on Thu May 9 10:57:34 2019 obs J0141-0202_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J0141-0202_S_2017_07_16_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.650529 visibilities/baseline/integration-bin. ! Found source: J0141-0202 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 815 lines of history. ! ! Reading 9836 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 J0141-0202_S_2017_07_16_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 158 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 618 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.834561Jy sigma=0.007355 ! Fit after self-cal, rms=0.819671Jy sigma=0.007237 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.559 mas, bmaj=6.567 mas, bpa=-4.474 degrees ! Estimated noise=1182.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.141786 Jy ! Component: 100 - total flux cleaned = 0.172709 Jy ! Total flux subtracted in 100 components = 0.172709 Jy ! Clean residual min=-0.007614 max=0.013390 Jy/beam ! Clean residual mean=0.000011 rms=0.002157 Jy/beam ! Combined flux in latest and established models = 0.172709 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.172709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085518Jy sigma=0.000732 ! Fit after self-cal, rms=0.085514Jy sigma=0.000732 ! Inverting map ! Added new window around map position (2.5, -9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0116916 Jy ! Component: 100 - total flux cleaned = 0.0173785 Jy ! Total flux subtracted in 100 components = 0.0173785 Jy ! Clean residual min=-0.006913 max=0.008479 Jy/beam ! Clean residual mean=0.000007 rms=0.001844 Jy/beam ! Combined flux in latest and established models = 0.190088 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 15 components and 0.190088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084071Jy sigma=0.000719 ! Fit after self-cal, rms=0.083979Jy sigma=0.000718 ! 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=2.853 mas, bmaj=7.049 mas, bpa=-3.593 degrees ! Estimated noise=939.29 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.00518836 Jy ! Component: 100 - total flux cleaned = 0.00658657 Jy ! Component: 150 - total flux cleaned = 0.00768936 Jy ! Component: 200 - total flux cleaned = 0.0085773 Jy ! Total flux subtracted in 200 components = 0.0085773 Jy ! Clean residual min=-0.005900 max=0.006906 Jy/beam ! Clean residual mean=0.000002 rms=0.001622 Jy/beam ! Combined flux in latest and established models = 0.198665 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 27 components and 0.198665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083579Jy sigma=0.000714 ! Fit after self-cal, rms=0.083568Jy sigma=0.000714 ! 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 0.96 FD 1.00* HN 0.98 KP 1.06 ! LA 1.01 MK 1.00 NL 0.89 OV 0.99 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 1.00* HN 0.98 KP 0.99 ! LA 1.03 MK 1.00 NL 1.02 OV 1.04 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* HN 0.99 KP 0.96 ! LA 1.05 MK 1.05 NL 0.99 OV 0.92 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 4. ! A total of 222 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.083568Jy sigma=0.000714 ! Fit after self-cal, rms=0.083783Jy sigma=0.000707 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.894 mas, bmaj=7.069 mas, bpa=-2.583 degrees ! Estimated noise=947.001 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.00134353 Jy ! Component: 100 - total flux cleaned = -0.00155438 Jy ! Component: 150 - total flux cleaned = -0.00175425 Jy ! Component: 200 - total flux cleaned = -0.00192487 Jy ! Total flux subtracted in 200 components = -0.00192487 Jy ! Clean residual min=-0.005810 max=0.007078 Jy/beam ! Clean residual mean=0.000001 rms=0.001566 Jy/beam ! Combined flux in latest and established models = 0.19674 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 37 components and 0.19674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083721Jy sigma=0.000706 ! Fit after self-cal, rms=0.083734Jy sigma=0.000706 ! 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.083734Jy sigma=0.000706 ! Fit after self-cal, rms=0.085320Jy sigma=0.000682 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.891 mas, bmaj=7.087 mas, bpa=-2.623 degrees ! Estimated noise=956.063 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00106453 Jy ! Component: 100 - total flux cleaned = -0.0014573 Jy ! Component: 150 - total flux cleaned = -0.00196375 Jy ! Component: 200 - total flux cleaned = -0.00244726 Jy ! Total flux subtracted in 200 components = -0.00244726 Jy ! Clean residual min=-0.003081 max=0.003305 Jy/beam ! Clean residual mean=-0.000000 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.194293 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 48 components and 0.194293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085202Jy sigma=0.000680 ! Fit after self-cal, rms=0.085282Jy sigma=0.000680 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.000559941 Jy ! Component: 100 - total flux cleaned = -0.000838712 Jy ! Component: 150 - total flux cleaned = -0.000941753 Jy ! Component: 200 - total flux cleaned = -0.00100178 Jy ! Total flux subtracted in 200 components = -0.00100178 Jy ! Clean residual min=-0.003118 max=0.003168 Jy/beam ! Clean residual mean=0.000000 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.193291 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 56 components and 0.193291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085260Jy sigma=0.000680 ! Fit after self-cal, rms=0.085252Jy sigma=0.000680 ! 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.085252Jy sigma=0.000680 ! Fit after self-cal, rms=0.087483Jy sigma=0.000674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.893 mas, bmaj=7.09 mas, bpa=-2.568 degrees ! Estimated noise=954.445 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000991274 Jy ! Component: 100 - total flux cleaned = -0.00116566 Jy ! Component: 150 - total flux cleaned = -0.00121685 Jy ! Component: 200 - total flux cleaned = -0.00124102 Jy ! Total flux subtracted in 200 components = -0.00124102 Jy ! Clean residual min=-0.002498 max=0.002212 Jy/beam ! Clean residual mean=-0.000002 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.19205 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 70 components and 0.19205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087462Jy sigma=0.000674 ! Fit after self-cal, rms=0.087502Jy sigma=0.000674 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 = -6.2561e-05 Jy ! Component: 100 - total flux cleaned = -8.67128e-05 Jy ! Component: 150 - total flux cleaned = -0.000128425 Jy ! Component: 200 - total flux cleaned = -0.00014708 Jy ! Total flux subtracted in 200 components = -0.00014708 Jy ! Clean residual min=-0.002490 max=0.002186 Jy/beam ! Clean residual mean=-0.000002 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.191903 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 76 components and 0.191903 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087490Jy sigma=0.000674 ! Fit after self-cal, rms=0.087489Jy sigma=0.000674 ! 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.087489Jy sigma=0.000674 ! Fit after self-cal, rms=0.087719Jy sigma=0.000674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.659 mas, bmaj=11.72 mas, bpa=-2.518 degrees ! Estimated noise=1267.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000478933 Jy ! Component: 100 - total flux cleaned = -0.000711349 Jy ! Component: 150 - total flux cleaned = -0.000887709 Jy ! Component: 200 - total flux cleaned = -0.00100464 Jy ! Total flux subtracted in 200 components = -0.00100464 Jy ! Clean residual min=-0.002121 max=0.002206 Jy/beam ! Clean residual mean=-0.000004 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.190899 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 85 components and 0.190899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087716Jy sigma=0.000674 ! Fit after self-cal, rms=0.087718Jy sigma=0.000674 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 = -9.05803e-05 Jy ! Component: 100 - total flux cleaned = -0.000197198 Jy ! Component: 150 - total flux cleaned = -0.000277674 Jy ! Component: 200 - total flux cleaned = -0.000328643 Jy ! Total flux subtracted in 200 components = -0.000328643 Jy ! Clean residual min=-0.002143 max=0.002150 Jy/beam ! Clean residual mean=-0.000004 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.19057 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 93 components and 0.19057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087723Jy sigma=0.000674 ! Fit after self-cal, rms=0.087723Jy sigma=0.000674 ! 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=2.896 mas, bmaj=7.097 mas, bpa=-2.556 degrees ! Estimated noise=953.976 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.896 x 7.097 at -2.556 degrees (North through East) ! Clean map min=-0.0024169 max=0.182 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.593 mas, bmaj=6.606 mas, bpa=-3.275 degrees ! Estimated noise=1213.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.143983 Jy ! Component: 100 - total flux cleaned = 0.175381 Jy ! Component: 150 - total flux cleaned = 0.183208 Jy ! Component: 200 - total flux cleaned = 0.187014 Jy ! Total flux subtracted in 200 components = 0.187014 Jy ! Clean residual min=-0.003014 max=0.003428 Jy/beam ! Clean residual mean=0.000000 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.187014 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.187014 Jy ! Inverting map and beam ! Estimated beam: bmin=2.896 mas, bmaj=7.097 mas, bpa=-2.556 degrees ! Estimated noise=953.976 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) ! Added new window around map position (-5.5, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00331613 Jy ! Component: 100 - total flux cleaned = 0.0042774 Jy ! Component: 150 - total flux cleaned = 0.00450719 Jy ! Component: 200 - total flux cleaned = 0.00474956 Jy ! Total flux subtracted in 200 components = 0.00474956 Jy ! Clean residual min=-0.002250 max=0.002156 Jy/beam ! Clean residual mean=-0.000002 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.191763 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 54 components and 0.191763 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.659 mas, bmaj=11.72 mas, bpa=-2.518 degrees ! Estimated noise=1267.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000470851 Jy ! Component: 100 - total flux cleaned = 0.000618451 Jy ! Component: 150 - total flux cleaned = 0.000665338 Jy ! Component: 200 - total flux cleaned = 0.000685145 Jy ! Total flux subtracted in 200 components = 0.000685145 Jy ! Clean residual min=-0.001831 max=0.002056 Jy/beam ! Clean residual mean=-0.000004 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.192449 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.78138e-05 Jy ! Component: 100 - total flux cleaned = 1.76515e-05 Jy ! Component: 150 - total flux cleaned = 1.78397e-05 Jy ! Component: 200 - total flux cleaned = 3.21021e-05 Jy ! Total flux subtracted in 200 components = 3.21021e-05 Jy ! Clean residual min=-0.001823 max=0.002057 Jy/beam ! Clean residual mean=-0.000004 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.192481 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 74 components and 0.192481 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.896 mas, bmaj=7.097 mas, bpa=-2.556 degrees ! Estimated noise=953.976 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.54666e-06 Jy ! Component: 100 - total flux cleaned = -9.84633e-05 Jy ! Component: 150 - total flux cleaned = -0.000128473 Jy ! Component: 200 - total flux cleaned = -0.000130018 Jy ! Total flux subtracted in 200 components = -0.000130018 Jy ! Clean residual min=-0.002046 max=0.002066 Jy/beam ! Clean residual mean=-0.000002 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.192351 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 90 components and 0.192351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087643Jy sigma=0.000673 ! Fit after self-cal, rms=0.087630Jy sigma=0.000673 wmodel J0141-0202_S_2017_07_16_pus_map.mod ! Writing 90 model components to file: J0141-0202_S_2017_07_16_pus_map.mod wobs J0141-0202_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J0141-0202_S_2017_07_16_pus_uvs.fits wwins J0141-0202_S_2017_07_16_pus_map.win ! wwins: Wrote 3 windows to J0141-0202_S_2017_07_16_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000387092 Jy ! Component: 100 - total flux cleaned = -0.000566332 Jy ! Component: 150 - total flux cleaned = -0.000805381 Jy ! Component: 200 - total flux cleaned = -0.000903996 Jy ! Component: 250 - total flux cleaned = -0.00093633 Jy ! Component: 300 - total flux cleaned = -0.000998626 Jy ! Component: 350 - total flux cleaned = -0.000998115 Jy ! Component: 400 - total flux cleaned = -0.0010277 Jy ! Component: 450 - total flux cleaned = -0.00108609 Jy ! Component: 500 - total flux cleaned = -0.0011715 Jy ! Component: 550 - total flux cleaned = -0.00128317 Jy ! Component: 600 - total flux cleaned = -0.00136555 Jy ! Component: 650 - total flux cleaned = -0.00150003 Jy ! Component: 700 - total flux cleaned = -0.00160566 Jy ! Component: 750 - total flux cleaned = -0.00165764 Jy ! Component: 800 - total flux cleaned = -0.00176034 Jy ! Component: 850 - total flux cleaned = -0.00178533 Jy ! Component: 900 - total flux cleaned = -0.00186026 Jy ! Component: 950 - total flux cleaned = -0.00186003 Jy ! Component: 1000 - total flux cleaned = -0.00188472 Jy ! Component: 1050 - total flux cleaned = -0.00195657 Jy ! Component: 1100 - total flux cleaned = -0.00190929 Jy ! Component: 1150 - total flux cleaned = -0.00193295 Jy ! Component: 1200 - total flux cleaned = -0.00193302 Jy ! Component: 1250 - total flux cleaned = -0.00197842 Jy ! Component: 1300 - total flux cleaned = -0.00191129 Jy ! Component: 1350 - total flux cleaned = -0.0019558 Jy ! Component: 1400 - total flux cleaned = -0.00199971 Jy ! Component: 1450 - total flux cleaned = -0.00197795 Jy ! Component: 1500 - total flux cleaned = -0.00191361 Jy ! Component: 1550 - total flux cleaned = -0.00191382 Jy ! Component: 1600 - total flux cleaned = -0.00191379 Jy ! Component: 1650 - total flux cleaned = -0.00193455 Jy ! Component: 1700 - total flux cleaned = -0.00193438 Jy ! Component: 1750 - total flux cleaned = -0.00187336 Jy ! Component: 1800 - total flux cleaned = -0.00185348 Jy ! Component: 1850 - total flux cleaned = -0.00187316 Jy ! Component: 1900 - total flux cleaned = -0.00185319 Jy ! Component: 1950 - total flux cleaned = -0.00181399 Jy ! Component: 2000 - total flux cleaned = -0.00179449 Jy ! Component: 2050 - total flux cleaned = -0.00179467 Jy ! Component: 2100 - total flux cleaned = -0.00175635 Jy ! Component: 2150 - total flux cleaned = -0.00179421 Jy ! Component: 2200 - total flux cleaned = -0.00171909 Jy ! Component: 2250 - total flux cleaned = -0.00177491 Jy ! Component: 2300 - total flux cleaned = -0.00179324 Jy ! Component: 2350 - total flux cleaned = -0.0018297 Jy ! Component: 2400 - total flux cleaned = -0.00182952 Jy ! Component: 2450 - total flux cleaned = -0.00179372 Jy ! Component: 2500 - total flux cleaned = -0.00188315 Jy ! Component: 2550 - total flux cleaned = -0.00188304 Jy ! Component: 2600 - total flux cleaned = -0.00193566 Jy ! Component: 2650 - total flux cleaned = -0.00190068 Jy ! Component: 2700 - total flux cleaned = -0.00200487 Jy ! Component: 2750 - total flux cleaned = -0.00197034 Jy ! Component: 2800 - total flux cleaned = -0.00202169 Jy ! Component: 2850 - total flux cleaned = -0.00208957 Jy ! Component: 2900 - total flux cleaned = -0.00208964 Jy ! Component: 2950 - total flux cleaned = -0.00219017 Jy ! Component: 3000 - total flux cleaned = -0.00225646 Jy ! Component: 3050 - total flux cleaned = -0.0022398 Jy ! Component: 3100 - total flux cleaned = -0.00230532 Jy ! Component: 3150 - total flux cleaned = -0.0023217 Jy ! Component: 3200 - total flux cleaned = -0.00240251 Jy ! Component: 3250 - total flux cleaned = -0.00241867 Jy ! Component: 3300 - total flux cleaned = -0.00243463 Jy ! Component: 3350 - total flux cleaned = -0.00249823 Jy ! Component: 3400 - total flux cleaned = -0.00251398 Jy ! Component: 3450 - total flux cleaned = -0.00260791 Jy ! Component: 3500 - total flux cleaned = -0.00262354 Jy ! Component: 3550 - total flux cleaned = -0.00263903 Jy ! Component: 3600 - total flux cleaned = -0.00270039 Jy ! Component: 3650 - total flux cleaned = -0.00276132 Jy ! Component: 3700 - total flux cleaned = -0.00276135 Jy ! Component: 3750 - total flux cleaned = -0.00280661 Jy ! Component: 3800 - total flux cleaned = -0.00283671 Jy ! Component: 3850 - total flux cleaned = -0.00285173 Jy ! Component: 3900 - total flux cleaned = -0.00289627 Jy ! Component: 3950 - total flux cleaned = -0.00288151 Jy ! Component: 4000 - total flux cleaned = -0.00295481 Jy ! Component: 4050 - total flux cleaned = -0.00294031 Jy ! Total flux subtracted in 4096 components = -0.00292587 Jy ! Clean residual min=-0.001109 max=0.000833 Jy/beam ! Clean residual mean=-0.000002 rms=0.000259 Jy/beam ! Combined flux in latest and established models = 0.189425 Jy keep ! Adding 270 model components to the UV plane model. ! The established model now contains 360 components and 0.189425 Jy ![Exited script file: muppet] wmap "J0141-0202_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.896 x 7.097 at -2.556 degrees (North through East) ! Clean map min=-0.001828 max=0.18346 Jy/beam ! Writing clean map to FITS file: J0141-0202_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.183463 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000251455 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.41118 0.41118 0.822361 1.64472 3.28944 6.57889 13.1578 26.3155 52.6311 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 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: 2.896 x 7.097 at -2.556 degrees (North through East) ! Clean map min=-0.001828 max=0.18346 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 J0141-0202_S_2017_07_16_pus_uvs.log closed on Thu May 9 10:57:38 2019