! Started logfile: J0208-0047_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:42:41 2016 obs J0208-0047_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0208-0047_S_2015_03_17_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.865328 visibilities/baseline/integration-bin. ! Found source: J0208-0047 ! ! 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 330 lines of history. ! ! Reading 12928 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 J0208-0047_S_2015_03_17_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 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.830910Jy sigma=0.008640 ! Fit after self-cal, rms=0.777907Jy sigma=0.008076 ! 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.269 mas, bmaj=6.935 mas, bpa=3.973 degrees ! Estimated noise=914.157 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.165946 Jy ! Component: 100 - total flux cleaned = 0.210833 Jy ! Total flux subtracted in 100 components = 0.210833 Jy ! Clean residual min=-0.010420 max=0.019771 Jy/beam ! Clean residual mean=0.000097 rms=0.002660 Jy/beam ! Combined flux in latest and established models = 0.210833 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.210833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094793Jy sigma=0.000906 ! Fit after self-cal, rms=0.094760Jy sigma=0.000906 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0222447 Jy ! Component: 100 - total flux cleaned = 0.0352947 Jy ! Total flux subtracted in 100 components = 0.0352947 Jy ! Clean residual min=-0.008074 max=0.009119 Jy/beam ! Clean residual mean=0.000063 rms=0.001819 Jy/beam ! Combined flux in latest and established models = 0.246128 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 38 components and 0.246128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087238Jy sigma=0.000836 ! Fit after self-cal, rms=0.087213Jy sigma=0.000836 ! 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.897 mas, bmaj=8.069 mas, bpa=4.83 degrees ! Estimated noise=609.76 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (3.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0129721 Jy ! Component: 100 - total flux cleaned = 0.0207445 Jy ! Component: 150 - total flux cleaned = 0.0259518 Jy ! Component: 200 - total flux cleaned = 0.0296926 Jy ! Total flux subtracted in 200 components = 0.0296926 Jy ! Clean residual min=-0.006679 max=0.005804 Jy/beam ! Clean residual mean=0.000053 rms=0.001530 Jy/beam ! Combined flux in latest and established models = 0.27582 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 81 components and 0.275821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084631Jy sigma=0.000817 ! Fit after self-cal, rms=0.084581Jy sigma=0.000816 ! 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.01 FD 0.89 HN 0.98 KP 1.07 ! LA 0.98 MK 1.02 NL 0.91 OV 1.02 ! PT 1.06 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.92 HN 1.05 KP 1.06 ! LA 0.96 MK 1.07 NL 1.01 OV 1.04 ! PT 1.05 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.93 HN 1.07 KP 0.94 ! LA 0.78 MK 1.12 NL 1.15 OV 0.97 ! PT 1.03 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.94 HN 0.99 KP 0.92 ! LA 0.84 MK 1.07 NL 1.02 OV 1.03 ! PT 1.07 SC 1.02 ! ! ! Fit before self-cal, rms=0.084581Jy sigma=0.000816 ! Fit after self-cal, rms=0.078753Jy sigma=0.000778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.951 mas, bmaj=8.194 mas, bpa=5.254 degrees ! Estimated noise=610.887 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.00238066 Jy ! Component: 100 - total flux cleaned = -0.00260228 Jy ! Component: 150 - total flux cleaned = -0.00276376 Jy ! Component: 200 - total flux cleaned = -0.00285152 Jy ! Total flux subtracted in 200 components = -0.00285152 Jy ! Clean residual min=-0.003731 max=0.003932 Jy/beam ! Clean residual mean=0.000002 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.272969 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 95 components and 0.272969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078624Jy sigma=0.000777 ! Fit after self-cal, rms=0.078577Jy sigma=0.000777 ! 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.078577Jy sigma=0.000777 ! Fit after self-cal, rms=0.078120Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.959 mas, bmaj=8.195 mas, bpa=5.344 degrees ! Estimated noise=610.941 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00030504 Jy ! Component: 100 - total flux cleaned = -0.000518103 Jy ! Component: 150 - total flux cleaned = -0.000589149 Jy ! Component: 200 - total flux cleaned = -0.000559974 Jy ! Total flux subtracted in 200 components = -0.000559974 Jy ! Clean residual min=-0.003316 max=0.003356 Jy/beam ! Clean residual mean=0.000003 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.272409 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 110 components and 0.272409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078081Jy sigma=0.000774 ! Fit after self-cal, rms=0.078079Jy sigma=0.000774 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 (17.5, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00354922 Jy ! Component: 100 - total flux cleaned = 0.00556587 Jy ! Component: 150 - total flux cleaned = 0.00696047 Jy ! Component: 200 - total flux cleaned = 0.00793373 Jy ! Total flux subtracted in 200 components = 0.00793373 Jy ! Clean residual min=-0.002822 max=0.002278 Jy/beam ! Clean residual mean=-0.000005 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.280343 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 138 components and 0.280343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077909Jy sigma=0.000772 ! Fit after self-cal, rms=0.077898Jy sigma=0.000772 ! 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.077898Jy sigma=0.000772 ! Fit after self-cal, rms=0.077801Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.965 mas, bmaj=8.211 mas, bpa=5.461 degrees ! Estimated noise=609.869 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125054 Jy ! Component: 100 - total flux cleaned = 0.00166988 Jy ! Component: 150 - total flux cleaned = 0.0019428 Jy ! Component: 200 - total flux cleaned = 0.00225719 Jy ! Total flux subtracted in 200 components = 0.00225719 Jy ! Clean residual min=-0.002548 max=0.002173 Jy/beam ! Clean residual mean=-0.000006 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.2826 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 148 components and 0.2826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077763Jy sigma=0.000771 ! Fit after self-cal, rms=0.077762Jy sigma=0.000771 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.000525017 Jy ! Component: 100 - total flux cleaned = 0.00069581 Jy ! Component: 150 - total flux cleaned = 0.000848292 Jy ! Component: 200 - total flux cleaned = 0.000928914 Jy ! Total flux subtracted in 200 components = 0.000928914 Jy ! Clean residual min=-0.002477 max=0.002100 Jy/beam ! Clean residual mean=-0.000007 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.283529 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 157 components and 0.283529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077750Jy sigma=0.000771 ! Fit after self-cal, rms=0.077750Jy sigma=0.000771 ! 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.077750Jy sigma=0.000771 ! Fit after self-cal, rms=0.077717Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.617 mas, bmaj=12.19 mas, bpa=-3.074 degrees ! Estimated noise=712.284 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000746789 Jy ! Component: 100 - total flux cleaned = 0.000936193 Jy ! Component: 150 - total flux cleaned = 0.00111333 Jy ! Component: 200 - total flux cleaned = 0.00127685 Jy ! Total flux subtracted in 200 components = 0.00127685 Jy ! Clean residual min=-0.002237 max=0.002955 Jy/beam ! Clean residual mean=-0.000014 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.284806 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 184 components and 0.284806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077709Jy sigma=0.000771 ! Fit after self-cal, rms=0.077708Jy sigma=0.000771 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.000286932 Jy ! Component: 100 - total flux cleaned = 0.000420448 Jy ! Component: 150 - total flux cleaned = 0.000532245 Jy ! Component: 200 - total flux cleaned = 0.000564698 Jy ! Total flux subtracted in 200 components = 0.000564698 Jy ! Clean residual min=-0.002185 max=0.002968 Jy/beam ! Clean residual mean=-0.000015 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.285371 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 192 components and 0.285371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077706Jy sigma=0.000771 ! Fit after self-cal, rms=0.077706Jy sigma=0.000771 ! 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.969 mas, bmaj=8.221 mas, bpa=5.546 degrees ! Estimated noise=609.455 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.969 x 8.221 at 5.546 degrees (North through East) ! Clean map min=-0.002269 max=0.21829 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.319 mas, bmaj=7.062 mas, bpa=4.924 degrees ! Estimated noise=921.327 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.167149 Jy ! Component: 100 - total flux cleaned = 0.210853 Jy ! Component: 150 - total flux cleaned = 0.231037 Jy ! Component: 200 - total flux cleaned = 0.242537 Jy ! Total flux subtracted in 200 components = 0.242537 Jy ! Clean residual min=-0.004763 max=0.006205 Jy/beam ! Clean residual mean=0.000031 rms=0.001275 Jy/beam ! Combined flux in latest and established models = 0.242537 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.242537 Jy ! Inverting map and beam ! Estimated beam: bmin=3.969 mas, bmaj=8.221 mas, bpa=5.546 degrees ! Estimated noise=609.455 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.0104667 Jy ! Component: 100 - total flux cleaned = 0.0168494 Jy ! Component: 150 - total flux cleaned = 0.0215532 Jy ! Component: 200 - total flux cleaned = 0.0253001 Jy ! Total flux subtracted in 200 components = 0.0253001 Jy ! Clean residual min=-0.003057 max=0.002978 Jy/beam ! Clean residual mean=0.000011 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.267837 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 86 components and 0.267837 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.617 mas, bmaj=12.19 mas, bpa=-3.074 degrees ! Estimated noise=712.284 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00474182 Jy ! Component: 100 - total flux cleaned = 0.00814214 Jy ! Component: 150 - total flux cleaned = 0.0107051 Jy ! Component: 200 - total flux cleaned = 0.0123262 Jy ! Total flux subtracted in 200 components = 0.0123262 Jy ! Clean residual min=-0.002861 max=0.002679 Jy/beam ! Clean residual mean=-0.000003 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.280163 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.00111366 Jy ! Component: 100 - total flux cleaned = 0.00183052 Jy ! Component: 150 - total flux cleaned = 0.0023527 Jy ! Component: 200 - total flux cleaned = 0.00284869 Jy ! Total flux subtracted in 200 components = 0.00284869 Jy ! Clean residual min=-0.002537 max=0.002478 Jy/beam ! Clean residual mean=-0.000008 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.283012 Jy ! Adding 104 model components to the UV plane model. ! The established model now contains 182 components and 0.283012 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.969 mas, bmaj=8.221 mas, bpa=5.546 degrees ! Estimated noise=609.455 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000482991 Jy ! Component: 100 - total flux cleaned = 0.00081387 Jy ! Component: 150 - total flux cleaned = 0.00113853 Jy ! Component: 200 - total flux cleaned = 0.00121058 Jy ! Total flux subtracted in 200 components = 0.00121058 Jy ! Clean residual min=-0.002061 max=0.002072 Jy/beam ! Clean residual mean=-0.000006 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.284223 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 205 components and 0.284223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077746Jy sigma=0.000771 ! Fit after self-cal, rms=0.077735Jy sigma=0.000771 wmodel J0208-0047_S_2015_03_17_pus_map.mod ! Writing 205 model components to file: J0208-0047_S_2015_03_17_pus_map.mod wobs J0208-0047_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0208-0047_S_2015_03_17_pus_uvs.fits wwins J0208-0047_S_2015_03_17_pus_map.win ! wwins: Wrote 3 windows to J0208-0047_S_2015_03_17_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.000538333 Jy ! Component: 100 - total flux cleaned = -0.000855159 Jy ! Component: 150 - total flux cleaned = -0.00111742 Jy ! Component: 200 - total flux cleaned = -0.00127495 Jy ! Component: 250 - total flux cleaned = -0.00145608 Jy ! Component: 300 - total flux cleaned = -0.00157219 Jy ! Component: 350 - total flux cleaned = -0.00162823 Jy ! Component: 400 - total flux cleaned = -0.00168182 Jy ! Component: 450 - total flux cleaned = -0.00170812 Jy ! Component: 500 - total flux cleaned = -0.00175962 Jy ! Component: 550 - total flux cleaned = -0.0018099 Jy ! Component: 600 - total flux cleaned = -0.00185975 Jy ! Component: 650 - total flux cleaned = -0.00190861 Jy ! Component: 700 - total flux cleaned = -0.00195654 Jy ! Component: 750 - total flux cleaned = -0.00195654 Jy ! Component: 800 - total flux cleaned = -0.0019103 Jy ! Component: 850 - total flux cleaned = -0.00193289 Jy ! Component: 900 - total flux cleaned = -0.00191053 Jy ! Component: 950 - total flux cleaned = -0.00191061 Jy ! Component: 1000 - total flux cleaned = -0.00188918 Jy ! Component: 1050 - total flux cleaned = -0.00193239 Jy ! Component: 1100 - total flux cleaned = -0.00186917 Jy ! Component: 1150 - total flux cleaned = -0.00193143 Jy ! Component: 1200 - total flux cleaned = -0.00189058 Jy ! Component: 1250 - total flux cleaned = -0.00189054 Jy ! Component: 1300 - total flux cleaned = -0.00193 Jy ! Component: 1350 - total flux cleaned = -0.00193035 Jy ! Component: 1400 - total flux cleaned = -0.00196925 Jy ! Component: 1450 - total flux cleaned = -0.0020073 Jy ! Component: 1500 - total flux cleaned = -0.00202613 Jy ! Component: 1550 - total flux cleaned = -0.00206348 Jy ! Component: 1600 - total flux cleaned = -0.00209996 Jy ! Component: 1650 - total flux cleaned = -0.00211827 Jy ! Component: 1700 - total flux cleaned = -0.00215419 Jy ! Component: 1750 - total flux cleaned = -0.00215434 Jy ! Component: 1800 - total flux cleaned = -0.00220701 Jy ! Component: 1850 - total flux cleaned = -0.00222434 Jy ! Component: 1900 - total flux cleaned = -0.00219011 Jy ! Component: 1950 - total flux cleaned = -0.00219 Jy ! Component: 2000 - total flux cleaned = -0.00220699 Jy ! Component: 2050 - total flux cleaned = -0.00225683 Jy ! Component: 2100 - total flux cleaned = -0.00220735 Jy ! Component: 2150 - total flux cleaned = -0.00220735 Jy ! Component: 2200 - total flux cleaned = -0.00219106 Jy ! Component: 2250 - total flux cleaned = -0.00220729 Jy ! Component: 2300 - total flux cleaned = -0.00222311 Jy ! Component: 2350 - total flux cleaned = -0.00219192 Jy ! Component: 2400 - total flux cleaned = -0.0022073 Jy ! Component: 2450 - total flux cleaned = -0.00217683 Jy ! Component: 2500 - total flux cleaned = -0.00223786 Jy ! Component: 2550 - total flux cleaned = -0.00225286 Jy ! Component: 2600 - total flux cleaned = -0.00222298 Jy ! Component: 2650 - total flux cleaned = -0.00226733 Jy ! Component: 2700 - total flux cleaned = -0.00222341 Jy ! Component: 2750 - total flux cleaned = -0.00229599 Jy ! Component: 2800 - total flux cleaned = -0.00225277 Jy ! Component: 2850 - total flux cleaned = -0.00228126 Jy ! Component: 2900 - total flux cleaned = -0.00228097 Jy ! Component: 2950 - total flux cleaned = -0.00230883 Jy ! Component: 3000 - total flux cleaned = -0.00229486 Jy ! Component: 3050 - total flux cleaned = -0.00233616 Jy ! Component: 3100 - total flux cleaned = -0.00234969 Jy ! Component: 3150 - total flux cleaned = -0.00233609 Jy ! Component: 3200 - total flux cleaned = -0.00238987 Jy ! Component: 3250 - total flux cleaned = -0.00242958 Jy ! Component: 3300 - total flux cleaned = -0.00245592 Jy ! Component: 3350 - total flux cleaned = -0.00246921 Jy ! Component: 3400 - total flux cleaned = -0.00249534 Jy ! Component: 3450 - total flux cleaned = -0.00253406 Jy ! Component: 3500 - total flux cleaned = -0.00259808 Jy ! Component: 3550 - total flux cleaned = -0.00262333 Jy ! Component: 3600 - total flux cleaned = -0.00268628 Jy ! Component: 3650 - total flux cleaned = -0.00268635 Jy ! Component: 3700 - total flux cleaned = -0.002773 Jy ! Component: 3750 - total flux cleaned = -0.00277317 Jy ! Component: 3800 - total flux cleaned = -0.00280972 Jy ! Component: 3850 - total flux cleaned = -0.00287016 Jy ! Component: 3900 - total flux cleaned = -0.0029063 Jy ! Component: 3950 - total flux cleaned = -0.00295396 Jy ! Component: 4000 - total flux cleaned = -0.00296582 Jy ! Component: 4050 - total flux cleaned = -0.00297748 Jy ! Total flux subtracted in 4096 components = -0.00302407 Jy ! Clean residual min=-0.000734 max=0.000643 Jy/beam ! Clean residual mean=0.000001 rms=0.000221 Jy/beam ! Combined flux in latest and established models = 0.281199 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 501 components and 0.281199 Jy ![Exited script file: muppet] wmap "J0208-0047_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.969 x 8.221 at 5.546 degrees (North through East) ! Clean map min=-0.0013303 max=0.22004 Jy/beam ! Writing clean map to FITS file: J0208-0047_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.220036 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000219929 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.299854 0.299854 0.599708 1.19942 2.39883 4.79766 9.59532 19.1906 38.3813 76.7626 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.22 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.969 x 8.221 at 5.546 degrees (North through East) ! Clean map min=-0.0013303 max=0.22004 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 J0208-0047_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:42:48 2016