! Started logfile: J0805+6144_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:21:54 2016 obs J0805+6144_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0805+6144_S_2014_08_05_pus_uva.fits ! AN table 1: 49 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.685714 visibilities/baseline/integration-bin. ! Found source: J0805+6144 ! ! 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 6048 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 J0805+6144_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 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.352169Jy sigma=0.003257 ! Fit after self-cal, rms=0.317281Jy sigma=0.002924 ! 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.619 mas, bmaj=7.81 mas, bpa=-86.92 degrees ! Estimated noise=1256.45 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.549617 Jy ! Component: 100 - total flux cleaned = 0.706281 Jy ! Total flux subtracted in 100 components = 0.706281 Jy ! Clean residual min=-0.020329 max=0.066395 Jy/beam ! Clean residual mean=-0.000115 rms=0.007759 Jy/beam ! Combined flux in latest and established models = 0.706281 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.706281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.195256Jy sigma=0.001687 ! Fit after self-cal, rms=0.195145Jy sigma=0.001686 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0711085 Jy ! Component: 100 - total flux cleaned = 0.109651 Jy ! Total flux subtracted in 100 components = 0.109651 Jy ! Clean residual min=-0.015604 max=0.029223 Jy/beam ! Clean residual mean=-0.000037 rms=0.005075 Jy/beam ! Combined flux in latest and established models = 0.815932 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 37 components and 0.815932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.154606Jy sigma=0.001283 ! Fit after self-cal, rms=0.154523Jy sigma=0.001282 ! 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.422 mas, bmaj=9.286 mas, bpa=-86.05 degrees ! Estimated noise=957.676 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.0365639 Jy ! Component: 100 - total flux cleaned = 0.0574484 Jy ! Component: 150 - total flux cleaned = 0.0706974 Jy ! Component: 200 - total flux cleaned = 0.0792358 Jy ! Total flux subtracted in 200 components = 0.0792358 Jy ! Clean residual min=-0.013825 max=0.017929 Jy/beam ! Clean residual mean=0.000007 rms=0.003639 Jy/beam ! Combined flux in latest and established models = 0.895167 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 71 components and 0.895167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142889Jy sigma=0.001204 ! Fit after self-cal, rms=0.142825Jy sigma=0.001203 ! 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.97 FD 0.86 HN 0.95 KP 1.05 ! LA 1.11 MK 1.00* NL 0.97 OV 0.98 ! PT 1.03 SC 1.09 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HN 0.97 KP 1.01 ! LA 1.06 MK 1.00* NL 1.02 OV 1.01 ! PT 1.02 SC 1.14 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.16 HN 0.99 KP 0.90 ! LA 0.84 MK 1.00* NL 0.99 OV 0.94 ! PT 1.00 SC 1.14 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.03 HN 0.96 KP 0.87 ! LA 0.81 MK 1.00* NL 1.07 OV 1.00 ! PT 1.04 SC 1.10 ! ! ! Fit before self-cal, rms=0.142825Jy sigma=0.001203 ! Fit after self-cal, rms=0.108237Jy sigma=0.000896 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.53 mas, bmaj=9.482 mas, bpa=-85.9 degrees ! Estimated noise=962.142 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, -5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.57003e-05 Jy ! Component: 100 - total flux cleaned = -0.00296345 Jy ! Component: 150 - total flux cleaned = -0.00469136 Jy ! Component: 200 - total flux cleaned = -0.00527506 Jy ! Total flux subtracted in 200 components = -0.00527506 Jy ! Clean residual min=-0.011261 max=0.010075 Jy/beam ! Clean residual mean=-0.000010 rms=0.002376 Jy/beam ! Combined flux in latest and established models = 0.889892 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 95 components and 0.889892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104394Jy sigma=0.000872 ! Fit after self-cal, rms=0.104185Jy sigma=0.000869 ! 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.104185Jy sigma=0.000869 ! Fit after self-cal, rms=0.094476Jy sigma=0.000797 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.483 mas, bmaj=9.338 mas, bpa=-85.96 degrees ! Estimated noise=958.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00310766 Jy ! Component: 100 - total flux cleaned = -0.00368147 Jy ! Component: 150 - total flux cleaned = -0.00336482 Jy ! Component: 200 - total flux cleaned = -0.00308288 Jy ! Total flux subtracted in 200 components = -0.00308288 Jy ! Clean residual min=-0.004833 max=0.003856 Jy/beam ! Clean residual mean=-0.000001 rms=0.001095 Jy/beam ! Combined flux in latest and established models = 0.88681 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 116 components and 0.88681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093761Jy sigma=0.000791 ! Fit after self-cal, rms=0.093773Jy sigma=0.000790 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.000547109 Jy ! Component: 100 - total flux cleaned = 0.00103388 Jy ! Component: 150 - total flux cleaned = 0.00124551 Jy ! Component: 200 - total flux cleaned = 0.00144517 Jy ! Total flux subtracted in 200 components = 0.00144517 Jy ! Clean residual min=-0.004395 max=0.003609 Jy/beam ! Clean residual mean=0.000000 rms=0.001036 Jy/beam ! Combined flux in latest and established models = 0.888255 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 125 components and 0.888255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093500Jy sigma=0.000788 ! Fit after self-cal, rms=0.093486Jy sigma=0.000788 ! 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.093486Jy sigma=0.000788 ! Fit after self-cal, rms=0.093572Jy sigma=0.000786 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.485 mas, bmaj=9.332 mas, bpa=-86.01 degrees ! Estimated noise=957.799 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00330176 Jy ! Component: 100 - total flux cleaned = -0.00355771 Jy ! Component: 150 - total flux cleaned = -0.00335959 Jy ! Component: 200 - total flux cleaned = -0.00317747 Jy ! Total flux subtracted in 200 components = -0.00317747 Jy ! Clean residual min=-0.003923 max=0.003285 Jy/beam ! Clean residual mean=0.000002 rms=0.000912 Jy/beam ! Combined flux in latest and established models = 0.885077 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 129 components and 0.885077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093273Jy sigma=0.000783 ! Fit after self-cal, rms=0.093262Jy sigma=0.000783 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.000108378 Jy ! Component: 100 - total flux cleaned = 0.000272288 Jy ! Component: 150 - total flux cleaned = 0.000425498 Jy ! Component: 200 - total flux cleaned = 0.00064144 Jy ! Total flux subtracted in 200 components = 0.00064144 Jy ! Clean residual min=-0.003797 max=0.003223 Jy/beam ! Clean residual mean=0.000002 rms=0.000878 Jy/beam ! Combined flux in latest and established models = 0.885719 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 139 components and 0.885719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093131Jy sigma=0.000782 ! Fit after self-cal, rms=0.093124Jy sigma=0.000782 ! 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.093124Jy sigma=0.000782 ! Fit after self-cal, rms=0.093201Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.313 mas, bmaj=13.48 mas, bpa=-77.23 degrees ! Estimated noise=1068.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00223841 Jy ! Component: 100 - total flux cleaned = -0.00237338 Jy ! Component: 150 - total flux cleaned = -0.00247469 Jy ! Component: 200 - total flux cleaned = -0.00247491 Jy ! Total flux subtracted in 200 components = -0.00247491 Jy ! Clean residual min=-0.003591 max=0.002769 Jy/beam ! Clean residual mean=0.000005 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.883244 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 153 components and 0.883244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093091Jy sigma=0.000780 ! Fit after self-cal, rms=0.093081Jy sigma=0.000780 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.000124032 Jy ! Component: 100 - total flux cleaned = 1.23235e-05 Jy ! Component: 150 - total flux cleaned = 0.000161895 Jy ! Component: 200 - total flux cleaned = 0.00022715 Jy ! Total flux subtracted in 200 components = 0.00022715 Jy ! Clean residual min=-0.003539 max=0.002749 Jy/beam ! Clean residual mean=0.000005 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.883471 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 168 components and 0.883471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093034Jy sigma=0.000780 ! Fit after self-cal, rms=0.093026Jy sigma=0.000780 ! 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.487 mas, bmaj=9.327 mas, bpa=-86.05 degrees ! Estimated noise=957.006 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.487 x 9.327 at -86.05 degrees (North through East) ! Clean map min=-0.0034042 max=0.72579 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093026Jy sigma=0.000780 ! Fit after self-cal, rms=0.087163Jy sigma=0.000721 ! Inverting map and beam ! Estimated beam: bmin=4.491 mas, bmaj=9.33 mas, bpa=-86.1 degrees ! Estimated noise=956.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00211175 Jy ! Component: 100 - total flux cleaned = -0.0023401 Jy ! Component: 150 - total flux cleaned = -0.00234006 Jy ! Component: 200 - total flux cleaned = -0.00233861 Jy ! Total flux subtracted in 200 components = -0.00233861 Jy ! Clean residual min=-0.003278 max=0.003018 Jy/beam ! Clean residual mean=0.000005 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.881132 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 175 components and 0.881132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087040Jy sigma=0.000720 ! Fit after self-cal, rms=0.087035Jy sigma=0.000720 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.22312e-05 Jy ! Component: 100 - total flux cleaned = 6.16449e-06 Jy ! Component: 150 - total flux cleaned = 7.85234e-06 Jy ! Component: 200 - total flux cleaned = 5.92023e-05 Jy ! Total flux subtracted in 200 components = 5.92023e-05 Jy ! Clean residual min=-0.003240 max=0.002958 Jy/beam ! Clean residual mean=0.000005 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.881191 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 181 components and 0.881191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086967Jy sigma=0.000719 ! Fit after self-cal, rms=0.086965Jy sigma=0.000719 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086965Jy sigma=0.000719 ! Fit after self-cal, rms=0.087004Jy sigma=0.000719 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.656 mas, bmaj=7.828 mas, bpa=-87.1 degrees ! Estimated noise=1273.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.556786 Jy ! Component: 100 - total flux cleaned = 0.711437 Jy ! Component: 150 - total flux cleaned = 0.777709 Jy ! Component: 200 - total flux cleaned = 0.809766 Jy ! Total flux subtracted in 200 components = 0.809766 Jy ! Clean residual min=-0.006530 max=0.015428 Jy/beam ! Clean residual mean=-0.000047 rms=0.002051 Jy/beam ! Combined flux in latest and established models = 0.809766 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.809766 Jy ! Inverting map and beam ! Estimated beam: bmin=4.492 mas, bmaj=9.326 mas, bpa=-86.13 degrees ! Estimated noise=955.572 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.0248199 Jy ! Component: 100 - total flux cleaned = 0.0387866 Jy ! Component: 150 - total flux cleaned = 0.0478547 Jy ! Component: 200 - total flux cleaned = 0.0540472 Jy ! Total flux subtracted in 200 components = 0.0540472 Jy ! Clean residual min=-0.003329 max=0.004014 Jy/beam ! Clean residual mean=-0.000018 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.863813 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 67 components and 0.863813 Jy ! Inverting map ! Added new window around map position (-5, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00449816 Jy ! Component: 100 - total flux cleaned = 0.00780752 Jy ! Component: 150 - total flux cleaned = 0.0102042 Jy ! Component: 200 - total flux cleaned = 0.0114181 Jy ! Total flux subtracted in 200 components = 0.0114181 Jy ! Clean residual min=-0.002876 max=0.003171 Jy/beam ! Clean residual mean=-0.000001 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.875231 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 96 components and 0.875231 Jy ! Inverting map ! Added new window around map position (-55.5, -24.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0028807 Jy ! Component: 100 - total flux cleaned = 0.0040463 Jy ! Component: 150 - total flux cleaned = 0.00474034 Jy ! Component: 200 - total flux cleaned = 0.00531578 Jy ! Total flux subtracted in 200 components = 0.00531578 Jy ! Clean residual min=-0.002787 max=0.002706 Jy/beam ! Clean residual mean=0.000001 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.880547 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 117 components and 0.880547 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.33 mas, bmaj=13.49 mas, bpa=-77.23 degrees ! Estimated noise=1065.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00092956 Jy ! Component: 100 - total flux cleaned = 0.00122881 Jy ! Component: 150 - total flux cleaned = 0.00142024 Jy ! Component: 200 - total flux cleaned = 0.00150369 Jy ! Total flux subtracted in 200 components = 0.00150369 Jy ! Clean residual min=-0.002812 max=0.002795 Jy/beam ! Clean residual mean=0.000007 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.88205 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 = 5.03593e-05 Jy ! Component: 100 - total flux cleaned = 7.40611e-05 Jy ! Component: 150 - total flux cleaned = 0.000118471 Jy ! Component: 200 - total flux cleaned = 0.000161459 Jy ! Total flux subtracted in 200 components = 0.000161459 Jy ! Clean residual min=-0.002774 max=0.002777 Jy/beam ! Clean residual mean=0.000008 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.882212 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 165 components and 0.882212 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.492 mas, bmaj=9.326 mas, bpa=-86.13 degrees ! Estimated noise=955.572 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000124188 Jy ! Component: 100 - total flux cleaned = 7.14192e-05 Jy ! Component: 150 - total flux cleaned = 0.000120947 Jy ! Component: 200 - total flux cleaned = 0.000122817 Jy ! Total flux subtracted in 200 components = 0.000122817 Jy ! Clean residual min=-0.002626 max=0.002637 Jy/beam ! Clean residual mean=0.000004 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.882335 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 177 components and 0.882335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086697Jy sigma=0.000715 ! Fit after self-cal, rms=0.086674Jy sigma=0.000715 wmodel J0805+6144_S_2014_08_05_pus_map.mod ! Writing 177 model components to file: J0805+6144_S_2014_08_05_pus_map.mod wobs J0805+6144_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0805+6144_S_2014_08_05_pus_uvs.fits wwins J0805+6144_S_2014_08_05_pus_map.win ! wwins: Wrote 4 windows to J0805+6144_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.000253584 Jy ! Component: 100 - total flux cleaned = -0.000127002 Jy ! Component: 150 - total flux cleaned = 7.52899e-05 Jy ! Component: 200 - total flux cleaned = 0.000305185 Jy ! Component: 250 - total flux cleaned = 0.000600591 Jy ! Component: 300 - total flux cleaned = 0.000886217 Jy ! Component: 350 - total flux cleaned = 0.00123351 Jy ! Component: 400 - total flux cleaned = 0.00157189 Jy ! Component: 450 - total flux cleaned = 0.00186899 Jy ! Component: 500 - total flux cleaned = 0.00203042 Jy ! Component: 550 - total flux cleaned = 0.00225212 Jy ! Component: 600 - total flux cleaned = 0.0021904 Jy ! Component: 650 - total flux cleaned = 0.00234415 Jy ! Component: 700 - total flux cleaned = 0.00243455 Jy ! Component: 750 - total flux cleaned = 0.00243462 Jy ! Component: 800 - total flux cleaned = 0.00252192 Jy ! Component: 850 - total flux cleaned = 0.00237845 Jy ! Component: 900 - total flux cleaned = 0.00240679 Jy ! Component: 950 - total flux cleaned = 0.00235121 Jy ! Component: 1000 - total flux cleaned = 0.00240611 Jy ! Component: 1050 - total flux cleaned = 0.00240558 Jy ! Component: 1100 - total flux cleaned = 0.00243192 Jy ! Component: 1150 - total flux cleaned = 0.00237868 Jy ! Component: 1200 - total flux cleaned = 0.00245679 Jy ! Component: 1250 - total flux cleaned = 0.00245632 Jy ! Component: 1300 - total flux cleaned = 0.00243129 Jy ! Component: 1350 - total flux cleaned = 0.00250651 Jy ! Component: 1400 - total flux cleaned = 0.00243204 Jy ! Component: 1450 - total flux cleaned = 0.00238326 Jy ! Component: 1500 - total flux cleaned = 0.0023828 Jy ! Component: 1550 - total flux cleaned = 0.00235905 Jy ! Component: 1600 - total flux cleaned = 0.00235916 Jy ! Component: 1650 - total flux cleaned = 0.0022412 Jy ! Component: 1700 - total flux cleaned = 0.00217147 Jy ! Component: 1750 - total flux cleaned = 0.00217147 Jy ! Component: 1800 - total flux cleaned = 0.00210317 Jy ! Component: 1850 - total flux cleaned = 0.00208054 Jy ! Component: 1900 - total flux cleaned = 0.00199067 Jy ! Component: 1950 - total flux cleaned = 0.00192405 Jy ! Component: 2000 - total flux cleaned = 0.0019021 Jy ! Component: 2050 - total flux cleaned = 0.00188013 Jy ! Component: 2100 - total flux cleaned = 0.00175033 Jy ! Component: 2150 - total flux cleaned = 0.00175036 Jy ! Component: 2200 - total flux cleaned = 0.00170773 Jy ! Component: 2250 - total flux cleaned = 0.00166557 Jy ! Component: 2300 - total flux cleaned = 0.00166558 Jy ! Component: 2350 - total flux cleaned = 0.00168624 Jy ! Component: 2400 - total flux cleaned = 0.00154273 Jy ! Component: 2450 - total flux cleaned = 0.00166518 Jy ! Component: 2500 - total flux cleaned = 0.00162461 Jy ! Component: 2550 - total flux cleaned = 0.00162472 Jy ! Component: 2600 - total flux cleaned = 0.00160489 Jy ! Component: 2650 - total flux cleaned = 0.00158531 Jy ! Component: 2700 - total flux cleaned = 0.00158525 Jy ! Component: 2750 - total flux cleaned = 0.00150738 Jy ! Component: 2800 - total flux cleaned = 0.00156529 Jy ! Component: 2850 - total flux cleaned = 0.00152665 Jy ! Component: 2900 - total flux cleaned = 0.00145069 Jy ! Component: 2950 - total flux cleaned = 0.00141304 Jy ! Component: 3000 - total flux cleaned = 0.00139443 Jy ! Component: 3050 - total flux cleaned = 0.00139428 Jy ! Component: 3100 - total flux cleaned = 0.00146799 Jy ! Component: 3150 - total flux cleaned = 0.00135766 Jy ! Component: 3200 - total flux cleaned = 0.00130288 Jy ! Component: 3250 - total flux cleaned = 0.001303 Jy ! Component: 3300 - total flux cleaned = 0.00126718 Jy ! Component: 3350 - total flux cleaned = 0.00130277 Jy ! Component: 3400 - total flux cleaned = 0.0012318 Jy ! Component: 3450 - total flux cleaned = 0.00124936 Jy ! Component: 3500 - total flux cleaned = 0.00121427 Jy ! Component: 3550 - total flux cleaned = 0.00121433 Jy ! Component: 3600 - total flux cleaned = 0.00116231 Jy ! Component: 3650 - total flux cleaned = 0.00116218 Jy ! Component: 3700 - total flux cleaned = 0.00112805 Jy ! Component: 3750 - total flux cleaned = 0.00109403 Jy ! Component: 3800 - total flux cleaned = 0.00107718 Jy ! Component: 3850 - total flux cleaned = 0.0010436 Jy ! Component: 3900 - total flux cleaned = 0.00102696 Jy ! Component: 3950 - total flux cleaned = 0.00101043 Jy ! Component: 4000 - total flux cleaned = 0.000994244 Jy ! Component: 4050 - total flux cleaned = 0.00101043 Jy ! Total flux subtracted in 4096 components = 0.00101055 Jy ! Clean residual min=-0.001001 max=0.000926 Jy/beam ! Clean residual mean=-0.000000 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.883346 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 463 components and 0.883346 Jy ![Exited script file: muppet] wmap "J0805+6144_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.492 x 9.326 at -86.13 degrees (North through East) ! Clean map min=-0.0020892 max=0.7331 Jy/beam ! Writing clean map to FITS file: J0805+6144_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.733096 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000314629 device "J0805+6144_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0805+6144_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.128754 0.128754 0.257507 0.515015 1.03003 2.06006 4.12012 8.24024 16.4805 32.9609 65.9219 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.733 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.492 x 9.326 at -86.13 degrees (North through East) ! Clean map min=-0.0020892 max=0.7331 Jy/beam quit ! Quitting program ! Log file J0805+6144_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:21:59 2016