! Started logfile: J0005+1609_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:26:17 2019 obs J0005+1609_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0005+1609_S_2017_03_27_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.967446 visibilities/baseline/integration-bin. ! Found source: J0005+1609 ! ! 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 1684 lines of history. ! ! Reading 19852 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 J0005+1609_S_2017_03_27_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 481 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.897626Jy sigma=0.008229 ! Fit after self-cal, rms=0.889141Jy sigma=0.008157 ! 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.687 mas, bmaj=6.609 mas, bpa=-4.679 degrees ! Estimated noise=827.219 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.0849516 Jy ! Component: 100 - total flux cleaned = 0.106801 Jy ! Total flux subtracted in 100 components = 0.106801 Jy ! Clean residual min=-0.004009 max=0.009310 Jy/beam ! Clean residual mean=-0.000007 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.106801 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.106801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079861Jy sigma=0.000693 ! Fit after self-cal, rms=0.079861Jy sigma=0.000693 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103484 Jy ! Component: 100 - total flux cleaned = 0.0155731 Jy ! Total flux subtracted in 100 components = 0.0155731 Jy ! Clean residual min=-0.003144 max=0.002657 Jy/beam ! Clean residual mean=-0.000005 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.122374 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 9 components and 0.122374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078313Jy sigma=0.000677 ! Fit after self-cal, rms=0.078315Jy sigma=0.000677 ! 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.285 mas, bmaj=7.393 mas, bpa=-4.229 degrees ! Estimated noise=606.918 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 (3, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00441359 Jy ! Component: 100 - total flux cleaned = 0.00705966 Jy ! Component: 150 - total flux cleaned = 0.00878495 Jy ! Component: 200 - total flux cleaned = 0.00960621 Jy ! Total flux subtracted in 200 components = 0.00960621 Jy ! Clean residual min=-0.002058 max=0.001860 Jy/beam ! Clean residual mean=0.000000 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.13198 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 44 components and 0.13198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078041Jy sigma=0.000674 ! Fit after self-cal, rms=0.078033Jy sigma=0.000674 ! 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.99 FD 1.00 HN 0.97 KP 1.02 ! LA 0.97 MK 1.03 NL 1.01 OV 1.04 ! PT 0.98 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.01 HN 0.99 KP 0.98 ! LA 0.95 MK 1.02 NL 1.05 OV 1.06 ! PT 0.94 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.06 HN 0.99 KP 0.99 ! LA 0.99 MK 1.01 NL 0.98 OV 0.97 ! PT 0.94 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.09 HN 0.96 KP 1.00* ! LA 1.00* MK 1.11 NL 1.00* OV 1.00 ! PT 0.96 SC 1.00* ! ! ! Fit before self-cal, rms=0.078033Jy sigma=0.000674 ! Fit after self-cal, rms=0.077668Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.307 mas, bmaj=7.413 mas, bpa=-4.096 degrees ! Estimated noise=604.893 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.000118175 Jy ! Component: 100 - total flux cleaned = 0.000188185 Jy ! Component: 150 - total flux cleaned = 0.000302902 Jy ! Component: 200 - total flux cleaned = 0.000377959 Jy ! Total flux subtracted in 200 components = 0.000377959 Jy ! Clean residual min=-0.001608 max=0.001528 Jy/beam ! Clean residual mean=-0.000001 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.132358 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 55 components and 0.132358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077643Jy sigma=0.000671 ! Fit after self-cal, rms=0.077651Jy sigma=0.000671 ! 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.077651Jy sigma=0.000671 ! Fit after self-cal, rms=0.077475Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.308 mas, bmaj=7.431 mas, bpa=-4.156 degrees ! Estimated noise=604.925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000369178 Jy ! Component: 100 - total flux cleaned = 0.000424478 Jy ! Component: 150 - total flux cleaned = 0.000472774 Jy ! Component: 200 - total flux cleaned = 0.000528941 Jy ! Total flux subtracted in 200 components = 0.000528941 Jy ! Clean residual min=-0.001607 max=0.001620 Jy/beam ! Clean residual mean=-0.000001 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.132887 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 67 components and 0.132887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077467Jy sigma=0.000670 ! Fit after self-cal, rms=0.077473Jy sigma=0.000670 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 = 4.26452e-05 Jy ! Component: 100 - total flux cleaned = 8.1229e-05 Jy ! Component: 150 - total flux cleaned = 8.10595e-05 Jy ! Component: 200 - total flux cleaned = 0.000103674 Jy ! Total flux subtracted in 200 components = 0.000103674 Jy ! Clean residual min=-0.001597 max=0.001628 Jy/beam ! Clean residual mean=-0.000001 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.132991 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 74 components and 0.132991 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077469Jy sigma=0.000670 ! Fit after self-cal, rms=0.077469Jy sigma=0.000670 ! 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.077469Jy sigma=0.000670 ! Fit after self-cal, rms=0.077425Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.31 mas, bmaj=7.433 mas, bpa=-4.151 degrees ! Estimated noise=604.992 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000162248 Jy ! Component: 100 - total flux cleaned = 0.0002604 Jy ! Component: 150 - total flux cleaned = 0.000282224 Jy ! Component: 200 - total flux cleaned = 0.000302649 Jy ! Total flux subtracted in 200 components = 0.000302649 Jy ! Clean residual min=-0.001615 max=0.001648 Jy/beam ! Clean residual mean=-0.000001 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.133293 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 80 components and 0.133293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077421Jy sigma=0.000670 ! Fit after self-cal, rms=0.077420Jy sigma=0.000670 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.79779e-05 Jy ! Component: 100 - total flux cleaned = 3.77301e-05 Jy ! Component: 150 - total flux cleaned = 5.59202e-05 Jy ! Component: 200 - total flux cleaned = 7.34826e-05 Jy ! Total flux subtracted in 200 components = 7.34826e-05 Jy ! Clean residual min=-0.001606 max=0.001666 Jy/beam ! Clean residual mean=-0.000001 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.133367 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 86 components and 0.133367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077418Jy sigma=0.000670 ! Fit after self-cal, rms=0.077418Jy sigma=0.000670 ! 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.077418Jy sigma=0.000670 ! Fit after self-cal, rms=0.077419Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.403 mas, bmaj=10.53 mas, bpa=-1.83 degrees ! Estimated noise=746.711 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000162456 Jy ! Component: 100 - total flux cleaned = 0.000186066 Jy ! Component: 150 - total flux cleaned = 0.000177608 Jy ! Component: 200 - total flux cleaned = 0.000170003 Jy ! Total flux subtracted in 200 components = 0.000170003 Jy ! Clean residual min=-0.001782 max=0.001866 Jy/beam ! Clean residual mean=-0.000002 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.133537 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 94 components and 0.133537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077419Jy sigma=0.000670 ! Fit after self-cal, rms=0.077417Jy sigma=0.000670 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.31172e-05 Jy ! Component: 100 - total flux cleaned = 3.09395e-05 Jy ! Component: 150 - total flux cleaned = 3.09281e-05 Jy ! Component: 200 - total flux cleaned = 3.08218e-05 Jy ! Total flux subtracted in 200 components = 3.08218e-05 Jy ! Clean residual min=-0.001790 max=0.001856 Jy/beam ! Clean residual mean=-0.000002 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.133568 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 99 components and 0.133568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077417Jy sigma=0.000670 ! Fit after self-cal, rms=0.077417Jy sigma=0.000670 ! 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.313 mas, bmaj=7.433 mas, bpa=-4.132 degrees ! Estimated noise=605.075 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.313 x 7.433 at -4.132 degrees (North through East) ! Clean map min=-0.0015422 max=0.11223 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.71 mas, bmaj=6.631 mas, bpa=-4.599 degrees ! Estimated noise=829.267 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0849119 Jy ! Component: 100 - total flux cleaned = 0.106748 Jy ! Component: 150 - total flux cleaned = 0.116725 Jy ! Component: 200 - total flux cleaned = 0.121707 Jy ! Total flux subtracted in 200 components = 0.121707 Jy ! Clean residual min=-0.002488 max=0.002487 Jy/beam ! Clean residual mean=-0.000004 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.121707 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.121707 Jy ! Inverting map and beam ! Estimated beam: bmin=3.313 mas, bmaj=7.433 mas, bpa=-4.132 degrees ! Estimated noise=605.075 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.00430387 Jy ! Component: 100 - total flux cleaned = 0.00686663 Jy ! Component: 150 - total flux cleaned = 0.00853499 Jy ! Component: 200 - total flux cleaned = 0.0096909 Jy ! Total flux subtracted in 200 components = 0.0096909 Jy ! Clean residual min=-0.001658 max=0.001718 Jy/beam ! Clean residual mean=-0.000001 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.131398 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 48 components and 0.131398 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.403 mas, bmaj=10.53 mas, bpa=-1.83 degrees ! Estimated noise=746.711 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104027 Jy ! Component: 100 - total flux cleaned = 0.00143451 Jy ! Component: 150 - total flux cleaned = 0.00152745 Jy ! Component: 200 - total flux cleaned = 0.00159288 Jy ! Total flux subtracted in 200 components = 0.00159288 Jy ! Clean residual min=-0.001899 max=0.001936 Jy/beam ! Clean residual mean=-0.000002 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.132991 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 = 5.82039e-05 Jy ! Component: 100 - total flux cleaned = 0.00011109 Jy ! Component: 150 - total flux cleaned = 0.00015895 Jy ! Component: 200 - total flux cleaned = 0.000192021 Jy ! Total flux subtracted in 200 components = 0.000192021 Jy ! Clean residual min=-0.001843 max=0.001921 Jy/beam ! Clean residual mean=-0.000002 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.133183 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 82 components and 0.133183 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.313 mas, bmaj=7.433 mas, bpa=-4.132 degrees ! Estimated noise=605.075 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.33329e-05 Jy ! Component: 100 - total flux cleaned = 6.89063e-06 Jy ! Component: 150 - total flux cleaned = 0.000101842 Jy ! Component: 200 - total flux cleaned = 0.000186197 Jy ! Total flux subtracted in 200 components = 0.000186197 Jy ! Clean residual min=-0.001614 max=0.001617 Jy/beam ! Clean residual mean=-0.000001 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.133369 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 99 components and 0.133369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077429Jy sigma=0.000670 ! Fit after self-cal, rms=0.077424Jy sigma=0.000670 wmodel J0005+1609_S_2017_03_27_pus_map.mod ! Writing 99 model components to file: J0005+1609_S_2017_03_27_pus_map.mod wobs J0005+1609_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0005+1609_S_2017_03_27_pus_uvs.fits wwins J0005+1609_S_2017_03_27_pus_map.win ! wwins: Wrote 2 windows to J0005+1609_S_2017_03_27_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.000320061 Jy ! Component: 100 - total flux cleaned = -0.000723033 Jy ! Component: 150 - total flux cleaned = -0.000876276 Jy ! Component: 200 - total flux cleaned = -0.00102408 Jy ! Component: 250 - total flux cleaned = -0.00119262 Jy ! Component: 300 - total flux cleaned = -0.00140459 Jy ! Component: 350 - total flux cleaned = -0.00154241 Jy ! Component: 400 - total flux cleaned = -0.00170033 Jy ! Component: 450 - total flux cleaned = -0.00178865 Jy ! Component: 500 - total flux cleaned = -0.00178877 Jy ! Component: 550 - total flux cleaned = -0.00183205 Jy ! Component: 600 - total flux cleaned = -0.00183209 Jy ! Component: 650 - total flux cleaned = -0.0018529 Jy ! Component: 700 - total flux cleaned = -0.00189407 Jy ! Component: 750 - total flux cleaned = -0.00191443 Jy ! Component: 800 - total flux cleaned = -0.00191439 Jy ! Component: 850 - total flux cleaned = -0.00195401 Jy ! Component: 900 - total flux cleaned = -0.0019928 Jy ! Component: 950 - total flux cleaned = -0.00201224 Jy ! Component: 1000 - total flux cleaned = -0.00206991 Jy ! Component: 1050 - total flux cleaned = -0.00208858 Jy ! Component: 1100 - total flux cleaned = -0.00210702 Jy ! Component: 1150 - total flux cleaned = -0.00210687 Jy ! Component: 1200 - total flux cleaned = -0.00221624 Jy ! Component: 1250 - total flux cleaned = -0.00219793 Jy ! Component: 1300 - total flux cleaned = -0.00225138 Jy ! Component: 1350 - total flux cleaned = -0.00223358 Jy ! Component: 1400 - total flux cleaned = -0.00225138 Jy ! Component: 1450 - total flux cleaned = -0.00230308 Jy ! Component: 1500 - total flux cleaned = -0.00232008 Jy ! Component: 1550 - total flux cleaned = -0.00230302 Jy ! Component: 1600 - total flux cleaned = -0.00237044 Jy ! Component: 1650 - total flux cleaned = -0.00240386 Jy ! Component: 1700 - total flux cleaned = -0.00240394 Jy ! Component: 1750 - total flux cleaned = -0.00237133 Jy ! Component: 1800 - total flux cleaned = -0.00243624 Jy ! Component: 1850 - total flux cleaned = -0.00242053 Jy ! Component: 1900 - total flux cleaned = -0.00243647 Jy ! Component: 1950 - total flux cleaned = -0.00249967 Jy ! Component: 2000 - total flux cleaned = -0.00248374 Jy ! Component: 2050 - total flux cleaned = -0.0024681 Jy ! Component: 2100 - total flux cleaned = -0.00248355 Jy ! Component: 2150 - total flux cleaned = -0.00246834 Jy ! Component: 2200 - total flux cleaned = -0.00242302 Jy ! Component: 2250 - total flux cleaned = -0.00245298 Jy ! Component: 2300 - total flux cleaned = -0.00248246 Jy ! Component: 2350 - total flux cleaned = -0.00246748 Jy ! Component: 2400 - total flux cleaned = -0.00243825 Jy ! Component: 2450 - total flux cleaned = -0.00242385 Jy ! Component: 2500 - total flux cleaned = -0.0024094 Jy ! Component: 2550 - total flux cleaned = -0.00242374 Jy ! Component: 2600 - total flux cleaned = -0.00246634 Jy ! Component: 2650 - total flux cleaned = -0.00242413 Jy ! Component: 2700 - total flux cleaned = -0.00243806 Jy ! Component: 2750 - total flux cleaned = -0.0024519 Jy ! Component: 2800 - total flux cleaned = -0.00242431 Jy ! Component: 2850 - total flux cleaned = -0.00242428 Jy ! Component: 2900 - total flux cleaned = -0.00245141 Jy ! Component: 2950 - total flux cleaned = -0.00243805 Jy ! Component: 3000 - total flux cleaned = -0.00245155 Jy ! Component: 3050 - total flux cleaned = -0.00243836 Jy ! Component: 3100 - total flux cleaned = -0.00245133 Jy ! Component: 3150 - total flux cleaned = -0.00243807 Jy ! Component: 3200 - total flux cleaned = -0.00241206 Jy ! Component: 3250 - total flux cleaned = -0.00239914 Jy ! Component: 3300 - total flux cleaned = -0.00239909 Jy ! Component: 3350 - total flux cleaned = -0.00242461 Jy ! Component: 3400 - total flux cleaned = -0.00242456 Jy ! Component: 3450 - total flux cleaned = -0.00239934 Jy ! Component: 3500 - total flux cleaned = -0.00239935 Jy ! Component: 3550 - total flux cleaned = -0.00237436 Jy ! Component: 3600 - total flux cleaned = -0.00236196 Jy ! Component: 3650 - total flux cleaned = -0.00236199 Jy ! Component: 3700 - total flux cleaned = -0.00241092 Jy ! Component: 3750 - total flux cleaned = -0.0023866 Jy ! Component: 3800 - total flux cleaned = -0.00239857 Jy ! Component: 3850 - total flux cleaned = -0.00232655 Jy ! Component: 3900 - total flux cleaned = -0.00236234 Jy ! Component: 3950 - total flux cleaned = -0.00233871 Jy ! Component: 4000 - total flux cleaned = -0.00238596 Jy ! Component: 4050 - total flux cleaned = -0.00237429 Jy ! Total flux subtracted in 4096 components = -0.00232762 Jy ! Clean residual min=-0.000683 max=0.000833 Jy/beam ! Clean residual mean=-0.000000 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.131042 Jy keep ! Adding 318 model components to the UV plane model. ! The established model now contains 417 components and 0.131042 Jy ![Exited script file: muppet] wmap "J0005+1609_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.313 x 7.433 at -4.132 degrees (North through East) ! Clean map min=-0.0012462 max=0.11238 Jy/beam ! Writing clean map to FITS file: J0005+1609_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.112378 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000221848 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.59224 0.59224 1.18448 2.36896 4.73792 9.47583 18.9517 37.9033 75.8067 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.112 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.313 x 7.433 at -4.132 degrees (North through East) ! Clean map min=-0.0012462 max=0.11238 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 J0005+1609_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:26:23 2019