! Started logfile: J0551+0829_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:23:11 2016 obs J0551+0829_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0551+0829_S_2014_12_20_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.976374 visibilities/baseline/integration-bin. ! Found source: J0551+0829 ! ! 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 16696 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 J0551+0829_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 12 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 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.903484Jy sigma=0.010300 ! Fit after self-cal, rms=0.895443Jy sigma=0.010211 ! 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.863 mas, bmaj=6.688 mas, bpa=-5.478 degrees ! Estimated noise=743.086 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.0806613 Jy ! Component: 100 - total flux cleaned = 0.100464 Jy ! Total flux subtracted in 100 components = 0.100464 Jy ! Clean residual min=-0.004242 max=0.007862 Jy/beam ! Clean residual mean=-0.000030 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.100464 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.100464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075881Jy sigma=0.000800 ! Fit after self-cal, rms=0.075869Jy sigma=0.000799 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00836469 Jy ! Component: 100 - total flux cleaned = 0.0130662 Jy ! Total flux subtracted in 100 components = 0.0130662 Jy ! Clean residual min=-0.003639 max=0.003654 Jy/beam ! Clean residual mean=-0.000017 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.11353 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 35 components and 0.11353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074641Jy sigma=0.000787 ! Fit after self-cal, rms=0.074631Jy sigma=0.000786 ! 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.352 mas, bmaj=7.534 mas, bpa=-4.857 degrees ! Estimated noise=488.979 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, 7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00459944 Jy ! Component: 100 - total flux cleaned = 0.00745076 Jy ! Component: 150 - total flux cleaned = 0.00944575 Jy ! Component: 200 - total flux cleaned = 0.0108792 Jy ! Total flux subtracted in 200 components = 0.0108792 Jy ! Clean residual min=-0.003099 max=0.002564 Jy/beam ! Clean residual mean=-0.000008 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.124409 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 89 components and 0.124409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074268Jy sigma=0.000783 ! Fit after self-cal, rms=0.074264Jy sigma=0.000783 ! 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 0.90 HN 0.99 KP 1.11 ! LA 0.99 MK 1.00 NL 0.95 OV 0.97 ! PT 1.05 SC 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 1.04 KP 1.06 ! LA 0.99 MK 1.04 NL 1.00 OV 0.99 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.15 HN 1.03 KP 0.96 ! LA 0.78 MK 1.01 NL 1.14 OV 0.91 ! PT 1.02 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.99 HN 1.01 KP 0.94 ! LA 0.84 MK 1.00 NL 1.03 OV 0.97 ! PT 0.99 SC 1.01 ! ! ! Fit before self-cal, rms=0.074264Jy sigma=0.000783 ! Fit after self-cal, rms=0.072400Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.377 mas, bmaj=7.589 mas, bpa=-4.897 degrees ! Estimated noise=488.531 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.000565947 Jy ! Component: 100 - total flux cleaned = 0.000618008 Jy ! Component: 150 - total flux cleaned = 0.000619744 Jy ! Component: 200 - total flux cleaned = 0.000668197 Jy ! Total flux subtracted in 200 components = 0.000668197 Jy ! Clean residual min=-0.001480 max=0.002137 Jy/beam ! Clean residual mean=-0.000005 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.125077 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 106 components and 0.125077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072387Jy sigma=0.000774 ! Fit after self-cal, rms=0.072367Jy sigma=0.000773 ! 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.072367Jy sigma=0.000773 ! Fit after self-cal, rms=0.072217Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.378 mas, bmaj=7.591 mas, bpa=-4.846 degrees ! Estimated noise=487.774 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000236056 Jy ! Component: 100 - total flux cleaned = 0.000325649 Jy ! Component: 150 - total flux cleaned = 0.000325919 Jy ! Component: 200 - total flux cleaned = 0.000339022 Jy ! Total flux subtracted in 200 components = 0.000339022 Jy ! Clean residual min=-0.001572 max=0.001930 Jy/beam ! Clean residual mean=-0.000004 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.125416 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 122 components and 0.125416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072209Jy sigma=0.000772 ! Fit after self-cal, rms=0.072210Jy 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) ! Added new window around map position (10, 29.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00205948 Jy ! Component: 100 - total flux cleaned = 0.00326872 Jy ! Component: 150 - total flux cleaned = 0.00407313 Jy ! Component: 200 - total flux cleaned = 0.00435016 Jy ! Total flux subtracted in 200 components = 0.00435016 Jy ! Clean residual min=-0.001349 max=0.001322 Jy/beam ! Clean residual mean=-0.000003 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.129767 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 154 components and 0.129767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072150Jy sigma=0.000772 ! Fit after self-cal, rms=0.072145Jy sigma=0.000771 ! 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.072145Jy sigma=0.000771 ! Fit after self-cal, rms=0.072024Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.378 mas, bmaj=7.59 mas, bpa=-4.887 degrees ! Estimated noise=487.232 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000874571 Jy ! Component: 100 - total flux cleaned = 0.00112661 Jy ! Component: 150 - total flux cleaned = 0.00118744 Jy ! Component: 200 - total flux cleaned = 0.00124214 Jy ! Total flux subtracted in 200 components = 0.00124214 Jy ! Clean residual min=-0.001338 max=0.001275 Jy/beam ! Clean residual mean=-0.000002 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.131009 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 173 components and 0.131009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072010Jy sigma=0.000771 ! Fit after self-cal, rms=0.072008Jy 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.000293063 Jy ! Component: 100 - total flux cleaned = 0.00034267 Jy ! Component: 150 - total flux cleaned = 0.000403063 Jy ! Component: 200 - total flux cleaned = 0.000430621 Jy ! Total flux subtracted in 200 components = 0.000430621 Jy ! Clean residual min=-0.001306 max=0.001265 Jy/beam ! Clean residual mean=-0.000002 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.131439 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 186 components and 0.131439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072001Jy sigma=0.000771 ! Fit after self-cal, rms=0.072001Jy 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.072001Jy sigma=0.000771 ! Fit after self-cal, rms=0.072015Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.701 mas, bmaj=11.16 mas, bpa=1.009 degrees ! Estimated noise=597.019 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000484963 Jy ! Component: 100 - total flux cleaned = 0.000723422 Jy ! Component: 150 - total flux cleaned = 0.000875571 Jy ! Component: 200 - total flux cleaned = 0.000943156 Jy ! Total flux subtracted in 200 components = 0.000943156 Jy ! Clean residual min=-0.001305 max=0.001363 Jy/beam ! Clean residual mean=-0.000002 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.132383 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 206 components and 0.132383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072013Jy sigma=0.000771 ! Fit after self-cal, rms=0.072011Jy 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.000120378 Jy ! Component: 100 - total flux cleaned = 0.000186831 Jy ! Component: 150 - total flux cleaned = 0.000215418 Jy ! Component: 200 - total flux cleaned = 0.000232195 Jy ! Total flux subtracted in 200 components = 0.000232195 Jy ! Clean residual min=-0.001309 max=0.001377 Jy/beam ! Clean residual mean=-0.000002 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.132615 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 226 components and 0.132615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072010Jy sigma=0.000771 ! Fit after self-cal, rms=0.072009Jy 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.379 mas, bmaj=7.596 mas, bpa=-4.937 degrees ! Estimated noise=487.474 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.379 x 7.596 at -4.937 degrees (North through East) ! Clean map min=-0.0011802 max=0.1038 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.878 mas, bmaj=6.733 mas, bpa=-5.611 degrees ! Estimated noise=742.186 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0804054 Jy ! Component: 100 - total flux cleaned = 0.100446 Jy ! Component: 150 - total flux cleaned = 0.108806 Jy ! Component: 200 - total flux cleaned = 0.113464 Jy ! Total flux subtracted in 200 components = 0.113464 Jy ! Clean residual min=-0.002842 max=0.002527 Jy/beam ! Clean residual mean=-0.000013 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.113464 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.113464 Jy ! Inverting map and beam ! Estimated beam: bmin=3.379 mas, bmaj=7.596 mas, bpa=-4.937 degrees ! Estimated noise=487.474 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.00428373 Jy ! Component: 100 - total flux cleaned = 0.00725718 Jy ! Component: 150 - total flux cleaned = 0.00945959 Jy ! Component: 200 - total flux cleaned = 0.0111486 Jy ! Total flux subtracted in 200 components = 0.0111486 Jy ! Clean residual min=-0.001559 max=0.001367 Jy/beam ! Clean residual mean=-0.000007 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.124613 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 74 components and 0.124613 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.701 mas, bmaj=11.16 mas, bpa=1.009 degrees ! Estimated noise=597.019 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00208192 Jy ! Component: 100 - total flux cleaned = 0.00354753 Jy ! Component: 150 - total flux cleaned = 0.00465771 Jy ! Component: 200 - total flux cleaned = 0.0055128 Jy ! Total flux subtracted in 200 components = 0.0055128 Jy ! Clean residual min=-0.001386 max=0.001448 Jy/beam ! Clean residual mean=-0.000006 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.130125 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.000663775 Jy ! Component: 100 - total flux cleaned = 0.00118455 Jy ! Component: 150 - total flux cleaned = 0.0015513 Jy ! Component: 200 - total flux cleaned = 0.00178271 Jy ! Total flux subtracted in 200 components = 0.00178271 Jy ! Clean residual min=-0.001313 max=0.001389 Jy/beam ! Clean residual mean=-0.000003 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.131908 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 141 components and 0.131908 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.379 mas, bmaj=7.596 mas, bpa=-4.937 degrees ! Estimated noise=487.474 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.58883e-05 Jy ! Component: 100 - total flux cleaned = 0.000140647 Jy ! Component: 150 - total flux cleaned = 0.000233858 Jy ! Component: 200 - total flux cleaned = 0.000317573 Jy ! Total flux subtracted in 200 components = 0.000317573 Jy ! Clean residual min=-0.001258 max=0.001331 Jy/beam ! Clean residual mean=-0.000001 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.132226 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 162 components and 0.132226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072022Jy sigma=0.000771 ! Fit after self-cal, rms=0.072019Jy sigma=0.000771 wmodel J0551+0829_S_2014_12_20_pus_map.mod ! Writing 162 model components to file: J0551+0829_S_2014_12_20_pus_map.mod wobs J0551+0829_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0551+0829_S_2014_12_20_pus_uvs.fits wwins J0551+0829_S_2014_12_20_pus_map.win ! wwins: Wrote 3 windows to J0551+0829_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 = -3.17418e-05 Jy ! Component: 100 - total flux cleaned = 5.4207e-05 Jy ! Component: 150 - total flux cleaned = 0.000138158 Jy ! Component: 200 - total flux cleaned = 0.00015922 Jy ! Component: 250 - total flux cleaned = 0.000218565 Jy ! Component: 300 - total flux cleaned = 0.000237852 Jy ! Component: 350 - total flux cleaned = 0.0001814 Jy ! Component: 400 - total flux cleaned = 0.000218404 Jy ! Component: 450 - total flux cleaned = 0.000163826 Jy ! Component: 500 - total flux cleaned = 0.000111177 Jy ! Component: 550 - total flux cleaned = 9.39346e-05 Jy ! Component: 600 - total flux cleaned = 2.56663e-05 Jy ! Component: 650 - total flux cleaned = 2.57026e-05 Jy ! Component: 700 - total flux cleaned = -7.33172e-06 Jy ! Component: 750 - total flux cleaned = -2.34961e-05 Jy ! Component: 800 - total flux cleaned = -5.53132e-05 Jy ! Component: 850 - total flux cleaned = -7.08499e-05 Jy ! Component: 900 - total flux cleaned = -8.61528e-05 Jy ! Component: 950 - total flux cleaned = -0.000101738 Jy ! Component: 1000 - total flux cleaned = -0.000131844 Jy ! Component: 1050 - total flux cleaned = -0.000161565 Jy ! Component: 1100 - total flux cleaned = -0.000205451 Jy ! Component: 1150 - total flux cleaned = -0.000277514 Jy ! Component: 1200 - total flux cleaned = -0.000263231 Jy ! Component: 1250 - total flux cleaned = -0.000333588 Jy ! Component: 1300 - total flux cleaned = -0.000375474 Jy ! Component: 1350 - total flux cleaned = -0.000375575 Jy ! Component: 1400 - total flux cleaned = -0.000416777 Jy ! Component: 1450 - total flux cleaned = -0.000511038 Jy ! Component: 1500 - total flux cleaned = -0.000524437 Jy ! Component: 1550 - total flux cleaned = -0.000577191 Jy ! Component: 1600 - total flux cleaned = -0.000616416 Jy ! Component: 1650 - total flux cleaned = -0.000693718 Jy ! Component: 1700 - total flux cleaned = -0.000783013 Jy ! Component: 1750 - total flux cleaned = -0.000795676 Jy ! Component: 1800 - total flux cleaned = -0.00083334 Jy ! Component: 1850 - total flux cleaned = -0.000907853 Jy ! Component: 1900 - total flux cleaned = -0.000956968 Jy ! Component: 1950 - total flux cleaned = -0.00102997 Jy ! Component: 2000 - total flux cleaned = -0.0010781 Jy ! Component: 2050 - total flux cleaned = -0.00110203 Jy ! Component: 2100 - total flux cleaned = -0.00116118 Jy ! Component: 2150 - total flux cleaned = -0.00114923 Jy ! Component: 2200 - total flux cleaned = -0.00119602 Jy ! Component: 2250 - total flux cleaned = -0.00119595 Jy ! Component: 2300 - total flux cleaned = -0.00121907 Jy ! Component: 2350 - total flux cleaned = -0.00120761 Jy ! Component: 2400 - total flux cleaned = -0.001219 Jy ! Component: 2450 - total flux cleaned = -0.00124148 Jy ! Component: 2500 - total flux cleaned = -0.00126393 Jy ! Component: 2550 - total flux cleaned = -0.00128597 Jy ! Component: 2600 - total flux cleaned = -0.00129706 Jy ! Component: 2650 - total flux cleaned = -0.00132975 Jy ! Component: 2700 - total flux cleaned = -0.00138361 Jy ! Component: 2750 - total flux cleaned = -0.0013407 Jy ! Component: 2800 - total flux cleaned = -0.00138339 Jy ! Component: 2850 - total flux cleaned = -0.00138356 Jy ! Component: 2900 - total flux cleaned = -0.00141512 Jy ! Component: 2950 - total flux cleaned = -0.00142564 Jy ! Component: 3000 - total flux cleaned = -0.00144637 Jy ! Component: 3050 - total flux cleaned = -0.00147725 Jy ! Component: 3100 - total flux cleaned = -0.00147739 Jy ! Component: 3150 - total flux cleaned = -0.00146715 Jy ! Component: 3200 - total flux cleaned = -0.00151779 Jy ! Component: 3250 - total flux cleaned = -0.00154784 Jy ! Component: 3300 - total flux cleaned = -0.0015777 Jy ! Component: 3350 - total flux cleaned = -0.00154801 Jy ! Component: 3400 - total flux cleaned = -0.00158732 Jy ! Component: 3450 - total flux cleaned = -0.00161659 Jy ! Component: 3500 - total flux cleaned = -0.00165538 Jy ! Component: 3550 - total flux cleaned = -0.00165548 Jy ! Component: 3600 - total flux cleaned = -0.00169389 Jy ! Component: 3650 - total flux cleaned = -0.00172242 Jy ! Component: 3700 - total flux cleaned = -0.00172243 Jy ! Component: 3750 - total flux cleaned = -0.0017319 Jy ! Component: 3800 - total flux cleaned = -0.00175985 Jy ! Component: 3850 - total flux cleaned = -0.00181569 Jy ! Component: 3900 - total flux cleaned = -0.00183415 Jy ! Component: 3950 - total flux cleaned = -0.00185245 Jy ! Component: 4000 - total flux cleaned = -0.0018798 Jy ! Component: 4050 - total flux cleaned = -0.00191615 Jy ! Total flux subtracted in 4096 components = -0.00197939 Jy ! Clean residual min=-0.000523 max=0.000728 Jy/beam ! Clean residual mean=-0.000001 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.130246 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 466 components and 0.130246 Jy ![Exited script file: muppet] wmap "J0551+0829_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.379 x 7.596 at -4.937 degrees (North through East) ! Clean map min=-0.00092496 max=0.10383 Jy/beam ! Writing clean map to FITS file: J0551+0829_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.103827 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000166884 device "J0551+0829_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0551+0829_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.482199 0.482199 0.964398 1.9288 3.85759 7.71518 15.4304 30.8607 61.7214 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.103 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.379 x 7.596 at -4.937 degrees (North through East) ! Clean map min=-0.00092496 max=0.10383 Jy/beam quit ! Quitting program ! Log file J0551+0829_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:23:18 2016