! Started logfile: J2118+2034_S_2017_10_09_pus_uvs.log on Sun May 12 13:20:46 2019 obs J2118+2034_S_2017_10_09_pus_uva.fits ! Reading UV FITS file: J2118+2034_S_2017_10_09_pus_uva.fits ! AN table 1: 145 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.76092 visibilities/baseline/integration-bin. ! Found source: J2118+2034 ! ! 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 496 lines of history. ! ! Reading 15888 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 J2118+2034_S_2017_10_09_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 217 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 275 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 159 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 670 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.878300Jy sigma=0.008077 ! Fit after self-cal, rms=0.867503Jy sigma=0.007984 ! 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=3.139 mas, bmaj=8.566 mas, bpa=-25.34 degrees ! Estimated noise=1464.69 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.103797 Jy ! Component: 100 - total flux cleaned = 0.148438 Jy ! Total flux subtracted in 100 components = 0.148438 Jy ! Clean residual min=-0.010481 max=0.021795 Jy/beam ! Clean residual mean=-0.000128 rms=0.003403 Jy/beam ! Combined flux in latest and established models = 0.148438 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.148438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096868Jy sigma=0.000795 ! Fit after self-cal, rms=0.096162Jy sigma=0.000790 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0249665 Jy ! Component: 100 - total flux cleaned = 0.0388961 Jy ! Total flux subtracted in 100 components = 0.0388961 Jy ! Clean residual min=-0.007470 max=0.011773 Jy/beam ! Clean residual mean=-0.000053 rms=0.002021 Jy/beam ! Combined flux in latest and established models = 0.187334 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 35 components and 0.187334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087555Jy sigma=0.000722 ! Fit after self-cal, rms=0.087452Jy sigma=0.000721 ! 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.644 mas, bmaj=9.004 mas, bpa=-23.54 degrees ! Estimated noise=728.521 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 (-6.5, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0140219 Jy ! Component: 100 - total flux cleaned = 0.0221978 Jy ! Component: 150 - total flux cleaned = 0.0275978 Jy ! Component: 200 - total flux cleaned = 0.0314052 Jy ! Total flux subtracted in 200 components = 0.0314052 Jy ! Clean residual min=-0.005125 max=0.005753 Jy/beam ! Clean residual mean=0.000005 rms=0.001292 Jy/beam ! Combined flux in latest and established models = 0.218739 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 70 components and 0.218739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084596Jy sigma=0.000700 ! Fit after self-cal, rms=0.084490Jy sigma=0.000699 ! 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.00 FD 0.94 HN 0.98 KP 1.08 ! LA 1.04 MK 0.98 NL 0.93 OV 1.00* ! PT 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.26 FD 1.01 HN 1.03 KP 1.01 ! LA 1.00 MK 1.07 NL 0.81 OV 1.00* ! PT 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.04 HN 1.00 KP 0.94 ! LA 0.81 MK 1.04 NL 1.19 OV 1.00* ! PT 0.97 ! ! ! 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.10 HN 0.95 KP 1.00* ! LA 0.77 MK 0.88 NL 1.00* OV 1.00* ! PT 1.03 ! ! ! Fit before self-cal, rms=0.084490Jy sigma=0.000699 ! Fit after self-cal, rms=0.080180Jy sigma=0.000680 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.656 mas, bmaj=9.11 mas, bpa=-23.34 degrees ! Estimated noise=728.773 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.00184194 Jy ! Component: 100 - total flux cleaned = -0.00199228 Jy ! Component: 150 - total flux cleaned = -0.00205611 Jy ! Component: 200 - total flux cleaned = -0.00193814 Jy ! Total flux subtracted in 200 components = -0.00193814 Jy ! Clean residual min=-0.003702 max=0.003611 Jy/beam ! Clean residual mean=0.000033 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 0.216801 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 95 components and 0.216801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080014Jy sigma=0.000678 ! Fit after self-cal, rms=0.079956Jy sigma=0.000678 ! 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.079956Jy sigma=0.000678 ! Fit after self-cal, rms=0.078626Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.619 mas, bmaj=9.149 mas, bpa=-23.12 degrees ! Estimated noise=722.086 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000911187 Jy ! Component: 100 - total flux cleaned = 0.000912177 Jy ! Component: 150 - total flux cleaned = 0.000912535 Jy ! Component: 200 - total flux cleaned = 0.000913123 Jy ! Total flux subtracted in 200 components = 0.000913123 Jy ! Clean residual min=-0.001889 max=0.001987 Jy/beam ! Clean residual mean=0.000019 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.217714 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 119 components and 0.217714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078585Jy sigma=0.000671 ! Fit after self-cal, rms=0.078614Jy sigma=0.000671 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.000169976 Jy ! Component: 100 - total flux cleaned = 0.000141905 Jy ! Component: 150 - total flux cleaned = 9.46212e-05 Jy ! Component: 200 - total flux cleaned = 3.10255e-05 Jy ! Total flux subtracted in 200 components = 3.10255e-05 Jy ! Clean residual min=-0.001845 max=0.001788 Jy/beam ! Clean residual mean=0.000020 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.217745 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 126 components and 0.217745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078597Jy sigma=0.000670 ! Fit after self-cal, rms=0.078596Jy sigma=0.000670 ! 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.078596Jy sigma=0.000670 ! Fit after self-cal, rms=0.078590Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.606 mas, bmaj=9.155 mas, bpa=-23.03 degrees ! Estimated noise=719.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000538568 Jy ! Component: 100 - total flux cleaned = 0.000539713 Jy ! Component: 150 - total flux cleaned = 0.000540865 Jy ! Component: 200 - total flux cleaned = 0.000540869 Jy ! Total flux subtracted in 200 components = 0.000540869 Jy ! Clean residual min=-0.001684 max=0.001643 Jy/beam ! Clean residual mean=0.000017 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.218286 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 131 components and 0.218286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078571Jy sigma=0.000670 ! Fit after self-cal, rms=0.078577Jy sigma=0.000670 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.000123697 Jy ! Component: 100 - total flux cleaned = 8.65006e-05 Jy ! Component: 150 - total flux cleaned = 2.03015e-05 Jy ! Component: 200 - total flux cleaned = -9.20661e-06 Jy ! Total flux subtracted in 200 components = -9.20661e-06 Jy ! Clean residual min=-0.001657 max=0.001649 Jy/beam ! Clean residual mean=0.000017 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.218277 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 139 components and 0.218277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078569Jy sigma=0.000670 ! Fit after self-cal, rms=0.078568Jy sigma=0.000670 ! 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.078568Jy sigma=0.000670 ! Fit after self-cal, rms=0.078586Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.487 mas, bmaj=10.75 mas, bpa=-18.62 degrees ! Estimated noise=888.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.69223e-05 Jy ! Component: 100 - total flux cleaned = 9.1353e-06 Jy ! Component: 150 - total flux cleaned = 5.83882e-05 Jy ! Component: 200 - total flux cleaned = 9.75177e-05 Jy ! Total flux subtracted in 200 components = 9.75177e-05 Jy ! Clean residual min=-0.001915 max=0.001809 Jy/beam ! Clean residual mean=0.000027 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.218374 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 159 components and 0.218374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078581Jy sigma=0.000670 ! Fit after self-cal, rms=0.078584Jy sigma=0.000670 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.12218e-05 Jy ! Component: 100 - total flux cleaned = 6.19157e-05 Jy ! Component: 150 - total flux cleaned = 0.000100846 Jy ! Component: 200 - total flux cleaned = 0.000126016 Jy ! Total flux subtracted in 200 components = 0.000126016 Jy ! Clean residual min=-0.001934 max=0.001816 Jy/beam ! Clean residual mean=0.000028 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.2185 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 178 components and 0.2185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078582Jy sigma=0.000670 ! Fit after self-cal, rms=0.078582Jy sigma=0.000670 ! 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.596 mas, bmaj=9.16 mas, bpa=-22.96 degrees ! Estimated noise=718.673 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.596 x 9.16 at -22.96 degrees (North through East) ! Clean map min=-0.0015244 max=0.12798 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=3.089 mas, bmaj=8.666 mas, bpa=-24.74 degrees ! Estimated noise=1427.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.102528 Jy ! Component: 100 - total flux cleaned = 0.148701 Jy ! Component: 150 - total flux cleaned = 0.1738 Jy ! Component: 200 - total flux cleaned = 0.188155 Jy ! Total flux subtracted in 200 components = 0.188155 Jy ! Clean residual min=-0.004816 max=0.007321 Jy/beam ! Clean residual mean=-0.000043 rms=0.001503 Jy/beam ! Combined flux in latest and established models = 0.188155 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.188155 Jy ! Inverting map and beam ! Estimated beam: bmin=3.596 mas, bmaj=9.16 mas, bpa=-22.96 degrees ! Estimated noise=718.673 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.0107647 Jy ! Component: 100 - total flux cleaned = 0.0172637 Jy ! Component: 150 - total flux cleaned = 0.0215902 Jy ! Component: 200 - total flux cleaned = 0.0246648 Jy ! Total flux subtracted in 200 components = 0.0246648 Jy ! Clean residual min=-0.002081 max=0.002049 Jy/beam ! Clean residual mean=0.000003 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.21282 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 70 components and 0.21282 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.487 mas, bmaj=10.75 mas, bpa=-18.62 degrees ! Estimated noise=888.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00308674 Jy ! Component: 100 - total flux cleaned = 0.00471964 Jy ! Component: 150 - total flux cleaned = 0.00513606 Jy ! Component: 200 - total flux cleaned = 0.00541027 Jy ! Total flux subtracted in 200 components = 0.00541027 Jy ! Clean residual min=-0.001797 max=0.001830 Jy/beam ! Clean residual mean=0.000027 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.21823 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 = 0.000120905 Jy ! Component: 100 - total flux cleaned = 0.000120415 Jy ! Component: 150 - total flux cleaned = 0.000101841 Jy ! Component: 200 - total flux cleaned = 0.000102857 Jy ! Total flux subtracted in 200 components = 0.000102857 Jy ! Clean residual min=-0.001784 max=0.001823 Jy/beam ! Clean residual mean=0.000028 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.218333 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 113 components and 0.218333 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.596 mas, bmaj=9.16 mas, bpa=-22.96 degrees ! Estimated noise=718.673 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.41056e-05 Jy ! Component: 100 - total flux cleaned = 4.12637e-05 Jy ! Component: 150 - total flux cleaned = 1.65189e-05 Jy ! Component: 200 - total flux cleaned = 1.70711e-05 Jy ! Total flux subtracted in 200 components = 1.70711e-05 Jy ! Clean residual min=-0.001710 max=0.001725 Jy/beam ! Clean residual mean=0.000015 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.21835 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 131 components and 0.21835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078595Jy sigma=0.000670 ! Fit after self-cal, rms=0.078586Jy sigma=0.000670 wmodel J2118+2034_S_2017_10_09_pus_map.mod ! Writing 131 model components to file: J2118+2034_S_2017_10_09_pus_map.mod wobs J2118+2034_S_2017_10_09_pus_uvs.fits ! Writing UV FITS file: J2118+2034_S_2017_10_09_pus_uvs.fits wwins J2118+2034_S_2017_10_09_pus_map.win ! wwins: Wrote 2 windows to J2118+2034_S_2017_10_09_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.000312259 Jy ! Component: 100 - total flux cleaned = 0.000561036 Jy ! Component: 150 - total flux cleaned = 0.00056013 Jy ! Component: 200 - total flux cleaned = 0.000607729 Jy ! Component: 250 - total flux cleaned = 0.000652514 Jy ! Component: 300 - total flux cleaned = 0.000717276 Jy ! Component: 350 - total flux cleaned = 0.000737989 Jy ! Component: 400 - total flux cleaned = 0.000738267 Jy ! Component: 450 - total flux cleaned = 0.000795919 Jy ! Component: 500 - total flux cleaned = 0.000721687 Jy ! Component: 550 - total flux cleaned = 0.000776406 Jy ! Component: 600 - total flux cleaned = 0.000706047 Jy ! Component: 650 - total flux cleaned = 0.000740565 Jy ! Component: 700 - total flux cleaned = 0.000756801 Jy ! Component: 750 - total flux cleaned = 0.000739899 Jy ! Component: 800 - total flux cleaned = 0.000755161 Jy ! Component: 850 - total flux cleaned = 0.00073882 Jy ! Component: 900 - total flux cleaned = 0.000724074 Jy ! Component: 950 - total flux cleaned = 0.000723967 Jy ! Component: 1000 - total flux cleaned = 0.000767668 Jy ! Component: 1050 - total flux cleaned = 0.000795966 Jy ! Component: 1100 - total flux cleaned = 0.000823662 Jy ! Component: 1150 - total flux cleaned = 0.000850904 Jy ! Component: 1200 - total flux cleaned = 0.000904462 Jy ! Component: 1250 - total flux cleaned = 0.000970362 Jy ! Component: 1300 - total flux cleaned = 0.00103455 Jy ! Component: 1350 - total flux cleaned = 0.00109795 Jy ! Component: 1400 - total flux cleaned = 0.00114744 Jy ! Component: 1450 - total flux cleaned = 0.00118402 Jy ! Component: 1500 - total flux cleaned = 0.00126818 Jy ! Component: 1550 - total flux cleaned = 0.00133918 Jy ! Component: 1600 - total flux cleaned = 0.00137428 Jy ! Component: 1650 - total flux cleaned = 0.00144317 Jy ! Component: 1700 - total flux cleaned = 0.00149966 Jy ! Component: 1750 - total flux cleaned = 0.00154429 Jy ! Component: 1800 - total flux cleaned = 0.0015882 Jy ! Component: 1850 - total flux cleaned = 0.0016425 Jy ! Component: 1900 - total flux cleaned = 0.00170648 Jy ! Component: 1950 - total flux cleaned = 0.00176964 Jy ! Component: 2000 - total flux cleaned = 0.00180066 Jy ! Component: 2050 - total flux cleaned = 0.00187237 Jy ! Component: 2100 - total flux cleaned = 0.00188244 Jy ! Component: 2150 - total flux cleaned = 0.00192237 Jy ! Component: 2200 - total flux cleaned = 0.00196185 Jy ! Component: 2250 - total flux cleaned = 0.00200096 Jy ! Component: 2300 - total flux cleaned = 0.00204912 Jy ! Component: 2350 - total flux cleaned = 0.00207768 Jy ! Component: 2400 - total flux cleaned = 0.00208718 Jy ! Component: 2450 - total flux cleaned = 0.00215243 Jy ! Component: 2500 - total flux cleaned = 0.00220766 Jy ! Component: 2550 - total flux cleaned = 0.00225316 Jy ! Component: 2600 - total flux cleaned = 0.00228024 Jy ! Component: 2650 - total flux cleaned = 0.00234277 Jy ! Component: 2700 - total flux cleaned = 0.00239572 Jy ! Component: 2750 - total flux cleaned = 0.00242192 Jy ! Component: 2800 - total flux cleaned = 0.00246509 Jy ! Component: 2850 - total flux cleaned = 0.00250793 Jy ! Component: 2900 - total flux cleaned = 0.00255892 Jy ! Component: 2950 - total flux cleaned = 0.00262617 Jy ! Component: 3000 - total flux cleaned = 0.00267602 Jy ! Component: 3050 - total flux cleaned = 0.00270899 Jy ! Component: 3100 - total flux cleaned = 0.00276624 Jy ! Component: 3150 - total flux cleaned = 0.00280673 Jy ! Component: 3200 - total flux cleaned = 0.0028389 Jy ! Component: 3250 - total flux cleaned = 0.00287078 Jy ! Component: 3300 - total flux cleaned = 0.00287082 Jy ! Component: 3350 - total flux cleaned = 0.00292583 Jy ! Component: 3400 - total flux cleaned = 0.0029492 Jy ! Component: 3450 - total flux cleaned = 0.00297233 Jy ! Component: 3500 - total flux cleaned = 0.00297999 Jy ! Component: 3550 - total flux cleaned = 0.00301047 Jy ! Component: 3600 - total flux cleaned = 0.00302562 Jy ! Component: 3650 - total flux cleaned = 0.00304067 Jy ! Component: 3700 - total flux cleaned = 0.00306301 Jy ! Component: 3750 - total flux cleaned = 0.00306303 Jy ! Component: 3800 - total flux cleaned = 0.00307776 Jy ! Component: 3850 - total flux cleaned = 0.0030924 Jy ! Component: 3900 - total flux cleaned = 0.00310696 Jy ! Component: 3950 - total flux cleaned = 0.00312141 Jy ! Component: 4000 - total flux cleaned = 0.00310707 Jy ! Component: 4050 - total flux cleaned = 0.00312847 Jy ! Total flux subtracted in 4096 components = 0.00314266 Jy ! Clean residual min=-0.000474 max=0.000490 Jy/beam ! Clean residual mean=0.000003 rms=0.000131 Jy/beam ! Combined flux in latest and established models = 0.221493 Jy keep ! Adding 300 model components to the UV plane model. ! The established model now contains 431 components and 0.221493 Jy ![Exited script file: muppet] wmap "J2118+2034_S_2017_10_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.596 x 9.16 at -22.96 degrees (North through East) ! Clean map min=-0.0010861 max=0.12818 Jy/beam ! Writing clean map to FITS file: J2118+2034_S_2017_10_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.128185 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000131034 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.306669 0.306669 0.613338 1.22668 2.45335 4.9067 9.8134 19.6268 39.2536 78.5072 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.128 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.596 x 9.16 at -22.96 degrees (North through East) ! Clean map min=-0.0010861 max=0.12818 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 J2118+2034_S_2017_10_09_pus_uvs.log closed on Sun May 12 13:20:52 2019