! Started logfile: J0428+3259_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:04:47 2019 obs J0428+3259_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J0428+3259_S_2017_01_16_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.672416 visibilities/baseline/integration-bin. ! Found source: J0428+3259 ! ! 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 622 lines of history. ! ! Reading 17308 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 J0428+3259_S_2017_01_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 258 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 258 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 258 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 541 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.762523Jy sigma=0.006307 ! Fit after self-cal, rms=0.751946Jy sigma=0.006240 ! 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.641 mas, bmaj=6.543 mas, bpa=19.79 degrees ! Estimated noise=1196 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.201139 Jy ! Component: 100 - total flux cleaned = 0.247902 Jy ! Total flux subtracted in 100 components = 0.247902 Jy ! Clean residual min=-0.008862 max=0.018037 Jy/beam ! Clean residual mean=0.000029 rms=0.002935 Jy/beam ! Combined flux in latest and established models = 0.247902 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.247902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124784Jy sigma=0.000780 ! Fit after self-cal, rms=0.124771Jy sigma=0.000780 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0200135 Jy ! Component: 100 - total flux cleaned = 0.0308515 Jy ! Total flux subtracted in 100 components = 0.0308515 Jy ! Clean residual min=-0.008022 max=0.010246 Jy/beam ! Clean residual mean=0.000030 rms=0.002320 Jy/beam ! Combined flux in latest and established models = 0.278754 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 18 components and 0.278754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122112Jy sigma=0.000751 ! Fit after self-cal, rms=0.122070Jy sigma=0.000750 ! 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=4.327 mas, bmaj=7.282 mas, bpa=16.48 degrees ! Estimated noise=703.182 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.00350055 Jy ! Component: 100 - total flux cleaned = 0.00412185 Jy ! Component: 150 - total flux cleaned = 0.00437092 Jy ! Component: 200 - total flux cleaned = 0.00451994 Jy ! Total flux subtracted in 200 components = 0.00451994 Jy ! Clean residual min=-0.008722 max=0.010606 Jy/beam ! Clean residual mean=0.000029 rms=0.002426 Jy/beam ! Combined flux in latest and established models = 0.283274 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 32 components and 0.283274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121834Jy sigma=0.000748 ! Fit after self-cal, rms=0.121815Jy sigma=0.000748 ! 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.09 FD 0.94 HN 1.03 KP 1.00 ! LA 1.01 MK 1.00* NL 0.92 OV 0.97 ! PT 1.08 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.98 HN 0.98 KP 0.95 ! LA 0.97 MK 1.00* NL 1.06 OV 1.01 ! PT 1.10 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.99 HN 0.97 KP 0.93 ! LA 0.98 MK 1.00* NL 1.04 OV 0.93 ! PT 1.08 SC 0.95 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.97 HN 0.92 KP 1.00* ! LA 0.99 MK 1.00* NL 1.00* OV 0.93 ! PT 1.07 SC 1.27 ! ! ! Fit before self-cal, rms=0.121815Jy sigma=0.000748 ! Fit after self-cal, rms=0.131458Jy sigma=0.000727 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.294 mas, bmaj=7.262 mas, bpa=15.87 degrees ! Estimated noise=699.966 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.000416875 Jy ! Component: 100 - total flux cleaned = 0.000212774 Jy ! Component: 150 - total flux cleaned = -1.40813e-05 Jy ! Component: 200 - total flux cleaned = -1.3646e-05 Jy ! Total flux subtracted in 200 components = -1.3646e-05 Jy ! Clean residual min=-0.007730 max=0.008650 Jy/beam ! Clean residual mean=0.000030 rms=0.002133 Jy/beam ! Combined flux in latest and established models = 0.28326 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 46 components and 0.28326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131328Jy sigma=0.000725 ! Fit after self-cal, rms=0.131505Jy sigma=0.000725 ! 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.131505Jy sigma=0.000725 ! Fit after self-cal, rms=0.134336Jy sigma=0.000678 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.305 mas, bmaj=7.216 mas, bpa=16.22 degrees ! Estimated noise=702.625 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000861086 Jy ! Component: 100 - total flux cleaned = 0.000936741 Jy ! Component: 150 - total flux cleaned = 0.000969964 Jy ! Component: 200 - total flux cleaned = 0.000999107 Jy ! Total flux subtracted in 200 components = 0.000999107 Jy ! Clean residual min=-0.002146 max=0.002573 Jy/beam ! Clean residual mean=0.000001 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.284259 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 60 components and 0.284259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134311Jy sigma=0.000678 ! Fit after self-cal, rms=0.134539Jy sigma=0.000678 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 (6.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000548864 Jy ! Component: 100 - total flux cleaned = 0.000571709 Jy ! Component: 150 - total flux cleaned = 0.00073134 Jy ! Component: 200 - total flux cleaned = 0.000732235 Jy ! Total flux subtracted in 200 components = 0.000732235 Jy ! Clean residual min=-0.001923 max=0.002040 Jy/beam ! Clean residual mean=0.000001 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.284991 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 76 components and 0.284991 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134487Jy sigma=0.000677 ! Fit after self-cal, rms=0.134467Jy sigma=0.000677 ! Inverting map ! Added new window around map position (-43.5, 73.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00177281 Jy ! Component: 100 - total flux cleaned = 0.00217773 Jy ! Component: 150 - total flux cleaned = 0.00225015 Jy ! Component: 200 - total flux cleaned = 0.00221919 Jy ! Total flux subtracted in 200 components = 0.00221919 Jy ! Clean residual min=-0.001717 max=0.001581 Jy/beam ! Clean residual mean=0.000001 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.287211 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 94 components and 0.287211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134428Jy sigma=0.000676 ! Fit after self-cal, rms=0.134423Jy sigma=0.000676 ! 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.134423Jy sigma=0.000676 ! Fit after self-cal, rms=0.134628Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.304 mas, bmaj=7.209 mas, bpa=16.22 degrees ! Estimated noise=704.618 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00091248 Jy ! Component: 100 - total flux cleaned = 0.00125734 Jy ! Component: 150 - total flux cleaned = 0.0013663 Jy ! Component: 200 - total flux cleaned = 0.00141597 Jy ! Total flux subtracted in 200 components = 0.00141597 Jy ! Clean residual min=-0.001749 max=0.001523 Jy/beam ! Clean residual mean=0.000002 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.288627 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 114 components and 0.288627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134607Jy sigma=0.000676 ! Fit after self-cal, rms=0.134604Jy sigma=0.000676 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.000273586 Jy ! Component: 100 - total flux cleaned = 0.000206172 Jy ! Component: 150 - total flux cleaned = 0.000206117 Jy ! Component: 200 - total flux cleaned = 0.000186285 Jy ! Total flux subtracted in 200 components = 0.000186285 Jy ! Clean residual min=-0.001694 max=0.001543 Jy/beam ! Clean residual mean=0.000002 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.288813 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 130 components and 0.288813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134591Jy sigma=0.000676 ! Fit after self-cal, rms=0.134590Jy sigma=0.000676 ! 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.134590Jy sigma=0.000676 ! Fit after self-cal, rms=0.134732Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.788 mas, bmaj=9.116 mas, bpa=0.5778 degrees ! Estimated noise=835.001 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000538505 Jy ! Component: 100 - total flux cleaned = 0.000535984 Jy ! Component: 150 - total flux cleaned = 0.000558992 Jy ! Component: 200 - total flux cleaned = 0.00058023 Jy ! Total flux subtracted in 200 components = 0.00058023 Jy ! Clean residual min=-0.001677 max=0.001706 Jy/beam ! Clean residual mean=0.000004 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.289393 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 157 components and 0.289393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134719Jy sigma=0.000676 ! Fit after self-cal, rms=0.134721Jy sigma=0.000676 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.05563e-06 Jy ! Component: 100 - total flux cleaned = -7.46701e-05 Jy ! Component: 150 - total flux cleaned = -0.000119178 Jy ! Component: 200 - total flux cleaned = -0.000146903 Jy ! Total flux subtracted in 200 components = -0.000146903 Jy ! Clean residual min=-0.001673 max=0.001681 Jy/beam ! Clean residual mean=0.000004 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.289246 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 166 components and 0.289246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134717Jy sigma=0.000676 ! Fit after self-cal, rms=0.134719Jy sigma=0.000676 ! 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=4.303 mas, bmaj=7.206 mas, bpa=16.22 degrees ! Estimated noise=705.979 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.303 x 7.206 at 16.22 degrees (North through East) ! Clean map min=-0.002118 max=0.25683 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.648 mas, bmaj=6.497 mas, bpa=19.24 degrees ! Estimated noise=1187.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.199353 Jy ! Component: 100 - total flux cleaned = 0.246149 Jy ! Component: 150 - total flux cleaned = 0.265868 Jy ! Component: 200 - total flux cleaned = 0.276816 Jy ! Total flux subtracted in 200 components = 0.276816 Jy ! Clean residual min=-0.004530 max=0.005432 Jy/beam ! Clean residual mean=0.000007 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.276816 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.276816 Jy ! Inverting map and beam ! Estimated beam: bmin=4.303 mas, bmaj=7.206 mas, bpa=16.22 degrees ! Estimated noise=705.979 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.0066424 Jy ! Component: 100 - total flux cleaned = 0.00954486 Jy ! Component: 150 - total flux cleaned = 0.0108993 Jy ! Component: 200 - total flux cleaned = 0.0119866 Jy ! Total flux subtracted in 200 components = 0.0119866 Jy ! Clean residual min=-0.001916 max=0.001763 Jy/beam ! Clean residual mean=0.000002 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.288802 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 48 components and 0.288802 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.788 mas, bmaj=9.116 mas, bpa=0.5778 degrees ! Estimated noise=835.001 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000121021 Jy ! Component: 100 - total flux cleaned = 0.000166001 Jy ! Component: 150 - total flux cleaned = 0.000163946 Jy ! Component: 200 - total flux cleaned = 0.000131775 Jy ! Total flux subtracted in 200 components = 0.000131775 Jy ! Clean residual min=-0.001676 max=0.001661 Jy/beam ! Clean residual mean=0.000004 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.288934 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 = 6.06376e-05 Jy ! Component: 100 - total flux cleaned = 0.000114793 Jy ! Component: 150 - total flux cleaned = 0.000188061 Jy ! Component: 200 - total flux cleaned = 0.000255087 Jy ! Total flux subtracted in 200 components = 0.000255087 Jy ! Clean residual min=-0.001674 max=0.001609 Jy/beam ! Clean residual mean=0.000005 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.289189 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 87 components and 0.289189 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.303 mas, bmaj=7.206 mas, bpa=16.22 degrees ! Estimated noise=705.979 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000103741 Jy ! Component: 100 - total flux cleaned = 6.20497e-05 Jy ! Component: 150 - total flux cleaned = 9.36294e-05 Jy ! Component: 200 - total flux cleaned = 0.00012329 Jy ! Total flux subtracted in 200 components = 0.00012329 Jy ! Clean residual min=-0.001712 max=0.001569 Jy/beam ! Clean residual mean=0.000003 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.289312 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 108 components and 0.289312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134739Jy sigma=0.000676 ! Fit after self-cal, rms=0.134736Jy sigma=0.000676 wmodel J0428+3259_S_2017_01_16_pus_map.mod ! Writing 108 model components to file: J0428+3259_S_2017_01_16_pus_map.mod wobs J0428+3259_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J0428+3259_S_2017_01_16_pus_uvs.fits wwins J0428+3259_S_2017_01_16_pus_map.win ! wwins: Wrote 3 windows to J0428+3259_S_2017_01_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.000437183 Jy ! Component: 100 - total flux cleaned = -0.000693902 Jy ! Component: 150 - total flux cleaned = -0.000907214 Jy ! Component: 200 - total flux cleaned = -0.000856636 Jy ! Component: 250 - total flux cleaned = -0.000783368 Jy ! Component: 300 - total flux cleaned = -0.00080784 Jy ! Component: 350 - total flux cleaned = -0.000899749 Jy ! Component: 400 - total flux cleaned = -0.000989665 Jy ! Component: 450 - total flux cleaned = -0.00109933 Jy ! Component: 500 - total flux cleaned = -0.00118505 Jy ! Component: 550 - total flux cleaned = -0.00131041 Jy ! Component: 600 - total flux cleaned = -0.00137169 Jy ! Component: 650 - total flux cleaned = -0.00149233 Jy ! Component: 700 - total flux cleaned = -0.00157075 Jy ! Component: 750 - total flux cleaned = -0.00160937 Jy ! Component: 800 - total flux cleaned = -0.0017045 Jy ! Component: 850 - total flux cleaned = -0.00166737 Jy ! Component: 900 - total flux cleaned = -0.00177797 Jy ! Component: 950 - total flux cleaned = -0.00186843 Jy ! Component: 1000 - total flux cleaned = -0.00192172 Jy ! Component: 1050 - total flux cleaned = -0.00199204 Jy ! Component: 1100 - total flux cleaned = -0.00204408 Jy ! Component: 1150 - total flux cleaned = -0.00216377 Jy ! Component: 1200 - total flux cleaned = -0.00219735 Jy ! Component: 1250 - total flux cleaned = -0.00224745 Jy ! Component: 1300 - total flux cleaned = -0.00228036 Jy ! Component: 1350 - total flux cleaned = -0.00231283 Jy ! Component: 1400 - total flux cleaned = -0.00229642 Jy ! Component: 1450 - total flux cleaned = -0.00224843 Jy ! Component: 1500 - total flux cleaned = -0.00229596 Jy ! Component: 1550 - total flux cleaned = -0.00229615 Jy ! Component: 1600 - total flux cleaned = -0.00234237 Jy ! Component: 1650 - total flux cleaned = -0.00237302 Jy ! Component: 1700 - total flux cleaned = -0.00241876 Jy ! Component: 1750 - total flux cleaned = -0.00240366 Jy ! Component: 1800 - total flux cleaned = -0.00246336 Jy ! Component: 1850 - total flux cleaned = -0.00244867 Jy ! Component: 1900 - total flux cleaned = -0.00249258 Jy ! Component: 1950 - total flux cleaned = -0.00247794 Jy ! Component: 2000 - total flux cleaned = -0.00249251 Jy ! Component: 2050 - total flux cleaned = -0.0025928 Jy ! Component: 2100 - total flux cleaned = -0.00257846 Jy ! Component: 2150 - total flux cleaned = -0.00259268 Jy ! Component: 2200 - total flux cleaned = -0.00264877 Jy ! Component: 2250 - total flux cleaned = -0.00267657 Jy ! Component: 2300 - total flux cleaned = -0.00270405 Jy ! Component: 2350 - total flux cleaned = -0.00271781 Jy ! Component: 2400 - total flux cleaned = -0.0028262 Jy ! Component: 2450 - total flux cleaned = -0.00286631 Jy ! Component: 2500 - total flux cleaned = -0.00286631 Jy ! Component: 2550 - total flux cleaned = -0.00294569 Jy ! Component: 2600 - total flux cleaned = -0.00295889 Jy ! Component: 2650 - total flux cleaned = -0.00305001 Jy ! Component: 2700 - total flux cleaned = -0.00308894 Jy ! Component: 2750 - total flux cleaned = -0.00315316 Jy ! Component: 2800 - total flux cleaned = -0.00324238 Jy ! Component: 2850 - total flux cleaned = -0.00330572 Jy ! Component: 2900 - total flux cleaned = -0.00338125 Jy ! Component: 2950 - total flux cleaned = -0.00345624 Jy ! Component: 3000 - total flux cleaned = -0.0035431 Jy ! Component: 3050 - total flux cleaned = -0.00360474 Jy ! Component: 3100 - total flux cleaned = -0.00364155 Jy ! Component: 3150 - total flux cleaned = -0.00373898 Jy ! Component: 3200 - total flux cleaned = -0.00379964 Jy ! Component: 3250 - total flux cleaned = -0.00389616 Jy ! Component: 3300 - total flux cleaned = -0.00398001 Jy ! Component: 3350 - total flux cleaned = -0.00405163 Jy ! Component: 3400 - total flux cleaned = -0.00415833 Jy ! Component: 3450 - total flux cleaned = -0.00420553 Jy ! Component: 3500 - total flux cleaned = -0.00431111 Jy ! Component: 3550 - total flux cleaned = -0.00436946 Jy ! Component: 3600 - total flux cleaned = -0.00441587 Jy ! Component: 3650 - total flux cleaned = -0.00445057 Jy ! Component: 3700 - total flux cleaned = -0.00455397 Jy ! Component: 3750 - total flux cleaned = -0.00463394 Jy ! Component: 3800 - total flux cleaned = -0.00470215 Jy ! Component: 3850 - total flux cleaned = -0.00479271 Jy ! Component: 3900 - total flux cleaned = -0.00484896 Jy ! Component: 3950 - total flux cleaned = -0.00492739 Jy ! Component: 4000 - total flux cleaned = -0.00499426 Jy ! Component: 4050 - total flux cleaned = -0.00507184 Jy ! Total flux subtracted in 4096 components = -0.00513808 Jy ! Clean residual min=-0.000719 max=0.000585 Jy/beam ! Clean residual mean=0.000000 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.284174 Jy keep ! Adding 322 model components to the UV plane model. ! The established model now contains 430 components and 0.284174 Jy ![Exited script file: muppet] wmap "J0428+3259_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.303 x 7.206 at 16.22 degrees (North through East) ! Clean map min=-0.0016104 max=0.25697 Jy/beam ! Writing clean map to FITS file: J0428+3259_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.256969 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000202163 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.236017 0.236017 0.472033 0.944066 1.88813 3.77627 7.55253 15.1051 30.2101 60.4202 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.256 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.303 x 7.206 at 16.22 degrees (North through East) ! Clean map min=-0.0016104 max=0.25697 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 J0428+3259_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:04:53 2019