! Started logfile: J0035-0835_S_2017_05_27_pus_uvs.log on Fri May 3 10:52:50 2019 obs J0035-0835_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J0035-0835_S_2017_05_27_pus_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.907556 visibilities/baseline/integration-bin. ! Found source: J0035-0835 ! ! 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 1211 lines of history. ! ! Reading 12252 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 J0035-0835_S_2017_05_27_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 424 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.976770Jy sigma=0.009761 ! Fit after self-cal, rms=0.941126Jy sigma=0.009582 ! 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.706 mas, bmaj=6.754 mas, bpa=-3.429 degrees ! Estimated noise=1266.55 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.0449509 Jy ! Component: 100 - total flux cleaned = 0.0548588 Jy ! Total flux subtracted in 100 components = 0.0548588 Jy ! Clean residual min=-0.006294 max=0.006796 Jy/beam ! Clean residual mean=0.000006 rms=0.001450 Jy/beam ! Combined flux in latest and established models = 0.0548588 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0548588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121367Jy sigma=0.000765 ! Fit after self-cal, rms=0.121238Jy sigma=0.000759 ! 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.337 mas, bmaj=7.946 mas, bpa=-1.872 degrees ! Estimated noise=921.164 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-3, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00742341 Jy ! Component: 100 - total flux cleaned = 0.00993355 Jy ! Component: 150 - total flux cleaned = 0.0112616 Jy ! Component: 200 - total flux cleaned = 0.0121799 Jy ! Total flux subtracted in 200 components = 0.0121799 Jy ! Clean residual min=-0.005280 max=0.004309 Jy/beam ! Clean residual mean=0.000012 rms=0.001195 Jy/beam ! Combined flux in latest and established models = 0.0670386 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 24 components and 0.0670386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120877Jy sigma=0.000740 ! Fit after self-cal, rms=0.120499Jy sigma=0.000739 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 0.85 HN 0.94 KP 1.07 ! LA 0.94 MK 1.38 NL 0.99 OV 1.00 ! PT 1.04 SC 0.88 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 4.50 FD 0.96 HN 1.30 KP 1.08 ! LA 1.00 MK 0.95 NL 1.00 OV 1.11 ! PT 1.05 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.55 FD 0.87 HN 0.99 KP 0.96 ! LA 0.98 MK 0.91 NL 0.99 OV 0.86 ! PT 1.01 SC 0.97 ! ! ! Correcting IF 4. ! A total of 42 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.76 HN 0.90 KP 1.00* ! LA 0.74 MK 1.07 NL 1.00* OV 1.00* ! PT 0.84 SC 1.00* ! ! ! Fit before self-cal, rms=0.120499Jy sigma=0.000739 ! Fit after self-cal, rms=0.100403Jy sigma=0.000689 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.327 mas, bmaj=8.172 mas, bpa=-2.092 degrees ! Estimated noise=961.508 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.00107431 Jy ! Component: 100 - total flux cleaned = 0.00136026 Jy ! Component: 150 - total flux cleaned = 0.0015544 Jy ! Component: 200 - total flux cleaned = 0.0017705 Jy ! Total flux subtracted in 200 components = 0.0017705 Jy ! Clean residual min=-0.003592 max=0.003204 Jy/beam ! Clean residual mean=0.000010 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.0688092 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 45 components and 0.0688092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100325Jy sigma=0.000689 ! Fit after self-cal, rms=0.099789Jy sigma=0.000685 ! 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.099789Jy sigma=0.000685 ! Fit after self-cal, rms=0.096949Jy sigma=0.000679 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.35 mas, bmaj=8.171 mas, bpa=-1.872 degrees ! Estimated noise=944.154 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000286613 Jy ! Component: 100 - total flux cleaned = 0.000438747 Jy ! Component: 150 - total flux cleaned = 0.000468447 Jy ! Component: 200 - total flux cleaned = 0.000442525 Jy ! Total flux subtracted in 200 components = 0.000442525 Jy ! Clean residual min=-0.002497 max=0.002441 Jy/beam ! Clean residual mean=0.000001 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.0692517 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 62 components and 0.0692517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096915Jy sigma=0.000679 ! Fit after self-cal, rms=0.097029Jy 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 = 0.000802944 Jy ! Component: 100 - total flux cleaned = 0.000908334 Jy ! Component: 150 - total flux cleaned = 0.000931728 Jy ! Component: 200 - total flux cleaned = 0.000931949 Jy ! Total flux subtracted in 200 components = 0.000931949 Jy ! Clean residual min=-0.002507 max=0.002515 Jy/beam ! Clean residual mean=0.000002 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.0701836 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 70 components and 0.0701836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097012Jy sigma=0.000678 ! Fit after self-cal, rms=0.097013Jy sigma=0.000678 ! 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.097013Jy sigma=0.000678 ! Fit after self-cal, rms=0.099634Jy sigma=0.000678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.355 mas, bmaj=8.173 mas, bpa=-1.869 degrees ! Estimated noise=946.479 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000260284 Jy ! Component: 100 - total flux cleaned = 0.000210637 Jy ! Component: 150 - total flux cleaned = 0.000187776 Jy ! Component: 200 - total flux cleaned = 0.000168264 Jy ! Total flux subtracted in 200 components = 0.000168264 Jy ! Clean residual min=-0.002505 max=0.002459 Jy/beam ! Clean residual mean=0.000001 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.0703519 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 75 components and 0.0703519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099616Jy sigma=0.000678 ! Fit after self-cal, rms=0.099669Jy 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 = 0.000121051 Jy ! Component: 100 - total flux cleaned = 0.000121123 Jy ! Component: 150 - total flux cleaned = 0.000140519 Jy ! Component: 200 - total flux cleaned = 0.00015795 Jy ! Total flux subtracted in 200 components = 0.00015795 Jy ! Clean residual min=-0.002515 max=0.002456 Jy/beam ! Clean residual mean=0.000001 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.0705098 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 80 components and 0.0705098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099659Jy sigma=0.000678 ! Fit after self-cal, rms=0.099660Jy sigma=0.000678 ! 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.099660Jy sigma=0.000678 ! Fit after self-cal, rms=0.100500Jy sigma=0.000678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.665 mas, bmaj=14.49 mas, bpa=0.3643 degrees ! Estimated noise=1155.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.2014e-05 Jy ! Component: 100 - total flux cleaned = 5.92719e-05 Jy ! Component: 150 - total flux cleaned = 5.75444e-05 Jy ! Component: 200 - total flux cleaned = 5.70422e-05 Jy ! Total flux subtracted in 200 components = 5.70422e-05 Jy ! Clean residual min=-0.002963 max=0.002754 Jy/beam ! Clean residual mean=0.000001 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.0705669 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 97 components and 0.0705669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100491Jy sigma=0.000678 ! Fit after self-cal, rms=0.100510Jy 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 = 2.85961e-05 Jy ! Component: 100 - total flux cleaned = 3.01893e-05 Jy ! Component: 150 - total flux cleaned = 4.39513e-05 Jy ! Component: 200 - total flux cleaned = 4.40364e-05 Jy ! Total flux subtracted in 200 components = 4.40364e-05 Jy ! Clean residual min=-0.002992 max=0.002765 Jy/beam ! Clean residual mean=0.000001 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.0706109 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 101 components and 0.0706109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100506Jy sigma=0.000678 ! Fit after self-cal, rms=0.100506Jy 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.355 mas, bmaj=8.172 mas, bpa=-1.958 degrees ! Estimated noise=946.664 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.355 x 8.172 at -1.958 degrees (North through East) ! Clean map min=-0.0025255 max=0.055654 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.724 mas, bmaj=6.8 mas, bpa=-3.138 degrees ! Estimated noise=1273.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0459716 Jy ! Component: 100 - total flux cleaned = 0.0570008 Jy ! Component: 150 - total flux cleaned = 0.0619387 Jy ! Component: 200 - total flux cleaned = 0.0650056 Jy ! Total flux subtracted in 200 components = 0.0650056 Jy ! Clean residual min=-0.003209 max=0.003412 Jy/beam ! Clean residual mean=0.000002 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.0650056 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0650056 Jy ! Inverting map and beam ! Estimated beam: bmin=3.355 mas, bmaj=8.172 mas, bpa=-1.958 degrees ! Estimated noise=946.664 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.00232074 Jy ! Component: 100 - total flux cleaned = 0.0029494 Jy ! Component: 150 - total flux cleaned = 0.0035051 Jy ! Component: 200 - total flux cleaned = 0.00399355 Jy ! Total flux subtracted in 200 components = 0.00399355 Jy ! Clean residual min=-0.002602 max=0.002641 Jy/beam ! Clean residual mean=0.000002 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.0689992 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 51 components and 0.0689992 Jy ! Inverting map ! Added new window around map position (84.5, -30). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00228849 Jy ! Component: 100 - total flux cleaned = 0.00294279 Jy ! Component: 150 - total flux cleaned = 0.0034093 Jy ! Component: 200 - total flux cleaned = 0.00367443 Jy ! Total flux subtracted in 200 components = 0.00367443 Jy ! Clean residual min=-0.002426 max=0.002248 Jy/beam ! Clean residual mean=0.000001 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.0726736 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 70 components and 0.0726736 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.665 mas, bmaj=14.49 mas, bpa=0.3643 degrees ! Estimated noise=1155.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000425032 Jy ! Component: 100 - total flux cleaned = 0.000660256 Jy ! Component: 150 - total flux cleaned = 0.000835005 Jy ! Component: 200 - total flux cleaned = 0.00103306 Jy ! Total flux subtracted in 200 components = 0.00103306 Jy ! Clean residual min=-0.002820 max=0.002783 Jy/beam ! Clean residual mean=0.000001 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.0737067 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 = 9.89446e-05 Jy ! Component: 100 - total flux cleaned = 0.000207774 Jy ! Component: 150 - total flux cleaned = 0.000291585 Jy ! Component: 200 - total flux cleaned = 0.000370152 Jy ! Total flux subtracted in 200 components = 0.000370152 Jy ! Clean residual min=-0.002812 max=0.002831 Jy/beam ! Clean residual mean=0.000001 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.0740768 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 116 components and 0.0740768 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.355 mas, bmaj=8.172 mas, bpa=-1.958 degrees ! Estimated noise=946.664 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.63093e-05 Jy ! Component: 100 - total flux cleaned = -9.78038e-05 Jy ! Component: 150 - total flux cleaned = -0.000125517 Jy ! Component: 200 - total flux cleaned = -9.69185e-05 Jy ! Total flux subtracted in 200 components = -9.69185e-05 Jy ! Clean residual min=-0.002443 max=0.002267 Jy/beam ! Clean residual mean=0.000001 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.0739799 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 129 components and 0.0739799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100448Jy sigma=0.000677 ! Fit after self-cal, rms=0.100428Jy sigma=0.000677 wmodel J0035-0835_S_2017_05_27_pus_map.mod ! Writing 129 model components to file: J0035-0835_S_2017_05_27_pus_map.mod wobs J0035-0835_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J0035-0835_S_2017_05_27_pus_uvs.fits wwins J0035-0835_S_2017_05_27_pus_map.win ! wwins: Wrote 3 windows to J0035-0835_S_2017_05_27_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000582277 Jy ! Component: 100 - total flux cleaned = -0.000663834 Jy ! Component: 150 - total flux cleaned = -0.000434407 Jy ! Component: 200 - total flux cleaned = -0.000323742 Jy ! Component: 250 - total flux cleaned = -0.000216409 Jy ! Component: 300 - total flux cleaned = -4.49959e-05 Jy ! Component: 350 - total flux cleaned = 5.45649e-05 Jy ! Component: 400 - total flux cleaned = 0.000183144 Jy ! Component: 450 - total flux cleaned = 0.000277744 Jy ! Component: 500 - total flux cleaned = 0.000339555 Jy ! Component: 550 - total flux cleaned = 0.000429919 Jy ! Component: 600 - total flux cleaned = 0.000459805 Jy ! Component: 650 - total flux cleaned = 0.000575558 Jy ! Component: 700 - total flux cleaned = 0.00074458 Jy ! Component: 750 - total flux cleaned = 0.000882581 Jy ! Component: 800 - total flux cleaned = 0.00104501 Jy ! Component: 850 - total flux cleaned = 0.00117866 Jy ! Component: 900 - total flux cleaned = 0.00141334 Jy ! Component: 950 - total flux cleaned = 0.00154197 Jy ! Component: 1000 - total flux cleaned = 0.00179412 Jy ! Component: 1050 - total flux cleaned = 0.00189336 Jy ! Component: 1100 - total flux cleaned = 0.00206505 Jy ! Component: 1150 - total flux cleaned = 0.00218621 Jy ! Component: 1200 - total flux cleaned = 0.00225768 Jy ! Component: 1250 - total flux cleaned = 0.00237561 Jy ! Component: 1300 - total flux cleaned = 0.00244518 Jy ! Component: 1350 - total flux cleaned = 0.00251383 Jy ! Component: 1400 - total flux cleaned = 0.00253617 Jy ! Component: 1450 - total flux cleaned = 0.00251363 Jy ! Component: 1500 - total flux cleaned = 0.00253583 Jy ! Component: 1550 - total flux cleaned = 0.00257931 Jy ! Component: 1600 - total flux cleaned = 0.00251434 Jy ! Component: 1650 - total flux cleaned = 0.00257824 Jy ! Component: 1700 - total flux cleaned = 0.00257866 Jy ! Component: 1750 - total flux cleaned = 0.0025784 Jy ! Component: 1800 - total flux cleaned = 0.00257833 Jy ! Component: 1850 - total flux cleaned = 0.00255788 Jy ! Component: 1900 - total flux cleaned = 0.00255761 Jy ! Component: 1950 - total flux cleaned = 0.00257747 Jy ! Component: 2000 - total flux cleaned = 0.00245878 Jy ! Component: 2050 - total flux cleaned = 0.00249806 Jy ! Component: 2100 - total flux cleaned = 0.00245905 Jy ! Component: 2150 - total flux cleaned = 0.00238226 Jy ! Component: 2200 - total flux cleaned = 0.0023249 Jy ! Component: 2250 - total flux cleaned = 0.00236271 Jy ! Component: 2300 - total flux cleaned = 0.00236256 Jy ! Component: 2350 - total flux cleaned = 0.00234368 Jy ! Component: 2400 - total flux cleaned = 0.00238059 Jy ! Component: 2450 - total flux cleaned = 0.00232578 Jy ! Component: 2500 - total flux cleaned = 0.00232574 Jy ! Component: 2550 - total flux cleaned = 0.00228991 Jy ! Component: 2600 - total flux cleaned = 0.00234314 Jy ! Component: 2650 - total flux cleaned = 0.00234289 Jy ! Component: 2700 - total flux cleaned = 0.00236046 Jy ! Component: 2750 - total flux cleaned = 0.00232549 Jy ! Component: 2800 - total flux cleaned = 0.00239439 Jy ! Component: 2850 - total flux cleaned = 0.00241146 Jy ! Component: 2900 - total flux cleaned = 0.00239429 Jy ! Component: 2950 - total flux cleaned = 0.00242798 Jy ! Component: 3000 - total flux cleaned = 0.00251157 Jy ! Component: 3050 - total flux cleaned = 0.00251157 Jy ! Component: 3100 - total flux cleaned = 0.00254465 Jy ! Component: 3150 - total flux cleaned = 0.00259391 Jy ! Component: 3200 - total flux cleaned = 0.00265905 Jy ! Component: 3250 - total flux cleaned = 0.00270755 Jy ! Component: 3300 - total flux cleaned = 0.0027076 Jy ! Component: 3350 - total flux cleaned = 0.00275543 Jy ! Component: 3400 - total flux cleaned = 0.00273972 Jy ! Component: 3450 - total flux cleaned = 0.00277118 Jy ! Component: 3500 - total flux cleaned = 0.00284932 Jy ! Component: 3550 - total flux cleaned = 0.00289599 Jy ! Component: 3600 - total flux cleaned = 0.00286524 Jy ! Component: 3650 - total flux cleaned = 0.00295745 Jy ! Component: 3700 - total flux cleaned = 0.00295734 Jy ! Component: 3750 - total flux cleaned = 0.00300295 Jy ! Component: 3800 - total flux cleaned = 0.00307842 Jy ! Component: 3850 - total flux cleaned = 0.00312352 Jy ! Component: 3900 - total flux cleaned = 0.00313831 Jy ! Component: 3950 - total flux cleaned = 0.00316784 Jy ! Component: 4000 - total flux cleaned = 0.00319741 Jy ! Component: 4050 - total flux cleaned = 0.00327055 Jy ! Total flux subtracted in 4096 components = 0.00324141 Jy ! Clean residual min=-0.000777 max=0.000727 Jy/beam ! Clean residual mean=0.000001 rms=0.000265 Jy/beam ! Combined flux in latest and established models = 0.0772213 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 403 components and 0.0772213 Jy ![Exited script file: muppet] wmap "J0035-0835_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.355 x 8.172 at -1.958 degrees (North through East) ! Clean map min=-0.0021687 max=0.056755 Jy/beam ! Writing clean map to FITS file: J0035-0835_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0567554 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000260872 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.37893 1.37893 2.75786 5.51572 11.0314 22.0629 44.1258 88.2515 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.056 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.355 x 8.172 at -1.958 degrees (North through East) ! Clean map min=-0.0021687 max=0.056755 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 J0035-0835_S_2017_05_27_pus_uvs.log closed on Fri May 3 10:52:54 2019