! Started logfile: J0614-2536_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:08:01 2017 obs J0614-2536_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0614-2536_S_2015_01_23_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.964522 visibilities/baseline/integration-bin. ! Found source: J0614-2536 ! ! 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 338 lines of history. ! ! Reading 9896 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 J0614-2536_S_2015_01_23_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 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.811716Jy sigma=0.007325 ! Fit after self-cal, rms=0.792983Jy sigma=0.007199 ! 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.395 mas, bmaj=6.502 mas, bpa=-4.272 degrees ! Estimated noise=1131.39 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.158001 Jy ! Component: 100 - total flux cleaned = 0.199703 Jy ! Total flux subtracted in 100 components = 0.199703 Jy ! Clean residual min=-0.012656 max=0.024017 Jy/beam ! Clean residual mean=0.000002 rms=0.003495 Jy/beam ! Combined flux in latest and established models = 0.199703 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.199703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156122Jy sigma=0.001056 ! Fit after self-cal, rms=0.156057Jy sigma=0.001055 ! Inverting map ! Added new window around map position (-5, -3.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0248208 Jy ! Component: 100 - total flux cleaned = 0.0419984 Jy ! Total flux subtracted in 100 components = 0.0419984 Jy ! Clean residual min=-0.010763 max=0.014951 Jy/beam ! Clean residual mean=0.000000 rms=0.002667 Jy/beam ! Combined flux in latest and established models = 0.241701 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 25 components and 0.241701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148370Jy sigma=0.000947 ! Fit after self-cal, rms=0.148035Jy sigma=0.000943 ! 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.852 mas, bmaj=7.497 mas, bpa=-5.609 degrees ! Estimated noise=866.412 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.0298867 Jy ! Component: 100 - total flux cleaned = 0.0492488 Jy ! Component: 150 - total flux cleaned = 0.0625568 Jy ! Component: 200 - total flux cleaned = 0.0718686 Jy ! Total flux subtracted in 200 components = 0.0718686 Jy ! Clean residual min=-0.008561 max=0.013919 Jy/beam ! Clean residual mean=-0.000040 rms=0.002473 Jy/beam ! Combined flux in latest and established models = 0.31357 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 68 components and 0.31357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141547Jy sigma=0.000846 ! Fit after self-cal, rms=0.141180Jy sigma=0.000841 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00* HN 1.03 KP 1.08 ! LA 0.97 MK 1.02 NL 1.17 OV 0.94 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.28 HN 1.10 KP 1.00 ! LA 0.93 MK 1.04 NL 1.27 OV 1.00 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.00* HN 1.09 KP 0.87 ! LA 0.76 MK 1.05 NL 1.11 OV 0.95 ! PT 0.95 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00* HN 1.05 KP 0.80 ! LA 0.82 MK 1.01 NL 1.03 OV 0.96 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.141180Jy sigma=0.000841 ! Fit after self-cal, rms=0.166381Jy sigma=0.000787 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.893 mas, bmaj=7.567 mas, bpa=-5.274 degrees ! Estimated noise=864.484 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 (-9.5, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00810834 Jy ! Component: 100 - total flux cleaned = 0.00965813 Jy ! Component: 150 - total flux cleaned = 0.0102777 Jy ! Component: 200 - total flux cleaned = 0.0107676 Jy ! Total flux subtracted in 200 components = 0.0107676 Jy ! Clean residual min=-0.003049 max=0.003600 Jy/beam ! Clean residual mean=0.000001 rms=0.000875 Jy/beam ! Combined flux in latest and established models = 0.324337 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 102 components and 0.324337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166030Jy sigma=0.000780 ! Fit after self-cal, rms=0.166120Jy sigma=0.000779 ! 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.166120Jy sigma=0.000779 ! Fit after self-cal, rms=0.165163Jy sigma=0.000777 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.886 mas, bmaj=7.545 mas, bpa=-5.284 degrees ! Estimated noise=860.432 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00289814 Jy ! Component: 100 - total flux cleaned = 0.0034912 Jy ! Component: 150 - total flux cleaned = 0.0037026 Jy ! Component: 200 - total flux cleaned = 0.00382416 Jy ! Total flux subtracted in 200 components = 0.00382416 Jy ! Clean residual min=-0.002429 max=0.002653 Jy/beam ! Clean residual mean=0.000001 rms=0.000708 Jy/beam ! Combined flux in latest and established models = 0.328162 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 120 components and 0.328162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.165078Jy sigma=0.000776 ! Fit after self-cal, rms=0.165067Jy sigma=0.000776 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.00110897 Jy ! Component: 100 - total flux cleaned = 0.00133308 Jy ! Component: 150 - total flux cleaned = 0.00138212 Jy ! Component: 200 - total flux cleaned = 0.00142827 Jy ! Total flux subtracted in 200 components = 0.00142827 Jy ! Clean residual min=-0.002370 max=0.002570 Jy/beam ! Clean residual mean=0.000001 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.32959 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 134 components and 0.32959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.165029Jy sigma=0.000775 ! Fit after self-cal, rms=0.165033Jy sigma=0.000775 ! 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.165033Jy sigma=0.000775 ! Fit after self-cal, rms=0.163616Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.884 mas, bmaj=7.533 mas, bpa=-5.29 degrees ! Estimated noise=858.474 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000995692 Jy ! Component: 100 - total flux cleaned = 0.00115853 Jy ! Component: 150 - total flux cleaned = 0.00123026 Jy ! Component: 200 - total flux cleaned = 0.00126333 Jy ! Total flux subtracted in 200 components = 0.00126333 Jy ! Clean residual min=-0.002351 max=0.002481 Jy/beam ! Clean residual mean=-0.000002 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.330853 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 143 components and 0.330853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163593Jy sigma=0.000774 ! Fit after self-cal, rms=0.163590Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000344908 Jy ! Component: 100 - total flux cleaned = 0.000435238 Jy ! Component: 150 - total flux cleaned = 0.000408799 Jy ! Component: 200 - total flux cleaned = 0.000434152 Jy ! Total flux subtracted in 200 components = 0.000434152 Jy ! Clean residual min=-0.002327 max=0.002466 Jy/beam ! Clean residual mean=-0.000002 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.331288 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 152 components and 0.331288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163578Jy sigma=0.000774 ! Fit after self-cal, rms=0.163581Jy sigma=0.000774 ! 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.163581Jy sigma=0.000774 ! Fit after self-cal, rms=0.163258Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.376 mas, bmaj=17.59 mas, bpa=-1.34 degrees ! Estimated noise=1130.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000425531 Jy ! Component: 100 - total flux cleaned = 0.000570434 Jy ! Component: 150 - total flux cleaned = 0.000688878 Jy ! Component: 200 - total flux cleaned = 0.000793823 Jy ! Total flux subtracted in 200 components = 0.000793823 Jy ! Clean residual min=-0.002462 max=0.002676 Jy/beam ! Clean residual mean=-0.000008 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.332081 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 165 components and 0.332081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163250Jy sigma=0.000774 ! Fit after self-cal, rms=0.163254Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000223329 Jy ! Component: 100 - total flux cleaned = 0.000324358 Jy ! Component: 150 - total flux cleaned = 0.000396672 Jy ! Component: 200 - total flux cleaned = 0.000465764 Jy ! Total flux subtracted in 200 components = 0.000465764 Jy ! Clean residual min=-0.002457 max=0.002631 Jy/beam ! Clean residual mean=-0.000007 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.332547 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 173 components and 0.332547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163249Jy sigma=0.000774 ! Fit after self-cal, rms=0.163253Jy sigma=0.000774 ! 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.883 mas, bmaj=7.531 mas, bpa=-5.283 degrees ! Estimated noise=857.547 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.883 x 7.531 at -5.283 degrees (North through East) ! Clean map min=-0.0022463 max=0.20608 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.402 mas, bmaj=6.484 mas, bpa=-3.874 degrees ! Estimated noise=1135.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.157983 Jy ! Component: 100 - total flux cleaned = 0.202162 Jy ! Component: 150 - total flux cleaned = 0.227848 Jy ! Component: 200 - total flux cleaned = 0.246427 Jy ! Total flux subtracted in 200 components = 0.246427 Jy ! Clean residual min=-0.006548 max=0.010807 Jy/beam ! Clean residual mean=0.000005 rms=0.001990 Jy/beam ! Combined flux in latest and established models = 0.246427 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.246427 Jy ! Inverting map and beam ! Estimated beam: bmin=2.883 mas, bmaj=7.531 mas, bpa=-5.283 degrees ! Estimated noise=857.547 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) ! Added new window around map position (-4.5, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0249555 Jy ! Component: 100 - total flux cleaned = 0.0409936 Jy ! Component: 150 - total flux cleaned = 0.0518862 Jy ! Component: 200 - total flux cleaned = 0.05961 Jy ! Total flux subtracted in 200 components = 0.05961 Jy ! Clean residual min=-0.003444 max=0.004392 Jy/beam ! Clean residual mean=-0.000012 rms=0.001152 Jy/beam ! Combined flux in latest and established models = 0.306037 Jy ! Adding 108 model components to the UV plane model. ! The established model now contains 127 components and 0.306037 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.376 mas, bmaj=17.59 mas, bpa=-1.34 degrees ! Estimated noise=1130.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101798 Jy ! Component: 100 - total flux cleaned = 0.0157984 Jy ! Component: 150 - total flux cleaned = 0.0192814 Jy ! Component: 200 - total flux cleaned = 0.021605 Jy ! Total flux subtracted in 200 components = 0.021605 Jy ! Clean residual min=-0.002652 max=0.002666 Jy/beam ! Clean residual mean=-0.000014 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.327642 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.00158472 Jy ! Component: 100 - total flux cleaned = 0.00267658 Jy ! Component: 150 - total flux cleaned = 0.00327628 Jy ! Component: 200 - total flux cleaned = 0.00348834 Jy ! Total flux subtracted in 200 components = 0.00348834 Jy ! Clean residual min=-0.002445 max=0.002717 Jy/beam ! Clean residual mean=-0.000010 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.33113 Jy ! Adding 85 model components to the UV plane model. ! The established model now contains 202 components and 0.33113 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.883 mas, bmaj=7.531 mas, bpa=-5.283 degrees ! Estimated noise=857.547 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000373046 Jy ! Component: 100 - total flux cleaned = -0.000282618 Jy ! Component: 150 - total flux cleaned = -0.000203552 Jy ! Component: 200 - total flux cleaned = -0.000100301 Jy ! Total flux subtracted in 200 components = -0.000100301 Jy ! Clean residual min=-0.002341 max=0.002545 Jy/beam ! Clean residual mean=-0.000003 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.33103 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 216 components and 0.33103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163243Jy sigma=0.000774 ! Fit after self-cal, rms=0.163215Jy sigma=0.000774 wmodel J0614-2536_S_2015_01_23_pus_map.mod ! Writing 216 model components to file: J0614-2536_S_2015_01_23_pus_map.mod wobs J0614-2536_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0614-2536_S_2015_01_23_pus_uvs.fits wwins J0614-2536_S_2015_01_23_pus_map.win ! wwins: Wrote 4 windows to J0614-2536_S_2015_01_23_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.000646773 Jy ! Component: 100 - total flux cleaned = 0.000773282 Jy ! Component: 150 - total flux cleaned = 0.000893577 Jy ! Component: 200 - total flux cleaned = 0.00112609 Jy ! Component: 250 - total flux cleaned = 0.00138882 Jy ! Component: 300 - total flux cleaned = 0.0014989 Jy ! Component: 350 - total flux cleaned = 0.00171173 Jy ! Component: 400 - total flux cleaned = 0.00177998 Jy ! Component: 450 - total flux cleaned = 0.00181338 Jy ! Component: 500 - total flux cleaned = 0.00168185 Jy ! Component: 550 - total flux cleaned = 0.00171444 Jy ! Component: 600 - total flux cleaned = 0.00168257 Jy ! Component: 650 - total flux cleaned = 0.00165186 Jy ! Component: 700 - total flux cleaned = 0.00168246 Jy ! Component: 750 - total flux cleaned = 0.00171258 Jy ! Component: 800 - total flux cleaned = 0.00168365 Jy ! Component: 850 - total flux cleaned = 0.00165571 Jy ! Component: 900 - total flux cleaned = 0.00177056 Jy ! Component: 950 - total flux cleaned = 0.00174214 Jy ! Component: 1000 - total flux cleaned = 0.00177013 Jy ! Component: 1050 - total flux cleaned = 0.0017703 Jy ! Component: 1100 - total flux cleaned = 0.00182464 Jy ! Component: 1150 - total flux cleaned = 0.00190482 Jy ! Component: 1200 - total flux cleaned = 0.00201014 Jy ! Component: 1250 - total flux cleaned = 0.00211386 Jy ! Component: 1300 - total flux cleaned = 0.00208778 Jy ! Component: 1350 - total flux cleaned = 0.00218988 Jy ! Component: 1400 - total flux cleaned = 0.00218948 Jy ! Component: 1450 - total flux cleaned = 0.00218959 Jy ! Component: 1500 - total flux cleaned = 0.00221427 Jy ! Component: 1550 - total flux cleaned = 0.00223848 Jy ! Component: 1600 - total flux cleaned = 0.00216607 Jy ! Component: 1650 - total flux cleaned = 0.00219008 Jy ! Component: 1700 - total flux cleaned = 0.00223739 Jy ! Component: 1750 - total flux cleaned = 0.00226075 Jy ! Component: 1800 - total flux cleaned = 0.00230734 Jy ! Component: 1850 - total flux cleaned = 0.0023307 Jy ! Component: 1900 - total flux cleaned = 0.00237611 Jy ! Component: 1950 - total flux cleaned = 0.00244379 Jy ! Component: 2000 - total flux cleaned = 0.00251099 Jy ! Component: 2050 - total flux cleaned = 0.00262219 Jy ! Component: 2100 - total flux cleaned = 0.0026443 Jy ! Component: 2150 - total flux cleaned = 0.00266608 Jy ! Component: 2200 - total flux cleaned = 0.00275305 Jy ! Component: 2250 - total flux cleaned = 0.0029035 Jy ! Component: 2300 - total flux cleaned = 0.00290285 Jy ! Component: 2350 - total flux cleaned = 0.0029028 Jy ! Component: 2400 - total flux cleaned = 0.0030498 Jy ! Component: 2450 - total flux cleaned = 0.00300809 Jy ! Component: 2500 - total flux cleaned = 0.00309086 Jy ! Component: 2550 - total flux cleaned = 0.00313206 Jy ! Component: 2600 - total flux cleaned = 0.00319327 Jy ! Component: 2650 - total flux cleaned = 0.00317302 Jy ! Component: 2700 - total flux cleaned = 0.00321327 Jy ! Component: 2750 - total flux cleaned = 0.00331296 Jy ! Component: 2800 - total flux cleaned = 0.00331298 Jy ! Component: 2850 - total flux cleaned = 0.00337192 Jy ! Component: 2900 - total flux cleaned = 0.00337168 Jy ! Component: 2950 - total flux cleaned = 0.00346864 Jy ! Component: 3000 - total flux cleaned = 0.00342985 Jy ! Component: 3050 - total flux cleaned = 0.00344926 Jy ! Component: 3100 - total flux cleaned = 0.00358276 Jy ! Component: 3150 - total flux cleaned = 0.00360173 Jy ! Component: 3200 - total flux cleaned = 0.00365816 Jy ! Component: 3250 - total flux cleaned = 0.00371419 Jy ! Component: 3300 - total flux cleaned = 0.00373298 Jy ! Component: 3350 - total flux cleaned = 0.00386238 Jy ! Component: 3400 - total flux cleaned = 0.00395392 Jy ! Component: 3450 - total flux cleaned = 0.00399042 Jy ! Component: 3500 - total flux cleaned = 0.0041355 Jy ! Component: 3550 - total flux cleaned = 0.00418959 Jy ! Component: 3600 - total flux cleaned = 0.00424338 Jy ! Component: 3650 - total flux cleaned = 0.00426115 Jy ! Component: 3700 - total flux cleaned = 0.00433187 Jy ! Component: 3750 - total flux cleaned = 0.00445515 Jy ! Component: 3800 - total flux cleaned = 0.00454267 Jy ! Component: 3850 - total flux cleaned = 0.00466445 Jy ! Component: 3900 - total flux cleaned = 0.00475098 Jy ! Component: 3950 - total flux cleaned = 0.00471647 Jy ! Component: 4000 - total flux cleaned = 0.00476783 Jy ! Component: 4050 - total flux cleaned = 0.00490402 Jy ! Total flux subtracted in 4096 components = 0.00500558 Jy ! Clean residual min=-0.001266 max=0.001138 Jy/beam ! Clean residual mean=0.000003 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.336036 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 520 components and 0.336036 Jy ![Exited script file: muppet] wmap "J0614-2536_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.883 x 7.531 at -5.283 degrees (North through East) ! Clean map min=-0.0019073 max=0.20928 Jy/beam ! Writing clean map to FITS file: J0614-2536_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.209279 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000308536 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.442286 0.442286 0.884571 1.76914 3.53829 7.07657 14.1531 28.3063 56.6126 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.209 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.883 x 7.531 at -5.283 degrees (North through East) ! Clean map min=-0.0019073 max=0.20928 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 J0614-2536_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:08:06 2017