! Started logfile: J1623+3909_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:10:22 2016 obs J1623+3909_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1623+3909_S_2014_08_09_pus_uva.fits ! AN table 1: 73 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.70898 visibilities/baseline/integration-bin. ! Found source: J1623+3909 ! ! 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 342 lines of history. ! ! Reading 9316 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 J1623+3909_S_2014_08_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 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.914771Jy sigma=0.010938 ! Fit after self-cal, rms=0.905504Jy sigma=0.010833 ! 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.373 mas, bmaj=6.7 mas, bpa=28.4 degrees ! Estimated noise=998.985 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.0727884 Jy ! Component: 100 - total flux cleaned = 0.0945451 Jy ! Total flux subtracted in 100 components = 0.0945451 Jy ! Clean residual min=-0.005252 max=0.009102 Jy/beam ! Clean residual mean=-0.000013 rms=0.001370 Jy/beam ! Combined flux in latest and established models = 0.0945451 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0945451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071351Jy sigma=0.000797 ! Fit after self-cal, rms=0.071302Jy sigma=0.000796 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100357 Jy ! Component: 100 - total flux cleaned = 0.0156755 Jy ! Total flux subtracted in 100 components = 0.0156755 Jy ! Clean residual min=-0.003993 max=0.004256 Jy/beam ! Clean residual mean=-0.000007 rms=0.000943 Jy/beam ! Combined flux in latest and established models = 0.110221 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 17 components and 0.110221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069869Jy sigma=0.000781 ! Fit after self-cal, rms=0.069852Jy sigma=0.000780 ! 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.083 mas, bmaj=7.315 mas, bpa=28.99 degrees ! Estimated noise=621.62 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.00297093 Jy ! Component: 100 - total flux cleaned = 0.0044287 Jy ! Component: 150 - total flux cleaned = 0.00522017 Jy ! Component: 200 - total flux cleaned = 0.0054577 Jy ! Total flux subtracted in 200 components = 0.0054577 Jy ! Clean residual min=-0.002595 max=0.003250 Jy/beam ! Clean residual mean=-0.000007 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.115678 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 29 components and 0.115678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069699Jy sigma=0.000779 ! Fit after self-cal, rms=0.069697Jy sigma=0.000779 ! 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.88 HN 0.96 KP 1.05 ! LA 1.13 MK 0.96 NL 0.96 OV 0.97 ! PT 1.04 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 0.99 FD 1.05 HN 1.01 KP 1.01 ! LA 1.05 MK 1.02 NL 1.00 OV 1.00 ! PT 1.00 SC 1.09 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.20 HN 1.05 KP 0.88 ! LA 0.90 MK 1.00 NL 1.03 OV 0.94 ! PT 0.98 SC 0.96 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.09 HN 1.02 KP 0.90 ! LA 0.85 MK 1.04 NL 1.06 OV 0.96 ! PT 1.09 SC 0.98 ! ! ! Fit before self-cal, rms=0.069697Jy sigma=0.000779 ! Fit after self-cal, rms=0.068184Jy sigma=0.000771 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.08 mas, bmaj=7.322 mas, bpa=29.08 degrees ! Estimated noise=620.625 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 (-12, 11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.003122 Jy ! Component: 100 - total flux cleaned = 0.00480143 Jy ! Component: 150 - total flux cleaned = 0.00601265 Jy ! Component: 200 - total flux cleaned = 0.00654576 Jy ! Total flux subtracted in 200 components = 0.00654576 Jy ! Clean residual min=-0.001900 max=0.002238 Jy/beam ! Clean residual mean=-0.000005 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.122224 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 57 components and 0.122224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068027Jy sigma=0.000769 ! Fit after self-cal, rms=0.068015Jy 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.068015Jy sigma=0.000769 ! Fit after self-cal, rms=0.067973Jy sigma=0.000768 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.075 mas, bmaj=7.346 mas, bpa=29.09 degrees ! Estimated noise=619.103 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000619028 Jy ! Component: 100 - total flux cleaned = 0.000850578 Jy ! Component: 150 - total flux cleaned = 0.000907246 Jy ! Component: 200 - total flux cleaned = 0.000931103 Jy ! Total flux subtracted in 200 components = 0.000931103 Jy ! Clean residual min=-0.001738 max=0.002052 Jy/beam ! Clean residual mean=-0.000004 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.123155 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 70 components and 0.123155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067943Jy sigma=0.000768 ! Fit after self-cal, rms=0.067948Jy 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 = 0.000137592 Jy ! Component: 100 - total flux cleaned = 0.000205419 Jy ! Component: 150 - total flux cleaned = 0.000246779 Jy ! Component: 200 - total flux cleaned = 0.000246436 Jy ! Total flux subtracted in 200 components = 0.000246436 Jy ! Clean residual min=-0.001769 max=0.001998 Jy/beam ! Clean residual mean=-0.000004 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.123402 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 80 components and 0.123402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067935Jy sigma=0.000768 ! Fit after self-cal, rms=0.067935Jy 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.067935Jy sigma=0.000768 ! Fit after self-cal, rms=0.067859Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.075 mas, bmaj=7.363 mas, bpa=29.15 degrees ! Estimated noise=618.258 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.08222e-05 Jy ! Component: 100 - total flux cleaned = -0.00010122 Jy ! Component: 150 - total flux cleaned = -0.000136864 Jy ! Component: 200 - total flux cleaned = -0.000153878 Jy ! Total flux subtracted in 200 components = -0.000153878 Jy ! Clean residual min=-0.001693 max=0.001958 Jy/beam ! Clean residual mean=-0.000004 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.123248 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 95 components and 0.123248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067847Jy sigma=0.000767 ! Fit after self-cal, rms=0.067847Jy 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 = 2.69012e-05 Jy ! Component: 100 - total flux cleaned = 4.37002e-05 Jy ! Component: 150 - total flux cleaned = 7.37088e-05 Jy ! Component: 200 - total flux cleaned = 8.74987e-05 Jy ! Total flux subtracted in 200 components = 8.74987e-05 Jy ! Clean residual min=-0.001717 max=0.001919 Jy/beam ! Clean residual mean=-0.000004 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.123335 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 102 components and 0.123335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067841Jy sigma=0.000767 ! Fit after self-cal, rms=0.067841Jy 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.067841Jy sigma=0.000767 ! Fit after self-cal, rms=0.067802Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.661 mas, bmaj=9.236 mas, bpa=15 degrees ! Estimated noise=724.313 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.43362e-05 Jy ! Component: 100 - total flux cleaned = -8.44643e-05 Jy ! Component: 150 - total flux cleaned = -3.74229e-05 Jy ! Component: 200 - total flux cleaned = 1.72599e-05 Jy ! Total flux subtracted in 200 components = 1.72599e-05 Jy ! Clean residual min=-0.001969 max=0.002508 Jy/beam ! Clean residual mean=-0.000006 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.123352 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 113 components and 0.123352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067797Jy sigma=0.000767 ! Fit after self-cal, rms=0.067796Jy 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 = 9.30193e-05 Jy ! Component: 100 - total flux cleaned = 0.000133486 Jy ! Component: 150 - total flux cleaned = 0.000170713 Jy ! Component: 200 - total flux cleaned = 0.000182433 Jy ! Total flux subtracted in 200 components = 0.000182433 Jy ! Clean residual min=-0.001986 max=0.002526 Jy/beam ! Clean residual mean=-0.000006 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.123535 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 119 components and 0.123535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067794Jy sigma=0.000767 ! Fit after self-cal, rms=0.067794Jy 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.075 mas, bmaj=7.375 mas, bpa=29.19 degrees ! Estimated noise=617.83 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.075 x 7.375 at 29.19 degrees (North through East) ! Clean map min=-0.0017071 max=0.092754 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.369 mas, bmaj=6.748 mas, bpa=28.54 degrees ! Estimated noise=986.811 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0717656 Jy ! Component: 100 - total flux cleaned = 0.0941075 Jy ! Component: 150 - total flux cleaned = 0.103805 Jy ! Component: 200 - total flux cleaned = 0.109115 Jy ! Total flux subtracted in 200 components = 0.109115 Jy ! Clean residual min=-0.003216 max=0.003738 Jy/beam ! Clean residual mean=-0.000008 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.109115 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.109115 Jy ! Inverting map and beam ! Estimated beam: bmin=4.075 mas, bmaj=7.375 mas, bpa=29.19 degrees ! Estimated noise=617.83 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.00403106 Jy ! Component: 100 - total flux cleaned = 0.00678804 Jy ! Component: 150 - total flux cleaned = 0.00803783 Jy ! Component: 200 - total flux cleaned = 0.00912316 Jy ! Total flux subtracted in 200 components = 0.00912316 Jy ! Clean residual min=-0.002027 max=0.002043 Jy/beam ! Clean residual mean=-0.000008 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.118238 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 48 components and 0.118238 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.661 mas, bmaj=9.236 mas, bpa=15 degrees ! Estimated noise=724.313 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00176502 Jy ! Component: 100 - total flux cleaned = 0.00276796 Jy ! Component: 150 - total flux cleaned = 0.00340197 Jy ! Component: 200 - total flux cleaned = 0.00392301 Jy ! Total flux subtracted in 200 components = 0.00392301 Jy ! Clean residual min=-0.002115 max=0.002584 Jy/beam ! Clean residual mean=-0.000008 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.122161 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.000275929 Jy ! Component: 100 - total flux cleaned = 0.000494287 Jy ! Component: 150 - total flux cleaned = 0.000711494 Jy ! Component: 200 - total flux cleaned = 0.000810968 Jy ! Total flux subtracted in 200 components = 0.000810968 Jy ! Clean residual min=-0.002020 max=0.002584 Jy/beam ! Clean residual mean=-0.000007 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.122972 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 97 components and 0.122972 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.075 mas, bmaj=7.375 mas, bpa=29.19 degrees ! Estimated noise=617.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.63895e-05 Jy ! Component: 100 - total flux cleaned = 0.000119315 Jy ! Component: 150 - total flux cleaned = 0.000174257 Jy ! Component: 200 - total flux cleaned = 0.000175196 Jy ! Total flux subtracted in 200 components = 0.000175196 Jy ! Clean residual min=-0.001749 max=0.001999 Jy/beam ! Clean residual mean=-0.000004 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.123147 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 117 components and 0.123147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067808Jy sigma=0.000767 ! Fit after self-cal, rms=0.067804Jy sigma=0.000767 wmodel J1623+3909_S_2014_08_09_pus_map.mod ! Writing 117 model components to file: J1623+3909_S_2014_08_09_pus_map.mod wobs J1623+3909_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1623+3909_S_2014_08_09_pus_uvs.fits wwins J1623+3909_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J1623+3909_S_2014_08_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 = 0.000749461 Jy ! Component: 100 - total flux cleaned = 0.00103817 Jy ! Component: 150 - total flux cleaned = 0.00124908 Jy ! Component: 200 - total flux cleaned = 0.00139208 Jy ! Component: 250 - total flux cleaned = 0.00152802 Jy ! Component: 300 - total flux cleaned = 0.00165774 Jy ! Component: 350 - total flux cleaned = 0.00168307 Jy ! Component: 400 - total flux cleaned = 0.00177909 Jy ! Component: 450 - total flux cleaned = 0.0019196 Jy ! Component: 500 - total flux cleaned = 0.0019652 Jy ! Component: 550 - total flux cleaned = 0.00212085 Jy ! Component: 600 - total flux cleaned = 0.00222916 Jy ! Component: 650 - total flux cleaned = 0.00235607 Jy ! Component: 700 - total flux cleaned = 0.00243902 Jy ! Component: 750 - total flux cleaned = 0.00256081 Jy ! Component: 800 - total flux cleaned = 0.00262052 Jy ! Component: 850 - total flux cleaned = 0.00269839 Jy ! Component: 900 - total flux cleaned = 0.00279409 Jy ! Component: 950 - total flux cleaned = 0.00283166 Jy ! Component: 1000 - total flux cleaned = 0.00290556 Jy ! Component: 1050 - total flux cleaned = 0.00292365 Jy ! Component: 1100 - total flux cleaned = 0.00292376 Jy ! Component: 1150 - total flux cleaned = 0.0029413 Jy ! Component: 1200 - total flux cleaned = 0.00297563 Jy ! Component: 1250 - total flux cleaned = 0.00292501 Jy ! Component: 1300 - total flux cleaned = 0.00294187 Jy ! Component: 1350 - total flux cleaned = 0.00300764 Jy ! Component: 1400 - total flux cleaned = 0.00299138 Jy ! Component: 1450 - total flux cleaned = 0.0030073 Jy ! Component: 1500 - total flux cleaned = 0.00302325 Jy ! Component: 1550 - total flux cleaned = 0.00305432 Jy ! Component: 1600 - total flux cleaned = 0.00308499 Jy ! Component: 1650 - total flux cleaned = 0.00307008 Jy ! Component: 1700 - total flux cleaned = 0.0031588 Jy ! Component: 1750 - total flux cleaned = 0.00315879 Jy ! Component: 1800 - total flux cleaned = 0.00317348 Jy ! Component: 1850 - total flux cleaned = 0.00313072 Jy ! Component: 1900 - total flux cleaned = 0.00306059 Jy ! Component: 1950 - total flux cleaned = 0.0029911 Jy ! Component: 2000 - total flux cleaned = 0.00299115 Jy ! Component: 2050 - total flux cleaned = 0.00297734 Jy ! Component: 2100 - total flux cleaned = 0.00288326 Jy ! Component: 2150 - total flux cleaned = 0.00280379 Jy ! Component: 2200 - total flux cleaned = 0.00284304 Jy ! Component: 2250 - total flux cleaned = 0.00275203 Jy ! Component: 2300 - total flux cleaned = 0.00272636 Jy ! Component: 2350 - total flux cleaned = 0.00263745 Jy ! Component: 2400 - total flux cleaned = 0.00262521 Jy ! Component: 2450 - total flux cleaned = 0.00260018 Jy ! Component: 2500 - total flux cleaned = 0.00257543 Jy ! Component: 2550 - total flux cleaned = 0.00251441 Jy ! Component: 2600 - total flux cleaned = 0.00245388 Jy ! Component: 2650 - total flux cleaned = 0.00241784 Jy ! Component: 2700 - total flux cleaned = 0.00232303 Jy ! Component: 2750 - total flux cleaned = 0.00226426 Jy ! Component: 2800 - total flux cleaned = 0.00220594 Jy ! Component: 2850 - total flux cleaned = 0.00217131 Jy ! Component: 2900 - total flux cleaned = 0.00205667 Jy ! Component: 2950 - total flux cleaned = 0.00202264 Jy ! Component: 3000 - total flux cleaned = 0.00190989 Jy ! Component: 3050 - total flux cleaned = 0.00186527 Jy ! Component: 3100 - total flux cleaned = 0.00179858 Jy ! Component: 3150 - total flux cleaned = 0.00169968 Jy ! Component: 3200 - total flux cleaned = 0.00163419 Jy ! Component: 3250 - total flux cleaned = 0.00158012 Jy ! Component: 3300 - total flux cleaned = 0.0015049 Jy ! Component: 3350 - total flux cleaned = 0.0014729 Jy ! Component: 3400 - total flux cleaned = 0.00138836 Jy ! Component: 3450 - total flux cleaned = 0.00131491 Jy ! Component: 3500 - total flux cleaned = 0.00124199 Jy ! Component: 3550 - total flux cleaned = 0.00115929 Jy ! Component: 3600 - total flux cleaned = 0.00111835 Jy ! Component: 3650 - total flux cleaned = 0.00111833 Jy ! Component: 3700 - total flux cleaned = 0.00104747 Jy ! Component: 3750 - total flux cleaned = 0.00100734 Jy ! Component: 3800 - total flux cleaned = 0.000927651 Jy ! Component: 3850 - total flux cleaned = 0.000878175 Jy ! Component: 3900 - total flux cleaned = 0.000838781 Jy ! Component: 3950 - total flux cleaned = 0.000809427 Jy ! Component: 4000 - total flux cleaned = 0.000722157 Jy ! Component: 4050 - total flux cleaned = 0.000702967 Jy ! Total flux subtracted in 4096 components = 0.000655098 Jy ! Clean residual min=-0.000631 max=0.000600 Jy/beam ! Clean residual mean=-0.000002 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.123802 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 414 components and 0.123802 Jy ![Exited script file: muppet] wmap "J1623+3909_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.075 x 7.375 at 29.19 degrees (North through East) ! Clean map min=-0.0010629 max=0.092758 Jy/beam ! Writing clean map to FITS file: J1623+3909_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0927576 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000178249 device "J1623+3909_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1623+3909_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.576498 0.576498 1.153 2.30599 4.61198 9.22396 18.4479 36.8958 73.7917 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.092 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.075 x 7.375 at 29.19 degrees (North through East) ! Clean map min=-0.0010629 max=0.092758 Jy/beam quit ! Quitting program ! Log file J1623+3909_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:10:27 2016