! Started logfile: J0549-2752_S_2017_07_09_pus_uvs.log on Wed May 8 14:43:25 2019 obs J0549-2752_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0549-2752_S_2017_07_09_pus_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.775111 visibilities/baseline/integration-bin. ! Found source: J0549-2752 ! ! 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 594 lines of history. ! ! Reading 10464 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 J0549-2752_S_2017_07_09_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 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 389 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.918246Jy sigma=0.006429 ! Fit after self-cal, rms=0.882319Jy sigma=0.006176 ! 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.464 mas, bmaj=6.869 mas, bpa=-9.136 degrees ! Estimated noise=1371.11 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.0926594 Jy ! Component: 100 - total flux cleaned = 0.125053 Jy ! Total flux subtracted in 100 components = 0.125053 Jy ! Clean residual min=-0.006358 max=0.017848 Jy/beam ! Clean residual mean=-0.000006 rms=0.002128 Jy/beam ! Combined flux in latest and established models = 0.125053 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.125053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105124Jy sigma=0.000696 ! Fit after self-cal, rms=0.104970Jy sigma=0.000695 ! Inverting map ! Added new window around map position (3, -5.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0172975 Jy ! Component: 100 - total flux cleaned = 0.0257045 Jy ! Total flux subtracted in 100 components = 0.0257045 Jy ! Clean residual min=-0.004992 max=0.011386 Jy/beam ! Clean residual mean=0.000001 rms=0.001403 Jy/beam ! Combined flux in latest and established models = 0.150758 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 16 components and 0.150758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101784Jy sigma=0.000669 ! Fit after self-cal, rms=0.101632Jy sigma=0.000667 ! 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.905 mas, bmaj=7.969 mas, bpa=-8.866 degrees ! Estimated noise=1114.95 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.00847156 Jy ! Component: 100 - total flux cleaned = 0.0125015 Jy ! Component: 150 - total flux cleaned = 0.0138393 Jy ! Component: 200 - total flux cleaned = 0.014388 Jy ! Total flux subtracted in 200 components = 0.014388 Jy ! Clean residual min=-0.003566 max=0.005395 Jy/beam ! Clean residual mean=0.000003 rms=0.001014 Jy/beam ! Combined flux in latest and established models = 0.165146 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 30 components and 0.165146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100945Jy sigma=0.000662 ! Fit after self-cal, rms=0.100890Jy sigma=0.000662 ! 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.95 HN 1.15 KP 1.01 ! LA 1.01 MK 0.99 NL 0.93 OV 0.98 ! PT 1.03 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.09 KP 1.00 ! LA 0.96 MK 0.97 NL 1.02 OV 1.00 ! PT 0.99 SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.23 KP 1.00 ! LA 0.94 MK 0.99 NL 0.96 OV 0.92 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.19 KP 1.00* ! LA 0.87 MK 1.10 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.100890Jy sigma=0.000662 ! Fit after self-cal, rms=0.103813Jy sigma=0.000658 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.917 mas, bmaj=7.898 mas, bpa=-8.422 degrees ! Estimated noise=1113.6 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.84183e-05 Jy ! Component: 100 - total flux cleaned = -0.00037968 Jy ! Component: 150 - total flux cleaned = -0.000584386 Jy ! Component: 200 - total flux cleaned = -0.000716234 Jy ! Total flux subtracted in 200 components = -0.000716234 Jy ! Clean residual min=-0.003093 max=0.003538 Jy/beam ! Clean residual mean=0.000004 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.16443 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.16443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103735Jy sigma=0.000658 ! Fit after self-cal, rms=0.103785Jy sigma=0.000658 ! 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.103785Jy sigma=0.000658 ! Fit after self-cal, rms=0.106649Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.925 mas, bmaj=7.859 mas, bpa=-8.325 degrees ! Estimated noise=1120.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000166261 Jy ! Component: 100 - total flux cleaned = -0.000432627 Jy ! Component: 150 - total flux cleaned = -0.000618365 Jy ! Component: 200 - total flux cleaned = -0.000684702 Jy ! Total flux subtracted in 200 components = -0.000684702 Jy ! Clean residual min=-0.003034 max=0.003307 Jy/beam ! Clean residual mean=-0.000005 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.163745 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.163745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106621Jy sigma=0.000655 ! Fit after self-cal, rms=0.106640Jy sigma=0.000655 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 (-12, 42.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0022087 Jy ! Component: 100 - total flux cleaned = 0.00235585 Jy ! Component: 150 - total flux cleaned = 0.002593 Jy ! Component: 200 - total flux cleaned = 0.00284556 Jy ! Total flux subtracted in 200 components = 0.00284556 Jy ! Clean residual min=-0.002926 max=0.002678 Jy/beam ! Clean residual mean=0.000002 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.16659 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 65 components and 0.16659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106530Jy sigma=0.000655 ! Fit after self-cal, rms=0.106521Jy sigma=0.000655 ! 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.106521Jy sigma=0.000655 ! Fit after self-cal, rms=0.108429Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.927 mas, bmaj=7.862 mas, bpa=-8.311 degrees ! Estimated noise=1120.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000700883 Jy ! Component: 100 - total flux cleaned = 0.000703546 Jy ! Component: 150 - total flux cleaned = 0.000700714 Jy ! Component: 200 - total flux cleaned = 0.000741441 Jy ! Total flux subtracted in 200 components = 0.000741441 Jy ! Clean residual min=-0.002938 max=0.002570 Jy/beam ! Clean residual mean=0.000002 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.167332 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 70 components and 0.167332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108381Jy sigma=0.000654 ! Fit after self-cal, rms=0.108400Jy sigma=0.000654 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.69621e-05 Jy ! Component: 100 - total flux cleaned = 0.000162559 Jy ! Component: 150 - total flux cleaned = 0.000195948 Jy ! Component: 200 - total flux cleaned = 0.000227724 Jy ! Total flux subtracted in 200 components = 0.000227724 Jy ! Clean residual min=-0.002895 max=0.002563 Jy/beam ! Clean residual mean=0.000003 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.16756 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 74 components and 0.16756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108376Jy sigma=0.000654 ! Fit after self-cal, rms=0.108371Jy sigma=0.000654 ! 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.108371Jy sigma=0.000654 ! Fit after self-cal, rms=0.109044Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.695 mas, bmaj=19.7 mas, bpa=-4.389 degrees ! Estimated noise=1436.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000527195 Jy ! Component: 100 - total flux cleaned = 0.000505257 Jy ! Component: 150 - total flux cleaned = 0.000503988 Jy ! Component: 200 - total flux cleaned = 0.000503794 Jy ! Total flux subtracted in 200 components = 0.000503794 Jy ! Clean residual min=-0.002058 max=0.002167 Jy/beam ! Clean residual mean=0.000008 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.168063 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 83 components and 0.168063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109034Jy sigma=0.000654 ! Fit after self-cal, rms=0.109042Jy sigma=0.000654 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.01175e-05 Jy ! Component: 100 - total flux cleaned = 9.1385e-05 Jy ! Component: 150 - total flux cleaned = 7.6492e-05 Jy ! Component: 200 - total flux cleaned = 6.20123e-05 Jy ! Total flux subtracted in 200 components = 6.20123e-05 Jy ! Clean residual min=-0.002037 max=0.002126 Jy/beam ! Clean residual mean=0.000009 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.168125 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 87 components and 0.168125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109036Jy sigma=0.000654 ! Fit after self-cal, rms=0.109033Jy sigma=0.000654 ! 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.93 mas, bmaj=7.865 mas, bpa=-8.288 degrees ! Estimated noise=1121.28 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.93 x 7.865 at -8.288 degrees (North through East) ! Clean map min=-0.0040378 max=0.1066 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.478 mas, bmaj=6.763 mas, bpa=-8.565 degrees ! Estimated noise=1381.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.094032 Jy ! Component: 100 - total flux cleaned = 0.127673 Jy ! Component: 150 - total flux cleaned = 0.143446 Jy ! Component: 200 - total flux cleaned = 0.151267 Jy ! Total flux subtracted in 200 components = 0.151267 Jy ! Clean residual min=-0.004027 max=0.005646 Jy/beam ! Clean residual mean=-0.000001 rms=0.001022 Jy/beam ! Combined flux in latest and established models = 0.151267 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.151267 Jy ! Inverting map and beam ! Estimated beam: bmin=2.93 mas, bmaj=7.865 mas, bpa=-8.288 degrees ! Estimated noise=1121.28 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 (-1, 9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00678957 Jy ! Component: 100 - total flux cleaned = 0.0107863 Jy ! Component: 150 - total flux cleaned = 0.0124131 Jy ! Component: 200 - total flux cleaned = 0.013402 Jy ! Total flux subtracted in 200 components = 0.013402 Jy ! Clean residual min=-0.002777 max=0.002827 Jy/beam ! Clean residual mean=-0.000001 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.164669 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 36 components and 0.164669 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.695 mas, bmaj=19.7 mas, bpa=-4.389 degrees ! Estimated noise=1436.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00206194 Jy ! Component: 100 - total flux cleaned = 0.00276517 Jy ! Component: 150 - total flux cleaned = 0.00284869 Jy ! Component: 200 - total flux cleaned = 0.00295755 Jy ! Total flux subtracted in 200 components = 0.00295755 Jy ! Clean residual min=-0.002310 max=0.002268 Jy/beam ! Clean residual mean=0.000007 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.167627 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.54128e-05 Jy ! Component: 100 - total flux cleaned = 6.75248e-05 Jy ! Component: 150 - total flux cleaned = 0.000127966 Jy ! Component: 200 - total flux cleaned = 0.000156834 Jy ! Total flux subtracted in 200 components = 0.000156834 Jy ! Clean residual min=-0.002273 max=0.002232 Jy/beam ! Clean residual mean=0.000007 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.167784 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 58 components and 0.167784 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.93 mas, bmaj=7.865 mas, bpa=-8.288 degrees ! Estimated noise=1121.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000897682 Jy ! Component: 100 - total flux cleaned = -0.00080009 Jy ! Component: 150 - total flux cleaned = -0.000708578 Jy ! Component: 200 - total flux cleaned = -0.000666819 Jy ! Total flux subtracted in 200 components = -0.000666819 Jy ! Clean residual min=-0.002476 max=0.002654 Jy/beam ! Clean residual mean=0.000003 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.167117 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 74 components and 0.167117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109050Jy sigma=0.000654 ! Fit after self-cal, rms=0.109030Jy sigma=0.000654 wmodel J0549-2752_S_2017_07_09_pus_map.mod ! Writing 74 model components to file: J0549-2752_S_2017_07_09_pus_map.mod wobs J0549-2752_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0549-2752_S_2017_07_09_pus_uvs.fits wwins J0549-2752_S_2017_07_09_pus_map.win ! wwins: Wrote 4 windows to J0549-2752_S_2017_07_09_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.000153594 Jy ! Component: 100 - total flux cleaned = -0.000106957 Jy ! Component: 150 - total flux cleaned = -0.000228634 Jy ! Component: 200 - total flux cleaned = -0.000229042 Jy ! Component: 250 - total flux cleaned = -0.000303654 Jy ! Component: 300 - total flux cleaned = -0.000303382 Jy ! Component: 350 - total flux cleaned = -0.000338915 Jy ! Component: 400 - total flux cleaned = -0.000339557 Jy ! Component: 450 - total flux cleaned = -0.000440048 Jy ! Component: 500 - total flux cleaned = -0.000439431 Jy ! Component: 550 - total flux cleaned = -0.000503738 Jy ! Component: 600 - total flux cleaned = -0.000502743 Jy ! Component: 650 - total flux cleaned = -0.000502919 Jy ! Component: 700 - total flux cleaned = -0.000563919 Jy ! Component: 750 - total flux cleaned = -0.000623135 Jy ! Component: 800 - total flux cleaned = -0.000623025 Jy ! Component: 850 - total flux cleaned = -0.000565636 Jy ! Component: 900 - total flux cleaned = -0.000509957 Jy ! Component: 950 - total flux cleaned = -0.000455957 Jy ! Component: 1000 - total flux cleaned = -0.000482831 Jy ! Component: 1050 - total flux cleaned = -0.00035089 Jy ! Component: 1100 - total flux cleaned = -0.000273316 Jy ! Component: 1150 - total flux cleaned = -0.00024828 Jy ! Component: 1200 - total flux cleaned = -0.000248025 Jy ! Component: 1250 - total flux cleaned = -0.000222722 Jy ! Component: 1300 - total flux cleaned = -0.000222277 Jy ! Component: 1350 - total flux cleaned = -0.000222001 Jy ! Component: 1400 - total flux cleaned = -0.000198356 Jy ! Component: 1450 - total flux cleaned = -0.00019862 Jy ! Component: 1500 - total flux cleaned = -0.00015234 Jy ! Component: 1550 - total flux cleaned = -0.000130036 Jy ! Component: 1600 - total flux cleaned = -0.000152625 Jy ! Component: 1650 - total flux cleaned = -0.000108384 Jy ! Component: 1700 - total flux cleaned = -8.64988e-05 Jy ! Component: 1750 - total flux cleaned = -0.000108041 Jy ! Component: 1800 - total flux cleaned = -4.37418e-05 Jy ! Component: 1850 - total flux cleaned = -4.37694e-05 Jy ! Component: 1900 - total flux cleaned = -4.3683e-05 Jy ! Component: 1950 - total flux cleaned = 7.99119e-05 Jy ! Component: 2000 - total flux cleaned = 0.000140601 Jy ! Component: 2050 - total flux cleaned = 0.000241241 Jy ! Component: 2100 - total flux cleaned = 0.000400635 Jy ! Component: 2150 - total flux cleaned = 0.000459814 Jy ! Component: 2200 - total flux cleaned = 0.00059635 Jy ! Component: 2250 - total flux cleaned = 0.000673227 Jy ! Component: 2300 - total flux cleaned = 0.000787712 Jy ! Component: 2350 - total flux cleaned = 0.000919979 Jy ! Component: 2400 - total flux cleaned = 0.00101332 Jy ! Component: 2450 - total flux cleaned = 0.00108708 Jy ! Component: 2500 - total flux cleaned = 0.00116036 Jy ! Component: 2550 - total flux cleaned = 0.00123314 Jy ! Component: 2600 - total flux cleaned = 0.00134148 Jy ! Component: 2650 - total flux cleaned = 0.00144889 Jy ! Component: 2700 - total flux cleaned = 0.00148437 Jy ! Component: 2750 - total flux cleaned = 0.00160743 Jy ! Component: 2800 - total flux cleaned = 0.00169415 Jy ! Component: 2850 - total flux cleaned = 0.00169415 Jy ! Component: 2900 - total flux cleaned = 0.00177986 Jy ! Component: 2950 - total flux cleaned = 0.0018646 Jy ! Component: 3000 - total flux cleaned = 0.0019486 Jy ! Component: 3050 - total flux cleaned = 0.00199867 Jy ! Component: 3100 - total flux cleaned = 0.00199867 Jy ! Component: 3150 - total flux cleaned = 0.00208066 Jy ! Component: 3200 - total flux cleaned = 0.00209695 Jy ! Component: 3250 - total flux cleaned = 0.00212927 Jy ! Component: 3300 - total flux cleaned = 0.00214535 Jy ! Component: 3350 - total flux cleaned = 0.0021452 Jy ! Component: 3400 - total flux cleaned = 0.00212943 Jy ! Component: 3450 - total flux cleaned = 0.00211385 Jy ! Component: 3500 - total flux cleaned = 0.00219181 Jy ! Component: 3550 - total flux cleaned = 0.00219172 Jy ! Component: 3600 - total flux cleaned = 0.00220707 Jy ! Component: 3650 - total flux cleaned = 0.00219176 Jy ! Component: 3700 - total flux cleaned = 0.00222231 Jy ! Component: 3750 - total flux cleaned = 0.00225249 Jy ! Component: 3800 - total flux cleaned = 0.00232723 Jy ! Component: 3850 - total flux cleaned = 0.00232719 Jy ! Component: 3900 - total flux cleaned = 0.00229749 Jy ! Component: 3950 - total flux cleaned = 0.00235646 Jy ! Component: 4000 - total flux cleaned = 0.00234185 Jy ! Component: 4050 - total flux cleaned = 0.00237085 Jy ! Total flux subtracted in 4096 components = 0.00235657 Jy ! Clean residual min=-0.000780 max=0.000857 Jy/beam ! Clean residual mean=0.000005 rms=0.000257 Jy/beam ! Combined flux in latest and established models = 0.169473 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 351 components and 0.169473 Jy ![Exited script file: muppet] wmap "J0549-2752_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.93 x 7.865 at -8.288 degrees (North through East) ! Clean map min=-0.0031414 max=0.10547 Jy/beam ! Writing clean map to FITS file: J0549-2752_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.105469 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000257127 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.73138 0.73138 1.46276 2.92552 5.85104 11.7021 23.4041 46.8083 93.6166 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 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: 2.93 x 7.865 at -8.288 degrees (North through East) ! Clean map min=-0.0031414 max=0.10547 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 J0549-2752_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:43:30 2019