! Started logfile: J1113+1442_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:25:10 2017 obs J1113+1442_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J1113+1442_S_2014_01_04_pus_uva.fits ! AN table 1: 79 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.592475 visibilities/baseline/integration-bin. ! Found source: J1113+1442 ! ! 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 370 lines of history. ! ! Reading 6740 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 J1113+1442_S_2014_01_04_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 157 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 157 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 157 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 157 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.707989Jy sigma=0.010547 ! Fit after self-cal, rms=0.687992Jy sigma=0.010255 ! 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.013 mas, bmaj=5.696 mas, bpa=0.8208 degrees ! Estimated noise=1010.56 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.233907 Jy ! Component: 100 - total flux cleaned = 0.293135 Jy ! Total flux subtracted in 100 components = 0.293135 Jy ! Clean residual min=-0.013658 max=0.023257 Jy/beam ! Clean residual mean=-0.000031 rms=0.003650 Jy/beam ! Combined flux in latest and established models = 0.293135 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.293135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094539Jy sigma=0.001178 ! Fit after self-cal, rms=0.094425Jy sigma=0.001177 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0242774 Jy ! Component: 100 - total flux cleaned = 0.0371515 Jy ! Total flux subtracted in 100 components = 0.0371515 Jy ! Clean residual min=-0.013028 max=0.015805 Jy/beam ! Clean residual mean=-0.000022 rms=0.002898 Jy/beam ! Combined flux in latest and established models = 0.330287 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 19 components and 0.330287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085323Jy sigma=0.001086 ! Fit after self-cal, rms=0.085200Jy sigma=0.001085 ! 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.101 mas, bmaj=7.398 mas, bpa=-0.5851 degrees ! Estimated noise=625.242 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 (-2, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0160691 Jy ! Component: 100 - total flux cleaned = 0.0239542 Jy ! Component: 150 - total flux cleaned = 0.0296944 Jy ! Component: 200 - total flux cleaned = 0.0335386 Jy ! Total flux subtracted in 200 components = 0.0335386 Jy ! Clean residual min=-0.009171 max=0.007192 Jy/beam ! Clean residual mean=-0.000033 rms=0.002011 Jy/beam ! Combined flux in latest and established models = 0.363825 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 46 components and 0.363825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081968Jy sigma=0.001035 ! Fit after self-cal, rms=0.081737Jy sigma=0.001034 ! 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.04 FD 0.90 KP 1.00* LA 1.02 ! MK 0.98 NL 0.97 OV 0.96 PT 1.00 ! SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.01 KP 1.00* LA 0.99 ! MK 0.98 NL 1.02 OV 1.01 PT 0.97 ! SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.22 KP 1.00* LA 0.81 ! MK 1.01 NL 1.00 OV 0.93 PT 0.96 ! SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 1.07 KP 1.00* LA 0.89 ! MK 1.01 NL 1.08 OV 1.01 PT 1.01 ! SC 0.95 ! ! ! Fit before self-cal, rms=0.081737Jy sigma=0.001034 ! Fit after self-cal, rms=0.072395Jy sigma=0.000927 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.079 mas, bmaj=7.456 mas, bpa=-0.4196 degrees ! Estimated noise=622.73 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.00364524 Jy ! Component: 100 - total flux cleaned = -0.00459112 Jy ! Component: 150 - total flux cleaned = -0.00489543 Jy ! Component: 200 - total flux cleaned = -0.00503946 Jy ! Total flux subtracted in 200 components = -0.00503946 Jy ! Clean residual min=-0.003446 max=0.003126 Jy/beam ! Clean residual mean=0.000013 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.358786 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 58 components and 0.358786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072170Jy sigma=0.000924 ! Fit after self-cal, rms=0.071991Jy sigma=0.000924 ! 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.071991Jy sigma=0.000924 ! Fit after self-cal, rms=0.071920Jy sigma=0.000921 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.072 mas, bmaj=7.454 mas, bpa=-0.6555 degrees ! Estimated noise=622.418 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00201931 Jy ! Component: 100 - total flux cleaned = -0.00274799 Jy ! Component: 150 - total flux cleaned = -0.00307785 Jy ! Component: 200 - total flux cleaned = -0.0033131 Jy ! Total flux subtracted in 200 components = -0.0033131 Jy ! Clean residual min=-0.003013 max=0.002542 Jy/beam ! Clean residual mean=0.000000 rms=0.000674 Jy/beam ! Combined flux in latest and established models = 0.355473 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 70 components and 0.355473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071801Jy sigma=0.000919 ! Fit after self-cal, rms=0.071779Jy sigma=0.000919 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.000189211 Jy ! Component: 100 - total flux cleaned = -0.000293817 Jy ! Component: 150 - total flux cleaned = -0.000413515 Jy ! Component: 200 - total flux cleaned = -0.000576196 Jy ! Total flux subtracted in 200 components = -0.000576196 Jy ! Clean residual min=-0.002899 max=0.002558 Jy/beam ! Clean residual mean=-0.000001 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.354896 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 80 components and 0.354896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071734Jy sigma=0.000919 ! Fit after self-cal, rms=0.071730Jy sigma=0.000919 ! 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.071730Jy sigma=0.000919 ! Fit after self-cal, rms=0.071690Jy sigma=0.000918 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.067 mas, bmaj=7.46 mas, bpa=-0.703 degrees ! Estimated noise=622.529 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00125626 Jy ! Component: 100 - total flux cleaned = -0.00129562 Jy ! Component: 150 - total flux cleaned = -0.00147189 Jy ! Component: 200 - total flux cleaned = -0.00163276 Jy ! Total flux subtracted in 200 components = -0.00163276 Jy ! Clean residual min=-0.002764 max=0.002339 Jy/beam ! Clean residual mean=0.000001 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.353264 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 89 components and 0.353264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071635Jy sigma=0.000918 ! Fit after self-cal, rms=0.071617Jy sigma=0.000918 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.000143253 Jy ! Component: 100 - total flux cleaned = -0.000242331 Jy ! Component: 150 - total flux cleaned = -0.000287341 Jy ! Component: 200 - total flux cleaned = -0.000307589 Jy ! Total flux subtracted in 200 components = -0.000307589 Jy ! Clean residual min=-0.002685 max=0.002359 Jy/beam ! Clean residual mean=-0.000000 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.352956 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 92 components and 0.352956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071592Jy sigma=0.000918 ! Fit after self-cal, rms=0.071592Jy sigma=0.000918 ! 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.071592Jy sigma=0.000918 ! Fit after self-cal, rms=0.071553Jy sigma=0.000917 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.625 mas, bmaj=11.33 mas, bpa=13.95 degrees ! Estimated noise=712.757 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0010434 Jy ! Component: 100 - total flux cleaned = -0.00113283 Jy ! Component: 150 - total flux cleaned = -0.00108639 Jy ! Component: 200 - total flux cleaned = -0.00110403 Jy ! Total flux subtracted in 200 components = -0.00110403 Jy ! Clean residual min=-0.002701 max=0.002353 Jy/beam ! Clean residual mean=-0.000002 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.351852 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 109 components and 0.351852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071529Jy sigma=0.000917 ! Fit after self-cal, rms=0.071514Jy sigma=0.000917 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.000336957 Jy ! Component: 100 - total flux cleaned = -0.000286533 Jy ! Component: 150 - total flux cleaned = -0.0002177 Jy ! Component: 200 - total flux cleaned = -0.00014894 Jy ! Total flux subtracted in 200 components = -0.00014894 Jy ! Clean residual min=-0.002621 max=0.002338 Jy/beam ! Clean residual mean=-0.000002 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.351703 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 120 components and 0.351703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071505Jy sigma=0.000917 ! Fit after self-cal, rms=0.071503Jy sigma=0.000917 ! 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.063 mas, bmaj=7.464 mas, bpa=-0.7381 degrees ! Estimated noise=622.604 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.063 x 7.464 at -0.7381 degrees (North through East) ! Clean map min=-0.0024531 max=0.30444 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.979 mas, bmaj=5.722 mas, bpa=0.6428 degrees ! Estimated noise=1004.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.232327 Jy ! Component: 100 - total flux cleaned = 0.292237 Jy ! Component: 150 - total flux cleaned = 0.315744 Jy ! Component: 200 - total flux cleaned = 0.327563 Jy ! Total flux subtracted in 200 components = 0.327563 Jy ! Clean residual min=-0.004455 max=0.006061 Jy/beam ! Clean residual mean=-0.000007 rms=0.001155 Jy/beam ! Combined flux in latest and established models = 0.327563 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.327563 Jy ! Inverting map and beam ! Estimated beam: bmin=4.063 mas, bmaj=7.464 mas, bpa=-0.7381 degrees ! Estimated noise=622.604 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.00812832 Jy ! Component: 100 - total flux cleaned = 0.012796 Jy ! Component: 150 - total flux cleaned = 0.0159075 Jy ! Component: 200 - total flux cleaned = 0.0179134 Jy ! Total flux subtracted in 200 components = 0.0179134 Jy ! Clean residual min=-0.002643 max=0.002297 Jy/beam ! Clean residual mean=-0.000010 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.345477 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 59 components and 0.345477 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.625 mas, bmaj=11.33 mas, bpa=13.95 degrees ! Estimated noise=712.757 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00222501 Jy ! Component: 100 - total flux cleaned = 0.0035506 Jy ! Component: 150 - total flux cleaned = 0.00415483 Jy ! Component: 200 - total flux cleaned = 0.00447917 Jy ! Total flux subtracted in 200 components = 0.00447917 Jy ! Clean residual min=-0.002680 max=0.002349 Jy/beam ! Clean residual mean=-0.000008 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.349956 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.000270393 Jy ! Component: 100 - total flux cleaned = 0.000478868 Jy ! Component: 150 - total flux cleaned = 0.000660632 Jy ! Component: 200 - total flux cleaned = 0.000820438 Jy ! Total flux subtracted in 200 components = 0.000820438 Jy ! Clean residual min=-0.002577 max=0.002355 Jy/beam ! Clean residual mean=-0.000006 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.350776 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 119 components and 0.350776 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.063 mas, bmaj=7.464 mas, bpa=-0.7381 degrees ! Estimated noise=622.604 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000207557 Jy ! Component: 100 - total flux cleaned = 0.000237097 Jy ! Component: 150 - total flux cleaned = 0.000210291 Jy ! Component: 200 - total flux cleaned = 0.000210626 Jy ! Total flux subtracted in 200 components = 0.000210626 Jy ! Clean residual min=-0.002356 max=0.002301 Jy/beam ! Clean residual mean=-0.000002 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.350987 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 134 components and 0.350987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071500Jy sigma=0.000917 ! Fit after self-cal, rms=0.071502Jy sigma=0.000917 wmodel J1113+1442_S_2014_01_04_pus_map.mod ! Writing 134 model components to file: J1113+1442_S_2014_01_04_pus_map.mod wobs J1113+1442_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J1113+1442_S_2014_01_04_pus_uvs.fits wwins J1113+1442_S_2014_01_04_pus_map.win ! wwins: Wrote 2 windows to J1113+1442_S_2014_01_04_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.000149026 Jy ! Component: 100 - total flux cleaned = 0.000580568 Jy ! Component: 150 - total flux cleaned = 0.000709288 Jy ! Component: 200 - total flux cleaned = 0.000800723 Jy ! Component: 250 - total flux cleaned = 0.000715227 Jy ! Component: 300 - total flux cleaned = 0.0007159 Jy ! Component: 350 - total flux cleaned = 0.000743274 Jy ! Component: 400 - total flux cleaned = 0.000769472 Jy ! Component: 450 - total flux cleaned = 0.000895016 Jy ! Component: 500 - total flux cleaned = 0.000967793 Jy ! Component: 550 - total flux cleaned = 0.000992202 Jy ! Component: 600 - total flux cleaned = 0.00099281 Jy ! Component: 650 - total flux cleaned = 0.000992961 Jy ! Component: 700 - total flux cleaned = 0.00099309 Jy ! Component: 750 - total flux cleaned = 0.000972258 Jy ! Component: 800 - total flux cleaned = 0.000951681 Jy ! Component: 850 - total flux cleaned = 0.00093098 Jy ! Component: 900 - total flux cleaned = 0.000910566 Jy ! Component: 950 - total flux cleaned = 0.000929754 Jy ! Component: 1000 - total flux cleaned = 0.00087125 Jy ! Component: 1050 - total flux cleaned = 0.000890229 Jy ! Component: 1100 - total flux cleaned = 0.000927479 Jy ! Component: 1150 - total flux cleaned = 0.000945561 Jy ! Component: 1200 - total flux cleaned = 0.000909642 Jy ! Component: 1250 - total flux cleaned = 0.000927487 Jy ! Component: 1300 - total flux cleaned = 0.000910352 Jy ! Component: 1350 - total flux cleaned = 0.000944794 Jy ! Component: 1400 - total flux cleaned = 0.000927833 Jy ! Component: 1450 - total flux cleaned = 0.000944713 Jy ! Component: 1500 - total flux cleaned = 0.000928408 Jy ! Component: 1550 - total flux cleaned = 0.000864188 Jy ! Component: 1600 - total flux cleaned = 0.000879977 Jy ! Component: 1650 - total flux cleaned = 0.000848527 Jy ! Component: 1700 - total flux cleaned = 0.000833259 Jy ! Component: 1750 - total flux cleaned = 0.00080298 Jy ! Component: 1800 - total flux cleaned = 0.000817937 Jy ! Component: 1850 - total flux cleaned = 0.000773634 Jy ! Component: 1900 - total flux cleaned = 0.000759414 Jy ! Component: 1950 - total flux cleaned = 0.0008028 Jy ! Component: 2000 - total flux cleaned = 0.000816887 Jy ! Component: 2050 - total flux cleaned = 0.00083087 Jy ! Component: 2100 - total flux cleaned = 0.000803092 Jy ! Component: 2150 - total flux cleaned = 0.000844357 Jy ! Component: 2200 - total flux cleaned = 0.000871593 Jy ! Component: 2250 - total flux cleaned = 0.000911829 Jy ! Component: 2300 - total flux cleaned = 0.000951425 Jy ! Component: 2350 - total flux cleaned = 0.000951308 Jy ! Component: 2400 - total flux cleaned = 0.000938343 Jy ! Component: 2450 - total flux cleaned = 0.00102849 Jy ! Component: 2500 - total flux cleaned = 0.00104117 Jy ! Component: 2550 - total flux cleaned = 0.00104123 Jy ! Component: 2600 - total flux cleaned = 0.00107892 Jy ! Component: 2650 - total flux cleaned = 0.00110376 Jy ! Component: 2700 - total flux cleaned = 0.00114058 Jy ! Component: 2750 - total flux cleaned = 0.00120146 Jy ! Component: 2800 - total flux cleaned = 0.00126165 Jy ! Component: 2850 - total flux cleaned = 0.0012498 Jy ! Component: 2900 - total flux cleaned = 0.00128541 Jy ! Component: 2950 - total flux cleaned = 0.00121487 Jy ! Component: 3000 - total flux cleaned = 0.00126145 Jy ! Component: 3050 - total flux cleaned = 0.00126131 Jy ! Component: 3100 - total flux cleaned = 0.00122689 Jy ! Component: 3150 - total flux cleaned = 0.00122701 Jy ! Component: 3200 - total flux cleaned = 0.00121572 Jy ! Component: 3250 - total flux cleaned = 0.0012158 Jy ! Component: 3300 - total flux cleaned = 0.00118237 Jy ! Component: 3350 - total flux cleaned = 0.00117127 Jy ! Component: 3400 - total flux cleaned = 0.00113831 Jy ! Component: 3450 - total flux cleaned = 0.00109464 Jy ! Component: 3500 - total flux cleaned = 0.00112715 Jy ! Component: 3550 - total flux cleaned = 0.0010948 Jy ! Component: 3600 - total flux cleaned = 0.00106284 Jy ! Component: 3650 - total flux cleaned = 0.0010417 Jy ! Component: 3700 - total flux cleaned = 0.0010944 Jy ! Component: 3750 - total flux cleaned = 0.0010314 Jy ! Component: 3800 - total flux cleaned = 0.00105226 Jy ! Component: 3850 - total flux cleaned = 0.00105228 Jy ! Component: 3900 - total flux cleaned = 0.00100088 Jy ! Component: 3950 - total flux cleaned = 0.000990604 Jy ! Component: 4000 - total flux cleaned = 0.000990602 Jy ! Component: 4050 - total flux cleaned = 0.00101079 Jy ! Total flux subtracted in 4096 components = 0.000980682 Jy ! Clean residual min=-0.000611 max=0.000554 Jy/beam ! Clean residual mean=-0.000002 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.351968 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 400 components and 0.351968 Jy ![Exited script file: muppet] wmap "J1113+1442_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.063 x 7.464 at -0.7381 degrees (North through East) ! Clean map min=-0.0012954 max=0.30488 Jy/beam ! Writing clean map to FITS file: J1113+1442_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.304878 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000170848 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.168114 0.168114 0.336228 0.672457 1.34491 2.68983 5.37966 10.7593 21.5186 43.0372 86.0745 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.304 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.063 x 7.464 at -0.7381 degrees (North through East) ! Clean map min=-0.0012954 max=0.30488 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 J1113+1442_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:25:15 2017