! Started logfile: J0710+4732_S_2017_08_05_pus_uvs.log on Thu May 9 19:23:10 2019 obs J0710+4732_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0710+4732_S_2017_08_05_pus_uva.fits ! AN table 1: 19 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.68538 visibilities/baseline/integration-bin. ! Found source: J0710+4732 ! ! 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 513 lines of history. ! ! Reading 2344 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 J0710+4732_S_2017_08_05_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 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 111 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.606762Jy sigma=0.005786 ! Fit after self-cal, rms=0.596732Jy sigma=0.005695 ! 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.049 mas, bmaj=4.275 mas, bpa=-14.19 degrees ! Estimated noise=2080.73 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.306669 Jy ! Component: 100 - total flux cleaned = 0.399968 Jy ! Total flux subtracted in 100 components = 0.399968 Jy ! Clean residual min=-0.017709 max=0.039747 Jy/beam ! Clean residual mean=0.000028 rms=0.005686 Jy/beam ! Combined flux in latest and established models = 0.399968 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.399968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135584Jy sigma=0.001181 ! Fit after self-cal, rms=0.135038Jy sigma=0.001175 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0437509 Jy ! Component: 100 - total flux cleaned = 0.0679667 Jy ! Total flux subtracted in 100 components = 0.0679667 Jy ! Clean residual min=-0.014595 max=0.018656 Jy/beam ! Clean residual mean=0.000030 rms=0.003776 Jy/beam ! Combined flux in latest and established models = 0.467935 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 25 components and 0.467935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112966Jy sigma=0.000969 ! Fit after self-cal, rms=0.112840Jy sigma=0.000968 ! 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.632 mas, bmaj=5.21 mas, bpa=-5.634 degrees ! Estimated noise=1725.01 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (3.5, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0306344 Jy ! Component: 100 - total flux cleaned = 0.0491071 Jy ! Component: 150 - total flux cleaned = 0.061553 Jy ! Component: 200 - total flux cleaned = 0.0703193 Jy ! Total flux subtracted in 200 components = 0.0703193 Jy ! Clean residual min=-0.013339 max=0.013379 Jy/beam ! Clean residual mean=0.000078 rms=0.003034 Jy/beam ! Combined flux in latest and established models = 0.538254 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 61 components and 0.538254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102076Jy sigma=0.000877 ! Fit after self-cal, rms=0.101568Jy sigma=0.000872 ! 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.98 HN 0.96 KP 1.02 ! LA 0.99 MK 0.99 NL 0.87 OV 1.00 ! PT 1.01 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.00 KP 1.02 ! LA 0.98 MK 0.99 NL 1.03 OV 1.13 ! PT 0.97 SC 1.23 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00 KP 0.86 ! LA 0.77 MK 1.02 NL 1.12 OV 0.94 ! PT 0.99 SC 1.03 ! ! ! 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.03 HN 0.96 KP 1.00* ! LA 0.97 MK 1.36 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.101568Jy sigma=0.000872 ! Fit after self-cal, rms=0.083056Jy sigma=0.000726 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.684 mas, bmaj=5.279 mas, bpa=-5.883 degrees ! Estimated noise=1716.89 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.000479694 Jy ! Component: 100 - total flux cleaned = 0.000612272 Jy ! Component: 150 - total flux cleaned = 0.000961975 Jy ! Component: 200 - total flux cleaned = 0.00105012 Jy ! Total flux subtracted in 200 components = 0.00105012 Jy ! Clean residual min=-0.008041 max=0.008482 Jy/beam ! Clean residual mean=0.000025 rms=0.001998 Jy/beam ! Combined flux in latest and established models = 0.539305 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 82 components and 0.539304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082475Jy sigma=0.000722 ! Fit after self-cal, rms=0.082417Jy sigma=0.000721 ! 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.082417Jy sigma=0.000721 ! Fit after self-cal, rms=0.076333Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.67 mas, bmaj=5.261 mas, bpa=-5.576 degrees ! Estimated noise=1713.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000618017 Jy ! Component: 100 - total flux cleaned = 1.70913e-05 Jy ! Component: 150 - total flux cleaned = -0.000356484 Jy ! Component: 200 - total flux cleaned = -0.000435013 Jy ! Total flux subtracted in 200 components = -0.000435013 Jy ! Clean residual min=-0.005568 max=0.005612 Jy/beam ! Clean residual mean=-0.000004 rms=0.001321 Jy/beam ! Combined flux in latest and established models = 0.538869 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 96 components and 0.538869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075990Jy sigma=0.000661 ! Fit after self-cal, rms=0.076003Jy sigma=0.000661 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 = 5.76671e-07 Jy ! Component: 100 - total flux cleaned = 0.000215227 Jy ! Component: 150 - total flux cleaned = 0.000275564 Jy ! Component: 200 - total flux cleaned = 0.000219157 Jy ! Total flux subtracted in 200 components = 0.000219157 Jy ! Clean residual min=-0.005505 max=0.005408 Jy/beam ! Clean residual mean=-0.000004 rms=0.001291 Jy/beam ! Combined flux in latest and established models = 0.539089 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 103 components and 0.539089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075879Jy sigma=0.000660 ! Fit after self-cal, rms=0.075874Jy sigma=0.000660 ! 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.075874Jy sigma=0.000660 ! Fit after self-cal, rms=0.075926Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.67 mas, bmaj=5.257 mas, bpa=-5.66 degrees ! Estimated noise=1709.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000800411 Jy ! Component: 100 - total flux cleaned = -0.000944026 Jy ! Component: 150 - total flux cleaned = -0.000945361 Jy ! Component: 200 - total flux cleaned = -0.000893391 Jy ! Total flux subtracted in 200 components = -0.000893391 Jy ! Clean residual min=-0.005197 max=0.005068 Jy/beam ! Clean residual mean=-0.000004 rms=0.001246 Jy/beam ! Combined flux in latest and established models = 0.538195 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 106 components and 0.538195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075805Jy sigma=0.000658 ! Fit after self-cal, rms=0.075805Jy sigma=0.000658 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 = -9.96696e-05 Jy ! Component: 100 - total flux cleaned = 4.28877e-05 Jy ! Component: 150 - total flux cleaned = 0.00012933 Jy ! Component: 200 - total flux cleaned = 0.000168122 Jy ! Total flux subtracted in 200 components = 0.000168122 Jy ! Clean residual min=-0.005165 max=0.004921 Jy/beam ! Clean residual mean=-0.000005 rms=0.001233 Jy/beam ! Combined flux in latest and established models = 0.538363 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 115 components and 0.538363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075744Jy sigma=0.000658 ! Fit after self-cal, rms=0.075742Jy sigma=0.000658 ! 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.075742Jy sigma=0.000658 ! Fit after self-cal, rms=0.075729Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.23 mas, bmaj=10 mas, bpa=-16.59 degrees ! Estimated noise=2152.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000212193 Jy ! Component: 100 - total flux cleaned = 0.000182649 Jy ! Component: 150 - total flux cleaned = 0.000122849 Jy ! Component: 200 - total flux cleaned = 7.04014e-05 Jy ! Total flux subtracted in 200 components = 7.04014e-05 Jy ! Clean residual min=-0.005251 max=0.005939 Jy/beam ! Clean residual mean=-0.000011 rms=0.001749 Jy/beam ! Combined flux in latest and established models = 0.538434 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 123 components and 0.538433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075698Jy sigma=0.000657 ! Fit after self-cal, rms=0.075700Jy sigma=0.000657 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 = 4.45188e-05 Jy ! Component: 100 - total flux cleaned = 0.000100705 Jy ! Component: 150 - total flux cleaned = 7.83804e-05 Jy ! Component: 200 - total flux cleaned = 3.81271e-05 Jy ! Total flux subtracted in 200 components = 3.81271e-05 Jy ! Clean residual min=-0.005301 max=0.005923 Jy/beam ! Clean residual mean=-0.000011 rms=0.001748 Jy/beam ! Combined flux in latest and established models = 0.538472 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 129 components and 0.538472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075688Jy sigma=0.000657 ! Fit after self-cal, rms=0.075688Jy sigma=0.000657 ! 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.668 mas, bmaj=5.252 mas, bpa=-5.708 degrees ! Estimated noise=1706.84 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.668 x 5.252 at -5.708 degrees (North through East) ! Clean map min=-0.0049314 max=0.39231 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.079 mas, bmaj=4.3 mas, bpa=-14.72 degrees ! Estimated noise=2062.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.304 Jy ! Component: 100 - total flux cleaned = 0.398524 Jy ! Component: 150 - total flux cleaned = 0.438358 Jy ! Component: 200 - total flux cleaned = 0.462417 Jy ! Total flux subtracted in 200 components = 0.462417 Jy ! Clean residual min=-0.007589 max=0.012945 Jy/beam ! Clean residual mean=0.000006 rms=0.002420 Jy/beam ! Combined flux in latest and established models = 0.462417 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.462417 Jy ! Inverting map and beam ! Estimated beam: bmin=3.668 mas, bmaj=5.252 mas, bpa=-5.708 degrees ! Estimated noise=1706.84 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.024795 Jy ! Component: 100 - total flux cleaned = 0.040143 Jy ! Component: 150 - total flux cleaned = 0.0504008 Jy ! Component: 200 - total flux cleaned = 0.0575008 Jy ! Total flux subtracted in 200 components = 0.0575008 Jy ! Clean residual min=-0.005223 max=0.005582 Jy/beam ! Clean residual mean=0.000006 rms=0.001416 Jy/beam ! Combined flux in latest and established models = 0.519918 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 71 components and 0.519918 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=8.23 mas, bmaj=10 mas, bpa=-16.59 degrees ! Estimated noise=2152.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00837286 Jy ! Component: 100 - total flux cleaned = 0.0127651 Jy ! Component: 150 - total flux cleaned = 0.0152322 Jy ! Component: 200 - total flux cleaned = 0.0166397 Jy ! Total flux subtracted in 200 components = 0.0166397 Jy ! Clean residual min=-0.005251 max=0.006131 Jy/beam ! Clean residual mean=-0.000009 rms=0.001742 Jy/beam ! Combined flux in latest and established models = 0.536557 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.000807679 Jy ! Component: 100 - total flux cleaned = 0.00116729 Jy ! Component: 150 - total flux cleaned = 0.0012317 Jy ! Component: 200 - total flux cleaned = 0.00129169 Jy ! Total flux subtracted in 200 components = 0.00129169 Jy ! Clean residual min=-0.005275 max=0.006091 Jy/beam ! Clean residual mean=-0.000010 rms=0.001737 Jy/beam ! Combined flux in latest and established models = 0.537849 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 115 components and 0.537849 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.668 mas, bmaj=5.252 mas, bpa=-5.708 degrees ! Estimated noise=1706.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000530143 Jy ! Component: 100 - total flux cleaned = -0.000655739 Jy ! Component: 150 - total flux cleaned = -0.000714055 Jy ! Component: 200 - total flux cleaned = -0.000766757 Jy ! Total flux subtracted in 200 components = -0.000766757 Jy ! Clean residual min=-0.004923 max=0.004534 Jy/beam ! Clean residual mean=-0.000004 rms=0.001223 Jy/beam ! Combined flux in latest and established models = 0.537082 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 124 components and 0.537082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075753Jy sigma=0.000658 ! Fit after self-cal, rms=0.075708Jy sigma=0.000657 wmodel J0710+4732_S_2017_08_05_pus_map.mod ! Writing 124 model components to file: J0710+4732_S_2017_08_05_pus_map.mod wobs J0710+4732_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0710+4732_S_2017_08_05_pus_uvs.fits wwins J0710+4732_S_2017_08_05_pus_map.win ! wwins: Wrote 2 windows to J0710+4732_S_2017_08_05_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.00181191 Jy ! Component: 100 - total flux cleaned = -0.00236629 Jy ! Component: 150 - total flux cleaned = -0.00282085 Jy ! Component: 200 - total flux cleaned = -0.00318331 Jy ! Component: 250 - total flux cleaned = -0.00345985 Jy ! Component: 300 - total flux cleaned = -0.0034599 Jy ! Component: 350 - total flux cleaned = -0.00352647 Jy ! Component: 400 - total flux cleaned = -0.00340201 Jy ! Component: 450 - total flux cleaned = -0.00334027 Jy ! Component: 500 - total flux cleaned = -0.00304289 Jy ! Component: 550 - total flux cleaned = -0.00286893 Jy ! Component: 600 - total flux cleaned = -0.00252979 Jy ! Component: 650 - total flux cleaned = -0.00225615 Jy ! Component: 700 - total flux cleaned = -0.00214918 Jy ! Component: 750 - total flux cleaned = -0.0019374 Jy ! Component: 800 - total flux cleaned = -0.00173158 Jy ! Component: 850 - total flux cleaned = -0.0014788 Jy ! Component: 900 - total flux cleaned = -0.00137892 Jy ! Component: 950 - total flux cleaned = -0.00103873 Jy ! Component: 1000 - total flux cleaned = -0.000990852 Jy ! Component: 1050 - total flux cleaned = -0.000803616 Jy ! Component: 1100 - total flux cleaned = -0.000710573 Jy ! Component: 1150 - total flux cleaned = -0.000664356 Jy ! Component: 1200 - total flux cleaned = -0.000576341 Jy ! Component: 1250 - total flux cleaned = -0.000402446 Jy ! Component: 1300 - total flux cleaned = -0.000232086 Jy ! Component: 1350 - total flux cleaned = -0.000148645 Jy ! Component: 1400 - total flux cleaned = -0.000189651 Jy ! Component: 1450 - total flux cleaned = -2.52169e-05 Jy ! Component: 1500 - total flux cleaned = 0.000174816 Jy ! Component: 1550 - total flux cleaned = 0.000293284 Jy ! Component: 1600 - total flux cleaned = 0.000487851 Jy ! Component: 1650 - total flux cleaned = 0.000487524 Jy ! Component: 1700 - total flux cleaned = 0.000713993 Jy ! Component: 1750 - total flux cleaned = 0.00089972 Jy ! Component: 1800 - total flux cleaned = 0.00104492 Jy ! Component: 1850 - total flux cleaned = 0.00118979 Jy ! Component: 1900 - total flux cleaned = 0.00129539 Jy ! Component: 1950 - total flux cleaned = 0.00147139 Jy ! Component: 2000 - total flux cleaned = 0.00160981 Jy ! Component: 2050 - total flux cleaned = 0.00174661 Jy ! Component: 2100 - total flux cleaned = 0.00191575 Jy ! Component: 2150 - total flux cleaned = 0.00208229 Jy ! Component: 2200 - total flux cleaned = 0.00237646 Jy ! Component: 2250 - total flux cleaned = 0.00244131 Jy ! Component: 2300 - total flux cleaned = 0.00269585 Jy ! Component: 2350 - total flux cleaned = 0.00297921 Jy ! Component: 2400 - total flux cleaned = 0.00310278 Jy ! Component: 2450 - total flux cleaned = 0.00328676 Jy ! Component: 2500 - total flux cleaned = 0.00340839 Jy ! Component: 2550 - total flux cleaned = 0.0036192 Jy ! Component: 2600 - total flux cleaned = 0.00376776 Jy ! Component: 2650 - total flux cleaned = 0.00394345 Jy ! Component: 2700 - total flux cleaned = 0.00408861 Jy ! Component: 2750 - total flux cleaned = 0.00423231 Jy ! Component: 2800 - total flux cleaned = 0.00428859 Jy ! Component: 2850 - total flux cleaned = 0.00445694 Jy ! Component: 2900 - total flux cleaned = 0.00451245 Jy ! Component: 2950 - total flux cleaned = 0.00456736 Jy ! Component: 3000 - total flux cleaned = 0.00470279 Jy ! Component: 3050 - total flux cleaned = 0.00483706 Jy ! Component: 3100 - total flux cleaned = 0.00496953 Jy ! Component: 3150 - total flux cleaned = 0.00494317 Jy ! Component: 3200 - total flux cleaned = 0.00509943 Jy ! Component: 3250 - total flux cleaned = 0.00527945 Jy ! Component: 3300 - total flux cleaned = 0.00533031 Jy ! Component: 3350 - total flux cleaned = 0.00545673 Jy ! Component: 3400 - total flux cleaned = 0.00560696 Jy ! Component: 3450 - total flux cleaned = 0.00582989 Jy ! Component: 3500 - total flux cleaned = 0.00587866 Jy ! Component: 3550 - total flux cleaned = 0.00604922 Jy ! Component: 3600 - total flux cleaned = 0.00614566 Jy ! Component: 3650 - total flux cleaned = 0.00624143 Jy ! Component: 3700 - total flux cleaned = 0.00638376 Jy ! Component: 3750 - total flux cleaned = 0.00654789 Jy ! Component: 3800 - total flux cleaned = 0.00652471 Jy ! Component: 3850 - total flux cleaned = 0.00673271 Jy ! Component: 3900 - total flux cleaned = 0.00673286 Jy ! Component: 3950 - total flux cleaned = 0.00686966 Jy ! Component: 4000 - total flux cleaned = 0.0069374 Jy ! Component: 4050 - total flux cleaned = 0.00718367 Jy ! Total flux subtracted in 4096 components = 0.00720592 Jy ! Clean residual min=-0.001253 max=0.001296 Jy/beam ! Clean residual mean=0.000003 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.544288 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 418 components and 0.544289 Jy ![Exited script file: muppet] wmap "J0710+4732_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.668 x 5.252 at -5.708 degrees (North through East) ! Clean map min=-0.002858 max=0.3915 Jy/beam ! Writing clean map to FITS file: J0710+4732_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.391498 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000389009 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.298093 0.298093 0.596186 1.19237 2.38474 4.76948 9.53897 19.0779 38.1559 76.3118 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.391 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.668 x 5.252 at -5.708 degrees (North through East) ! Clean map min=-0.002858 max=0.3915 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 J0710+4732_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:23:15 2019