! Started logfile: J0413+5250_S_2017_07_16_pus_uvs.log on Thu May 9 11:00:48 2019 obs J0413+5250_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J0413+5250_S_2017_07_16_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.70873 visibilities/baseline/integration-bin. ! Found source: J0413+5250 ! ! 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 10716 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 J0413+5250_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 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 145 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 551 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.825310Jy sigma=0.007936 ! Fit after self-cal, rms=0.816616Jy sigma=0.007858 ! 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.873 mas, bmaj=4.149 mas, bpa=6.417 degrees ! Estimated noise=1322.05 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.140462 Jy ! Component: 100 - total flux cleaned = 0.174609 Jy ! Total flux subtracted in 100 components = 0.174609 Jy ! Clean residual min=-0.006951 max=0.014123 Jy/beam ! Clean residual mean=0.000016 rms=0.001768 Jy/beam ! Combined flux in latest and established models = 0.174609 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.174609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082829Jy sigma=0.000733 ! Fit after self-cal, rms=0.082825Jy sigma=0.000733 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0159523 Jy ! Component: 100 - total flux cleaned = 0.0245153 Jy ! Total flux subtracted in 100 components = 0.0245153 Jy ! Clean residual min=-0.005023 max=0.005832 Jy/beam ! Clean residual mean=0.000004 rms=0.001201 Jy/beam ! Combined flux in latest and established models = 0.199125 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 21 components and 0.199125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078962Jy sigma=0.000697 ! Fit after self-cal, rms=0.078947Jy sigma=0.000697 ! 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.404 mas, bmaj=4.948 mas, bpa=7.214 degrees ! Estimated noise=817.63 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, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00696152 Jy ! Component: 100 - total flux cleaned = 0.00862475 Jy ! Component: 150 - total flux cleaned = 0.00913188 Jy ! Component: 200 - total flux cleaned = 0.00922693 Jy ! Total flux subtracted in 200 components = 0.00922693 Jy ! Clean residual min=-0.003396 max=0.003464 Jy/beam ! Clean residual mean=-0.000003 rms=0.000892 Jy/beam ! Combined flux in latest and established models = 0.208352 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 47 components and 0.208351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078050Jy sigma=0.000691 ! Fit after self-cal, rms=0.078025Jy sigma=0.000691 ! 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 1.00* HN 0.96 KP 1.03 ! LA 0.99 MK 1.04 NL 0.91 OV 1.00 ! PT 1.06 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00* HN 1.02 KP 1.02 ! LA 0.97 MK 1.04 NL 1.03 OV 1.06 ! PT 1.01 SC 1.11 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.82 FD 1.00* HN 1.01 KP 0.98 ! LA 1.01 MK 1.05 NL 0.98 OV 0.95 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 4. ! A total of 93 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.99 KP 1.00* ! LA 1.02 MK 0.99 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.078025Jy sigma=0.000691 ! Fit after self-cal, rms=0.074783Jy sigma=0.000678 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.455 mas, bmaj=4.977 mas, bpa=6.786 degrees ! Estimated noise=820.167 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.00124446 Jy ! Component: 100 - total flux cleaned = 0.00107407 Jy ! Component: 150 - total flux cleaned = 0.00089394 Jy ! Component: 200 - total flux cleaned = 0.000817458 Jy ! Total flux subtracted in 200 components = 0.000817458 Jy ! Clean residual min=-0.002832 max=0.002924 Jy/beam ! Clean residual mean=0.000003 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.209169 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 66 components and 0.209169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074682Jy sigma=0.000678 ! Fit after self-cal, rms=0.074672Jy sigma=0.000677 ! 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.074672Jy sigma=0.000677 ! Fit after self-cal, rms=0.073374Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.45 mas, bmaj=4.97 mas, bpa=6.757 degrees ! Estimated noise=819.332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000955467 Jy ! Component: 100 - total flux cleaned = 0.00117181 Jy ! Component: 150 - total flux cleaned = 0.00127943 Jy ! Component: 200 - total flux cleaned = 0.00132705 Jy ! Total flux subtracted in 200 components = 0.00132705 Jy ! Clean residual min=-0.002265 max=0.001755 Jy/beam ! Clean residual mean=0.000003 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.210496 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 77 components and 0.210496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073352Jy sigma=0.000667 ! Fit after self-cal, rms=0.073361Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000129873 Jy ! Component: 100 - total flux cleaned = 0.000109545 Jy ! Component: 150 - total flux cleaned = 0.000109956 Jy ! Component: 200 - total flux cleaned = 0.000110183 Jy ! Total flux subtracted in 200 components = 0.000110183 Jy ! Clean residual min=-0.002249 max=0.001715 Jy/beam ! Clean residual mean=0.000002 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.210606 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 82 components and 0.210606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073351Jy sigma=0.000666 ! Fit after self-cal, rms=0.073350Jy sigma=0.000666 ! 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.073350Jy sigma=0.000666 ! Fit after self-cal, rms=0.073439Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.451 mas, bmaj=4.967 mas, bpa=6.777 degrees ! Estimated noise=819.896 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00054688 Jy ! Component: 100 - total flux cleaned = 0.000671124 Jy ! Component: 150 - total flux cleaned = 0.00074495 Jy ! Component: 200 - total flux cleaned = 0.000761777 Jy ! Total flux subtracted in 200 components = 0.000761777 Jy ! Clean residual min=-0.002230 max=0.001679 Jy/beam ! Clean residual mean=0.000003 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.211368 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 85 components and 0.211368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073429Jy sigma=0.000666 ! Fit after self-cal, rms=0.073429Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.59187e-05 Jy ! Component: 100 - total flux cleaned = 7.59445e-05 Jy ! Component: 150 - total flux cleaned = 7.56206e-05 Jy ! Component: 200 - total flux cleaned = 7.54187e-05 Jy ! Total flux subtracted in 200 components = 7.54187e-05 Jy ! Clean residual min=-0.002216 max=0.001666 Jy/beam ! Clean residual mean=0.000003 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.211443 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 89 components and 0.211443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073423Jy sigma=0.000666 ! Fit after self-cal, rms=0.073423Jy sigma=0.000666 ! 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.073423Jy sigma=0.000666 ! Fit after self-cal, rms=0.073464Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.175 mas, bmaj=8.491 mas, bpa=6.16 degrees ! Estimated noise=1053.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000695182 Jy ! Component: 100 - total flux cleaned = 0.000937351 Jy ! Component: 150 - total flux cleaned = 0.00098652 Jy ! Component: 200 - total flux cleaned = 0.00101612 Jy ! Total flux subtracted in 200 components = 0.00101612 Jy ! Clean residual min=-0.002074 max=0.002189 Jy/beam ! Clean residual mean=0.000005 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.21246 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 100 components and 0.21246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073466Jy sigma=0.000666 ! Fit after self-cal, rms=0.073466Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000113428 Jy ! Component: 100 - total flux cleaned = 0.000133307 Jy ! Component: 150 - total flux cleaned = 0.000152222 Jy ! Component: 200 - total flux cleaned = 0.000170071 Jy ! Total flux subtracted in 200 components = 0.000170071 Jy ! Clean residual min=-0.002079 max=0.002167 Jy/beam ! Clean residual mean=0.000004 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.21263 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 103 components and 0.21263 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073466Jy sigma=0.000666 ! Fit after self-cal, rms=0.073466Jy sigma=0.000666 ! 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.451 mas, bmaj=4.964 mas, bpa=6.812 degrees ! Estimated noise=820.404 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.451 x 4.964 at 6.812 degrees (North through East) ! Clean map min=-0.0020355 max=0.18441 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.904 mas, bmaj=4.163 mas, bpa=6.346 degrees ! Estimated noise=1332.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.14032 Jy ! Component: 100 - total flux cleaned = 0.17432 Jy ! Component: 150 - total flux cleaned = 0.189674 Jy ! Component: 200 - total flux cleaned = 0.198301 Jy ! Total flux subtracted in 200 components = 0.198301 Jy ! Clean residual min=-0.004048 max=0.004477 Jy/beam ! Clean residual mean=0.000007 rms=0.000971 Jy/beam ! Combined flux in latest and established models = 0.198301 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.198301 Jy ! Inverting map and beam ! Estimated beam: bmin=3.451 mas, bmaj=4.964 mas, bpa=6.812 degrees ! Estimated noise=820.404 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.00686352 Jy ! Component: 100 - total flux cleaned = 0.0105902 Jy ! Component: 150 - total flux cleaned = 0.0123849 Jy ! Component: 200 - total flux cleaned = 0.012926 Jy ! Total flux subtracted in 200 components = 0.012926 Jy ! Clean residual min=-0.002378 max=0.001823 Jy/beam ! Clean residual mean=0.000004 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.211227 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 41 components and 0.211227 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.175 mas, bmaj=8.491 mas, bpa=6.16 degrees ! Estimated noise=1053.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113706 Jy ! Component: 100 - total flux cleaned = 0.00120592 Jy ! Component: 150 - total flux cleaned = 0.00120332 Jy ! Component: 200 - total flux cleaned = 0.00122653 Jy ! Total flux subtracted in 200 components = 0.00122653 Jy ! Clean residual min=-0.002121 max=0.002228 Jy/beam ! Clean residual mean=0.000005 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.212453 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 = 2.00895e-05 Jy ! Component: 100 - total flux cleaned = 2.04083e-05 Jy ! Component: 150 - total flux cleaned = 3.60285e-05 Jy ! Component: 200 - total flux cleaned = 3.62856e-05 Jy ! Total flux subtracted in 200 components = 3.62856e-05 Jy ! Clean residual min=-0.002070 max=0.002215 Jy/beam ! Clean residual mean=0.000005 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.212489 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 67 components and 0.212489 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.451 mas, bmaj=4.964 mas, bpa=6.812 degrees ! Estimated noise=820.404 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000161848 Jy ! Component: 100 - total flux cleaned = -0.000232611 Jy ! Component: 150 - total flux cleaned = -0.000234567 Jy ! Component: 200 - total flux cleaned = -0.00023554 Jy ! Total flux subtracted in 200 components = -0.00023554 Jy ! Clean residual min=-0.002123 max=0.001710 Jy/beam ! Clean residual mean=0.000002 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.212254 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 74 components and 0.212254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073488Jy sigma=0.000666 ! Fit after self-cal, rms=0.073484Jy sigma=0.000666 wmodel J0413+5250_S_2017_07_16_pus_map.mod ! Writing 74 model components to file: J0413+5250_S_2017_07_16_pus_map.mod wobs J0413+5250_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J0413+5250_S_2017_07_16_pus_uvs.fits wwins J0413+5250_S_2017_07_16_pus_map.win ! wwins: Wrote 2 windows to J0413+5250_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.000786282 Jy ! Component: 100 - total flux cleaned = -0.0012472 Jy ! Component: 150 - total flux cleaned = -0.00152986 Jy ! Component: 200 - total flux cleaned = -0.00174295 Jy ! Component: 250 - total flux cleaned = -0.00191942 Jy ! Component: 300 - total flux cleaned = -0.00200535 Jy ! Component: 350 - total flux cleaned = -0.00217121 Jy ! Component: 400 - total flux cleaned = -0.00227917 Jy ! Component: 450 - total flux cleaned = -0.00241077 Jy ! Component: 500 - total flux cleaned = -0.00243663 Jy ! Component: 550 - total flux cleaned = -0.00243734 Jy ! Component: 600 - total flux cleaned = -0.00246293 Jy ! Component: 650 - total flux cleaned = -0.00246319 Jy ! Component: 700 - total flux cleaned = -0.00234402 Jy ! Component: 750 - total flux cleaned = -0.00225061 Jy ! Component: 800 - total flux cleaned = -0.00215849 Jy ! Component: 850 - total flux cleaned = -0.00206861 Jy ! Component: 900 - total flux cleaned = -0.00202401 Jy ! Component: 950 - total flux cleaned = -0.00191475 Jy ! Component: 1000 - total flux cleaned = -0.00187145 Jy ! Component: 1050 - total flux cleaned = -0.00176461 Jy ! Component: 1100 - total flux cleaned = -0.00165999 Jy ! Component: 1150 - total flux cleaned = -0.00159811 Jy ! Component: 1200 - total flux cleaned = -0.00147637 Jy ! Component: 1250 - total flux cleaned = -0.00143645 Jy ! Component: 1300 - total flux cleaned = -0.00133785 Jy ! Component: 1350 - total flux cleaned = -0.0012993 Jy ! Component: 1400 - total flux cleaned = -0.00120295 Jy ! Component: 1450 - total flux cleaned = -0.00120309 Jy ! Component: 1500 - total flux cleaned = -0.0011279 Jy ! Component: 1550 - total flux cleaned = -0.0010538 Jy ! Component: 1600 - total flux cleaned = -0.00101714 Jy ! Component: 1650 - total flux cleaned = -0.000944677 Jy ! Component: 1700 - total flux cleaned = -0.000873068 Jy ! Component: 1750 - total flux cleaned = -0.000784641 Jy ! Component: 1800 - total flux cleaned = -0.000750078 Jy ! Component: 1850 - total flux cleaned = -0.000784411 Jy ! Component: 1900 - total flux cleaned = -0.00073308 Jy ! Component: 1950 - total flux cleaned = -0.000783703 Jy ! Component: 2000 - total flux cleaned = -0.00070002 Jy ! Component: 2050 - total flux cleaned = -0.000749819 Jy ! Component: 2100 - total flux cleaned = -0.000733573 Jy ! Component: 2150 - total flux cleaned = -0.000782376 Jy ! Component: 2200 - total flux cleaned = -0.000814357 Jy ! Component: 2250 - total flux cleaned = -0.000750642 Jy ! Component: 2300 - total flux cleaned = -0.000766567 Jy ! Component: 2350 - total flux cleaned = -0.000735322 Jy ! Component: 2400 - total flux cleaned = -0.000781828 Jy ! Component: 2450 - total flux cleaned = -0.000751098 Jy ! Component: 2500 - total flux cleaned = -0.00070557 Jy ! Component: 2550 - total flux cleaned = -0.000660592 Jy ! Component: 2600 - total flux cleaned = -0.000645739 Jy ! Component: 2650 - total flux cleaned = -0.000616375 Jy ! Component: 2700 - total flux cleaned = -0.000630924 Jy ! Component: 2750 - total flux cleaned = -0.000587355 Jy ! Component: 2800 - total flux cleaned = -0.000544126 Jy ! Component: 2850 - total flux cleaned = -0.000529892 Jy ! Component: 2900 - total flux cleaned = -0.000515796 Jy ! Component: 2950 - total flux cleaned = -0.000529904 Jy ! Component: 3000 - total flux cleaned = -0.000515875 Jy ! Component: 3050 - total flux cleaned = -0.000516017 Jy ! Component: 3100 - total flux cleaned = -0.000529801 Jy ! Component: 3150 - total flux cleaned = -0.000557129 Jy ! Component: 3200 - total flux cleaned = -0.000435248 Jy ! Component: 3250 - total flux cleaned = -0.000462403 Jy ! Component: 3300 - total flux cleaned = -0.000462335 Jy ! Component: 3350 - total flux cleaned = -0.000435907 Jy ! Component: 3400 - total flux cleaned = -0.000501615 Jy ! Component: 3450 - total flux cleaned = -0.000488499 Jy ! Component: 3500 - total flux cleaned = -0.000475394 Jy ! Component: 3550 - total flux cleaned = -0.000449737 Jy ! Component: 3600 - total flux cleaned = -0.00048801 Jy ! Component: 3650 - total flux cleaned = -0.000462558 Jy ! Component: 3700 - total flux cleaned = -0.000437324 Jy ! Component: 3750 - total flux cleaned = -0.000462483 Jy ! Component: 3800 - total flux cleaned = -0.000400183 Jy ! Component: 3850 - total flux cleaned = -0.000412547 Jy ! Component: 3900 - total flux cleaned = -0.000437267 Jy ! Component: 3950 - total flux cleaned = -0.000412709 Jy ! Component: 4000 - total flux cleaned = -0.000364131 Jy ! Component: 4050 - total flux cleaned = -0.000339983 Jy ! Total flux subtracted in 4096 components = -0.000399953 Jy ! Clean residual min=-0.000848 max=0.000858 Jy/beam ! Clean residual mean=0.000001 rms=0.000206 Jy/beam ! Combined flux in latest and established models = 0.211854 Jy keep ! Adding 270 model components to the UV plane model. ! The established model now contains 344 components and 0.211854 Jy ![Exited script file: muppet] wmap "J0413+5250_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.451 x 4.964 at 6.812 degrees (North through East) ! Clean map min=-0.0015903 max=0.18469 Jy/beam ! Writing clean map to FITS file: J0413+5250_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.184687 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000202467 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.32888 0.32888 0.657761 1.31552 2.63104 5.26209 10.5242 21.0483 42.0967 84.1934 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.184 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.451 x 4.964 at 6.812 degrees (North through East) ! Clean map min=-0.0015903 max=0.18469 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 J0413+5250_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:00:53 2019