! Started logfile: J0209-0438_S_2017_08_05_pus_uvs.log on Thu May 9 19:17:26 2019 obs J0209-0438_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0209-0438_S_2017_08_05_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.757937 visibilities/baseline/integration-bin. ! Found source: J0209-0438 ! ! 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 513 lines of history. ! ! Reading 7640 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 J0209-0438_S_2017_08_05_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 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 355 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.852901Jy sigma=0.007127 ! Fit after self-cal, rms=0.841477Jy sigma=0.007043 ! 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.636 mas, bmaj=7.2 mas, bpa=-4.986 degrees ! Estimated noise=1343.64 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.120012 Jy ! Component: 100 - total flux cleaned = 0.154338 Jy ! Total flux subtracted in 100 components = 0.154338 Jy ! Clean residual min=-0.007159 max=0.013707 Jy/beam ! Clean residual mean=0.000010 rms=0.002013 Jy/beam ! Combined flux in latest and established models = 0.154338 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.154338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091933Jy sigma=0.000710 ! Fit after self-cal, rms=0.091890Jy sigma=0.000709 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0149827 Jy ! Component: 100 - total flux cleaned = 0.0234418 Jy ! Total flux subtracted in 100 components = 0.0234418 Jy ! Clean residual min=-0.005716 max=0.007833 Jy/beam ! Clean residual mean=0.000002 rms=0.001452 Jy/beam ! Combined flux in latest and established models = 0.17778 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 36 components and 0.17778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088497Jy sigma=0.000684 ! Fit after self-cal, rms=0.088498Jy sigma=0.000684 ! 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.13 mas, bmaj=8.308 mas, bpa=-5.897 degrees ! Estimated noise=1106.69 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 (2.5, -12.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00791703 Jy ! Component: 100 - total flux cleaned = 0.012358 Jy ! Component: 150 - total flux cleaned = 0.015364 Jy ! Component: 200 - total flux cleaned = 0.0170931 Jy ! Total flux subtracted in 200 components = 0.0170931 Jy ! Clean residual min=-0.004691 max=0.004403 Jy/beam ! Clean residual mean=-0.000003 rms=0.001144 Jy/beam ! Combined flux in latest and established models = 0.194873 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 66 components and 0.194873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087590Jy sigma=0.000679 ! Fit after self-cal, rms=0.087563Jy sigma=0.000678 ! 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.91 HN 0.93 KP 1.05 ! LA 1.02 MK 0.99 NL 0.87 OV 1.04 ! PT 1.05 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 0.96 KP 1.02 ! LA 0.98 MK 1.00 NL 1.07 OV 1.07 ! PT 0.99 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 0.96 KP 0.92 ! LA 0.78 MK 1.02 NL 1.28 OV 0.96 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 0.95 KP 1.00* ! LA 1.00* MK 1.23 NL 1.00* OV 1.00* ! PT 1.06 SC 1.00* ! ! ! Fit before self-cal, rms=0.087563Jy sigma=0.000678 ! Fit after self-cal, rms=0.082864Jy sigma=0.000661 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=8.371 mas, bpa=-5.804 degrees ! Estimated noise=1101.81 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.00112012 Jy ! Component: 100 - total flux cleaned = 0.00130269 Jy ! Component: 150 - total flux cleaned = 0.00141198 Jy ! Component: 200 - total flux cleaned = 0.00138035 Jy ! Total flux subtracted in 200 components = 0.00138035 Jy ! Clean residual min=-0.003662 max=0.002938 Jy/beam ! Clean residual mean=-0.000009 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.196254 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 91 components and 0.196254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082817Jy sigma=0.000660 ! Fit after self-cal, rms=0.082783Jy sigma=0.000660 ! 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.082783Jy sigma=0.000660 ! Fit after self-cal, rms=0.083171Jy sigma=0.000658 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.154 mas, bmaj=8.387 mas, bpa=-5.768 degrees ! Estimated noise=1103.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000624619 Jy ! Component: 100 - total flux cleaned = 0.000667145 Jy ! Component: 150 - total flux cleaned = 0.000637678 Jy ! Component: 200 - total flux cleaned = 0.000580743 Jy ! Total flux subtracted in 200 components = 0.000580743 Jy ! Clean residual min=-0.002941 max=0.002642 Jy/beam ! Clean residual mean=-0.000003 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.196834 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 104 components and 0.196834 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083139Jy sigma=0.000657 ! Fit after self-cal, rms=0.083145Jy 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.000191267 Jy ! Component: 100 - total flux cleaned = 0.000193074 Jy ! Component: 150 - total flux cleaned = 0.000194084 Jy ! Component: 200 - total flux cleaned = 0.000173549 Jy ! Total flux subtracted in 200 components = 0.000173549 Jy ! Clean residual min=-0.002928 max=0.002630 Jy/beam ! Clean residual mean=-0.000003 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.197008 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 110 components and 0.197008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083131Jy sigma=0.000657 ! Fit after self-cal, rms=0.083130Jy 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.083130Jy sigma=0.000657 ! Fit after self-cal, rms=0.083157Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.155 mas, bmaj=8.385 mas, bpa=-5.715 degrees ! Estimated noise=1102.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000188065 Jy ! Component: 100 - total flux cleaned = 0.000262104 Jy ! Component: 150 - total flux cleaned = 0.000282764 Jy ! Component: 200 - total flux cleaned = 0.000245497 Jy ! Total flux subtracted in 200 components = 0.000245497 Jy ! Clean residual min=-0.002795 max=0.002669 Jy/beam ! Clean residual mean=-0.000002 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.197253 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 119 components and 0.197253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083145Jy sigma=0.000657 ! Fit after self-cal, rms=0.083146Jy 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.000192074 Jy ! Component: 100 - total flux cleaned = 0.000193659 Jy ! Component: 150 - total flux cleaned = 0.000177819 Jy ! Component: 200 - total flux cleaned = 0.000162332 Jy ! Total flux subtracted in 200 components = 0.000162332 Jy ! Clean residual min=-0.002784 max=0.002655 Jy/beam ! Clean residual mean=-0.000002 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.197416 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 124 components and 0.197416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083139Jy sigma=0.000657 ! Fit after self-cal, rms=0.083139Jy 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.083139Jy sigma=0.000657 ! Fit after self-cal, rms=0.083197Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.293 mas, bmaj=14.83 mas, bpa=-7.84 degrees ! Estimated noise=1424.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.49422e-05 Jy ! Component: 100 - total flux cleaned = 5.56925e-05 Jy ! Component: 150 - total flux cleaned = 2.30745e-05 Jy ! Component: 200 - total flux cleaned = -5.92318e-06 Jy ! Total flux subtracted in 200 components = -5.92318e-06 Jy ! Clean residual min=-0.003074 max=0.002775 Jy/beam ! Clean residual mean=-0.000005 rms=0.000823 Jy/beam ! Combined flux in latest and established models = 0.19741 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 151 components and 0.19741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083196Jy sigma=0.000657 ! Fit after self-cal, rms=0.083197Jy 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 = 2.77395e-05 Jy ! Component: 100 - total flux cleaned = -1.3434e-05 Jy ! Component: 150 - total flux cleaned = -7.61012e-05 Jy ! Component: 200 - total flux cleaned = -0.000122843 Jy ! Total flux subtracted in 200 components = -0.000122843 Jy ! Clean residual min=-0.003056 max=0.002743 Jy/beam ! Clean residual mean=-0.000005 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.197287 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 167 components and 0.197287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083198Jy sigma=0.000657 ! Fit after self-cal, rms=0.083197Jy 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.157 mas, bmaj=8.386 mas, bpa=-5.683 degrees ! Estimated noise=1102.75 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.157 x 8.386 at -5.683 degrees (North through East) ! Clean map min=-0.0026842 max=0.15515 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.656 mas, bmaj=7.237 mas, bpa=-4.652 degrees ! Estimated noise=1346.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.120061 Jy ! Component: 100 - total flux cleaned = 0.154761 Jy ! Component: 150 - total flux cleaned = 0.169497 Jy ! Component: 200 - total flux cleaned = 0.177745 Jy ! Total flux subtracted in 200 components = 0.177745 Jy ! Clean residual min=-0.004030 max=0.004393 Jy/beam ! Clean residual mean=0.000004 rms=0.000974 Jy/beam ! Combined flux in latest and established models = 0.177745 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.177745 Jy ! Inverting map and beam ! Estimated beam: bmin=3.157 mas, bmaj=8.386 mas, bpa=-5.683 degrees ! Estimated noise=1102.75 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.00651477 Jy ! Component: 100 - total flux cleaned = 0.0104139 Jy ! Component: 150 - total flux cleaned = 0.0130765 Jy ! Component: 200 - total flux cleaned = 0.0145836 Jy ! Total flux subtracted in 200 components = 0.0145836 Jy ! Clean residual min=-0.003001 max=0.002573 Jy/beam ! Clean residual mean=-0.000001 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.192329 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 97 components and 0.192329 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.293 mas, bmaj=14.83 mas, bpa=-7.84 degrees ! Estimated noise=1424.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00218137 Jy ! Component: 100 - total flux cleaned = 0.00274455 Jy ! Component: 150 - total flux cleaned = 0.00316099 Jy ! Component: 200 - total flux cleaned = 0.00345305 Jy ! Total flux subtracted in 200 components = 0.00345305 Jy ! Clean residual min=-0.003310 max=0.002653 Jy/beam ! Clean residual mean=-0.000004 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.195782 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.000258421 Jy ! Component: 100 - total flux cleaned = 0.000464465 Jy ! Component: 150 - total flux cleaned = 0.000615039 Jy ! Component: 200 - total flux cleaned = 0.000700328 Jy ! Total flux subtracted in 200 components = 0.000700328 Jy ! Clean residual min=-0.003169 max=0.002665 Jy/beam ! Clean residual mean=-0.000005 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.196482 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 136 components and 0.196482 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.157 mas, bmaj=8.386 mas, bpa=-5.683 degrees ! Estimated noise=1102.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000238064 Jy ! Component: 100 - total flux cleaned = 0.000236078 Jy ! Component: 150 - total flux cleaned = 0.000296697 Jy ! Component: 200 - total flux cleaned = 0.000352018 Jy ! Total flux subtracted in 200 components = 0.000352018 Jy ! Clean residual min=-0.002896 max=0.002609 Jy/beam ! Clean residual mean=-0.000002 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.196834 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 151 components and 0.196834 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083215Jy sigma=0.000657 ! Fit after self-cal, rms=0.083209Jy sigma=0.000657 wmodel J0209-0438_S_2017_08_05_pus_map.mod ! Writing 151 model components to file: J0209-0438_S_2017_08_05_pus_map.mod wobs J0209-0438_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0209-0438_S_2017_08_05_pus_uvs.fits wwins J0209-0438_S_2017_08_05_pus_map.win ! wwins: Wrote 2 windows to J0209-0438_S_2017_08_05_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.000670675 Jy ! Component: 100 - total flux cleaned = -0.00119786 Jy ! Component: 150 - total flux cleaned = -0.0013611 Jy ! Component: 200 - total flux cleaned = -0.00151533 Jy ! Component: 250 - total flux cleaned = -0.00151536 Jy ! Component: 300 - total flux cleaned = -0.00140833 Jy ! Component: 350 - total flux cleaned = -0.0013731 Jy ! Component: 400 - total flux cleaned = -0.00130459 Jy ! Component: 450 - total flux cleaned = -0.0013705 Jy ! Component: 500 - total flux cleaned = -0.00143451 Jy ! Component: 550 - total flux cleaned = -0.00159153 Jy ! Component: 600 - total flux cleaned = -0.0016829 Jy ! Component: 650 - total flux cleaned = -0.0017423 Jy ! Component: 700 - total flux cleaned = -0.00180141 Jy ! Component: 750 - total flux cleaned = -0.00185911 Jy ! Component: 800 - total flux cleaned = -0.00191573 Jy ! Component: 850 - total flux cleaned = -0.00202645 Jy ! Component: 900 - total flux cleaned = -0.00205297 Jy ! Component: 950 - total flux cleaned = -0.00207956 Jy ! Component: 1000 - total flux cleaned = -0.00210635 Jy ! Component: 1050 - total flux cleaned = -0.00228787 Jy ! Component: 1100 - total flux cleaned = -0.00226208 Jy ! Component: 1150 - total flux cleaned = -0.0023373 Jy ! Component: 1200 - total flux cleaned = -0.00236195 Jy ! Component: 1250 - total flux cleaned = -0.00238658 Jy ! Component: 1300 - total flux cleaned = -0.00250716 Jy ! Component: 1350 - total flux cleaned = -0.00250735 Jy ! Component: 1400 - total flux cleaned = -0.00262487 Jy ! Component: 1450 - total flux cleaned = -0.00271728 Jy ! Component: 1500 - total flux cleaned = -0.00280871 Jy ! Component: 1550 - total flux cleaned = -0.00285334 Jy ! Component: 1600 - total flux cleaned = -0.00285312 Jy ! Component: 1650 - total flux cleaned = -0.00298498 Jy ! Component: 1700 - total flux cleaned = -0.00300631 Jy ! Component: 1750 - total flux cleaned = -0.00304932 Jy ! Component: 1800 - total flux cleaned = -0.00311282 Jy ! Component: 1850 - total flux cleaned = -0.00321705 Jy ! Component: 1900 - total flux cleaned = -0.00315483 Jy ! Component: 1950 - total flux cleaned = -0.00321635 Jy ! Component: 2000 - total flux cleaned = -0.00325718 Jy ! Component: 2050 - total flux cleaned = -0.00327699 Jy ! Component: 2100 - total flux cleaned = -0.003277 Jy ! Component: 2150 - total flux cleaned = -0.00331565 Jy ! Component: 2200 - total flux cleaned = -0.00335468 Jy ! Component: 2250 - total flux cleaned = -0.00333574 Jy ! Component: 2300 - total flux cleaned = -0.00341165 Jy ! Component: 2350 - total flux cleaned = -0.00341155 Jy ! Component: 2400 - total flux cleaned = -0.00352268 Jy ! Component: 2450 - total flux cleaned = -0.00354072 Jy ! Component: 2500 - total flux cleaned = -0.00359529 Jy ! Component: 2550 - total flux cleaned = -0.00354119 Jy ! Component: 2600 - total flux cleaned = -0.00361253 Jy ! Component: 2650 - total flux cleaned = -0.00373586 Jy ! Component: 2700 - total flux cleaned = -0.00377059 Jy ! Component: 2750 - total flux cleaned = -0.00382229 Jy ! Component: 2800 - total flux cleaned = -0.0038224 Jy ! Component: 2850 - total flux cleaned = -0.00387368 Jy ! Component: 2900 - total flux cleaned = -0.00385671 Jy ! Component: 2950 - total flux cleaned = -0.00394029 Jy ! Component: 3000 - total flux cleaned = -0.00394029 Jy ! Component: 3050 - total flux cleaned = -0.00394039 Jy ! Component: 3100 - total flux cleaned = -0.00397302 Jy ! Component: 3150 - total flux cleaned = -0.00398931 Jy ! Component: 3200 - total flux cleaned = -0.00405372 Jy ! Component: 3250 - total flux cleaned = -0.00410164 Jy ! Component: 3300 - total flux cleaned = -0.00414906 Jy ! Component: 3350 - total flux cleaned = -0.00424324 Jy ! Component: 3400 - total flux cleaned = -0.0042741 Jy ! Component: 3450 - total flux cleaned = -0.00432037 Jy ! Component: 3500 - total flux cleaned = -0.00433544 Jy ! Component: 3550 - total flux cleaned = -0.00430511 Jy ! Component: 3600 - total flux cleaned = -0.00441092 Jy ! Component: 3650 - total flux cleaned = -0.00445589 Jy ! Component: 3700 - total flux cleaned = -0.00451545 Jy ! Component: 3750 - total flux cleaned = -0.00448596 Jy ! Component: 3800 - total flux cleaned = -0.00454498 Jy ! Component: 3850 - total flux cleaned = -0.00458875 Jy ! Component: 3900 - total flux cleaned = -0.0046323 Jy ! Component: 3950 - total flux cleaned = -0.00468986 Jy ! Component: 4000 - total flux cleaned = -0.00473285 Jy ! Component: 4050 - total flux cleaned = -0.00480393 Jy ! Total flux subtracted in 4096 components = -0.00483214 Jy ! Clean residual min=-0.000774 max=0.000774 Jy/beam ! Clean residual mean=-0.000002 rms=0.000250 Jy/beam ! Combined flux in latest and established models = 0.192002 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 427 components and 0.192002 Jy ![Exited script file: muppet] wmap "J0209-0438_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.157 x 8.386 at -5.683 degrees (North through East) ! Clean map min=-0.0022585 max=0.15415 Jy/beam ! Writing clean map to FITS file: J0209-0438_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.154155 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000244121 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.475083 0.475083 0.950166 1.90033 3.80066 7.60133 15.2027 30.4053 60.8106 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.154 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.157 x 8.386 at -5.683 degrees (North through East) ! Clean map min=-0.0022585 max=0.15415 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 J0209-0438_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:17:31 2019