! Started logfile: J0516-1537_S_2017_03_23_pus_uvs.log on Mon May 13 09:49:02 2019 obs J0516-1537_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0516-1537_S_2017_03_23_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.965585 visibilities/baseline/integration-bin. ! Found source: J0516-1537 ! ! 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 481 lines of history. ! ! Reading 19640 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 J0516-1537_S_2017_03_23_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 397 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.847732Jy sigma=0.006301 ! Fit after self-cal, rms=0.834013Jy sigma=0.006202 ! 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.501 mas, bmaj=6.692 mas, bpa=-7.275 degrees ! Estimated noise=1040.48 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.124954 Jy ! Component: 100 - total flux cleaned = 0.163723 Jy ! Total flux subtracted in 100 components = 0.163723 Jy ! Clean residual min=-0.006468 max=0.016218 Jy/beam ! Clean residual mean=-0.000054 rms=0.001664 Jy/beam ! Combined flux in latest and established models = 0.163723 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.163723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105852Jy sigma=0.000726 ! Fit after self-cal, rms=0.105792Jy sigma=0.000725 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0169264 Jy ! Component: 100 - total flux cleaned = 0.0260007 Jy ! Total flux subtracted in 100 components = 0.0260007 Jy ! Clean residual min=-0.005239 max=0.006814 Jy/beam ! Clean residual mean=-0.000029 rms=0.001220 Jy/beam ! Combined flux in latest and established models = 0.189724 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 16 components and 0.189724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102286Jy sigma=0.000703 ! Fit after self-cal, rms=0.102289Jy sigma=0.000703 ! 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.105 mas, bmaj=7.847 mas, bpa=-6.838 degrees ! Estimated noise=746.991 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.5, -8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00681709 Jy ! Component: 100 - total flux cleaned = 0.00899872 Jy ! Component: 150 - total flux cleaned = 0.00963255 Jy ! Component: 200 - total flux cleaned = 0.0103021 Jy ! Total flux subtracted in 200 components = 0.0103021 Jy ! Clean residual min=-0.003968 max=0.004345 Jy/beam ! Clean residual mean=-0.000010 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.200026 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 37 components and 0.200026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101664Jy sigma=0.000700 ! Fit after self-cal, rms=0.101662Jy sigma=0.000700 ! 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 0.95 HN 0.95 KP 1.07 ! LA 1.01 MK 0.96 NL 0.87 OV 1.04 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.01 HN 0.99 KP 1.01 ! LA 0.97 MK 1.00 NL 1.06 OV 1.06 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.04 HN 0.98 KP 0.90 ! LA 0.78 MK 0.94 NL 1.13 OV 0.97 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.05 HN 0.96 KP 1.00* ! LA 0.81 MK 1.54 NL 1.00* OV 1.28 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.101662Jy sigma=0.000700 ! Fit after self-cal, rms=0.098552Jy sigma=0.000684 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.116 mas, bmaj=7.891 mas, bpa=-6.572 degrees ! Estimated noise=744.923 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.00147239 Jy ! Component: 100 - total flux cleaned = -0.00141425 Jy ! Component: 150 - total flux cleaned = -0.00136767 Jy ! Component: 200 - total flux cleaned = -0.00136447 Jy ! Total flux subtracted in 200 components = -0.00136447 Jy ! Clean residual min=-0.002748 max=0.002370 Jy/beam ! Clean residual mean=-0.000001 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.198661 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 52 components and 0.198661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098479Jy sigma=0.000683 ! Fit after self-cal, rms=0.098467Jy sigma=0.000683 ! 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.098467Jy sigma=0.000683 ! Fit after self-cal, rms=0.100170Jy sigma=0.000682 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.126 mas, bmaj=7.893 mas, bpa=-6.465 degrees ! Estimated noise=746.169 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00039862 Jy ! Component: 100 - total flux cleaned = -0.000396221 Jy ! Component: 150 - total flux cleaned = -0.000431285 Jy ! Component: 200 - total flux cleaned = -0.000429638 Jy ! Total flux subtracted in 200 components = -0.000429638 Jy ! Clean residual min=-0.002317 max=0.002229 Jy/beam ! Clean residual mean=-0.000004 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.198232 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 62 components and 0.198232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100133Jy sigma=0.000682 ! Fit after self-cal, rms=0.100147Jy sigma=0.000682 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.53954e-05 Jy ! Component: 100 - total flux cleaned = 1.26439e-05 Jy ! Component: 150 - total flux cleaned = -1.84648e-05 Jy ! Component: 200 - total flux cleaned = -4.8979e-05 Jy ! Total flux subtracted in 200 components = -4.8979e-05 Jy ! Clean residual min=-0.002290 max=0.002217 Jy/beam ! Clean residual mean=-0.000004 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.198183 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 67 components and 0.198183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100126Jy sigma=0.000681 ! Fit after self-cal, rms=0.100125Jy sigma=0.000681 ! 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.100125Jy sigma=0.000681 ! Fit after self-cal, rms=0.101443Jy sigma=0.000679 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.122 mas, bmaj=7.963 mas, bpa=-6.201 degrees ! Estimated noise=749.228 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.18653e-05 Jy ! Component: 100 - total flux cleaned = -6.28991e-05 Jy ! Component: 150 - total flux cleaned = -2.22091e-05 Jy ! Component: 200 - total flux cleaned = -2.17777e-05 Jy ! Total flux subtracted in 200 components = -2.17777e-05 Jy ! Clean residual min=-0.001982 max=0.001888 Jy/beam ! Clean residual mean=-0.000003 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.198161 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 84 components and 0.198161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101417Jy sigma=0.000679 ! Fit after self-cal, rms=0.101437Jy sigma=0.000679 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 = -1.27437e-06 Jy ! Component: 100 - total flux cleaned = -3.0826e-05 Jy ! Component: 150 - total flux cleaned = -5.72032e-05 Jy ! Component: 200 - total flux cleaned = -5.6903e-05 Jy ! Total flux subtracted in 200 components = -5.6903e-05 Jy ! Clean residual min=-0.001989 max=0.001843 Jy/beam ! Clean residual mean=-0.000003 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.198104 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 93 components and 0.198104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101425Jy sigma=0.000679 ! Fit after self-cal, rms=0.101422Jy sigma=0.000679 ! 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.101422Jy sigma=0.000679 ! Fit after self-cal, rms=0.102035Jy sigma=0.000678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.494 mas, bmaj=14.98 mas, bpa=-1.331 degrees ! Estimated noise=957.615 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000307594 Jy ! Component: 100 - total flux cleaned = 0.000233519 Jy ! Component: 150 - total flux cleaned = 0.000218625 Jy ! Component: 200 - total flux cleaned = 0.000219102 Jy ! Total flux subtracted in 200 components = 0.000219102 Jy ! Clean residual min=-0.001801 max=0.001891 Jy/beam ! Clean residual mean=-0.000005 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.198323 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 102 components and 0.198323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102038Jy sigma=0.000678 ! Fit after self-cal, rms=0.102040Jy sigma=0.000678 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.97899e-05 Jy ! Component: 100 - total flux cleaned = 4.61773e-05 Jy ! Component: 150 - total flux cleaned = 4.62378e-05 Jy ! Component: 200 - total flux cleaned = 5.70116e-05 Jy ! Total flux subtracted in 200 components = 5.70116e-05 Jy ! Clean residual min=-0.001811 max=0.001902 Jy/beam ! Clean residual mean=-0.000005 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.19838 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 109 components and 0.19838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102042Jy sigma=0.000678 ! Fit after self-cal, rms=0.102042Jy sigma=0.000678 ! 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.122 mas, bmaj=7.982 mas, bpa=-6.113 degrees ! Estimated noise=750.507 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.122 x 7.982 at -6.113 degrees (North through East) ! Clean map min=-0.002258 max=0.1641 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.511 mas, bmaj=6.801 mas, bpa=-6.481 degrees ! Estimated noise=1054.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.126106 Jy ! Component: 100 - total flux cleaned = 0.163733 Jy ! Component: 150 - total flux cleaned = 0.179431 Jy ! Component: 200 - total flux cleaned = 0.187381 Jy ! Total flux subtracted in 200 components = 0.187381 Jy ! Clean residual min=-0.003234 max=0.003958 Jy/beam ! Clean residual mean=-0.000018 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.187381 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.187381 Jy ! Inverting map and beam ! Estimated beam: bmin=3.122 mas, bmaj=7.982 mas, bpa=-6.113 degrees ! Estimated noise=750.507 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.0056816 Jy ! Component: 100 - total flux cleaned = 0.00732316 Jy ! Component: 150 - total flux cleaned = 0.00805685 Jy ! Component: 200 - total flux cleaned = 0.00835996 Jy ! Total flux subtracted in 200 components = 0.00835996 Jy ! Clean residual min=-0.002058 max=0.002008 Jy/beam ! Clean residual mean=-0.000005 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.195741 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 43 components and 0.195741 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.494 mas, bmaj=14.98 mas, bpa=-1.331 degrees ! Estimated noise=957.615 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013996 Jy ! Component: 100 - total flux cleaned = 0.00208129 Jy ! Component: 150 - total flux cleaned = 0.00219181 Jy ! Component: 200 - total flux cleaned = 0.00227272 Jy ! Total flux subtracted in 200 components = 0.00227272 Jy ! Clean residual min=-0.001749 max=0.001878 Jy/beam ! Clean residual mean=-0.000006 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.198014 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.83097e-05 Jy ! Component: 100 - total flux cleaned = 0.000110987 Jy ! Component: 150 - total flux cleaned = 0.00013541 Jy ! Component: 200 - total flux cleaned = 0.00015872 Jy ! Total flux subtracted in 200 components = 0.00015872 Jy ! Clean residual min=-0.001767 max=0.001866 Jy/beam ! Clean residual mean=-0.000006 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.198172 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 66 components and 0.198173 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.122 mas, bmaj=7.982 mas, bpa=-6.113 degrees ! Estimated noise=750.507 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0002897 Jy ! Component: 100 - total flux cleaned = -0.000228438 Jy ! Component: 150 - total flux cleaned = -0.000172156 Jy ! Component: 200 - total flux cleaned = -9.43341e-05 Jy ! Total flux subtracted in 200 components = -9.43341e-05 Jy ! Clean residual min=-0.001948 max=0.001813 Jy/beam ! Clean residual mean=-0.000003 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.198078 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 86 components and 0.198078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102067Jy sigma=0.000678 ! Fit after self-cal, rms=0.102041Jy sigma=0.000678 wmodel J0516-1537_S_2017_03_23_pus_map.mod ! Writing 86 model components to file: J0516-1537_S_2017_03_23_pus_map.mod wobs J0516-1537_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0516-1537_S_2017_03_23_pus_uvs.fits wwins J0516-1537_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J0516-1537_S_2017_03_23_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 = -4.94422e-05 Jy ! Component: 100 - total flux cleaned = -0.00014584 Jy ! Component: 150 - total flux cleaned = -0.000146332 Jy ! Component: 200 - total flux cleaned = -0.00014702 Jy ! Component: 250 - total flux cleaned = -5.81761e-05 Jy ! Component: 300 - total flux cleaned = 5.67129e-05 Jy ! Component: 350 - total flux cleaned = 8.44853e-05 Jy ! Component: 400 - total flux cleaned = 0.000139869 Jy ! Component: 450 - total flux cleaned = 0.000247698 Jy ! Component: 500 - total flux cleaned = 0.000379328 Jy ! Component: 550 - total flux cleaned = 0.000405242 Jy ! Component: 600 - total flux cleaned = 0.00043133 Jy ! Component: 650 - total flux cleaned = 0.000632447 Jy ! Component: 700 - total flux cleaned = 0.000582612 Jy ! Component: 750 - total flux cleaned = 0.000559118 Jy ! Component: 800 - total flux cleaned = 0.000679496 Jy ! Component: 850 - total flux cleaned = 0.000679383 Jy ! Component: 900 - total flux cleaned = 0.000656173 Jy ! Component: 950 - total flux cleaned = 0.000587337 Jy ! Component: 1000 - total flux cleaned = 0.000496581 Jy ! Component: 1050 - total flux cleaned = 0.000451885 Jy ! Component: 1100 - total flux cleaned = 0.000384941 Jy ! Component: 1150 - total flux cleaned = 0.000297117 Jy ! Component: 1200 - total flux cleaned = 0.000253666 Jy ! Component: 1250 - total flux cleaned = 0.00018943 Jy ! Component: 1300 - total flux cleaned = 0.000104506 Jy ! Component: 1350 - total flux cleaned = 6.26675e-05 Jy ! Component: 1400 - total flux cleaned = 2.0905e-05 Jy ! Component: 1450 - total flux cleaned = 2.09975e-05 Jy ! Component: 1500 - total flux cleaned = -2.03946e-05 Jy ! Component: 1550 - total flux cleaned = -6.12465e-05 Jy ! Component: 1600 - total flux cleaned = -0.000141913 Jy ! Component: 1650 - total flux cleaned = -0.00016198 Jy ! Component: 1700 - total flux cleaned = -0.000280491 Jy ! Component: 1750 - total flux cleaned = -0.000261025 Jy ! Component: 1800 - total flux cleaned = -0.000338688 Jy ! Component: 1850 - total flux cleaned = -0.000434586 Jy ! Component: 1900 - total flux cleaned = -0.000491394 Jy ! Component: 1950 - total flux cleaned = -0.000548001 Jy ! Component: 2000 - total flux cleaned = -0.00058534 Jy ! Component: 2050 - total flux cleaned = -0.000622554 Jy ! Component: 2100 - total flux cleaned = -0.000696146 Jy ! Component: 2150 - total flux cleaned = -0.000714444 Jy ! Component: 2200 - total flux cleaned = -0.000623735 Jy ! Component: 2250 - total flux cleaned = -0.000695923 Jy ! Component: 2300 - total flux cleaned = -0.000660299 Jy ! Component: 2350 - total flux cleaned = -0.00078463 Jy ! Component: 2400 - total flux cleaned = -0.000696479 Jy ! Component: 2450 - total flux cleaned = -0.000731256 Jy ! Component: 2500 - total flux cleaned = -0.000714204 Jy ! Component: 2550 - total flux cleaned = -0.000714417 Jy ! Component: 2600 - total flux cleaned = -0.00074882 Jy ! Component: 2650 - total flux cleaned = -0.000765775 Jy ! Component: 2700 - total flux cleaned = -0.000681483 Jy ! Component: 2750 - total flux cleaned = -0.000714877 Jy ! Component: 2800 - total flux cleaned = -0.000648363 Jy ! Component: 2850 - total flux cleaned = -0.00061539 Jy ! Component: 2900 - total flux cleaned = -0.000615468 Jy ! Component: 2950 - total flux cleaned = -0.000501506 Jy ! Component: 3000 - total flux cleaned = -0.000485431 Jy ! Component: 3050 - total flux cleaned = -0.000485433 Jy ! Component: 3100 - total flux cleaned = -0.000421662 Jy ! Component: 3150 - total flux cleaned = -0.000437454 Jy ! Component: 3200 - total flux cleaned = -0.000469033 Jy ! Component: 3250 - total flux cleaned = -0.00037499 Jy ! Component: 3300 - total flux cleaned = -0.000343721 Jy ! Component: 3350 - total flux cleaned = -0.000359363 Jy ! Component: 3400 - total flux cleaned = -0.000359311 Jy ! Component: 3450 - total flux cleaned = -0.000343986 Jy ! Component: 3500 - total flux cleaned = -0.000298462 Jy ! Component: 3550 - total flux cleaned = -0.000298404 Jy ! Component: 3600 - total flux cleaned = -0.000268436 Jy ! Component: 3650 - total flux cleaned = -0.000253725 Jy ! Component: 3700 - total flux cleaned = -0.000268653 Jy ! Component: 3750 - total flux cleaned = -0.000268552 Jy ! Component: 3800 - total flux cleaned = -0.000166004 Jy ! Component: 3850 - total flux cleaned = -0.000151614 Jy ! Component: 3900 - total flux cleaned = -0.000238653 Jy ! Component: 3950 - total flux cleaned = -0.000180892 Jy ! Component: 4000 - total flux cleaned = -0.000180846 Jy ! Component: 4050 - total flux cleaned = -0.00016661 Jy ! Total flux subtracted in 4096 components = -0.000152364 Jy ! Clean residual min=-0.001000 max=0.000783 Jy/beam ! Clean residual mean=-0.000000 rms=0.000265 Jy/beam ! Combined flux in latest and established models = 0.197926 Jy keep ! Adding 320 model components to the UV plane model. ! The established model now contains 406 components and 0.197926 Jy ![Exited script file: muppet] wmap "J0516-1537_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.122 x 7.982 at -6.113 degrees (North through East) ! Clean map min=-0.0019866 max=0.16556 Jy/beam ! Writing clean map to FITS file: J0516-1537_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.16556 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000265844 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.481716 0.481716 0.963433 1.92687 3.85373 7.70746 15.4149 30.8298 61.6597 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.165 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.122 x 7.982 at -6.113 degrees (North through East) ! Clean map min=-0.0019866 max=0.16556 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 J0516-1537_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:49:09 2019