! Started logfile: J0001+6051_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:46:46 2016 obs J0001+6051_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0001+6051_S_2014_08_09_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.701821 visibilities/baseline/integration-bin. ! Found source: J0001+6051 ! ! 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 15412 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 J0001+6051_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 190 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 190 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 190 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 190 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.955483Jy sigma=0.010733 ! Fit after self-cal, rms=0.931592Jy sigma=0.010467 ! 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.389 mas, bmaj=9.771 mas, bpa=53.46 degrees ! Estimated noise=995.808 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.0481289 Jy ! Component: 100 - total flux cleaned = 0.0659805 Jy ! Total flux subtracted in 100 components = 0.0659805 Jy ! Clean residual min=-0.004526 max=0.008015 Jy/beam ! Clean residual mean=-0.000034 rms=0.001321 Jy/beam ! Combined flux in latest and established models = 0.0659806 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.0659806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078604Jy sigma=0.000816 ! Fit after self-cal, rms=0.078240Jy sigma=0.000811 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107261 Jy ! Component: 100 - total flux cleaned = 0.0177374 Jy ! Total flux subtracted in 100 components = 0.0177374 Jy ! Clean residual min=-0.003486 max=0.005092 Jy/beam ! Clean residual mean=-0.000021 rms=0.000940 Jy/beam ! Combined flux in latest and established models = 0.083718 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 49 components and 0.083718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075619Jy sigma=0.000784 ! Fit after self-cal, rms=0.075543Jy sigma=0.000783 ! 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.388 mas, bmaj=10.3 mas, bpa=52.93 degrees ! Estimated noise=516.277 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 (14, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00935364 Jy ! Component: 100 - total flux cleaned = 0.0153175 Jy ! Component: 150 - total flux cleaned = 0.0195292 Jy ! Component: 200 - total flux cleaned = 0.0226265 Jy ! Total flux subtracted in 200 components = 0.0226265 Jy ! Clean residual min=-0.001917 max=0.002586 Jy/beam ! Clean residual mean=-0.000011 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.106345 Jy ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 125 components and 0.106345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074021Jy sigma=0.000769 ! Fit after self-cal, rms=0.073944Jy sigma=0.000768 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.83 HN 1.04 KP 1.03 ! LA 1.08 MK 1.00* NL 1.00 OV 1.00 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.99 HN 1.03 KP 0.99 ! LA 1.03 MK 1.00* NL 1.00 OV 1.05 ! PT 0.95 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.15 HN 1.08 KP 0.89 ! LA 0.83 MK 1.00* NL 1.00 OV 0.95 ! PT 0.95 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.01 HN 1.02 KP 0.89 ! LA 0.79 MK 1.00* NL 1.08 OV 1.04 ! PT 1.00 SC 0.93 ! ! ! Fit before self-cal, rms=0.073944Jy sigma=0.000768 ! Fit after self-cal, rms=0.070391Jy sigma=0.000763 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.404 mas, bmaj=10.4 mas, bpa=52.82 degrees ! Estimated noise=507.006 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.00124751 Jy ! Component: 100 - total flux cleaned = 0.001464 Jy ! Component: 150 - total flux cleaned = 0.00150831 Jy ! Component: 200 - total flux cleaned = 0.00151009 Jy ! Total flux subtracted in 200 components = 0.00151009 Jy ! Clean residual min=-0.001589 max=0.002104 Jy/beam ! Clean residual mean=0.000008 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.107855 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 150 components and 0.107855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070319Jy sigma=0.000762 ! Fit after self-cal, rms=0.070290Jy sigma=0.000762 ! 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.070290Jy sigma=0.000762 ! Fit after self-cal, rms=0.070276Jy sigma=0.000761 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.413 mas, bmaj=10.34 mas, bpa=52.42 degrees ! Estimated noise=504.261 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000615092 Jy ! Component: 100 - total flux cleaned = 0.000794224 Jy ! Component: 150 - total flux cleaned = 0.000773892 Jy ! Component: 200 - total flux cleaned = 0.000811907 Jy ! Total flux subtracted in 200 components = 0.000811907 Jy ! Clean residual min=-0.001542 max=0.001855 Jy/beam ! Clean residual mean=-0.000001 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.108667 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 173 components and 0.108667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070262Jy sigma=0.000760 ! Fit after self-cal, rms=0.070279Jy sigma=0.000760 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 (46, -33). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00148648 Jy ! Component: 100 - total flux cleaned = 0.00185398 Jy ! Component: 150 - total flux cleaned = 0.00222345 Jy ! Component: 200 - total flux cleaned = 0.00249145 Jy ! Total flux subtracted in 200 components = 0.00249145 Jy ! Clean residual min=-0.001361 max=0.001491 Jy/beam ! Clean residual mean=-0.000001 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.111158 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 202 components and 0.111158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070234Jy sigma=0.000760 ! Fit after self-cal, rms=0.070231Jy sigma=0.000760 ! Inverting map ! Added new window around map position (-126.5, -45.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125708 Jy ! Component: 100 - total flux cleaned = 0.0014931 Jy ! Component: 150 - total flux cleaned = 0.00179077 Jy ! Component: 200 - total flux cleaned = 0.00208046 Jy ! Total flux subtracted in 200 components = 0.00208046 Jy ! Clean residual min=-0.001354 max=0.001264 Jy/beam ! Clean residual mean=-0.000002 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.113238 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 230 components and 0.113238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070200Jy sigma=0.000759 ! Fit after self-cal, rms=0.070195Jy sigma=0.000759 ! 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.070195Jy sigma=0.000759 ! Fit after self-cal, rms=0.070228Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.425 mas, bmaj=10.33 mas, bpa=52.38 degrees ! Estimated noise=503.602 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000364482 Jy ! Component: 100 - total flux cleaned = 0.000632529 Jy ! Component: 150 - total flux cleaned = 0.000849241 Jy ! Component: 200 - total flux cleaned = 0.00106467 Jy ! Total flux subtracted in 200 components = 0.00106467 Jy ! Clean residual min=-0.001237 max=0.001131 Jy/beam ! Clean residual mean=0.000000 rms=0.000303 Jy/beam ! Combined flux in latest and established models = 0.114303 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 254 components and 0.114303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070215Jy sigma=0.000759 ! Fit after self-cal, rms=0.070218Jy sigma=0.000759 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.000112949 Jy ! Component: 100 - total flux cleaned = 0.00024772 Jy ! Component: 150 - total flux cleaned = 0.000373895 Jy ! Component: 200 - total flux cleaned = 0.000521881 Jy ! Total flux subtracted in 200 components = 0.000521881 Jy ! Clean residual min=-0.001201 max=0.001076 Jy/beam ! Clean residual mean=0.000001 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.114825 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 267 components and 0.114825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070211Jy sigma=0.000759 ! Fit after self-cal, rms=0.070209Jy sigma=0.000759 ! 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.070209Jy sigma=0.000759 ! Fit after self-cal, rms=0.070228Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.176 mas, bmaj=11.98 mas, bpa=56.98 degrees ! Estimated noise=574.998 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000505317 Jy ! Component: 100 - total flux cleaned = 0.000817068 Jy ! Component: 150 - total flux cleaned = 0.000965864 Jy ! Component: 200 - total flux cleaned = 0.00107891 Jy ! Total flux subtracted in 200 components = 0.00107891 Jy ! Clean residual min=-0.001266 max=0.001085 Jy/beam ! Clean residual mean=0.000003 rms=0.000318 Jy/beam ! Combined flux in latest and established models = 0.115904 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 300 components and 0.115904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070224Jy sigma=0.000759 ! Fit after self-cal, rms=0.070224Jy sigma=0.000759 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.000260165 Jy ! Component: 100 - total flux cleaned = 0.000345068 Jy ! Component: 150 - total flux cleaned = 0.000413684 Jy ! Component: 200 - total flux cleaned = 0.000489123 Jy ! Total flux subtracted in 200 components = 0.000489123 Jy ! Clean residual min=-0.001227 max=0.001075 Jy/beam ! Clean residual mean=0.000004 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.116393 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 312 components and 0.116393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070221Jy sigma=0.000759 ! Fit after self-cal, rms=0.070221Jy sigma=0.000759 ! 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.43 mas, bmaj=10.32 mas, bpa=52.38 degrees ! Estimated noise=503.55 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.43 x 10.32 at 52.38 degrees (North through East) ! Clean map min=-0.0012546 max=0.063829 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.418 mas, bmaj=9.758 mas, bpa=52.92 degrees ! Estimated noise=978.756 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0476311 Jy ! Component: 100 - total flux cleaned = 0.0668914 Jy ! Component: 150 - total flux cleaned = 0.0767839 Jy ! Component: 200 - total flux cleaned = 0.0837223 Jy ! Total flux subtracted in 200 components = 0.0837223 Jy ! Clean residual min=-0.003283 max=0.003969 Jy/beam ! Clean residual mean=-0.000020 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.0837223 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 40 model components to the UV plane model. ! The established model now contains 40 components and 0.0837223 Jy ! Inverting map and beam ! Estimated beam: bmin=4.43 mas, bmaj=10.32 mas, bpa=52.38 degrees ! Estimated noise=503.55 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.00811845 Jy ! Component: 100 - total flux cleaned = 0.0132763 Jy ! Component: 150 - total flux cleaned = 0.0168359 Jy ! Component: 200 - total flux cleaned = 0.019489 Jy ! Total flux subtracted in 200 components = 0.019489 Jy ! Clean residual min=-0.002124 max=0.001940 Jy/beam ! Clean residual mean=-0.000014 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.103211 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 96 components and 0.103211 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.176 mas, bmaj=11.98 mas, bpa=56.98 degrees ! Estimated noise=574.998 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00290951 Jy ! Component: 100 - total flux cleaned = 0.0050056 Jy ! Component: 150 - total flux cleaned = 0.00671116 Jy ! Component: 200 - total flux cleaned = 0.00797076 Jy ! Total flux subtracted in 200 components = 0.00797076 Jy ! Clean residual min=-0.001767 max=0.001572 Jy/beam ! Clean residual mean=-0.000006 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.111182 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.000970432 Jy ! Component: 100 - total flux cleaned = 0.00180175 Jy ! Component: 150 - total flux cleaned = 0.00238152 Jy ! Component: 200 - total flux cleaned = 0.00283297 Jy ! Total flux subtracted in 200 components = 0.00283297 Jy ! Clean residual min=-0.001523 max=0.001263 Jy/beam ! Clean residual mean=-0.000002 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.114015 Jy ! Adding 110 model components to the UV plane model. ! The established model now contains 194 components and 0.114015 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.43 mas, bmaj=10.32 mas, bpa=52.38 degrees ! Estimated noise=503.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000158115 Jy ! Component: 100 - total flux cleaned = -0.000123312 Jy ! Component: 150 - total flux cleaned = -2.83244e-05 Jy ! Component: 200 - total flux cleaned = 0.000200165 Jy ! Total flux subtracted in 200 components = 0.000200165 Jy ! Clean residual min=-0.001337 max=0.001249 Jy/beam ! Clean residual mean=0.000000 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.114215 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 221 components and 0.114215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070253Jy sigma=0.000759 ! Fit after self-cal, rms=0.070251Jy sigma=0.000759 wmodel J0001+6051_S_2014_08_09_pus_map.mod ! Writing 221 model components to file: J0001+6051_S_2014_08_09_pus_map.mod wobs J0001+6051_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0001+6051_S_2014_08_09_pus_uvs.fits wwins J0001+6051_S_2014_08_09_pus_map.win ! wwins: Wrote 4 windows to J0001+6051_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.000394771 Jy ! Component: 100 - total flux cleaned = -0.000618028 Jy ! Component: 150 - total flux cleaned = -0.000770056 Jy ! Component: 200 - total flux cleaned = -0.000896968 Jy ! Component: 250 - total flux cleaned = -0.000983769 Jy ! Component: 300 - total flux cleaned = -0.0011351 Jy ! Component: 350 - total flux cleaned = -0.00126509 Jy ! Component: 400 - total flux cleaned = -0.00139144 Jy ! Component: 450 - total flux cleaned = -0.0015297 Jy ! Component: 500 - total flux cleaned = -0.00166438 Jy ! Component: 550 - total flux cleaned = -0.00176632 Jy ! Component: 600 - total flux cleaned = -0.00185188 Jy ! Component: 650 - total flux cleaned = -0.00194912 Jy ! Component: 700 - total flux cleaned = -0.00201694 Jy ! Component: 750 - total flux cleaned = -0.00204385 Jy ! Component: 800 - total flux cleaned = -0.00213521 Jy ! Component: 850 - total flux cleaned = -0.00218632 Jy ! Component: 900 - total flux cleaned = -0.00223682 Jy ! Component: 950 - total flux cleaned = -0.00228647 Jy ! Component: 1000 - total flux cleaned = -0.00235924 Jy ! Component: 1050 - total flux cleaned = -0.00239502 Jy ! Component: 1100 - total flux cleaned = -0.00248861 Jy ! Component: 1150 - total flux cleaned = -0.00254615 Jy ! Component: 1200 - total flux cleaned = -0.00259138 Jy ! Component: 1250 - total flux cleaned = -0.00263599 Jy ! Component: 1300 - total flux cleaned = -0.00266902 Jy ! Component: 1350 - total flux cleaned = -0.00270175 Jy ! Component: 1400 - total flux cleaned = -0.0027659 Jy ! Component: 1450 - total flux cleaned = -0.0027975 Jy ! Component: 1500 - total flux cleaned = -0.00282895 Jy ! Component: 1550 - total flux cleaned = -0.00289073 Jy ! Component: 1600 - total flux cleaned = -0.00294151 Jy ! Component: 1650 - total flux cleaned = -0.00298151 Jy ! Component: 1700 - total flux cleaned = -0.00301123 Jy ! Component: 1750 - total flux cleaned = -0.00301119 Jy ! Component: 1800 - total flux cleaned = -0.00304996 Jy ! Component: 1850 - total flux cleaned = -0.00308822 Jy ! Component: 1900 - total flux cleaned = -0.00312611 Jy ! Component: 1950 - total flux cleaned = -0.00316354 Jy ! Component: 2000 - total flux cleaned = -0.0031635 Jy ! Component: 2050 - total flux cleaned = -0.00320018 Jy ! Component: 2100 - total flux cleaned = -0.00321825 Jy ! Component: 2150 - total flux cleaned = -0.00322726 Jy ! Component: 2200 - total flux cleaned = -0.00323614 Jy ! Component: 2250 - total flux cleaned = -0.00326247 Jy ! Component: 2300 - total flux cleaned = -0.00326253 Jy ! Component: 2350 - total flux cleaned = -0.00327984 Jy ! Component: 2400 - total flux cleaned = -0.00331393 Jy ! Component: 2450 - total flux cleaned = -0.00332224 Jy ! Component: 2500 - total flux cleaned = -0.00333907 Jy ! Component: 2550 - total flux cleaned = -0.00335572 Jy ! Component: 2600 - total flux cleaned = -0.00337221 Jy ! Component: 2650 - total flux cleaned = -0.00339673 Jy ! Component: 2700 - total flux cleaned = -0.00344528 Jy ! Component: 2750 - total flux cleaned = -0.00347739 Jy ! Component: 2800 - total flux cleaned = -0.00351713 Jy ! Component: 2850 - total flux cleaned = -0.00354868 Jy ! Component: 2900 - total flux cleaned = -0.00355657 Jy ! Component: 2950 - total flux cleaned = -0.00358776 Jy ! Component: 3000 - total flux cleaned = -0.0036263 Jy ! Component: 3050 - total flux cleaned = -0.00364932 Jy ! Component: 3100 - total flux cleaned = -0.00371013 Jy ! Component: 3150 - total flux cleaned = -0.00369505 Jy ! Component: 3200 - total flux cleaned = -0.00376242 Jy ! Component: 3250 - total flux cleaned = -0.00376244 Jy ! Component: 3300 - total flux cleaned = -0.00381406 Jy ! Component: 3350 - total flux cleaned = -0.00382133 Jy ! Component: 3400 - total flux cleaned = -0.00382864 Jy ! Component: 3450 - total flux cleaned = -0.00385038 Jy ! Component: 3500 - total flux cleaned = -0.0038719 Jy ! Component: 3550 - total flux cleaned = -0.00388619 Jy ! Component: 3600 - total flux cleaned = -0.00392163 Jy ! Component: 3650 - total flux cleaned = -0.0039498 Jy ! Component: 3700 - total flux cleaned = -0.00395675 Jy ! Component: 3750 - total flux cleaned = -0.00399844 Jy ! Component: 3800 - total flux cleaned = -0.00401914 Jy ! Component: 3850 - total flux cleaned = -0.00403284 Jy ! Component: 3900 - total flux cleaned = -0.00403965 Jy ! Component: 3950 - total flux cleaned = -0.00404646 Jy ! Component: 4000 - total flux cleaned = -0.00407347 Jy ! Component: 4050 - total flux cleaned = -0.00407345 Jy ! Total flux subtracted in 4096 components = -0.00409347 Jy ! Clean residual min=-0.000381 max=0.000398 Jy/beam ! Clean residual mean=-0.000001 rms=0.000129 Jy/beam ! Combined flux in latest and established models = 0.110122 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 515 components and 0.110122 Jy ![Exited script file: muppet] wmap "J0001+6051_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.43 x 10.32 at 52.38 degrees (North through East) ! Clean map min=-0.0010161 max=0.063142 Jy/beam ! Writing clean map to FITS file: J0001+6051_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.0631421 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00012895 device "J0001+6051_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0001+6051_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.612665 0.612665 1.22533 2.45066 4.90132 9.80265 19.6053 39.2106 78.4212 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.063 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.43 x 10.32 at 52.38 degrees (North through East) ! Clean map min=-0.0010161 max=0.063142 Jy/beam quit ! Quitting program ! Log file J0001+6051_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:46:53 2016