! Started logfile: J0138-2711_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:40:20 2016 obs J0138-2711_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0138-2711_S_2015_03_17_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.951587 visibilities/baseline/integration-bin. ! Found source: J0138-2711 ! ! 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 14388 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 J0138-2711_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 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.897793Jy sigma=0.007660 ! Fit after self-cal, rms=0.800174Jy sigma=0.006824 ! 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.353 mas, bmaj=6.418 mas, bpa=-4.555 degrees ! Estimated noise=1055.72 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.148901 Jy ! Component: 100 - total flux cleaned = 0.188887 Jy ! Total flux subtracted in 100 components = 0.188887 Jy ! Clean residual min=-0.006717 max=0.016491 Jy/beam ! Clean residual mean=-0.000051 rms=0.002008 Jy/beam ! Combined flux in latest and established models = 0.188887 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.188887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109093Jy sigma=0.000853 ! Fit after self-cal, rms=0.109057Jy sigma=0.000853 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.017485 Jy ! Component: 100 - total flux cleaned = 0.0276983 Jy ! Total flux subtracted in 100 components = 0.0276983 Jy ! Clean residual min=-0.006264 max=0.008720 Jy/beam ! Clean residual mean=-0.000024 rms=0.001561 Jy/beam ! Combined flux in latest and established models = 0.216585 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.216585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104307Jy sigma=0.000814 ! Fit after self-cal, rms=0.104293Jy sigma=0.000813 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.957 mas, bmaj=7.685 mas, bpa=-5.386 degrees ! Estimated noise=705.234 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, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0127772 Jy ! Component: 100 - total flux cleaned = 0.0202619 Jy ! Component: 150 - total flux cleaned = 0.0249204 Jy ! Component: 200 - total flux cleaned = 0.027798 Jy ! Total flux subtracted in 200 components = 0.027798 Jy ! Clean residual min=-0.006487 max=0.006345 Jy/beam ! Clean residual mean=-0.000015 rms=0.001469 Jy/beam ! Combined flux in latest and established models = 0.244383 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 66 components and 0.244383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102310Jy sigma=0.000801 ! Fit after self-cal, rms=0.102287Jy sigma=0.000801 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.84 HN 1.11 KP 1.10 ! LA 0.98 MK 0.98 NL 0.91 OV 1.01 ! PT 1.05 SC 0.97 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.89 HN 1.19 KP 1.09 ! LA 0.95 MK 0.98 NL 1.01 OV 1.04 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.90 HN 1.13 KP 0.95 ! LA 0.80 MK 1.05 NL 1.15 OV 0.96 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.95 HN 1.07 KP 0.93 ! LA 0.85 MK 1.06 NL 1.02 OV 1.02 ! PT 1.05 SC 0.99 ! ! ! Fit before self-cal, rms=0.102287Jy sigma=0.000801 ! Fit after self-cal, rms=0.099249Jy sigma=0.000778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.989 mas, bmaj=7.727 mas, bpa=-5.166 degrees ! Estimated noise=709.007 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 (16, 26.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00477384 Jy ! Component: 100 - total flux cleaned = 0.00574923 Jy ! Component: 150 - total flux cleaned = 0.00592128 Jy ! Component: 200 - total flux cleaned = 0.00606494 Jy ! Total flux subtracted in 200 components = 0.00606494 Jy ! Clean residual min=-0.002888 max=0.003233 Jy/beam ! Clean residual mean=-0.000003 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.250448 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 104 components and 0.250448 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098956Jy sigma=0.000775 ! Fit after self-cal, rms=0.098913Jy sigma=0.000775 ! 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.098913Jy sigma=0.000775 ! Fit after self-cal, rms=0.099306Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.99 mas, bmaj=7.729 mas, bpa=-5.256 degrees ! Estimated noise=707.823 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000339382 Jy ! Component: 100 - total flux cleaned = 0.000634825 Jy ! Component: 150 - total flux cleaned = 0.000639122 Jy ! Component: 200 - total flux cleaned = 0.000640494 Jy ! Total flux subtracted in 200 components = 0.000640494 Jy ! Clean residual min=-0.002587 max=0.002748 Jy/beam ! Clean residual mean=-0.000004 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.251088 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 128 components and 0.251089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099244Jy sigma=0.000773 ! Fit after self-cal, rms=0.099247Jy sigma=0.000773 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 (31, 15.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00240731 Jy ! Component: 100 - total flux cleaned = 0.00344518 Jy ! Component: 150 - total flux cleaned = 0.00392558 Jy ! Component: 200 - total flux cleaned = 0.00427174 Jy ! Total flux subtracted in 200 components = 0.00427174 Jy ! Clean residual min=-0.002461 max=0.002273 Jy/beam ! Clean residual mean=-0.000002 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.25536 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 158 components and 0.25536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099173Jy sigma=0.000772 ! Fit after self-cal, rms=0.099170Jy 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.099170Jy sigma=0.000772 ! Fit after self-cal, rms=0.099652Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.992 mas, bmaj=7.734 mas, bpa=-5.28 degrees ! Estimated noise=706.773 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000217444 Jy ! Component: 100 - total flux cleaned = 2.00002e-05 Jy ! Component: 150 - total flux cleaned = 9.15238e-05 Jy ! Component: 200 - total flux cleaned = 0.000157593 Jy ! Total flux subtracted in 200 components = 0.000157593 Jy ! Clean residual min=-0.002411 max=0.002145 Jy/beam ! Clean residual mean=-0.000002 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.255518 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 177 components and 0.255518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099621Jy sigma=0.000772 ! Fit after self-cal, rms=0.099628Jy sigma=0.000772 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.72056e-05 Jy ! Component: 100 - total flux cleaned = 0.000147916 Jy ! Component: 150 - total flux cleaned = 0.000147976 Jy ! Component: 200 - total flux cleaned = 0.000147487 Jy ! Total flux subtracted in 200 components = 0.000147487 Jy ! Clean residual min=-0.002391 max=0.002110 Jy/beam ! Clean residual mean=-0.000002 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.255665 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 190 components and 0.255665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099609Jy sigma=0.000771 ! Fit after self-cal, rms=0.099607Jy 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.099607Jy sigma=0.000771 ! Fit after self-cal, rms=0.099665Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.746 mas, bmaj=18.67 mas, bpa=0.235 degrees ! Estimated noise=904.746 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000844344 Jy ! Component: 100 - total flux cleaned = 0.0010293 Jy ! Component: 150 - total flux cleaned = 0.00102791 Jy ! Component: 200 - total flux cleaned = 0.00110098 Jy ! Total flux subtracted in 200 components = 0.00110098 Jy ! Clean residual min=-0.002228 max=0.002226 Jy/beam ! Clean residual mean=-0.000003 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.256766 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 200 components and 0.256766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099659Jy sigma=0.000771 ! Fit after self-cal, rms=0.099659Jy 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.000122019 Jy ! Component: 100 - total flux cleaned = 0.00012021 Jy ! Component: 150 - total flux cleaned = 0.000140539 Jy ! Component: 200 - total flux cleaned = 0.000160048 Jy ! Total flux subtracted in 200 components = 0.000160048 Jy ! Clean residual min=-0.002198 max=0.002252 Jy/beam ! Clean residual mean=-0.000003 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.256926 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 206 components and 0.256926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099658Jy sigma=0.000771 ! Fit after self-cal, rms=0.099655Jy 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=2.993 mas, bmaj=7.737 mas, bpa=-5.278 degrees ! Estimated noise=705.628 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.993 x 7.737 at -5.278 degrees (North through East) ! Clean map min=-0.0021864 max=0.1937 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.371 mas, bmaj=6.42 mas, bpa=-4.363 degrees ! Estimated noise=1099.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.150425 Jy ! Component: 100 - total flux cleaned = 0.190029 Jy ! Component: 150 - total flux cleaned = 0.206951 Jy ! Component: 200 - total flux cleaned = 0.216585 Jy ! Total flux subtracted in 200 components = 0.216585 Jy ! Clean residual min=-0.004199 max=0.005434 Jy/beam ! Clean residual mean=-0.000028 rms=0.001066 Jy/beam ! Combined flux in latest and established models = 0.216585 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.216585 Jy ! Inverting map and beam ! Estimated beam: bmin=2.993 mas, bmaj=7.737 mas, bpa=-5.278 degrees ! Estimated noise=705.628 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.00973724 Jy ! Component: 100 - total flux cleaned = 0.0157945 Jy ! Component: 150 - total flux cleaned = 0.0201482 Jy ! Component: 200 - total flux cleaned = 0.0235525 Jy ! Total flux subtracted in 200 components = 0.0235525 Jy ! Clean residual min=-0.002862 max=0.003443 Jy/beam ! Clean residual mean=-0.000015 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.240138 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 91 components and 0.240138 Jy ! Inverting map ! Added new window around map position (5.5, 9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00353125 Jy ! Component: 100 - total flux cleaned = 0.00602982 Jy ! Component: 150 - total flux cleaned = 0.00810416 Jy ! Component: 200 - total flux cleaned = 0.00987308 Jy ! Total flux subtracted in 200 components = 0.00987308 Jy ! Clean residual min=-0.002464 max=0.001979 Jy/beam ! Clean residual mean=-0.000007 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.250011 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 138 components and 0.250011 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.746 mas, bmaj=18.67 mas, bpa=0.235 degrees ! Estimated noise=904.746 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00246408 Jy ! Component: 100 - total flux cleaned = 0.00417672 Jy ! Component: 150 - total flux cleaned = 0.00547796 Jy ! Component: 200 - total flux cleaned = 0.00644702 Jy ! Total flux subtracted in 200 components = 0.00644702 Jy ! Clean residual min=-0.001974 max=0.002096 Jy/beam ! Clean residual mean=-0.000005 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.256458 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.000460193 Jy ! Component: 100 - total flux cleaned = 0.000886469 Jy ! Component: 150 - total flux cleaned = 0.00121064 Jy ! Component: 200 - total flux cleaned = 0.00149761 Jy ! Total flux subtracted in 200 components = 0.00149761 Jy ! Clean residual min=-0.001889 max=0.001964 Jy/beam ! Clean residual mean=-0.000002 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.257956 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 176 components and 0.257956 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.993 mas, bmaj=7.737 mas, bpa=-5.278 degrees ! Estimated noise=705.628 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000951012 Jy ! Component: 100 - total flux cleaned = -0.000993672 Jy ! Component: 150 - total flux cleaned = -0.000952273 Jy ! Component: 200 - total flux cleaned = -0.000949534 Jy ! Total flux subtracted in 200 components = -0.000949534 Jy ! Clean residual min=-0.002156 max=0.001802 Jy/beam ! Clean residual mean=-0.000002 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.257006 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 197 components and 0.257006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099609Jy sigma=0.000771 ! Fit after self-cal, rms=0.099588Jy sigma=0.000771 wmodel J0138-2711_S_2015_03_17_pus_map.mod ! Writing 197 model components to file: J0138-2711_S_2015_03_17_pus_map.mod wobs J0138-2711_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0138-2711_S_2015_03_17_pus_uvs.fits wwins J0138-2711_S_2015_03_17_pus_map.win ! wwins: Wrote 5 windows to J0138-2711_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.000764302 Jy ! Component: 100 - total flux cleaned = -0.0012707 Jy ! Component: 150 - total flux cleaned = -0.00168273 Jy ! Component: 200 - total flux cleaned = -0.00201403 Jy ! Component: 250 - total flux cleaned = -0.0022468 Jy ! Component: 300 - total flux cleaned = -0.00247248 Jy ! Component: 350 - total flux cleaned = -0.00266472 Jy ! Component: 400 - total flux cleaned = -0.0027184 Jy ! Component: 450 - total flux cleaned = -0.00274498 Jy ! Component: 500 - total flux cleaned = -0.00274536 Jy ! Component: 550 - total flux cleaned = -0.00277036 Jy ! Component: 600 - total flux cleaned = -0.00274516 Jy ! Component: 650 - total flux cleaned = -0.00272076 Jy ! Component: 700 - total flux cleaned = -0.00279323 Jy ! Component: 750 - total flux cleaned = -0.00274543 Jy ! Component: 800 - total flux cleaned = -0.00281541 Jy ! Component: 850 - total flux cleaned = -0.00274606 Jy ! Component: 900 - total flux cleaned = -0.00279169 Jy ! Component: 950 - total flux cleaned = -0.00283656 Jy ! Component: 1000 - total flux cleaned = -0.00288093 Jy ! Component: 1050 - total flux cleaned = -0.00288081 Jy ! Component: 1100 - total flux cleaned = -0.00296724 Jy ! Component: 1150 - total flux cleaned = -0.00296689 Jy ! Component: 1200 - total flux cleaned = -0.00298802 Jy ! Component: 1250 - total flux cleaned = -0.00292568 Jy ! Component: 1300 - total flux cleaned = -0.00298763 Jy ! Component: 1350 - total flux cleaned = -0.00300784 Jy ! Component: 1400 - total flux cleaned = -0.00298772 Jy ! Component: 1450 - total flux cleaned = -0.00292784 Jy ! Component: 1500 - total flux cleaned = -0.00290799 Jy ! Component: 1550 - total flux cleaned = -0.00292767 Jy ! Component: 1600 - total flux cleaned = -0.00290836 Jy ! Component: 1650 - total flux cleaned = -0.00287003 Jy ! Component: 1700 - total flux cleaned = -0.00290752 Jy ! Component: 1750 - total flux cleaned = -0.00287002 Jy ! Component: 1800 - total flux cleaned = -0.00286974 Jy ! Component: 1850 - total flux cleaned = -0.00285102 Jy ! Component: 1900 - total flux cleaned = -0.00281444 Jy ! Component: 1950 - total flux cleaned = -0.0027783 Jy ! Component: 2000 - total flux cleaned = -0.00276035 Jy ! Component: 2050 - total flux cleaned = -0.00276048 Jy ! Component: 2100 - total flux cleaned = -0.00277802 Jy ! Component: 2150 - total flux cleaned = -0.00272574 Jy ! Component: 2200 - total flux cleaned = -0.00274326 Jy ! Component: 2250 - total flux cleaned = -0.00276043 Jy ! Component: 2300 - total flux cleaned = -0.00277729 Jy ! Component: 2350 - total flux cleaned = -0.00277722 Jy ! Component: 2400 - total flux cleaned = -0.00276068 Jy ! Component: 2450 - total flux cleaned = -0.00274415 Jy ! Component: 2500 - total flux cleaned = -0.00274424 Jy ! Component: 2550 - total flux cleaned = -0.00276055 Jy ! Component: 2600 - total flux cleaned = -0.00274432 Jy ! Component: 2650 - total flux cleaned = -0.00268041 Jy ! Component: 2700 - total flux cleaned = -0.00269627 Jy ! Component: 2750 - total flux cleaned = -0.00272787 Jy ! Component: 2800 - total flux cleaned = -0.00268083 Jy ! Component: 2850 - total flux cleaned = -0.00268071 Jy ! Component: 2900 - total flux cleaned = -0.00255744 Jy ! Component: 2950 - total flux cleaned = -0.00258806 Jy ! Component: 3000 - total flux cleaned = -0.0025881 Jy ! Component: 3050 - total flux cleaned = -0.00254302 Jy ! Component: 3100 - total flux cleaned = -0.00251306 Jy ! Component: 3150 - total flux cleaned = -0.00248345 Jy ! Component: 3200 - total flux cleaned = -0.0024688 Jy ! Component: 3250 - total flux cleaned = -0.00246873 Jy ! Component: 3300 - total flux cleaned = -0.00239612 Jy ! Component: 3350 - total flux cleaned = -0.002396 Jy ! Component: 3400 - total flux cleaned = -0.00232456 Jy ! Component: 3450 - total flux cleaned = -0.00236726 Jy ! Component: 3500 - total flux cleaned = -0.00228249 Jy ! Component: 3550 - total flux cleaned = -0.00228258 Jy ! Component: 3600 - total flux cleaned = -0.0022966 Jy ! Component: 3650 - total flux cleaned = -0.00224104 Jy ! Component: 3700 - total flux cleaned = -0.00218599 Jy ! Component: 3750 - total flux cleaned = -0.00217232 Jy ! Component: 3800 - total flux cleaned = -0.00209075 Jy ! Component: 3850 - total flux cleaned = -0.00206389 Jy ! Component: 3900 - total flux cleaned = -0.00195682 Jy ! Component: 3950 - total flux cleaned = -0.00186386 Jy ! Component: 4000 - total flux cleaned = -0.00185061 Jy ! Component: 4050 - total flux cleaned = -0.00175866 Jy ! Total flux subtracted in 4096 components = -0.00171966 Jy ! Clean residual min=-0.000693 max=0.000817 Jy/beam ! Clean residual mean=0.000004 rms=0.000240 Jy/beam ! Combined flux in latest and established models = 0.255286 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 505 components and 0.255286 Jy ![Exited script file: muppet] wmap "J0138-2711_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.993 x 7.737 at -5.278 degrees (North through East) ! Clean map min=-0.0017167 max=0.19677 Jy/beam ! Writing clean map to FITS file: J0138-2711_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.196768 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000238915 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.36426 0.36426 0.72852 1.45704 2.91408 5.82816 11.6563 23.3126 46.6253 93.2505 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.196 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.993 x 7.737 at -5.278 degrees (North through East) ! Clean map min=-0.0017167 max=0.19677 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 J0138-2711_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:40:27 2016