! Started logfile: J1250+1343_S_2017_05_01_pus_uvs.log on Wed May 1 18:36:52 2019 obs J1250+1343_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J1250+1343_S_2017_05_01_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.843265 visibilities/baseline/integration-bin. ! Found source: J1250+1343 ! ! 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 788 lines of history. ! ! Reading 17152 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 J1250+1343_S_2017_05_01_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 97 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 97 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 97 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 628 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.900748Jy sigma=0.007644 ! Fit after self-cal, rms=0.893894Jy sigma=0.007591 ! 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.038 mas, bmaj=7.058 mas, bpa=1.471 degrees ! Estimated noise=911.262 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.0850652 Jy ! Component: 100 - total flux cleaned = 0.103653 Jy ! Total flux subtracted in 100 components = 0.103653 Jy ! Clean residual min=-0.003756 max=0.009585 Jy/beam ! Clean residual mean=0.000004 rms=0.001102 Jy/beam ! Combined flux in latest and established models = 0.103653 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.103653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088102Jy sigma=0.000684 ! Fit after self-cal, rms=0.088095Jy sigma=0.000684 ! Inverting map ! Added new window around map position (-10, 10.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00855334 Jy ! Component: 100 - total flux cleaned = 0.0133979 Jy ! Total flux subtracted in 100 components = 0.0133979 Jy ! Clean residual min=-0.003084 max=0.003597 Jy/beam ! Clean residual mean=-0.000002 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.117051 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 18 components and 0.117051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087147Jy sigma=0.000676 ! Fit after self-cal, rms=0.087062Jy sigma=0.000675 ! 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.582 mas, bmaj=7.816 mas, bpa=1.761 degrees ! Estimated noise=721.688 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.00523793 Jy ! Component: 100 - total flux cleaned = 0.00820327 Jy ! Component: 150 - total flux cleaned = 0.0095417 Jy ! Component: 200 - total flux cleaned = 0.0106752 Jy ! Total flux subtracted in 200 components = 0.0106752 Jy ! Clean residual min=-0.002992 max=0.002877 Jy/beam ! Clean residual mean=-0.000013 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.127726 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 49 components and 0.127726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086690Jy sigma=0.000672 ! Fit after self-cal, rms=0.086650Jy sigma=0.000671 ! 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.91 FD 0.86 HN 1.03 KP 1.02 ! LA 1.04 MK 0.97 NL 0.98 OV 1.03 ! PT 0.98 SC 0.97 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.93 HN 1.08 KP 0.97 ! LA 0.94 MK 0.94 NL 1.11 OV 1.04 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.94 HN 1.06 KP 0.98 ! LA 1.03 MK 1.00 NL 1.16 OV 1.00 ! PT 0.95 SC 0.99 ! ! ! Correcting IF 4. ! A total of 105 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.01 HN 1.10 KP 1.00* ! LA 0.88 MK 1.01 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.086650Jy sigma=0.000671 ! Fit after self-cal, rms=0.085013Jy sigma=0.000667 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.578 mas, bmaj=7.824 mas, bpa=2.049 degrees ! Estimated noise=719.99 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.00184638 Jy ! Component: 100 - total flux cleaned = 0.00248779 Jy ! Component: 150 - total flux cleaned = 0.00264583 Jy ! Component: 200 - total flux cleaned = 0.00283078 Jy ! Total flux subtracted in 200 components = 0.00283078 Jy ! Clean residual min=-0.002398 max=0.002433 Jy/beam ! Clean residual mean=-0.000007 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.130557 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 64 components and 0.130557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084977Jy sigma=0.000667 ! Fit after self-cal, rms=0.084963Jy sigma=0.000667 ! 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.084963Jy sigma=0.000667 ! Fit after self-cal, rms=0.084086Jy sigma=0.000662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.58 mas, bmaj=7.839 mas, bpa=2.093 degrees ! Estimated noise=717.873 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000921909 Jy ! Component: 100 - total flux cleaned = 0.00117478 Jy ! Component: 150 - total flux cleaned = 0.00130864 Jy ! Component: 200 - total flux cleaned = 0.00137063 Jy ! Total flux subtracted in 200 components = 0.00137063 Jy ! Clean residual min=-0.001775 max=0.001633 Jy/beam ! Clean residual mean=-0.000005 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.131928 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 76 components and 0.131928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084072Jy sigma=0.000662 ! Fit after self-cal, rms=0.084088Jy sigma=0.000662 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000174789 Jy ! Component: 100 - total flux cleaned = 0.000231538 Jy ! Component: 150 - total flux cleaned = 0.000268685 Jy ! Component: 200 - total flux cleaned = 0.000290649 Jy ! Total flux subtracted in 200 components = 0.000290649 Jy ! Clean residual min=-0.001785 max=0.001680 Jy/beam ! Clean residual mean=-0.000006 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.132218 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 80 components and 0.132218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084084Jy sigma=0.000662 ! Fit after self-cal, rms=0.084085Jy sigma=0.000662 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084085Jy sigma=0.000662 ! Fit after self-cal, rms=0.084138Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.581 mas, bmaj=7.841 mas, bpa=2.159 degrees ! Estimated noise=717.366 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000181265 Jy ! Component: 100 - total flux cleaned = 0.000290757 Jy ! Component: 150 - total flux cleaned = 0.000347736 Jy ! Component: 200 - total flux cleaned = 0.000368003 Jy ! Total flux subtracted in 200 components = 0.000368003 Jy ! Clean residual min=-0.001745 max=0.001619 Jy/beam ! Clean residual mean=-0.000005 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.132586 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 86 components and 0.132586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084135Jy sigma=0.000662 ! Fit after self-cal, rms=0.084143Jy sigma=0.000662 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.24582e-05 Jy ! Component: 100 - total flux cleaned = 9.16232e-05 Jy ! Component: 150 - total flux cleaned = 0.000100373 Jy ! Component: 200 - total flux cleaned = 0.000108845 Jy ! Total flux subtracted in 200 components = 0.000108845 Jy ! Clean residual min=-0.001747 max=0.001618 Jy/beam ! Clean residual mean=-0.000005 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.132695 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 88 components and 0.132695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084141Jy sigma=0.000662 ! Fit after self-cal, rms=0.084142Jy sigma=0.000662 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084142Jy sigma=0.000662 ! Fit after self-cal, rms=0.084211Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.543 mas, bmaj=10.69 mas, bpa=1.81 degrees ! Estimated noise=848.047 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.43234e-05 Jy ! Component: 100 - total flux cleaned = 0.000188361 Jy ! Component: 150 - total flux cleaned = 0.000244415 Jy ! Component: 200 - total flux cleaned = 0.000291207 Jy ! Total flux subtracted in 200 components = 0.000291207 Jy ! Clean residual min=-0.002031 max=0.001709 Jy/beam ! Clean residual mean=-0.000009 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.132986 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 92 components and 0.132986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084211Jy sigma=0.000662 ! Fit after self-cal, rms=0.084215Jy sigma=0.000662 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.09415e-05 Jy ! Component: 100 - total flux cleaned = 4.16329e-05 Jy ! Component: 150 - total flux cleaned = 6.20308e-05 Jy ! Component: 200 - total flux cleaned = 5.63836e-05 Jy ! Total flux subtracted in 200 components = 5.63836e-05 Jy ! Clean residual min=-0.002023 max=0.001730 Jy/beam ! Clean residual mean=-0.000009 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.133043 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 95 components and 0.133043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084216Jy sigma=0.000662 ! Fit after self-cal, rms=0.084217Jy sigma=0.000662 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.581 mas, bmaj=7.841 mas, bpa=2.209 degrees ! Estimated noise=717.451 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.581 x 7.841 at 2.209 degrees (North through East) ! Clean map min=-0.0016586 max=0.10754 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.042 mas, bmaj=7.096 mas, bpa=1.875 degrees ! Estimated noise=903.082 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0836988 Jy ! Component: 100 - total flux cleaned = 0.103523 Jy ! Component: 150 - total flux cleaned = 0.112519 Jy ! Component: 200 - total flux cleaned = 0.117986 Jy ! Total flux subtracted in 200 components = 0.117986 Jy ! Clean residual min=-0.002627 max=0.002924 Jy/beam ! Clean residual mean=0.000004 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.117986 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.117986 Jy ! Inverting map and beam ! Estimated beam: bmin=3.581 mas, bmaj=7.841 mas, bpa=2.209 degrees ! Estimated noise=717.451 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.00480539 Jy ! Component: 100 - total flux cleaned = 0.00790587 Jy ! Component: 150 - total flux cleaned = 0.0100816 Jy ! Component: 200 - total flux cleaned = 0.0111354 Jy ! Total flux subtracted in 200 components = 0.0111354 Jy ! Clean residual min=-0.001800 max=0.001667 Jy/beam ! Clean residual mean=-0.000003 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.129121 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 58 components and 0.129121 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.543 mas, bmaj=10.69 mas, bpa=1.81 degrees ! Estimated noise=848.047 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184368 Jy ! Component: 100 - total flux cleaned = 0.00282148 Jy ! Component: 150 - total flux cleaned = 0.00315615 Jy ! Component: 200 - total flux cleaned = 0.00336294 Jy ! Total flux subtracted in 200 components = 0.00336294 Jy ! Clean residual min=-0.002065 max=0.001722 Jy/beam ! Clean residual mean=-0.000009 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.132484 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.000116807 Jy ! Component: 100 - total flux cleaned = 0.000143858 Jy ! Component: 150 - total flux cleaned = 0.000168679 Jy ! Component: 200 - total flux cleaned = 0.000201718 Jy ! Total flux subtracted in 200 components = 0.000201718 Jy ! Clean residual min=-0.002051 max=0.001704 Jy/beam ! Clean residual mean=-0.000009 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.132686 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 92 components and 0.132686 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.581 mas, bmaj=7.841 mas, bpa=2.209 degrees ! Estimated noise=717.451 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000132216 Jy ! Component: 100 - total flux cleaned = 5.8253e-05 Jy ! Component: 150 - total flux cleaned = 3.59602e-05 Jy ! Component: 200 - total flux cleaned = 3.56593e-05 Jy ! Total flux subtracted in 200 components = 3.56593e-05 Jy ! Clean residual min=-0.001767 max=0.001627 Jy/beam ! Clean residual mean=-0.000005 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.132721 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 107 components and 0.132721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084224Jy sigma=0.000662 ! Fit after self-cal, rms=0.084216Jy sigma=0.000662 wmodel J1250+1343_S_2017_05_01_pus_map.mod ! Writing 107 model components to file: J1250+1343_S_2017_05_01_pus_map.mod wobs J1250+1343_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J1250+1343_S_2017_05_01_pus_uvs.fits wwins J1250+1343_S_2017_05_01_pus_map.win ! wwins: Wrote 2 windows to J1250+1343_S_2017_05_01_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.000294929 Jy ! Component: 100 - total flux cleaned = -0.000323254 Jy ! Component: 150 - total flux cleaned = -0.000458644 Jy ! Component: 200 - total flux cleaned = -0.000536427 Jy ! Component: 250 - total flux cleaned = -0.000713246 Jy ! Component: 300 - total flux cleaned = -0.000910453 Jy ! Component: 350 - total flux cleaned = -0.00105444 Jy ! Component: 400 - total flux cleaned = -0.00114852 Jy ! Component: 450 - total flux cleaned = -0.00131006 Jy ! Component: 500 - total flux cleaned = -0.00144514 Jy ! Component: 550 - total flux cleaned = -0.00157784 Jy ! Component: 600 - total flux cleaned = -0.00166497 Jy ! Component: 650 - total flux cleaned = -0.00172929 Jy ! Component: 700 - total flux cleaned = -0.00179269 Jy ! Component: 750 - total flux cleaned = -0.00187489 Jy ! Component: 800 - total flux cleaned = -0.00187489 Jy ! Component: 850 - total flux cleaned = -0.00197433 Jy ! Component: 900 - total flux cleaned = -0.00197395 Jy ! Component: 950 - total flux cleaned = -0.00203213 Jy ! Component: 1000 - total flux cleaned = -0.00205148 Jy ! Component: 1050 - total flux cleaned = -0.00212645 Jy ! Component: 1100 - total flux cleaned = -0.00210805 Jy ! Component: 1150 - total flux cleaned = -0.00218165 Jy ! Component: 1200 - total flux cleaned = -0.00223626 Jy ! Component: 1250 - total flux cleaned = -0.00232541 Jy ! Component: 1300 - total flux cleaned = -0.00232553 Jy ! Component: 1350 - total flux cleaned = -0.00241248 Jy ! Component: 1400 - total flux cleaned = -0.00246418 Jy ! Component: 1450 - total flux cleaned = -0.00251538 Jy ! Component: 1500 - total flux cleaned = -0.00268392 Jy ! Component: 1550 - total flux cleaned = -0.00270062 Jy ! Component: 1600 - total flux cleaned = -0.00283236 Jy ! Component: 1650 - total flux cleaned = -0.00289766 Jy ! Component: 1700 - total flux cleaned = -0.00307523 Jy ! Component: 1750 - total flux cleaned = -0.00312304 Jy ! Component: 1800 - total flux cleaned = -0.00320209 Jy ! Component: 1850 - total flux cleaned = -0.0032804 Jy ! Component: 1900 - total flux cleaned = -0.00340444 Jy ! Component: 1950 - total flux cleaned = -0.00343515 Jy ! Component: 2000 - total flux cleaned = -0.00357205 Jy ! Component: 2050 - total flux cleaned = -0.00367745 Jy ! Component: 2100 - total flux cleaned = -0.00381167 Jy ! Component: 2150 - total flux cleaned = -0.00388576 Jy ! Component: 2200 - total flux cleaned = -0.00401769 Jy ! Component: 2250 - total flux cleaned = -0.00417728 Jy ! Component: 2300 - total flux cleaned = -0.00430684 Jy ! Component: 2350 - total flux cleaned = -0.00440672 Jy ! Component: 2400 - total flux cleaned = -0.004534 Jy ! Component: 2450 - total flux cleaned = -0.00464625 Jy ! Component: 2500 - total flux cleaned = -0.00477163 Jy ! Component: 2550 - total flux cleaned = -0.00485437 Jy ! Component: 2600 - total flux cleaned = -0.00493646 Jy ! Component: 2650 - total flux cleaned = -0.00505875 Jy ! Component: 2700 - total flux cleaned = -0.00526086 Jy ! Component: 2750 - total flux cleaned = -0.00531429 Jy ! Component: 2800 - total flux cleaned = -0.00542052 Jy ! Component: 2850 - total flux cleaned = -0.00555217 Jy ! Component: 2900 - total flux cleaned = -0.00557837 Jy ! Component: 2950 - total flux cleaned = -0.00566939 Jy ! Component: 3000 - total flux cleaned = -0.00578536 Jy ! Component: 3050 - total flux cleaned = -0.00591333 Jy ! Component: 3100 - total flux cleaned = -0.00601484 Jy ! Component: 3150 - total flux cleaned = -0.00605253 Jy ! Component: 3200 - total flux cleaned = -0.00617773 Jy ! Component: 3250 - total flux cleaned = -0.00625221 Jy ! Component: 3300 - total flux cleaned = -0.00628918 Jy ! Component: 3350 - total flux cleaned = -0.00638725 Jy ! Component: 3400 - total flux cleaned = -0.00649651 Jy ! Component: 3450 - total flux cleaned = -0.00655681 Jy ! Component: 3500 - total flux cleaned = -0.00666453 Jy ! Component: 3550 - total flux cleaned = -0.00671219 Jy ! Component: 3600 - total flux cleaned = -0.00677141 Jy ! Component: 3650 - total flux cleaned = -0.00675976 Jy ! Component: 3700 - total flux cleaned = -0.00688817 Jy ! Component: 3750 - total flux cleaned = -0.0069345 Jy ! Component: 3800 - total flux cleaned = -0.00694605 Jy ! Component: 3850 - total flux cleaned = -0.00703768 Jy ! Component: 3900 - total flux cleaned = -0.00707195 Jy ! Component: 3950 - total flux cleaned = -0.00709473 Jy ! Component: 4000 - total flux cleaned = -0.00715084 Jy ! Component: 4050 - total flux cleaned = -0.0072401 Jy ! Total flux subtracted in 4096 components = -0.00727342 Jy ! Clean residual min=-0.000716 max=0.000762 Jy/beam ! Clean residual mean=-0.000003 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.125448 Jy keep ! Adding 317 model components to the UV plane model. ! The established model now contains 424 components and 0.125448 Jy ![Exited script file: muppet] wmap "J1250+1343_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.581 x 7.841 at 2.209 degrees (North through East) ! Clean map min=-0.0013109 max=0.10759 Jy/beam ! Writing clean map to FITS file: J1250+1343_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.107593 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000207133 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.577545 0.577545 1.15509 2.31018 4.62036 9.24072 18.4814 36.9629 73.9258 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.107 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.581 x 7.841 at 2.209 degrees (North through East) ! Clean map min=-0.0013109 max=0.10759 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 J1250+1343_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:36:56 2019