! Started logfile: J0203+3042_S_2017_06_15_pus_uvs.log on Tue May 7 15:08:56 2019 obs J0203+3042_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0203+3042_S_2017_06_15_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.670403 visibilities/baseline/integration-bin. ! Found source: J0203+3042 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 603 lines of history. ! ! Reading 13636 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 J0203+3042_S_2017_06_15_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 217 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 257 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 217 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 834 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.900127Jy sigma=0.008577 ! Fit after self-cal, rms=0.887375Jy sigma=0.008467 ! 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.77 mas, bmaj=5.236 mas, bpa=2.011 degrees ! Estimated noise=1136.78 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.0880403 Jy ! Component: 100 - total flux cleaned = 0.109457 Jy ! Total flux subtracted in 100 components = 0.109457 Jy ! Clean residual min=-0.005160 max=0.009447 Jy/beam ! Clean residual mean=0.000000 rms=0.001240 Jy/beam ! Combined flux in latest and established models = 0.109457 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.109457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080094Jy sigma=0.000703 ! Fit after self-cal, rms=0.080058Jy sigma=0.000703 ! Inverting map ! Added new window around map position (0, 6). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0102317 Jy ! Component: 100 - total flux cleaned = 0.0158391 Jy ! Total flux subtracted in 100 components = 0.0158391 Jy ! Clean residual min=-0.003848 max=0.004116 Jy/beam ! Clean residual mean=0.000000 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.125296 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 22 components and 0.125296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078497Jy sigma=0.000687 ! Fit after self-cal, rms=0.078431Jy sigma=0.000687 ! 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.352 mas, bmaj=6.119 mas, bpa=1.348 degrees ! Estimated noise=735.591 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.005456 Jy ! Component: 100 - total flux cleaned = 0.00849806 Jy ! Component: 150 - total flux cleaned = 0.0104614 Jy ! Component: 200 - total flux cleaned = 0.0117739 Jy ! Total flux subtracted in 200 components = 0.0117739 Jy ! Clean residual min=-0.002582 max=0.003243 Jy/beam ! Clean residual mean=0.000005 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.13707 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 47 components and 0.13707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078005Jy sigma=0.000683 ! Fit after self-cal, rms=0.077974Jy sigma=0.000682 ! 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 1.03 FD 0.99 HN 0.96 KP 1.02 ! LA 1.01 MK 1.02 NL 0.90 OV 0.97 ! PT 1.04 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.02 HN 1.06 KP 0.99 ! LA 1.01 MK 1.02 NL 1.06 OV 1.03 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.05 HN 0.98 KP 0.97 ! LA 1.01 MK 1.05 NL 1.01 OV 0.92 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 4. ! A total of 78 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.08 HN 0.96 KP 1.00* ! LA 0.94 MK 1.17 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.077974Jy sigma=0.000682 ! Fit after self-cal, rms=0.076560Jy sigma=0.000679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.37 mas, bmaj=6.136 mas, bpa=1.747 degrees ! Estimated noise=734.912 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.00178949 Jy ! Component: 100 - total flux cleaned = 0.00205983 Jy ! Component: 150 - total flux cleaned = 0.00208196 Jy ! Component: 200 - total flux cleaned = 0.00206515 Jy ! Total flux subtracted in 200 components = 0.00206515 Jy ! Clean residual min=-0.002545 max=0.002574 Jy/beam ! Clean residual mean=0.000003 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.139135 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 58 components and 0.139135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076515Jy sigma=0.000679 ! Fit after self-cal, rms=0.076507Jy 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.076507Jy sigma=0.000678 ! Fit after self-cal, rms=0.076368Jy sigma=0.000675 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.37 mas, bmaj=6.143 mas, bpa=1.649 degrees ! Estimated noise=736.421 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000102108 Jy ! Component: 100 - total flux cleaned = 8.19094e-05 Jy ! Component: 150 - total flux cleaned = 2.6906e-05 Jy ! Component: 200 - total flux cleaned = -3.2132e-05 Jy ! Total flux subtracted in 200 components = -3.2132e-05 Jy ! Clean residual min=-0.002199 max=0.002275 Jy/beam ! Clean residual mean=-0.000000 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.139103 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 62 components and 0.139103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076355Jy sigma=0.000675 ! Fit after self-cal, rms=0.076391Jy sigma=0.000675 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) ! Added new window around map position (23, -13.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00198291 Jy ! Component: 100 - total flux cleaned = 0.00294605 Jy ! Component: 150 - total flux cleaned = 0.003214 Jy ! Component: 200 - total flux cleaned = 0.00334597 Jy ! Total flux subtracted in 200 components = 0.00334597 Jy ! Clean residual min=-0.001910 max=0.001982 Jy/beam ! Clean residual mean=-0.000001 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.142449 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 83 components and 0.142449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076330Jy sigma=0.000674 ! Fit after self-cal, rms=0.076328Jy sigma=0.000674 ! 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.076328Jy sigma=0.000674 ! Fit after self-cal, rms=0.076301Jy sigma=0.000674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.369 mas, bmaj=6.148 mas, bpa=1.606 degrees ! Estimated noise=735.604 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000726281 Jy ! Component: 100 - total flux cleaned = 0.000874188 Jy ! Component: 150 - total flux cleaned = 0.00102726 Jy ! Component: 200 - total flux cleaned = 0.00114097 Jy ! Total flux subtracted in 200 components = 0.00114097 Jy ! Clean residual min=-0.001873 max=0.001974 Jy/beam ! Clean residual mean=-0.000001 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.14359 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 93 components and 0.14359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076282Jy sigma=0.000674 ! Fit after self-cal, rms=0.076287Jy sigma=0.000674 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.000166176 Jy ! Component: 100 - total flux cleaned = 0.000249085 Jy ! Component: 150 - total flux cleaned = 0.000362897 Jy ! Component: 200 - total flux cleaned = 0.000450464 Jy ! Total flux subtracted in 200 components = 0.000450464 Jy ! Clean residual min=-0.001861 max=0.001950 Jy/beam ! Clean residual mean=-0.000001 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.14404 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 104 components and 0.14404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076277Jy sigma=0.000674 ! Fit after self-cal, rms=0.076278Jy sigma=0.000674 ! 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.076278Jy sigma=0.000674 ! Fit after self-cal, rms=0.076271Jy sigma=0.000674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.94 mas, bmaj=9.508 mas, bpa=2.898 degrees ! Estimated noise=924.355 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000619491 Jy ! Component: 100 - total flux cleaned = 0.00073538 Jy ! Component: 150 - total flux cleaned = 0.000770873 Jy ! Component: 200 - total flux cleaned = 0.000846983 Jy ! Total flux subtracted in 200 components = 0.000846983 Jy ! Clean residual min=-0.002445 max=0.002217 Jy/beam ! Clean residual mean=-0.000004 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.144887 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 118 components and 0.144887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076270Jy sigma=0.000674 ! Fit after self-cal, rms=0.076270Jy sigma=0.000674 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 = 8.14339e-05 Jy ! Component: 100 - total flux cleaned = 0.000179494 Jy ! Component: 150 - total flux cleaned = 0.000228439 Jy ! Component: 200 - total flux cleaned = 0.000272058 Jy ! Total flux subtracted in 200 components = 0.000272058 Jy ! Clean residual min=-0.002451 max=0.002199 Jy/beam ! Clean residual mean=-0.000004 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.145159 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 123 components and 0.145159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076270Jy sigma=0.000674 ! Fit after self-cal, rms=0.076270Jy sigma=0.000674 ! 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.369 mas, bmaj=6.15 mas, bpa=1.604 degrees ! Estimated noise=735.587 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.369 x 6.15 at 1.604 degrees (North through East) ! Clean map min=-0.001716 max=0.11318 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.798 mas, bmaj=5.263 mas, bpa=2.396 degrees ! Estimated noise=1147.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0878885 Jy ! Component: 100 - total flux cleaned = 0.111263 Jy ! Component: 150 - total flux cleaned = 0.122014 Jy ! Component: 200 - total flux cleaned = 0.127818 Jy ! Total flux subtracted in 200 components = 0.127818 Jy ! Clean residual min=-0.003591 max=0.002963 Jy/beam ! Clean residual mean=-0.000000 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.127818 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.127818 Jy ! Inverting map and beam ! Estimated beam: bmin=3.369 mas, bmaj=6.15 mas, bpa=1.604 degrees ! Estimated noise=735.587 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.00439393 Jy ! Component: 100 - total flux cleaned = 0.00721025 Jy ! Component: 150 - total flux cleaned = 0.0092441 Jy ! Component: 200 - total flux cleaned = 0.0107781 Jy ! Total flux subtracted in 200 components = 0.0107781 Jy ! Clean residual min=-0.001951 max=0.001976 Jy/beam ! Clean residual mean=-0.000002 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.138597 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 50 components and 0.138597 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.94 mas, bmaj=9.508 mas, bpa=2.898 degrees ! Estimated noise=924.355 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00196174 Jy ! Component: 100 - total flux cleaned = 0.00332894 Jy ! Component: 150 - total flux cleaned = 0.00406785 Jy ! Component: 200 - total flux cleaned = 0.00458272 Jy ! Total flux subtracted in 200 components = 0.00458272 Jy ! Clean residual min=-0.002534 max=0.002214 Jy/beam ! Clean residual mean=-0.000005 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.143179 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.000352129 Jy ! Component: 100 - total flux cleaned = 0.000634706 Jy ! Component: 150 - total flux cleaned = 0.000886507 Jy ! Component: 200 - total flux cleaned = 0.00111132 Jy ! Total flux subtracted in 200 components = 0.00111132 Jy ! Clean residual min=-0.002468 max=0.002209 Jy/beam ! Clean residual mean=-0.000005 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.144291 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 80 components and 0.144291 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.369 mas, bmaj=6.15 mas, bpa=1.604 degrees ! Estimated noise=735.587 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000389614 Jy ! Component: 100 - total flux cleaned = -0.000456493 Jy ! Component: 150 - total flux cleaned = -0.000401804 Jy ! Component: 200 - total flux cleaned = -0.000377443 Jy ! Total flux subtracted in 200 components = -0.000377443 Jy ! Clean residual min=-0.001812 max=0.001985 Jy/beam ! Clean residual mean=-0.000002 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.143913 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 99 components and 0.143913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076282Jy sigma=0.000674 ! Fit after self-cal, rms=0.076278Jy sigma=0.000674 wmodel J0203+3042_S_2017_06_15_pus_map.mod ! Writing 99 model components to file: J0203+3042_S_2017_06_15_pus_map.mod wobs J0203+3042_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0203+3042_S_2017_06_15_pus_uvs.fits wwins J0203+3042_S_2017_06_15_pus_map.win ! wwins: Wrote 3 windows to J0203+3042_S_2017_06_15_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000265972 Jy ! Component: 100 - total flux cleaned = 0.000264652 Jy ! Component: 150 - total flux cleaned = 0.000325774 Jy ! Component: 200 - total flux cleaned = 0.000413944 Jy ! Component: 250 - total flux cleaned = 0.000470874 Jy ! Component: 300 - total flux cleaned = 0.000553959 Jy ! Component: 350 - total flux cleaned = 0.000661878 Jy ! Component: 400 - total flux cleaned = 0.000766706 Jy ! Component: 450 - total flux cleaned = 0.000843071 Jy ! Component: 500 - total flux cleaned = 0.000793255 Jy ! Component: 550 - total flux cleaned = 0.000818208 Jy ! Component: 600 - total flux cleaned = 0.000937804 Jy ! Component: 650 - total flux cleaned = 0.000960896 Jy ! Component: 700 - total flux cleaned = 0.00102983 Jy ! Component: 750 - total flux cleaned = 0.00116567 Jy ! Component: 800 - total flux cleaned = 0.0012991 Jy ! Component: 850 - total flux cleaned = 0.00143056 Jy ! Component: 900 - total flux cleaned = 0.00160188 Jy ! Component: 950 - total flux cleaned = 0.00170767 Jy ! Component: 1000 - total flux cleaned = 0.0018946 Jy ! Component: 1050 - total flux cleaned = 0.00201719 Jy ! Component: 1100 - total flux cleaned = 0.00217811 Jy ! Component: 1150 - total flux cleaned = 0.00227736 Jy ! Component: 1200 - total flux cleaned = 0.00239461 Jy ! Component: 1250 - total flux cleaned = 0.00251038 Jy ! Component: 1300 - total flux cleaned = 0.00262418 Jy ! Component: 1350 - total flux cleaned = 0.00266151 Jy ! Component: 1400 - total flux cleaned = 0.00277251 Jy ! Component: 1450 - total flux cleaned = 0.00286381 Jy ! Component: 1500 - total flux cleaned = 0.00297192 Jy ! Component: 1550 - total flux cleaned = 0.00309612 Jy ! Component: 1600 - total flux cleaned = 0.0031137 Jy ! Component: 1650 - total flux cleaned = 0.00323502 Jy ! Component: 1700 - total flux cleaned = 0.00328654 Jy ! Component: 1750 - total flux cleaned = 0.00338834 Jy ! Component: 1800 - total flux cleaned = 0.00350582 Jy ! Component: 1850 - total flux cleaned = 0.00350549 Jy ! Component: 1900 - total flux cleaned = 0.00360387 Jy ! Component: 1950 - total flux cleaned = 0.00366833 Jy ! Component: 2000 - total flux cleaned = 0.0037646 Jy ! Component: 2050 - total flux cleaned = 0.00389164 Jy ! Component: 2100 - total flux cleaned = 0.00395461 Jy ! Component: 2150 - total flux cleaned = 0.00404792 Jy ! Component: 2200 - total flux cleaned = 0.00417087 Jy ! Component: 2250 - total flux cleaned = 0.00427734 Jy ! Component: 2300 - total flux cleaned = 0.00432255 Jy ! Component: 2350 - total flux cleaned = 0.00444188 Jy ! Component: 2400 - total flux cleaned = 0.00454552 Jy ! Component: 2450 - total flux cleaned = 0.00463344 Jy ! Component: 2500 - total flux cleaned = 0.00470605 Jy ! Component: 2550 - total flux cleaned = 0.00479249 Jy ! Component: 2600 - total flux cleaned = 0.00487833 Jy ! Component: 2650 - total flux cleaned = 0.0049632 Jy ! Component: 2700 - total flux cleaned = 0.00506142 Jy ! Component: 2750 - total flux cleaned = 0.0050613 Jy ! Component: 2800 - total flux cleaned = 0.0051443 Jy ! Component: 2850 - total flux cleaned = 0.00521271 Jy ! Component: 2900 - total flux cleaned = 0.0053078 Jy ! Component: 2950 - total flux cleaned = 0.0053482 Jy ! Component: 3000 - total flux cleaned = 0.00534831 Jy ! Component: 3050 - total flux cleaned = 0.00540134 Jy ! Component: 3100 - total flux cleaned = 0.00545398 Jy ! Component: 3150 - total flux cleaned = 0.00549302 Jy ! Component: 3200 - total flux cleaned = 0.00551891 Jy ! Component: 3250 - total flux cleaned = 0.00555733 Jy ! Component: 3300 - total flux cleaned = 0.00558284 Jy ! Component: 3350 - total flux cleaned = 0.00560821 Jy ! Component: 3400 - total flux cleaned = 0.0056208 Jy ! Component: 3450 - total flux cleaned = 0.00570834 Jy ! Component: 3500 - total flux cleaned = 0.00569591 Jy ! Component: 3550 - total flux cleaned = 0.00579441 Jy ! Component: 3600 - total flux cleaned = 0.00583113 Jy ! Component: 3650 - total flux cleaned = 0.00590389 Jy ! Component: 3700 - total flux cleaned = 0.00596416 Jy ! Component: 3750 - total flux cleaned = 0.00599994 Jy ! Component: 3800 - total flux cleaned = 0.00603558 Jy ! Component: 3850 - total flux cleaned = 0.00604752 Jy ! Component: 3900 - total flux cleaned = 0.00608265 Jy ! Component: 3950 - total flux cleaned = 0.00610607 Jy ! Component: 4000 - total flux cleaned = 0.00611754 Jy ! Component: 4050 - total flux cleaned = 0.00615216 Jy ! Total flux subtracted in 4096 components = 0.00609499 Jy ! Clean residual min=-0.000616 max=0.000681 Jy/beam ! Clean residual mean=-0.000000 rms=0.000207 Jy/beam ! Combined flux in latest and established models = 0.150008 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 408 components and 0.150008 Jy ![Exited script file: muppet] wmap "J0203+3042_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.369 x 6.15 at 1.604 degrees (North through East) ! Clean map min=-0.0013556 max=0.11296 Jy/beam ! Writing clean map to FITS file: J0203+3042_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.112964 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000205607 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.546034 0.546034 1.09207 2.18414 4.36827 8.73655 17.4731 34.9462 69.8924 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.112 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.369 x 6.15 at 1.604 degrees (North through East) ! Clean map min=-0.0013556 max=0.11296 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 J0203+3042_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:09:01 2019