! Started logfile: J0458+5508_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:44:07 2016 obs J0458+5508_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0458+5508_S_2014_06_09_pus_uva.fits ! AN table 1: 92 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.699034 visibilities/baseline/integration-bin. ! Found source: J0458+5508 ! ! 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 336 lines of history. ! ! Reading 11576 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 J0458+5508_S_2014_06_09_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 146 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 146 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 146 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 146 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.889948Jy sigma=0.010142 ! Fit after self-cal, rms=0.811546Jy sigma=0.009269 ! 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=3.066 mas, bmaj=4.69 mas, bpa=-46.96 degrees ! Estimated noise=1139.92 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.139419 Jy ! Component: 100 - total flux cleaned = 0.184543 Jy ! Total flux subtracted in 100 components = 0.184543 Jy ! Clean residual min=-0.007020 max=0.018238 Jy/beam ! Clean residual mean=0.000007 rms=0.002087 Jy/beam ! Combined flux in latest and established models = 0.184543 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.184543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082345Jy sigma=0.000869 ! Fit after self-cal, rms=0.082295Jy sigma=0.000868 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0188622 Jy ! Component: 100 - total flux cleaned = 0.0279944 Jy ! Total flux subtracted in 100 components = 0.0279944 Jy ! Clean residual min=-0.005416 max=0.006086 Jy/beam ! Clean residual mean=0.000016 rms=0.001375 Jy/beam ! Combined flux in latest and established models = 0.212538 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 15 components and 0.212538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076729Jy sigma=0.000809 ! Fit after self-cal, rms=0.076730Jy sigma=0.000809 ! 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=4.022 mas, bmaj=5.501 mas, bpa=-49.09 degrees ! Estimated noise=584.255 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 (-4.5, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00729182 Jy ! Component: 100 - total flux cleaned = 0.0113546 Jy ! Component: 150 - total flux cleaned = 0.0139062 Jy ! Component: 200 - total flux cleaned = 0.0156063 Jy ! Total flux subtracted in 200 components = 0.0156063 Jy ! Clean residual min=-0.003271 max=0.003390 Jy/beam ! Clean residual mean=0.000022 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.228144 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 59 components and 0.228144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075850Jy sigma=0.000803 ! Fit after self-cal, rms=0.075809Jy sigma=0.000802 ! 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.82 HN 0.97 KP 1.05 ! LA 1.16 MK 1.00 NL 0.98 OV 0.99 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.02 KP 1.03 ! LA 1.13 MK 0.97 NL 1.02 OV 1.02 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 HN 1.02 KP 0.92 ! LA 0.89 MK 1.03 NL 1.00 OV 0.96 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.01 KP 0.90 ! LA 0.85 MK 1.03 NL 1.07 OV 1.04 ! PT 1.02 SC 0.96 ! ! ! Fit before self-cal, rms=0.075809Jy sigma=0.000802 ! Fit after self-cal, rms=0.071471Jy sigma=0.000771 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.033 mas, bmaj=5.49 mas, bpa=-49.09 degrees ! Estimated noise=582.219 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.00060324 Jy ! Component: 100 - total flux cleaned = 0.000753205 Jy ! Component: 150 - total flux cleaned = 0.000721761 Jy ! Component: 200 - total flux cleaned = 0.000721237 Jy ! Total flux subtracted in 200 components = 0.000721237 Jy ! Clean residual min=-0.001985 max=0.002179 Jy/beam ! Clean residual mean=0.000004 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.228865 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 84 components and 0.228865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071427Jy sigma=0.000771 ! Fit after self-cal, rms=0.071402Jy sigma=0.000770 ! 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.071402Jy sigma=0.000770 ! Fit after self-cal, rms=0.071152Jy sigma=0.000768 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.041 mas, bmaj=5.477 mas, bpa=-49.21 degrees ! Estimated noise=582.278 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00022193 Jy ! Component: 100 - total flux cleaned = 0.000199356 Jy ! Component: 150 - total flux cleaned = 0.00017974 Jy ! Component: 200 - total flux cleaned = 0.000163527 Jy ! Total flux subtracted in 200 components = 0.000163527 Jy ! Clean residual min=-0.001569 max=0.001958 Jy/beam ! Clean residual mean=-0.000003 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.229029 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 96 components and 0.229029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071139Jy sigma=0.000768 ! Fit after self-cal, rms=0.071137Jy sigma=0.000768 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 (-96, 22.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000565888 Jy ! Component: 100 - total flux cleaned = 0.000722519 Jy ! Component: 150 - total flux cleaned = 0.000724726 Jy ! Component: 200 - total flux cleaned = 0.00066976 Jy ! Total flux subtracted in 200 components = 0.00066976 Jy ! Clean residual min=-0.001475 max=0.001428 Jy/beam ! Clean residual mean=-0.000007 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.229699 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 107 components and 0.229699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071077Jy sigma=0.000768 ! Fit after self-cal, rms=0.071075Jy sigma=0.000768 ! 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.071075Jy sigma=0.000768 ! Fit after self-cal, rms=0.070997Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.04 mas, bmaj=5.476 mas, bpa=-49.17 degrees ! Estimated noise=581.813 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000198589 Jy ! Component: 100 - total flux cleaned = 0.000150654 Jy ! Component: 150 - total flux cleaned = 0.000172113 Jy ! Component: 200 - total flux cleaned = 0.00019201 Jy ! Total flux subtracted in 200 components = 0.00019201 Jy ! Clean residual min=-0.001424 max=0.001409 Jy/beam ! Clean residual mean=-0.000006 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.229891 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 115 components and 0.229891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070982Jy sigma=0.000767 ! Fit after self-cal, rms=0.070982Jy sigma=0.000767 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 = 5.90621e-05 Jy ! Component: 100 - total flux cleaned = 7.64534e-05 Jy ! Component: 150 - total flux cleaned = 5.99099e-05 Jy ! Component: 200 - total flux cleaned = 5.96448e-05 Jy ! Total flux subtracted in 200 components = 5.96448e-05 Jy ! Clean residual min=-0.001415 max=0.001401 Jy/beam ! Clean residual mean=-0.000005 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.22995 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 121 components and 0.22995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070974Jy sigma=0.000767 ! Fit after self-cal, rms=0.070974Jy sigma=0.000767 ! 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.070974Jy sigma=0.000767 ! Fit after self-cal, rms=0.070987Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9 mas, bmaj=9.774 mas, bpa=-62.98 degrees ! Estimated noise=698.516 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.70137e-05 Jy ! Component: 100 - total flux cleaned = -0.000156432 Jy ! Component: 150 - total flux cleaned = -0.000203064 Jy ! Component: 200 - total flux cleaned = -0.000202725 Jy ! Total flux subtracted in 200 components = -0.000202725 Jy ! Clean residual min=-0.001775 max=0.001617 Jy/beam ! Clean residual mean=-0.000006 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.229748 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 136 components and 0.229748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070984Jy sigma=0.000767 ! Fit after self-cal, rms=0.070984Jy sigma=0.000767 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 = 4.48622e-05 Jy ! Component: 100 - total flux cleaned = 8.07506e-06 Jy ! Component: 150 - total flux cleaned = 2.37797e-05 Jy ! Component: 200 - total flux cleaned = 2.34718e-05 Jy ! Total flux subtracted in 200 components = 2.34718e-05 Jy ! Clean residual min=-0.001797 max=0.001619 Jy/beam ! Clean residual mean=-0.000005 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.229771 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 149 components and 0.229771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070984Jy sigma=0.000767 ! Fit after self-cal, rms=0.070984Jy sigma=0.000767 ! 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=4.04 mas, bmaj=5.475 mas, bpa=-49.16 degrees ! Estimated noise=581.965 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.04 x 5.475 at -49.16 degrees (North through East) ! Clean map min=-0.0023972 max=0.18547 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=3.088 mas, bmaj=4.658 mas, bpa=-46.91 degrees ! Estimated noise=1127.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.1377 Jy ! Component: 100 - total flux cleaned = 0.18212 Jy ! Component: 150 - total flux cleaned = 0.200692 Jy ! Component: 200 - total flux cleaned = 0.209802 Jy ! Total flux subtracted in 200 components = 0.209802 Jy ! Clean residual min=-0.004131 max=0.004790 Jy/beam ! Clean residual mean=-0.000004 rms=0.001034 Jy/beam ! Combined flux in latest and established models = 0.209802 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.209802 Jy ! Inverting map and beam ! Estimated beam: bmin=4.04 mas, bmaj=5.475 mas, bpa=-49.16 degrees ! Estimated noise=581.965 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.00855427 Jy ! Component: 100 - total flux cleaned = 0.0129746 Jy ! Component: 150 - total flux cleaned = 0.0153902 Jy ! Component: 200 - total flux cleaned = 0.0167538 Jy ! Total flux subtracted in 200 components = 0.0167538 Jy ! Clean residual min=-0.001696 max=0.001802 Jy/beam ! Clean residual mean=-0.000007 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.226556 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 60 components and 0.226556 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=9 mas, bmaj=9.774 mas, bpa=-62.98 degrees ! Estimated noise=698.516 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168515 Jy ! Component: 100 - total flux cleaned = 0.00225955 Jy ! Component: 150 - total flux cleaned = 0.00262302 Jy ! Component: 200 - total flux cleaned = 0.00285111 Jy ! Total flux subtracted in 200 components = 0.00285111 Jy ! Clean residual min=-0.001827 max=0.001656 Jy/beam ! Clean residual mean=-0.000008 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.229407 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.000165953 Jy ! Component: 100 - total flux cleaned = 0.000331731 Jy ! Component: 150 - total flux cleaned = 0.000433785 Jy ! Component: 200 - total flux cleaned = 0.000487484 Jy ! Total flux subtracted in 200 components = 0.000487484 Jy ! Clean residual min=-0.001724 max=0.001597 Jy/beam ! Clean residual mean=-0.000009 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.229894 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 102 components and 0.229894 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.04 mas, bmaj=5.475 mas, bpa=-49.16 degrees ! Estimated noise=581.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000470885 Jy ! Component: 100 - total flux cleaned = 0.000554983 Jy ! Component: 150 - total flux cleaned = 0.000556148 Jy ! Component: 200 - total flux cleaned = 0.000580563 Jy ! Total flux subtracted in 200 components = 0.000580563 Jy ! Clean residual min=-0.001514 max=0.001487 Jy/beam ! Clean residual mean=-0.000005 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.230475 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 121 components and 0.230475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071011Jy sigma=0.000767 ! Fit after self-cal, rms=0.071009Jy sigma=0.000767 wmodel J0458+5508_S_2014_06_09_pus_map.mod ! Writing 121 model components to file: J0458+5508_S_2014_06_09_pus_map.mod wobs J0458+5508_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0458+5508_S_2014_06_09_pus_uvs.fits wwins J0458+5508_S_2014_06_09_pus_map.win ! wwins: Wrote 3 windows to J0458+5508_S_2014_06_09_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 = 8.01669e-05 Jy ! Component: 100 - total flux cleaned = 0.00027585 Jy ! Component: 150 - total flux cleaned = 0.000416637 Jy ! Component: 200 - total flux cleaned = 0.000574579 Jy ! Component: 250 - total flux cleaned = 0.000705372 Jy ! Component: 300 - total flux cleaned = 0.000768074 Jy ! Component: 350 - total flux cleaned = 0.000808973 Jy ! Component: 400 - total flux cleaned = 0.000868141 Jy ! Component: 450 - total flux cleaned = 0.000848507 Jy ! Component: 500 - total flux cleaned = 0.000885617 Jy ! Component: 550 - total flux cleaned = 0.00086673 Jy ! Component: 600 - total flux cleaned = 0.000902851 Jy ! Component: 650 - total flux cleaned = 0.000937851 Jy ! Component: 700 - total flux cleaned = 0.000954807 Jy ! Component: 750 - total flux cleaned = 0.000954878 Jy ! Component: 800 - total flux cleaned = 0.00100446 Jy ! Component: 850 - total flux cleaned = 0.0010369 Jy ! Component: 900 - total flux cleaned = 0.00106877 Jy ! Component: 950 - total flux cleaned = 0.00111553 Jy ! Component: 1000 - total flux cleaned = 0.00114634 Jy ! Component: 1050 - total flux cleaned = 0.00119157 Jy ! Component: 1100 - total flux cleaned = 0.00123573 Jy ! Component: 1150 - total flux cleaned = 0.00123543 Jy ! Component: 1200 - total flux cleaned = 0.00126431 Jy ! Component: 1250 - total flux cleaned = 0.00130685 Jy ! Component: 1300 - total flux cleaned = 0.00133489 Jy ! Component: 1350 - total flux cleaned = 0.0013898 Jy ! Component: 1400 - total flux cleaned = 0.00143061 Jy ! Component: 1450 - total flux cleaned = 0.00149763 Jy ! Component: 1500 - total flux cleaned = 0.0015634 Jy ! Component: 1550 - total flux cleaned = 0.00157622 Jy ! Component: 1600 - total flux cleaned = 0.00161478 Jy ! Component: 1650 - total flux cleaned = 0.0016655 Jy ! Component: 1700 - total flux cleaned = 0.00171575 Jy ! Component: 1750 - total flux cleaned = 0.00174044 Jy ! Component: 1800 - total flux cleaned = 0.00180175 Jy ! Component: 1850 - total flux cleaned = 0.00185032 Jy ! Component: 1900 - total flux cleaned = 0.00188637 Jy ! Component: 1950 - total flux cleaned = 0.00192197 Jy ! Component: 2000 - total flux cleaned = 0.001969 Jy ! Component: 2050 - total flux cleaned = 0.0020039 Jy ! Component: 2100 - total flux cleaned = 0.00202687 Jy ! Component: 2150 - total flux cleaned = 0.00202676 Jy ! Component: 2200 - total flux cleaned = 0.00204933 Jy ! Component: 2250 - total flux cleaned = 0.00204927 Jy ! Component: 2300 - total flux cleaned = 0.00203811 Jy ! Component: 2350 - total flux cleaned = 0.00202698 Jy ! Component: 2400 - total flux cleaned = 0.00200527 Jy ! Component: 2450 - total flux cleaned = 0.00199455 Jy ! Component: 2500 - total flux cleaned = 0.0019837 Jy ! Component: 2550 - total flux cleaned = 0.00195186 Jy ! Component: 2600 - total flux cleaned = 0.0019624 Jy ! Component: 2650 - total flux cleaned = 0.00193107 Jy ! Component: 2700 - total flux cleaned = 0.00193119 Jy ! Component: 2750 - total flux cleaned = 0.00191062 Jy ! Component: 2800 - total flux cleaned = 0.00188003 Jy ! Component: 2850 - total flux cleaned = 0.00188006 Jy ! Component: 2900 - total flux cleaned = 0.00181992 Jy ! Component: 2950 - total flux cleaned = 0.00184983 Jy ! Component: 3000 - total flux cleaned = 0.00183995 Jy ! Component: 3050 - total flux cleaned = 0.00183023 Jy ! Component: 3100 - total flux cleaned = 0.00183997 Jy ! Component: 3150 - total flux cleaned = 0.00182059 Jy ! Component: 3200 - total flux cleaned = 0.00178225 Jy ! Component: 3250 - total flux cleaned = 0.00175372 Jy ! Component: 3300 - total flux cleaned = 0.0017349 Jy ! Component: 3350 - total flux cleaned = 0.00170677 Jy ! Component: 3400 - total flux cleaned = 0.00171609 Jy ! Component: 3450 - total flux cleaned = 0.0016883 Jy ! Component: 3500 - total flux cleaned = 0.00166073 Jy ! Component: 3550 - total flux cleaned = 0.00165154 Jy ! Component: 3600 - total flux cleaned = 0.00163325 Jy ! Component: 3650 - total flux cleaned = 0.00159718 Jy ! Component: 3700 - total flux cleaned = 0.00156134 Jy ! Component: 3750 - total flux cleaned = 0.00157015 Jy ! Component: 3800 - total flux cleaned = 0.00156125 Jy ! Component: 3850 - total flux cleaned = 0.00151733 Jy ! Component: 3900 - total flux cleaned = 0.00148236 Jy ! Component: 3950 - total flux cleaned = 0.00147374 Jy ! Component: 4000 - total flux cleaned = 0.00144788 Jy ! Component: 4050 - total flux cleaned = 0.00143068 Jy ! Total flux subtracted in 4096 components = 0.00140503 Jy ! Clean residual min=-0.000641 max=0.000489 Jy/beam ! Clean residual mean=-0.000001 rms=0.000147 Jy/beam ! Combined flux in latest and established models = 0.23188 Jy keep ! Adding 253 model components to the UV plane model. ! The established model now contains 374 components and 0.23188 Jy ![Exited script file: muppet] wmap "J0458+5508_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.04 x 5.475 at -49.16 degrees (North through East) ! Clean map min=-0.0022796 max=0.18536 Jy/beam ! Writing clean map to FITS file: J0458+5508_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.185362 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000146359 device "J0458+5508_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0458+5508_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.236876 0.236876 0.473752 0.947503 1.89501 3.79001 7.58003 15.1601 30.3201 60.6402 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.185 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.04 x 5.475 at -49.16 degrees (North through East) ! Clean map min=-0.0022796 max=0.18536 Jy/beam quit ! Quitting program ! Log file J0458+5508_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:44:11 2016