! Started logfile: J2201+0312_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:48:55 2016 obs J2201+0312_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J2201+0312_S_2014_12_20_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.856349 visibilities/baseline/integration-bin. ! Found source: J2201+0312 ! ! 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 344 lines of history. ! ! Reading 8632 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 J2201+0312_S_2014_12_20_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 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.875368Jy sigma=0.009841 ! Fit after self-cal, rms=0.864881Jy sigma=0.009725 ! 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.757 mas, bmaj=7.449 mas, bpa=-8.855 degrees ! Estimated noise=832.758 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.099074 Jy ! Component: 100 - total flux cleaned = 0.137058 Jy ! Total flux subtracted in 100 components = 0.137058 Jy ! Clean residual min=-0.006194 max=0.017284 Jy/beam ! Clean residual mean=-0.000005 rms=0.002078 Jy/beam ! Combined flux in latest and established models = 0.137058 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.137058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089463Jy sigma=0.000893 ! Fit after self-cal, rms=0.089108Jy sigma=0.000889 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0201938 Jy ! Component: 100 - total flux cleaned = 0.0305979 Jy ! Total flux subtracted in 100 components = 0.0305979 Jy ! Clean residual min=-0.004003 max=0.006128 Jy/beam ! Clean residual mean=-0.000003 rms=0.001151 Jy/beam ! Combined flux in latest and established models = 0.167656 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 24 components and 0.167656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082797Jy sigma=0.000823 ! Fit after self-cal, rms=0.082752Jy sigma=0.000822 ! 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.336 mas, bmaj=8.313 mas, bpa=-7.912 degrees ! Estimated noise=690.629 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, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00888092 Jy ! Component: 100 - total flux cleaned = 0.0139468 Jy ! Component: 150 - total flux cleaned = 0.0175533 Jy ! Component: 200 - total flux cleaned = 0.0202126 Jy ! Total flux subtracted in 200 components = 0.0202126 Jy ! Clean residual min=-0.003542 max=0.003648 Jy/beam ! Clean residual mean=-0.000004 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.187868 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 81 components and 0.187868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081376Jy sigma=0.000812 ! Fit after self-cal, rms=0.081359Jy sigma=0.000812 ! 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.88 HN 0.95 KP 1.09 ! LA 1.01 MK 1.01 NL 0.94 OV 0.95 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 HN 1.09 KP 1.01 ! LA 0.98 MK 1.00 NL 0.94 OV 1.00 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.19 HN 1.00 KP 0.94 ! LA 0.77 MK 1.02 NL 1.27 OV 0.94 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.11 HN 1.02 KP 0.91 ! LA 0.81 MK 1.01 NL 1.04 OV 0.99 ! PT 1.05 SC 0.97 ! ! ! Fit before self-cal, rms=0.081359Jy sigma=0.000812 ! Fit after self-cal, rms=0.078407Jy sigma=0.000789 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.355 mas, bmaj=8.357 mas, bpa=-7.803 degrees ! Estimated noise=690.285 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.000507655 Jy ! Component: 100 - total flux cleaned = 0.000564175 Jy ! Component: 150 - total flux cleaned = 0.000564379 Jy ! Component: 200 - total flux cleaned = 0.000601358 Jy ! Total flux subtracted in 200 components = 0.000601358 Jy ! Clean residual min=-0.002330 max=0.002423 Jy/beam ! Clean residual mean=-0.000004 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.18847 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 95 components and 0.18847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078334Jy sigma=0.000789 ! Fit after self-cal, rms=0.078333Jy sigma=0.000788 ! 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.078333Jy sigma=0.000788 ! Fit after self-cal, rms=0.078243Jy sigma=0.000786 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.356 mas, bmaj=8.35 mas, bpa=-7.954 degrees ! Estimated noise=691.519 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000183927 Jy ! Component: 100 - total flux cleaned = 0.000115031 Jy ! Component: 150 - total flux cleaned = 8.4196e-05 Jy ! Component: 200 - total flux cleaned = 8.36923e-05 Jy ! Total flux subtracted in 200 components = 8.36923e-05 Jy ! Clean residual min=-0.001922 max=0.001948 Jy/beam ! Clean residual mean=-0.000001 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.188553 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 110 components and 0.188553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078210Jy sigma=0.000785 ! Fit after self-cal, rms=0.078218Jy sigma=0.000785 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.000138854 Jy ! Component: 100 - total flux cleaned = 0.000136567 Jy ! Component: 150 - total flux cleaned = 0.000156161 Jy ! Component: 200 - total flux cleaned = 0.000174587 Jy ! Total flux subtracted in 200 components = 0.000174587 Jy ! Clean residual min=-0.001911 max=0.001926 Jy/beam ! Clean residual mean=-0.000001 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.188728 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 120 components and 0.188728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078204Jy sigma=0.000785 ! Fit after self-cal, rms=0.078203Jy sigma=0.000785 ! 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.078203Jy sigma=0.000785 ! Fit after self-cal, rms=0.078427Jy sigma=0.000785 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.353 mas, bmaj=8.355 mas, bpa=-8.034 degrees ! Estimated noise=693.088 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000436635 Jy ! Component: 100 - total flux cleaned = 0.000436973 Jy ! Component: 150 - total flux cleaned = 0.000419144 Jy ! Component: 200 - total flux cleaned = 0.000419154 Jy ! Total flux subtracted in 200 components = 0.000419154 Jy ! Clean residual min=-0.001913 max=0.001936 Jy/beam ! Clean residual mean=-0.000001 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.189147 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 124 components and 0.189147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078410Jy sigma=0.000785 ! Fit after self-cal, rms=0.078410Jy sigma=0.000785 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 = 6.46683e-05 Jy ! Component: 100 - total flux cleaned = 8.00404e-05 Jy ! Component: 150 - total flux cleaned = 0.000108146 Jy ! Component: 200 - total flux cleaned = 0.000133783 Jy ! Total flux subtracted in 200 components = 0.000133783 Jy ! Clean residual min=-0.001911 max=0.001925 Jy/beam ! Clean residual mean=-0.000001 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.189281 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 128 components and 0.189281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078404Jy sigma=0.000785 ! Fit after self-cal, rms=0.078404Jy sigma=0.000785 ! 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.078404Jy sigma=0.000785 ! Fit after self-cal, rms=0.078633Jy sigma=0.000785 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.837 mas, bmaj=12.45 mas, bpa=-3.704 degrees ! Estimated noise=854.619 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000539321 Jy ! Component: 100 - total flux cleaned = 0.000665659 Jy ! Component: 150 - total flux cleaned = 0.000734845 Jy ! Component: 200 - total flux cleaned = 0.000751886 Jy ! Total flux subtracted in 200 components = 0.000751886 Jy ! Clean residual min=-0.002084 max=0.002156 Jy/beam ! Clean residual mean=-0.000001 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.190033 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 142 components and 0.190033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078621Jy sigma=0.000785 ! Fit after self-cal, rms=0.078621Jy sigma=0.000785 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 = 1.77371e-05 Jy ! Component: 100 - total flux cleaned = 2.66717e-05 Jy ! Component: 150 - total flux cleaned = 4.27669e-05 Jy ! Component: 200 - total flux cleaned = 5.71502e-05 Jy ! Total flux subtracted in 200 components = 5.71502e-05 Jy ! Clean residual min=-0.002082 max=0.002151 Jy/beam ! Clean residual mean=-0.000001 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.19009 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 143 components and 0.19009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078618Jy sigma=0.000785 ! Fit after self-cal, rms=0.078618Jy sigma=0.000785 ! 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.351 mas, bmaj=8.358 mas, bpa=-8.087 degrees ! Estimated noise=694.865 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.351 x 8.358 at -8.087 degrees (North through East) ! Clean map min=-0.0018319 max=0.13221 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.769 mas, bmaj=7.472 mas, bpa=-8.975 degrees ! Estimated noise=838.342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0999839 Jy ! Component: 100 - total flux cleaned = 0.139889 Jy ! Component: 150 - total flux cleaned = 0.159685 Jy ! Component: 200 - total flux cleaned = 0.169874 Jy ! Total flux subtracted in 200 components = 0.169874 Jy ! Clean residual min=-0.003206 max=0.005081 Jy/beam ! Clean residual mean=-0.000002 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.169874 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.169874 Jy ! Inverting map and beam ! Estimated beam: bmin=3.351 mas, bmaj=8.358 mas, bpa=-8.087 degrees ! Estimated noise=694.865 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.00762073 Jy ! Component: 100 - total flux cleaned = 0.0119068 Jy ! Component: 150 - total flux cleaned = 0.0147516 Jy ! Component: 200 - total flux cleaned = 0.0164969 Jy ! Total flux subtracted in 200 components = 0.0164969 Jy ! Clean residual min=-0.001981 max=0.002105 Jy/beam ! Clean residual mean=-0.000002 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.186371 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 52 components and 0.186371 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.837 mas, bmaj=12.45 mas, bpa=-3.704 degrees ! Estimated noise=854.619 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00180302 Jy ! Component: 100 - total flux cleaned = 0.00235994 Jy ! Component: 150 - total flux cleaned = 0.00276172 Jy ! Component: 200 - total flux cleaned = 0.00303403 Jy ! Total flux subtracted in 200 components = 0.00303403 Jy ! Clean residual min=-0.002196 max=0.002162 Jy/beam ! Clean residual mean=-0.000002 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.189405 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.00018773 Jy ! Component: 100 - total flux cleaned = 0.000319425 Jy ! Component: 150 - total flux cleaned = 0.000402048 Jy ! Component: 200 - total flux cleaned = 0.000433216 Jy ! Total flux subtracted in 200 components = 0.000433216 Jy ! Clean residual min=-0.002167 max=0.002086 Jy/beam ! Clean residual mean=-0.000002 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.189838 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 95 components and 0.189838 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.351 mas, bmaj=8.358 mas, bpa=-8.087 degrees ! Estimated noise=694.865 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000129625 Jy ! Component: 100 - total flux cleaned = -0.000155975 Jy ! Component: 150 - total flux cleaned = -0.0001572 Jy ! Component: 200 - total flux cleaned = -0.000134814 Jy ! Total flux subtracted in 200 components = -0.000134814 Jy ! Clean residual min=-0.001921 max=0.001821 Jy/beam ! Clean residual mean=-0.000001 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.189704 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 111 components and 0.189703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078644Jy sigma=0.000785 ! Fit after self-cal, rms=0.078639Jy sigma=0.000785 wmodel J2201+0312_S_2014_12_20_pus_map.mod ! Writing 111 model components to file: J2201+0312_S_2014_12_20_pus_map.mod wobs J2201+0312_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J2201+0312_S_2014_12_20_pus_uvs.fits wwins J2201+0312_S_2014_12_20_pus_map.win ! wwins: Wrote 2 windows to J2201+0312_S_2014_12_20_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 = 2.7744e-05 Jy ! Component: 100 - total flux cleaned = 0.000125889 Jy ! Component: 150 - total flux cleaned = 0.000189717 Jy ! Component: 200 - total flux cleaned = 0.000159936 Jy ! Component: 250 - total flux cleaned = 7.27907e-05 Jy ! Component: 300 - total flux cleaned = 7.26578e-05 Jy ! Component: 350 - total flux cleaned = -3.73096e-05 Jy ! Component: 400 - total flux cleaned = -6.39601e-05 Jy ! Component: 450 - total flux cleaned = -3.7765e-05 Jy ! Component: 500 - total flux cleaned = -6.35931e-05 Jy ! Component: 550 - total flux cleaned = -0.000114025 Jy ! Component: 600 - total flux cleaned = -0.000163215 Jy ! Component: 650 - total flux cleaned = -0.000211847 Jy ! Component: 700 - total flux cleaned = -0.000284255 Jy ! Component: 750 - total flux cleaned = -0.000473173 Jy ! Component: 800 - total flux cleaned = -0.000542606 Jy ! Component: 850 - total flux cleaned = -0.00061159 Jy ! Component: 900 - total flux cleaned = -0.000725012 Jy ! Component: 950 - total flux cleaned = -0.000769592 Jy ! Component: 1000 - total flux cleaned = -0.000858408 Jy ! Component: 1050 - total flux cleaned = -0.00103307 Jy ! Component: 1100 - total flux cleaned = -0.00111923 Jy ! Component: 1150 - total flux cleaned = -0.0012256 Jy ! Component: 1200 - total flux cleaned = -0.00133051 Jy ! Component: 1250 - total flux cleaned = -0.00143421 Jy ! Component: 1300 - total flux cleaned = -0.00157788 Jy ! Component: 1350 - total flux cleaned = -0.00167902 Jy ! Component: 1400 - total flux cleaned = -0.00177931 Jy ! Component: 1450 - total flux cleaned = -0.00183883 Jy ! Component: 1500 - total flux cleaned = -0.00195683 Jy ! Component: 1550 - total flux cleaned = -0.00199562 Jy ! Component: 1600 - total flux cleaned = -0.00211066 Jy ! Component: 1650 - total flux cleaned = -0.0021677 Jy ! Component: 1700 - total flux cleaned = -0.00228014 Jy ! Component: 1750 - total flux cleaned = -0.00239155 Jy ! Component: 1800 - total flux cleaned = -0.00246512 Jy ! Component: 1850 - total flux cleaned = -0.00257395 Jy ! Component: 1900 - total flux cleaned = -0.00262809 Jy ! Component: 1950 - total flux cleaned = -0.00269954 Jy ! Component: 2000 - total flux cleaned = -0.00282295 Jy ! Component: 2050 - total flux cleaned = -0.00285784 Jy ! Component: 2100 - total flux cleaned = -0.0028924 Jy ! Component: 2150 - total flux cleaned = -0.00302923 Jy ! Component: 2200 - total flux cleaned = -0.00302906 Jy ! Component: 2250 - total flux cleaned = -0.00309618 Jy ! Component: 2300 - total flux cleaned = -0.0031294 Jy ! Component: 2350 - total flux cleaned = -0.00322826 Jy ! Component: 2400 - total flux cleaned = -0.0032446 Jy ! Component: 2450 - total flux cleaned = -0.00329323 Jy ! Component: 2500 - total flux cleaned = -0.00327722 Jy ! Component: 2550 - total flux cleaned = -0.00332513 Jy ! Component: 2600 - total flux cleaned = -0.0033252 Jy ! Component: 2650 - total flux cleaned = -0.00334095 Jy ! Component: 2700 - total flux cleaned = -0.003341 Jy ! Component: 2750 - total flux cleaned = -0.00335644 Jy ! Component: 2800 - total flux cleaned = -0.00340222 Jy ! Component: 2850 - total flux cleaned = -0.00341745 Jy ! Component: 2900 - total flux cleaned = -0.00341745 Jy ! Component: 2950 - total flux cleaned = -0.00341724 Jy ! Component: 3000 - total flux cleaned = -0.00341732 Jy ! Component: 3050 - total flux cleaned = -0.00340262 Jy ! Component: 3100 - total flux cleaned = -0.00337339 Jy ! Component: 3150 - total flux cleaned = -0.00337353 Jy ! Component: 3200 - total flux cleaned = -0.0034168 Jy ! Component: 3250 - total flux cleaned = -0.00341677 Jy ! Component: 3300 - total flux cleaned = -0.00341664 Jy ! Component: 3350 - total flux cleaned = -0.00337464 Jy ! Component: 3400 - total flux cleaned = -0.00338861 Jy ! Component: 3450 - total flux cleaned = -0.00334705 Jy ! Component: 3500 - total flux cleaned = -0.0033882 Jy ! Component: 3550 - total flux cleaned = -0.00329255 Jy ! Component: 3600 - total flux cleaned = -0.00330616 Jy ! Component: 3650 - total flux cleaned = -0.00327905 Jy ! Component: 3700 - total flux cleaned = -0.00318572 Jy ! Component: 3750 - total flux cleaned = -0.003199 Jy ! Component: 3800 - total flux cleaned = -0.00317258 Jy ! Component: 3850 - total flux cleaned = -0.00315952 Jy ! Component: 3900 - total flux cleaned = -0.00312045 Jy ! Component: 3950 - total flux cleaned = -0.00304297 Jy ! Component: 4000 - total flux cleaned = -0.00308134 Jy ! Component: 4050 - total flux cleaned = -0.003005 Jy ! Total flux subtracted in 4096 components = -0.00297979 Jy ! Clean residual min=-0.000786 max=0.000719 Jy/beam ! Clean residual mean=-0.000000 rms=0.000235 Jy/beam ! Combined flux in latest and established models = 0.186724 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 382 components and 0.186724 Jy ![Exited script file: muppet] wmap "J2201+0312_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.351 x 8.358 at -8.087 degrees (North through East) ! Clean map min=-0.0016328 max=0.13324 Jy/beam ! Writing clean map to FITS file: J2201+0312_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.133245 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000234316 device "J2201+0312_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J2201+0312_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.527562 0.527562 1.05512 2.11025 4.22049 8.44099 16.882 33.7639 67.5279 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.133 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.351 x 8.358 at -8.087 degrees (North through East) ! Clean map min=-0.0016328 max=0.13324 Jy/beam quit ! Quitting program ! Log file J2201+0312_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:48:59 2016