! Started logfile: J0503+4424_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:44:11 2016 obs J0503+4424_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0503+4424_S_2014_06_09_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.694444 visibilities/baseline/integration-bin. ! Found source: J0503+4424 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 336 lines of history. ! ! Reading 9000 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 J0503+4424_S_2014_06_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 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 116 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.825120Jy sigma=0.009884 ! Fit after self-cal, rms=0.767057Jy sigma=0.009207 ! 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.015 mas, bmaj=5.365 mas, bpa=-21.92 degrees ! Estimated noise=1018.09 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.180994 Jy ! Component: 100 - total flux cleaned = 0.222857 Jy ! Total flux subtracted in 100 components = 0.222857 Jy ! Clean residual min=-0.008872 max=0.016728 Jy/beam ! Clean residual mean=0.000011 rms=0.002398 Jy/beam ! Combined flux in latest and established models = 0.222857 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.222857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082065Jy sigma=0.000923 ! Fit after self-cal, rms=0.082062Jy sigma=0.000923 ! Inverting map ! Added new window around map position (-7.5, 3.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0189579 Jy ! Component: 100 - total flux cleaned = 0.0297565 Jy ! Total flux subtracted in 100 components = 0.0297565 Jy ! Clean residual min=-0.006719 max=0.006620 Jy/beam ! Clean residual mean=0.000010 rms=0.001640 Jy/beam ! Combined flux in latest and established models = 0.252614 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 16 components and 0.252614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076726Jy sigma=0.000863 ! Fit after self-cal, rms=0.076529Jy sigma=0.000861 ! 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=3.682 mas, bmaj=6.339 mas, bpa=-21.28 degrees ! Estimated noise=630.402 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.00908976 Jy ! Component: 100 - total flux cleaned = 0.0134189 Jy ! Component: 150 - total flux cleaned = 0.0161311 Jy ! Component: 200 - total flux cleaned = 0.0178 Jy ! Total flux subtracted in 200 components = 0.0178 Jy ! Clean residual min=-0.004982 max=0.005492 Jy/beam ! Clean residual mean=0.000014 rms=0.001337 Jy/beam ! Combined flux in latest and established models = 0.270414 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 40 components and 0.270414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075330Jy sigma=0.000850 ! Fit after self-cal, rms=0.075181Jy sigma=0.000848 ! 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 1.00* FD 0.86 HN 0.95 KP 1.01 ! LA 1.22 MK 1.01 NL 0.97 OV 0.99 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.01 KP 0.99 ! LA 1.15 MK 1.01 NL 1.08 OV 1.03 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.16 HN 1.02 KP 0.89 ! LA 0.91 MK 1.03 NL 1.12 OV 0.94 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.99 KP 0.87 ! LA 0.88 MK 1.05 NL 1.05 OV 1.00 ! PT 0.98 SC 0.94 ! ! ! Fit before self-cal, rms=0.075181Jy sigma=0.000848 ! Fit after self-cal, rms=0.069711Jy sigma=0.000789 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.698 mas, bmaj=6.315 mas, bpa=-20.79 degrees ! Estimated noise=629.835 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.00124494 Jy ! Component: 100 - total flux cleaned = 0.00134278 Jy ! Component: 150 - total flux cleaned = 0.00141987 Jy ! Component: 200 - total flux cleaned = 0.00145289 Jy ! Total flux subtracted in 200 components = 0.00145289 Jy ! Clean residual min=-0.002741 max=0.002824 Jy/beam ! Clean residual mean=-0.000008 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.271866 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 51 components and 0.271866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069631Jy sigma=0.000788 ! Fit after self-cal, rms=0.069633Jy sigma=0.000787 ! 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.069633Jy sigma=0.000787 ! Fit after self-cal, rms=0.069097Jy sigma=0.000784 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.697 mas, bmaj=6.309 mas, bpa=-20.81 degrees ! Estimated noise=629.727 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00142708 Jy ! Component: 100 - total flux cleaned = 0.00149663 Jy ! Component: 150 - total flux cleaned = 0.00147022 Jy ! Component: 200 - total flux cleaned = 0.00144754 Jy ! Total flux subtracted in 200 components = 0.00144754 Jy ! Clean residual min=-0.002142 max=0.002177 Jy/beam ! Clean residual mean=-0.000007 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.273314 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 58 components and 0.273314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069056Jy sigma=0.000784 ! Fit after self-cal, rms=0.069044Jy sigma=0.000784 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.000341725 Jy ! Component: 100 - total flux cleaned = 0.000342616 Jy ! Component: 150 - total flux cleaned = 0.000321525 Jy ! Component: 200 - total flux cleaned = 0.000302486 Jy ! Total flux subtracted in 200 components = 0.000302486 Jy ! Clean residual min=-0.002133 max=0.002081 Jy/beam ! Clean residual mean=-0.000007 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.273616 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 69 components and 0.273616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069028Jy sigma=0.000784 ! Fit after self-cal, rms=0.069025Jy sigma=0.000784 ! 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.069025Jy sigma=0.000784 ! Fit after self-cal, rms=0.069005Jy sigma=0.000784 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.698 mas, bmaj=6.312 mas, bpa=-20.76 degrees ! Estimated noise=630.132 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000737596 Jy ! Component: 100 - total flux cleaned = 0.000806273 Jy ! Component: 150 - total flux cleaned = 0.000847109 Jy ! Component: 200 - total flux cleaned = 0.000846717 Jy ! Total flux subtracted in 200 components = 0.000846717 Jy ! Clean residual min=-0.002037 max=0.001956 Jy/beam ! Clean residual mean=-0.000007 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.274463 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 72 components and 0.274463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068986Jy sigma=0.000783 ! Fit after self-cal, rms=0.068981Jy sigma=0.000783 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.000222199 Jy ! Component: 100 - total flux cleaned = 0.000222629 Jy ! Component: 150 - total flux cleaned = 0.000222235 Jy ! Component: 200 - total flux cleaned = 0.000222341 Jy ! Total flux subtracted in 200 components = 0.000222341 Jy ! Clean residual min=-0.002007 max=0.001920 Jy/beam ! Clean residual mean=-0.000007 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.274686 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 75 components and 0.274685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068971Jy sigma=0.000783 ! Fit after self-cal, rms=0.068970Jy sigma=0.000783 ! 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.068970Jy sigma=0.000783 ! Fit after self-cal, rms=0.068974Jy sigma=0.000783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.953 mas, bmaj=11.06 mas, bpa=-21.4 degrees ! Estimated noise=765.361 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000999345 Jy ! Component: 100 - total flux cleaned = 0.00104363 Jy ! Component: 150 - total flux cleaned = 0.00101119 Jy ! Component: 200 - total flux cleaned = 0.000996165 Jy ! Total flux subtracted in 200 components = 0.000996165 Jy ! Clean residual min=-0.001803 max=0.002149 Jy/beam ! Clean residual mean=-0.000013 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.275682 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 81 components and 0.275682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068970Jy sigma=0.000783 ! Fit after self-cal, rms=0.068968Jy sigma=0.000783 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 = 6.27062e-05 Jy ! Component: 100 - total flux cleaned = 8.15768e-05 Jy ! Component: 150 - total flux cleaned = 8.2326e-05 Jy ! Component: 200 - total flux cleaned = 7.08715e-05 Jy ! Total flux subtracted in 200 components = 7.08715e-05 Jy ! Clean residual min=-0.001794 max=0.002130 Jy/beam ! Clean residual mean=-0.000013 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.275752 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 84 components and 0.275753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068969Jy sigma=0.000783 ! Fit after self-cal, rms=0.068968Jy sigma=0.000783 ! 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=3.698 mas, bmaj=6.315 mas, bpa=-20.72 degrees ! Estimated noise=630.41 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.698 x 6.315 at -20.72 degrees (North through East) ! Clean map min=-0.0019293 max=0.22949 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.03 mas, bmaj=5.329 mas, bpa=-21.33 degrees ! Estimated noise=1005.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.178589 Jy ! Component: 100 - total flux cleaned = 0.22147 Jy ! Component: 150 - total flux cleaned = 0.242403 Jy ! Component: 200 - total flux cleaned = 0.254369 Jy ! Total flux subtracted in 200 components = 0.254369 Jy ! Clean residual min=-0.004174 max=0.005940 Jy/beam ! Clean residual mean=-0.000002 rms=0.001032 Jy/beam ! Combined flux in latest and established models = 0.254369 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.254369 Jy ! Inverting map and beam ! Estimated beam: bmin=3.698 mas, bmaj=6.315 mas, bpa=-20.72 degrees ! Estimated noise=630.41 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) ! Added new window around map position (-4, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.009106 Jy ! Component: 100 - total flux cleaned = 0.0138039 Jy ! Component: 150 - total flux cleaned = 0.0165167 Jy ! Component: 200 - total flux cleaned = 0.0183324 Jy ! Total flux subtracted in 200 components = 0.0183324 Jy ! Clean residual min=-0.002156 max=0.002108 Jy/beam ! Clean residual mean=-0.000009 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.272702 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 47 components and 0.272701 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.953 mas, bmaj=11.06 mas, bpa=-21.4 degrees ! Estimated noise=765.361 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192035 Jy ! Component: 100 - total flux cleaned = 0.00262055 Jy ! Component: 150 - total flux cleaned = 0.00282551 Jy ! Component: 200 - total flux cleaned = 0.00294803 Jy ! Total flux subtracted in 200 components = 0.00294803 Jy ! Clean residual min=-0.001853 max=0.002145 Jy/beam ! Clean residual mean=-0.000013 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.275649 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 = 6.3545e-05 Jy ! Component: 100 - total flux cleaned = 0.000101798 Jy ! Component: 150 - total flux cleaned = 0.000136975 Jy ! Component: 200 - total flux cleaned = 0.000137646 Jy ! Total flux subtracted in 200 components = 0.000137646 Jy ! Clean residual min=-0.001845 max=0.002128 Jy/beam ! Clean residual mean=-0.000013 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.275787 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 68 components and 0.275787 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.698 mas, bmaj=6.315 mas, bpa=-20.72 degrees ! Estimated noise=630.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000111689 Jy ! Component: 100 - total flux cleaned = -0.00013959 Jy ! Component: 150 - total flux cleaned = -0.00013992 Jy ! Component: 200 - total flux cleaned = -0.000162942 Jy ! Total flux subtracted in 200 components = -0.000162942 Jy ! Clean residual min=-0.001893 max=0.001952 Jy/beam ! Clean residual mean=-0.000007 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.275624 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 88 components and 0.275624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068940Jy sigma=0.000783 ! Fit after self-cal, rms=0.068935Jy sigma=0.000783 wmodel J0503+4424_S_2014_06_09_pus_map.mod ! Writing 88 model components to file: J0503+4424_S_2014_06_09_pus_map.mod wobs J0503+4424_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0503+4424_S_2014_06_09_pus_uvs.fits wwins J0503+4424_S_2014_06_09_pus_map.win ! wwins: Wrote 3 windows to J0503+4424_S_2014_06_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 = 3.96287e-05 Jy ! Component: 100 - total flux cleaned = -2.64357e-05 Jy ! Component: 150 - total flux cleaned = -8.73898e-05 Jy ! Component: 200 - total flux cleaned = -3.0058e-05 Jy ! Component: 250 - total flux cleaned = -0.000140568 Jy ! Component: 300 - total flux cleaned = -0.000167684 Jy ! Component: 350 - total flux cleaned = -0.00019435 Jy ! Component: 400 - total flux cleaned = -0.000245277 Jy ! Component: 450 - total flux cleaned = -0.000269667 Jy ! Component: 500 - total flux cleaned = -0.000269286 Jy ! Component: 550 - total flux cleaned = -0.000291812 Jy ! Component: 600 - total flux cleaned = -0.000358981 Jy ! Component: 650 - total flux cleaned = -0.000358483 Jy ! Component: 700 - total flux cleaned = -0.000401967 Jy ! Component: 750 - total flux cleaned = -0.000423445 Jy ! Component: 800 - total flux cleaned = -0.000423921 Jy ! Component: 850 - total flux cleaned = -0.000485344 Jy ! Component: 900 - total flux cleaned = -0.000505604 Jy ! Component: 950 - total flux cleaned = -0.000544786 Jy ! Component: 1000 - total flux cleaned = -0.000506511 Jy ! Component: 1050 - total flux cleaned = -0.000601756 Jy ! Component: 1100 - total flux cleaned = -0.000638898 Jy ! Component: 1150 - total flux cleaned = -0.000638407 Jy ! Component: 1200 - total flux cleaned = -0.000584612 Jy ! Component: 1250 - total flux cleaned = -0.000602099 Jy ! Component: 1300 - total flux cleaned = -0.00058444 Jy ! Component: 1350 - total flux cleaned = -0.000584548 Jy ! Component: 1400 - total flux cleaned = -0.000567689 Jy ! Component: 1450 - total flux cleaned = -0.00051729 Jy ! Component: 1500 - total flux cleaned = -0.000451644 Jy ! Component: 1550 - total flux cleaned = -0.000387052 Jy ! Component: 1600 - total flux cleaned = -0.000338734 Jy ! Component: 1650 - total flux cleaned = -0.000227746 Jy ! Component: 1700 - total flux cleaned = -0.000196676 Jy ! Component: 1750 - total flux cleaned = -0.00010408 Jy ! Component: 1800 - total flux cleaned = -4.32615e-05 Jy ! Component: 1850 - total flux cleaned = 1.70376e-05 Jy ! Component: 1900 - total flux cleaned = 0.000106506 Jy ! Component: 1950 - total flux cleaned = 0.000150648 Jy ! Component: 2000 - total flux cleaned = 0.000194383 Jy ! Component: 2050 - total flux cleaned = 0.000280958 Jy ! Component: 2100 - total flux cleaned = 0.000323917 Jy ! Component: 2150 - total flux cleaned = 0.000394673 Jy ! Component: 2200 - total flux cleaned = 0.000380796 Jy ! Component: 2250 - total flux cleaned = 0.000491799 Jy ! Component: 2300 - total flux cleaned = 0.000477961 Jy ! Component: 2350 - total flux cleaned = 0.000532162 Jy ! Component: 2400 - total flux cleaned = 0.000545743 Jy ! Component: 2450 - total flux cleaned = 0.000585844 Jy ! Component: 2500 - total flux cleaned = 0.000638574 Jy ! Component: 2550 - total flux cleaned = 0.000638648 Jy ! Component: 2600 - total flux cleaned = 0.00070348 Jy ! Component: 2650 - total flux cleaned = 0.000742025 Jy ! Component: 2700 - total flux cleaned = 0.000754719 Jy ! Component: 2750 - total flux cleaned = 0.000792431 Jy ! Component: 2800 - total flux cleaned = 0.000792445 Jy ! Component: 2850 - total flux cleaned = 0.000804708 Jy ! Component: 2900 - total flux cleaned = 0.000853776 Jy ! Component: 2950 - total flux cleaned = 0.000829225 Jy ! Component: 3000 - total flux cleaned = 0.000841222 Jy ! Component: 3050 - total flux cleaned = 0.000817356 Jy ! Component: 3100 - total flux cleaned = 0.000853077 Jy ! Component: 3150 - total flux cleaned = 0.000911885 Jy ! Component: 3200 - total flux cleaned = 0.000876757 Jy ! Component: 3250 - total flux cleaned = 0.000934659 Jy ! Component: 3300 - total flux cleaned = 0.00098052 Jy ! Component: 3350 - total flux cleaned = 0.000991841 Jy ! Component: 3400 - total flux cleaned = 0.00100322 Jy ! Component: 3450 - total flux cleaned = 0.00101442 Jy ! Component: 3500 - total flux cleaned = 0.00105898 Jy ! Component: 3550 - total flux cleaned = 0.00104796 Jy ! Component: 3600 - total flux cleaned = 0.00111365 Jy ! Component: 3650 - total flux cleaned = 0.00110286 Jy ! Component: 3700 - total flux cleaned = 0.00115677 Jy ! Component: 3750 - total flux cleaned = 0.00115676 Jy ! Component: 3800 - total flux cleaned = 0.00115699 Jy ! Component: 3850 - total flux cleaned = 0.00119919 Jy ! Component: 3900 - total flux cleaned = 0.00118885 Jy ! Component: 3950 - total flux cleaned = 0.00118891 Jy ! Component: 4000 - total flux cleaned = 0.00113719 Jy ! Component: 4050 - total flux cleaned = 0.00116804 Jy ! Total flux subtracted in 4096 components = 0.00117825 Jy ! Clean residual min=-0.000726 max=0.000598 Jy/beam ! Clean residual mean=-0.000002 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.276802 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 367 components and 0.276802 Jy ![Exited script file: muppet] wmap "J0503+4424_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.698 x 6.315 at -20.72 degrees (North through East) ! Clean map min=-0.0015418 max=0.22842 Jy/beam ! Writing clean map to FITS file: J0503+4424_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.228415 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00017761 device "J0503+4424_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0503+4424_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.233272 0.233272 0.466545 0.93309 1.86618 3.73236 7.46472 14.9294 29.8589 59.7177 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.228 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.698 x 6.315 at -20.72 degrees (North through East) ! Clean map min=-0.0015418 max=0.22842 Jy/beam quit ! Quitting program ! Log file J0503+4424_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:44:16 2016