! Started logfile: J0106+3402_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:41:07 2016 obs J0106+3402_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0106+3402_S_2014_05_31_pus_uva.fits ! AN table 1: 93 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.881481 visibilities/baseline/integration-bin. ! Found source: J0106+3402 ! ! 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 336 lines of history. ! ! Reading 14756 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 J0106+3402_S_2014_05_31_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 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.903469Jy sigma=0.011163 ! Fit after self-cal, rms=0.886254Jy sigma=0.010977 ! 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.343 mas, bmaj=7.102 mas, bpa=18.02 degrees ! Estimated noise=817.887 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.0886545 Jy ! Component: 100 - total flux cleaned = 0.109922 Jy ! Total flux subtracted in 100 components = 0.109922 Jy ! Clean residual min=-0.008164 max=0.019725 Jy/beam ! Clean residual mean=0.000026 rms=0.002331 Jy/beam ! Combined flux in latest and established models = 0.109922 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.109922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078343Jy sigma=0.000923 ! Fit after self-cal, rms=0.078304Jy sigma=0.000922 ! Inverting map ! Added new window around map position (-5.5, -14). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0184831 Jy ! Component: 100 - total flux cleaned = 0.0293071 Jy ! Total flux subtracted in 100 components = 0.0293071 Jy ! Clean residual min=-0.005791 max=0.009169 Jy/beam ! Clean residual mean=0.000017 rms=0.001627 Jy/beam ! Combined flux in latest and established models = 0.139229 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 35 components and 0.139229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072829Jy sigma=0.000843 ! Fit after self-cal, rms=0.072143Jy sigma=0.000835 ! 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.126 mas, bmaj=7.78 mas, bpa=17.07 degrees ! Estimated noise=478.114 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.0129672 Jy ! Component: 100 - total flux cleaned = 0.0210399 Jy ! Component: 150 - total flux cleaned = 0.0268186 Jy ! Component: 200 - total flux cleaned = 0.0310237 Jy ! Total flux subtracted in 200 components = 0.0310237 Jy ! Clean residual min=-0.003770 max=0.005964 Jy/beam ! Clean residual mean=0.000018 rms=0.001015 Jy/beam ! Combined flux in latest and established models = 0.170252 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 77 components and 0.170252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069499Jy sigma=0.000798 ! Fit after self-cal, rms=0.069132Jy sigma=0.000793 ! 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 0.99 FD 0.82 HN 0.97 KP 1.01 ! LA 1.14 MK 1.04 NL 0.98 OV 0.96 ! PT 0.97 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.97 HN 1.03 KP 0.98 ! LA 1.13 MK 1.07 NL 1.08 OV 0.99 ! PT 0.92 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.07 HN 1.03 KP 0.92 ! LA 0.88 MK 1.08 NL 1.07 OV 0.93 ! PT 0.94 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.00 HN 1.03 KP 0.87 ! LA 0.85 MK 1.08 NL 1.06 OV 0.99 ! PT 0.98 SC 0.95 ! ! ! Fit before self-cal, rms=0.069132Jy sigma=0.000793 ! Fit after self-cal, rms=0.066273Jy sigma=0.000777 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.169 mas, bmaj=7.809 mas, bpa=17.3 degrees ! Estimated noise=468.298 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 (-11.5, -22.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00394433 Jy ! Component: 100 - total flux cleaned = 0.00658311 Jy ! Component: 150 - total flux cleaned = 0.0074146 Jy ! Component: 200 - total flux cleaned = 0.00789222 Jy ! Total flux subtracted in 200 components = 0.00789222 Jy ! Clean residual min=-0.001981 max=0.002215 Jy/beam ! Clean residual mean=0.000003 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.178145 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 118 components and 0.178145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066002Jy sigma=0.000773 ! Fit after self-cal, rms=0.065993Jy sigma=0.000772 ! 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.065993Jy sigma=0.000772 ! Fit after self-cal, rms=0.066326Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.157 mas, bmaj=7.818 mas, bpa=17.45 degrees ! Estimated noise=469.495 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012474 Jy ! Component: 100 - total flux cleaned = 0.00191275 Jy ! Component: 150 - total flux cleaned = 0.00232177 Jy ! Component: 200 - total flux cleaned = 0.00258887 Jy ! Total flux subtracted in 200 components = 0.00258887 Jy ! Clean residual min=-0.001991 max=0.001955 Jy/beam ! Clean residual mean=0.000000 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.180733 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 135 components and 0.180733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066254Jy sigma=0.000770 ! Fit after self-cal, rms=0.066246Jy sigma=0.000770 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.000632234 Jy ! Component: 100 - total flux cleaned = 0.000909893 Jy ! Component: 150 - total flux cleaned = 0.00103051 Jy ! Component: 200 - total flux cleaned = 0.00108155 Jy ! Total flux subtracted in 200 components = 0.00108155 Jy ! Clean residual min=-0.001968 max=0.001875 Jy/beam ! Clean residual mean=-0.000000 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.181815 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 157 components and 0.181815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066217Jy sigma=0.000770 ! Fit after self-cal, rms=0.066211Jy sigma=0.000770 ! 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.066211Jy sigma=0.000770 ! Fit after self-cal, rms=0.066240Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.156 mas, bmaj=7.826 mas, bpa=17.44 degrees ! Estimated noise=469.559 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000821312 Jy ! Component: 100 - total flux cleaned = 0.00100526 Jy ! Component: 150 - total flux cleaned = 0.00109828 Jy ! Component: 200 - total flux cleaned = 0.00114063 Jy ! Total flux subtracted in 200 components = 0.00114063 Jy ! Clean residual min=-0.001877 max=0.001786 Jy/beam ! Clean residual mean=-0.000001 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.182956 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 173 components and 0.182956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066222Jy sigma=0.000769 ! Fit after self-cal, rms=0.066217Jy sigma=0.000769 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.000350428 Jy ! Component: 100 - total flux cleaned = 0.000474307 Jy ! Component: 150 - total flux cleaned = 0.000492302 Jy ! Component: 200 - total flux cleaned = 0.000509679 Jy ! Total flux subtracted in 200 components = 0.000509679 Jy ! Clean residual min=-0.001841 max=0.001735 Jy/beam ! Clean residual mean=-0.000001 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.183465 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 179 components and 0.183465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066207Jy sigma=0.000769 ! Fit after self-cal, rms=0.066205Jy sigma=0.000769 ! 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.066205Jy sigma=0.000769 ! Fit after self-cal, rms=0.066239Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.722 mas, bmaj=9.894 mas, bpa=3.585 degrees ! Estimated noise=530.307 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000833364 Jy ! Component: 100 - total flux cleaned = 0.00110914 Jy ! Component: 150 - total flux cleaned = 0.00132737 Jy ! Component: 200 - total flux cleaned = 0.00149282 Jy ! Total flux subtracted in 200 components = 0.00149282 Jy ! Clean residual min=-0.001781 max=0.002173 Jy/beam ! Clean residual mean=-0.000001 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.184958 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 197 components and 0.184958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066235Jy sigma=0.000769 ! Fit after self-cal, rms=0.066231Jy sigma=0.000769 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 (-7, -43.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00210718 Jy ! Component: 100 - total flux cleaned = 0.00280478 Jy ! Component: 150 - total flux cleaned = 0.00323461 Jy ! Component: 200 - total flux cleaned = 0.00362076 Jy ! Total flux subtracted in 200 components = 0.00362076 Jy ! Clean residual min=-0.001563 max=0.001447 Jy/beam ! Clean residual mean=0.000002 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.188579 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 252 components and 0.188579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066189Jy sigma=0.000768 ! Fit after self-cal, rms=0.066185Jy sigma=0.000768 ! 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.155 mas, bmaj=7.831 mas, bpa=17.44 degrees ! Estimated noise=469.694 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.155 x 7.831 at 17.44 degrees (North through East) ! Clean map min=-0.0015539 max=0.11128 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.364 mas, bmaj=7.121 mas, bpa=18.35 degrees ! Estimated noise=806.279 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0869684 Jy ! Component: 100 - total flux cleaned = 0.11402 Jy ! Component: 150 - total flux cleaned = 0.130236 Jy ! Component: 200 - total flux cleaned = 0.141629 Jy ! Total flux subtracted in 200 components = 0.141629 Jy ! Clean residual min=-0.004792 max=0.006563 Jy/beam ! Clean residual mean=0.000009 rms=0.001299 Jy/beam ! Combined flux in latest and established models = 0.141629 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.141629 Jy ! Inverting map and beam ! Estimated beam: bmin=4.155 mas, bmaj=7.831 mas, bpa=17.44 degrees ! Estimated noise=469.694 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.0115332 Jy ! Component: 100 - total flux cleaned = 0.0191406 Jy ! Component: 150 - total flux cleaned = 0.0245378 Jy ! Component: 200 - total flux cleaned = 0.0285579 Jy ! Total flux subtracted in 200 components = 0.0285579 Jy ! Clean residual min=-0.002433 max=0.002868 Jy/beam ! Clean residual mean=0.000002 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.170187 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 80 components and 0.170187 Jy ! Inverting map ! Added new window around map position (-1, -21). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00324724 Jy ! Component: 100 - total flux cleaned = 0.00583908 Jy ! Component: 150 - total flux cleaned = 0.00803261 Jy ! Component: 200 - total flux cleaned = 0.00953485 Jy ! Total flux subtracted in 200 components = 0.00953485 Jy ! Clean residual min=-0.001775 max=0.001589 Jy/beam ! Clean residual mean=0.000001 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.179722 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 117 components and 0.179722 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.722 mas, bmaj=9.894 mas, bpa=3.585 degrees ! Estimated noise=530.307 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00225426 Jy ! Component: 100 - total flux cleaned = 0.00395952 Jy ! Component: 150 - total flux cleaned = 0.00540358 Jy ! Component: 200 - total flux cleaned = 0.00654594 Jy ! Total flux subtracted in 200 components = 0.00654594 Jy ! Clean residual min=-0.001819 max=0.001657 Jy/beam ! Clean residual mean=0.000002 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.186268 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.000824653 Jy ! Component: 100 - total flux cleaned = 0.00151667 Jy ! Component: 150 - total flux cleaned = 0.00213267 Jy ! Component: 200 - total flux cleaned = 0.00265494 Jy ! Total flux subtracted in 200 components = 0.00265494 Jy ! Clean residual min=-0.001739 max=0.001517 Jy/beam ! Clean residual mean=0.000002 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.188923 Jy ! Adding 114 model components to the UV plane model. ! The established model now contains 221 components and 0.188923 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.155 mas, bmaj=7.831 mas, bpa=17.44 degrees ! Estimated noise=469.694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.35809e-05 Jy ! Component: 100 - total flux cleaned = 0.000263071 Jy ! Component: 150 - total flux cleaned = 0.00058636 Jy ! Component: 200 - total flux cleaned = 0.000852345 Jy ! Total flux subtracted in 200 components = 0.000852345 Jy ! Clean residual min=-0.001537 max=0.001313 Jy/beam ! Clean residual mean=0.000001 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.189775 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 252 components and 0.189775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066193Jy sigma=0.000768 ! Fit after self-cal, rms=0.066187Jy sigma=0.000768 wmodel J0106+3402_S_2014_05_31_pus_map.mod ! Writing 252 model components to file: J0106+3402_S_2014_05_31_pus_map.mod wobs J0106+3402_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0106+3402_S_2014_05_31_pus_uvs.fits wwins J0106+3402_S_2014_05_31_pus_map.win ! wwins: Wrote 5 windows to J0106+3402_S_2014_05_31_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.000460378 Jy ! Component: 100 - total flux cleaned = -0.00064262 Jy ! Component: 150 - total flux cleaned = -0.000772204 Jy ! Component: 200 - total flux cleaned = -0.000854417 Jy ! Component: 250 - total flux cleaned = -0.000953101 Jy ! Component: 300 - total flux cleaned = -0.000896421 Jy ! Component: 350 - total flux cleaned = -0.000840828 Jy ! Component: 400 - total flux cleaned = -0.000787167 Jy ! Component: 450 - total flux cleaned = -0.000787469 Jy ! Component: 500 - total flux cleaned = -0.000855463 Jy ! Component: 550 - total flux cleaned = -0.000855269 Jy ! Component: 600 - total flux cleaned = -0.000855338 Jy ! Component: 650 - total flux cleaned = -0.00091927 Jy ! Component: 700 - total flux cleaned = -0.000950822 Jy ! Component: 750 - total flux cleaned = -0.00104373 Jy ! Component: 800 - total flux cleaned = -0.00111935 Jy ! Component: 850 - total flux cleaned = -0.00117906 Jy ! Component: 900 - total flux cleaned = -0.00125254 Jy ! Component: 950 - total flux cleaned = -0.00131025 Jy ! Component: 1000 - total flux cleaned = -0.00128173 Jy ! Component: 1050 - total flux cleaned = -0.00135193 Jy ! Component: 1100 - total flux cleaned = -0.00133787 Jy ! Component: 1150 - total flux cleaned = -0.00136534 Jy ! Component: 1200 - total flux cleaned = -0.00143306 Jy ! Component: 1250 - total flux cleaned = -0.0014462 Jy ! Component: 1300 - total flux cleaned = -0.00147269 Jy ! Component: 1350 - total flux cleaned = -0.00147257 Jy ! Component: 1400 - total flux cleaned = -0.00151127 Jy ! Component: 1450 - total flux cleaned = -0.00153693 Jy ! Component: 1500 - total flux cleaned = -0.00157468 Jy ! Component: 1550 - total flux cleaned = -0.0015622 Jy ! Component: 1600 - total flux cleaned = -0.00162412 Jy ! Component: 1650 - total flux cleaned = -0.00166076 Jy ! Component: 1700 - total flux cleaned = -0.00166063 Jy ! Component: 1750 - total flux cleaned = -0.0016727 Jy ! Component: 1800 - total flux cleaned = -0.00168473 Jy ! Component: 1850 - total flux cleaned = -0.00172016 Jy ! Component: 1900 - total flux cleaned = -0.0018019 Jy ! Component: 1950 - total flux cleaned = -0.00175553 Jy ! Component: 2000 - total flux cleaned = -0.00179007 Jy ! Component: 2050 - total flux cleaned = -0.00185833 Jy ! Component: 2100 - total flux cleaned = -0.00188085 Jy ! Component: 2150 - total flux cleaned = -0.00192543 Jy ! Component: 2200 - total flux cleaned = -0.00194764 Jy ! Component: 2250 - total flux cleaned = -0.00194766 Jy ! Component: 2300 - total flux cleaned = -0.00201285 Jy ! Component: 2350 - total flux cleaned = -0.0020129 Jy ! Component: 2400 - total flux cleaned = -0.00208788 Jy ! Component: 2450 - total flux cleaned = -0.00213022 Jy ! Component: 2500 - total flux cleaned = -0.00214076 Jy ! Component: 2550 - total flux cleaned = -0.00219298 Jy ! Component: 2600 - total flux cleaned = -0.00224465 Jy ! Component: 2650 - total flux cleaned = -0.00224467 Jy ! Component: 2700 - total flux cleaned = -0.00226494 Jy ! Component: 2750 - total flux cleaned = -0.00231561 Jy ! Component: 2800 - total flux cleaned = -0.00230554 Jy ! Component: 2850 - total flux cleaned = -0.00234539 Jy ! Component: 2900 - total flux cleaned = -0.0023653 Jy ! Component: 2950 - total flux cleaned = -0.00238498 Jy ! Component: 3000 - total flux cleaned = -0.00242392 Jy ! Component: 3050 - total flux cleaned = -0.00244325 Jy ! Component: 3100 - total flux cleaned = -0.00248166 Jy ! Component: 3150 - total flux cleaned = -0.00247217 Jy ! Component: 3200 - total flux cleaned = -0.00249118 Jy ! Component: 3250 - total flux cleaned = -0.00251945 Jy ! Component: 3300 - total flux cleaned = -0.0025382 Jy ! Component: 3350 - total flux cleaned = -0.00259409 Jy ! Component: 3400 - total flux cleaned = -0.00261253 Jy ! Component: 3450 - total flux cleaned = -0.00264919 Jy ! Component: 3500 - total flux cleaned = -0.00267653 Jy ! Component: 3550 - total flux cleaned = -0.00271272 Jy ! Component: 3600 - total flux cleaned = -0.00273063 Jy ! Component: 3650 - total flux cleaned = -0.00276639 Jy ! Component: 3700 - total flux cleaned = -0.00279303 Jy ! Component: 3750 - total flux cleaned = -0.00281069 Jy ! Component: 3800 - total flux cleaned = -0.00286329 Jy ! Component: 3850 - total flux cleaned = -0.00288074 Jy ! Component: 3900 - total flux cleaned = -0.0029067 Jy ! Component: 3950 - total flux cleaned = -0.00291539 Jy ! Component: 4000 - total flux cleaned = -0.00294111 Jy ! Component: 4050 - total flux cleaned = -0.00297512 Jy ! Total flux subtracted in 4096 components = -0.00300894 Jy ! Clean residual min=-0.000534 max=0.000621 Jy/beam ! Clean residual mean=0.000001 rms=0.000155 Jy/beam ! Combined flux in latest and established models = 0.186766 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 518 components and 0.186766 Jy ![Exited script file: muppet] wmap "J0106+3402_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.155 x 7.831 at 17.44 degrees (North through East) ! Clean map min=-0.00093648 max=0.11018 Jy/beam ! Writing clean map to FITS file: J0106+3402_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.110184 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000152908 device "J0106+3402_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0106+3402_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.416325 0.416325 0.832651 1.6653 3.3306 6.66121 13.3224 26.6448 53.2896 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.11 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.155 x 7.831 at 17.44 degrees (North through East) ! Clean map min=-0.00093648 max=0.11018 Jy/beam quit ! Quitting program ! Log file J0106+3402_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:41:13 2016