! Started logfile: J0131+3834_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:11:48 2016 obs J0131+3834_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0131+3834_S_2014_08_05_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.59823 visibilities/baseline/integration-bin. ! Found source: J0131+3834 ! ! 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 12168 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 J0131+3834_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 254 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 254 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 254 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 254 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.929159Jy sigma=0.011234 ! Fit after self-cal, rms=0.904842Jy sigma=0.010981 ! 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.907 mas, bmaj=7.927 mas, bpa=35.06 degrees ! Estimated noise=934.846 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.0749484 Jy ! Component: 100 - total flux cleaned = 0.0919395 Jy ! Total flux subtracted in 100 components = 0.0919395 Jy ! Clean residual min=-0.007290 max=0.017172 Jy/beam ! Clean residual mean=0.000026 rms=0.002189 Jy/beam ! Combined flux in latest and established models = 0.0919395 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0919395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076571Jy sigma=0.000853 ! Fit after self-cal, rms=0.076566Jy sigma=0.000853 ! Inverting map ! Added new window around map position (-13, -12). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0150464 Jy ! Component: 100 - total flux cleaned = 0.0223335 Jy ! Total flux subtracted in 100 components = 0.0223335 Jy ! Clean residual min=-0.005431 max=0.011615 Jy/beam ! Clean residual mean=0.000015 rms=0.001488 Jy/beam ! Combined flux in latest and established models = 0.114273 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 23 components and 0.114273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073103Jy sigma=0.000811 ! Fit after self-cal, rms=0.072416Jy sigma=0.000802 ! 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.958 mas, bmaj=8.952 mas, bpa=35.69 degrees ! Estimated noise=538.432 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.00935526 Jy ! Component: 100 - total flux cleaned = 0.0141091 Jy ! Component: 150 - total flux cleaned = 0.0173239 Jy ! Component: 200 - total flux cleaned = 0.0195592 Jy ! Total flux subtracted in 200 components = 0.0195592 Jy ! Clean residual min=-0.003438 max=0.006009 Jy/beam ! Clean residual mean=0.000013 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.133832 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 65 components and 0.133832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071074Jy sigma=0.000787 ! Fit after self-cal, rms=0.070856Jy sigma=0.000784 ! 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.01 FD 0.85 HN 1.01 KP 1.04 ! LA 1.15 MK 1.00* NL 0.96 OV 0.98 ! PT 1.05 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.01 HN 1.10 KP 1.00 ! LA 1.07 MK 1.00* NL 0.99 OV 1.01 ! PT 1.03 SC 1.06 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.14 HN 1.10 KP 0.92 ! LA 0.83 MK 1.00* NL 1.03 OV 0.95 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.96 HN 1.04 KP 0.86 ! LA 0.83 MK 1.00* NL 1.05 OV 0.98 ! PT 1.00 SC 0.90 ! ! ! Fit before self-cal, rms=0.070856Jy sigma=0.000784 ! Fit after self-cal, rms=0.068035Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.951 mas, bmaj=9.042 mas, bpa=35.21 degrees ! Estimated noise=531.611 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.00182954 Jy ! Component: 100 - total flux cleaned = 0.00222936 Jy ! Component: 150 - total flux cleaned = 0.00229389 Jy ! Component: 200 - total flux cleaned = 0.00224763 Jy ! Total flux subtracted in 200 components = 0.00224763 Jy ! Clean residual min=-0.002444 max=0.002980 Jy/beam ! Clean residual mean=-0.000003 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.13608 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 93 components and 0.13608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067828Jy sigma=0.000771 ! Fit after self-cal, rms=0.067778Jy sigma=0.000771 ! 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.067778Jy sigma=0.000771 ! Fit after self-cal, rms=0.068539Jy sigma=0.000769 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.938 mas, bmaj=9.04 mas, bpa=35.28 degrees ! Estimated noise=533.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115947 Jy ! Component: 100 - total flux cleaned = 0.00119652 Jy ! Component: 150 - total flux cleaned = 0.00122679 Jy ! Component: 200 - total flux cleaned = 0.00125277 Jy ! Total flux subtracted in 200 components = 0.00125277 Jy ! Clean residual min=-0.001985 max=0.002149 Jy/beam ! Clean residual mean=0.000002 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.137333 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 122 components and 0.137333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068479Jy sigma=0.000769 ! Fit after self-cal, rms=0.068476Jy 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 (123, -27.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192649 Jy ! Component: 100 - total flux cleaned = 0.0025924 Jy ! Component: 150 - total flux cleaned = 0.00276571 Jy ! Component: 200 - total flux cleaned = 0.00282365 Jy ! Total flux subtracted in 200 components = 0.00282365 Jy ! Clean residual min=-0.001745 max=0.001528 Jy/beam ! Clean residual mean=0.000002 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.140156 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 136 components and 0.140156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068399Jy sigma=0.000768 ! Fit after self-cal, rms=0.068392Jy sigma=0.000768 ! 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.068392Jy sigma=0.000768 ! Fit after self-cal, rms=0.068437Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.942 mas, bmaj=9.038 mas, bpa=35.34 degrees ! Estimated noise=534.626 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000673593 Jy ! Component: 100 - total flux cleaned = 0.00078399 Jy ! Component: 150 - total flux cleaned = 0.00075994 Jy ! Component: 200 - total flux cleaned = 0.00073778 Jy ! Total flux subtracted in 200 components = 0.00073778 Jy ! Clean residual min=-0.001661 max=0.001426 Jy/beam ! Clean residual mean=0.000000 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.140894 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 155 components and 0.140894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068413Jy sigma=0.000768 ! Fit after self-cal, rms=0.068410Jy sigma=0.000768 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.000184323 Jy ! Component: 100 - total flux cleaned = 0.000163524 Jy ! Component: 150 - total flux cleaned = 0.000144224 Jy ! Component: 200 - total flux cleaned = 0.000125409 Jy ! Total flux subtracted in 200 components = 0.000125409 Jy ! Clean residual min=-0.001627 max=0.001414 Jy/beam ! Clean residual mean=-0.000000 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.141019 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 164 components and 0.141019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068396Jy sigma=0.000768 ! Fit after self-cal, rms=0.068396Jy sigma=0.000767 ! 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.068396Jy sigma=0.000767 ! Fit after self-cal, rms=0.068473Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.149 mas, bmaj=11.4 mas, bpa=66.62 degrees ! Estimated noise=586.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000227875 Jy ! Component: 100 - total flux cleaned = 0.000250701 Jy ! Component: 150 - total flux cleaned = 0.000233144 Jy ! Component: 200 - total flux cleaned = 0.000232391 Jy ! Total flux subtracted in 200 components = 0.000232391 Jy ! Clean residual min=-0.001723 max=0.001465 Jy/beam ! Clean residual mean=-0.000002 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.141252 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 176 components and 0.141252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068462Jy sigma=0.000767 ! Fit after self-cal, rms=0.068463Jy sigma=0.000767 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.000102409 Jy ! Component: 100 - total flux cleaned = 8.81688e-05 Jy ! Component: 150 - total flux cleaned = 8.91413e-05 Jy ! Component: 200 - total flux cleaned = 7.63512e-05 Jy ! Total flux subtracted in 200 components = 7.63512e-05 Jy ! Clean residual min=-0.001657 max=0.001467 Jy/beam ! Clean residual mean=-0.000003 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.141328 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 185 components and 0.141328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068458Jy sigma=0.000767 ! Fit after self-cal, rms=0.068459Jy sigma=0.000767 ! 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.944 mas, bmaj=9.037 mas, bpa=35.38 degrees ! Estimated noise=535.432 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.944 x 9.037 at 35.38 degrees (North through East) ! Clean map min=-0.0015499 max=0.091404 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.87 mas, bmaj=7.979 mas, bpa=34.89 degrees ! Estimated noise=931.118 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0749168 Jy ! Component: 100 - total flux cleaned = 0.0993965 Jy ! Component: 150 - total flux cleaned = 0.111104 Jy ! Component: 200 - total flux cleaned = 0.118513 Jy ! Total flux subtracted in 200 components = 0.118513 Jy ! Clean residual min=-0.003138 max=0.004199 Jy/beam ! Clean residual mean=0.000007 rms=0.000923 Jy/beam ! Combined flux in latest and established models = 0.118513 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.118513 Jy ! Inverting map and beam ! Estimated beam: bmin=4.944 mas, bmaj=9.037 mas, bpa=35.38 degrees ! Estimated noise=535.432 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.00702753 Jy ! Component: 100 - total flux cleaned = 0.0114454 Jy ! Component: 150 - total flux cleaned = 0.014526 Jy ! Component: 200 - total flux cleaned = 0.01685 Jy ! Total flux subtracted in 200 components = 0.01685 Jy ! Clean residual min=-0.001908 max=0.001914 Jy/beam ! Clean residual mean=0.000002 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.135363 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 84 components and 0.135363 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=9.149 mas, bmaj=11.4 mas, bpa=66.62 degrees ! Estimated noise=586.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00231742 Jy ! Component: 100 - total flux cleaned = 0.00350764 Jy ! Component: 150 - total flux cleaned = 0.00424087 Jy ! Component: 200 - total flux cleaned = 0.00472088 Jy ! Total flux subtracted in 200 components = 0.00472088 Jy ! Clean residual min=-0.001838 max=0.001658 Jy/beam ! Clean residual mean=-0.000000 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.140084 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.000296661 Jy ! Component: 100 - total flux cleaned = 0.000523552 Jy ! Component: 150 - total flux cleaned = 0.000695832 Jy ! Component: 200 - total flux cleaned = 0.000850224 Jy ! Total flux subtracted in 200 components = 0.000850224 Jy ! Clean residual min=-0.001642 max=0.001567 Jy/beam ! Clean residual mean=-0.000001 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.140934 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 142 components and 0.140934 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.944 mas, bmaj=9.037 mas, bpa=35.38 degrees ! Estimated noise=535.432 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000369863 Jy ! Component: 100 - total flux cleaned = 0.000535524 Jy ! Component: 150 - total flux cleaned = 0.000704602 Jy ! Component: 200 - total flux cleaned = 0.000813876 Jy ! Total flux subtracted in 200 components = 0.000813876 Jy ! Clean residual min=-0.001463 max=0.001399 Jy/beam ! Clean residual mean=-0.000001 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.141748 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 167 components and 0.141748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068474Jy sigma=0.000767 ! Fit after self-cal, rms=0.068466Jy sigma=0.000767 wmodel J0131+3834_S_2014_08_05_pus_map.mod ! Writing 167 model components to file: J0131+3834_S_2014_08_05_pus_map.mod wobs J0131+3834_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0131+3834_S_2014_08_05_pus_uvs.fits wwins J0131+3834_S_2014_08_05_pus_map.win ! wwins: Wrote 3 windows to J0131+3834_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.000481232 Jy ! Component: 100 - total flux cleaned = -0.00083908 Jy ! Component: 150 - total flux cleaned = -0.00108663 Jy ! Component: 200 - total flux cleaned = -0.001278 Jy ! Component: 250 - total flux cleaned = -0.00133764 Jy ! Component: 300 - total flux cleaned = -0.00145327 Jy ! Component: 350 - total flux cleaned = -0.00152802 Jy ! Component: 400 - total flux cleaned = -0.00154626 Jy ! Component: 450 - total flux cleaned = -0.00156413 Jy ! Component: 500 - total flux cleaned = -0.00161522 Jy ! Component: 550 - total flux cleaned = -0.00159862 Jy ! Component: 600 - total flux cleaned = -0.00159897 Jy ! Component: 650 - total flux cleaned = -0.00163063 Jy ! Component: 700 - total flux cleaned = -0.00164584 Jy ! Component: 750 - total flux cleaned = -0.00158606 Jy ! Component: 800 - total flux cleaned = -0.00157175 Jy ! Component: 850 - total flux cleaned = -0.00158605 Jy ! Component: 900 - total flux cleaned = -0.00153012 Jy ! Component: 950 - total flux cleaned = -0.00148934 Jy ! Component: 1000 - total flux cleaned = -0.00143587 Jy ! Component: 1050 - total flux cleaned = -0.0014226 Jy ! Component: 1100 - total flux cleaned = -0.00139632 Jy ! Component: 1150 - total flux cleaned = -0.0013456 Jy ! Component: 1200 - total flux cleaned = -0.00137043 Jy ! Component: 1250 - total flux cleaned = -0.00130933 Jy ! Component: 1300 - total flux cleaned = -0.00138105 Jy ! Component: 1350 - total flux cleaned = -0.00135741 Jy ! Component: 1400 - total flux cleaned = -0.00138049 Jy ! Component: 1450 - total flux cleaned = -0.00146004 Jy ! Component: 1500 - total flux cleaned = -0.00146 Jy ! Component: 1550 - total flux cleaned = -0.001482 Jy ! Component: 1600 - total flux cleaned = -0.00153634 Jy ! Component: 1650 - total flux cleaned = -0.00154698 Jy ! Component: 1700 - total flux cleaned = -0.00162058 Jy ! Component: 1750 - total flux cleaned = -0.00162037 Jy ! Component: 1800 - total flux cleaned = -0.0016611 Jy ! Component: 1850 - total flux cleaned = -0.00166101 Jy ! Component: 1900 - total flux cleaned = -0.00163124 Jy ! Component: 1950 - total flux cleaned = -0.00167062 Jy ! Component: 2000 - total flux cleaned = -0.00168031 Jy ! Component: 2050 - total flux cleaned = -0.00167072 Jy ! Component: 2100 - total flux cleaned = -0.00167072 Jy ! Component: 2150 - total flux cleaned = -0.0016893 Jy ! Component: 2200 - total flux cleaned = -0.00166165 Jy ! Component: 2250 - total flux cleaned = -0.00165272 Jy ! Component: 2300 - total flux cleaned = -0.00165282 Jy ! Component: 2350 - total flux cleaned = -0.00165279 Jy ! Component: 2400 - total flux cleaned = -0.00163522 Jy ! Component: 2450 - total flux cleaned = -0.00162653 Jy ! Component: 2500 - total flux cleaned = -0.00162642 Jy ! Component: 2550 - total flux cleaned = -0.00160956 Jy ! Component: 2600 - total flux cleaned = -0.00159287 Jy ! Component: 2650 - total flux cleaned = -0.00158474 Jy ! Component: 2700 - total flux cleaned = -0.00158473 Jy ! Component: 2750 - total flux cleaned = -0.00155242 Jy ! Component: 2800 - total flux cleaned = -0.00153647 Jy ! Component: 2850 - total flux cleaned = -0.00150489 Jy ! Component: 2900 - total flux cleaned = -0.0014971 Jy ! Component: 2950 - total flux cleaned = -0.00148947 Jy ! Component: 3000 - total flux cleaned = -0.00148959 Jy ! Component: 3050 - total flux cleaned = -0.00148956 Jy ! Component: 3100 - total flux cleaned = -0.00146717 Jy ! Component: 3150 - total flux cleaned = -0.00145233 Jy ! Component: 3200 - total flux cleaned = -0.00143758 Jy ! Component: 3250 - total flux cleaned = -0.00141575 Jy ! Component: 3300 - total flux cleaned = -0.00140146 Jy ! Component: 3350 - total flux cleaned = -0.00136584 Jy ! Component: 3400 - total flux cleaned = -0.00136587 Jy ! Component: 3450 - total flux cleaned = -0.00136591 Jy ! Component: 3500 - total flux cleaned = -0.00133821 Jy ! Component: 3550 - total flux cleaned = -0.00135197 Jy ! Component: 3600 - total flux cleaned = -0.0013588 Jy ! Component: 3650 - total flux cleaned = -0.00136555 Jy ! Component: 3700 - total flux cleaned = -0.00137897 Jy ! Component: 3750 - total flux cleaned = -0.00137237 Jy ! Component: 3800 - total flux cleaned = -0.0013921 Jy ! Component: 3850 - total flux cleaned = -0.00139861 Jy ! Component: 3900 - total flux cleaned = -0.00141151 Jy ! Component: 3950 - total flux cleaned = -0.00141791 Jy ! Component: 4000 - total flux cleaned = -0.00143066 Jy ! Component: 4050 - total flux cleaned = -0.00144336 Jy ! Total flux subtracted in 4096 components = -0.00146846 Jy ! Clean residual min=-0.000398 max=0.000384 Jy/beam ! Clean residual mean=-0.000000 rms=0.000117 Jy/beam ! Combined flux in latest and established models = 0.140279 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 466 components and 0.140279 Jy ![Exited script file: muppet] wmap "J0131+3834_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.944 x 9.037 at 35.38 degrees (North through East) ! Clean map min=-0.00107 max=0.089425 Jy/beam ! Writing clean map to FITS file: J0131+3834_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.0894251 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00011654 device "J0131+3834_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0131+3834_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.390963 0.390963 0.781926 1.56385 3.1277 6.25541 12.5108 25.0216 50.0433 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.089 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.944 x 9.037 at 35.38 degrees (North through East) ! Clean map min=-0.00107 max=0.089425 Jy/beam quit ! Quitting program ! Log file J0131+3834_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:11:53 2016