! Started logfile: J0650-0840_S_2017_07_16_pus_uvs.log on Thu May 9 11:03:06 2019 obs J0650-0840_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J0650-0840_S_2017_07_16_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.723388 visibilities/baseline/integration-bin. ! Found source: J0650-0840 ! ! 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 815 lines of history. ! ! Reading 18620 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 J0650-0840_S_2017_07_16_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 240 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 229 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 206 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 973 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.853957Jy sigma=0.006696 ! Fit after self-cal, rms=0.824209Jy sigma=0.006464 ! 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.57 mas, bmaj=6.95 mas, bpa=-1.935 degrees ! Estimated noise=1123.16 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.135876 Jy ! Component: 100 - total flux cleaned = 0.170477 Jy ! Total flux subtracted in 100 components = 0.170477 Jy ! Clean residual min=-0.008894 max=0.025779 Jy/beam ! Clean residual mean=0.000015 rms=0.002696 Jy/beam ! Combined flux in latest and established models = 0.170477 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.170477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099960Jy sigma=0.000750 ! Fit after self-cal, rms=0.099895Jy sigma=0.000749 ! Inverting map ! Added new window around map position (3.5, -2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0238323 Jy ! Component: 100 - total flux cleaned = 0.0368653 Jy ! Total flux subtracted in 100 components = 0.0368653 Jy ! Clean residual min=-0.006755 max=0.007837 Jy/beam ! Clean residual mean=0.000009 rms=0.001819 Jy/beam ! Combined flux in latest and established models = 0.207343 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 22 components and 0.207343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093243Jy sigma=0.000695 ! Fit after self-cal, rms=0.093001Jy 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.045 mas, bmaj=7.734 mas, bpa=-1.161 degrees ! Estimated noise=768.372 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.0108858 Jy ! Component: 100 - total flux cleaned = 0.0162385 Jy ! Component: 150 - total flux cleaned = 0.0195214 Jy ! Component: 200 - total flux cleaned = 0.0215847 Jy ! Total flux subtracted in 200 components = 0.0215847 Jy ! Clean residual min=-0.006266 max=0.005058 Jy/beam ! Clean residual mean=0.000008 rms=0.001338 Jy/beam ! Combined flux in latest and established models = 0.228927 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 33 components and 0.228927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091719Jy sigma=0.000684 ! Fit after self-cal, rms=0.091665Jy 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 1.02 FD 1.00* HN 0.97 KP 1.02 ! LA 1.15 MK 1.00 NL 0.87 OV 1.00 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00* HN 1.02 KP 1.00 ! LA 0.95 MK 1.02 NL 1.05 OV 1.03 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.00* HN 1.00 KP 0.98 ! LA 0.98 MK 1.03 NL 1.03 OV 0.92 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! A total of 237 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.90 KP 1.00* ! LA 0.98 MK 0.98 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.091665Jy sigma=0.000683 ! Fit after self-cal, rms=0.090302Jy sigma=0.000678 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.057 mas, bmaj=7.713 mas, bpa=-0.7735 degrees ! Estimated noise=770.621 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.00102805 Jy ! Component: 100 - total flux cleaned = 0.000967431 Jy ! Component: 150 - total flux cleaned = 0.000866934 Jy ! Component: 200 - total flux cleaned = 0.000698084 Jy ! Total flux subtracted in 200 components = 0.000698084 Jy ! Clean residual min=-0.005883 max=0.004723 Jy/beam ! Clean residual mean=0.000013 rms=0.001311 Jy/beam ! Combined flux in latest and established models = 0.229625 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 43 components and 0.229625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090227Jy sigma=0.000677 ! Fit after self-cal, rms=0.090222Jy sigma=0.000677 ! 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.090222Jy sigma=0.000677 ! Fit after self-cal, rms=0.090905Jy sigma=0.000673 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.057 mas, bmaj=7.731 mas, bpa=-0.8037 degrees ! Estimated noise=769.964 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000283741 Jy ! Component: 100 - total flux cleaned = -0.000401294 Jy ! Component: 150 - total flux cleaned = -0.00049684 Jy ! Component: 200 - total flux cleaned = -0.000495387 Jy ! Total flux subtracted in 200 components = -0.000495387 Jy ! Clean residual min=-0.004962 max=0.004420 Jy/beam ! Clean residual mean=0.000001 rms=0.001209 Jy/beam ! Combined flux in latest and established models = 0.22913 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 50 components and 0.22913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090874Jy sigma=0.000673 ! Fit after self-cal, rms=0.090889Jy sigma=0.000673 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.4639e-05 Jy ! Component: 100 - total flux cleaned = -4.49245e-05 Jy ! Component: 150 - total flux cleaned = -0.000107203 Jy ! Component: 200 - total flux cleaned = -0.000146166 Jy ! Total flux subtracted in 200 components = -0.000146166 Jy ! Clean residual min=-0.005008 max=0.004398 Jy/beam ! Clean residual mean=0.000001 rms=0.001206 Jy/beam ! Combined flux in latest and established models = 0.228984 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 57 components and 0.228984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090878Jy sigma=0.000673 ! Fit after self-cal, rms=0.090875Jy sigma=0.000673 ! 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.090875Jy sigma=0.000673 ! Fit after self-cal, rms=0.089524Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.06 mas, bmaj=7.732 mas, bpa=-0.7794 degrees ! Estimated noise=768.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121334 Jy ! Component: 100 - total flux cleaned = 0.00118607 Jy ! Component: 150 - total flux cleaned = 0.00112899 Jy ! Component: 200 - total flux cleaned = 0.00109685 Jy ! Total flux subtracted in 200 components = 0.00109685 Jy ! Clean residual min=-0.001857 max=0.001767 Jy/beam ! Clean residual mean=0.000002 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.230081 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 67 components and 0.230081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089498Jy sigma=0.000653 ! Fit after self-cal, rms=0.089588Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000127946 Jy ! Component: 100 - total flux cleaned = 7.61124e-05 Jy ! Component: 150 - total flux cleaned = 3.07533e-05 Jy ! Component: 200 - total flux cleaned = -2.2738e-05 Jy ! Total flux subtracted in 200 components = -2.2738e-05 Jy ! Clean residual min=-0.001859 max=0.001736 Jy/beam ! Clean residual mean=0.000001 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.230058 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 74 components and 0.230058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089580Jy sigma=0.000653 ! Fit after self-cal, rms=0.089579Jy sigma=0.000653 ! 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.089579Jy sigma=0.000653 ! Fit after self-cal, rms=0.089666Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.967 mas, bmaj=13.45 mas, bpa=-0.8154 degrees ! Estimated noise=1011.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000318642 Jy ! Component: 100 - total flux cleaned = 0.000379612 Jy ! Component: 150 - total flux cleaned = 0.000432498 Jy ! Component: 200 - total flux cleaned = 0.000473458 Jy ! Total flux subtracted in 200 components = 0.000473458 Jy ! Clean residual min=-0.001688 max=0.001549 Jy/beam ! Clean residual mean=0.000004 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.230531 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 80 components and 0.230531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089664Jy sigma=0.000653 ! Fit after self-cal, rms=0.089663Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.32319e-05 Jy ! Component: 100 - total flux cleaned = 7.67035e-05 Jy ! Component: 150 - total flux cleaned = 0.000119022 Jy ! Component: 200 - total flux cleaned = 0.000145797 Jy ! Total flux subtracted in 200 components = 0.000145797 Jy ! Clean residual min=-0.001681 max=0.001526 Jy/beam ! Clean residual mean=0.000004 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.230677 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.230677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089663Jy sigma=0.000653 ! Fit after self-cal, rms=0.089662Jy sigma=0.000653 ! 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.062 mas, bmaj=7.735 mas, bpa=-0.809 degrees ! Estimated noise=768.738 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.062 x 7.735 at -0.809 degrees (North through East) ! Clean map min=-0.0017539 max=0.1748 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.587 mas, bmaj=7.005 mas, bpa=-1.985 degrees ! Estimated noise=1165.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.134096 Jy ! Component: 100 - total flux cleaned = 0.174141 Jy ! Component: 150 - total flux cleaned = 0.195059 Jy ! Component: 200 - total flux cleaned = 0.207489 Jy ! Total flux subtracted in 200 components = 0.207489 Jy ! Clean residual min=-0.004702 max=0.006521 Jy/beam ! Clean residual mean=0.000005 rms=0.001211 Jy/beam ! Combined flux in latest and established models = 0.207489 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.207489 Jy ! Inverting map and beam ! Estimated beam: bmin=3.062 mas, bmaj=7.735 mas, bpa=-0.809 degrees ! Estimated noise=768.738 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.00967715 Jy ! Component: 100 - total flux cleaned = 0.0148993 Jy ! Component: 150 - total flux cleaned = 0.0181583 Jy ! Component: 200 - total flux cleaned = 0.0202893 Jy ! Total flux subtracted in 200 components = 0.0202893 Jy ! Clean residual min=-0.001939 max=0.001929 Jy/beam ! Clean residual mean=0.000004 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.227778 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 44 components and 0.227778 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=6.967 mas, bmaj=13.45 mas, bpa=-0.8154 degrees ! Estimated noise=1011.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187216 Jy ! Component: 100 - total flux cleaned = 0.00268468 Jy ! Component: 150 - total flux cleaned = 0.00283799 Jy ! Component: 200 - total flux cleaned = 0.00289267 Jy ! Total flux subtracted in 200 components = 0.00289267 Jy ! Clean residual min=-0.001673 max=0.001468 Jy/beam ! Clean residual mean=0.000005 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.230671 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 = 4.27819e-05 Jy ! Component: 100 - total flux cleaned = 5.14203e-05 Jy ! Component: 150 - total flux cleaned = 5.17874e-05 Jy ! Component: 200 - total flux cleaned = 4.39075e-05 Jy ! Total flux subtracted in 200 components = 4.39075e-05 Jy ! Clean residual min=-0.001675 max=0.001480 Jy/beam ! Clean residual mean=0.000004 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.230715 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 60 components and 0.230715 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.062 mas, bmaj=7.735 mas, bpa=-0.809 degrees ! Estimated noise=768.738 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.09355e-05 Jy ! Component: 100 - total flux cleaned = -6.31658e-05 Jy ! Component: 150 - total flux cleaned = -0.000116906 Jy ! Component: 200 - total flux cleaned = -0.00016446 Jy ! Total flux subtracted in 200 components = -0.00016446 Jy ! Clean residual min=-0.001806 max=0.001837 Jy/beam ! Clean residual mean=0.000002 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.23055 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 65 components and 0.23055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089672Jy sigma=0.000653 ! Fit after self-cal, rms=0.089665Jy sigma=0.000653 wmodel J0650-0840_S_2017_07_16_pus_map.mod ! Writing 65 model components to file: J0650-0840_S_2017_07_16_pus_map.mod wobs J0650-0840_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J0650-0840_S_2017_07_16_pus_uvs.fits wwins J0650-0840_S_2017_07_16_pus_map.win ! wwins: Wrote 2 windows to J0650-0840_S_2017_07_16_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 = -7.33637e-05 Jy ! Component: 100 - total flux cleaned = -1.27124e-05 Jy ! Component: 150 - total flux cleaned = 7.38243e-05 Jy ! Component: 200 - total flux cleaned = 0.000242343 Jy ! Component: 250 - total flux cleaned = 0.000406203 Jy ! Component: 300 - total flux cleaned = 0.000538413 Jy ! Component: 350 - total flux cleaned = 0.000693503 Jy ! Component: 400 - total flux cleaned = 0.000920671 Jy ! Component: 450 - total flux cleaned = 0.00106889 Jy ! Component: 500 - total flux cleaned = 0.00126245 Jy ! Component: 550 - total flux cleaned = 0.00135712 Jy ! Component: 600 - total flux cleaned = 0.00152016 Jy ! Component: 650 - total flux cleaned = 0.00163395 Jy ! Component: 700 - total flux cleaned = 0.00174651 Jy ! Component: 750 - total flux cleaned = 0.00185696 Jy ! Component: 800 - total flux cleaned = 0.00194373 Jy ! Component: 850 - total flux cleaned = 0.00209285 Jy ! Component: 900 - total flux cleaned = 0.00221854 Jy ! Component: 950 - total flux cleaned = 0.00240372 Jy ! Component: 1000 - total flux cleaned = 0.00250541 Jy ! Component: 1050 - total flux cleaned = 0.00272513 Jy ! Component: 1100 - total flux cleaned = 0.00284273 Jy ! Component: 1150 - total flux cleaned = 0.00297796 Jy ! Component: 1200 - total flux cleaned = 0.00313052 Jy ! Component: 1250 - total flux cleaned = 0.00329988 Jy ! Component: 1300 - total flux cleaned = 0.00342968 Jy ! Component: 1350 - total flux cleaned = 0.00361253 Jy ! Component: 1400 - total flux cleaned = 0.00370265 Jy ! Component: 1450 - total flux cleaned = 0.00377413 Jy ! Component: 1500 - total flux cleaned = 0.00387954 Jy ! Component: 1550 - total flux cleaned = 0.00394911 Jy ! Component: 1600 - total flux cleaned = 0.00403493 Jy ! Component: 1650 - total flux cleaned = 0.00411961 Jy ! Component: 1700 - total flux cleaned = 0.0042033 Jy ! Component: 1750 - total flux cleaned = 0.00428614 Jy ! Component: 1800 - total flux cleaned = 0.00443271 Jy ! Component: 1850 - total flux cleaned = 0.00443267 Jy ! Component: 1900 - total flux cleaned = 0.00452821 Jy ! Component: 1950 - total flux cleaned = 0.00454377 Jy ! Component: 2000 - total flux cleaned = 0.00462162 Jy ! Component: 2050 - total flux cleaned = 0.00468306 Jy ! Component: 2100 - total flux cleaned = 0.00469829 Jy ! Component: 2150 - total flux cleaned = 0.00480341 Jy ! Component: 2200 - total flux cleaned = 0.00486244 Jy ! Component: 2250 - total flux cleaned = 0.00487701 Jy ! Component: 2300 - total flux cleaned = 0.00496421 Jy ! Component: 2350 - total flux cleaned = 0.00507874 Jy ! Component: 2400 - total flux cleaned = 0.00507879 Jy ! Component: 2450 - total flux cleaned = 0.00519105 Jy ! Component: 2500 - total flux cleaned = 0.00526042 Jy ! Component: 2550 - total flux cleaned = 0.00534269 Jy ! Component: 2600 - total flux cleaned = 0.0053561 Jy ! Component: 2650 - total flux cleaned = 0.00546405 Jy ! Component: 2700 - total flux cleaned = 0.00546404 Jy ! Component: 2750 - total flux cleaned = 0.00554322 Jy ! Component: 2800 - total flux cleaned = 0.00560853 Jy ! Component: 2850 - total flux cleaned = 0.00562165 Jy ! Component: 2900 - total flux cleaned = 0.00571162 Jy ! Component: 2950 - total flux cleaned = 0.00574974 Jy ! Component: 3000 - total flux cleaned = 0.00576235 Jy ! Component: 3050 - total flux cleaned = 0.00582474 Jy ! Component: 3100 - total flux cleaned = 0.00587438 Jy ! Component: 3150 - total flux cleaned = 0.00594799 Jy ! Component: 3200 - total flux cleaned = 0.00596027 Jy ! Component: 3250 - total flux cleaned = 0.0060688 Jy ! Component: 3300 - total flux cleaned = 0.00610452 Jy ! Component: 3350 - total flux cleaned = 0.00616381 Jy ! Component: 3400 - total flux cleaned = 0.00622259 Jy ! Component: 3450 - total flux cleaned = 0.00632749 Jy ! Component: 3500 - total flux cleaned = 0.00633902 Jy ! Component: 3550 - total flux cleaned = 0.00640803 Jy ! Component: 3600 - total flux cleaned = 0.00649919 Jy ! Component: 3650 - total flux cleaned = 0.00654437 Jy ! Component: 3700 - total flux cleaned = 0.00658919 Jy ! Component: 3750 - total flux cleaned = 0.00665605 Jy ! Component: 3800 - total flux cleaned = 0.00671142 Jy ! Component: 3850 - total flux cleaned = 0.00679934 Jy ! Component: 3900 - total flux cleaned = 0.0068212 Jy ! Component: 3950 - total flux cleaned = 0.00689708 Jy ! Component: 4000 - total flux cleaned = 0.00696173 Jy ! Component: 4050 - total flux cleaned = 0.0069939 Jy ! Total flux subtracted in 4096 components = 0.00705767 Jy ! Clean residual min=-0.000590 max=0.000732 Jy/beam ! Clean residual mean=0.000001 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.237608 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 363 components and 0.237608 Jy ![Exited script file: muppet] wmap "J0650-0840_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.062 x 7.735 at -0.809 degrees (North through East) ! Clean map min=-0.0011812 max=0.17499 Jy/beam ! Writing clean map to FITS file: J0650-0840_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.174987 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000191104 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.327632 0.327632 0.655264 1.31053 2.62106 5.24211 10.4842 20.9685 41.9369 83.8738 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.174 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.062 x 7.735 at -0.809 degrees (North through East) ! Clean map min=-0.0011812 max=0.17499 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 J0650-0840_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:03:11 2019