! Started logfile: J0449+1754_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:46:49 2016 obs J0449+1754_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0449+1754_S_2015_03_17_pus_uva.fits ! AN table 1: 142 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.814085 visibilities/baseline/integration-bin. ! Found source: J0449+1754 ! ! 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 20808 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 J0449+1754_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 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.950679Jy sigma=0.011598 ! Fit after self-cal, rms=0.847605Jy sigma=0.010400 ! 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.785 mas, bmaj=8.457 mas, bpa=-13.37 degrees ! Estimated noise=669.036 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.119014 Jy ! Component: 100 - total flux cleaned = 0.146823 Jy ! Total flux subtracted in 100 components = 0.146823 Jy ! Clean residual min=-0.008526 max=0.013303 Jy/beam ! Clean residual mean=-0.000012 rms=0.002230 Jy/beam ! Combined flux in latest and established models = 0.146823 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.146823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087035Jy sigma=0.000974 ! Fit after self-cal, rms=0.086785Jy sigma=0.000971 ! Inverting map ! Added new window around map position (0, -56.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0135357 Jy ! Component: 100 - total flux cleaned = 0.0212883 Jy ! Total flux subtracted in 100 components = 0.0212883 Jy ! Clean residual min=-0.007213 max=0.010529 Jy/beam ! Clean residual mean=-0.000012 rms=0.001946 Jy/beam ! Combined flux in latest and established models = 0.168111 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.168111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084181Jy sigma=0.000948 ! Fit after self-cal, rms=0.084063Jy sigma=0.000947 ! 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.501 mas, bmaj=9.037 mas, bpa=-12.62 degrees ! Estimated noise=410.409 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.00892691 Jy ! Component: 100 - total flux cleaned = 0.0135308 Jy ! Component: 150 - total flux cleaned = 0.0157713 Jy ! Component: 200 - total flux cleaned = 0.0171937 Jy ! Total flux subtracted in 200 components = 0.0171937 Jy ! Clean residual min=-0.009279 max=0.011696 Jy/beam ! Clean residual mean=-0.000022 rms=0.002810 Jy/beam ! Combined flux in latest and established models = 0.185305 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 46 components and 0.185305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082746Jy sigma=0.000935 ! Fit after self-cal, rms=0.082579Jy sigma=0.000934 ! 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 0.96 FD 0.87 HN 0.92 KP 1.40 ! LA 0.94 MK 1.06 NL 0.88 OV 0.97 ! PT 0.99 SC 0.95 ! ! ! 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.97 HN 0.98 KP 1.38 ! LA 0.90 MK 1.07 NL 1.06 OV 0.99 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 0.91 HN 0.97 KP 1.23 ! LA 0.74 MK 1.13 NL 1.23 OV 0.93 ! PT 0.94 SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.91 HN 0.92 KP 1.22 ! LA 0.81 MK 1.13 NL 0.96 OV 0.95 ! PT 0.97 SC 0.91 ! ! ! Fit before self-cal, rms=0.082579Jy sigma=0.000934 ! Fit after self-cal, rms=0.079132Jy sigma=0.000877 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.564 mas, bmaj=8.993 mas, bpa=-11.95 degrees ! Estimated noise=410.026 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.000210979 Jy ! Component: 100 - total flux cleaned = -0.000772346 Jy ! Component: 150 - total flux cleaned = -0.00107132 Jy ! Component: 200 - total flux cleaned = -0.00125198 Jy ! Total flux subtracted in 200 components = -0.00125198 Jy ! Clean residual min=-0.008048 max=0.008470 Jy/beam ! Clean residual mean=0.000019 rms=0.002178 Jy/beam ! Combined flux in latest and established models = 0.184053 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 62 components and 0.184053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078909Jy sigma=0.000875 ! Fit after self-cal, rms=0.078911Jy sigma=0.000874 ! 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.078911Jy sigma=0.000874 ! Fit after self-cal, rms=0.098921Jy sigma=0.000804 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.556 mas, bmaj=8.941 mas, bpa=-12.07 degrees ! Estimated noise=415.362 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00520154 Jy ! Component: 100 - total flux cleaned = -0.00637597 Jy ! Component: 150 - total flux cleaned = -0.00660012 Jy ! Component: 200 - total flux cleaned = -0.0067245 Jy ! Total flux subtracted in 200 components = -0.0067245 Jy ! Clean residual min=-0.003250 max=0.002910 Jy/beam ! Clean residual mean=0.000000 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.177329 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 89 components and 0.177329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098622Jy sigma=0.000798 ! Fit after self-cal, rms=0.098850Jy sigma=0.000797 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 (-5.5, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00167601 Jy ! Component: 100 - total flux cleaned = 0.00225271 Jy ! Component: 150 - total flux cleaned = 0.00244721 Jy ! Component: 200 - total flux cleaned = 0.00239875 Jy ! Total flux subtracted in 200 components = 0.00239875 Jy ! Clean residual min=-0.002647 max=0.002183 Jy/beam ! Clean residual mean=-0.000001 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.179727 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 115 components and 0.179727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098687Jy sigma=0.000794 ! Fit after self-cal, rms=0.098659Jy sigma=0.000794 ! 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.098659Jy sigma=0.000794 ! Fit after self-cal, rms=0.102500Jy sigma=0.000793 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.563 mas, bmaj=8.938 mas, bpa=-12.08 degrees ! Estimated noise=414.267 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00156224 Jy ! Component: 100 - total flux cleaned = -0.00180025 Jy ! Component: 150 - total flux cleaned = -0.0020406 Jy ! Component: 200 - total flux cleaned = -0.00204223 Jy ! Total flux subtracted in 200 components = -0.00204223 Jy ! Clean residual min=-0.002048 max=0.001748 Jy/beam ! Clean residual mean=0.000001 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.177685 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 131 components and 0.177685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102401Jy sigma=0.000792 ! Fit after self-cal, rms=0.102397Jy sigma=0.000792 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.000665297 Jy ! Component: 100 - total flux cleaned = -0.000821644 Jy ! Component: 150 - total flux cleaned = -0.00082169 Jy ! Component: 200 - total flux cleaned = -0.000939351 Jy ! Total flux subtracted in 200 components = -0.000939351 Jy ! Clean residual min=-0.001858 max=0.001701 Jy/beam ! Clean residual mean=0.000000 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.176746 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 138 components and 0.176746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102363Jy sigma=0.000791 ! Fit after self-cal, rms=0.102351Jy sigma=0.000791 ! 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.102351Jy sigma=0.000791 ! Fit after self-cal, rms=0.104008Jy sigma=0.000791 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.273 mas, bmaj=10.81 mas, bpa=-7.071 degrees ! Estimated noise=508.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00132278 Jy ! Component: 100 - total flux cleaned = -0.00128319 Jy ! Component: 150 - total flux cleaned = -0.00128287 Jy ! Component: 200 - total flux cleaned = -0.00128235 Jy ! Total flux subtracted in 200 components = -0.00128235 Jy ! Clean residual min=-0.001731 max=0.001840 Jy/beam ! Clean residual mean=0.000002 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.175464 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 163 components and 0.175464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103971Jy sigma=0.000790 ! Fit after self-cal, rms=0.103969Jy sigma=0.000790 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.000558538 Jy ! Component: 100 - total flux cleaned = -0.000635472 Jy ! Component: 150 - total flux cleaned = -0.000657409 Jy ! Component: 200 - total flux cleaned = -0.000677779 Jy ! Total flux subtracted in 200 components = -0.000677779 Jy ! Clean residual min=-0.001605 max=0.001833 Jy/beam ! Clean residual mean=0.000002 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.174786 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 176 components and 0.174786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103956Jy sigma=0.000790 ! Fit after self-cal, rms=0.103951Jy sigma=0.000790 ! 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.566 mas, bmaj=8.937 mas, bpa=-12.1 degrees ! Estimated noise=413.702 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.566 x 8.937 at -12.1 degrees (North through East) ! Clean map min=-0.0015189 max=0.15177 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.858 mas, bmaj=8.396 mas, bpa=-13.22 degrees ! Estimated noise=664.451 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.118134 Jy ! Component: 100 - total flux cleaned = 0.144583 Jy ! Component: 150 - total flux cleaned = 0.154299 Jy ! Component: 200 - total flux cleaned = 0.159739 Jy ! Total flux subtracted in 200 components = 0.159739 Jy ! Clean residual min=-0.002449 max=0.002884 Jy/beam ! Clean residual mean=0.000001 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.159739 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.159739 Jy ! Inverting map and beam ! Estimated beam: bmin=3.566 mas, bmaj=8.937 mas, bpa=-12.1 degrees ! Estimated noise=413.702 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.00448703 Jy ! Component: 100 - total flux cleaned = 0.00731239 Jy ! Component: 150 - total flux cleaned = 0.00935587 Jy ! Component: 200 - total flux cleaned = 0.010394 Jy ! Total flux subtracted in 200 components = 0.010394 Jy ! Clean residual min=-0.001651 max=0.001586 Jy/beam ! Clean residual mean=0.000001 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.170133 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 61 components and 0.170133 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.273 mas, bmaj=10.81 mas, bpa=-7.071 degrees ! Estimated noise=508.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00162794 Jy ! Component: 100 - total flux cleaned = 0.00216256 Jy ! Component: 150 - total flux cleaned = 0.00257937 Jy ! Component: 200 - total flux cleaned = 0.00280839 Jy ! Total flux subtracted in 200 components = 0.00280839 Jy ! Clean residual min=-0.001738 max=0.001799 Jy/beam ! Clean residual mean=0.000002 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.172941 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.000124654 Jy ! Component: 100 - total flux cleaned = 0.000213251 Jy ! Component: 150 - total flux cleaned = 0.000293718 Jy ! Component: 200 - total flux cleaned = 0.000349457 Jy ! Total flux subtracted in 200 components = 0.000349457 Jy ! Clean residual min=-0.001697 max=0.001736 Jy/beam ! Clean residual mean=0.000002 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.173291 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 107 components and 0.173291 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.566 mas, bmaj=8.937 mas, bpa=-12.1 degrees ! Estimated noise=413.702 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000351883 Jy ! Component: 100 - total flux cleaned = 0.000448598 Jy ! Component: 150 - total flux cleaned = 0.000507408 Jy ! Component: 200 - total flux cleaned = 0.000533537 Jy ! Total flux subtracted in 200 components = 0.000533537 Jy ! Clean residual min=-0.001507 max=0.001415 Jy/beam ! Clean residual mean=0.000001 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.173824 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 126 components and 0.173824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103967Jy sigma=0.000790 ! Fit after self-cal, rms=0.103961Jy sigma=0.000790 wmodel J0449+1754_S_2015_03_17_pus_map.mod ! Writing 126 model components to file: J0449+1754_S_2015_03_17_pus_map.mod wobs J0449+1754_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0449+1754_S_2015_03_17_pus_uvs.fits wwins J0449+1754_S_2015_03_17_pus_map.win ! wwins: Wrote 3 windows to J0449+1754_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 = -7.86366e-05 Jy ! Component: 100 - total flux cleaned = -0.000179945 Jy ! Component: 150 - total flux cleaned = -0.000204342 Jy ! Component: 200 - total flux cleaned = -0.000135633 Jy ! Component: 250 - total flux cleaned = -0.000112715 Jy ! Component: 300 - total flux cleaned = -0.000134021 Jy ! Component: 350 - total flux cleaned = -0.000113009 Jy ! Component: 400 - total flux cleaned = -9.27205e-05 Jy ! Component: 450 - total flux cleaned = -7.26177e-05 Jy ! Component: 500 - total flux cleaned = -3.30772e-05 Jy ! Component: 550 - total flux cleaned = 2.46185e-05 Jy ! Component: 600 - total flux cleaned = 4.31869e-05 Jy ! Component: 650 - total flux cleaned = 7.97432e-05 Jy ! Component: 700 - total flux cleaned = 7.95411e-05 Jy ! Component: 750 - total flux cleaned = 7.94007e-05 Jy ! Component: 800 - total flux cleaned = 0.000132021 Jy ! Component: 850 - total flux cleaned = 8.00814e-05 Jy ! Component: 900 - total flux cleaned = 4.62345e-05 Jy ! Component: 950 - total flux cleaned = 8.01792e-05 Jy ! Component: 1000 - total flux cleaned = 8.00426e-05 Jy ! Component: 1050 - total flux cleaned = 8.04085e-05 Jy ! Component: 1100 - total flux cleaned = 9.66195e-05 Jy ! Component: 1150 - total flux cleaned = 0.000112903 Jy ! Component: 1200 - total flux cleaned = 0.000191714 Jy ! Component: 1250 - total flux cleaned = 0.000160348 Jy ! Component: 1300 - total flux cleaned = 0.000176 Jy ! Component: 1350 - total flux cleaned = 0.000221578 Jy ! Component: 1400 - total flux cleaned = 0.00022157 Jy ! Component: 1450 - total flux cleaned = 0.000251433 Jy ! Component: 1500 - total flux cleaned = 0.000266441 Jy ! Component: 1550 - total flux cleaned = 0.000310152 Jy ! Component: 1600 - total flux cleaned = 0.000339039 Jy ! Component: 1650 - total flux cleaned = 0.000381859 Jy ! Component: 1700 - total flux cleaned = 0.000381655 Jy ! Component: 1750 - total flux cleaned = 0.000395433 Jy ! Component: 1800 - total flux cleaned = 0.000409189 Jy ! Component: 1850 - total flux cleaned = 0.000381604 Jy ! Component: 1900 - total flux cleaned = 0.000449586 Jy ! Component: 1950 - total flux cleaned = 0.000409128 Jy ! Component: 2000 - total flux cleaned = 0.00039597 Jy ! Component: 2050 - total flux cleaned = 0.000449022 Jy ! Component: 2100 - total flux cleaned = 0.000409593 Jy ! Component: 2150 - total flux cleaned = 0.000448581 Jy ! Component: 2200 - total flux cleaned = 0.000409987 Jy ! Component: 2250 - total flux cleaned = 0.000384565 Jy ! Component: 2300 - total flux cleaned = 0.000371954 Jy ! Component: 2350 - total flux cleaned = 0.00040965 Jy ! Component: 2400 - total flux cleaned = 0.000334941 Jy ! Component: 2450 - total flux cleaned = 0.000372037 Jy ! Component: 2500 - total flux cleaned = 0.000383985 Jy ! Component: 2550 - total flux cleaned = 0.000335171 Jy ! Component: 2600 - total flux cleaned = 0.000347064 Jy ! Component: 2650 - total flux cleaned = 0.0002633 Jy ! Component: 2700 - total flux cleaned = 0.000275146 Jy ! Component: 2750 - total flux cleaned = 0.000263405 Jy ! Component: 2800 - total flux cleaned = 0.000298353 Jy ! Component: 2850 - total flux cleaned = 0.000286794 Jy ! Component: 2900 - total flux cleaned = 0.000321472 Jy ! Component: 2950 - total flux cleaned = 0.000344433 Jy ! Component: 3000 - total flux cleaned = 0.000355671 Jy ! Component: 3050 - total flux cleaned = 0.000288205 Jy ! Component: 3100 - total flux cleaned = 0.000310681 Jy ! Component: 3150 - total flux cleaned = 0.000332909 Jy ! Component: 3200 - total flux cleaned = 0.000354762 Jy ! Component: 3250 - total flux cleaned = 0.000332922 Jy ! Component: 3300 - total flux cleaned = 0.000333006 Jy ! Component: 3350 - total flux cleaned = 0.000311446 Jy ! Component: 3400 - total flux cleaned = 0.000290043 Jy ! Component: 3450 - total flux cleaned = 0.000300765 Jy ! Component: 3500 - total flux cleaned = 0.000290188 Jy ! Component: 3550 - total flux cleaned = 0.000290146 Jy ! Component: 3600 - total flux cleaned = 0.000300694 Jy ! Component: 3650 - total flux cleaned = 0.000331775 Jy ! Component: 3700 - total flux cleaned = 0.000362654 Jy ! Component: 3750 - total flux cleaned = 0.000321663 Jy ! Component: 3800 - total flux cleaned = 0.000342011 Jy ! Component: 3850 - total flux cleaned = 0.000372322 Jy ! Component: 3900 - total flux cleaned = 0.000332213 Jy ! Component: 3950 - total flux cleaned = 0.000372299 Jy ! Component: 4000 - total flux cleaned = 0.000422093 Jy ! Component: 4050 - total flux cleaned = 0.000431908 Jy ! Total flux subtracted in 4096 components = 0.000412236 Jy ! Clean residual min=-0.000585 max=0.000536 Jy/beam ! Clean residual mean=0.000000 rms=0.000195 Jy/beam ! Combined flux in latest and established models = 0.174237 Jy keep ! Adding 333 model components to the UV plane model. ! The established model now contains 459 components and 0.174237 Jy ![Exited script file: muppet] wmap "J0449+1754_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.566 x 8.937 at -12.1 degrees (North through East) ! Clean map min=-0.0013556 max=0.1521 Jy/beam ! Writing clean map to FITS file: J0449+1754_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.152101 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000194629 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.38388 0.38388 0.76776 1.53552 3.07104 6.14208 12.2842 24.5683 49.1366 98.2733 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.152 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.566 x 8.937 at -12.1 degrees (North through East) ! Clean map min=-0.0013556 max=0.1521 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 J0449+1754_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:46:56 2016