! Started logfile: J1649+0626_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:32:33 2016 obs J1649+0626_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1649+0626_S_2014_08_05_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.753439 visibilities/baseline/integration-bin. ! Found source: J1649+0626 ! ! 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 11392 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 J1649+0626_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 119 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 119 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 119 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 119 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.814546Jy sigma=0.008737 ! Fit after self-cal, rms=0.696594Jy sigma=0.007408 ! 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.742 mas, bmaj=9.057 mas, bpa=19.82 degrees ! Estimated noise=783.062 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.23356 Jy ! Component: 100 - total flux cleaned = 0.288712 Jy ! Total flux subtracted in 100 components = 0.288712 Jy ! Clean residual min=-0.010231 max=0.021971 Jy/beam ! Clean residual mean=-0.000186 rms=0.003323 Jy/beam ! Combined flux in latest and established models = 0.288712 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.288712 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103093Jy sigma=0.000982 ! Fit after self-cal, rms=0.103082Jy sigma=0.000982 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0233373 Jy ! Component: 100 - total flux cleaned = 0.035553 Jy ! Total flux subtracted in 100 components = 0.035553 Jy ! Clean residual min=-0.010178 max=0.010722 Jy/beam ! Clean residual mean=-0.000113 rms=0.002341 Jy/beam ! Combined flux in latest and established models = 0.324265 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 41 components and 0.324265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096509Jy sigma=0.000900 ! Fit after self-cal, rms=0.096494Jy sigma=0.000900 ! 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.587 mas, bmaj=10 mas, bpa=18.98 degrees ! Estimated noise=634.493 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.0108249 Jy ! Component: 100 - total flux cleaned = 0.0169796 Jy ! Component: 150 - total flux cleaned = 0.0208306 Jy ! Component: 200 - total flux cleaned = 0.0233009 Jy ! Total flux subtracted in 200 components = 0.0233009 Jy ! Clean residual min=-0.006713 max=0.007265 Jy/beam ! Clean residual mean=-0.000033 rms=0.001802 Jy/beam ! Combined flux in latest and established models = 0.347566 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 92 components and 0.347566 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095065Jy sigma=0.000887 ! Fit after self-cal, rms=0.095075Jy sigma=0.000887 ! 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.95 FD 0.85 HN 1.03 KP 1.05 ! LA 1.13 MK 1.00* NL 0.96 OV 0.99 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.03 HN 1.07 KP 1.00 ! LA 1.10 MK 1.00* NL 0.98 OV 1.02 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.17 HN 1.08 KP 0.88 ! LA 0.88 MK 1.00* NL 0.96 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.11 HN 1.06 KP 0.86 ! LA 0.83 MK 1.00* NL 1.04 OV 1.00 ! PT 1.03 SC 0.99 ! ! ! Fit before self-cal, rms=0.095075Jy sigma=0.000887 ! Fit after self-cal, rms=0.086963Jy sigma=0.000811 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.608 mas, bmaj=10.08 mas, bpa=19.26 degrees ! Estimated noise=631.186 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.00252799 Jy ! Component: 100 - total flux cleaned = -0.0026825 Jy ! Component: 150 - total flux cleaned = -0.00279698 Jy ! Component: 200 - total flux cleaned = -0.00289027 Jy ! Total flux subtracted in 200 components = -0.00289027 Jy ! Clean residual min=-0.004965 max=0.004773 Jy/beam ! Clean residual mean=-0.000044 rms=0.001237 Jy/beam ! Combined flux in latest and established models = 0.344675 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 117 components and 0.344675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086768Jy sigma=0.000810 ! Fit after self-cal, rms=0.086785Jy sigma=0.000809 ! 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.086785Jy sigma=0.000809 ! Fit after self-cal, rms=0.088816Jy sigma=0.000789 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.567 mas, bmaj=10.05 mas, bpa=19.02 degrees ! Estimated noise=629.574 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00100309 Jy ! Component: 100 - total flux cleaned = -0.00126241 Jy ! Component: 150 - total flux cleaned = -0.00135202 Jy ! Component: 200 - total flux cleaned = -0.00146486 Jy ! Total flux subtracted in 200 components = -0.00146486 Jy ! Clean residual min=-0.002254 max=0.002102 Jy/beam ! Clean residual mean=-0.000007 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.34321 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 124 components and 0.34321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088771Jy sigma=0.000788 ! Fit after self-cal, rms=0.088853Jy sigma=0.000788 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 = 5.33477e-05 Jy ! Component: 100 - total flux cleaned = -3.95158e-05 Jy ! Component: 150 - total flux cleaned = -0.000143145 Jy ! Component: 200 - total flux cleaned = -0.000165435 Jy ! Total flux subtracted in 200 components = -0.000165435 Jy ! Clean residual min=-0.002234 max=0.002064 Jy/beam ! Clean residual mean=-0.000008 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.343045 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 127 components and 0.343045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088839Jy sigma=0.000788 ! Fit after self-cal, rms=0.088835Jy sigma=0.000788 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088835Jy sigma=0.000788 ! Fit after self-cal, rms=0.088996Jy sigma=0.000788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.563 mas, bmaj=10.05 mas, bpa=18.98 degrees ! Estimated noise=629.334 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000625247 Jy ! Component: 100 - total flux cleaned = -0.000938103 Jy ! Component: 150 - total flux cleaned = -0.00100822 Jy ! Component: 200 - total flux cleaned = -0.00104823 Jy ! Total flux subtracted in 200 components = -0.00104823 Jy ! Clean residual min=-0.002154 max=0.002052 Jy/beam ! Clean residual mean=-0.000007 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.341997 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 129 components and 0.341997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088983Jy sigma=0.000788 ! Fit after self-cal, rms=0.088984Jy sigma=0.000788 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.55084e-05 Jy ! Component: 100 - total flux cleaned = -7.76284e-06 Jy ! Component: 150 - total flux cleaned = -6.62132e-05 Jy ! Component: 200 - total flux cleaned = -0.000106212 Jy ! Total flux subtracted in 200 components = -0.000106212 Jy ! Clean residual min=-0.002135 max=0.002034 Jy/beam ! Clean residual mean=-0.000008 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.341891 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 132 components and 0.341891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088980Jy sigma=0.000788 ! Fit after self-cal, rms=0.088979Jy sigma=0.000788 ! 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.088979Jy sigma=0.000788 ! Fit after self-cal, rms=0.089064Jy sigma=0.000787 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.491 mas, bmaj=12 mas, bpa=15.22 degrees ! Estimated noise=702.908 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000599226 Jy ! Component: 100 - total flux cleaned = -0.000742173 Jy ! Component: 150 - total flux cleaned = -0.000819189 Jy ! Component: 200 - total flux cleaned = -0.000876415 Jy ! Total flux subtracted in 200 components = -0.000876415 Jy ! Clean residual min=-0.001840 max=0.001932 Jy/beam ! Clean residual mean=-0.000014 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.341014 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 137 components and 0.341014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089062Jy sigma=0.000787 ! Fit after self-cal, rms=0.089064Jy sigma=0.000787 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.43508e-05 Jy ! Component: 100 - total flux cleaned = -0.000116272 Jy ! Component: 150 - total flux cleaned = -0.000151253 Jy ! Component: 200 - total flux cleaned = -0.000176175 Jy ! Total flux subtracted in 200 components = -0.000176175 Jy ! Clean residual min=-0.001815 max=0.001943 Jy/beam ! Clean residual mean=-0.000015 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.340838 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 145 components and 0.340838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089063Jy sigma=0.000787 ! Fit after self-cal, rms=0.089064Jy sigma=0.000787 ! 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.561 mas, bmaj=10.05 mas, bpa=18.96 degrees ! Estimated noise=629.16 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.561 x 10.05 at 18.96 degrees (North through East) ! Clean map min=-0.0020412 max=0.30536 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.71 mas, bmaj=9.088 mas, bpa=19.8 degrees ! Estimated noise=778.644 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.232107 Jy ! Component: 100 - total flux cleaned = 0.288147 Jy ! Component: 150 - total flux cleaned = 0.312058 Jy ! Component: 200 - total flux cleaned = 0.323328 Jy ! Total flux subtracted in 200 components = 0.323328 Jy ! Clean residual min=-0.002990 max=0.005160 Jy/beam ! Clean residual mean=-0.000052 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.323327 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.323327 Jy ! Inverting map and beam ! Estimated beam: bmin=4.561 mas, bmaj=10.05 mas, bpa=18.96 degrees ! Estimated noise=629.16 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.00737453 Jy ! Component: 100 - total flux cleaned = 0.0112371 Jy ! Component: 150 - total flux cleaned = 0.0135328 Jy ! Component: 200 - total flux cleaned = 0.0147015 Jy ! Total flux subtracted in 200 components = 0.0147015 Jy ! Clean residual min=-0.002137 max=0.001904 Jy/beam ! Clean residual mean=-0.000016 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.338029 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 56 components and 0.338029 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.491 mas, bmaj=12 mas, bpa=15.22 degrees ! Estimated noise=702.908 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140067 Jy ! Component: 100 - total flux cleaned = 0.00189916 Jy ! Component: 150 - total flux cleaned = 0.00206488 Jy ! Component: 200 - total flux cleaned = 0.00218642 Jy ! Total flux subtracted in 200 components = 0.00218642 Jy ! Clean residual min=-0.001911 max=0.001912 Jy/beam ! Clean residual mean=-0.000017 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.340215 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.89161e-05 Jy ! Component: 100 - total flux cleaned = 7.90162e-05 Jy ! Component: 150 - total flux cleaned = 9.6943e-05 Jy ! Component: 200 - total flux cleaned = 0.000113432 Jy ! Total flux subtracted in 200 components = 0.000113432 Jy ! Clean residual min=-0.001884 max=0.001906 Jy/beam ! Clean residual mean=-0.000017 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.340329 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 70 components and 0.340329 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.561 mas, bmaj=10.05 mas, bpa=18.96 degrees ! Estimated noise=629.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000307263 Jy ! Component: 100 - total flux cleaned = -0.000350691 Jy ! Component: 150 - total flux cleaned = -0.000369051 Jy ! Component: 200 - total flux cleaned = -0.000385493 Jy ! Total flux subtracted in 200 components = -0.000385493 Jy ! Clean residual min=-0.002039 max=0.001956 Jy/beam ! Clean residual mean=-0.000011 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.339943 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 82 components and 0.339943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089056Jy sigma=0.000787 ! Fit after self-cal, rms=0.089056Jy sigma=0.000787 wmodel J1649+0626_S_2014_08_05_pus_map.mod ! Writing 82 model components to file: J1649+0626_S_2014_08_05_pus_map.mod wobs J1649+0626_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1649+0626_S_2014_08_05_pus_uvs.fits wwins J1649+0626_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J1649+0626_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.0006367 Jy ! Component: 100 - total flux cleaned = -0.00111561 Jy ! Component: 150 - total flux cleaned = -0.00140087 Jy ! Component: 200 - total flux cleaned = -0.00169866 Jy ! Component: 250 - total flux cleaned = -0.0018956 Jy ! Component: 300 - total flux cleaned = -0.00203 Jy ! Component: 350 - total flux cleaned = -0.00215857 Jy ! Component: 400 - total flux cleaned = -0.00235681 Jy ! Component: 450 - total flux cleaned = -0.00247632 Jy ! Component: 500 - total flux cleaned = -0.00261669 Jy ! Component: 550 - total flux cleaned = -0.00277632 Jy ! Component: 600 - total flux cleaned = -0.00286568 Jy ! Component: 650 - total flux cleaned = -0.0030396 Jy ! Component: 700 - total flux cleaned = -0.00316733 Jy ! Component: 750 - total flux cleaned = -0.00335556 Jy ! Component: 800 - total flux cleaned = -0.00351988 Jy ! Component: 850 - total flux cleaned = -0.00370129 Jy ! Component: 900 - total flux cleaned = -0.0038598 Jy ! Component: 950 - total flux cleaned = -0.00403538 Jy ! Component: 1000 - total flux cleaned = -0.00420811 Jy ! Component: 1050 - total flux cleaned = -0.00435912 Jy ! Component: 1100 - total flux cleaned = -0.00450803 Jy ! Component: 1150 - total flux cleaned = -0.0045999 Jy ! Component: 1200 - total flux cleaned = -0.00470827 Jy ! Component: 1250 - total flux cleaned = -0.00476168 Jy ! Component: 1300 - total flux cleaned = -0.0048848 Jy ! Component: 1350 - total flux cleaned = -0.00491925 Jy ! Component: 1400 - total flux cleaned = -0.00497083 Jy ! Component: 1450 - total flux cleaned = -0.00502164 Jy ! Component: 1500 - total flux cleaned = -0.00503842 Jy ! Component: 1550 - total flux cleaned = -0.00513715 Jy ! Component: 1600 - total flux cleaned = -0.00523395 Jy ! Component: 1650 - total flux cleaned = -0.00524994 Jy ! Component: 1700 - total flux cleaned = -0.00531316 Jy ! Component: 1750 - total flux cleaned = -0.00534425 Jy ! Component: 1800 - total flux cleaned = -0.00537522 Jy ! Component: 1850 - total flux cleaned = -0.00543609 Jy ! Component: 1900 - total flux cleaned = -0.00546593 Jy ! Component: 1950 - total flux cleaned = -0.00551073 Jy ! Component: 2000 - total flux cleaned = -0.00556943 Jy ! Component: 2050 - total flux cleaned = -0.00562777 Jy ! Component: 2100 - total flux cleaned = -0.00568545 Jy ! Component: 2150 - total flux cleaned = -0.00574238 Jy ! Component: 2200 - total flux cleaned = -0.00578482 Jy ! Component: 2250 - total flux cleaned = -0.00588241 Jy ! Component: 2300 - total flux cleaned = -0.00592376 Jy ! Component: 2350 - total flux cleaned = -0.00599228 Jy ! Component: 2400 - total flux cleaned = -0.0060467 Jy ! Component: 2450 - total flux cleaned = -0.00608684 Jy ! Component: 2500 - total flux cleaned = -0.00612681 Jy ! Component: 2550 - total flux cleaned = -0.00617942 Jy ! Component: 2600 - total flux cleaned = -0.00621861 Jy ! Component: 2650 - total flux cleaned = -0.00628294 Jy ! Component: 2700 - total flux cleaned = -0.00632132 Jy ! Component: 2750 - total flux cleaned = -0.00638458 Jy ! Component: 2800 - total flux cleaned = -0.00640967 Jy ! Component: 2850 - total flux cleaned = -0.00643465 Jy ! Component: 2900 - total flux cleaned = -0.00643471 Jy ! Component: 2950 - total flux cleaned = -0.00652016 Jy ! Component: 3000 - total flux cleaned = -0.00643544 Jy ! Component: 3050 - total flux cleaned = -0.00651949 Jy ! Component: 3100 - total flux cleaned = -0.00651939 Jy ! Component: 3150 - total flux cleaned = -0.00654309 Jy ! Component: 3200 - total flux cleaned = -0.00647288 Jy ! Component: 3250 - total flux cleaned = -0.00643823 Jy ! Component: 3300 - total flux cleaned = -0.00649596 Jy ! Component: 3350 - total flux cleaned = -0.00639302 Jy ! Component: 3400 - total flux cleaned = -0.00640447 Jy ! Component: 3450 - total flux cleaned = -0.00637062 Jy ! Component: 3500 - total flux cleaned = -0.0063708 Jy ! Component: 3550 - total flux cleaned = -0.00632638 Jy ! Component: 3600 - total flux cleaned = -0.00628221 Jy ! Component: 3650 - total flux cleaned = -0.00628209 Jy ! Component: 3700 - total flux cleaned = -0.00621681 Jy ! Component: 3750 - total flux cleaned = -0.00620609 Jy ! Component: 3800 - total flux cleaned = -0.00619531 Jy ! Component: 3850 - total flux cleaned = -0.00615268 Jy ! Component: 3900 - total flux cleaned = -0.0060892 Jy ! Component: 3950 - total flux cleaned = -0.00609969 Jy ! Component: 4000 - total flux cleaned = -0.00607873 Jy ! Component: 4050 - total flux cleaned = -0.00603728 Jy ! Total flux subtracted in 4096 components = -0.00598581 Jy ! Clean residual min=-0.000554 max=0.000572 Jy/beam ! Clean residual mean=-0.000000 rms=0.000199 Jy/beam ! Combined flux in latest and established models = 0.333957 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 362 components and 0.333957 Jy ![Exited script file: muppet] wmap "J1649+0626_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.561 x 10.05 at 18.96 degrees (North through East) ! Clean map min=-0.0013513 max=0.30512 Jy/beam ! Writing clean map to FITS file: J1649+0626_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.305119 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000196819 device "J1649+0626_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1649+0626_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.193517 0.193517 0.387035 0.77407 1.54814 3.09628 6.19256 12.3851 24.7702 49.5405 99.081 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.305 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.561 x 10.05 at 18.96 degrees (North through East) ! Clean map min=-0.0013513 max=0.30512 Jy/beam quit ! Quitting program ! Log file J1649+0626_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:32:38 2016