! Started logfile: J0113+4948_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:39:22 2016 obs J0113+4948_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0113+4948_S_2015_03_17_pus_uva.fits ! AN table 1: 13 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.649573 visibilities/baseline/integration-bin. ! Found source: J0113+4948 ! ! 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 330 lines of history. ! ! Reading 1520 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 J0113+4948_S_2015_03_17_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 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.720577Jy sigma=0.008787 ! Fit after self-cal, rms=0.715746Jy sigma=0.008731 ! 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=2.765 mas, bmaj=9.531 mas, bpa=-63.64 degrees ! Estimated noise=1787.42 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.206928 Jy ! Component: 100 - total flux cleaned = 0.27284 Jy ! Total flux subtracted in 100 components = 0.27284 Jy ! Clean residual min=-0.029996 max=0.078297 Jy/beam ! Clean residual mean=-0.000244 rms=0.010813 Jy/beam ! Combined flux in latest and established models = 0.27284 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.27284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.165792Jy sigma=0.001724 ! Fit after self-cal, rms=0.165690Jy sigma=0.001723 ! Inverting map ! Added new window around map position (-4.5, 7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0698964 Jy ! Component: 100 - total flux cleaned = 0.110626 Jy ! Total flux subtracted in 100 components = 0.110626 Jy ! Clean residual min=-0.019702 max=0.025033 Jy/beam ! Clean residual mean=-0.000123 rms=0.006087 Jy/beam ! Combined flux in latest and established models = 0.383466 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 48 components and 0.383466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115240Jy sigma=0.001169 ! Fit after self-cal, rms=0.113859Jy sigma=0.001151 ! 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.254 mas, bmaj=9.891 mas, bpa=-64.98 degrees ! Estimated noise=1559.42 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.0442851 Jy ! Component: 100 - total flux cleaned = 0.0738788 Jy ! Component: 150 - total flux cleaned = 0.0945908 Jy ! Component: 200 - total flux cleaned = 0.109453 Jy ! Total flux subtracted in 200 components = 0.109453 Jy ! Clean residual min=-0.015432 max=0.013004 Jy/beam ! Clean residual mean=-0.000027 rms=0.003565 Jy/beam ! Combined flux in latest and established models = 0.492919 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 104 components and 0.492919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085239Jy sigma=0.000889 ! Fit after self-cal, rms=0.084955Jy sigma=0.000886 ! 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.05 FD 0.77 HN 1.03 KP 1.09 ! LA 0.99 MK 0.96 NL 0.90 OV 0.99 ! PT 1.04 SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.81 HN 1.08 KP 1.09 ! LA 0.97 MK 1.02 NL 1.01 OV 1.02 ! PT 1.02 SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.87 HN 1.04 KP 0.94 ! LA 0.78 MK 1.06 NL 1.07 OV 0.97 ! PT 1.01 SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.87 HN 0.98 KP 0.92 ! LA 0.88 MK 1.03 NL 0.96 OV 1.04 ! PT 1.06 SC 1.00* ! ! ! Fit before self-cal, rms=0.084955Jy sigma=0.000886 ! Fit after self-cal, rms=0.066182Jy sigma=0.000769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.298 mas, bmaj=9.873 mas, bpa=-64.8 degrees ! Estimated noise=1528.18 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.000714227 Jy ! Component: 100 - total flux cleaned = -0.000488418 Jy ! Component: 150 - total flux cleaned = -0.000410318 Jy ! Component: 200 - total flux cleaned = -0.000268589 Jy ! Total flux subtracted in 200 components = -0.000268589 Jy ! Clean residual min=-0.004566 max=0.004232 Jy/beam ! Clean residual mean=-0.000019 rms=0.001142 Jy/beam ! Combined flux in latest and established models = 0.49265 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 124 components and 0.49265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065852Jy sigma=0.000765 ! Fit after self-cal, rms=0.065762Jy sigma=0.000764 ! 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.065762Jy sigma=0.000764 ! Fit after self-cal, rms=0.065693Jy sigma=0.000764 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.298 mas, bmaj=9.871 mas, bpa=-64.82 degrees ! Estimated noise=1526.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.00689e-05 Jy ! Component: 100 - total flux cleaned = 0.000140715 Jy ! Component: 150 - total flux cleaned = 0.000189245 Jy ! Component: 200 - total flux cleaned = 0.000189181 Jy ! Total flux subtracted in 200 components = 0.000189181 Jy ! Clean residual min=-0.004586 max=0.003957 Jy/beam ! Clean residual mean=-0.000018 rms=0.001102 Jy/beam ! Combined flux in latest and established models = 0.49284 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 132 components and 0.49284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065611Jy sigma=0.000763 ! Fit after self-cal, rms=0.065609Jy sigma=0.000763 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.000184756 Jy ! Component: 100 - total flux cleaned = 0.000184925 Jy ! Component: 150 - total flux cleaned = 0.000222526 Jy ! Component: 200 - total flux cleaned = 0.000223849 Jy ! Total flux subtracted in 200 components = 0.000223849 Jy ! Clean residual min=-0.004580 max=0.003837 Jy/beam ! Clean residual mean=-0.000018 rms=0.001082 Jy/beam ! Combined flux in latest and established models = 0.493063 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 137 components and 0.493064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065569Jy sigma=0.000763 ! Fit after self-cal, rms=0.065568Jy sigma=0.000763 ! 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.065568Jy sigma=0.000763 ! Fit after self-cal, rms=0.065584Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.298 mas, bmaj=9.866 mas, bpa=-64.83 degrees ! Estimated noise=1527.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000280413 Jy ! Component: 100 - total flux cleaned = 0.000346898 Jy ! Component: 150 - total flux cleaned = 0.000347315 Jy ! Component: 200 - total flux cleaned = 0.000374234 Jy ! Total flux subtracted in 200 components = 0.000374234 Jy ! Clean residual min=-0.004558 max=0.003720 Jy/beam ! Clean residual mean=-0.000018 rms=0.001068 Jy/beam ! Combined flux in latest and established models = 0.493438 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 145 components and 0.493438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065556Jy sigma=0.000763 ! Fit after self-cal, rms=0.065556Jy sigma=0.000763 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 = -9.02865e-06 Jy ! Component: 100 - total flux cleaned = 6.90311e-05 Jy ! Component: 150 - total flux cleaned = 6.9283e-05 Jy ! Component: 200 - total flux cleaned = 6.92705e-05 Jy ! Total flux subtracted in 200 components = 6.92705e-05 Jy ! Clean residual min=-0.004552 max=0.003627 Jy/beam ! Clean residual mean=-0.000018 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.493507 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 148 components and 0.493507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065538Jy sigma=0.000762 ! Fit after self-cal, rms=0.065538Jy sigma=0.000762 ! 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.065538Jy sigma=0.000762 ! Fit after self-cal, rms=0.065566Jy sigma=0.000762 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.768 mas, bmaj=11.86 mas, bpa=-86.44 degrees ! Estimated noise=1931.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000510122 Jy ! Component: 100 - total flux cleaned = 0.000614119 Jy ! Component: 150 - total flux cleaned = 0.000703315 Jy ! Component: 200 - total flux cleaned = 0.0007841 Jy ! Total flux subtracted in 200 components = 0.0007841 Jy ! Clean residual min=-0.005287 max=0.004918 Jy/beam ! Clean residual mean=-0.000036 rms=0.001368 Jy/beam ! Combined flux in latest and established models = 0.494291 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 160 components and 0.494291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065556Jy sigma=0.000762 ! Fit after self-cal, rms=0.065554Jy sigma=0.000762 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.000130271 Jy ! Component: 100 - total flux cleaned = 0.000209611 Jy ! Component: 150 - total flux cleaned = 0.000257184 Jy ! Component: 200 - total flux cleaned = 0.000301684 Jy ! Total flux subtracted in 200 components = 0.000301684 Jy ! Clean residual min=-0.005283 max=0.004885 Jy/beam ! Clean residual mean=-0.000035 rms=0.001357 Jy/beam ! Combined flux in latest and established models = 0.494593 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 163 components and 0.494593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065550Jy sigma=0.000762 ! Fit after self-cal, rms=0.065549Jy sigma=0.000762 ! 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.298 mas, bmaj=9.862 mas, bpa=-64.84 degrees ! Estimated noise=1527.96 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.298 x 9.862 at -64.84 degrees (North through East) ! Clean map min=-0.0043074 max=0.27962 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=2.788 mas, bmaj=9.499 mas, bpa=-63.42 degrees ! Estimated noise=1762.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.205695 Jy ! Component: 100 - total flux cleaned = 0.286918 Jy ! Component: 150 - total flux cleaned = 0.338929 Jy ! Component: 200 - total flux cleaned = 0.375754 Jy ! Total flux subtracted in 200 components = 0.375754 Jy ! Clean residual min=-0.013042 max=0.020858 Jy/beam ! Clean residual mean=-0.000142 rms=0.004884 Jy/beam ! Combined flux in latest and established models = 0.375754 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 43 model components to the UV plane model. ! The established model now contains 43 components and 0.375754 Jy ! Inverting map and beam ! Estimated beam: bmin=3.298 mas, bmaj=9.862 mas, bpa=-64.84 degrees ! Estimated noise=1527.96 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.0374938 Jy ! Component: 100 - total flux cleaned = 0.0628049 Jy ! Component: 150 - total flux cleaned = 0.0800247 Jy ! Component: 200 - total flux cleaned = 0.0917759 Jy ! Total flux subtracted in 200 components = 0.0917759 Jy ! Clean residual min=-0.006309 max=0.007009 Jy/beam ! Clean residual mean=-0.000067 rms=0.001842 Jy/beam ! Combined flux in latest and established models = 0.46753 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 87 components and 0.46753 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.768 mas, bmaj=11.86 mas, bpa=-86.44 degrees ! Estimated noise=1931.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0129963 Jy ! Component: 100 - total flux cleaned = 0.0196694 Jy ! Component: 150 - total flux cleaned = 0.0233149 Jy ! Component: 200 - total flux cleaned = 0.025432 Jy ! Total flux subtracted in 200 components = 0.025432 Jy ! Clean residual min=-0.005592 max=0.004693 Jy/beam ! Clean residual mean=-0.000043 rms=0.001375 Jy/beam ! Combined flux in latest and established models = 0.492962 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00130713 Jy ! Component: 100 - total flux cleaned = 0.00204794 Jy ! Component: 150 - total flux cleaned = 0.00222017 Jy ! Component: 200 - total flux cleaned = 0.00228561 Jy ! Total flux subtracted in 200 components = 0.00228561 Jy ! Clean residual min=-0.005404 max=0.004691 Jy/beam ! Clean residual mean=-0.000036 rms=0.001338 Jy/beam ! Combined flux in latest and established models = 0.495248 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 152 components and 0.495248 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.298 mas, bmaj=9.862 mas, bpa=-64.84 degrees ! Estimated noise=1527.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000330875 Jy ! Component: 100 - total flux cleaned = -0.000635942 Jy ! Component: 150 - total flux cleaned = -0.00084126 Jy ! Component: 200 - total flux cleaned = -0.000964113 Jy ! Total flux subtracted in 200 components = -0.000964113 Jy ! Clean residual min=-0.004440 max=0.003825 Jy/beam ! Clean residual mean=-0.000021 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.494284 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 170 components and 0.494284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065627Jy sigma=0.000764 ! Fit after self-cal, rms=0.065619Jy sigma=0.000764 wmodel J0113+4948_S_2015_03_17_pus_map.mod ! Writing 170 model components to file: J0113+4948_S_2015_03_17_pus_map.mod wobs J0113+4948_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0113+4948_S_2015_03_17_pus_uvs.fits wwins J0113+4948_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J0113+4948_S_2015_03_17_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.00189806 Jy ! Component: 100 - total flux cleaned = -0.00231806 Jy ! Component: 150 - total flux cleaned = -0.00231788 Jy ! Component: 200 - total flux cleaned = -0.00261665 Jy ! Component: 250 - total flux cleaned = -0.00273275 Jy ! Component: 300 - total flux cleaned = -0.00295197 Jy ! Component: 350 - total flux cleaned = -0.0032647 Jy ! Component: 400 - total flux cleaned = -0.00346541 Jy ! Component: 450 - total flux cleaned = -0.00361053 Jy ! Component: 500 - total flux cleaned = -0.00375138 Jy ! Component: 550 - total flux cleaned = -0.00375166 Jy ! Component: 600 - total flux cleaned = -0.00379508 Jy ! Component: 650 - total flux cleaned = -0.00370892 Jy ! Component: 700 - total flux cleaned = -0.00375145 Jy ! Component: 750 - total flux cleaned = -0.00391493 Jy ! Component: 800 - total flux cleaned = -0.00395434 Jy ! Component: 850 - total flux cleaned = -0.00403187 Jy ! Component: 900 - total flux cleaned = -0.00407013 Jy ! Component: 950 - total flux cleaned = -0.00418176 Jy ! Component: 1000 - total flux cleaned = -0.00421781 Jy ! Component: 1050 - total flux cleaned = -0.00425353 Jy ! Component: 1100 - total flux cleaned = -0.0043919 Jy ! Component: 1150 - total flux cleaned = -0.0043921 Jy ! Component: 1200 - total flux cleaned = -0.00445801 Jy ! Component: 1250 - total flux cleaned = -0.00458789 Jy ! Component: 1300 - total flux cleaned = -0.00474744 Jy ! Component: 1350 - total flux cleaned = -0.00477936 Jy ! Component: 1400 - total flux cleaned = -0.00490254 Jy ! Component: 1450 - total flux cleaned = -0.00490198 Jy ! Component: 1500 - total flux cleaned = -0.00481251 Jy ! Component: 1550 - total flux cleaned = -0.00478269 Jy ! Component: 1600 - total flux cleaned = -0.00469643 Jy ! Component: 1650 - total flux cleaned = -0.0046397 Jy ! Component: 1700 - total flux cleaned = -0.00461153 Jy ! Component: 1750 - total flux cleaned = -0.00447395 Jy ! Component: 1800 - total flux cleaned = -0.00441982 Jy ! Component: 1850 - total flux cleaned = -0.00433953 Jy ! Component: 1900 - total flux cleaned = -0.00426055 Jy ! Component: 1950 - total flux cleaned = -0.0042343 Jy ! Component: 2000 - total flux cleaned = -0.00415699 Jy ! Component: 2050 - total flux cleaned = -0.0041061 Jy ! Component: 2100 - total flux cleaned = -0.00408067 Jy ! Component: 2150 - total flux cleaned = -0.00405597 Jy ! Component: 2200 - total flux cleaned = -0.00410482 Jy ! Component: 2250 - total flux cleaned = -0.00412887 Jy ! Component: 2300 - total flux cleaned = -0.00417645 Jy ! Component: 2350 - total flux cleaned = -0.00422416 Jy ! Component: 2400 - total flux cleaned = -0.00427122 Jy ! Component: 2450 - total flux cleaned = -0.00434042 Jy ! Component: 2500 - total flux cleaned = -0.00436316 Jy ! Component: 2550 - total flux cleaned = -0.00438602 Jy ! Component: 2600 - total flux cleaned = -0.00447598 Jy ! Component: 2650 - total flux cleaned = -0.00447579 Jy ! Component: 2700 - total flux cleaned = -0.00454218 Jy ! Component: 2750 - total flux cleaned = -0.00460826 Jy ! Component: 2800 - total flux cleaned = -0.00465162 Jy ! Component: 2850 - total flux cleaned = -0.00465152 Jy ! Component: 2900 - total flux cleaned = -0.00463007 Jy ! Component: 2950 - total flux cleaned = -0.00469393 Jy ! Component: 3000 - total flux cleaned = -0.00473615 Jy ! Component: 3050 - total flux cleaned = -0.00479901 Jy ! Component: 3100 - total flux cleaned = -0.00484063 Jy ! Component: 3150 - total flux cleaned = -0.00492307 Jy ! Component: 3200 - total flux cleaned = -0.00498442 Jy ! Component: 3250 - total flux cleaned = -0.00502508 Jy ! Component: 3300 - total flux cleaned = -0.00506551 Jy ! Component: 3350 - total flux cleaned = -0.00512572 Jy ! Component: 3400 - total flux cleaned = -0.00522547 Jy ! Component: 3450 - total flux cleaned = -0.00530474 Jy ! Component: 3500 - total flux cleaned = -0.00536383 Jy ! Component: 3550 - total flux cleaned = -0.00546174 Jy ! Component: 3600 - total flux cleaned = -0.0055202 Jy ! Component: 3650 - total flux cleaned = -0.00557836 Jy ! Component: 3700 - total flux cleaned = -0.00569397 Jy ! Component: 3750 - total flux cleaned = -0.00575152 Jy ! Component: 3800 - total flux cleaned = -0.00584678 Jy ! Component: 3850 - total flux cleaned = -0.00590361 Jy ! Component: 3900 - total flux cleaned = -0.00601662 Jy ! Component: 3950 - total flux cleaned = -0.00603547 Jy ! Component: 4000 - total flux cleaned = -0.0061475 Jy ! Component: 4050 - total flux cleaned = -0.00618466 Jy ! Total flux subtracted in 4096 components = -0.00622178 Jy ! Clean residual min=-0.001061 max=0.001091 Jy/beam ! Clean residual mean=-0.000006 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.488062 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 448 components and 0.488062 Jy ![Exited script file: muppet] wmap "J0113+4948_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.298 x 9.862 at -64.84 degrees (North through East) ! Clean map min=-0.0032473 max=0.2836 Jy/beam ! Writing clean map to FITS file: J0113+4948_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.283602 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000308965 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.326829 0.326829 0.653659 1.30732 2.61464 5.22927 10.4585 20.9171 41.8342 83.6683 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.283 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.298 x 9.862 at -64.84 degrees (North through East) ! Clean map min=-0.0032473 max=0.2836 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0113+4948_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:39:28 2016