! Started logfile: J0612+4122_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:56:32 2016 obs J0612+4122_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0612+4122_S_2014_08_09_pus_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.741379 visibilities/baseline/integration-bin. ! Found source: J0612+4122 ! ! 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 7740 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 J0612+4122_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 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.877164Jy sigma=0.010157 ! Fit after self-cal, rms=0.864471Jy sigma=0.010019 ! 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=4.325 mas, bmaj=5.958 mas, bpa=48.25 degrees ! Estimated noise=968.039 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.102434 Jy ! Component: 100 - total flux cleaned = 0.134611 Jy ! Total flux subtracted in 100 components = 0.134611 Jy ! Clean residual min=-0.007133 max=0.013747 Jy/beam ! Clean residual mean=0.000035 rms=0.001963 Jy/beam ! Combined flux in latest and established models = 0.134611 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.134611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078336Jy sigma=0.000843 ! Fit after self-cal, rms=0.078001Jy sigma=0.000839 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.015669 Jy ! Component: 100 - total flux cleaned = 0.0235996 Jy ! Total flux subtracted in 100 components = 0.0235996 Jy ! Clean residual min=-0.005036 max=0.005466 Jy/beam ! Clean residual mean=0.000024 rms=0.001225 Jy/beam ! Combined flux in latest and established models = 0.15821 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.15821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074070Jy sigma=0.000797 ! Fit after self-cal, rms=0.073999Jy sigma=0.000796 ! 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=5.169 mas, bmaj=6.639 mas, bpa=43.69 degrees ! Estimated noise=704.612 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 (5.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00700764 Jy ! Component: 100 - total flux cleaned = 0.0109139 Jy ! Component: 150 - total flux cleaned = 0.0137108 Jy ! Component: 200 - total flux cleaned = 0.015839 Jy ! Total flux subtracted in 200 components = 0.015839 Jy ! Clean residual min=-0.003392 max=0.003370 Jy/beam ! Clean residual mean=0.000025 rms=0.000862 Jy/beam ! Combined flux in latest and established models = 0.174049 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 76 components and 0.174049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073138Jy sigma=0.000788 ! Fit after self-cal, rms=0.073107Jy sigma=0.000788 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.87 HN 1.01 KP 1.03 ! LA 1.11 MK 1.00* NL 0.99 OV 0.98 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.07 HN 1.03 KP 1.04 ! LA 1.06 MK 1.00* NL 0.98 OV 1.04 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.17 HN 1.02 KP 0.90 ! LA 0.84 MK 1.00* NL 1.04 OV 0.95 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.05 HN 0.98 KP 0.88 ! LA 0.79 MK 1.00* NL 1.06 OV 0.98 ! PT 1.02 SC 1.01 ! ! ! Fit before self-cal, rms=0.073107Jy sigma=0.000788 ! Fit after self-cal, rms=0.069636Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.169 mas, bmaj=6.64 mas, bpa=43.6 degrees ! Estimated noise=701.935 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.000818044 Jy ! Component: 100 - total flux cleaned = 0.00111116 Jy ! Component: 150 - total flux cleaned = 0.00131193 Jy ! Component: 200 - total flux cleaned = 0.00150658 Jy ! Total flux subtracted in 200 components = 0.00150658 Jy ! Clean residual min=-0.002366 max=0.002279 Jy/beam ! Clean residual mean=0.000011 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.175556 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 95 components and 0.175556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069597Jy sigma=0.000769 ! Fit after self-cal, rms=0.069581Jy 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.069581Jy sigma=0.000769 ! Fit after self-cal, rms=0.069547Jy sigma=0.000766 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.159 mas, bmaj=6.651 mas, bpa=43.68 degrees ! Estimated noise=700.877 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000558921 Jy ! Component: 100 - total flux cleaned = 0.000856132 Jy ! Component: 150 - total flux cleaned = 0.000914721 Jy ! Component: 200 - total flux cleaned = 0.00101844 Jy ! Total flux subtracted in 200 components = 0.00101844 Jy ! Clean residual min=-0.001959 max=0.002024 Jy/beam ! Clean residual mean=0.000019 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.176574 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 106 components and 0.176574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069530Jy sigma=0.000766 ! Fit after self-cal, rms=0.069535Jy sigma=0.000766 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.000125763 Jy ! Component: 100 - total flux cleaned = 0.000241922 Jy ! Component: 150 - total flux cleaned = 0.000284779 Jy ! Component: 200 - total flux cleaned = 0.000351733 Jy ! Total flux subtracted in 200 components = 0.000351733 Jy ! Clean residual min=-0.001944 max=0.002005 Jy/beam ! Clean residual mean=0.000019 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.176926 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 115 components and 0.176926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069528Jy sigma=0.000766 ! Fit after self-cal, rms=0.069527Jy sigma=0.000766 ! 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.069527Jy sigma=0.000766 ! Fit after self-cal, rms=0.069567Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.159 mas, bmaj=6.655 mas, bpa=43.68 degrees ! Estimated noise=700.807 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000355893 Jy ! Component: 100 - total flux cleaned = 0.000428465 Jy ! Component: 150 - total flux cleaned = 0.000454741 Jy ! Component: 200 - total flux cleaned = 0.000490724 Jy ! Total flux subtracted in 200 components = 0.000490724 Jy ! Clean residual min=-0.001935 max=0.001975 Jy/beam ! Clean residual mean=0.000021 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.177417 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 121 components and 0.177417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069561Jy sigma=0.000766 ! Fit after self-cal, rms=0.069561Jy sigma=0.000766 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 = 8.80369e-05 Jy ! Component: 100 - total flux cleaned = 0.000146415 Jy ! Component: 150 - total flux cleaned = 0.000178345 Jy ! Component: 200 - total flux cleaned = 0.000218485 Jy ! Total flux subtracted in 200 components = 0.000218485 Jy ! Clean residual min=-0.001922 max=0.001965 Jy/beam ! Clean residual mean=0.000021 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.177635 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 122 components and 0.177635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069558Jy sigma=0.000766 ! Fit after self-cal, rms=0.069557Jy sigma=0.000766 ! 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.069557Jy sigma=0.000766 ! Fit after self-cal, rms=0.069590Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.613 mas, bmaj=9.124 mas, bpa=-2.2 degrees ! Estimated noise=793.038 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000374797 Jy ! Component: 100 - total flux cleaned = 0.000372977 Jy ! Component: 150 - total flux cleaned = 0.000396952 Jy ! Component: 200 - total flux cleaned = 0.000405703 Jy ! Total flux subtracted in 200 components = 0.000405703 Jy ! Clean residual min=-0.001877 max=0.002138 Jy/beam ! Clean residual mean=0.000041 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.178041 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 130 components and 0.178041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069591Jy sigma=0.000765 ! Fit after self-cal, rms=0.069591Jy 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 = 8.52703e-05 Jy ! Component: 100 - total flux cleaned = 0.000124209 Jy ! Component: 150 - total flux cleaned = 0.000124532 Jy ! Component: 200 - total flux cleaned = 0.000132145 Jy ! Total flux subtracted in 200 components = 0.000132145 Jy ! Clean residual min=-0.001877 max=0.002135 Jy/beam ! Clean residual mean=0.000041 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.178173 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 137 components and 0.178173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069593Jy sigma=0.000765 ! Fit after self-cal, rms=0.069593Jy sigma=0.000765 ! 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=5.159 mas, bmaj=6.659 mas, bpa=43.68 degrees ! Estimated noise=700.77 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.159 x 6.659 at 43.68 degrees (North through East) ! Clean map min=-0.0018105 max=0.12987 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=4.338 mas, bmaj=5.976 mas, bpa=47.62 degrees ! Estimated noise=960.408 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.101817 Jy ! Component: 100 - total flux cleaned = 0.135508 Jy ! Component: 150 - total flux cleaned = 0.150341 Jy ! Component: 200 - total flux cleaned = 0.158499 Jy ! Total flux subtracted in 200 components = 0.158499 Jy ! Clean residual min=-0.003809 max=0.004247 Jy/beam ! Clean residual mean=0.000012 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.158499 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.158499 Jy ! Inverting map and beam ! Estimated beam: bmin=5.159 mas, bmaj=6.659 mas, bpa=43.68 degrees ! Estimated noise=700.77 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.00641366 Jy ! Component: 100 - total flux cleaned = 0.00993649 Jy ! Component: 150 - total flux cleaned = 0.0123154 Jy ! Component: 200 - total flux cleaned = 0.0140816 Jy ! Total flux subtracted in 200 components = 0.0140816 Jy ! Clean residual min=-0.002102 max=0.002206 Jy/beam ! Clean residual mean=0.000020 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.172581 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 66 components and 0.172581 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.613 mas, bmaj=9.124 mas, bpa=-2.2 degrees ! Estimated noise=793.038 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192714 Jy ! Component: 100 - total flux cleaned = 0.00307087 Jy ! Component: 150 - total flux cleaned = 0.00386866 Jy ! Component: 200 - total flux cleaned = 0.00444216 Jy ! Total flux subtracted in 200 components = 0.00444216 Jy ! Clean residual min=-0.001850 max=0.002099 Jy/beam ! Clean residual mean=0.000040 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.177023 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.000414694 Jy ! Component: 100 - total flux cleaned = 0.000606056 Jy ! Component: 150 - total flux cleaned = 0.000723592 Jy ! Component: 200 - total flux cleaned = 0.000824956 Jy ! Total flux subtracted in 200 components = 0.000824956 Jy ! Clean residual min=-0.001858 max=0.002115 Jy/beam ! Clean residual mean=0.000041 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.177848 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 124 components and 0.177848 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.159 mas, bmaj=6.659 mas, bpa=43.68 degrees ! Estimated noise=700.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.1719e-05 Jy ! Component: 100 - total flux cleaned = 2.46418e-05 Jy ! Component: 150 - total flux cleaned = 6.46435e-05 Jy ! Component: 200 - total flux cleaned = 0.00013459 Jy ! Total flux subtracted in 200 components = 0.00013459 Jy ! Clean residual min=-0.001900 max=0.001968 Jy/beam ! Clean residual mean=0.000022 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.177983 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 137 components and 0.177983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069606Jy sigma=0.000766 ! Fit after self-cal, rms=0.069601Jy sigma=0.000766 wmodel J0612+4122_S_2014_08_09_pus_map.mod ! Writing 137 model components to file: J0612+4122_S_2014_08_09_pus_map.mod wobs J0612+4122_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0612+4122_S_2014_08_09_pus_uvs.fits wwins J0612+4122_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J0612+4122_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.000157244 Jy ! Component: 100 - total flux cleaned = 0.000125016 Jy ! Component: 150 - total flux cleaned = 0.000218847 Jy ! Component: 200 - total flux cleaned = 0.000248637 Jy ! Component: 250 - total flux cleaned = 0.000247807 Jy ! Component: 300 - total flux cleaned = 0.000218928 Jy ! Component: 350 - total flux cleaned = 0.000107641 Jy ! Component: 400 - total flux cleaned = -4.39028e-07 Jy ! Component: 450 - total flux cleaned = -2.77365e-07 Jy ! Component: 500 - total flux cleaned = -0.000105034 Jy ! Component: 550 - total flux cleaned = -0.000181339 Jy ! Component: 600 - total flux cleaned = -0.000205754 Jy ! Component: 650 - total flux cleaned = -0.000279669 Jy ! Component: 700 - total flux cleaned = -0.000303415 Jy ! Component: 750 - total flux cleaned = -0.000279794 Jy ! Component: 800 - total flux cleaned = -0.000303028 Jy ! Component: 850 - total flux cleaned = -0.000394029 Jy ! Component: 900 - total flux cleaned = -0.00025958 Jy ! Component: 950 - total flux cleaned = -0.000348028 Jy ! Component: 1000 - total flux cleaned = -0.000347915 Jy ! Component: 1050 - total flux cleaned = -0.000220035 Jy ! Component: 1100 - total flux cleaned = -0.000115419 Jy ! Component: 1150 - total flux cleaned = -7.42273e-05 Jy ! Component: 1200 - total flux cleaned = 2.73539e-05 Jy ! Component: 1250 - total flux cleaned = 0.000106824 Jy ! Component: 1300 - total flux cleaned = 0.000205284 Jy ! Component: 1350 - total flux cleaned = 0.00030187 Jy ! Component: 1400 - total flux cleaned = 0.000397559 Jy ! Component: 1450 - total flux cleaned = 0.00049225 Jy ! Component: 1500 - total flux cleaned = 0.00054855 Jy ! Component: 1550 - total flux cleaned = 0.000604019 Jy ! Component: 1600 - total flux cleaned = 0.000676886 Jy ! Component: 1650 - total flux cleaned = 0.000730879 Jy ! Component: 1700 - total flux cleaned = 0.000766466 Jy ! Component: 1750 - total flux cleaned = 0.00080141 Jy ! Component: 1800 - total flux cleaned = 0.000835531 Jy ! Component: 1850 - total flux cleaned = 0.000835298 Jy ! Component: 1900 - total flux cleaned = 0.00081835 Jy ! Component: 1950 - total flux cleaned = 0.000834961 Jy ! Component: 2000 - total flux cleaned = 0.000801587 Jy ! Component: 2050 - total flux cleaned = 0.000785286 Jy ! Component: 2100 - total flux cleaned = 0.000801609 Jy ! Component: 2150 - total flux cleaned = 0.000769806 Jy ! Component: 2200 - total flux cleaned = 0.000722271 Jy ! Component: 2250 - total flux cleaned = 0.00072264 Jy ! Component: 2300 - total flux cleaned = 0.000707367 Jy ! Component: 2350 - total flux cleaned = 0.00078396 Jy ! Component: 2400 - total flux cleaned = 0.000799234 Jy ! Component: 2450 - total flux cleaned = 0.000814225 Jy ! Component: 2500 - total flux cleaned = 0.000873433 Jy ! Component: 2550 - total flux cleaned = 0.000814417 Jy ! Component: 2600 - total flux cleaned = 0.00082916 Jy ! Component: 2650 - total flux cleaned = 0.000814584 Jy ! Component: 2700 - total flux cleaned = 0.000800182 Jy ! Component: 2750 - total flux cleaned = 0.000856716 Jy ! Component: 2800 - total flux cleaned = 0.000814547 Jy ! Component: 2850 - total flux cleaned = 0.000814663 Jy ! Component: 2900 - total flux cleaned = 0.000897628 Jy ! Component: 2950 - total flux cleaned = 0.000870392 Jy ! Component: 3000 - total flux cleaned = 0.000938347 Jy ! Component: 3050 - total flux cleaned = 0.000978754 Jy ! Component: 3100 - total flux cleaned = 0.00101876 Jy ! Component: 3150 - total flux cleaned = 0.00104523 Jy ! Component: 3200 - total flux cleaned = 0.00111067 Jy ! Component: 3250 - total flux cleaned = 0.00116259 Jy ! Component: 3300 - total flux cleaned = 0.00120108 Jy ! Component: 3350 - total flux cleaned = 0.00117559 Jy ! Component: 3400 - total flux cleaned = 0.00117559 Jy ! Component: 3450 - total flux cleaned = 0.00127593 Jy ! Component: 3500 - total flux cleaned = 0.00126339 Jy ! Component: 3550 - total flux cleaned = 0.00130044 Jy ! Component: 3600 - total flux cleaned = 0.00126364 Jy ! Component: 3650 - total flux cleaned = 0.00128789 Jy ! Component: 3700 - total flux cleaned = 0.00126371 Jy ! Component: 3750 - total flux cleaned = 0.0012759 Jy ! Component: 3800 - total flux cleaned = 0.00131138 Jy ! Component: 3850 - total flux cleaned = 0.00127596 Jy ! Component: 3900 - total flux cleaned = 0.00124107 Jy ! Component: 3950 - total flux cleaned = 0.00127592 Jy ! Component: 4000 - total flux cleaned = 0.0012874 Jy ! Component: 4050 - total flux cleaned = 0.00129877 Jy ! Total flux subtracted in 4096 components = 0.00128746 Jy ! Clean residual min=-0.000658 max=0.000667 Jy/beam ! Clean residual mean=0.000001 rms=0.000211 Jy/beam ! Combined flux in latest and established models = 0.17927 Jy keep ! Adding 307 model components to the UV plane model. ! The established model now contains 444 components and 0.17927 Jy ![Exited script file: muppet] wmap "J0612+4122_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.159 x 6.659 at 43.68 degrees (North through East) ! Clean map min=-0.0014612 max=0.12972 Jy/beam ! Writing clean map to FITS file: J0612+4122_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.129717 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000205825 device "J0612+4122_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0612+4122_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.476018 0.476018 0.952036 1.90407 3.80814 7.61629 15.2326 30.4651 60.9303 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.129 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.159 x 6.659 at 43.68 degrees (North through East) ! Clean map min=-0.0014612 max=0.12972 Jy/beam quit ! Quitting program ! Log file J0612+4122_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:56:37 2016