! Started logfile: J0112+2244_S_2017_07_09_pus_uvs.log on Wed May 8 14:37:17 2019 obs J0112+2244_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0112+2244_S_2017_07_09_pus_uva.fits ! AN table 1: 32 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.909028 visibilities/baseline/integration-bin. ! Found source: J0112+2244 ! ! 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 594 lines of history. ! ! Reading 5236 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 J0112+2244_S_2017_07_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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 179 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.771851Jy sigma=0.007943 ! Fit after self-cal, rms=0.766052Jy sigma=0.007888 ! 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.876 mas, bmaj=6.372 mas, bpa=-5.236 degrees ! Estimated noise=1278.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.178321 Jy ! Component: 100 - total flux cleaned = 0.222117 Jy ! Total flux subtracted in 100 components = 0.222117 Jy ! Clean residual min=-0.006289 max=0.017870 Jy/beam ! Clean residual mean=-0.000010 rms=0.001857 Jy/beam ! Combined flux in latest and established models = 0.222117 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.222117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078945Jy sigma=0.000756 ! Fit after self-cal, rms=0.078909Jy sigma=0.000755 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.019412 Jy ! Component: 100 - total flux cleaned = 0.0289772 Jy ! Total flux subtracted in 100 components = 0.0289772 Jy ! Clean residual min=-0.004802 max=0.006407 Jy/beam ! Clean residual mean=0.000002 rms=0.001257 Jy/beam ! Combined flux in latest and established models = 0.251095 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 12 components and 0.251095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073125Jy sigma=0.000701 ! Fit after self-cal, rms=0.073060Jy sigma=0.000701 ! 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.393 mas, bmaj=7.165 mas, bpa=-4.913 degrees ! Estimated noise=1077.27 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 (6.5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0076238 Jy ! Component: 100 - total flux cleaned = 0.0121022 Jy ! Component: 150 - total flux cleaned = 0.0150331 Jy ! Component: 200 - total flux cleaned = 0.0171466 Jy ! Total flux subtracted in 200 components = 0.0171466 Jy ! Clean residual min=-0.003479 max=0.003957 Jy/beam ! Clean residual mean=0.000014 rms=0.000989 Jy/beam ! Combined flux in latest and established models = 0.268241 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 34 components and 0.268241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072059Jy sigma=0.000693 ! Fit after self-cal, rms=0.071987Jy sigma=0.000692 ! 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.98 FD 0.98 HN 0.94 KP 1.02 ! LA 1.01 MK 1.02 NL 0.89 OV 1.03 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.01 HN 1.00 KP 0.99 ! LA 0.97 MK 0.99 NL 1.07 OV 1.06 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.06 HN 0.99 KP 0.98 ! LA 0.99 MK 1.05 NL 1.04 OV 0.96 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.97 KP 1.00* ! LA 0.91 MK 1.15 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.071987Jy sigma=0.000692 ! Fit after self-cal, rms=0.069033Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.414 mas, bmaj=7.161 mas, bpa=-4.74 degrees ! Estimated noise=1075.63 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.00131913 Jy ! Component: 100 - total flux cleaned = 0.00187737 Jy ! Component: 150 - total flux cleaned = 0.00188076 Jy ! Component: 200 - total flux cleaned = 0.00179961 Jy ! Total flux subtracted in 200 components = 0.00179961 Jy ! Clean residual min=-0.002947 max=0.003657 Jy/beam ! Clean residual mean=0.000013 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.270041 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 49 components and 0.270041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068925Jy sigma=0.000670 ! Fit after self-cal, rms=0.068904Jy sigma=0.000670 ! 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.068904Jy sigma=0.000670 ! Fit after self-cal, rms=0.066925Jy sigma=0.000653 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.414 mas, bmaj=7.174 mas, bpa=-4.681 degrees ! Estimated noise=1075.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000665318 Jy ! Component: 100 - total flux cleaned = 0.000919301 Jy ! Component: 150 - total flux cleaned = 0.00107264 Jy ! Component: 200 - total flux cleaned = 0.00112872 Jy ! Total flux subtracted in 200 components = 0.00112872 Jy ! Clean residual min=-0.002541 max=0.002718 Jy/beam ! Clean residual mean=0.000009 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.271169 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 64 components and 0.27117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066893Jy sigma=0.000653 ! Fit after self-cal, rms=0.066895Jy sigma=0.000653 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.000181848 Jy ! Component: 100 - total flux cleaned = 0.000282827 Jy ! Component: 150 - total flux cleaned = 0.000305799 Jy ! Component: 200 - total flux cleaned = 0.000305776 Jy ! Total flux subtracted in 200 components = 0.000305776 Jy ! Clean residual min=-0.002461 max=0.002679 Jy/beam ! Clean residual mean=0.000009 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.271475 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 71 components and 0.271475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066879Jy sigma=0.000652 ! Fit after self-cal, rms=0.066877Jy sigma=0.000652 ! 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.066877Jy sigma=0.000652 ! Fit after self-cal, rms=0.066890Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.418 mas, bmaj=7.178 mas, bpa=-4.649 degrees ! Estimated noise=1075.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00027154 Jy ! Component: 100 - total flux cleaned = 0.00041532 Jy ! Component: 150 - total flux cleaned = 0.000501111 Jy ! Component: 200 - total flux cleaned = 0.000540175 Jy ! Total flux subtracted in 200 components = 0.000540175 Jy ! Clean residual min=-0.002456 max=0.002674 Jy/beam ! Clean residual mean=0.000008 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.272016 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 75 components and 0.272016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066876Jy sigma=0.000652 ! Fit after self-cal, rms=0.066874Jy sigma=0.000652 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.000126436 Jy ! Component: 100 - total flux cleaned = 0.000182559 Jy ! Component: 150 - total flux cleaned = 0.000199831 Jy ! Component: 200 - total flux cleaned = 0.00021657 Jy ! Total flux subtracted in 200 components = 0.00021657 Jy ! Clean residual min=-0.002414 max=0.002641 Jy/beam ! Clean residual mean=0.000008 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.272232 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 81 components and 0.272232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066865Jy sigma=0.000652 ! Fit after self-cal, rms=0.066864Jy sigma=0.000652 ! 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.066864Jy sigma=0.000652 ! Fit after self-cal, rms=0.066871Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.462 mas, bmaj=10.53 mas, bpa=-3.803 degrees ! Estimated noise=1326.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000354114 Jy ! Component: 100 - total flux cleaned = 0.000488679 Jy ! Component: 150 - total flux cleaned = 0.000518436 Jy ! Component: 200 - total flux cleaned = 0.000556645 Jy ! Total flux subtracted in 200 components = 0.000556645 Jy ! Clean residual min=-0.002579 max=0.002936 Jy/beam ! Clean residual mean=0.000016 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.272789 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 90 components and 0.272789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066872Jy sigma=0.000652 ! Fit after self-cal, rms=0.066869Jy sigma=0.000652 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.05852e-05 Jy ! Component: 100 - total flux cleaned = 0.000109458 Jy ! Component: 150 - total flux cleaned = 0.000151429 Jy ! Component: 200 - total flux cleaned = 0.000170999 Jy ! Total flux subtracted in 200 components = 0.000170999 Jy ! Clean residual min=-0.002578 max=0.002911 Jy/beam ! Clean residual mean=0.000016 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.27296 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 93 components and 0.27296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066870Jy sigma=0.000652 ! Fit after self-cal, rms=0.066870Jy sigma=0.000652 ! 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.421 mas, bmaj=7.18 mas, bpa=-4.611 degrees ! Estimated noise=1075.64 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.421 x 7.18 at -4.611 degrees (North through East) ! Clean map min=-0.0022803 max=0.23183 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.904 mas, bmaj=6.388 mas, bpa=-4.861 degrees ! Estimated noise=1276.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.177933 Jy ! Component: 100 - total flux cleaned = 0.22108 Jy ! Component: 150 - total flux cleaned = 0.239455 Jy ! Component: 200 - total flux cleaned = 0.249277 Jy ! Total flux subtracted in 200 components = 0.249277 Jy ! Clean residual min=-0.004125 max=0.005102 Jy/beam ! Clean residual mean=-0.000003 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.249277 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.249277 Jy ! Inverting map and beam ! Estimated beam: bmin=3.421 mas, bmaj=7.18 mas, bpa=-4.611 degrees ! Estimated noise=1075.64 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.00814185 Jy ! Component: 100 - total flux cleaned = 0.0129894 Jy ! Component: 150 - total flux cleaned = 0.0162762 Jy ! Component: 200 - total flux cleaned = 0.0186461 Jy ! Total flux subtracted in 200 components = 0.0186461 Jy ! Clean residual min=-0.002751 max=0.002557 Jy/beam ! Clean residual mean=0.000007 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.267923 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 47 components and 0.267923 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.462 mas, bmaj=10.53 mas, bpa=-3.803 degrees ! Estimated noise=1326.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00244513 Jy ! Component: 100 - total flux cleaned = 0.00369974 Jy ! Component: 150 - total flux cleaned = 0.00446101 Jy ! Component: 200 - total flux cleaned = 0.00477002 Jy ! Total flux subtracted in 200 components = 0.00477002 Jy ! Clean residual min=-0.002604 max=0.002898 Jy/beam ! Clean residual mean=0.000016 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.272693 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 = 1.65864e-05 Jy ! Component: 100 - total flux cleaned = 4.91866e-05 Jy ! Component: 150 - total flux cleaned = 7.86121e-05 Jy ! Component: 200 - total flux cleaned = 0.000105647 Jy ! Total flux subtracted in 200 components = 0.000105647 Jy ! Clean residual min=-0.002580 max=0.002898 Jy/beam ! Clean residual mean=0.000016 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.272799 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 73 components and 0.272799 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.421 mas, bmaj=7.18 mas, bpa=-4.611 degrees ! Estimated noise=1075.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000370935 Jy ! Component: 100 - total flux cleaned = 0.000371118 Jy ! Component: 150 - total flux cleaned = 0.000371363 Jy ! Component: 200 - total flux cleaned = 0.000400658 Jy ! Total flux subtracted in 200 components = 0.000400658 Jy ! Clean residual min=-0.002445 max=0.002656 Jy/beam ! Clean residual mean=0.000008 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.2732 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 91 components and 0.2732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066894Jy sigma=0.000652 ! Fit after self-cal, rms=0.066886Jy sigma=0.000652 wmodel J0112+2244_S_2017_07_09_pus_map.mod ! Writing 91 model components to file: J0112+2244_S_2017_07_09_pus_map.mod wobs J0112+2244_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0112+2244_S_2017_07_09_pus_uvs.fits wwins J0112+2244_S_2017_07_09_pus_map.win ! wwins: Wrote 2 windows to J0112+2244_S_2017_07_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.000438562 Jy ! Component: 100 - total flux cleaned = 0.000227617 Jy ! Component: 150 - total flux cleaned = 2.49763e-05 Jy ! Component: 200 - total flux cleaned = -0.000325328 Jy ! Component: 250 - total flux cleaned = -0.000475688 Jy ! Component: 300 - total flux cleaned = -0.000586354 Jy ! Component: 350 - total flux cleaned = -0.000765709 Jy ! Component: 400 - total flux cleaned = -0.000836233 Jy ! Component: 450 - total flux cleaned = -0.000940128 Jy ! Component: 500 - total flux cleaned = -0.0011105 Jy ! Component: 550 - total flux cleaned = -0.00121128 Jy ! Component: 600 - total flux cleaned = -0.00144202 Jy ! Component: 650 - total flux cleaned = -0.00153961 Jy ! Component: 700 - total flux cleaned = -0.00166697 Jy ! Component: 750 - total flux cleaned = -0.00188765 Jy ! Component: 800 - total flux cleaned = -0.00207378 Jy ! Component: 850 - total flux cleaned = -0.00216583 Jy ! Component: 900 - total flux cleaned = -0.00228707 Jy ! Component: 950 - total flux cleaned = -0.00243713 Jy ! Component: 1000 - total flux cleaned = -0.00252612 Jy ! Component: 1050 - total flux cleaned = -0.00276126 Jy ! Component: 1100 - total flux cleaned = -0.00290634 Jy ! Component: 1150 - total flux cleaned = -0.00302167 Jy ! Component: 1200 - total flux cleaned = -0.00324947 Jy ! Component: 1250 - total flux cleaned = -0.00338983 Jy ! Component: 1300 - total flux cleaned = -0.0035575 Jy ! Component: 1350 - total flux cleaned = -0.00369473 Jy ! Component: 1400 - total flux cleaned = -0.00396754 Jy ! Component: 1450 - total flux cleaned = -0.00410219 Jy ! Component: 1500 - total flux cleaned = -0.00434291 Jy ! Component: 1550 - total flux cleaned = -0.00439613 Jy ! Component: 1600 - total flux cleaned = -0.00468496 Jy ! Component: 1650 - total flux cleaned = -0.0047632 Jy ! Component: 1700 - total flux cleaned = -0.00494386 Jy ! Component: 1750 - total flux cleaned = -0.00514776 Jy ! Component: 1800 - total flux cleaned = -0.00529946 Jy ! Component: 1850 - total flux cleaned = -0.00529941 Jy ! Component: 1900 - total flux cleaned = -0.00544851 Jy ! Component: 1950 - total flux cleaned = -0.00552263 Jy ! Component: 2000 - total flux cleaned = -0.00566935 Jy ! Component: 2050 - total flux cleaned = -0.0057176 Jy ! Component: 2100 - total flux cleaned = -0.00586148 Jy ! Component: 2150 - total flux cleaned = -0.00586186 Jy ! Component: 2200 - total flux cleaned = -0.00590941 Jy ! Component: 2250 - total flux cleaned = -0.00605015 Jy ! Component: 2300 - total flux cleaned = -0.00609683 Jy ! Component: 2350 - total flux cleaned = -0.00618892 Jy ! Component: 2400 - total flux cleaned = -0.00623457 Jy ! Component: 2450 - total flux cleaned = -0.00621186 Jy ! Component: 2500 - total flux cleaned = -0.00632488 Jy ! Component: 2550 - total flux cleaned = -0.00639194 Jy ! Component: 2600 - total flux cleaned = -0.00648083 Jy ! Component: 2650 - total flux cleaned = -0.00659086 Jy ! Component: 2700 - total flux cleaned = -0.0064597 Jy ! Component: 2750 - total flux cleaned = -0.00661202 Jy ! Component: 2800 - total flux cleaned = -0.00661157 Jy ! Component: 2850 - total flux cleaned = -0.00667595 Jy ! Component: 2900 - total flux cleaned = -0.00673975 Jy ! Component: 2950 - total flux cleaned = -0.00676048 Jy ! Component: 3000 - total flux cleaned = -0.00678164 Jy ! Component: 3050 - total flux cleaned = -0.0068441 Jy ! Component: 3100 - total flux cleaned = -0.00688555 Jy ! Component: 3150 - total flux cleaned = -0.00690605 Jy ! Component: 3200 - total flux cleaned = -0.00696727 Jy ! Component: 3250 - total flux cleaned = -0.0070282 Jy ! Component: 3300 - total flux cleaned = -0.00696766 Jy ! Component: 3350 - total flux cleaned = -0.00706702 Jy ! Component: 3400 - total flux cleaned = -0.00714646 Jy ! Component: 3450 - total flux cleaned = -0.00710722 Jy ! Component: 3500 - total flux cleaned = -0.00720526 Jy ! Component: 3550 - total flux cleaned = -0.00724405 Jy ! Component: 3600 - total flux cleaned = -0.00720538 Jy ! Component: 3650 - total flux cleaned = -0.00733999 Jy ! Component: 3700 - total flux cleaned = -0.00741633 Jy ! Component: 3750 - total flux cleaned = -0.00743541 Jy ! Component: 3800 - total flux cleaned = -0.00743535 Jy ! Component: 3850 - total flux cleaned = -0.00756675 Jy ! Component: 3900 - total flux cleaned = -0.00752922 Jy ! Component: 3950 - total flux cleaned = -0.00745501 Jy ! Component: 4000 - total flux cleaned = -0.00763946 Jy ! Component: 4050 - total flux cleaned = -0.00762107 Jy ! Total flux subtracted in 4096 components = -0.00758463 Jy ! Clean residual min=-0.001329 max=0.000997 Jy/beam ! Clean residual mean=0.000005 rms=0.000341 Jy/beam ! Combined flux in latest and established models = 0.265615 Jy keep ! Adding 316 model components to the UV plane model. ! The established model now contains 407 components and 0.265615 Jy ![Exited script file: muppet] wmap "J0112+2244_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.421 x 7.18 at -4.611 degrees (North through East) ! Clean map min=-0.0019988 max=0.23189 Jy/beam ! Writing clean map to FITS file: J0112+2244_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.231893 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000337714 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.436901 0.436901 0.873802 1.7476 3.49521 6.99041 13.9808 27.9617 55.9233 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.231 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.421 x 7.18 at -4.611 degrees (North through East) ! Clean map min=-0.0019988 max=0.23189 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 J0112+2244_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:37:22 2019