! Started logfile: J1054+3928_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:56:50 2016 obs J1054+3928_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1054+3928_S_2015_03_17_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.762648 visibilities/baseline/integration-bin. ! Found source: J1054+3928 ! ! 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 12904 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 J1054+3928_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 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.889663Jy sigma=0.010890 ! Fit after self-cal, rms=0.866727Jy sigma=0.010606 ! 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.493 mas, bmaj=4.314 mas, bpa=32.36 degrees ! Estimated noise=812.112 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.0968631 Jy ! Component: 100 - total flux cleaned = 0.119942 Jy ! Total flux subtracted in 100 components = 0.119942 Jy ! Clean residual min=-0.005395 max=0.009424 Jy/beam ! Clean residual mean=-0.000003 rms=0.001442 Jy/beam ! Combined flux in latest and established models = 0.119942 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.119942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074020Jy sigma=0.000827 ! Fit after self-cal, rms=0.074006Jy sigma=0.000827 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0108363 Jy ! Component: 100 - total flux cleaned = 0.0172311 Jy ! Total flux subtracted in 100 components = 0.0172311 Jy ! Clean residual min=-0.004660 max=0.005350 Jy/beam ! Clean residual mean=0.000004 rms=0.001166 Jy/beam ! Combined flux in latest and established models = 0.137173 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 35 components and 0.137173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070966Jy sigma=0.000799 ! Fit after self-cal, rms=0.070945Jy sigma=0.000799 ! 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.26 mas, bmaj=5.715 mas, bpa=31.16 degrees ! Estimated noise=518.93 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.00731637 Jy ! Component: 100 - total flux cleaned = 0.0114534 Jy ! Component: 150 - total flux cleaned = 0.0139779 Jy ! Component: 200 - total flux cleaned = 0.0155469 Jy ! Total flux subtracted in 200 components = 0.0155469 Jy ! Clean residual min=-0.004867 max=0.004032 Jy/beam ! Clean residual mean=0.000027 rms=0.001068 Jy/beam ! Combined flux in latest and established models = 0.15272 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 57 components and 0.15272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069808Jy sigma=0.000793 ! Fit after self-cal, rms=0.069795Jy sigma=0.000793 ! 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.02 FD 0.87 HN 0.93 KP 1.09 ! LA 1.01 MK 1.10 NL 0.90 OV 1.01 ! PT 1.11 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.88 HN 0.98 KP 1.09 ! LA 0.96 MK 1.13 NL 1.00 OV 1.03 ! PT 1.06 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.90 HN 0.99 KP 0.96 ! LA 0.79 MK 1.12 NL 1.12 OV 0.95 ! PT 1.03 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.90 HN 0.95 KP 0.92 ! LA 0.86 MK 1.15 NL 1.03 OV 1.01 ! PT 1.08 SC 0.95 ! ! ! Fit before self-cal, rms=0.069795Jy sigma=0.000793 ! Fit after self-cal, rms=0.065845Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.298 mas, bmaj=5.903 mas, bpa=31.49 degrees ! Estimated noise=520.825 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.00127923 Jy ! Component: 100 - total flux cleaned = -0.00149073 Jy ! Component: 150 - total flux cleaned = -0.0016327 Jy ! Component: 200 - total flux cleaned = -0.00172542 Jy ! Total flux subtracted in 200 components = -0.00172542 Jy ! Clean residual min=-0.002374 max=0.002261 Jy/beam ! Clean residual mean=0.000017 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.150994 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 64 components and 0.150994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065802Jy sigma=0.000769 ! Fit after self-cal, rms=0.065763Jy sigma=0.000769 ! 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.065763Jy sigma=0.000769 ! Fit after self-cal, rms=0.065664Jy sigma=0.000766 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.348 mas, bmaj=5.797 mas, bpa=30.95 degrees ! Estimated noise=520.019 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00139094 Jy ! Component: 100 - total flux cleaned = -0.00149572 Jy ! Component: 150 - total flux cleaned = -0.00154778 Jy ! Component: 200 - total flux cleaned = -0.00158893 Jy ! Total flux subtracted in 200 components = -0.00158893 Jy ! Clean residual min=-0.001952 max=0.001631 Jy/beam ! Clean residual mean=0.000012 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.149405 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 68 components and 0.149405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065630Jy sigma=0.000765 ! Fit after self-cal, rms=0.065638Jy sigma=0.000765 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.76073e-05 Jy ! Component: 100 - total flux cleaned = -8.80952e-05 Jy ! Component: 150 - total flux cleaned = -0.00011438 Jy ! Component: 200 - total flux cleaned = -0.000137082 Jy ! Total flux subtracted in 200 components = -0.000137082 Jy ! Clean residual min=-0.001891 max=0.001625 Jy/beam ! Clean residual mean=0.000012 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.149268 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 71 components and 0.149268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065632Jy sigma=0.000765 ! Fit after self-cal, rms=0.065632Jy sigma=0.000765 ! 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.065632Jy sigma=0.000765 ! Fit after self-cal, rms=0.065760Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.376 mas, bmaj=5.79 mas, bpa=30.81 degrees ! Estimated noise=520.341 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000783988 Jy ! Component: 100 - total flux cleaned = -0.000940884 Jy ! Component: 150 - total flux cleaned = -0.001067 Jy ! Component: 200 - total flux cleaned = -0.00115422 Jy ! Total flux subtracted in 200 components = -0.00115422 Jy ! Clean residual min=-0.001774 max=0.001602 Jy/beam ! Clean residual mean=0.000012 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.148114 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 74 components and 0.148114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065747Jy sigma=0.000765 ! Fit after self-cal, rms=0.065747Jy sigma=0.000765 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.76265e-05 Jy ! Component: 100 - total flux cleaned = -6.87049e-05 Jy ! Component: 150 - total flux cleaned = -9.63538e-05 Jy ! Component: 200 - total flux cleaned = -0.000120454 Jy ! Total flux subtracted in 200 components = -0.000120454 Jy ! Clean residual min=-0.001752 max=0.001603 Jy/beam ! Clean residual mean=0.000012 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.147994 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 78 components and 0.147994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065745Jy sigma=0.000765 ! Fit after self-cal, rms=0.065744Jy sigma=0.000765 ! 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.065744Jy sigma=0.000765 ! Fit after self-cal, rms=0.065846Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.212 mas, bmaj=10.4 mas, bpa=29.35 degrees ! Estimated noise=623.166 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000503506 Jy ! Component: 100 - total flux cleaned = -0.000695871 Jy ! Component: 150 - total flux cleaned = -0.000748604 Jy ! Component: 200 - total flux cleaned = -0.00075971 Jy ! Total flux subtracted in 200 components = -0.00075971 Jy ! Clean residual min=-0.001764 max=0.001879 Jy/beam ! Clean residual mean=0.000023 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.147234 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 82 components and 0.147234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065843Jy sigma=0.000764 ! Fit after self-cal, rms=0.065843Jy sigma=0.000764 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 = -2.62787e-05 Jy ! Component: 100 - total flux cleaned = -2.55882e-05 Jy ! Component: 150 - total flux cleaned = -2.53053e-05 Jy ! Component: 200 - total flux cleaned = -2.51882e-05 Jy ! Total flux subtracted in 200 components = -2.51882e-05 Jy ! Clean residual min=-0.001765 max=0.001878 Jy/beam ! Clean residual mean=0.000023 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.147209 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 84 components and 0.147209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065842Jy sigma=0.000764 ! Fit after self-cal, rms=0.065842Jy sigma=0.000764 ! 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.396 mas, bmaj=5.792 mas, bpa=30.73 degrees ! Estimated noise=520.704 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.396 x 5.792 at 30.73 degrees (North through East) ! Clean map min=-0.0016673 max=0.1309 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.571 mas, bmaj=4.336 mas, bpa=31.69 degrees ! Estimated noise=833.604 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0993315 Jy ! Component: 100 - total flux cleaned = 0.122455 Jy ! Component: 150 - total flux cleaned = 0.131828 Jy ! Component: 200 - total flux cleaned = 0.13706 Jy ! Total flux subtracted in 200 components = 0.13706 Jy ! Clean residual min=-0.002694 max=0.002901 Jy/beam ! Clean residual mean=0.000001 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.13706 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.13706 Jy ! Inverting map and beam ! Estimated beam: bmin=4.396 mas, bmaj=5.792 mas, bpa=30.73 degrees ! Estimated noise=520.704 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.00437136 Jy ! Component: 100 - total flux cleaned = 0.00652837 Jy ! Component: 150 - total flux cleaned = 0.00776586 Jy ! Component: 200 - total flux cleaned = 0.00850051 Jy ! Total flux subtracted in 200 components = 0.00850051 Jy ! Clean residual min=-0.001723 max=0.001587 Jy/beam ! Clean residual mean=0.000010 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.145561 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 67 components and 0.145561 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=8.212 mas, bmaj=10.4 mas, bpa=29.35 degrees ! Estimated noise=623.166 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000776234 Jy ! Component: 100 - total flux cleaned = 0.0011251 Jy ! Component: 150 - total flux cleaned = 0.00120146 Jy ! Component: 200 - total flux cleaned = 0.00123138 Jy ! Total flux subtracted in 200 components = 0.00123138 Jy ! Clean residual min=-0.001777 max=0.001940 Jy/beam ! Clean residual mean=0.000022 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.146792 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 = 3.46449e-05 Jy ! Component: 100 - total flux cleaned = 6.03735e-05 Jy ! Component: 150 - total flux cleaned = 9.02996e-05 Jy ! Component: 200 - total flux cleaned = 0.00011253 Jy ! Total flux subtracted in 200 components = 0.00011253 Jy ! Clean residual min=-0.001776 max=0.001927 Jy/beam ! Clean residual mean=0.000022 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.146905 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 72 components and 0.146905 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.396 mas, bmaj=5.792 mas, bpa=30.73 degrees ! Estimated noise=520.704 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000150606 Jy ! Component: 100 - total flux cleaned = -0.000149895 Jy ! Component: 150 - total flux cleaned = -0.000149051 Jy ! Component: 200 - total flux cleaned = -0.000141881 Jy ! Total flux subtracted in 200 components = -0.000141881 Jy ! Clean residual min=-0.001640 max=0.001590 Jy/beam ! Clean residual mean=0.000011 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.146763 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 79 components and 0.146763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065831Jy sigma=0.000764 ! Fit after self-cal, rms=0.065829Jy sigma=0.000764 wmodel J1054+3928_S_2015_03_17_pus_map.mod ! Writing 79 model components to file: J1054+3928_S_2015_03_17_pus_map.mod wobs J1054+3928_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1054+3928_S_2015_03_17_pus_uvs.fits wwins J1054+3928_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J1054+3928_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 = -6.46747e-05 Jy ! Component: 100 - total flux cleaned = 1.18449e-05 Jy ! Component: 150 - total flux cleaned = 1.2221e-05 Jy ! Component: 200 - total flux cleaned = 0.000132654 Jy ! Component: 250 - total flux cleaned = 0.000248968 Jy ! Component: 300 - total flux cleaned = 0.000316696 Jy ! Component: 350 - total flux cleaned = 0.000470321 Jy ! Component: 400 - total flux cleaned = 0.000619521 Jy ! Component: 450 - total flux cleaned = 0.000723517 Jy ! Component: 500 - total flux cleaned = 0.00084479 Jy ! Component: 550 - total flux cleaned = 0.000904336 Jy ! Component: 600 - total flux cleaned = 0.00102 Jy ! Component: 650 - total flux cleaned = 0.00100095 Jy ! Component: 700 - total flux cleaned = 0.0010746 Jy ! Component: 750 - total flux cleaned = 0.00114713 Jy ! Component: 800 - total flux cleaned = 0.00127165 Jy ! Component: 850 - total flux cleaned = 0.00134157 Jy ! Component: 900 - total flux cleaned = 0.00149564 Jy ! Component: 950 - total flux cleaned = 0.00158007 Jy ! Component: 1000 - total flux cleaned = 0.00166309 Jy ! Component: 1050 - total flux cleaned = 0.00182566 Jy ! Component: 1100 - total flux cleaned = 0.00193736 Jy ! Component: 1150 - total flux cleaned = 0.00198432 Jy ! Component: 1200 - total flux cleaned = 0.00203074 Jy ! Component: 1250 - total flux cleaned = 0.00209179 Jy ! Component: 1300 - total flux cleaned = 0.00212219 Jy ! Component: 1350 - total flux cleaned = 0.00227024 Jy ! Component: 1400 - total flux cleaned = 0.00227036 Jy ! Component: 1450 - total flux cleaned = 0.00234258 Jy ! Component: 1500 - total flux cleaned = 0.00244224 Jy ! Component: 1550 - total flux cleaned = 0.00247039 Jy ! Component: 1600 - total flux cleaned = 0.00249824 Jy ! Component: 1650 - total flux cleaned = 0.00252593 Jy ! Component: 1700 - total flux cleaned = 0.00259391 Jy ! Component: 1750 - total flux cleaned = 0.00264733 Jy ! Component: 1800 - total flux cleaned = 0.00273967 Jy ! Component: 1850 - total flux cleaned = 0.00276576 Jy ! Component: 1900 - total flux cleaned = 0.00277877 Jy ! Component: 1950 - total flux cleaned = 0.00280434 Jy ! Component: 2000 - total flux cleaned = 0.00287982 Jy ! Component: 2050 - total flux cleaned = 0.00285478 Jy ! Component: 2100 - total flux cleaned = 0.00290416 Jy ! Component: 2150 - total flux cleaned = 0.00294072 Jy ! Component: 2200 - total flux cleaned = 0.00295268 Jy ! Component: 2250 - total flux cleaned = 0.00298859 Jy ! Component: 2300 - total flux cleaned = 0.00294137 Jy ! Component: 2350 - total flux cleaned = 0.00298821 Jy ! Component: 2400 - total flux cleaned = 0.00302297 Jy ! Component: 2450 - total flux cleaned = 0.00302298 Jy ! Component: 2500 - total flux cleaned = 0.00302322 Jy ! Component: 2550 - total flux cleaned = 0.00309089 Jy ! Component: 2600 - total flux cleaned = 0.00314648 Jy ! Component: 2650 - total flux cleaned = 0.00313534 Jy ! Component: 2700 - total flux cleaned = 0.00315711 Jy ! Component: 2750 - total flux cleaned = 0.00316789 Jy ! Component: 2800 - total flux cleaned = 0.00318942 Jy ! Component: 2850 - total flux cleaned = 0.00323178 Jy ! Component: 2900 - total flux cleaned = 0.00326329 Jy ! Component: 2950 - total flux cleaned = 0.003305 Jy ! Component: 3000 - total flux cleaned = 0.00335673 Jy ! Component: 3050 - total flux cleaned = 0.00339783 Jy ! Component: 3100 - total flux cleaned = 0.00340816 Jy ! Component: 3150 - total flux cleaned = 0.00348886 Jy ! Component: 3200 - total flux cleaned = 0.00353881 Jy ! Component: 3250 - total flux cleaned = 0.0035785 Jy ! Component: 3300 - total flux cleaned = 0.00363751 Jy ! Component: 3350 - total flux cleaned = 0.00367663 Jy ! Component: 3400 - total flux cleaned = 0.00369593 Jy ! Component: 3450 - total flux cleaned = 0.00373445 Jy ! Component: 3500 - total flux cleaned = 0.00377262 Jy ! Component: 3550 - total flux cleaned = 0.00381994 Jy ! Component: 3600 - total flux cleaned = 0.00383873 Jy ! Component: 3650 - total flux cleaned = 0.00389476 Jy ! Component: 3700 - total flux cleaned = 0.00396874 Jy ! Component: 3750 - total flux cleaned = 0.00396868 Jy ! Component: 3800 - total flux cleaned = 0.00400514 Jy ! Component: 3850 - total flux cleaned = 0.00400516 Jy ! Component: 3900 - total flux cleaned = 0.00405914 Jy ! Component: 3950 - total flux cleaned = 0.00409481 Jy ! Component: 4000 - total flux cleaned = 0.00407701 Jy ! Component: 4050 - total flux cleaned = 0.00413875 Jy ! Total flux subtracted in 4096 components = 0.00413874 Jy ! Clean residual min=-0.000491 max=0.000463 Jy/beam ! Clean residual mean=0.000004 rms=0.000164 Jy/beam ! Combined flux in latest and established models = 0.150902 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 353 components and 0.150901 Jy ![Exited script file: muppet] wmap "J1054+3928_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.396 x 5.792 at 30.73 degrees (North through East) ! Clean map min=-0.0012845 max=0.13117 Jy/beam ! Writing clean map to FITS file: J1054+3928_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.131171 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000163191 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.373233 0.373233 0.746466 1.49293 2.98586 5.97172 11.9434 23.8869 47.7738 95.5476 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.131 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.396 x 5.792 at 30.73 degrees (North through East) ! Clean map min=-0.0012845 max=0.13117 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 J1054+3928_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:56:55 2016