! Started logfile: J1811+1704_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:35:11 2016 obs J1811+1704_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1811+1704_S_2014_08_05_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.758333 visibilities/baseline/integration-bin. ! Found source: J1811+1704 ! ! 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 7644 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 J1811+1704_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 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.644947Jy sigma=0.007284 ! Fit after self-cal, rms=0.635317Jy sigma=0.007187 ! 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.784 mas, bmaj=8.418 mas, bpa=20.33 degrees ! Estimated noise=972.663 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.278269 Jy ! Component: 100 - total flux cleaned = 0.344463 Jy ! Total flux subtracted in 100 components = 0.344463 Jy ! Clean residual min=-0.010782 max=0.026469 Jy/beam ! Clean residual mean=-0.000095 rms=0.003421 Jy/beam ! Combined flux in latest and established models = 0.344463 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.344463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101002Jy sigma=0.001044 ! Fit after self-cal, rms=0.100786Jy sigma=0.001041 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0296875 Jy ! Component: 100 - total flux cleaned = 0.0461362 Jy ! Total flux subtracted in 100 components = 0.0461362 Jy ! Clean residual min=-0.007791 max=0.008268 Jy/beam ! Clean residual mean=-0.000043 rms=0.002051 Jy/beam ! Combined flux in latest and established models = 0.390599 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 22 components and 0.390599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088746Jy sigma=0.000912 ! Fit after self-cal, rms=0.088644Jy sigma=0.000910 ! 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.624 mas, bmaj=8.988 mas, bpa=20.11 degrees ! Estimated noise=728.885 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.0131696 Jy ! Component: 100 - total flux cleaned = 0.0203038 Jy ! Component: 150 - total flux cleaned = 0.0245493 Jy ! Component: 200 - total flux cleaned = 0.0271805 Jy ! Total flux subtracted in 200 components = 0.0271805 Jy ! Clean residual min=-0.005938 max=0.007480 Jy/beam ! Clean residual mean=-0.000005 rms=0.001603 Jy/beam ! Combined flux in latest and established models = 0.417779 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 60 components and 0.417779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086064Jy sigma=0.000893 ! Fit after self-cal, rms=0.086049Jy sigma=0.000893 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.87 HN 1.00 KP 1.07 ! LA 1.11 MK 1.00* NL 0.97 OV 0.96 ! PT 1.04 SC 0.97 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 HN 1.06 KP 1.05 ! LA 1.05 MK 1.00* NL 0.97 OV 1.00 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.17 HN 1.05 KP 0.92 ! LA 0.84 MK 1.00* NL 0.99 OV 0.93 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.08 HN 1.05 KP 0.90 ! LA 0.81 MK 1.00* NL 1.07 OV 0.99 ! PT 1.04 SC 1.00 ! ! ! Fit before self-cal, rms=0.086049Jy sigma=0.000893 ! Fit after self-cal, rms=0.074476Jy sigma=0.000787 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.634 mas, bmaj=9.042 mas, bpa=20.19 degrees ! Estimated noise=730.784 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.00225302 Jy ! Component: 100 - total flux cleaned = -0.0029323 Jy ! Component: 150 - total flux cleaned = -0.00323391 Jy ! Component: 200 - total flux cleaned = -0.00334157 Jy ! Total flux subtracted in 200 components = -0.00334157 Jy ! Clean residual min=-0.003388 max=0.003469 Jy/beam ! Clean residual mean=-0.000010 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.414438 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 75 components and 0.414438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074395Jy sigma=0.000786 ! Fit after self-cal, rms=0.074383Jy sigma=0.000786 ! 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.074383Jy sigma=0.000786 ! Fit after self-cal, rms=0.073760Jy sigma=0.000777 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.642 mas, bmaj=9.046 mas, bpa=20.25 degrees ! Estimated noise=730.879 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00154676 Jy ! Component: 100 - total flux cleaned = -0.00169651 Jy ! Component: 150 - total flux cleaned = -0.00185054 Jy ! Component: 200 - total flux cleaned = -0.00197975 Jy ! Total flux subtracted in 200 components = -0.00197975 Jy ! Clean residual min=-0.002191 max=0.002337 Jy/beam ! Clean residual mean=-0.000002 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.412458 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 84 components and 0.412458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073712Jy sigma=0.000777 ! Fit after self-cal, rms=0.073714Jy sigma=0.000777 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.000300662 Jy ! Component: 100 - total flux cleaned = -0.000341467 Jy ! Component: 150 - total flux cleaned = -0.000375702 Jy ! Component: 200 - total flux cleaned = -0.000404982 Jy ! Total flux subtracted in 200 components = -0.000404982 Jy ! Clean residual min=-0.002152 max=0.002349 Jy/beam ! Clean residual mean=-0.000002 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.412053 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 91 components and 0.412053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073705Jy sigma=0.000777 ! Fit after self-cal, rms=0.073703Jy sigma=0.000777 ! 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.073703Jy sigma=0.000777 ! Fit after self-cal, rms=0.073848Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.647 mas, bmaj=9.053 mas, bpa=20.32 degrees ! Estimated noise=731.371 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00111826 Jy ! Component: 100 - total flux cleaned = -0.00126397 Jy ! Component: 150 - total flux cleaned = -0.00140189 Jy ! Component: 200 - total flux cleaned = -0.00149741 Jy ! Total flux subtracted in 200 components = -0.00149741 Jy ! Clean residual min=-0.002027 max=0.002221 Jy/beam ! Clean residual mean=-0.000002 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.410556 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 93 components and 0.410556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073822Jy sigma=0.000776 ! Fit after self-cal, rms=0.073824Jy sigma=0.000776 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.000166008 Jy ! Component: 100 - total flux cleaned = -0.000209211 Jy ! Component: 150 - total flux cleaned = -0.000209688 Jy ! Component: 200 - total flux cleaned = -0.000232157 Jy ! Total flux subtracted in 200 components = -0.000232157 Jy ! Clean residual min=-0.001983 max=0.002200 Jy/beam ! Clean residual mean=-0.000002 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.410323 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 95 components and 0.410323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073819Jy sigma=0.000776 ! Fit after self-cal, rms=0.073819Jy sigma=0.000776 ! 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.073819Jy sigma=0.000776 ! Fit after self-cal, rms=0.073926Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.373 mas, bmaj=10.67 mas, bpa=7.751 degrees ! Estimated noise=809.285 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000788243 Jy ! Component: 100 - total flux cleaned = -0.00112834 Jy ! Component: 150 - total flux cleaned = -0.00120337 Jy ! Component: 200 - total flux cleaned = -0.00123649 Jy ! Total flux subtracted in 200 components = -0.00123649 Jy ! Clean residual min=-0.002068 max=0.002205 Jy/beam ! Clean residual mean=-0.000004 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.409087 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 98 components and 0.409087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073919Jy sigma=0.000776 ! Fit after self-cal, rms=0.073920Jy sigma=0.000776 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 = -7.43165e-05 Jy ! Component: 100 - total flux cleaned = -9.68683e-05 Jy ! Component: 150 - total flux cleaned = -0.000108856 Jy ! Component: 200 - total flux cleaned = -0.000119231 Jy ! Total flux subtracted in 200 components = -0.000119231 Jy ! Clean residual min=-0.002048 max=0.002189 Jy/beam ! Clean residual mean=-0.000004 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.408968 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 100 components and 0.408968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073919Jy sigma=0.000776 ! Fit after self-cal, rms=0.073919Jy sigma=0.000776 ! 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.65 mas, bmaj=9.059 mas, bpa=20.37 degrees ! Estimated noise=731.657 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.65 x 9.059 at 20.37 degrees (North through East) ! Clean map min=-0.0018841 max=0.36339 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.796 mas, bmaj=8.475 mas, bpa=20.59 degrees ! Estimated noise=981.669 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.280534 Jy ! Component: 100 - total flux cleaned = 0.348249 Jy ! Component: 150 - total flux cleaned = 0.376023 Jy ! Component: 200 - total flux cleaned = 0.389214 Jy ! Total flux subtracted in 200 components = 0.389214 Jy ! Clean residual min=-0.003544 max=0.006518 Jy/beam ! Clean residual mean=-0.000022 rms=0.001049 Jy/beam ! Combined flux in latest and established models = 0.389214 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.389214 Jy ! Inverting map and beam ! Estimated beam: bmin=4.65 mas, bmaj=9.059 mas, bpa=20.37 degrees ! Estimated noise=731.657 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.00946315 Jy ! Component: 100 - total flux cleaned = 0.0142583 Jy ! Component: 150 - total flux cleaned = 0.0170103 Jy ! Component: 200 - total flux cleaned = 0.0187023 Jy ! Total flux subtracted in 200 components = 0.0187023 Jy ! Clean residual min=-0.002076 max=0.002201 Jy/beam ! Clean residual mean=-0.000005 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.407916 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 52 components and 0.407916 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.373 mas, bmaj=10.67 mas, bpa=7.751 degrees ! Estimated noise=809.285 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110854 Jy ! Component: 100 - total flux cleaned = 0.00120686 Jy ! Component: 150 - total flux cleaned = 0.00127465 Jy ! Component: 200 - total flux cleaned = 0.00130081 Jy ! Total flux subtracted in 200 components = 0.00130081 Jy ! Clean residual min=-0.002061 max=0.002173 Jy/beam ! Clean residual mean=-0.000004 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.409217 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 = -9.11596e-06 Jy ! Component: 100 - total flux cleaned = -8.64969e-06 Jy ! Component: 150 - total flux cleaned = -1.49249e-06 Jy ! Component: 200 - total flux cleaned = 5.4828e-06 Jy ! Total flux subtracted in 200 components = 5.4828e-06 Jy ! Clean residual min=-0.002040 max=0.002174 Jy/beam ! Clean residual mean=-0.000004 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.409222 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 72 components and 0.409223 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.65 mas, bmaj=9.059 mas, bpa=20.37 degrees ! Estimated noise=731.657 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.09641e-05 Jy ! Component: 100 - total flux cleaned = 0.000173677 Jy ! Component: 150 - total flux cleaned = 0.000197195 Jy ! Component: 200 - total flux cleaned = 0.000218705 Jy ! Total flux subtracted in 200 components = 0.000218705 Jy ! Clean residual min=-0.001963 max=0.002199 Jy/beam ! Clean residual mean=-0.000002 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.409441 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 85 components and 0.409441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073938Jy sigma=0.000776 ! Fit after self-cal, rms=0.073937Jy sigma=0.000776 wmodel J1811+1704_S_2014_08_05_pus_map.mod ! Writing 85 model components to file: J1811+1704_S_2014_08_05_pus_map.mod wobs J1811+1704_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1811+1704_S_2014_08_05_pus_uvs.fits wwins J1811+1704_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J1811+1704_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.000369218 Jy ! Component: 100 - total flux cleaned = 0.000510631 Jy ! Component: 150 - total flux cleaned = 0.000612813 Jy ! Component: 200 - total flux cleaned = 0.000645798 Jy ! Component: 250 - total flux cleaned = 0.000676694 Jy ! Component: 300 - total flux cleaned = 0.000645748 Jy ! Component: 350 - total flux cleaned = 0.000732336 Jy ! Component: 400 - total flux cleaned = 0.000732286 Jy ! Component: 450 - total flux cleaned = 0.000760549 Jy ! Component: 500 - total flux cleaned = 0.000761156 Jy ! Component: 550 - total flux cleaned = 0.000893316 Jy ! Component: 600 - total flux cleaned = 0.00102233 Jy ! Component: 650 - total flux cleaned = 0.00102193 Jy ! Component: 700 - total flux cleaned = 0.0010964 Jy ! Component: 750 - total flux cleaned = 0.00119419 Jy ! Component: 800 - total flux cleaned = 0.00126563 Jy ! Component: 850 - total flux cleaned = 0.0012655 Jy ! Component: 900 - total flux cleaned = 0.0012429 Jy ! Component: 950 - total flux cleaned = 0.00122011 Jy ! Component: 1000 - total flux cleaned = 0.00124251 Jy ! Component: 1050 - total flux cleaned = 0.0011984 Jy ! Component: 1100 - total flux cleaned = 0.00124167 Jy ! Component: 1150 - total flux cleaned = 0.00124192 Jy ! Component: 1200 - total flux cleaned = 0.00122105 Jy ! Component: 1250 - total flux cleaned = 0.0012624 Jy ! Component: 1300 - total flux cleaned = 0.00126235 Jy ! Component: 1350 - total flux cleaned = 0.00128247 Jy ! Component: 1400 - total flux cleaned = 0.00126243 Jy ! Component: 1450 - total flux cleaned = 0.00128201 Jy ! Component: 1500 - total flux cleaned = 0.00124349 Jy ! Component: 1550 - total flux cleaned = 0.00124372 Jy ! Component: 1600 - total flux cleaned = 0.00128173 Jy ! Component: 1650 - total flux cleaned = 0.00133754 Jy ! Component: 1700 - total flux cleaned = 0.0013737 Jy ! Component: 1750 - total flux cleaned = 0.00139167 Jy ! Component: 1800 - total flux cleaned = 0.0013381 Jy ! Component: 1850 - total flux cleaned = 0.00135589 Jy ! Component: 1900 - total flux cleaned = 0.00139068 Jy ! Component: 1950 - total flux cleaned = 0.00135608 Jy ! Component: 2000 - total flux cleaned = 0.00133926 Jy ! Component: 2050 - total flux cleaned = 0.00140646 Jy ! Component: 2100 - total flux cleaned = 0.00142299 Jy ! Component: 2150 - total flux cleaned = 0.00143925 Jy ! Component: 2200 - total flux cleaned = 0.00143908 Jy ! Component: 2250 - total flux cleaned = 0.00143939 Jy ! Component: 2300 - total flux cleaned = 0.00148707 Jy ! Component: 2350 - total flux cleaned = 0.00151843 Jy ! Component: 2400 - total flux cleaned = 0.00153399 Jy ! Component: 2450 - total flux cleaned = 0.00159522 Jy ! Component: 2500 - total flux cleaned = 0.00159504 Jy ! Component: 2550 - total flux cleaned = 0.00157993 Jy ! Component: 2600 - total flux cleaned = 0.00155003 Jy ! Component: 2650 - total flux cleaned = 0.00150558 Jy ! Component: 2700 - total flux cleaned = 0.00149098 Jy ! Component: 2750 - total flux cleaned = 0.0014332 Jy ! Component: 2800 - total flux cleaned = 0.00146196 Jy ! Component: 2850 - total flux cleaned = 0.00139051 Jy ! Component: 2900 - total flux cleaned = 0.00140455 Jy ! Component: 2950 - total flux cleaned = 0.00133459 Jy ! Component: 3000 - total flux cleaned = 0.00130695 Jy ! Component: 3050 - total flux cleaned = 0.00126563 Jy ! Component: 3100 - total flux cleaned = 0.00129294 Jy ! Component: 3150 - total flux cleaned = 0.00121173 Jy ! Component: 3200 - total flux cleaned = 0.00121162 Jy ! Component: 3250 - total flux cleaned = 0.00111845 Jy ! Component: 3300 - total flux cleaned = 0.00106581 Jy ! Component: 3350 - total flux cleaned = 0.00101367 Jy ! Component: 3400 - total flux cleaned = 0.00102666 Jy ! Component: 3450 - total flux cleaned = 0.000987924 Jy ! Component: 3500 - total flux cleaned = 0.000962412 Jy ! Component: 3550 - total flux cleaned = 0.000962454 Jy ! Component: 3600 - total flux cleaned = 0.000899556 Jy ! Component: 3650 - total flux cleaned = 0.000924573 Jy ! Component: 3700 - total flux cleaned = 0.000899618 Jy ! Component: 3750 - total flux cleaned = 0.000813332 Jy ! Component: 3800 - total flux cleaned = 0.000813394 Jy ! Component: 3850 - total flux cleaned = 0.000789193 Jy ! Component: 3900 - total flux cleaned = 0.000740873 Jy ! Component: 3950 - total flux cleaned = 0.000728808 Jy ! Component: 4000 - total flux cleaned = 0.000693223 Jy ! Component: 4050 - total flux cleaned = 0.000705011 Jy ! Total flux subtracted in 4096 components = 0.000705008 Jy ! Clean residual min=-0.000757 max=0.000744 Jy/beam ! Clean residual mean=0.000000 rms=0.000224 Jy/beam ! Combined flux in latest and established models = 0.410146 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 368 components and 0.410146 Jy ![Exited script file: muppet] wmap "J1811+1704_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.65 x 9.059 at 20.37 degrees (North through East) ! Clean map min=-0.0016413 max=0.36384 Jy/beam ! Writing clean map to FITS file: J1811+1704_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.363836 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000219483 device "J1811+1704_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1811+1704_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.180974 0.180974 0.361949 0.723897 1.44779 2.89559 5.79118 11.5824 23.1647 46.3294 92.6589 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.363 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.65 x 9.059 at 20.37 degrees (North through East) ! Clean map min=-0.0016413 max=0.36384 Jy/beam quit ! Quitting program ! Log file J1811+1704_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:35:16 2016