! Started logfile: J0932-2016_S_2017_06_15_pus_uvs.log on Tue May 7 15:16:08 2019 obs J0932-2016_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0932-2016_S_2017_06_15_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.9 visibilities/baseline/integration-bin. ! Found source: J0932-2016 ! ! 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 603 lines of history. ! ! Reading 12312 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 J0932-2016_S_2017_06_15_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 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 431 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.838372Jy sigma=0.006181 ! Fit after self-cal, rms=0.806282Jy sigma=0.005954 ! 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.493 mas, bmaj=6.948 mas, bpa=-6.749 degrees ! Estimated noise=1539.1 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.1469 Jy ! Component: 100 - total flux cleaned = 0.185776 Jy ! Total flux subtracted in 100 components = 0.185776 Jy ! Clean residual min=-0.008540 max=0.017526 Jy/beam ! Clean residual mean=0.000008 rms=0.002408 Jy/beam ! Combined flux in latest and established models = 0.185776 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.185776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103250Jy sigma=0.000739 ! Fit after self-cal, rms=0.103248Jy sigma=0.000738 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0202892 Jy ! Component: 100 - total flux cleaned = 0.0319785 Jy ! Total flux subtracted in 100 components = 0.0319785 Jy ! Clean residual min=-0.006139 max=0.008574 Jy/beam ! Clean residual mean=0.000012 rms=0.001600 Jy/beam ! Combined flux in latest and established models = 0.217754 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 30 components and 0.217754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097966Jy sigma=0.000694 ! Fit after self-cal, rms=0.097986Jy sigma=0.000693 ! 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.009 mas, bmaj=7.946 mas, bpa=-5.727 degrees ! Estimated noise=993.109 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, -11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0113066 Jy ! Component: 100 - total flux cleaned = 0.0174514 Jy ! Component: 150 - total flux cleaned = 0.0201131 Jy ! Component: 200 - total flux cleaned = 0.0203497 Jy ! Total flux subtracted in 200 components = 0.0203497 Jy ! Clean residual min=-0.004826 max=0.006024 Jy/beam ! Clean residual mean=0.000008 rms=0.001250 Jy/beam ! Combined flux in latest and established models = 0.238104 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 75 components and 0.238104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096698Jy sigma=0.000683 ! Fit after self-cal, rms=0.096664Jy sigma=0.000683 ! 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.93 HN 0.98 KP 1.03 ! LA 1.01 MK 1.00 NL 0.89 OV 0.98 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.68 FD 0.98 HN 1.03 KP 1.00 ! LA 0.96 MK 1.00 NL 0.99 OV 1.02 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.23 FD 0.99 HN 1.08 KP 0.99 ! LA 0.98 MK 1.05 NL 0.96 OV 0.92 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.99 KP 1.00* ! LA 0.98 MK 1.02 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.096664Jy sigma=0.000683 ! Fit after self-cal, rms=0.097585Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.025 mas, bmaj=8.017 mas, bpa=-5.689 degrees ! Estimated noise=993.675 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.00170744 Jy ! Component: 100 - total flux cleaned = -0.0021628 Jy ! Component: 150 - total flux cleaned = -0.0024508 Jy ! Component: 200 - total flux cleaned = -0.00257291 Jy ! Total flux subtracted in 200 components = -0.00257291 Jy ! Clean residual min=-0.003086 max=0.003079 Jy/beam ! Clean residual mean=0.000000 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.235531 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 85 components and 0.235531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097519Jy sigma=0.000668 ! Fit after self-cal, rms=0.097589Jy sigma=0.000668 ! 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.097589Jy sigma=0.000668 ! Fit after self-cal, rms=0.097502Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.029 mas, bmaj=8.014 mas, bpa=-5.681 degrees ! Estimated noise=993.046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000780315 Jy ! Component: 100 - total flux cleaned = -0.00099375 Jy ! Component: 150 - total flux cleaned = -0.0011519 Jy ! Component: 200 - total flux cleaned = -0.00123747 Jy ! Total flux subtracted in 200 components = -0.00123747 Jy ! Clean residual min=-0.002817 max=0.002587 Jy/beam ! Clean residual mean=-0.000002 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.234294 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 93 components and 0.234294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097479Jy sigma=0.000666 ! Fit after self-cal, rms=0.097481Jy sigma=0.000666 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.000256261 Jy ! Component: 100 - total flux cleaned = -0.000336492 Jy ! Component: 150 - total flux cleaned = -0.000386418 Jy ! Component: 200 - total flux cleaned = -0.000410225 Jy ! Total flux subtracted in 200 components = -0.000410225 Jy ! Clean residual min=-0.002767 max=0.002545 Jy/beam ! Clean residual mean=-0.000002 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.233883 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 101 components and 0.233883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097468Jy sigma=0.000666 ! Fit after self-cal, rms=0.097467Jy sigma=0.000666 ! 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.097467Jy sigma=0.000666 ! Fit after self-cal, rms=0.097801Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.03 mas, bmaj=8.016 mas, bpa=-5.704 degrees ! Estimated noise=993.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000545144 Jy ! Component: 100 - total flux cleaned = -0.000595853 Jy ! Component: 150 - total flux cleaned = -0.000619231 Jy ! Component: 200 - total flux cleaned = -0.00061917 Jy ! Total flux subtracted in 200 components = -0.00061917 Jy ! Clean residual min=-0.002649 max=0.002429 Jy/beam ! Clean residual mean=-0.000003 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.233264 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 113 components and 0.233264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097788Jy sigma=0.000665 ! Fit after self-cal, rms=0.097795Jy sigma=0.000665 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.00016466 Jy ! Component: 100 - total flux cleaned = -0.000186568 Jy ! Component: 150 - total flux cleaned = -0.000207555 Jy ! Component: 200 - total flux cleaned = -0.000227624 Jy ! Total flux subtracted in 200 components = -0.000227624 Jy ! Clean residual min=-0.002639 max=0.002399 Jy/beam ! Clean residual mean=-0.000003 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.233037 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 117 components and 0.233037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097786Jy sigma=0.000665 ! Fit after self-cal, rms=0.097785Jy sigma=0.000665 ! 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.097785Jy sigma=0.000665 ! Fit after self-cal, rms=0.097807Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.459 mas, bmaj=17.26 mas, bpa=-3.09 degrees ! Estimated noise=1264.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000569728 Jy ! Component: 100 - total flux cleaned = -0.000698044 Jy ! Component: 150 - total flux cleaned = -0.000744699 Jy ! Component: 200 - total flux cleaned = -0.000773358 Jy ! Total flux subtracted in 200 components = -0.000773358 Jy ! Clean residual min=-0.002905 max=0.003151 Jy/beam ! Clean residual mean=-0.000005 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.232263 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 130 components and 0.232263 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097805Jy sigma=0.000665 ! Fit after self-cal, rms=0.097804Jy sigma=0.000665 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.000158636 Jy ! Component: 100 - total flux cleaned = -0.00023056 Jy ! Component: 150 - total flux cleaned = -0.000256468 Jy ! Component: 200 - total flux cleaned = -0.000280791 Jy ! Total flux subtracted in 200 components = -0.000280791 Jy ! Clean residual min=-0.002844 max=0.003126 Jy/beam ! Clean residual mean=-0.000005 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.231982 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 136 components and 0.231982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097804Jy sigma=0.000665 ! Fit after self-cal, rms=0.097803Jy sigma=0.000665 ! 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.031 mas, bmaj=8.017 mas, bpa=-5.713 degrees ! Estimated noise=992.611 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.031 x 8.017 at -5.713 degrees (North through East) ! Clean map min=-0.0030514 max=0.19512 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.505 mas, bmaj=6.991 mas, bpa=-6.774 degrees ! Estimated noise=1551.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.147798 Jy ! Component: 100 - total flux cleaned = 0.186721 Jy ! Component: 150 - total flux cleaned = 0.206783 Jy ! Component: 200 - total flux cleaned = 0.218316 Jy ! Total flux subtracted in 200 components = 0.218316 Jy ! Clean residual min=-0.004433 max=0.005776 Jy/beam ! Clean residual mean=-0.000002 rms=0.001156 Jy/beam ! Combined flux in latest and established models = 0.218316 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.218316 Jy ! Inverting map and beam ! Estimated beam: bmin=3.031 mas, bmaj=8.017 mas, bpa=-5.713 degrees ! Estimated noise=992.611 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.00893617 Jy ! Component: 100 - total flux cleaned = 0.0130323 Jy ! Component: 150 - total flux cleaned = 0.014425 Jy ! Component: 200 - total flux cleaned = 0.0143681 Jy ! Total flux subtracted in 200 components = 0.0143681 Jy ! Clean residual min=-0.002747 max=0.002389 Jy/beam ! Clean residual mean=-0.000004 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.232684 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 59 components and 0.232684 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.459 mas, bmaj=17.26 mas, bpa=-3.09 degrees ! Estimated noise=1264.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00021591 Jy ! Component: 100 - total flux cleaned = -0.000312226 Jy ! Component: 150 - total flux cleaned = -0.000393772 Jy ! Component: 200 - total flux cleaned = -0.000461799 Jy ! Total flux subtracted in 200 components = -0.000461799 Jy ! Clean residual min=-0.003082 max=0.002903 Jy/beam ! Clean residual mean=-0.000005 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.232222 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.93882e-05 Jy ! Component: 100 - total flux cleaned = -0.000194598 Jy ! Component: 150 - total flux cleaned = -0.000265072 Jy ! Component: 200 - total flux cleaned = -0.000329784 Jy ! Total flux subtracted in 200 components = -0.000329784 Jy ! Clean residual min=-0.002981 max=0.002943 Jy/beam ! Clean residual mean=-0.000005 rms=0.000842 Jy/beam ! Combined flux in latest and established models = 0.231893 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 81 components and 0.231893 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.031 mas, bmaj=8.017 mas, bpa=-5.713 degrees ! Estimated noise=992.611 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000127949 Jy ! Component: 100 - total flux cleaned = 6.22473e-05 Jy ! Component: 150 - total flux cleaned = -2.60201e-05 Jy ! Component: 200 - total flux cleaned = -8.03667e-05 Jy ! Total flux subtracted in 200 components = -8.03667e-05 Jy ! Clean residual min=-0.002691 max=0.002381 Jy/beam ! Clean residual mean=-0.000003 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.231812 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 93 components and 0.231812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097815Jy sigma=0.000665 ! Fit after self-cal, rms=0.097805Jy sigma=0.000665 wmodel J0932-2016_S_2017_06_15_pus_map.mod ! Writing 93 model components to file: J0932-2016_S_2017_06_15_pus_map.mod wobs J0932-2016_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0932-2016_S_2017_06_15_pus_uvs.fits wwins J0932-2016_S_2017_06_15_pus_map.win ! wwins: Wrote 2 windows to J0932-2016_S_2017_06_15_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.000725759 Jy ! Component: 100 - total flux cleaned = -0.000940755 Jy ! Component: 150 - total flux cleaned = -0.000901046 Jy ! Component: 200 - total flux cleaned = -0.000978718 Jy ! Component: 250 - total flux cleaned = -0.000831509 Jy ! Component: 300 - total flux cleaned = -0.000724406 Jy ! Component: 350 - total flux cleaned = -0.000620399 Jy ! Component: 400 - total flux cleaned = -0.000621015 Jy ! Component: 450 - total flux cleaned = -0.000621057 Jy ! Component: 500 - total flux cleaned = -0.000620811 Jy ! Component: 550 - total flux cleaned = -0.000620784 Jy ! Component: 600 - total flux cleaned = -0.000620662 Jy ! Component: 650 - total flux cleaned = -0.000559278 Jy ! Component: 700 - total flux cleaned = -0.000499938 Jy ! Component: 750 - total flux cleaned = -0.000499422 Jy ! Component: 800 - total flux cleaned = -0.000441715 Jy ! Component: 850 - total flux cleaned = -0.000357723 Jy ! Component: 900 - total flux cleaned = -0.000275106 Jy ! Component: 950 - total flux cleaned = -0.000220851 Jy ! Component: 1000 - total flux cleaned = -0.000220594 Jy ! Component: 1050 - total flux cleaned = -0.000193459 Jy ! Component: 1100 - total flux cleaned = -0.000141362 Jy ! Component: 1150 - total flux cleaned = -0.000115612 Jy ! Component: 1200 - total flux cleaned = -6.52943e-05 Jy ! Component: 1250 - total flux cleaned = -0.000139899 Jy ! Component: 1300 - total flux cleaned = -9.02956e-05 Jy ! Component: 1350 - total flux cleaned = -6.64738e-05 Jy ! Component: 1400 - total flux cleaned = -0.000161606 Jy ! Component: 1450 - total flux cleaned = -0.000208273 Jy ! Component: 1500 - total flux cleaned = -0.000254485 Jy ! Component: 1550 - total flux cleaned = -0.000323293 Jy ! Component: 1600 - total flux cleaned = -0.000414067 Jy ! Component: 1650 - total flux cleaned = -0.000481416 Jy ! Component: 1700 - total flux cleaned = -0.00052578 Jy ! Component: 1750 - total flux cleaned = -0.000635428 Jy ! Component: 1800 - total flux cleaned = -0.0007434 Jy ! Component: 1850 - total flux cleaned = -0.000850528 Jy ! Component: 1900 - total flux cleaned = -0.000913753 Jy ! Component: 1950 - total flux cleaned = -0.000955764 Jy ! Component: 2000 - total flux cleaned = -0.00110102 Jy ! Component: 2050 - total flux cleaned = -0.00116268 Jy ! Component: 2100 - total flux cleaned = -0.00126447 Jy ! Component: 2150 - total flux cleaned = -0.00138522 Jy ! Component: 2200 - total flux cleaned = -0.00140494 Jy ! Component: 2250 - total flux cleaned = -0.00152284 Jy ! Component: 2300 - total flux cleaned = -0.00156192 Jy ! Component: 2350 - total flux cleaned = -0.0016386 Jy ! Component: 2400 - total flux cleaned = -0.00165736 Jy ! Component: 2450 - total flux cleaned = -0.00175183 Jy ! Component: 2500 - total flux cleaned = -0.00182643 Jy ! Component: 2550 - total flux cleaned = -0.00191871 Jy ! Component: 2600 - total flux cleaned = -0.00197375 Jy ! Component: 2650 - total flux cleaned = -0.00204632 Jy ! Component: 2700 - total flux cleaned = -0.00213614 Jy ! Component: 2750 - total flux cleaned = -0.00222505 Jy ! Component: 2800 - total flux cleaned = -0.0022424 Jy ! Component: 2850 - total flux cleaned = -0.0023472 Jy ! Component: 2900 - total flux cleaned = -0.00236443 Jy ! Component: 2950 - total flux cleaned = -0.00248441 Jy ! Component: 3000 - total flux cleaned = -0.00248446 Jy ! Component: 3050 - total flux cleaned = -0.00255189 Jy ! Component: 3100 - total flux cleaned = -0.00255211 Jy ! Component: 3150 - total flux cleaned = -0.00258529 Jy ! Component: 3200 - total flux cleaned = -0.00266727 Jy ! Component: 3250 - total flux cleaned = -0.00266734 Jy ! Component: 3300 - total flux cleaned = -0.00273172 Jy ! Component: 3350 - total flux cleaned = -0.00276377 Jy ! Component: 3400 - total flux cleaned = -0.00279536 Jy ! Component: 3450 - total flux cleaned = -0.00287404 Jy ! Component: 3500 - total flux cleaned = -0.00292091 Jy ! Component: 3550 - total flux cleaned = -0.00299812 Jy ! Component: 3600 - total flux cleaned = -0.00305941 Jy ! Component: 3650 - total flux cleaned = -0.00313566 Jy ! Component: 3700 - total flux cleaned = -0.00321108 Jy ! Component: 3750 - total flux cleaned = -0.00327113 Jy ! Component: 3800 - total flux cleaned = -0.00328598 Jy ! Component: 3850 - total flux cleaned = -0.00333038 Jy ! Component: 3900 - total flux cleaned = -0.00337459 Jy ! Component: 3950 - total flux cleaned = -0.00341832 Jy ! Component: 4000 - total flux cleaned = -0.00351979 Jy ! Component: 4050 - total flux cleaned = -0.00359188 Jy ! Total flux subtracted in 4096 components = -0.00360615 Jy ! Clean residual min=-0.000804 max=0.000820 Jy/beam ! Clean residual mean=-0.000000 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 0.228206 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 381 components and 0.228206 Jy ![Exited script file: muppet] wmap "J0932-2016_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.031 x 8.017 at -5.713 degrees (North through East) ! Clean map min=-0.0026292 max=0.197 Jy/beam ! Writing clean map to FITS file: J0932-2016_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.197 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00026193 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.398879 0.398879 0.797758 1.59552 3.19103 6.38206 12.7641 25.5282 51.0565 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.196 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.031 x 8.017 at -5.713 degrees (North through East) ! Clean map min=-0.0026292 max=0.197 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 J0932-2016_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:16:12 2019