! Started logfile: J0935+1929_S_2017_07_16_pus_uvs.log on Thu May 9 11:06:02 2019 obs J0935+1929_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J0935+1929_S_2017_07_16_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.777193 visibilities/baseline/integration-bin. ! Found source: J0935+1929 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 815 lines of history. ! ! Reading 15948 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 J0935+1929_S_2017_07_16_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 194 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 767 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.853831Jy sigma=0.007607 ! Fit after self-cal, rms=0.834801Jy sigma=0.007454 ! 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.662 mas, bmaj=6.036 mas, bpa=-1.427 degrees ! Estimated noise=1092.96 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.128349 Jy ! Component: 100 - total flux cleaned = 0.160232 Jy ! Total flux subtracted in 100 components = 0.160232 Jy ! Clean residual min=-0.005159 max=0.012493 Jy/beam ! Clean residual mean=-0.000003 rms=0.001549 Jy/beam ! Combined flux in latest and established models = 0.160232 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.160232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083395Jy sigma=0.000700 ! Fit after self-cal, rms=0.083392Jy sigma=0.000700 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0136854 Jy ! Component: 100 - total flux cleaned = 0.021351 Jy ! Total flux subtracted in 100 components = 0.021351 Jy ! Clean residual min=-0.004153 max=0.004500 Jy/beam ! Clean residual mean=-0.000001 rms=0.001089 Jy/beam ! Combined flux in latest and established models = 0.181583 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.181583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081222Jy sigma=0.000681 ! Fit after self-cal, rms=0.081214Jy sigma=0.000680 ! 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.11 mas, bmaj=6.9 mas, bpa=-2.295 degrees ! Estimated noise=734.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00344825 Jy ! Component: 100 - total flux cleaned = 0.00530967 Jy ! Component: 150 - total flux cleaned = 0.00576386 Jy ! Component: 200 - total flux cleaned = 0.00580421 Jy ! Total flux subtracted in 200 components = 0.00580421 Jy ! Clean residual min=-0.003708 max=0.002945 Jy/beam ! Clean residual mean=-0.000005 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.187387 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 34 components and 0.187387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081042Jy sigma=0.000679 ! Fit after self-cal, rms=0.081040Jy sigma=0.000679 ! 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 0.91 FD 1.00* HN 0.94 KP 1.03 ! LA 1.09 MK 0.99 NL 0.87 OV 1.01 ! PT 1.06 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00* HN 0.99 KP 1.03 ! LA 0.97 MK 1.03 NL 1.02 OV 1.07 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.00* HN 1.01 KP 1.01 ! LA 1.02 MK 1.04 NL 0.97 OV 0.93 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 4. ! A total of 189 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.90 KP 1.00* ! LA 1.06 MK 0.90 NL 1.00* OV 1.00* ! PT 1.06 SC 1.00* ! ! ! Fit before self-cal, rms=0.081040Jy sigma=0.000679 ! Fit after self-cal, rms=0.078915Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.145 mas, bmaj=6.92 mas, bpa=-1.666 degrees ! Estimated noise=735.514 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.000579471 Jy ! Component: 100 - total flux cleaned = 0.000746484 Jy ! Component: 150 - total flux cleaned = 0.000792552 Jy ! Component: 200 - total flux cleaned = 0.000834198 Jy ! Total flux subtracted in 200 components = 0.000834198 Jy ! Clean residual min=-0.002351 max=0.002705 Jy/beam ! Clean residual mean=-0.000006 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.188221 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.188221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078898Jy sigma=0.000672 ! Fit after self-cal, rms=0.078896Jy sigma=0.000672 ! 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.078896Jy sigma=0.000672 ! Fit after self-cal, rms=0.078646Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.146 mas, bmaj=6.926 mas, bpa=-1.741 degrees ! Estimated noise=736.433 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000187395 Jy ! Component: 100 - total flux cleaned = 0.000187168 Jy ! Component: 150 - total flux cleaned = 0.00021365 Jy ! Component: 200 - total flux cleaned = 0.000238665 Jy ! Total flux subtracted in 200 components = 0.000238665 Jy ! Clean residual min=-0.001955 max=0.002188 Jy/beam ! Clean residual mean=-0.000001 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.18846 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 46 components and 0.18846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078640Jy sigma=0.000666 ! Fit after self-cal, rms=0.078665Jy sigma=0.000666 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 (99, -73). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109345 Jy ! Component: 100 - total flux cleaned = 0.00120043 Jy ! Component: 150 - total flux cleaned = 0.00122819 Jy ! Component: 200 - total flux cleaned = 0.00125331 Jy ! Total flux subtracted in 200 components = 0.00125331 Jy ! Clean residual min=-0.001857 max=0.002124 Jy/beam ! Clean residual mean=-0.000002 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.189713 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 63 components and 0.189713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078612Jy sigma=0.000665 ! Fit after self-cal, rms=0.078607Jy sigma=0.000665 ! Inverting map ! Added new window around map position (-98, 56.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00180657 Jy ! Component: 100 - total flux cleaned = 0.00237235 Jy ! Component: 150 - total flux cleaned = 0.00273438 Jy ! Component: 200 - total flux cleaned = 0.00289329 Jy ! Total flux subtracted in 200 components = 0.00289329 Jy ! Clean residual min=-0.001940 max=0.001541 Jy/beam ! Clean residual mean=-0.000002 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.192607 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 82 components and 0.192607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078556Jy sigma=0.000665 ! Fit after self-cal, rms=0.078553Jy sigma=0.000665 ! 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.078553Jy sigma=0.000665 ! Fit after self-cal, rms=0.078775Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.145 mas, bmaj=6.917 mas, bpa=-1.688 degrees ! Estimated noise=735.744 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000509283 Jy ! Component: 100 - total flux cleaned = 0.000857352 Jy ! Component: 150 - total flux cleaned = 0.00101486 Jy ! Component: 200 - total flux cleaned = 0.00118216 Jy ! Total flux subtracted in 200 components = 0.00118216 Jy ! Clean residual min=-0.001938 max=0.001571 Jy/beam ! Clean residual mean=-0.000002 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.193789 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 92 components and 0.193789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078760Jy sigma=0.000664 ! Fit after self-cal, rms=0.078773Jy sigma=0.000664 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.000124454 Jy ! Component: 100 - total flux cleaned = 0.000222841 Jy ! Component: 150 - total flux cleaned = 0.000297137 Jy ! Component: 200 - total flux cleaned = 0.000368984 Jy ! Total flux subtracted in 200 components = 0.000368984 Jy ! Clean residual min=-0.001936 max=0.001565 Jy/beam ! Clean residual mean=-0.000001 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.194158 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 104 components and 0.194158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078764Jy sigma=0.000664 ! Fit after self-cal, rms=0.078764Jy sigma=0.000664 ! 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.078764Jy sigma=0.000664 ! Fit after self-cal, rms=0.078777Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.671 mas, bmaj=10.67 mas, bpa=-6.759 degrees ! Estimated noise=961.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000653243 Jy ! Component: 100 - total flux cleaned = 0.000943493 Jy ! Component: 150 - total flux cleaned = 0.00101637 Jy ! Component: 200 - total flux cleaned = 0.00108208 Jy ! Total flux subtracted in 200 components = 0.00108208 Jy ! Clean residual min=-0.002229 max=0.001751 Jy/beam ! Clean residual mean=-0.000003 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.19524 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 117 components and 0.19524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078777Jy sigma=0.000664 ! Fit after self-cal, rms=0.078775Jy sigma=0.000664 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.58777e-05 Jy ! Component: 100 - total flux cleaned = 0.00010402 Jy ! Component: 150 - total flux cleaned = 0.000161722 Jy ! Component: 200 - total flux cleaned = 0.000201808 Jy ! Total flux subtracted in 200 components = 0.000201808 Jy ! Clean residual min=-0.002180 max=0.001772 Jy/beam ! Clean residual mean=-0.000003 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.195442 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 128 components and 0.195442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078774Jy sigma=0.000664 ! Fit after self-cal, rms=0.078773Jy sigma=0.000664 ! 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.146 mas, bmaj=6.917 mas, bpa=-1.671 degrees ! Estimated noise=735.847 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.146 x 6.917 at -1.671 degrees (North through East) ! Clean map min=-0.0018043 max=0.16676 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.686 mas, bmaj=6.092 mas, bpa=-1.167 degrees ! Estimated noise=1101.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.127673 Jy ! Component: 100 - total flux cleaned = 0.159271 Jy ! Component: 150 - total flux cleaned = 0.172168 Jy ! Component: 200 - total flux cleaned = 0.179151 Jy ! Total flux subtracted in 200 components = 0.179151 Jy ! Clean residual min=-0.003431 max=0.003906 Jy/beam ! Clean residual mean=-0.000001 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.179151 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.179151 Jy ! Inverting map and beam ! Estimated beam: bmin=3.146 mas, bmaj=6.917 mas, bpa=-1.671 degrees ! Estimated noise=735.847 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.0044222 Jy ! Component: 100 - total flux cleaned = 0.00734794 Jy ! Component: 150 - total flux cleaned = 0.00952022 Jy ! Component: 200 - total flux cleaned = 0.0107911 Jy ! Total flux subtracted in 200 components = 0.0107911 Jy ! Clean residual min=-0.001874 max=0.001809 Jy/beam ! Clean residual mean=-0.000002 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.189942 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 39 components and 0.189942 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.671 mas, bmaj=10.67 mas, bpa=-6.759 degrees ! Estimated noise=961.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168241 Jy ! Component: 100 - total flux cleaned = 0.0026764 Jy ! Component: 150 - total flux cleaned = 0.00328397 Jy ! Component: 200 - total flux cleaned = 0.00373391 Jy ! Total flux subtracted in 200 components = 0.00373391 Jy ! Clean residual min=-0.002196 max=0.001821 Jy/beam ! Clean residual mean=-0.000003 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.193676 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.000252339 Jy ! Component: 100 - total flux cleaned = 0.000430152 Jy ! Component: 150 - total flux cleaned = 0.000614077 Jy ! Component: 200 - total flux cleaned = 0.000780475 Jy ! Total flux subtracted in 200 components = 0.000780475 Jy ! Clean residual min=-0.002191 max=0.001801 Jy/beam ! Clean residual mean=-0.000003 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.194456 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 80 components and 0.194456 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.146 mas, bmaj=6.917 mas, bpa=-1.671 degrees ! Estimated noise=735.847 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.97898e-05 Jy ! Component: 100 - total flux cleaned = 0.000183733 Jy ! Component: 150 - total flux cleaned = 0.000309555 Jy ! Component: 200 - total flux cleaned = 0.000369271 Jy ! Total flux subtracted in 200 components = 0.000369271 Jy ! Clean residual min=-0.001897 max=0.001570 Jy/beam ! Clean residual mean=-0.000001 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.194826 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 105 components and 0.194826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078811Jy sigma=0.000664 ! Fit after self-cal, rms=0.078802Jy sigma=0.000664 wmodel J0935+1929_S_2017_07_16_pus_map.mod ! Writing 105 model components to file: J0935+1929_S_2017_07_16_pus_map.mod wobs J0935+1929_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J0935+1929_S_2017_07_16_pus_uvs.fits wwins J0935+1929_S_2017_07_16_pus_map.win ! wwins: Wrote 3 windows to J0935+1929_S_2017_07_16_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000674148 Jy ! Component: 100 - total flux cleaned = -0.000732114 Jy ! Component: 150 - total flux cleaned = -0.000732548 Jy ! Component: 200 - total flux cleaned = -0.000758359 Jy ! Component: 250 - total flux cleaned = -0.0007835 Jy ! Component: 300 - total flux cleaned = -0.000831887 Jy ! Component: 350 - total flux cleaned = -0.000831412 Jy ! Component: 400 - total flux cleaned = -0.000808899 Jy ! Component: 450 - total flux cleaned = -0.000809439 Jy ! Component: 500 - total flux cleaned = -0.000853042 Jy ! Component: 550 - total flux cleaned = -0.000831715 Jy ! Component: 600 - total flux cleaned = -0.000749093 Jy ! Component: 650 - total flux cleaned = -0.000688527 Jy ! Component: 700 - total flux cleaned = -0.000628445 Jy ! Component: 750 - total flux cleaned = -0.000511309 Jy ! Component: 800 - total flux cleaned = -0.000453765 Jy ! Component: 850 - total flux cleaned = -0.000358985 Jy ! Component: 900 - total flux cleaned = -0.000284787 Jy ! Component: 950 - total flux cleaned = -0.000174763 Jy ! Component: 1000 - total flux cleaned = -8.43741e-05 Jy ! Component: 1050 - total flux cleaned = 4.02053e-05 Jy ! Component: 1100 - total flux cleaned = 0.000162701 Jy ! Component: 1150 - total flux cleaned = 0.000283221 Jy ! Component: 1200 - total flux cleaned = 0.000385092 Jy ! Component: 1250 - total flux cleaned = 0.000485691 Jy ! Component: 1300 - total flux cleaned = 0.000568278 Jy ! Component: 1350 - total flux cleaned = 0.000584581 Jy ! Component: 1400 - total flux cleaned = 0.000584877 Jy ! Component: 1450 - total flux cleaned = 0.000632824 Jy ! Component: 1500 - total flux cleaned = 0.00071198 Jy ! Component: 1550 - total flux cleaned = 0.000712322 Jy ! Component: 1600 - total flux cleaned = 0.000774171 Jy ! Component: 1650 - total flux cleaned = 0.000819567 Jy ! Component: 1700 - total flux cleaned = 0.000804225 Jy ! Component: 1750 - total flux cleaned = 0.000804334 Jy ! Component: 1800 - total flux cleaned = 0.000848735 Jy ! Component: 1850 - total flux cleaned = 0.000863086 Jy ! Component: 1900 - total flux cleaned = 0.000906362 Jy ! Component: 1950 - total flux cleaned = 0.000834812 Jy ! Component: 2000 - total flux cleaned = 0.000863233 Jy ! Component: 2050 - total flux cleaned = 0.00086331 Jy ! Component: 2100 - total flux cleaned = 0.000835371 Jy ! Component: 2150 - total flux cleaned = 0.000821552 Jy ! Component: 2200 - total flux cleaned = 0.000807855 Jy ! Component: 2250 - total flux cleaned = 0.000902924 Jy ! Component: 2300 - total flux cleaned = 0.000889447 Jy ! Component: 2350 - total flux cleaned = 0.000836036 Jy ! Component: 2400 - total flux cleaned = 0.000888885 Jy ! Component: 2450 - total flux cleaned = 0.000888879 Jy ! Component: 2500 - total flux cleaned = 0.000862917 Jy ! Component: 2550 - total flux cleaned = 0.000901593 Jy ! Component: 2600 - total flux cleaned = 0.000888772 Jy ! Component: 2650 - total flux cleaned = 0.000837931 Jy ! Component: 2700 - total flux cleaned = 0.00086318 Jy ! Component: 2750 - total flux cleaned = 0.000838043 Jy ! Component: 2800 - total flux cleaned = 0.000838042 Jy ! Component: 2850 - total flux cleaned = 0.000862464 Jy ! Component: 2900 - total flux cleaned = 0.000789117 Jy ! Component: 2950 - total flux cleaned = 0.000825505 Jy ! Component: 3000 - total flux cleaned = 0.000801524 Jy ! Component: 3050 - total flux cleaned = 0.000837278 Jy ! Component: 3100 - total flux cleaned = 0.00076616 Jy ! Component: 3150 - total flux cleaned = 0.000801474 Jy ! Component: 3200 - total flux cleaned = 0.000789662 Jy ! Component: 3250 - total flux cleaned = 0.000789636 Jy ! Component: 3300 - total flux cleaned = 0.000789726 Jy ! Component: 3350 - total flux cleaned = 0.000766886 Jy ! Component: 3400 - total flux cleaned = 0.000755469 Jy ! Component: 3450 - total flux cleaned = 0.000789498 Jy ! Component: 3500 - total flux cleaned = 0.000755847 Jy ! Component: 3550 - total flux cleaned = 0.000767036 Jy ! Component: 3600 - total flux cleaned = 0.000766959 Jy ! Component: 3650 - total flux cleaned = 0.000788925 Jy ! Component: 3700 - total flux cleaned = 0.00076703 Jy ! Component: 3750 - total flux cleaned = 0.000745224 Jy ! Component: 3800 - total flux cleaned = 0.000755987 Jy ! Component: 3850 - total flux cleaned = 0.000777305 Jy ! Component: 3900 - total flux cleaned = 0.000745301 Jy ! Component: 3950 - total flux cleaned = 0.000755877 Jy ! Component: 4000 - total flux cleaned = 0.00071377 Jy ! Component: 4050 - total flux cleaned = 0.000703405 Jy ! Total flux subtracted in 4096 components = 0.000724234 Jy ! Clean residual min=-0.000640 max=0.000641 Jy/beam ! Clean residual mean=-0.000002 rms=0.000189 Jy/beam ! Combined flux in latest and established models = 0.19555 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 379 components and 0.19555 Jy ![Exited script file: muppet] wmap "J0935+1929_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.146 x 6.917 at -1.671 degrees (North through East) ! Clean map min=-0.0013741 max=0.16656 Jy/beam ! Writing clean map to FITS file: J0935+1929_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.166561 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000187957 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.338537 0.338537 0.677074 1.35415 2.70829 5.41659 10.8332 21.6664 43.3327 86.6654 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.166 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.146 x 6.917 at -1.671 degrees (North through East) ! Clean map min=-0.0013741 max=0.16656 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 J0935+1929_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:06:07 2019