! Started logfile: J0220-1305_S_2017_07_09_pus_uvs.log on Wed May 8 14:39:40 2019 obs J0220-1305_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0220-1305_S_2017_07_09_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.776852 visibilities/baseline/integration-bin. ! Found source: J0220-1305 ! ! 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 13424 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 J0220-1305_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 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 137 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 614 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.848020Jy sigma=0.007401 ! Fit after self-cal, rms=0.822593Jy sigma=0.007189 ! 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.502 mas, bmaj=7.069 mas, bpa=-7.028 degrees ! Estimated noise=1078.66 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.129497 Jy ! Component: 100 - total flux cleaned = 0.177731 Jy ! Total flux subtracted in 100 components = 0.177731 Jy ! Clean residual min=-0.008639 max=0.022001 Jy/beam ! Clean residual mean=-0.000040 rms=0.002610 Jy/beam ! Combined flux in latest and established models = 0.177731 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.177731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091191Jy sigma=0.000778 ! Fit after self-cal, rms=0.091032Jy sigma=0.000776 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0252474 Jy ! Component: 100 - total flux cleaned = 0.0387885 Jy ! Total flux subtracted in 100 components = 0.0387885 Jy ! Clean residual min=-0.004953 max=0.007169 Jy/beam ! Clean residual mean=-0.000016 rms=0.001315 Jy/beam ! Combined flux in latest and established models = 0.216519 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 16 components and 0.216519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081884Jy sigma=0.000693 ! Fit after self-cal, rms=0.081828Jy sigma=0.000693 ! 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.025 mas, bmaj=8.281 mas, bpa=-5.655 degrees ! Estimated noise=801.563 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.0109742 Jy ! Component: 100 - total flux cleaned = 0.0163297 Jy ! Component: 150 - total flux cleaned = 0.0191262 Jy ! Component: 200 - total flux cleaned = 0.0206016 Jy ! Total flux subtracted in 200 components = 0.0206016 Jy ! Clean residual min=-0.003659 max=0.003522 Jy/beam ! Clean residual mean=-0.000007 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.237121 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 37 components and 0.237121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080433Jy sigma=0.000681 ! Fit after self-cal, rms=0.080432Jy sigma=0.000681 ! 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.94 HN 0.95 KP 1.02 ! LA 1.02 MK 1.04 NL 0.89 OV 1.07 ! PT 1.03 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 0.99 KP 0.99 ! LA 0.98 MK 0.98 NL 1.06 OV 1.06 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.99 KP 1.00 ! LA 0.98 MK 1.08 NL 1.03 OV 1.02 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 4. ! A total of 90 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 0.96 KP 1.00* ! LA 1.00* MK 0.99 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.080432Jy sigma=0.000681 ! Fit after self-cal, rms=0.079323Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.038 mas, bmaj=8.306 mas, bpa=-5.357 degrees ! Estimated noise=804.754 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.000257079 Jy ! Component: 100 - total flux cleaned = -0.000311302 Jy ! Component: 150 - total flux cleaned = -0.000309959 Jy ! Component: 200 - total flux cleaned = -0.000309508 Jy ! Total flux subtracted in 200 components = -0.000309508 Jy ! Clean residual min=-0.003288 max=0.003027 Jy/beam ! Clean residual mean=0.000001 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.236811 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.236811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079305Jy sigma=0.000675 ! Fit after self-cal, rms=0.079299Jy sigma=0.000675 ! 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.079299Jy sigma=0.000675 ! Fit after self-cal, rms=0.079083Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.03 mas, bmaj=8.35 mas, bpa=-5.239 degrees ! Estimated noise=802.969 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000199374 Jy ! Component: 100 - total flux cleaned = -0.000168905 Jy ! Component: 150 - total flux cleaned = -0.000113692 Jy ! Component: 200 - total flux cleaned = -6.32135e-05 Jy ! Total flux subtracted in 200 components = -6.32135e-05 Jy ! Clean residual min=-0.002268 max=0.002546 Jy/beam ! Clean residual mean=-0.000002 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.236748 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.236748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079062Jy sigma=0.000671 ! Fit after self-cal, rms=0.079079Jy sigma=0.000671 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (7.5, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00227525 Jy ! Component: 100 - total flux cleaned = 0.00291355 Jy ! Component: 150 - total flux cleaned = 0.00291323 Jy ! Component: 200 - total flux cleaned = 0.00287958 Jy ! Total flux subtracted in 200 components = 0.00287958 Jy ! Clean residual min=-0.002199 max=0.002028 Jy/beam ! Clean residual mean=0.000001 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.239628 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 66 components and 0.239628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079004Jy sigma=0.000670 ! Fit after self-cal, rms=0.078998Jy sigma=0.000670 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078998Jy sigma=0.000670 ! Fit after self-cal, rms=0.078780Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.028 mas, bmaj=8.335 mas, bpa=-5.192 degrees ! Estimated noise=801.692 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106556 Jy ! Component: 100 - total flux cleaned = 0.00117783 Jy ! Component: 150 - total flux cleaned = 0.00117804 Jy ! Component: 200 - total flux cleaned = 0.00115614 Jy ! Total flux subtracted in 200 components = 0.00115614 Jy ! Clean residual min=-0.002097 max=0.001996 Jy/beam ! Clean residual mean=0.000001 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.240784 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 77 components and 0.240784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078759Jy sigma=0.000670 ! Fit after self-cal, rms=0.078756Jy sigma=0.000670 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000250668 Jy ! Component: 100 - total flux cleaned = 0.000250661 Jy ! Component: 150 - total flux cleaned = 0.000250446 Jy ! Component: 200 - total flux cleaned = 0.000250838 Jy ! Total flux subtracted in 200 components = 0.000250838 Jy ! Clean residual min=-0.002076 max=0.001984 Jy/beam ! Clean residual mean=0.000001 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.241035 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 82 components and 0.241035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078747Jy sigma=0.000670 ! Fit after self-cal, rms=0.078747Jy sigma=0.000670 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078747Jy sigma=0.000670 ! Fit after self-cal, rms=0.078624Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.258 mas, bmaj=16.42 mas, bpa=-5.645 degrees ! Estimated noise=1039.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000774658 Jy ! Component: 100 - total flux cleaned = 0.000865624 Jy ! Component: 150 - total flux cleaned = 0.000880267 Jy ! Component: 200 - total flux cleaned = 0.000893552 Jy ! Total flux subtracted in 200 components = 0.000893552 Jy ! Clean residual min=-0.002266 max=0.002066 Jy/beam ! Clean residual mean=0.000001 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.241928 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 98 components and 0.241928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078625Jy sigma=0.000670 ! Fit after self-cal, rms=0.078625Jy sigma=0.000670 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000103978 Jy ! Component: 100 - total flux cleaned = 9.27568e-05 Jy ! Component: 150 - total flux cleaned = 8.287e-05 Jy ! Component: 200 - total flux cleaned = 7.36146e-05 Jy ! Total flux subtracted in 200 components = 7.36146e-05 Jy ! Clean residual min=-0.002261 max=0.002073 Jy/beam ! Clean residual mean=0.000001 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.242002 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 103 components and 0.242002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078627Jy sigma=0.000670 ! Fit after self-cal, rms=0.078627Jy sigma=0.000670 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.026 mas, bmaj=8.33 mas, bpa=-5.204 degrees ! Estimated noise=800.917 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.026 x 8.33 at -5.204 degrees (North through East) ! Clean map min=-0.0019565 max=0.17745 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.511 mas, bmaj=7.118 mas, bpa=-6.628 degrees ! Estimated noise=1083.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.129132 Jy ! Component: 100 - total flux cleaned = 0.177778 Jy ! Component: 150 - total flux cleaned = 0.202661 Jy ! Component: 200 - total flux cleaned = 0.215998 Jy ! Total flux subtracted in 200 components = 0.215998 Jy ! Clean residual min=-0.004028 max=0.006479 Jy/beam ! Clean residual mean=-0.000015 rms=0.001063 Jy/beam ! Combined flux in latest and established models = 0.215998 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.215998 Jy ! Inverting map and beam ! Estimated beam: bmin=3.026 mas, bmaj=8.33 mas, bpa=-5.204 degrees ! Estimated noise=800.917 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.0106865 Jy ! Component: 100 - total flux cleaned = 0.016236 Jy ! Component: 150 - total flux cleaned = 0.0195797 Jy ! Component: 200 - total flux cleaned = 0.0217955 Jy ! Total flux subtracted in 200 components = 0.0217955 Jy ! Clean residual min=-0.002206 max=0.002120 Jy/beam ! Clean residual mean=-0.000004 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.237793 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 41 components and 0.237793 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.258 mas, bmaj=16.42 mas, bpa=-5.645 degrees ! Estimated noise=1039.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00228459 Jy ! Component: 100 - total flux cleaned = 0.00344355 Jy ! Component: 150 - total flux cleaned = 0.00374843 Jy ! Component: 200 - total flux cleaned = 0.0038298 Jy ! Total flux subtracted in 200 components = 0.0038298 Jy ! Clean residual min=-0.002277 max=0.001991 Jy/beam ! Clean residual mean=0.000000 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.241623 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.51094e-05 Jy ! Component: 100 - total flux cleaned = 6.66058e-05 Jy ! Component: 150 - total flux cleaned = 9.45329e-05 Jy ! Component: 200 - total flux cleaned = 0.000119217 Jy ! Total flux subtracted in 200 components = 0.000119217 Jy ! Clean residual min=-0.002259 max=0.001980 Jy/beam ! Clean residual mean=0.000001 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.241742 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 69 components and 0.241742 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.026 mas, bmaj=8.33 mas, bpa=-5.204 degrees ! Estimated noise=800.917 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000108919 Jy ! Component: 100 - total flux cleaned = 1.9776e-05 Jy ! Component: 150 - total flux cleaned = -3.90377e-06 Jy ! Component: 200 - total flux cleaned = -2.6127e-05 Jy ! Total flux subtracted in 200 components = -2.6127e-05 Jy ! Clean residual min=-0.002050 max=0.001953 Jy/beam ! Clean residual mean=0.000001 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.241716 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 88 components and 0.241716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078629Jy sigma=0.000670 ! Fit after self-cal, rms=0.078626Jy sigma=0.000670 wmodel J0220-1305_S_2017_07_09_pus_map.mod ! Writing 88 model components to file: J0220-1305_S_2017_07_09_pus_map.mod wobs J0220-1305_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0220-1305_S_2017_07_09_pus_uvs.fits wwins J0220-1305_S_2017_07_09_pus_map.win ! wwins: Wrote 2 windows to J0220-1305_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.00038308 Jy ! Component: 100 - total flux cleaned = -0.00044894 Jy ! Component: 150 - total flux cleaned = -0.000355005 Jy ! Component: 200 - total flux cleaned = -0.00032582 Jy ! Component: 250 - total flux cleaned = -0.000268611 Jy ! Component: 300 - total flux cleaned = -0.000268528 Jy ! Component: 350 - total flux cleaned = -0.000213273 Jy ! Component: 400 - total flux cleaned = -0.000133764 Jy ! Component: 450 - total flux cleaned = -8.20658e-05 Jy ! Component: 500 - total flux cleaned = 4.2421e-05 Jy ! Component: 550 - total flux cleaned = 0.000114628 Jy ! Component: 600 - total flux cleaned = 0.000161744 Jy ! Component: 650 - total flux cleaned = 0.000184802 Jy ! Component: 700 - total flux cleaned = 0.000162279 Jy ! Component: 750 - total flux cleaned = 0.00016264 Jy ! Component: 800 - total flux cleaned = 0.000140993 Jy ! Component: 850 - total flux cleaned = 7.76929e-05 Jy ! Component: 900 - total flux cleaned = 5.74326e-05 Jy ! Component: 950 - total flux cleaned = 3.70271e-05 Jy ! Component: 1000 - total flux cleaned = -2.23906e-05 Jy ! Component: 1050 - total flux cleaned = -2.25189e-05 Jy ! Component: 1100 - total flux cleaned = -9.91243e-05 Jy ! Component: 1150 - total flux cleaned = -0.00015574 Jy ! Component: 1200 - total flux cleaned = -0.000192612 Jy ! Component: 1250 - total flux cleaned = -0.000301486 Jy ! Component: 1300 - total flux cleaned = -0.000301549 Jy ! Component: 1350 - total flux cleaned = -0.000372567 Jy ! Component: 1400 - total flux cleaned = -0.000441809 Jy ! Component: 1450 - total flux cleaned = -0.000543761 Jy ! Component: 1500 - total flux cleaned = -0.000576967 Jy ! Component: 1550 - total flux cleaned = -0.000642873 Jy ! Component: 1600 - total flux cleaned = -0.000659285 Jy ! Component: 1650 - total flux cleaned = -0.000754991 Jy ! Component: 1700 - total flux cleaned = -0.000754854 Jy ! Component: 1750 - total flux cleaned = -0.000832223 Jy ! Component: 1800 - total flux cleaned = -0.000862487 Jy ! Component: 1850 - total flux cleaned = -0.000832556 Jy ! Component: 1900 - total flux cleaned = -0.000936617 Jy ! Component: 1950 - total flux cleaned = -0.000995195 Jy ! Component: 2000 - total flux cleaned = -0.0010673 Jy ! Component: 2050 - total flux cleaned = -0.0011382 Jy ! Component: 2100 - total flux cleaned = -0.0011521 Jy ! Component: 2150 - total flux cleaned = -0.00120784 Jy ! Component: 2200 - total flux cleaned = -0.00122201 Jy ! Component: 2250 - total flux cleaned = -0.00130355 Jy ! Component: 2300 - total flux cleaned = -0.00130343 Jy ! Component: 2350 - total flux cleaned = -0.00130323 Jy ! Component: 2400 - total flux cleaned = -0.00131622 Jy ! Component: 2450 - total flux cleaned = -0.00127721 Jy ! Component: 2500 - total flux cleaned = -0.00123881 Jy ! Component: 2550 - total flux cleaned = -0.00122624 Jy ! Component: 2600 - total flux cleaned = -0.00120109 Jy ! Component: 2650 - total flux cleaned = -0.00116406 Jy ! Component: 2700 - total flux cleaned = -0.00111497 Jy ! Component: 2750 - total flux cleaned = -0.00109065 Jy ! Component: 2800 - total flux cleaned = -0.00103036 Jy ! Component: 2850 - total flux cleaned = -0.00101851 Jy ! Component: 2900 - total flux cleaned = -0.000947374 Jy ! Component: 2950 - total flux cleaned = -0.000888761 Jy ! Component: 3000 - total flux cleaned = -0.000830753 Jy ! Component: 3050 - total flux cleaned = -0.000784762 Jy ! Component: 3100 - total flux cleaned = -0.000716493 Jy ! Component: 3150 - total flux cleaned = -0.000671491 Jy ! Component: 3200 - total flux cleaned = -0.000649114 Jy ! Component: 3250 - total flux cleaned = -0.000604802 Jy ! Component: 3300 - total flux cleaned = -0.000538723 Jy ! Component: 3350 - total flux cleaned = -0.000462399 Jy ! Component: 3400 - total flux cleaned = -0.00045156 Jy ! Component: 3450 - total flux cleaned = -0.000430091 Jy ! Component: 3500 - total flux cleaned = -0.000355845 Jy ! Component: 3550 - total flux cleaned = -0.000292627 Jy ! Component: 3600 - total flux cleaned = -0.000261299 Jy ! Component: 3650 - total flux cleaned = -0.000219781 Jy ! Component: 3700 - total flux cleaned = -0.000168352 Jy ! Component: 3750 - total flux cleaned = -0.000168336 Jy ! Component: 3800 - total flux cleaned = -0.000127924 Jy ! Component: 3850 - total flux cleaned = -0.000117861 Jy ! Component: 3900 - total flux cleaned = -0.000107965 Jy ! Component: 3950 - total flux cleaned = -3.88584e-05 Jy ! Component: 4000 - total flux cleaned = -8.78526e-05 Jy ! Component: 4050 - total flux cleaned = -1.97125e-05 Jy ! Total flux subtracted in 4096 components = -2.92211e-05 Jy ! Clean residual min=-0.000542 max=0.000525 Jy/beam ! Clean residual mean=0.000002 rms=0.000172 Jy/beam ! Combined flux in latest and established models = 0.241687 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 366 components and 0.241687 Jy ![Exited script file: muppet] wmap "J0220-1305_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.026 x 8.33 at -5.204 degrees (North through East) ! Clean map min=-0.0014857 max=0.17738 Jy/beam ! Writing clean map to FITS file: J0220-1305_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.177381 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000168891 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.285642 0.285642 0.571284 1.14257 2.28514 4.57027 9.14055 18.2811 36.5622 73.1244 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.177 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.026 x 8.33 at -5.204 degrees (North through East) ! Clean map min=-0.0014857 max=0.17738 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 J0220-1305_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:39:46 2019