! Started logfile: J1622+1426_S_2015_01_22_pus_uvs.log on Tue Jan 3 22:59:10 2017 obs J1622+1426_S_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1622+1426_S_2015_01_22_pus_uva.fits ! AN table 1: 42 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.787302 visibilities/baseline/integration-bin. ! Found source: J1622+1426 ! ! 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 281 lines of history. ! ! Reading 5952 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 J1622+1426_S_2015_01_22_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 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.893042Jy sigma=0.010889 ! Fit after self-cal, rms=0.885441Jy sigma=0.010796 ! 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.458 mas, bmaj=6.463 mas, bpa=6.812 degrees ! Estimated noise=1241.81 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.0861746 Jy ! Component: 100 - total flux cleaned = 0.109808 Jy ! Total flux subtracted in 100 components = 0.109808 Jy ! Clean residual min=-0.006657 max=0.012722 Jy/beam ! Clean residual mean=0.000004 rms=0.001963 Jy/beam ! Combined flux in latest and established models = 0.109808 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.109808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074191Jy sigma=0.000837 ! Fit after self-cal, rms=0.074157Jy sigma=0.000836 ! Inverting map ! Added new window around map position (3, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0135339 Jy ! Component: 100 - total flux cleaned = 0.0208587 Jy ! Total flux subtracted in 100 components = 0.0208587 Jy ! Clean residual min=-0.005046 max=0.005339 Jy/beam ! Clean residual mean=0.000003 rms=0.001228 Jy/beam ! Combined flux in latest and established models = 0.130667 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 15 components and 0.130667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070794Jy sigma=0.000796 ! Fit after self-cal, rms=0.070718Jy sigma=0.000794 ! 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.061 mas, bmaj=7.416 mas, bpa=3.645 degrees ! Estimated noise=763.565 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.00812531 Jy ! Component: 100 - total flux cleaned = 0.0125971 Jy ! Component: 150 - total flux cleaned = 0.0154003 Jy ! Component: 200 - total flux cleaned = 0.0173007 Jy ! Total flux subtracted in 200 components = 0.0173007 Jy ! Clean residual min=-0.003385 max=0.004331 Jy/beam ! Clean residual mean=0.000001 rms=0.000894 Jy/beam ! Combined flux in latest and established models = 0.147967 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 47 components and 0.147967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069614Jy sigma=0.000784 ! Fit after self-cal, rms=0.069596Jy 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.97 FD 1.00* HN 0.94 KP 1.09 ! LA 1.06 MK 1.00 NL 0.95 OV 1.00 ! PT 1.07 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00* HN 1.04 KP 1.04 ! LA 1.07 MK 1.04 NL 1.00 OV 1.00 ! PT 1.03 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.00* HN 1.01 KP 0.89 ! LA 0.84 MK 1.08 NL 1.08 OV 0.90 ! PT 1.04 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00* HN 0.95 KP 0.82 ! LA 0.90 MK 1.03 NL 1.02 OV 0.94 ! PT 1.06 SC 0.94 ! ! ! Fit before self-cal, rms=0.069596Jy sigma=0.000783 ! Fit after self-cal, rms=0.066422Jy sigma=0.000769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.084 mas, bmaj=7.451 mas, bpa=3.691 degrees ! Estimated noise=759.007 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.000985461 Jy ! Component: 100 - total flux cleaned = 0.000982934 Jy ! Component: 150 - total flux cleaned = 0.000962788 Jy ! Component: 200 - total flux cleaned = 0.000945272 Jy ! Total flux subtracted in 200 components = 0.000945272 Jy ! Clean residual min=-0.002108 max=0.002223 Jy/beam ! Clean residual mean=-0.000000 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.148912 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 59 components and 0.148912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066396Jy sigma=0.000769 ! Fit after self-cal, rms=0.066381Jy sigma=0.000768 ! 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.066381Jy sigma=0.000768 ! Fit after self-cal, rms=0.066392Jy sigma=0.000768 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.084 mas, bmaj=7.455 mas, bpa=3.635 degrees ! Estimated noise=758.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000123514 Jy ! Component: 100 - total flux cleaned = 0.000138889 Jy ! Component: 150 - total flux cleaned = 0.000123754 Jy ! Component: 200 - total flux cleaned = 9.67916e-05 Jy ! Total flux subtracted in 200 components = 9.67916e-05 Jy ! Clean residual min=-0.002070 max=0.002218 Jy/beam ! Clean residual mean=-0.000000 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.149009 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 64 components and 0.149009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066384Jy sigma=0.000768 ! Fit after self-cal, rms=0.066385Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.69257e-05 Jy ! Component: 100 - total flux cleaned = -3.02025e-06 Jy ! Component: 150 - total flux cleaned = -1.46571e-05 Jy ! Component: 200 - total flux cleaned = -2.6276e-05 Jy ! Total flux subtracted in 200 components = -2.6276e-05 Jy ! Clean residual min=-0.002066 max=0.002205 Jy/beam ! Clean residual mean=-0.000000 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.148983 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 66 components and 0.148983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066380Jy sigma=0.000768 ! Fit after self-cal, rms=0.066379Jy 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.066379Jy sigma=0.000768 ! Fit after self-cal, rms=0.066346Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.083 mas, bmaj=7.456 mas, bpa=3.623 degrees ! Estimated noise=758.272 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0001595 Jy ! Component: 100 - total flux cleaned = -0.000147448 Jy ! Component: 150 - total flux cleaned = -0.000147476 Jy ! Component: 200 - total flux cleaned = -0.000157504 Jy ! Total flux subtracted in 200 components = -0.000157504 Jy ! Clean residual min=-0.002051 max=0.002181 Jy/beam ! Clean residual mean=-0.000000 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.148825 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 69 components and 0.148825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066342Jy sigma=0.000768 ! Fit after self-cal, rms=0.066342Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.51527e-05 Jy ! Component: 100 - total flux cleaned = -4.4286e-05 Jy ! Component: 150 - total flux cleaned = -4.41078e-05 Jy ! Component: 200 - total flux cleaned = -4.40634e-05 Jy ! Total flux subtracted in 200 components = -4.40634e-05 Jy ! Clean residual min=-0.002049 max=0.002171 Jy/beam ! Clean residual mean=-0.000000 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.148781 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 74 components and 0.148781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066339Jy sigma=0.000768 ! Fit after self-cal, rms=0.066339Jy sigma=0.000768 ! 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.066339Jy sigma=0.000768 ! Fit after self-cal, rms=0.066312Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.573 mas, bmaj=10.77 mas, bpa=-6.034 degrees ! Estimated noise=991.404 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000167433 Jy ! Component: 100 - total flux cleaned = -0.000258165 Jy ! Component: 150 - total flux cleaned = -0.000272713 Jy ! Component: 200 - total flux cleaned = -0.000286472 Jy ! Total flux subtracted in 200 components = -0.000286472 Jy ! Clean residual min=-0.001967 max=0.002805 Jy/beam ! Clean residual mean=0.000000 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.148495 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 81 components and 0.148495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066313Jy sigma=0.000768 ! Fit after self-cal, rms=0.066313Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.2583e-05 Jy ! Component: 100 - total flux cleaned = -6.64973e-07 Jy ! Component: 150 - total flux cleaned = -2.28287e-05 Jy ! Component: 200 - total flux cleaned = -3.27861e-05 Jy ! Total flux subtracted in 200 components = -3.27861e-05 Jy ! Clean residual min=-0.001953 max=0.002721 Jy/beam ! Clean residual mean=0.000000 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.148462 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 82 components and 0.148462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066315Jy sigma=0.000768 ! Fit after self-cal, rms=0.066315Jy sigma=0.000768 ! 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.084 mas, bmaj=7.458 mas, bpa=3.624 degrees ! Estimated noise=757.928 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.084 x 7.458 at 3.624 degrees (North through East) ! Clean map min=-0.0019686 max=0.1155 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.474 mas, bmaj=6.488 mas, bpa=6.782 degrees ! Estimated noise=1243.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0858908 Jy ! Component: 100 - total flux cleaned = 0.111679 Jy ! Component: 150 - total flux cleaned = 0.124669 Jy ! Component: 200 - total flux cleaned = 0.132202 Jy ! Total flux subtracted in 200 components = 0.132202 Jy ! Clean residual min=-0.003868 max=0.004657 Jy/beam ! Clean residual mean=0.000001 rms=0.000970 Jy/beam ! Combined flux in latest and established models = 0.132202 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.132202 Jy ! Inverting map and beam ! Estimated beam: bmin=3.084 mas, bmaj=7.458 mas, bpa=3.624 degrees ! Estimated noise=757.928 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.00683977 Jy ! Component: 100 - total flux cleaned = 0.0105931 Jy ! Component: 150 - total flux cleaned = 0.0128925 Jy ! Component: 200 - total flux cleaned = 0.0143527 Jy ! Total flux subtracted in 200 components = 0.0143527 Jy ! Clean residual min=-0.002230 max=0.002135 Jy/beam ! Clean residual mean=0.000001 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.146554 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 46 components and 0.146554 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=6.573 mas, bmaj=10.77 mas, bpa=-6.034 degrees ! Estimated noise=991.404 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00148654 Jy ! Component: 100 - total flux cleaned = 0.00179388 Jy ! Component: 150 - total flux cleaned = 0.00186766 Jy ! Component: 200 - total flux cleaned = 0.0018693 Jy ! Total flux subtracted in 200 components = 0.0018693 Jy ! Clean residual min=-0.002035 max=0.002836 Jy/beam ! Clean residual mean=0.000000 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.148424 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 = -1.73911e-05 Jy ! Component: 100 - total flux cleaned = -1.75367e-05 Jy ! Component: 150 - total flux cleaned = -3.28087e-05 Jy ! Component: 200 - total flux cleaned = -4.67635e-05 Jy ! Total flux subtracted in 200 components = -4.67635e-05 Jy ! Clean residual min=-0.001985 max=0.002755 Jy/beam ! Clean residual mean=0.000000 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.148377 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 57 components and 0.148377 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.084 mas, bmaj=7.458 mas, bpa=3.624 degrees ! Estimated noise=757.928 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000310255 Jy ! Component: 100 - total flux cleaned = 0.000412069 Jy ! Component: 150 - total flux cleaned = 0.000412923 Jy ! Component: 200 - total flux cleaned = 0.000412462 Jy ! Total flux subtracted in 200 components = 0.000412462 Jy ! Clean residual min=-0.002051 max=0.002160 Jy/beam ! Clean residual mean=-0.000000 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.148789 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 65 components and 0.148789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066321Jy sigma=0.000768 ! Fit after self-cal, rms=0.066320Jy sigma=0.000768 wmodel J1622+1426_S_2015_01_22_pus_map.mod ! Writing 65 model components to file: J1622+1426_S_2015_01_22_pus_map.mod wobs J1622+1426_S_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1622+1426_S_2015_01_22_pus_uvs.fits wwins J1622+1426_S_2015_01_22_pus_map.win ! wwins: Wrote 2 windows to J1622+1426_S_2015_01_22_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 = 0.000520646 Jy ! Component: 100 - total flux cleaned = 0.000666434 Jy ! Component: 150 - total flux cleaned = 0.000800216 Jy ! Component: 200 - total flux cleaned = 0.000989815 Jy ! Component: 250 - total flux cleaned = 0.00102131 Jy ! Component: 300 - total flux cleaned = 0.00102202 Jy ! Component: 350 - total flux cleaned = 0.000913476 Jy ! Component: 400 - total flux cleaned = 0.000834247 Jy ! Component: 450 - total flux cleaned = 0.000630937 Jy ! Component: 500 - total flux cleaned = 0.000557142 Jy ! Component: 550 - total flux cleaned = 0.000437628 Jy ! Component: 600 - total flux cleaned = 0.000253492 Jy ! Component: 650 - total flux cleaned = 0.000186307 Jy ! Component: 700 - total flux cleaned = 7.75556e-05 Jy ! Component: 750 - total flux cleaned = -7.07169e-05 Jy ! Component: 800 - total flux cleaned = -0.000215513 Jy ! Component: 850 - total flux cleaned = -0.000376815 Jy ! Component: 900 - total flux cleaned = -0.000533865 Jy ! Component: 950 - total flux cleaned = -0.000629368 Jy ! Component: 1000 - total flux cleaned = -0.00068562 Jy ! Component: 1050 - total flux cleaned = -0.000832768 Jy ! Component: 1100 - total flux cleaned = -0.000869 Jy ! Component: 1150 - total flux cleaned = -0.000975164 Jy ! Component: 1200 - total flux cleaned = -0.00104419 Jy ! Component: 1250 - total flux cleaned = -0.00104427 Jy ! Component: 1300 - total flux cleaned = -0.00109425 Jy ! Component: 1350 - total flux cleaned = -0.00111022 Jy ! Component: 1400 - total flux cleaned = -0.00112623 Jy ! Component: 1450 - total flux cleaned = -0.00114217 Jy ! Component: 1500 - total flux cleaned = -0.0011112 Jy ! Component: 1550 - total flux cleaned = -0.00114189 Jy ! Component: 1600 - total flux cleaned = -0.00114201 Jy ! Component: 1650 - total flux cleaned = -0.00112704 Jy ! Component: 1700 - total flux cleaned = -0.00117098 Jy ! Component: 1750 - total flux cleaned = -0.00112763 Jy ! Component: 1800 - total flux cleaned = -0.00109932 Jy ! Component: 1850 - total flux cleaned = -0.00107127 Jy ! Component: 1900 - total flux cleaned = -0.00108511 Jy ! Component: 1950 - total flux cleaned = -0.00107119 Jy ! Component: 2000 - total flux cleaned = -0.00104406 Jy ! Component: 2050 - total flux cleaned = -0.00103047 Jy ! Component: 2100 - total flux cleaned = -0.0010172 Jy ! Component: 2150 - total flux cleaned = -0.00101703 Jy ! Component: 2200 - total flux cleaned = -0.000991077 Jy ! Component: 2250 - total flux cleaned = -0.000978368 Jy ! Component: 2300 - total flux cleaned = -0.000978499 Jy ! Component: 2350 - total flux cleaned = -0.00100368 Jy ! Component: 2400 - total flux cleaned = -0.000978588 Jy ! Component: 2450 - total flux cleaned = -0.000978635 Jy ! Component: 2500 - total flux cleaned = -0.000954134 Jy ! Component: 2550 - total flux cleaned = -0.000929945 Jy ! Component: 2600 - total flux cleaned = -0.00089387 Jy ! Component: 2650 - total flux cleaned = -0.000893802 Jy ! Component: 2700 - total flux cleaned = -0.00085821 Jy ! Component: 2750 - total flux cleaned = -0.000834718 Jy ! Component: 2800 - total flux cleaned = -0.000776414 Jy ! Component: 2850 - total flux cleaned = -0.000764849 Jy ! Component: 2900 - total flux cleaned = -0.000753264 Jy ! Component: 2950 - total flux cleaned = -0.000707305 Jy ! Component: 3000 - total flux cleaned = -0.000707417 Jy ! Component: 3050 - total flux cleaned = -0.000707405 Jy ! Component: 3100 - total flux cleaned = -0.000718714 Jy ! Component: 3150 - total flux cleaned = -0.000763682 Jy ! Component: 3200 - total flux cleaned = -0.000786002 Jy ! Component: 3250 - total flux cleaned = -0.000830537 Jy ! Component: 3300 - total flux cleaned = -0.000852725 Jy ! Component: 3350 - total flux cleaned = -0.000874857 Jy ! Component: 3400 - total flux cleaned = -0.000874879 Jy ! Component: 3450 - total flux cleaned = -0.00088593 Jy ! Component: 3500 - total flux cleaned = -0.000918877 Jy ! Component: 3550 - total flux cleaned = -0.000962674 Jy ! Component: 3600 - total flux cleaned = -0.000973602 Jy ! Component: 3650 - total flux cleaned = -0.00102812 Jy ! Component: 3700 - total flux cleaned = -0.00106081 Jy ! Component: 3750 - total flux cleaned = -0.00106079 Jy ! Component: 3800 - total flux cleaned = -0.0010825 Jy ! Component: 3850 - total flux cleaned = -0.0011041 Jy ! Component: 3900 - total flux cleaned = -0.00112568 Jy ! Component: 3950 - total flux cleaned = -0.00116888 Jy ! Component: 4000 - total flux cleaned = -0.00117973 Jy ! Component: 4050 - total flux cleaned = -0.00120134 Jy ! Total flux subtracted in 4096 components = -0.00122295 Jy ! Clean residual min=-0.000604 max=0.000654 Jy/beam ! Clean residual mean=0.000001 rms=0.000186 Jy/beam ! Combined flux in latest and established models = 0.147566 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 330 components and 0.147566 Jy ![Exited script file: muppet] wmap "J1622+1426_S_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.084 x 7.458 at 3.624 degrees (North through East) ! Clean map min=-0.0021791 max=0.11535 Jy/beam ! Writing clean map to FITS file: J1622+1426_S_2015_01_22_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.115354 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00018752 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.487682 0.487682 0.975363 1.95073 3.90145 7.80291 15.6058 31.2116 62.4233 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.115 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.084 x 7.458 at 3.624 degrees (North through East) ! Clean map min=-0.0021791 max=0.11535 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 J1622+1426_S_2015_01_22_pus_uvs.log closed on Tue Jan 3 22:59:17 2017