! Started logfile: J1330+5202_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:06:29 2016 obs J1330+5202_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1330+5202_S_2014_08_09_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.790346 visibilities/baseline/integration-bin. ! Found source: J1330+5202 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 342 lines of history. ! ! Reading 17356 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 J1330+5202_S_2014_08_09_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.922538Jy sigma=0.010700 ! Fit after self-cal, rms=0.902681Jy sigma=0.010488 ! 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=4.123 mas, bmaj=5.265 mas, bpa=58.43 degrees ! Estimated noise=814.574 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.0726432 Jy ! Component: 100 - total flux cleaned = 0.0961655 Jy ! Total flux subtracted in 100 components = 0.0961655 Jy ! Clean residual min=-0.005619 max=0.010337 Jy/beam ! Clean residual mean=-0.000014 rms=0.001586 Jy/beam ! Combined flux in latest and established models = 0.0961656 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0961656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076623Jy sigma=0.000831 ! Fit after self-cal, rms=0.076318Jy sigma=0.000828 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0130718 Jy ! Component: 100 - total flux cleaned = 0.019903 Jy ! Total flux subtracted in 100 components = 0.019903 Jy ! Clean residual min=-0.004480 max=0.004550 Jy/beam ! Clean residual mean=-0.000004 rms=0.001100 Jy/beam ! Combined flux in latest and established models = 0.116069 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 26 components and 0.116069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073525Jy sigma=0.000797 ! Fit after self-cal, rms=0.073362Jy sigma=0.000795 ! 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=5.088 mas, bmaj=6.262 mas, bpa=60.41 degrees ! Estimated noise=468.803 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 (-5.5, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00714555 Jy ! Component: 100 - total flux cleaned = 0.0109339 Jy ! Component: 150 - total flux cleaned = 0.0134352 Jy ! Component: 200 - total flux cleaned = 0.0151234 Jy ! Total flux subtracted in 200 components = 0.0151234 Jy ! Clean residual min=-0.002392 max=0.002495 Jy/beam ! Clean residual mean=-0.000001 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.131192 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 55 components and 0.131192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072532Jy sigma=0.000788 ! Fit after self-cal, rms=0.072463Jy sigma=0.000787 ! 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.97 FD 0.85 HN 0.98 KP 1.07 ! LA 1.08 MK 1.00* NL 0.99 OV 1.01 ! PT 1.05 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 1.05 KP 1.02 ! LA 1.02 MK 1.00* NL 1.07 OV 1.02 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.15 HN 1.07 KP 0.91 ! LA 0.83 MK 1.00* NL 0.98 OV 0.94 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.05 HN 0.98 KP 0.87 ! LA 0.79 MK 1.00* NL 1.09 OV 1.01 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.072463Jy sigma=0.000787 ! Fit after self-cal, rms=0.069712Jy sigma=0.000777 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.093 mas, bmaj=6.276 mas, bpa=60.29 degrees ! Estimated noise=466.241 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.000355231 Jy ! Component: 100 - total flux cleaned = 0.000222843 Jy ! Component: 150 - total flux cleaned = 5.59061e-05 Jy ! Component: 200 - total flux cleaned = -0.000141498 Jy ! Total flux subtracted in 200 components = -0.000141498 Jy ! Clean residual min=-0.001689 max=0.001374 Jy/beam ! Clean residual mean=-0.000003 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.131051 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 71 components and 0.131051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069676Jy sigma=0.000776 ! Fit after self-cal, rms=0.069651Jy sigma=0.000776 ! 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.069651Jy sigma=0.000776 ! Fit after self-cal, rms=0.069521Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.102 mas, bmaj=6.265 mas, bpa=60.18 degrees ! Estimated noise=466.174 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000180137 Jy ! Component: 100 - total flux cleaned = 3.37623e-05 Jy ! Component: 150 - total flux cleaned = -0.000112571 Jy ! Component: 200 - total flux cleaned = -0.000260228 Jy ! Total flux subtracted in 200 components = -0.000260228 Jy ! Clean residual min=-0.001603 max=0.001260 Jy/beam ! Clean residual mean=-0.000006 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.13079 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 78 components and 0.13079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069505Jy sigma=0.000775 ! Fit after self-cal, rms=0.069502Jy sigma=0.000775 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 = 3.40374e-05 Jy ! Component: 100 - total flux cleaned = -1.56475e-05 Jy ! Component: 150 - total flux cleaned = -7.76665e-05 Jy ! Component: 200 - total flux cleaned = -0.000106128 Jy ! Total flux subtracted in 200 components = -0.000106128 Jy ! Clean residual min=-0.001590 max=0.001250 Jy/beam ! Clean residual mean=-0.000006 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.130684 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 87 components and 0.130684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069493Jy sigma=0.000775 ! Fit after self-cal, rms=0.069491Jy sigma=0.000775 ! 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.069491Jy sigma=0.000775 ! Fit after self-cal, rms=0.069521Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.107 mas, bmaj=6.269 mas, bpa=60.16 degrees ! Estimated noise=466.375 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.65567e-05 Jy ! Component: 100 - total flux cleaned = -0.000119735 Jy ! Component: 150 - total flux cleaned = -0.00021778 Jy ! Component: 200 - total flux cleaned = -0.000255378 Jy ! Total flux subtracted in 200 components = -0.000255378 Jy ! Clean residual min=-0.001612 max=0.001244 Jy/beam ! Clean residual mean=-0.000006 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.130429 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 91 components and 0.130429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069515Jy sigma=0.000775 ! Fit after self-cal, rms=0.069514Jy sigma=0.000775 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 = 2.24225e-05 Jy ! Component: 100 - total flux cleaned = 9.85846e-06 Jy ! Component: 150 - total flux cleaned = -2.36904e-05 Jy ! Component: 200 - total flux cleaned = -4.48786e-05 Jy ! Total flux subtracted in 200 components = -4.48786e-05 Jy ! Clean residual min=-0.001607 max=0.001242 Jy/beam ! Clean residual mean=-0.000006 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.130384 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 94 components and 0.130384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069510Jy sigma=0.000775 ! Fit after self-cal, rms=0.069509Jy sigma=0.000775 ! 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.069509Jy sigma=0.000775 ! Fit after self-cal, rms=0.069531Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.653 mas, bmaj=8.946 mas, bpa=-68.52 degrees ! Estimated noise=534.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000199905 Jy ! Component: 100 - total flux cleaned = -0.000266194 Jy ! Component: 150 - total flux cleaned = -0.000303095 Jy ! Component: 200 - total flux cleaned = -0.000327238 Jy ! Total flux subtracted in 200 components = -0.000327238 Jy ! Clean residual min=-0.001565 max=0.001256 Jy/beam ! Clean residual mean=-0.000012 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.130057 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 108 components and 0.130057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069529Jy sigma=0.000775 ! Fit after self-cal, rms=0.069529Jy sigma=0.000775 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 = -2.36876e-05 Jy ! Component: 100 - total flux cleaned = -4.57773e-05 Jy ! Component: 150 - total flux cleaned = -6.55755e-05 Jy ! Component: 200 - total flux cleaned = -7.17372e-05 Jy ! Total flux subtracted in 200 components = -7.17372e-05 Jy ! Clean residual min=-0.001551 max=0.001245 Jy/beam ! Clean residual mean=-0.000012 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.129985 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 112 components and 0.129985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069528Jy sigma=0.000775 ! Fit after self-cal, rms=0.069528Jy sigma=0.000775 ! 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=5.11 mas, bmaj=6.271 mas, bpa=60.12 degrees ! Estimated noise=466.552 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.11 x 6.271 at 60.12 degrees (North through East) ! Clean map min=-0.0015938 max=0.095122 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=4.126 mas, bmaj=5.274 mas, bpa=58.03 degrees ! Estimated noise=804.283 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0718031 Jy ! Component: 100 - total flux cleaned = 0.0976193 Jy ! Component: 150 - total flux cleaned = 0.110203 Jy ! Component: 200 - total flux cleaned = 0.11703 Jy ! Total flux subtracted in 200 components = 0.11703 Jy ! Clean residual min=-0.003163 max=0.003560 Jy/beam ! Clean residual mean=-0.000008 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.11703 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.11703 Jy ! Inverting map and beam ! Estimated beam: bmin=5.11 mas, bmaj=6.271 mas, bpa=60.12 degrees ! Estimated noise=466.552 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.00606173 Jy ! Component: 100 - total flux cleaned = 0.00920737 Jy ! Component: 150 - total flux cleaned = 0.0111648 Jy ! Component: 200 - total flux cleaned = 0.0124407 Jy ! Total flux subtracted in 200 components = 0.0124407 Jy ! Clean residual min=-0.001840 max=0.001295 Jy/beam ! Clean residual mean=-0.000007 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.129471 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 59 components and 0.129471 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.653 mas, bmaj=8.946 mas, bpa=-68.52 degrees ! Estimated noise=534.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000665614 Jy ! Component: 100 - total flux cleaned = 0.000722412 Jy ! Component: 150 - total flux cleaned = 0.000699498 Jy ! Component: 200 - total flux cleaned = 0.000700211 Jy ! Total flux subtracted in 200 components = 0.000700211 Jy ! Clean residual min=-0.001673 max=0.001257 Jy/beam ! Clean residual mean=-0.000012 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.130171 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 = -3.3021e-05 Jy ! Component: 100 - total flux cleaned = -4.77106e-05 Jy ! Component: 150 - total flux cleaned = -7.4168e-05 Jy ! Component: 200 - total flux cleaned = -9.83763e-05 Jy ! Total flux subtracted in 200 components = -9.83763e-05 Jy ! Clean residual min=-0.001632 max=0.001253 Jy/beam ! Clean residual mean=-0.000012 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.130073 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 90 components and 0.130073 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.11 mas, bmaj=6.271 mas, bpa=60.12 degrees ! Estimated noise=466.552 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.61622e-05 Jy ! Component: 100 - total flux cleaned = -0.000138959 Jy ! Component: 150 - total flux cleaned = -0.000219211 Jy ! Component: 200 - total flux cleaned = -0.000255485 Jy ! Total flux subtracted in 200 components = -0.000255485 Jy ! Clean residual min=-0.001618 max=0.001238 Jy/beam ! Clean residual mean=-0.000006 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.129817 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 99 components and 0.129817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069535Jy sigma=0.000775 ! Fit after self-cal, rms=0.069531Jy sigma=0.000775 wmodel J1330+5202_S_2014_08_09_pus_map.mod ! Writing 99 model components to file: J1330+5202_S_2014_08_09_pus_map.mod wobs J1330+5202_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1330+5202_S_2014_08_09_pus_uvs.fits wwins J1330+5202_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J1330+5202_S_2014_08_09_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00068415 Jy ! Component: 100 - total flux cleaned = -0.00106418 Jy ! Component: 150 - total flux cleaned = -0.00141737 Jy ! Component: 200 - total flux cleaned = -0.00177397 Jy ! Component: 250 - total flux cleaned = -0.00197542 Jy ! Component: 300 - total flux cleaned = -0.00213085 Jy ! Component: 350 - total flux cleaned = -0.00231759 Jy ! Component: 400 - total flux cleaned = -0.00249862 Jy ! Component: 450 - total flux cleaned = -0.00265668 Jy ! Component: 500 - total flux cleaned = -0.00286165 Jy ! Component: 550 - total flux cleaned = -0.00301136 Jy ! Component: 600 - total flux cleaned = -0.00312548 Jy ! Component: 650 - total flux cleaned = -0.00326934 Jy ! Component: 700 - total flux cleaned = -0.00336349 Jy ! Component: 750 - total flux cleaned = -0.00350235 Jy ! Component: 800 - total flux cleaned = -0.00360845 Jy ! Component: 850 - total flux cleaned = -0.0036976 Jy ! Component: 900 - total flux cleaned = -0.00381438 Jy ! Component: 950 - total flux cleaned = -0.00392908 Jy ! Component: 1000 - total flux cleaned = -0.00401386 Jy ! Component: 1050 - total flux cleaned = -0.00402765 Jy ! Component: 1100 - total flux cleaned = -0.004083 Jy ! Component: 1150 - total flux cleaned = -0.00416448 Jy ! Component: 1200 - total flux cleaned = -0.00420455 Jy ! Component: 1250 - total flux cleaned = -0.00424396 Jy ! Component: 1300 - total flux cleaned = -0.00429607 Jy ! Component: 1350 - total flux cleaned = -0.0043217 Jy ! Component: 1400 - total flux cleaned = -0.00434692 Jy ! Component: 1450 - total flux cleaned = -0.00437192 Jy ! Component: 1500 - total flux cleaned = -0.00435975 Jy ! Component: 1550 - total flux cleaned = -0.00444544 Jy ! Component: 1600 - total flux cleaned = -0.00450571 Jy ! Component: 1650 - total flux cleaned = -0.0045296 Jy ! Component: 1700 - total flux cleaned = -0.00457687 Jy ! Component: 1750 - total flux cleaned = -0.00463517 Jy ! Component: 1800 - total flux cleaned = -0.00465843 Jy ! Component: 1850 - total flux cleaned = -0.00470438 Jy ! Component: 1900 - total flux cleaned = -0.00474981 Jy ! Component: 1950 - total flux cleaned = -0.00481725 Jy ! Component: 2000 - total flux cleaned = -0.00487278 Jy ! Component: 2050 - total flux cleaned = -0.00490576 Jy ! Component: 2100 - total flux cleaned = -0.00496031 Jy ! Component: 2150 - total flux cleaned = -0.00505752 Jy ! Component: 2200 - total flux cleaned = -0.00508946 Jy ! Component: 2250 - total flux cleaned = -0.00514254 Jy ! Component: 2300 - total flux cleaned = -0.0051951 Jy ! Component: 2350 - total flux cleaned = -0.00525777 Jy ! Component: 2400 - total flux cleaned = -0.00528887 Jy ! Component: 2450 - total flux cleaned = -0.00534002 Jy ! Component: 2500 - total flux cleaned = -0.00536046 Jy ! Component: 2550 - total flux cleaned = -0.0053707 Jy ! Component: 2600 - total flux cleaned = -0.00542068 Jy ! Component: 2650 - total flux cleaned = -0.00543047 Jy ! Component: 2700 - total flux cleaned = -0.00542058 Jy ! Component: 2750 - total flux cleaned = -0.0054597 Jy ! Component: 2800 - total flux cleaned = -0.00548886 Jy ! Component: 2850 - total flux cleaned = -0.0055177 Jy ! Component: 2900 - total flux cleaned = -0.00552723 Jy ! Component: 2950 - total flux cleaned = -0.00549873 Jy ! Component: 3000 - total flux cleaned = -0.00552705 Jy ! Component: 3050 - total flux cleaned = -0.00551772 Jy ! Component: 3100 - total flux cleaned = -0.00550844 Jy ! Component: 3150 - total flux cleaned = -0.00555465 Jy ! Component: 3200 - total flux cleaned = -0.00555471 Jy ! Component: 3250 - total flux cleaned = -0.00554565 Jy ! Component: 3300 - total flux cleaned = -0.00560902 Jy ! Component: 3350 - total flux cleaned = -0.00558203 Jy ! Component: 3400 - total flux cleaned = -0.00559986 Jy ! Component: 3450 - total flux cleaned = -0.00561764 Jy ! Component: 3500 - total flux cleaned = -0.00561762 Jy ! Component: 3550 - total flux cleaned = -0.00563505 Jy ! Component: 3600 - total flux cleaned = -0.00564384 Jy ! Component: 3650 - total flux cleaned = -0.00566108 Jy ! Component: 3700 - total flux cleaned = -0.00566955 Jy ! Component: 3750 - total flux cleaned = -0.00569508 Jy ! Component: 3800 - total flux cleaned = -0.00570348 Jy ! Component: 3850 - total flux cleaned = -0.00570351 Jy ! Component: 3900 - total flux cleaned = -0.00573691 Jy ! Component: 3950 - total flux cleaned = -0.00576175 Jy ! Component: 4000 - total flux cleaned = -0.00574517 Jy ! Component: 4050 - total flux cleaned = -0.00581063 Jy ! Total flux subtracted in 4096 components = -0.0058106 Jy ! Clean residual min=-0.000611 max=0.000437 Jy/beam ! Clean residual mean=-0.000000 rms=0.000147 Jy/beam ! Combined flux in latest and established models = 0.124007 Jy keep ! Adding 242 model components to the UV plane model. ! The established model now contains 341 components and 0.124007 Jy ![Exited script file: muppet] wmap "J1330+5202_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.11 x 6.271 at 60.12 degrees (North through East) ! Clean map min=-0.0011878 max=0.095179 Jy/beam ! Writing clean map to FITS file: J1330+5202_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0951788 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000146489 device "J1330+5202_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1330+5202_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.461728 0.461728 0.923457 1.84691 3.69383 7.38765 14.7753 29.5506 59.1012 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.095 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.11 x 6.271 at 60.12 degrees (North through East) ! Clean map min=-0.0011878 max=0.095179 Jy/beam quit ! Quitting program ! Log file J1330+5202_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:06:34 2016