! Started logfile: J0943-1204_S_2017_03_23_pus_uvs.log on Mon May 13 09:55:23 2019 obs J0943-1204_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0943-1204_S_2017_03_23_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.960582 visibilities/baseline/integration-bin. ! Found source: J0943-1204 ! ! 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 481 lines of history. ! ! Reading 14524 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 J0943-1204_S_2017_03_23_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 243 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.907590Jy sigma=0.007439 ! Fit after self-cal, rms=0.894839Jy sigma=0.007342 ! 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.52 mas, bmaj=6.646 mas, bpa=-4.014 degrees ! Estimated noise=1139.19 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.0795737 Jy ! Component: 100 - total flux cleaned = 0.0996597 Jy ! Total flux subtracted in 100 components = 0.0996597 Jy ! Clean residual min=-0.005043 max=0.009015 Jy/beam ! Clean residual mean=0.000007 rms=0.001294 Jy/beam ! Combined flux in latest and established models = 0.0996597 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0996597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091016Jy sigma=0.000696 ! Fit after self-cal, rms=0.090992Jy sigma=0.000696 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0106875 Jy ! Component: 100 - total flux cleaned = 0.0171848 Jy ! Total flux subtracted in 100 components = 0.0171848 Jy ! Clean residual min=-0.004574 max=0.005567 Jy/beam ! Clean residual mean=0.000004 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.116844 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 26 components and 0.116844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089122Jy sigma=0.000681 ! Fit after self-cal, rms=0.089118Jy sigma=0.000680 ! 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.087 mas, bmaj=7.684 mas, bpa=-3.287 degrees ! Estimated noise=773.859 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 (-3, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00666316 Jy ! Component: 100 - total flux cleaned = 0.0105822 Jy ! Component: 150 - total flux cleaned = 0.0131842 Jy ! Component: 200 - total flux cleaned = 0.0149575 Jy ! Total flux subtracted in 200 components = 0.0149575 Jy ! Clean residual min=-0.003000 max=0.003765 Jy/beam ! Clean residual mean=0.000002 rms=0.000780 Jy/beam ! Combined flux in latest and established models = 0.131802 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 61 components and 0.131802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088500Jy sigma=0.000676 ! Fit after self-cal, rms=0.088498Jy 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 0.98 FD 0.95 HN 1.01 KP 1.06 ! LA 1.01 MK 0.99 NL 0.87 OV 1.01 ! PT 1.01 SC 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.02 HN 1.01 KP 1.01 ! LA 0.95 MK 1.04 NL 1.07 OV 1.07 ! PT 0.96 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.08 HN 1.02 KP 0.91 ! LA 0.78 MK 1.02 NL 1.13 OV 0.96 ! PT 0.97 SC 1.05 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.09 HN 0.95 KP 1.00* ! LA 0.79 MK 1.09 NL 1.00* OV 1.27 ! PT 0.99 SC 1.41 ! ! ! Fit before self-cal, rms=0.088498Jy sigma=0.000676 ! Fit after self-cal, rms=0.086801Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.115 mas, bmaj=7.731 mas, bpa=-3.064 degrees ! Estimated noise=771.026 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.000203855 Jy ! Component: 100 - total flux cleaned = -0.000398818 Jy ! Component: 150 - total flux cleaned = -0.000598867 Jy ! Component: 200 - total flux cleaned = -0.000685203 Jy ! Total flux subtracted in 200 components = -0.000685203 Jy ! Clean residual min=-0.002417 max=0.002551 Jy/beam ! Clean residual mean=0.000001 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.131117 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 80 components and 0.131117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086769Jy sigma=0.000669 ! Fit after self-cal, rms=0.086771Jy sigma=0.000668 ! 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.086771Jy sigma=0.000668 ! Fit after self-cal, rms=0.087544Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=7.783 mas, bpa=-2.879 degrees ! Estimated noise=772.673 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000104554 Jy ! Component: 100 - total flux cleaned = -0.000250291 Jy ! Component: 150 - total flux cleaned = -0.000249861 Jy ! Component: 200 - total flux cleaned = -0.000277982 Jy ! Total flux subtracted in 200 components = -0.000277982 Jy ! Clean residual min=-0.002374 max=0.002097 Jy/beam ! Clean residual mean=0.000000 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.130839 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 93 components and 0.130839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087514Jy sigma=0.000666 ! Fit after self-cal, rms=0.087529Jy sigma=0.000666 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.69184e-05 Jy ! Component: 100 - total flux cleaned = -3.47506e-05 Jy ! Component: 150 - total flux cleaned = -3.46204e-05 Jy ! Component: 200 - total flux cleaned = -3.40345e-05 Jy ! Total flux subtracted in 200 components = -3.40345e-05 Jy ! Clean residual min=-0.002408 max=0.002092 Jy/beam ! Clean residual mean=-0.000000 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.130805 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 100 components and 0.130805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087514Jy sigma=0.000666 ! Fit after self-cal, rms=0.087511Jy sigma=0.000666 ! 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.087511Jy sigma=0.000666 ! Fit after self-cal, rms=0.088109Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.107 mas, bmaj=7.804 mas, bpa=-2.896 degrees ! Estimated noise=771.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000145352 Jy ! Component: 100 - total flux cleaned = -0.000170585 Jy ! Component: 150 - total flux cleaned = -0.0001958 Jy ! Component: 200 - total flux cleaned = -0.000241417 Jy ! Total flux subtracted in 200 components = -0.000241417 Jy ! Clean residual min=-0.002413 max=0.002139 Jy/beam ! Clean residual mean=-0.000000 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.130563 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 111 components and 0.130563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088091Jy sigma=0.000665 ! Fit after self-cal, rms=0.088102Jy sigma=0.000665 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 = 3.66946e-06 Jy ! Component: 100 - total flux cleaned = -3.81332e-05 Jy ! Component: 150 - total flux cleaned = -3.71273e-05 Jy ! Component: 200 - total flux cleaned = -1.84292e-05 Jy ! Total flux subtracted in 200 components = -1.84292e-05 Jy ! Clean residual min=-0.002423 max=0.002133 Jy/beam ! Clean residual mean=-0.000000 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.130545 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 116 components and 0.130545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088093Jy sigma=0.000665 ! Fit after self-cal, rms=0.088091Jy sigma=0.000665 ! 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.088091Jy sigma=0.000665 ! Fit after self-cal, rms=0.088291Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.491 mas, bmaj=14.33 mas, bpa=2.9 degrees ! Estimated noise=978.577 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000245428 Jy ! Component: 100 - total flux cleaned = -0.000260432 Jy ! Component: 150 - total flux cleaned = -0.000272746 Jy ! Component: 200 - total flux cleaned = -0.000293168 Jy ! Total flux subtracted in 200 components = -0.000293168 Jy ! Clean residual min=-0.002512 max=0.002103 Jy/beam ! Clean residual mean=-0.000001 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.130252 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 129 components and 0.130252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088289Jy sigma=0.000665 ! Fit after self-cal, rms=0.088293Jy sigma=0.000665 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 = -8.40938e-05 Jy ! Component: 100 - total flux cleaned = -0.000101801 Jy ! Component: 150 - total flux cleaned = -0.000118249 Jy ! Component: 200 - total flux cleaned = -0.000141111 Jy ! Total flux subtracted in 200 components = -0.000141111 Jy ! Clean residual min=-0.002508 max=0.002096 Jy/beam ! Clean residual mean=-0.000001 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.130111 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 132 components and 0.130111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088292Jy sigma=0.000665 ! Fit after self-cal, rms=0.088292Jy sigma=0.000665 ! 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.107 mas, bmaj=7.821 mas, bpa=-2.941 degrees ! Estimated noise=771.035 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.107 x 7.821 at -2.941 degrees (North through East) ! Clean map min=-0.0023222 max=0.10487 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.543 mas, bmaj=6.796 mas, bpa=-3.975 degrees ! Estimated noise=1155.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0802711 Jy ! Component: 100 - total flux cleaned = 0.100724 Jy ! Component: 150 - total flux cleaned = 0.111145 Jy ! Component: 200 - total flux cleaned = 0.117252 Jy ! Total flux subtracted in 200 components = 0.117252 Jy ! Clean residual min=-0.003497 max=0.003206 Jy/beam ! Clean residual mean=0.000003 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.117252 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.117252 Jy ! Inverting map and beam ! Estimated beam: bmin=3.107 mas, bmaj=7.821 mas, bpa=-2.941 degrees ! Estimated noise=771.035 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.00553958 Jy ! Component: 100 - total flux cleaned = 0.00852486 Jy ! Component: 150 - total flux cleaned = 0.0100093 Jy ! Component: 200 - total flux cleaned = 0.0106479 Jy ! Total flux subtracted in 200 components = 0.0106479 Jy ! Clean residual min=-0.002493 max=0.002098 Jy/beam ! Clean residual mean=-0.000000 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.1279 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 65 components and 0.1279 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.491 mas, bmaj=14.33 mas, bpa=2.9 degrees ! Estimated noise=978.577 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150365 Jy ! Component: 100 - total flux cleaned = 0.00174896 Jy ! Component: 150 - total flux cleaned = 0.00177709 Jy ! Component: 200 - total flux cleaned = 0.00180149 Jy ! Total flux subtracted in 200 components = 0.00180149 Jy ! Clean residual min=-0.002567 max=0.002109 Jy/beam ! Clean residual mean=-0.000001 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.129702 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 = 3.80873e-05 Jy ! Component: 100 - total flux cleaned = 5.36345e-05 Jy ! Component: 150 - total flux cleaned = 5.32956e-05 Jy ! Component: 200 - total flux cleaned = 7.98094e-05 Jy ! Total flux subtracted in 200 components = 7.98094e-05 Jy ! Clean residual min=-0.002545 max=0.002137 Jy/beam ! Clean residual mean=-0.000001 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.129782 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 92 components and 0.129782 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.107 mas, bmaj=7.821 mas, bpa=-2.941 degrees ! Estimated noise=771.035 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.27925e-06 Jy ! Component: 100 - total flux cleaned = 3.0745e-05 Jy ! Component: 150 - total flux cleaned = 3.06258e-05 Jy ! Component: 200 - total flux cleaned = 4.96177e-05 Jy ! Total flux subtracted in 200 components = 4.96177e-05 Jy ! Clean residual min=-0.002459 max=0.002081 Jy/beam ! Clean residual mean=-0.000000 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.129831 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 102 components and 0.129831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088295Jy sigma=0.000665 ! Fit after self-cal, rms=0.088282Jy sigma=0.000665 wmodel J0943-1204_S_2017_03_23_pus_map.mod ! Writing 102 model components to file: J0943-1204_S_2017_03_23_pus_map.mod wobs J0943-1204_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0943-1204_S_2017_03_23_pus_uvs.fits wwins J0943-1204_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J0943-1204_S_2017_03_23_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.000628458 Jy ! Component: 100 - total flux cleaned = -0.00066406 Jy ! Component: 150 - total flux cleaned = -0.00080153 Jy ! Component: 200 - total flux cleaned = -0.000834699 Jy ! Component: 250 - total flux cleaned = -0.000739198 Jy ! Component: 300 - total flux cleaned = -0.000799944 Jy ! Component: 350 - total flux cleaned = -0.000917897 Jy ! Component: 400 - total flux cleaned = -0.00103289 Jy ! Component: 450 - total flux cleaned = -0.00117375 Jy ! Component: 500 - total flux cleaned = -0.00120146 Jy ! Component: 550 - total flux cleaned = -0.00133793 Jy ! Component: 600 - total flux cleaned = -0.0014445 Jy ! Component: 650 - total flux cleaned = -0.00147071 Jy ! Component: 700 - total flux cleaned = -0.00162587 Jy ! Component: 750 - total flux cleaned = -0.00167715 Jy ! Component: 800 - total flux cleaned = -0.00177815 Jy ! Component: 850 - total flux cleaned = -0.00192722 Jy ! Component: 900 - total flux cleaned = -0.00192721 Jy ! Component: 950 - total flux cleaned = -0.00197586 Jy ! Component: 1000 - total flux cleaned = -0.00192825 Jy ! Component: 1050 - total flux cleaned = -0.00195248 Jy ! Component: 1100 - total flux cleaned = -0.00204635 Jy ! Component: 1150 - total flux cleaned = -0.00206939 Jy ! Component: 1200 - total flux cleaned = -0.00213802 Jy ! Component: 1250 - total flux cleaned = -0.00209269 Jy ! Component: 1300 - total flux cleaned = -0.00220512 Jy ! Component: 1350 - total flux cleaned = -0.00218315 Jy ! Component: 1400 - total flux cleaned = -0.00231552 Jy ! Component: 1450 - total flux cleaned = -0.00235914 Jy ! Component: 1500 - total flux cleaned = -0.00235912 Jy ! Component: 1550 - total flux cleaned = -0.00240213 Jy ! Component: 1600 - total flux cleaned = -0.00248722 Jy ! Component: 1650 - total flux cleaned = -0.00250837 Jy ! Component: 1700 - total flux cleaned = -0.0025918 Jy ! Component: 1750 - total flux cleaned = -0.0026123 Jy ! Component: 1800 - total flux cleaned = -0.00267432 Jy ! Component: 1850 - total flux cleaned = -0.00267405 Jy ! Component: 1900 - total flux cleaned = -0.00271451 Jy ! Component: 1950 - total flux cleaned = -0.00277456 Jy ! Component: 2000 - total flux cleaned = -0.00275504 Jy ! Component: 2050 - total flux cleaned = -0.0027551 Jy ! Component: 2100 - total flux cleaned = -0.00279412 Jy ! Component: 2150 - total flux cleaned = -0.00279422 Jy ! Component: 2200 - total flux cleaned = -0.00277497 Jy ! Component: 2250 - total flux cleaned = -0.00283223 Jy ! Component: 2300 - total flux cleaned = -0.00281338 Jy ! Component: 2350 - total flux cleaned = -0.00283239 Jy ! Component: 2400 - total flux cleaned = -0.00283231 Jy ! Component: 2450 - total flux cleaned = -0.00285113 Jy ! Component: 2500 - total flux cleaned = -0.00281418 Jy ! Component: 2550 - total flux cleaned = -0.00281419 Jy ! Component: 2600 - total flux cleaned = -0.00283242 Jy ! Component: 2650 - total flux cleaned = -0.00281457 Jy ! Component: 2700 - total flux cleaned = -0.00277866 Jy ! Component: 2750 - total flux cleaned = -0.00284997 Jy ! Component: 2800 - total flux cleaned = -0.00281452 Jy ! Component: 2850 - total flux cleaned = -0.00284968 Jy ! Component: 2900 - total flux cleaned = -0.00286713 Jy ! Component: 2950 - total flux cleaned = -0.00288425 Jy ! Component: 3000 - total flux cleaned = -0.00293598 Jy ! Component: 3050 - total flux cleaned = -0.00300436 Jy ! Component: 3100 - total flux cleaned = -0.00291906 Jy ! Component: 3150 - total flux cleaned = -0.00295303 Jy ! Component: 3200 - total flux cleaned = -0.00298662 Jy ! Component: 3250 - total flux cleaned = -0.00301998 Jy ! Component: 3300 - total flux cleaned = -0.00310313 Jy ! Component: 3350 - total flux cleaned = -0.00308653 Jy ! Component: 3400 - total flux cleaned = -0.0030209 Jy ! Component: 3450 - total flux cleaned = -0.00315154 Jy ! Component: 3500 - total flux cleaned = -0.00315152 Jy ! Component: 3550 - total flux cleaned = -0.00316751 Jy ! Component: 3600 - total flux cleaned = -0.00324766 Jy ! Component: 3650 - total flux cleaned = -0.00331135 Jy ! Component: 3700 - total flux cleaned = -0.00331125 Jy ! Component: 3750 - total flux cleaned = -0.00327992 Jy ! Component: 3800 - total flux cleaned = -0.00337378 Jy ! Component: 3850 - total flux cleaned = -0.00338923 Jy ! Component: 3900 - total flux cleaned = -0.00343565 Jy ! Component: 3950 - total flux cleaned = -0.00349692 Jy ! Component: 4000 - total flux cleaned = -0.0034818 Jy ! Component: 4050 - total flux cleaned = -0.00343627 Jy ! Total flux subtracted in 4096 components = -0.00357239 Jy ! Clean residual min=-0.000807 max=0.000819 Jy/beam ! Clean residual mean=-0.000001 rms=0.000277 Jy/beam ! Combined flux in latest and established models = 0.126259 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 384 components and 0.126259 Jy ![Exited script file: muppet] wmap "J0943-1204_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.107 x 7.821 at -2.941 degrees (North through East) ! Clean map min=-0.0019483 max=0.10549 Jy/beam ! Writing clean map to FITS file: J0943-1204_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.105489 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000275531 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.78358 0.78358 1.56716 3.13432 6.26864 12.5373 25.0745 50.1491 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.105 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.107 x 7.821 at -2.941 degrees (North through East) ! Clean map min=-0.0019483 max=0.10549 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 J0943-1204_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:55:28 2019