! Started logfile: J0909-1808_S_2017_02_19_pus_uvs.log on Sat May 4 18:47:02 2019 obs J0909-1808_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J0909-1808_S_2017_02_19_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.659844 visibilities/baseline/integration-bin. ! Found source: J0909-1808 ! ! 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 482 lines of history. ! ! Reading 13540 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 J0909-1808_S_2017_02_19_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 207 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 217 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 207 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 564 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.919541Jy sigma=0.006652 ! Fit after self-cal, rms=0.902242Jy sigma=0.006531 ! 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.017 mas, bmaj=6.566 mas, bpa=4.303 degrees ! Estimated noise=1554.42 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.0803429 Jy ! Component: 100 - total flux cleaned = 0.0982547 Jy ! Total flux subtracted in 100 components = 0.0982547 Jy ! Clean residual min=-0.007283 max=0.012447 Jy/beam ! Clean residual mean=0.000007 rms=0.002024 Jy/beam ! Combined flux in latest and established models = 0.0982547 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0982547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103504Jy sigma=0.000702 ! Fit after self-cal, rms=0.103430Jy sigma=0.000701 ! Inverting map ! Added new window around map position (6.5, -13.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0111217 Jy ! Component: 100 - total flux cleaned = 0.0173132 Jy ! Total flux subtracted in 100 components = 0.0173132 Jy ! Clean residual min=-0.006598 max=0.008897 Jy/beam ! Clean residual mean=0.000005 rms=0.001773 Jy/beam ! Combined flux in latest and established models = 0.115568 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.115568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102199Jy sigma=0.000692 ! Fit after self-cal, rms=0.102082Jy sigma=0.000691 ! 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.562 mas, bmaj=7.689 mas, bpa=5.969 degrees ! Estimated noise=933.211 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 (4, -39). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0120508 Jy ! Component: 100 - total flux cleaned = 0.0199848 Jy ! Component: 150 - total flux cleaned = 0.0261688 Jy ! Component: 200 - total flux cleaned = 0.031259 Jy ! Total flux subtracted in 200 components = 0.031259 Jy ! Clean residual min=-0.005765 max=0.005186 Jy/beam ! Clean residual mean=0.000001 rms=0.001371 Jy/beam ! Combined flux in latest and established models = 0.146827 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 62 components and 0.146827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100197Jy sigma=0.000677 ! Fit after self-cal, rms=0.100020Jy 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.97 FD 0.98 HN 1.15 KP 0.96 ! LA 0.99 MK 0.92 NL 0.86 OV 1.00 ! PT 1.00* SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.99 HN 1.11 KP 0.96 ! LA 0.98 MK 1.07 NL 1.01 OV 1.06 ! PT 1.00* SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.02 HN 1.18 KP 0.85 ! LA 0.73 MK 0.97 NL 1.06 OV 1.01 ! PT 1.00* SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.04 HN 1.02 KP 1.00* ! LA 0.76 MK 1.21 NL 1.00* OV 0.87 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.100020Jy sigma=0.000676 ! Fit after self-cal, rms=0.093433Jy sigma=0.000668 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.625 mas, bmaj=7.814 mas, bpa=6.555 degrees ! Estimated noise=897.094 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.00407629 Jy ! Component: 100 - total flux cleaned = 0.00602668 Jy ! Component: 150 - total flux cleaned = 0.00776958 Jy ! Component: 200 - total flux cleaned = 0.00919753 Jy ! Total flux subtracted in 200 components = 0.00919753 Jy ! Clean residual min=-0.003912 max=0.003452 Jy/beam ! Clean residual mean=-0.000005 rms=0.000964 Jy/beam ! Combined flux in latest and established models = 0.156024 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 96 components and 0.156024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093044Jy sigma=0.000665 ! Fit after self-cal, rms=0.093015Jy sigma=0.000664 ! 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.093015Jy sigma=0.000664 ! Fit after self-cal, rms=0.096732Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.615 mas, bmaj=7.839 mas, bpa=6.142 degrees ! Estimated noise=892.411 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0023822 Jy ! Component: 100 - total flux cleaned = 0.00394974 Jy ! Component: 150 - total flux cleaned = 0.0051391 Jy ! Component: 200 - total flux cleaned = 0.00610978 Jy ! Total flux subtracted in 200 components = 0.00610978 Jy ! Clean residual min=-0.002841 max=0.002383 Jy/beam ! Clean residual mean=-0.000008 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.162134 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 129 components and 0.162134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096674Jy sigma=0.000658 ! Fit after self-cal, rms=0.096817Jy sigma=0.000658 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.000999904 Jy ! Component: 100 - total flux cleaned = 0.00170593 Jy ! Component: 150 - total flux cleaned = 0.00226119 Jy ! Component: 200 - total flux cleaned = 0.00253823 Jy ! Total flux subtracted in 200 components = 0.00253823 Jy ! Clean residual min=-0.002855 max=0.002404 Jy/beam ! Clean residual mean=-0.000008 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.164672 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 140 components and 0.164672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096800Jy sigma=0.000658 ! Fit after self-cal, rms=0.096802Jy sigma=0.000657 ! 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.096802Jy sigma=0.000657 ! Fit after self-cal, rms=0.099320Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.611 mas, bmaj=7.856 mas, bpa=6.1 degrees ! Estimated noise=890.091 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000991621 Jy ! Component: 100 - total flux cleaned = 0.00169274 Jy ! Component: 150 - total flux cleaned = 0.00201618 Jy ! Component: 200 - total flux cleaned = 0.00224092 Jy ! Total flux subtracted in 200 components = 0.00224092 Jy ! Clean residual min=-0.002450 max=0.002141 Jy/beam ! Clean residual mean=-0.000006 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.166913 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 154 components and 0.166913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099310Jy sigma=0.000657 ! Fit after self-cal, rms=0.099366Jy sigma=0.000657 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.000345496 Jy ! Component: 100 - total flux cleaned = 0.000550464 Jy ! Component: 150 - total flux cleaned = 0.000703521 Jy ! Component: 200 - total flux cleaned = 0.000828416 Jy ! Total flux subtracted in 200 components = 0.000828416 Jy ! Clean residual min=-0.002475 max=0.002162 Jy/beam ! Clean residual mean=-0.000006 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.167742 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 164 components and 0.167742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099361Jy sigma=0.000657 ! Fit after self-cal, rms=0.099364Jy sigma=0.000657 ! 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.099364Jy sigma=0.000657 ! Fit after self-cal, rms=0.099708Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.348 mas, bmaj=14.98 mas, bpa=9.138 degrees ! Estimated noise=1064.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000988175 Jy ! Component: 100 - total flux cleaned = 0.00161493 Jy ! Component: 150 - total flux cleaned = 0.00207985 Jy ! Component: 200 - total flux cleaned = 0.00231537 Jy ! Total flux subtracted in 200 components = 0.00231537 Jy ! Clean residual min=-0.002764 max=0.002847 Jy/beam ! Clean residual mean=-0.000012 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.170057 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 177 components and 0.170057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099710Jy sigma=0.000657 ! Fit after self-cal, rms=0.099722Jy sigma=0.000657 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.000392903 Jy ! Component: 100 - total flux cleaned = 0.000579705 Jy ! Component: 150 - total flux cleaned = 0.00068294 Jy ! Component: 200 - total flux cleaned = 0.000791495 Jy ! Total flux subtracted in 200 components = 0.000791495 Jy ! Clean residual min=-0.002784 max=0.002835 Jy/beam ! Clean residual mean=-0.000012 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.170849 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 182 components and 0.170849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099725Jy sigma=0.000657 ! Fit after self-cal, rms=0.099727Jy sigma=0.000657 ! 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.612 mas, bmaj=7.864 mas, bpa=6.159 degrees ! Estimated noise=890.508 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.612 x 7.864 at 6.159 degrees (North through East) ! Clean map min=-0.0023857 max=0.098819 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.045 mas, bmaj=6.665 mas, bpa=4.534 degrees ! Estimated noise=1495.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0766578 Jy ! Component: 100 - total flux cleaned = 0.0963219 Jy ! Component: 150 - total flux cleaned = 0.108546 Jy ! Component: 200 - total flux cleaned = 0.117908 Jy ! Total flux subtracted in 200 components = 0.117908 Jy ! Clean residual min=-0.005261 max=0.006299 Jy/beam ! Clean residual mean=0.000001 rms=0.001326 Jy/beam ! Combined flux in latest and established models = 0.117908 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.117908 Jy ! Inverting map and beam ! Estimated beam: bmin=3.612 mas, bmaj=7.864 mas, bpa=6.159 degrees ! Estimated noise=890.508 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.00983628 Jy ! Component: 100 - total flux cleaned = 0.0169773 Jy ! Component: 150 - total flux cleaned = 0.0226147 Jy ! Component: 200 - total flux cleaned = 0.0271816 Jy ! Total flux subtracted in 200 components = 0.0271816 Jy ! Clean residual min=-0.003302 max=0.003074 Jy/beam ! Clean residual mean=-0.000004 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.145089 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 73 components and 0.145089 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.348 mas, bmaj=14.98 mas, bpa=9.138 degrees ! Estimated noise=1064.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00566938 Jy ! Component: 100 - total flux cleaned = 0.00962297 Jy ! Component: 150 - total flux cleaned = 0.0126714 Jy ! Component: 200 - total flux cleaned = 0.0150949 Jy ! Total flux subtracted in 200 components = 0.0150949 Jy ! Clean residual min=-0.003133 max=0.002933 Jy/beam ! Clean residual mean=-0.000011 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.160184 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00196443 Jy ! Component: 100 - total flux cleaned = 0.00357522 Jy ! Component: 150 - total flux cleaned = 0.00490521 Jy ! Component: 200 - total flux cleaned = 0.00601169 Jy ! Total flux subtracted in 200 components = 0.00601169 Jy ! Clean residual min=-0.002983 max=0.002931 Jy/beam ! Clean residual mean=-0.000011 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.166196 Jy ! Adding 120 model components to the UV plane model. ! The established model now contains 179 components and 0.166196 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.612 mas, bmaj=7.864 mas, bpa=6.159 degrees ! Estimated noise=890.508 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126454 Jy ! Component: 100 - total flux cleaned = 0.0016823 Jy ! Component: 150 - total flux cleaned = 0.00204045 Jy ! Component: 200 - total flux cleaned = 0.00219879 Jy ! Total flux subtracted in 200 components = 0.00219879 Jy ! Clean residual min=-0.002627 max=0.002316 Jy/beam ! Clean residual mean=-0.000005 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.168395 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 193 components and 0.168395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099791Jy sigma=0.000657 ! Fit after self-cal, rms=0.099789Jy sigma=0.000657 wmodel J0909-1808_S_2017_02_19_pus_map.mod ! Writing 193 model components to file: J0909-1808_S_2017_02_19_pus_map.mod wobs J0909-1808_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J0909-1808_S_2017_02_19_pus_uvs.fits wwins J0909-1808_S_2017_02_19_pus_map.win ! wwins: Wrote 3 windows to J0909-1808_S_2017_02_19_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.000864154 Jy ! Component: 100 - total flux cleaned = -0.00115529 Jy ! Component: 150 - total flux cleaned = -0.0013844 Jy ! Component: 200 - total flux cleaned = -0.00163892 Jy ! Component: 250 - total flux cleaned = -0.00184722 Jy ! Component: 300 - total flux cleaned = -0.00194723 Jy ! Component: 350 - total flux cleaned = -0.00207715 Jy ! Component: 400 - total flux cleaned = -0.00226668 Jy ! Component: 450 - total flux cleaned = -0.00226629 Jy ! Component: 500 - total flux cleaned = -0.00238789 Jy ! Component: 550 - total flux cleaned = -0.00250632 Jy ! Component: 600 - total flux cleaned = -0.00265048 Jy ! Component: 650 - total flux cleaned = -0.00259353 Jy ! Component: 700 - total flux cleaned = -0.00267767 Jy ! Component: 750 - total flux cleaned = -0.00267759 Jy ! Component: 800 - total flux cleaned = -0.00270452 Jy ! Component: 850 - total flux cleaned = -0.00273145 Jy ! Component: 900 - total flux cleaned = -0.00275722 Jy ! Component: 950 - total flux cleaned = -0.00278252 Jy ! Component: 1000 - total flux cleaned = -0.00275739 Jy ! Component: 1050 - total flux cleaned = -0.00280739 Jy ! Component: 1100 - total flux cleaned = -0.00280771 Jy ! Component: 1150 - total flux cleaned = -0.00285618 Jy ! Component: 1200 - total flux cleaned = -0.00292781 Jy ! Component: 1250 - total flux cleaned = -0.00306802 Jy ! Component: 1300 - total flux cleaned = -0.00311399 Jy ! Component: 1350 - total flux cleaned = -0.0031596 Jy ! Component: 1400 - total flux cleaned = -0.00324991 Jy ! Component: 1450 - total flux cleaned = -0.00333907 Jy ! Component: 1500 - total flux cleaned = -0.00342712 Jy ! Component: 1550 - total flux cleaned = -0.00355737 Jy ! Component: 1600 - total flux cleaned = -0.0036002 Jy ! Component: 1650 - total flux cleaned = -0.0036426 Jy ! Component: 1700 - total flux cleaned = -0.00372661 Jy ! Component: 1750 - total flux cleaned = -0.00374721 Jy ! Component: 1800 - total flux cleaned = -0.00387047 Jy ! Component: 1850 - total flux cleaned = -0.00393131 Jy ! Component: 1900 - total flux cleaned = -0.00399152 Jy ! Component: 1950 - total flux cleaned = -0.0039915 Jy ! Component: 2000 - total flux cleaned = -0.00405042 Jy ! Component: 2050 - total flux cleaned = -0.00406996 Jy ! Component: 2100 - total flux cleaned = -0.00410847 Jy ! Component: 2150 - total flux cleaned = -0.00416578 Jy ! Component: 2200 - total flux cleaned = -0.00418505 Jy ! Component: 2250 - total flux cleaned = -0.00424119 Jy ! Component: 2300 - total flux cleaned = -0.00433398 Jy ! Component: 2350 - total flux cleaned = -0.00435233 Jy ! Component: 2400 - total flux cleaned = -0.00437065 Jy ! Component: 2450 - total flux cleaned = -0.00444238 Jy ! Component: 2500 - total flux cleaned = -0.00447783 Jy ! Component: 2550 - total flux cleaned = -0.00447764 Jy ! Component: 2600 - total flux cleaned = -0.00442514 Jy ! Component: 2650 - total flux cleaned = -0.00447775 Jy ! Component: 2700 - total flux cleaned = -0.00465049 Jy ! Component: 2750 - total flux cleaned = -0.00463315 Jy ! Component: 2800 - total flux cleaned = -0.00468411 Jy ! Component: 2850 - total flux cleaned = -0.00470093 Jy ! Component: 2900 - total flux cleaned = -0.00468418 Jy ! Component: 2950 - total flux cleaned = -0.00471722 Jy ! Component: 3000 - total flux cleaned = -0.00473382 Jy ! Component: 3050 - total flux cleaned = -0.00476664 Jy ! Component: 3100 - total flux cleaned = -0.00478286 Jy ! Component: 3150 - total flux cleaned = -0.0048633 Jy ! Component: 3200 - total flux cleaned = -0.00489513 Jy ! Component: 3250 - total flux cleaned = -0.00484752 Jy ! Component: 3300 - total flux cleaned = -0.00495792 Jy ! Component: 3350 - total flux cleaned = -0.00495775 Jy ! Component: 3400 - total flux cleaned = -0.00494208 Jy ! Component: 3450 - total flux cleaned = -0.00500384 Jy ! Component: 3500 - total flux cleaned = -0.00498849 Jy ! Component: 3550 - total flux cleaned = -0.00506435 Jy ! Component: 3600 - total flux cleaned = -0.0050642 Jy ! Component: 3650 - total flux cleaned = -0.00504916 Jy ! Component: 3700 - total flux cleaned = -0.00504904 Jy ! Component: 3750 - total flux cleaned = -0.00503421 Jy ! Component: 3800 - total flux cleaned = -0.00506358 Jy ! Component: 3850 - total flux cleaned = -0.00507806 Jy ! Component: 3900 - total flux cleaned = -0.0051072 Jy ! Component: 3950 - total flux cleaned = -0.00515038 Jy ! Component: 4000 - total flux cleaned = -0.00509302 Jy ! Component: 4050 - total flux cleaned = -0.0051644 Jy ! Total flux subtracted in 4096 components = -0.00520696 Jy ! Clean residual min=-0.001049 max=0.000808 Jy/beam ! Clean residual mean=-0.000000 rms=0.000258 Jy/beam ! Combined flux in latest and established models = 0.163188 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 477 components and 0.163188 Jy ![Exited script file: muppet] wmap "J0909-1808_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.612 x 7.864 at 6.159 degrees (North through East) ! Clean map min=-0.0019125 max=0.097632 Jy/beam ! Writing clean map to FITS file: J0909-1808_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0976324 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000256039 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.786745 0.786745 1.57349 3.14698 6.29396 12.5879 25.1758 50.3517 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.097 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.612 x 7.864 at 6.159 degrees (North through East) ! Clean map min=-0.0019125 max=0.097632 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 J0909-1808_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:47:07 2019