! Started logfile: J0739-2420_S_2017_02_24_pus_uvs.log on Sat May 4 11:21:59 2019 obs J0739-2420_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0739-2420_S_2017_02_24_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.869591 visibilities/baseline/integration-bin. ! Found source: J0739-2420 ! ! 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 823 lines of history. ! ! Reading 11896 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 J0739-2420_S_2017_02_24_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 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 281 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.953651Jy sigma=0.006477 ! Fit after self-cal, rms=0.923145Jy sigma=0.006312 ! 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.779 mas, bmaj=8.365 mas, bpa=2.086 degrees ! Estimated noise=1604.98 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.059654 Jy ! Component: 100 - total flux cleaned = 0.076604 Jy ! Total flux subtracted in 100 components = 0.076604 Jy ! Clean residual min=-0.004302 max=0.007607 Jy/beam ! Clean residual mean=-0.000018 rms=0.001238 Jy/beam ! Combined flux in latest and established models = 0.076604 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.076604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105846Jy sigma=0.000675 ! Fit after self-cal, rms=0.105555Jy sigma=0.000674 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00899097 Jy ! Component: 100 - total flux cleaned = 0.0138841 Jy ! Total flux subtracted in 100 components = 0.0138841 Jy ! Clean residual min=-0.003960 max=0.004023 Jy/beam ! Clean residual mean=-0.000004 rms=0.000970 Jy/beam ! Combined flux in latest and established models = 0.0904881 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 22 components and 0.0904881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104589Jy sigma=0.000667 ! Fit after self-cal, rms=0.104592Jy sigma=0.000666 ! 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.415 mas, bmaj=9.747 mas, bpa=0.8142 degrees ! Estimated noise=1037.19 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.00447736 Jy ! Component: 100 - total flux cleaned = 0.00666847 Jy ! Component: 150 - total flux cleaned = 0.00780932 Jy ! Component: 200 - total flux cleaned = 0.00841324 Jy ! Total flux subtracted in 200 components = 0.00841324 Jy ! Clean residual min=-0.003512 max=0.003024 Jy/beam ! Clean residual mean=0.000016 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.0989013 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 55 components and 0.0989013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104397Jy sigma=0.000665 ! Fit after self-cal, rms=0.104417Jy sigma=0.000665 ! 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.96 FD 1.02 HN 1.04 KP 1.02 ! LA 0.95 MK 1.48 NL 0.96 OV 1.05 ! PT 1.08 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 1.13 KP 0.93 ! LA 0.92 MK 0.82 NL 1.03 OV 1.05 ! PT 1.03 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.95 HN 1.04 KP 1.04 ! LA 0.98 MK 0.90 NL 1.08 OV 1.01 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.94 HN 0.85 KP 1.00* ! LA 0.87 MK 1.23 NL 1.00* OV 1.04 ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.104417Jy sigma=0.000665 ! Fit after self-cal, rms=0.105648Jy sigma=0.000663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.426 mas, bmaj=9.786 mas, bpa=1.057 degrees ! Estimated noise=1039.84 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.000345488 Jy ! Component: 100 - total flux cleaned = -0.000346433 Jy ! Component: 150 - total flux cleaned = -0.000365178 Jy ! Component: 200 - total flux cleaned = -0.000365061 Jy ! Total flux subtracted in 200 components = -0.000365061 Jy ! Clean residual min=-0.002747 max=0.002537 Jy/beam ! Clean residual mean=0.000011 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.0985363 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 59 components and 0.0985363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105639Jy sigma=0.000663 ! Fit after self-cal, rms=0.105657Jy sigma=0.000663 ! 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.105657Jy sigma=0.000663 ! Fit after self-cal, rms=0.106487Jy sigma=0.000662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.426 mas, bmaj=9.785 mas, bpa=1.176 degrees ! Estimated noise=1038.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000163915 Jy ! Component: 100 - total flux cleaned = -0.000218883 Jy ! Component: 150 - total flux cleaned = -0.000268108 Jy ! Component: 200 - total flux cleaned = -0.000302106 Jy ! Total flux subtracted in 200 components = -0.000302106 Jy ! Clean residual min=-0.002521 max=0.002449 Jy/beam ! Clean residual mean=0.000003 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.0982342 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 65 components and 0.0982342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106482Jy sigma=0.000662 ! Fit after self-cal, rms=0.106532Jy sigma=0.000662 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.14738e-05 Jy ! Component: 100 - total flux cleaned = -7.57177e-05 Jy ! Component: 150 - total flux cleaned = -0.000117894 Jy ! Component: 200 - total flux cleaned = -0.0001375 Jy ! Total flux subtracted in 200 components = -0.0001375 Jy ! Clean residual min=-0.002546 max=0.002367 Jy/beam ! Clean residual mean=0.000004 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.0980967 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 67 components and 0.0980967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106529Jy sigma=0.000662 ! Fit after self-cal, rms=0.106529Jy sigma=0.000662 ! 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.106529Jy sigma=0.000662 ! Fit after self-cal, rms=0.106743Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.423 mas, bmaj=9.769 mas, bpa=1.211 degrees ! Estimated noise=1037.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000165487 Jy ! Component: 100 - total flux cleaned = -0.000215878 Jy ! Component: 150 - total flux cleaned = -0.000249739 Jy ! Component: 200 - total flux cleaned = -0.000291397 Jy ! Total flux subtracted in 200 components = -0.000291397 Jy ! Clean residual min=-0.002546 max=0.002371 Jy/beam ! Clean residual mean=0.000002 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.0978053 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 69 components and 0.0978053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106739Jy sigma=0.000662 ! Fit after self-cal, rms=0.106754Jy sigma=0.000662 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 = -9.35942e-06 Jy ! Component: 100 - total flux cleaned = -3.98872e-05 Jy ! Component: 150 - total flux cleaned = -7.7961e-05 Jy ! Component: 200 - total flux cleaned = -9.57246e-05 Jy ! Total flux subtracted in 200 components = -9.57246e-05 Jy ! Clean residual min=-0.002561 max=0.002353 Jy/beam ! Clean residual mean=0.000002 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.0977095 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 70 components and 0.0977095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106751Jy sigma=0.000662 ! Fit after self-cal, rms=0.106751Jy sigma=0.000662 ! 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.106751Jy sigma=0.000662 ! Fit after self-cal, rms=0.106793Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.063 mas, bmaj=19.04 mas, bpa=2.097 degrees ! Estimated noise=1249.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000124762 Jy ! Component: 100 - total flux cleaned = 0.000140905 Jy ! Component: 150 - total flux cleaned = 0.000147756 Jy ! Component: 200 - total flux cleaned = 0.000147782 Jy ! Total flux subtracted in 200 components = 0.000147782 Jy ! Clean residual min=-0.002443 max=0.002739 Jy/beam ! Clean residual mean=0.000006 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.0978573 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 79 components and 0.0978573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106794Jy sigma=0.000662 ! Fit after self-cal, rms=0.106801Jy sigma=0.000662 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.96901e-06 Jy ! Component: 100 - total flux cleaned = 1.27867e-05 Jy ! Component: 150 - total flux cleaned = 1.88189e-05 Jy ! Component: 200 - total flux cleaned = 1.87689e-05 Jy ! Total flux subtracted in 200 components = 1.87689e-05 Jy ! Clean residual min=-0.002448 max=0.002738 Jy/beam ! Clean residual mean=0.000006 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.0978761 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 81 components and 0.0978761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106803Jy sigma=0.000662 ! Fit after self-cal, rms=0.106803Jy sigma=0.000662 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.421 mas, bmaj=9.754 mas, bpa=1.229 degrees ! Estimated noise=1036.76 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.421 x 9.754 at 1.229 degrees (North through East) ! Clean map min=-0.0024117 max=0.080781 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.762 mas, bmaj=8.379 mas, bpa=2.735 degrees ! Estimated noise=1613.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0594969 Jy ! Component: 100 - total flux cleaned = 0.0776088 Jy ! Component: 150 - total flux cleaned = 0.0864555 Jy ! Component: 200 - total flux cleaned = 0.0912643 Jy ! Total flux subtracted in 200 components = 0.0912643 Jy ! Clean residual min=-0.004015 max=0.003699 Jy/beam ! Clean residual mean=-0.000008 rms=0.000889 Jy/beam ! Combined flux in latest and established models = 0.0912643 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0912643 Jy ! Inverting map and beam ! Estimated beam: bmin=3.421 mas, bmaj=9.754 mas, bpa=1.229 degrees ! Estimated noise=1036.76 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.00412127 Jy ! Component: 100 - total flux cleaned = 0.00569077 Jy ! Component: 150 - total flux cleaned = 0.00587879 Jy ! Component: 200 - total flux cleaned = 0.00602096 Jy ! Total flux subtracted in 200 components = 0.00602096 Jy ! Clean residual min=-0.002646 max=0.002407 Jy/beam ! Clean residual mean=0.000002 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.0972852 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 38 components and 0.0972852 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=8.063 mas, bmaj=19.04 mas, bpa=2.097 degrees ! Estimated noise=1249.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000549501 Jy ! Component: 100 - total flux cleaned = 0.000614309 Jy ! Component: 150 - total flux cleaned = 0.00062267 Jy ! Component: 200 - total flux cleaned = 0.000622115 Jy ! Total flux subtracted in 200 components = 0.000622115 Jy ! Clean residual min=-0.002459 max=0.002749 Jy/beam ! Clean residual mean=0.000006 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.0979074 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 = 2.49825e-07 Jy ! Component: 100 - total flux cleaned = 2.801e-07 Jy ! Component: 150 - total flux cleaned = 1.32754e-06 Jy ! Component: 200 - total flux cleaned = 7.82568e-06 Jy ! Total flux subtracted in 200 components = 7.82568e-06 Jy ! Clean residual min=-0.002454 max=0.002743 Jy/beam ! Clean residual mean=0.000006 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.0979152 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 45 components and 0.0979152 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.421 mas, bmaj=9.754 mas, bpa=1.229 degrees ! Estimated noise=1036.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000259025 Jy ! Component: 100 - total flux cleaned = -0.000358145 Jy ! Component: 150 - total flux cleaned = -0.000411555 Jy ! Component: 200 - total flux cleaned = -0.000460028 Jy ! Total flux subtracted in 200 components = -0.000460028 Jy ! Clean residual min=-0.002595 max=0.002417 Jy/beam ! Clean residual mean=0.000002 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.0974552 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 55 components and 0.0974551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106823Jy sigma=0.000662 ! Fit after self-cal, rms=0.106821Jy sigma=0.000662 wmodel J0739-2420_S_2017_02_24_pus_map.mod ! Writing 55 model components to file: J0739-2420_S_2017_02_24_pus_map.mod wobs J0739-2420_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0739-2420_S_2017_02_24_pus_uvs.fits wwins J0739-2420_S_2017_02_24_pus_map.win ! wwins: Wrote 1 windows to J0739-2420_S_2017_02_24_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.000198293 Jy ! Component: 100 - total flux cleaned = -0.000408487 Jy ! Component: 150 - total flux cleaned = -0.000568001 Jy ! Component: 200 - total flux cleaned = -0.000608116 Jy ! Component: 250 - total flux cleaned = -0.000681571 Jy ! Component: 300 - total flux cleaned = -0.000786999 Jy ! Component: 350 - total flux cleaned = -0.000821039 Jy ! Component: 400 - total flux cleaned = -0.0010202 Jy ! Component: 450 - total flux cleaned = -0.00111682 Jy ! Component: 500 - total flux cleaned = -0.001305 Jy ! Component: 550 - total flux cleaned = -0.00142698 Jy ! Component: 600 - total flux cleaned = -0.00142634 Jy ! Component: 650 - total flux cleaned = -0.00160341 Jy ! Component: 700 - total flux cleaned = -0.00168975 Jy ! Component: 750 - total flux cleaned = -0.0018323 Jy ! Component: 800 - total flux cleaned = -0.00197229 Jy ! Component: 850 - total flux cleaned = -0.00216512 Jy ! Component: 900 - total flux cleaned = -0.00235473 Jy ! Component: 950 - total flux cleaned = -0.0024883 Jy ! Component: 1000 - total flux cleaned = -0.002777 Jy ! Component: 1050 - total flux cleaned = -0.00285421 Jy ! Component: 1100 - total flux cleaned = -0.00303269 Jy ! Component: 1150 - total flux cleaned = -0.0032088 Jy ! Component: 1200 - total flux cleaned = -0.00335778 Jy ! Component: 1250 - total flux cleaned = -0.00350475 Jy ! Component: 1300 - total flux cleaned = -0.00365006 Jy ! Component: 1350 - total flux cleaned = -0.00379312 Jy ! Component: 1400 - total flux cleaned = -0.00386342 Jy ! Component: 1450 - total flux cleaned = -0.00393293 Jy ! Component: 1500 - total flux cleaned = -0.0040244 Jy ! Component: 1550 - total flux cleaned = -0.00402452 Jy ! Component: 1600 - total flux cleaned = -0.00411419 Jy ! Component: 1650 - total flux cleaned = -0.004203 Jy ! Component: 1700 - total flux cleaned = -0.00426884 Jy ! Component: 1750 - total flux cleaned = -0.0043778 Jy ! Component: 1800 - total flux cleaned = -0.00444247 Jy ! Component: 1850 - total flux cleaned = -0.00454897 Jy ! Component: 1900 - total flux cleaned = -0.00450657 Jy ! Component: 1950 - total flux cleaned = -0.00456926 Jy ! Component: 2000 - total flux cleaned = -0.00469329 Jy ! Component: 2050 - total flux cleaned = -0.00475475 Jy ! Component: 2100 - total flux cleaned = -0.00473465 Jy ! Component: 2150 - total flux cleaned = -0.00479509 Jy ! Component: 2200 - total flux cleaned = -0.00475524 Jy ! Component: 2250 - total flux cleaned = -0.00481462 Jy ! Component: 2300 - total flux cleaned = -0.00479524 Jy ! Component: 2350 - total flux cleaned = -0.00483407 Jy ! Component: 2400 - total flux cleaned = -0.00483409 Jy ! Component: 2450 - total flux cleaned = -0.0047958 Jy ! Component: 2500 - total flux cleaned = -0.00475802 Jy ! Component: 2550 - total flux cleaned = -0.00485212 Jy ! Component: 2600 - total flux cleaned = -0.00485194 Jy ! Component: 2650 - total flux cleaned = -0.004852 Jy ! Component: 2700 - total flux cleaned = -0.00485191 Jy ! Component: 2750 - total flux cleaned = -0.0048519 Jy ! Component: 2800 - total flux cleaned = -0.00490616 Jy ! Component: 2850 - total flux cleaned = -0.00485199 Jy ! Component: 2900 - total flux cleaned = -0.00494094 Jy ! Component: 2950 - total flux cleaned = -0.00497604 Jy ! Component: 3000 - total flux cleaned = -0.004941 Jy ! Component: 3050 - total flux cleaned = -0.00492386 Jy ! Component: 3100 - total flux cleaned = -0.00494115 Jy ! Component: 3150 - total flux cleaned = -0.00495833 Jy ! Component: 3200 - total flux cleaned = -0.00495824 Jy ! Component: 3250 - total flux cleaned = -0.0050256 Jy ! Component: 3300 - total flux cleaned = -0.00492486 Jy ! Component: 3350 - total flux cleaned = -0.00497486 Jy ! Component: 3400 - total flux cleaned = -0.00487542 Jy ! Component: 3450 - total flux cleaned = -0.00489184 Jy ! Component: 3500 - total flux cleaned = -0.00490803 Jy ! Component: 3550 - total flux cleaned = -0.00492424 Jy ! Component: 3600 - total flux cleaned = -0.0049082 Jy ! Component: 3650 - total flux cleaned = -0.00484414 Jy ! Component: 3700 - total flux cleaned = -0.00489169 Jy ! Component: 3750 - total flux cleaned = -0.00484439 Jy ! Component: 3800 - total flux cleaned = -0.00489116 Jy ! Component: 3850 - total flux cleaned = -0.00485989 Jy ! Component: 3900 - total flux cleaned = -0.00489076 Jy ! Component: 3950 - total flux cleaned = -0.00484446 Jy ! Component: 4000 - total flux cleaned = -0.00484447 Jy ! Component: 4050 - total flux cleaned = -0.0048444 Jy ! Total flux subtracted in 4096 components = -0.00485958 Jy ! Clean residual min=-0.000901 max=0.000981 Jy/beam ! Clean residual mean=0.000001 rms=0.000278 Jy/beam ! Combined flux in latest and established models = 0.0925955 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 333 components and 0.0925955 Jy ![Exited script file: muppet] wmap "J0739-2420_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.421 x 9.754 at 1.229 degrees (North through East) ! Clean map min=-0.0016806 max=0.080432 Jy/beam ! Writing clean map to FITS file: J0739-2420_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0804318 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000275439 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.02735 1.02735 2.0547 4.1094 8.21879 16.4376 32.8752 65.7504 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.08 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.421 x 9.754 at 1.229 degrees (North through East) ! Clean map min=-0.0016806 max=0.080432 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 J0739-2420_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:22:04 2019