! Started logfile: J0009-3216_S_2017_02_19_pus_uvs.log on Sat May 4 18:38:29 2019 obs J0009-3216_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J0009-3216_S_2017_02_19_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.705497 visibilities/baseline/integration-bin. ! Found source: J0009-3216 ! ! 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 482 lines of history. ! ! Reading 12064 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 J0009-3216_S_2017_02_19_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 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 486 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.924977Jy sigma=0.005388 ! Fit after self-cal, rms=0.888496Jy sigma=0.005207 ! 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.318 mas, bmaj=6.535 mas, bpa=-7.136 degrees ! Estimated noise=2026.6 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.0873291 Jy ! Component: 100 - total flux cleaned = 0.109992 Jy ! Total flux subtracted in 100 components = 0.109992 Jy ! Clean residual min=-0.007679 max=0.012746 Jy/beam ! Clean residual mean=0.000027 rms=0.002080 Jy/beam ! Combined flux in latest and established models = 0.109992 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.109992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126765Jy sigma=0.000671 ! Fit after self-cal, rms=0.126716Jy sigma=0.000670 ! Inverting map ! Added new window around map position (3.5, -5.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0124348 Jy ! Component: 100 - total flux cleaned = 0.0193176 Jy ! Total flux subtracted in 100 components = 0.0193176 Jy ! Clean residual min=-0.006429 max=0.009704 Jy/beam ! Clean residual mean=0.000016 rms=0.001714 Jy/beam ! Combined flux in latest and established models = 0.129309 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 22 components and 0.129309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125231Jy sigma=0.000662 ! Fit after self-cal, rms=0.125155Jy sigma=0.000662 ! 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=2.825 mas, bmaj=7.487 mas, bpa=-6.094 degrees ! Estimated noise=1234.51 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.00657131 Jy ! Component: 100 - total flux cleaned = 0.00992327 Jy ! Component: 150 - total flux cleaned = 0.011911 Jy ! Component: 200 - total flux cleaned = 0.0131813 Jy ! Total flux subtracted in 200 components = 0.0131813 Jy ! Clean residual min=-0.004080 max=0.004163 Jy/beam ! Clean residual mean=0.000005 rms=0.001037 Jy/beam ! Combined flux in latest and established models = 0.14249 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 39 components and 0.14249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124755Jy sigma=0.000660 ! Fit after self-cal, rms=0.124751Jy sigma=0.000660 ! 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.01 FD 0.97 HN 1.24 KP 1.09 ! LA 1.02 MK 0.97 NL 0.89 OV 1.02 ! PT 1.00* SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.97 HN 1.27 KP 0.99 ! LA 0.98 MK 0.97 NL 1.08 OV 1.08 ! PT 1.00* SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.01 HN 1.25 KP 0.89 ! LA 0.82 MK 0.98 NL 1.19 OV 0.96 ! PT 1.00* SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.07 HN 1.00* KP 1.00* ! LA 0.86 MK 1.16 NL 1.00* OV 0.94 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.124751Jy sigma=0.000660 ! Fit after self-cal, rms=0.127138Jy sigma=0.000654 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.831 mas, bmaj=7.471 mas, bpa=-5.975 degrees ! Estimated noise=1242.49 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.000338671 Jy ! Component: 100 - total flux cleaned = -0.000464774 Jy ! Component: 150 - total flux cleaned = -0.000613504 Jy ! Component: 200 - total flux cleaned = -0.000712737 Jy ! Total flux subtracted in 200 components = -0.000712737 Jy ! Clean residual min=-0.003326 max=0.003572 Jy/beam ! Clean residual mean=-0.000003 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.141778 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 58 components and 0.141778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127111Jy sigma=0.000654 ! Fit after self-cal, rms=0.127206Jy sigma=0.000654 ! 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.127206Jy sigma=0.000654 ! Fit after self-cal, rms=0.129151Jy sigma=0.000653 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.834 mas, bmaj=7.48 mas, bpa=-5.965 degrees ! Estimated noise=1244.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000532775 Jy ! Component: 100 - total flux cleaned = -0.000637141 Jy ! Component: 150 - total flux cleaned = -0.000729775 Jy ! Component: 200 - total flux cleaned = -0.000786135 Jy ! Total flux subtracted in 200 components = -0.000786135 Jy ! Clean residual min=-0.003212 max=0.003348 Jy/beam ! Clean residual mean=0.000000 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.140992 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 68 components and 0.140992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129133Jy sigma=0.000653 ! Fit after self-cal, rms=0.129181Jy 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) ! Added new window around map position (61, -107.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00264812 Jy ! Component: 100 - total flux cleaned = 0.00298987 Jy ! Component: 150 - total flux cleaned = 0.00335935 Jy ! Component: 200 - total flux cleaned = 0.00360477 Jy ! Total flux subtracted in 200 components = 0.00360477 Jy ! Clean residual min=-0.003012 max=0.003034 Jy/beam ! Clean residual mean=0.000003 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.144596 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 93 components and 0.144596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129097Jy sigma=0.000653 ! Fit after self-cal, rms=0.129075Jy sigma=0.000653 ! 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.129075Jy sigma=0.000653 ! Fit after self-cal, rms=0.129046Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.836 mas, bmaj=7.491 mas, bpa=-5.951 degrees ! Estimated noise=1241.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000868701 Jy ! Component: 100 - total flux cleaned = 0.000696181 Jy ! Component: 150 - total flux cleaned = 0.000667195 Jy ! Component: 200 - total flux cleaned = 0.000694049 Jy ! Total flux subtracted in 200 components = 0.000694049 Jy ! Clean residual min=-0.002964 max=0.003067 Jy/beam ! Clean residual mean=0.000003 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.14529 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 100 components and 0.14529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129019Jy sigma=0.000652 ! Fit after self-cal, rms=0.129012Jy 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.000145348 Jy ! Component: 100 - total flux cleaned = 6.86362e-05 Jy ! Component: 150 - total flux cleaned = 1.98165e-05 Jy ! Component: 200 - total flux cleaned = -3.9069e-06 Jy ! Total flux subtracted in 200 components = -3.9069e-06 Jy ! Clean residual min=-0.002967 max=0.003048 Jy/beam ! Clean residual mean=0.000002 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.145286 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 105 components and 0.145286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129000Jy sigma=0.000652 ! Fit after self-cal, rms=0.128994Jy 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.128994Jy sigma=0.000652 ! Fit after self-cal, rms=0.129020Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.723 mas, bmaj=19.77 mas, bpa=1.02 degrees ! Estimated noise=1656.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.3619e-05 Jy ! Component: 100 - total flux cleaned = 0.000187729 Jy ! Component: 150 - total flux cleaned = 0.000167005 Jy ! Component: 200 - total flux cleaned = 0.000149216 Jy ! Total flux subtracted in 200 components = 0.000149216 Jy ! Clean residual min=-0.002969 max=0.002613 Jy/beam ! Clean residual mean=0.000006 rms=0.000872 Jy/beam ! Combined flux in latest and established models = 0.145436 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 113 components and 0.145436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129020Jy sigma=0.000652 ! Fit after self-cal, rms=0.129017Jy 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.000172054 Jy ! Component: 100 - total flux cleaned = 0.000170604 Jy ! Component: 150 - total flux cleaned = 0.000154379 Jy ! Component: 200 - total flux cleaned = 0.00013901 Jy ! Total flux subtracted in 200 components = 0.00013901 Jy ! Clean residual min=-0.002954 max=0.002577 Jy/beam ! Clean residual mean=0.000005 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.145575 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 118 components and 0.145575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129015Jy sigma=0.000652 ! Fit after self-cal, rms=0.129011Jy 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=2.838 mas, bmaj=7.5 mas, bpa=-5.948 degrees ! Estimated noise=1241.34 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.838 x 7.5 at -5.948 degrees (North through East) ! Clean map min=-0.0027987 max=0.11034 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.33 mas, bmaj=6.472 mas, bpa=-6.708 degrees ! Estimated noise=2071.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0882076 Jy ! Component: 100 - total flux cleaned = 0.112122 Jy ! Component: 150 - total flux cleaned = 0.123734 Jy ! Component: 200 - total flux cleaned = 0.130445 Jy ! Total flux subtracted in 200 components = 0.130445 Jy ! Clean residual min=-0.004992 max=0.005416 Jy/beam ! Clean residual mean=0.000006 rms=0.001307 Jy/beam ! Combined flux in latest and established models = 0.130445 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.130445 Jy ! Inverting map and beam ! Estimated beam: bmin=2.838 mas, bmaj=7.5 mas, bpa=-5.948 degrees ! Estimated noise=1241.34 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.00573822 Jy ! Component: 100 - total flux cleaned = 0.00905584 Jy ! Component: 150 - total flux cleaned = 0.0107518 Jy ! Component: 200 - total flux cleaned = 0.0117069 Jy ! Total flux subtracted in 200 components = 0.0117069 Jy ! Clean residual min=-0.003059 max=0.002931 Jy/beam ! Clean residual mean=0.000006 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.142152 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 49 components and 0.142152 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.723 mas, bmaj=19.77 mas, bpa=1.02 degrees ! Estimated noise=1656.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00181521 Jy ! Component: 100 - total flux cleaned = 0.00237625 Jy ! Component: 150 - total flux cleaned = 0.00251297 Jy ! Component: 200 - total flux cleaned = 0.00263597 Jy ! Total flux subtracted in 200 components = 0.00263597 Jy ! Clean residual min=-0.002859 max=0.002901 Jy/beam ! Clean residual mean=0.000007 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.144788 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 = 8.46093e-05 Jy ! Component: 100 - total flux cleaned = 0.000187399 Jy ! Component: 150 - total flux cleaned = 0.000279859 Jy ! Component: 200 - total flux cleaned = 0.000343544 Jy ! Total flux subtracted in 200 components = 0.000343544 Jy ! Clean residual min=-0.002893 max=0.002742 Jy/beam ! Clean residual mean=0.000007 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.145131 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 66 components and 0.145131 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.838 mas, bmaj=7.5 mas, bpa=-5.948 degrees ! Estimated noise=1241.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000410941 Jy ! Component: 100 - total flux cleaned = -0.000412463 Jy ! Component: 150 - total flux cleaned = -0.00041488 Jy ! Component: 200 - total flux cleaned = -0.000415457 Jy ! Total flux subtracted in 200 components = -0.000415457 Jy ! Clean residual min=-0.002915 max=0.003053 Jy/beam ! Clean residual mean=0.000003 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.144716 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 81 components and 0.144716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129026Jy sigma=0.000652 ! Fit after self-cal, rms=0.128997Jy sigma=0.000652 wmodel J0009-3216_S_2017_02_19_pus_map.mod ! Writing 81 model components to file: J0009-3216_S_2017_02_19_pus_map.mod wobs J0009-3216_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J0009-3216_S_2017_02_19_pus_uvs.fits wwins J0009-3216_S_2017_02_19_pus_map.win ! wwins: Wrote 3 windows to J0009-3216_S_2017_02_19_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.000132729 Jy ! Component: 100 - total flux cleaned = -0.000213085 Jy ! Component: 150 - total flux cleaned = -0.000306863 Jy ! Component: 200 - total flux cleaned = -0.000394585 Jy ! Component: 250 - total flux cleaned = -0.000436562 Jy ! Component: 300 - total flux cleaned = -0.000600311 Jy ! Component: 350 - total flux cleaned = -0.000718827 Jy ! Component: 400 - total flux cleaned = -0.000911152 Jy ! Component: 450 - total flux cleaned = -0.00102265 Jy ! Component: 500 - total flux cleaned = -0.00109606 Jy ! Component: 550 - total flux cleaned = -0.00120341 Jy ! Component: 600 - total flux cleaned = -0.00120388 Jy ! Component: 650 - total flux cleaned = -0.00127186 Jy ! Component: 700 - total flux cleaned = -0.00127244 Jy ! Component: 750 - total flux cleaned = -0.0012067 Jy ! Component: 800 - total flux cleaned = -0.00120683 Jy ! Component: 850 - total flux cleaned = -0.00111203 Jy ! Component: 900 - total flux cleaned = -0.00101918 Jy ! Component: 950 - total flux cleaned = -0.00101934 Jy ! Component: 1000 - total flux cleaned = -0.00110921 Jy ! Component: 1050 - total flux cleaned = -0.00107985 Jy ! Component: 1100 - total flux cleaned = -0.00105132 Jy ! Component: 1150 - total flux cleaned = -0.00110865 Jy ! Component: 1200 - total flux cleaned = -0.00110844 Jy ! Component: 1250 - total flux cleaned = -0.00105249 Jy ! Component: 1300 - total flux cleaned = -0.00110754 Jy ! Component: 1350 - total flux cleaned = -0.00108017 Jy ! Component: 1400 - total flux cleaned = -0.00108057 Jy ! Component: 1450 - total flux cleaned = -0.00118641 Jy ! Component: 1500 - total flux cleaned = -0.00110785 Jy ! Component: 1550 - total flux cleaned = -0.0011849 Jy ! Component: 1600 - total flux cleaned = -0.00105748 Jy ! Component: 1650 - total flux cleaned = -0.00103272 Jy ! Component: 1700 - total flux cleaned = -0.00108235 Jy ! Component: 1750 - total flux cleaned = -0.000983471 Jy ! Component: 1800 - total flux cleaned = -0.000910267 Jy ! Component: 1850 - total flux cleaned = -0.000814338 Jy ! Component: 1900 - total flux cleaned = -0.000766474 Jy ! Component: 1950 - total flux cleaned = -0.000695423 Jy ! Component: 2000 - total flux cleaned = -0.00055491 Jy ! Component: 2050 - total flux cleaned = -0.000438647 Jy ! Component: 2100 - total flux cleaned = -0.000392623 Jy ! Component: 2150 - total flux cleaned = -0.000301532 Jy ! Component: 2200 - total flux cleaned = -5.43203e-05 Jy ! Component: 2250 - total flux cleaned = 1.24554e-05 Jy ! Component: 2300 - total flux cleaned = 1.25756e-05 Jy ! Component: 2350 - total flux cleaned = 0.000165653 Jy ! Component: 2400 - total flux cleaned = 0.000187463 Jy ! Component: 2450 - total flux cleaned = 0.000294742 Jy ! Component: 2500 - total flux cleaned = 0.000316294 Jy ! Component: 2550 - total flux cleaned = 0.000421564 Jy ! Component: 2600 - total flux cleaned = 0.000463262 Jy ! Component: 2650 - total flux cleaned = 0.000546361 Jy ! Component: 2700 - total flux cleaned = 0.000566702 Jy ! Component: 2750 - total flux cleaned = 0.000668597 Jy ! Component: 2800 - total flux cleaned = 0.000728976 Jy ! Component: 2850 - total flux cleaned = 0.000809255 Jy ! Component: 2900 - total flux cleaned = 0.000908521 Jy ! Component: 2950 - total flux cleaned = 0.00100706 Jy ! Component: 3000 - total flux cleaned = 0.00106577 Jy ! Component: 3050 - total flux cleaned = 0.00108537 Jy ! Component: 3100 - total flux cleaned = 0.00114334 Jy ! Component: 3150 - total flux cleaned = 0.00123893 Jy ! Component: 3200 - total flux cleaned = 0.00123904 Jy ! Component: 3250 - total flux cleaned = 0.00135224 Jy ! Component: 3300 - total flux cleaned = 0.00137105 Jy ! Component: 3350 - total flux cleaned = 0.00144547 Jy ! Component: 3400 - total flux cleaned = 0.00150046 Jy ! Component: 3450 - total flux cleaned = 0.00151886 Jy ! Component: 3500 - total flux cleaned = 0.00151878 Jy ! Component: 3550 - total flux cleaned = 0.00159117 Jy ! Component: 3600 - total flux cleaned = 0.00157303 Jy ! Component: 3650 - total flux cleaned = 0.00159076 Jy ! Component: 3700 - total flux cleaned = 0.00167927 Jy ! Component: 3750 - total flux cleaned = 0.00166156 Jy ! Component: 3800 - total flux cleaned = 0.0017315 Jy ! Component: 3850 - total flux cleaned = 0.00176637 Jy ! Component: 3900 - total flux cleaned = 0.00186993 Jy ! Component: 3950 - total flux cleaned = 0.00180135 Jy ! Component: 4000 - total flux cleaned = 0.00181824 Jy ! Component: 4050 - total flux cleaned = 0.00178436 Jy ! Total flux subtracted in 4096 components = 0.0018013 Jy ! Clean residual min=-0.001189 max=0.001107 Jy/beam ! Clean residual mean=0.000005 rms=0.000303 Jy/beam ! Combined flux in latest and established models = 0.146517 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 371 components and 0.146517 Jy ![Exited script file: muppet] wmap "J0009-3216_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.838 x 7.5 at -5.948 degrees (North through East) ! Clean map min=-0.0020912 max=0.11207 Jy/beam ! Writing clean map to FITS file: J0009-3216_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.112066 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000303128 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.811471 0.811471 1.62294 3.24588 6.49177 12.9835 25.9671 51.9342 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 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: 2.838 x 7.5 at -5.948 degrees (North through East) ! Clean map min=-0.0020912 max=0.11207 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 J0009-3216_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:38:34 2019