! Started logfile: J0104+1134_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:11:06 2016 obs J0104+1134_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0104+1134_S_2014_08_05_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.767299 visibilities/baseline/integration-bin. ! Found source: J0104+1134 ! ! 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 360 lines of history. ! ! Reading 16988 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 J0104+1134_S_2014_08_05_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 158 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 158 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 158 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 158 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001361Jy sigma=0.011335 ! Fit after self-cal, rms=0.964910Jy sigma=0.010944 ! 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.758 mas, bmaj=8.4 mas, bpa=18.13 degrees ! Estimated noise=823.821 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.0292237 Jy ! Component: 100 - total flux cleaned = 0.0356258 Jy ! Total flux subtracted in 100 components = 0.0356258 Jy ! Clean residual min=-0.002652 max=0.003110 Jy/beam ! Clean residual mean=0.000004 rms=0.000755 Jy/beam ! Combined flux in latest and established models = 0.0356258 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0356258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075763Jy sigma=0.000780 ! Fit after self-cal, rms=0.074127Jy sigma=0.000760 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00410859 Jy ! Component: 100 - total flux cleaned = 0.00416509 Jy ! Total flux subtracted in 100 components = 0.00416509 Jy ! Clean residual min=-0.002668 max=0.002589 Jy/beam ! Clean residual mean=0.000005 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.0397909 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 14 components and 0.0397909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073896Jy sigma=0.000759 ! Fit after self-cal, rms=0.073894Jy sigma=0.000759 ! 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.493 mas, bmaj=9.273 mas, bpa=17.66 degrees ! Estimated noise=487.831 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.000595308 Jy ! Component: 100 - total flux cleaned = -0.000734831 Jy ! Component: 150 - total flux cleaned = -0.000842545 Jy ! Component: 200 - total flux cleaned = -0.000911499 Jy ! Total flux subtracted in 200 components = -0.000911499 Jy ! Clean residual min=-0.001560 max=0.001720 Jy/beam ! Clean residual mean=0.000006 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.0388794 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 24 components and 0.0388794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073872Jy sigma=0.000759 ! Fit after self-cal, rms=0.073825Jy sigma=0.000758 ! 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 1.08 FD 0.89 HN 0.99 KP 1.15 ! LA 1.12 MK 1.00* NL 0.97 OV 1.00 ! PT 1.13 SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.02 HN 1.08 KP 0.99 ! LA 1.06 MK 1.00* NL 1.04 OV 1.02 ! PT 1.07 SC 0.97 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.08 HN 1.01 KP 1.00 ! LA 0.89 MK 1.00* NL 0.89 OV 1.00 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.02 HN 1.01 KP 0.88 ! LA 0.80 MK 1.00* NL 1.05 OV 0.79 ! PT 1.08 SC 0.94 ! ! ! Fit before self-cal, rms=0.073825Jy sigma=0.000758 ! Fit after self-cal, rms=0.070816Jy sigma=0.000756 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.445 mas, bmaj=9.286 mas, bpa=17.97 degrees ! Estimated noise=489.037 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 = -8.44769e-05 Jy ! Component: 100 - total flux cleaned = -0.000216479 Jy ! Component: 150 - total flux cleaned = -0.000318395 Jy ! Component: 200 - total flux cleaned = -0.000383185 Jy ! Total flux subtracted in 200 components = -0.000383185 Jy ! Clean residual min=-0.001375 max=0.001762 Jy/beam ! Clean residual mean=0.000005 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.0384962 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 33 components and 0.0384962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070798Jy sigma=0.000756 ! Fit after self-cal, rms=0.070762Jy sigma=0.000755 ! 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.070762Jy sigma=0.000755 ! Fit after self-cal, rms=0.069495Jy sigma=0.000753 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.466 mas, bmaj=9.312 mas, bpa=18.15 degrees ! Estimated noise=487.733 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000249645 Jy ! Component: 100 - total flux cleaned = -0.000303441 Jy ! Component: 150 - total flux cleaned = -0.000292015 Jy ! Component: 200 - total flux cleaned = -0.000281133 Jy ! Total flux subtracted in 200 components = -0.000281133 Jy ! Clean residual min=-0.001394 max=0.001409 Jy/beam ! Clean residual mean=0.000003 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0382151 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.0382151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069490Jy sigma=0.000753 ! Fit after self-cal, rms=0.069526Jy sigma=0.000752 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (8.5, -56). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110491 Jy ! Component: 100 - total flux cleaned = 0.00110849 Jy ! Component: 150 - total flux cleaned = 0.00110804 Jy ! Component: 200 - total flux cleaned = 0.00106694 Jy ! Total flux subtracted in 200 components = 0.00106694 Jy ! Clean residual min=-0.001281 max=0.001455 Jy/beam ! Clean residual mean=0.000004 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.039282 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 64 components and 0.039282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069496Jy sigma=0.000752 ! Fit after self-cal, rms=0.069483Jy sigma=0.000752 ! Inverting map ! Added new window around map position (-43.5, -36). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141588 Jy ! Component: 100 - total flux cleaned = 0.00186846 Jy ! Component: 150 - total flux cleaned = 0.00194855 Jy ! Component: 200 - total flux cleaned = 0.00204352 Jy ! Total flux subtracted in 200 components = 0.00204352 Jy ! Clean residual min=-0.001158 max=0.001223 Jy/beam ! Clean residual mean=0.000003 rms=0.000306 Jy/beam ! Combined flux in latest and established models = 0.0413256 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 83 components and 0.0413256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069448Jy sigma=0.000751 ! Fit after self-cal, rms=0.069426Jy sigma=0.000751 ! 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.069426Jy sigma=0.000751 ! Fit after self-cal, rms=0.069390Jy sigma=0.000751 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.463 mas, bmaj=9.315 mas, bpa=18.2 degrees ! Estimated noise=484.714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010425 Jy ! Component: 100 - total flux cleaned = 0.00127473 Jy ! Component: 150 - total flux cleaned = 0.00144516 Jy ! Component: 200 - total flux cleaned = 0.00150809 Jy ! Total flux subtracted in 200 components = 0.00150809 Jy ! Clean residual min=-0.001180 max=0.001256 Jy/beam ! Clean residual mean=0.000002 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.0428337 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 95 components and 0.0428337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069367Jy sigma=0.000751 ! Fit after self-cal, rms=0.069394Jy sigma=0.000750 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.000793023 Jy ! Component: 100 - total flux cleaned = 0.000943217 Jy ! Component: 150 - total flux cleaned = 0.00102974 Jy ! Component: 200 - total flux cleaned = 0.00110884 Jy ! Total flux subtracted in 200 components = 0.00110884 Jy ! Clean residual min=-0.001144 max=0.001245 Jy/beam ! Clean residual mean=0.000003 rms=0.000294 Jy/beam ! Combined flux in latest and established models = 0.0439425 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 110 components and 0.0439425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069377Jy sigma=0.000750 ! Fit after self-cal, rms=0.069372Jy sigma=0.000750 ! 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.069372Jy sigma=0.000750 ! Fit after self-cal, rms=0.069450Jy sigma=0.000750 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.125 mas, bmaj=10.94 mas, bpa=6.219 degrees ! Estimated noise=548.818 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000305642 Jy ! Component: 100 - total flux cleaned = 0.00035273 Jy ! Component: 150 - total flux cleaned = 0.000408329 Jy ! Component: 200 - total flux cleaned = 0.000457459 Jy ! Total flux subtracted in 200 components = 0.000457459 Jy ! Clean residual min=-0.001087 max=0.001124 Jy/beam ! Clean residual mean=0.000003 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.0444 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 141 components and 0.0444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069440Jy sigma=0.000750 ! Fit after self-cal, rms=0.069464Jy sigma=0.000750 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.000185171 Jy ! Component: 100 - total flux cleaned = 0.00029601 Jy ! Component: 150 - total flux cleaned = 0.00036093 Jy ! Component: 200 - total flux cleaned = 0.000390438 Jy ! Total flux subtracted in 200 components = 0.000390438 Jy ! Clean residual min=-0.001170 max=0.001092 Jy/beam ! Clean residual mean=0.000003 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.0447904 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 149 components and 0.0447904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069457Jy sigma=0.000750 ! Fit after self-cal, rms=0.069447Jy sigma=0.000750 ! 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.463 mas, bmaj=9.309 mas, bpa=18.1 degrees ! Estimated noise=483.38 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.463 x 9.309 at 18.1 degrees (North through East) ! Clean map min=-0.0024954 max=0.040919 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.738 mas, bmaj=8.456 mas, bpa=18.52 degrees ! Estimated noise=806.683 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0312135 Jy ! Component: 100 - total flux cleaned = 0.0385766 Jy ! Component: 150 - total flux cleaned = 0.0418348 Jy ! Component: 200 - total flux cleaned = 0.043269 Jy ! Total flux subtracted in 200 components = 0.043269 Jy ! Clean residual min=-0.002787 max=0.002488 Jy/beam ! Clean residual mean=0.000004 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.043269 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.043269 Jy ! Inverting map and beam ! Estimated beam: bmin=4.463 mas, bmaj=9.309 mas, bpa=18.1 degrees ! Estimated noise=483.38 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.000598593 Jy ! Component: 100 - total flux cleaned = 0.000674427 Jy ! Component: 150 - total flux cleaned = 0.000786288 Jy ! Component: 200 - total flux cleaned = 0.000836831 Jy ! Total flux subtracted in 200 components = 0.000836831 Jy ! Clean residual min=-0.001339 max=0.001474 Jy/beam ! Clean residual mean=0.000003 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.0441058 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 43 components and 0.0441058 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.125 mas, bmaj=10.94 mas, bpa=6.219 degrees ! Estimated noise=548.818 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000371716 Jy ! Component: 100 - total flux cleaned = 0.000369353 Jy ! Component: 150 - total flux cleaned = 0.000437588 Jy ! Component: 200 - total flux cleaned = 0.000531825 Jy ! Total flux subtracted in 200 components = 0.000531825 Jy ! Clean residual min=-0.001264 max=0.001269 Jy/beam ! Clean residual mean=0.000004 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.0446377 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.000115526 Jy ! Component: 100 - total flux cleaned = 0.000222637 Jy ! Component: 150 - total flux cleaned = 0.000345529 Jy ! Component: 200 - total flux cleaned = 0.000435078 Jy ! Total flux subtracted in 200 components = 0.000435078 Jy ! Clean residual min=-0.001238 max=0.001219 Jy/beam ! Clean residual mean=0.000004 rms=0.000318 Jy/beam ! Combined flux in latest and established models = 0.0450727 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 89 components and 0.0450727 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.463 mas, bmaj=9.309 mas, bpa=18.1 degrees ! Estimated noise=483.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000348019 Jy ! Component: 100 - total flux cleaned = 0.000682115 Jy ! Component: 150 - total flux cleaned = 0.00073583 Jy ! Component: 200 - total flux cleaned = 0.000861035 Jy ! Total flux subtracted in 200 components = 0.000861035 Jy ! Clean residual min=-0.001148 max=0.001363 Jy/beam ! Clean residual mean=0.000002 rms=0.000300 Jy/beam ! Combined flux in latest and established models = 0.0459338 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 110 components and 0.0459338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069456Jy sigma=0.000750 ! Fit after self-cal, rms=0.069461Jy sigma=0.000750 wmodel J0104+1134_S_2014_08_05_pus_map.mod ! Writing 110 model components to file: J0104+1134_S_2014_08_05_pus_map.mod wobs J0104+1134_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0104+1134_S_2014_08_05_pus_uvs.fits wwins J0104+1134_S_2014_08_05_pus_map.win ! wwins: Wrote 3 windows to J0104+1134_S_2014_08_05_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.000280924 Jy ! Component: 100 - total flux cleaned = 0.000381834 Jy ! Component: 150 - total flux cleaned = 0.000381963 Jy ! Component: 200 - total flux cleaned = 0.00034561 Jy ! Component: 250 - total flux cleaned = 0.000310647 Jy ! Component: 300 - total flux cleaned = 0.000293816 Jy ! Component: 350 - total flux cleaned = 0.000293756 Jy ! Component: 400 - total flux cleaned = 0.000293992 Jy ! Component: 450 - total flux cleaned = 0.000310063 Jy ! Component: 500 - total flux cleaned = 0.000340417 Jy ! Component: 550 - total flux cleaned = 0.000310885 Jy ! Component: 600 - total flux cleaned = 0.000325703 Jy ! Component: 650 - total flux cleaned = 0.000297219 Jy ! Component: 700 - total flux cleaned = 0.000269158 Jy ! Component: 750 - total flux cleaned = 0.000241483 Jy ! Component: 800 - total flux cleaned = 0.000241543 Jy ! Component: 850 - total flux cleaned = 0.000228388 Jy ! Component: 900 - total flux cleaned = 0.000280531 Jy ! Component: 950 - total flux cleaned = 0.000293147 Jy ! Component: 1000 - total flux cleaned = 0.000343652 Jy ! Component: 1050 - total flux cleaned = 0.0003438 Jy ! Component: 1100 - total flux cleaned = 0.000392952 Jy ! Component: 1150 - total flux cleaned = 0.000417269 Jy ! Component: 1200 - total flux cleaned = 0.000476693 Jy ! Component: 1250 - total flux cleaned = 0.00050004 Jy ! Component: 1300 - total flux cleaned = 0.000511442 Jy ! Component: 1350 - total flux cleaned = 0.000511249 Jy ! Component: 1400 - total flux cleaned = 0.000556206 Jy ! Component: 1450 - total flux cleaned = 0.000567517 Jy ! Component: 1500 - total flux cleaned = 0.00057849 Jy ! Component: 1550 - total flux cleaned = 0.000643853 Jy ! Component: 1600 - total flux cleaned = 0.000675997 Jy ! Component: 1650 - total flux cleaned = 0.000697255 Jy ! Component: 1700 - total flux cleaned = 0.000728587 Jy ! Component: 1750 - total flux cleaned = 0.000739075 Jy ! Component: 1800 - total flux cleaned = 0.000728761 Jy ! Component: 1850 - total flux cleaned = 0.000698448 Jy ! Component: 1900 - total flux cleaned = 0.000728622 Jy ! Component: 1950 - total flux cleaned = 0.000668931 Jy ! Component: 2000 - total flux cleaned = 0.000718272 Jy ! Component: 2050 - total flux cleaned = 0.000688993 Jy ! Component: 2100 - total flux cleaned = 0.000698744 Jy ! Component: 2150 - total flux cleaned = 0.000717924 Jy ! Component: 2200 - total flux cleaned = 0.000708385 Jy ! Component: 2250 - total flux cleaned = 0.000736559 Jy ! Component: 2300 - total flux cleaned = 0.000764551 Jy ! Component: 2350 - total flux cleaned = 0.000755185 Jy ! Component: 2400 - total flux cleaned = 0.000746054 Jy ! Component: 2450 - total flux cleaned = 0.000755088 Jy ! Component: 2500 - total flux cleaned = 0.000746069 Jy ! Component: 2550 - total flux cleaned = 0.000772707 Jy ! Component: 2600 - total flux cleaned = 0.000719719 Jy ! Component: 2650 - total flux cleaned = 0.000711139 Jy ! Component: 2700 - total flux cleaned = 0.000684982 Jy ! Component: 2750 - total flux cleaned = 0.000667815 Jy ! Component: 2800 - total flux cleaned = 0.000616547 Jy ! Component: 2850 - total flux cleaned = 0.000616492 Jy ! Component: 2900 - total flux cleaned = 0.000624849 Jy ! Component: 2950 - total flux cleaned = 0.000608071 Jy ! Component: 3000 - total flux cleaned = 0.00057495 Jy ! Component: 3050 - total flux cleaned = 0.00059154 Jy ! Component: 3100 - total flux cleaned = 0.000607807 Jy ! Component: 3150 - total flux cleaned = 0.000567204 Jy ! Component: 3200 - total flux cleaned = 0.000583338 Jy ! Component: 3250 - total flux cleaned = 0.000591277 Jy ! Component: 3300 - total flux cleaned = 0.000575448 Jy ! Component: 3350 - total flux cleaned = 0.000567591 Jy ! Component: 3400 - total flux cleaned = 0.000567608 Jy ! Component: 3450 - total flux cleaned = 0.000552083 Jy ! Component: 3500 - total flux cleaned = 0.000552109 Jy ! Component: 3550 - total flux cleaned = 0.000552113 Jy ! Component: 3600 - total flux cleaned = 0.000574987 Jy ! Component: 3650 - total flux cleaned = 0.000590162 Jy ! Component: 3700 - total flux cleaned = 0.000575139 Jy ! Component: 3750 - total flux cleaned = 0.000560239 Jy ! Component: 3800 - total flux cleaned = 0.000597353 Jy ! Component: 3850 - total flux cleaned = 0.000560365 Jy ! Component: 3900 - total flux cleaned = 0.000575006 Jy ! Component: 3950 - total flux cleaned = 0.000531182 Jy ! Component: 4000 - total flux cleaned = 0.000516761 Jy ! Component: 4050 - total flux cleaned = 0.000509536 Jy ! Total flux subtracted in 4096 components = 0.000523856 Jy ! Clean residual min=-0.000484 max=0.000484 Jy/beam ! Clean residual mean=0.000002 rms=0.000140 Jy/beam ! Combined flux in latest and established models = 0.0464576 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 393 components and 0.0464576 Jy ![Exited script file: muppet] wmap "J0104+1134_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.463 x 9.309 at 18.1 degrees (North through East) ! Clean map min=-0.0022396 max=0.040548 Jy/beam ! Writing clean map to FITS file: J0104+1134_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0405483 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000136263 device "J0104+1134_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0104+1134_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.00815 1.00815 2.01631 4.03262 8.06524 16.1305 32.2609 64.5219 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.04 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.463 x 9.309 at 18.1 degrees (North through East) ! Clean map min=-0.0022396 max=0.040548 Jy/beam quit ! Quitting program ! Log file J0104+1134_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:11:13 2016