! Started logfile: J1058+4304_S_2017_02_24_pus_uvs.log on Sat May 4 11:25:00 2019 obs J1058+4304_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J1058+4304_S_2017_02_24_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.843373 visibilities/baseline/integration-bin. ! Found source: J1058+4304 ! ! 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 823 lines of history. ! ! Reading 12600 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 J1058+4304_S_2017_02_24_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 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 322 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.646081Jy sigma=0.006014 ! Fit after self-cal, rms=0.630745Jy sigma=0.005881 ! 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.714 mas, bmaj=4.613 mas, bpa=3.091 degrees ! Estimated noise=1006.86 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.283467 Jy ! Component: 100 - total flux cleaned = 0.351833 Jy ! Total flux subtracted in 100 components = 0.351833 Jy ! Clean residual min=-0.009312 max=0.027928 Jy/beam ! Clean residual mean=-0.000024 rms=0.002676 Jy/beam ! Combined flux in latest and established models = 0.351833 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.351833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095888Jy sigma=0.000841 ! Fit after self-cal, rms=0.095850Jy sigma=0.000841 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0305118 Jy ! Component: 100 - total flux cleaned = 0.0454765 Jy ! Total flux subtracted in 100 components = 0.0454765 Jy ! Clean residual min=-0.005449 max=0.006818 Jy/beam ! Clean residual mean=-0.000006 rms=0.001419 Jy/beam ! Combined flux in latest and established models = 0.397309 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 11 components and 0.397309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083715Jy sigma=0.000723 ! Fit after self-cal, rms=0.083607Jy sigma=0.000722 ! 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.331 mas, bmaj=5.28 mas, bpa=0.9374 degrees ! Estimated noise=737.465 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 (-4.5, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123146 Jy ! Component: 100 - total flux cleaned = 0.0188913 Jy ! Component: 150 - total flux cleaned = 0.0228764 Jy ! Component: 200 - total flux cleaned = 0.025819 Jy ! Total flux subtracted in 200 components = 0.025819 Jy ! Clean residual min=-0.005182 max=0.005217 Jy/beam ! Clean residual mean=0.000001 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.423128 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 34 components and 0.423128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081710Jy sigma=0.000705 ! Fit after self-cal, rms=0.081628Jy sigma=0.000704 ! 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.93 FD 1.02 HN 1.00 KP 0.97 ! LA 0.96 MK 1.01 NL 1.00 OV 1.05 ! PT 1.01 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.95 HN 1.03 KP 0.94 ! LA 0.92 MK 0.99 NL 0.98 OV 1.07 ! PT 0.98 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.00 KP 1.01 ! LA 1.03 MK 0.97 NL 1.09 OV 0.98 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00 HN 0.94 KP 1.00* ! LA 1.03 MK 1.26 NL 1.00* OV 1.02 ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.081628Jy sigma=0.000704 ! Fit after self-cal, rms=0.078051Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.33 mas, bmaj=5.284 mas, bpa=1.703 degrees ! Estimated noise=734.68 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.00128906 Jy ! Component: 100 - total flux cleaned = 0.00129031 Jy ! Component: 150 - total flux cleaned = 0.00133097 Jy ! Component: 200 - total flux cleaned = 0.00136748 Jy ! Total flux subtracted in 200 components = 0.00136748 Jy ! Clean residual min=-0.003119 max=0.003202 Jy/beam ! Clean residual mean=0.000006 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.424496 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 46 components and 0.424496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077998Jy sigma=0.000669 ! Fit after self-cal, rms=0.078010Jy sigma=0.000669 ! 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.078010Jy sigma=0.000669 ! Fit after self-cal, rms=0.077373Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.325 mas, bmaj=5.289 mas, bpa=1.951 degrees ! Estimated noise=734.721 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000693174 Jy ! Component: 100 - total flux cleaned = 0.000961338 Jy ! Component: 150 - total flux cleaned = 0.000857333 Jy ! Component: 200 - total flux cleaned = 0.0007689 Jy ! Total flux subtracted in 200 components = 0.0007689 Jy ! Clean residual min=-0.002463 max=0.002080 Jy/beam ! Clean residual mean=-0.000003 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.425265 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 57 components and 0.425265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077327Jy sigma=0.000659 ! Fit after self-cal, rms=0.077328Jy sigma=0.000659 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.000135818 Jy ! Component: 100 - total flux cleaned = 8.63714e-05 Jy ! Component: 150 - total flux cleaned = 3.97348e-05 Jy ! Component: 200 - total flux cleaned = 1.74322e-05 Jy ! Total flux subtracted in 200 components = 1.74322e-05 Jy ! Clean residual min=-0.002476 max=0.002040 Jy/beam ! Clean residual mean=-0.000003 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.425282 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 68 components and 0.425282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077312Jy sigma=0.000659 ! Fit after self-cal, rms=0.077312Jy sigma=0.000659 ! 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.077312Jy sigma=0.000659 ! Fit after self-cal, rms=0.077339Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.323 mas, bmaj=5.291 mas, bpa=2.209 degrees ! Estimated noise=735.163 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000382498 Jy ! Component: 100 - total flux cleaned = 0.000329449 Jy ! Component: 150 - total flux cleaned = 0.000261445 Jy ! Component: 200 - total flux cleaned = 0.000220719 Jy ! Total flux subtracted in 200 components = 0.000220719 Jy ! Clean residual min=-0.002371 max=0.002031 Jy/beam ! Clean residual mean=-0.000003 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.425503 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 73 components and 0.425503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077322Jy sigma=0.000659 ! Fit after self-cal, rms=0.077320Jy sigma=0.000659 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 = 8.32054e-05 Jy ! Component: 100 - total flux cleaned = 4.52137e-05 Jy ! Component: 150 - total flux cleaned = 4.51979e-05 Jy ! Component: 200 - total flux cleaned = 4.47937e-05 Jy ! Total flux subtracted in 200 components = 4.47937e-05 Jy ! Clean residual min=-0.002380 max=0.002014 Jy/beam ! Clean residual mean=-0.000004 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.425548 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 76 components and 0.425548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077312Jy sigma=0.000659 ! Fit after self-cal, rms=0.077312Jy sigma=0.000659 ! 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.077312Jy sigma=0.000659 ! Fit after self-cal, rms=0.077337Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.004 mas, bmaj=8.806 mas, bpa=16.36 degrees ! Estimated noise=880.431 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000653611 Jy ! Component: 100 - total flux cleaned = 0.000573595 Jy ! Component: 150 - total flux cleaned = 0.00058566 Jy ! Component: 200 - total flux cleaned = 0.000605662 Jy ! Total flux subtracted in 200 components = 0.000605662 Jy ! Clean residual min=-0.001939 max=0.002406 Jy/beam ! Clean residual mean=-0.000009 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.426153 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 89 components and 0.426153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077341Jy sigma=0.000659 ! Fit after self-cal, rms=0.077340Jy 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) ! Added new window around map position (-28.5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00145976 Jy ! Component: 100 - total flux cleaned = 0.00234107 Jy ! Component: 150 - total flux cleaned = 0.0031354 Jy ! Component: 200 - total flux cleaned = 0.00366548 Jy ! Total flux subtracted in 200 components = 0.00366548 Jy ! Clean residual min=-0.001842 max=0.001984 Jy/beam ! Clean residual mean=-0.000007 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.429819 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 138 components and 0.429819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077268Jy sigma=0.000658 ! Fit after self-cal, rms=0.077265Jy sigma=0.000658 ! Inverting map ! Added new window around map position (-118.5, -39.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0014526 Jy ! Component: 100 - total flux cleaned = 0.00205282 Jy ! Component: 150 - total flux cleaned = 0.00260733 Jy ! Component: 200 - total flux cleaned = 0.0030084 Jy ! Total flux subtracted in 200 components = 0.0030084 Jy ! Clean residual min=-0.001633 max=0.001620 Jy/beam ! Clean residual mean=-0.000003 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.432827 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 182 components and 0.432827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077229Jy sigma=0.000657 ! Fit after self-cal, rms=0.077227Jy 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=4.322 mas, bmaj=5.293 mas, bpa=2.438 degrees ! Estimated noise=735.478 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.322 x 5.293 at 2.438 degrees (North through East) ! Clean map min=-0.0019264 max=0.37166 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.698 mas, bmaj=4.625 mas, bpa=4.763 degrees ! Estimated noise=1005.99 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.283037 Jy ! Component: 100 - total flux cleaned = 0.352616 Jy ! Component: 150 - total flux cleaned = 0.384095 Jy ! Component: 200 - total flux cleaned = 0.399622 Jy ! Total flux subtracted in 200 components = 0.399622 Jy ! Clean residual min=-0.004207 max=0.007470 Jy/beam ! Clean residual mean=-0.000012 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.399622 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.399622 Jy ! Inverting map and beam ! Estimated beam: bmin=4.322 mas, bmaj=5.293 mas, bpa=2.438 degrees ! Estimated noise=735.478 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.0114099 Jy ! Component: 100 - total flux cleaned = 0.0175355 Jy ! Component: 150 - total flux cleaned = 0.0212105 Jy ! Component: 200 - total flux cleaned = 0.023752 Jy ! Total flux subtracted in 200 components = 0.023752 Jy ! Clean residual min=-0.002466 max=0.001878 Jy/beam ! Clean residual mean=-0.000003 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.423374 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 38 components and 0.423374 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.004 mas, bmaj=8.806 mas, bpa=16.36 degrees ! Estimated noise=880.431 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0025564 Jy ! Component: 100 - total flux cleaned = 0.00377411 Jy ! Component: 150 - total flux cleaned = 0.00483518 Jy ! Component: 200 - total flux cleaned = 0.00581386 Jy ! Total flux subtracted in 200 components = 0.00581386 Jy ! Clean residual min=-0.001752 max=0.001652 Jy/beam ! Clean residual mean=-0.000003 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.429188 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.000861418 Jy ! Component: 100 - total flux cleaned = 0.00163628 Jy ! Component: 150 - total flux cleaned = 0.0022583 Jy ! Component: 200 - total flux cleaned = 0.00271452 Jy ! Total flux subtracted in 200 components = 0.00271452 Jy ! Clean residual min=-0.001641 max=0.001617 Jy/beam ! Clean residual mean=-0.000002 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.431903 Jy ! Adding 98 model components to the UV plane model. ! The established model now contains 133 components and 0.431903 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.322 mas, bmaj=5.293 mas, bpa=2.438 degrees ! Estimated noise=735.478 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000439822 Jy ! Component: 100 - total flux cleaned = 0.000635416 Jy ! Component: 150 - total flux cleaned = 0.000774137 Jy ! Component: 200 - total flux cleaned = 0.000859192 Jy ! Total flux subtracted in 200 components = 0.000859192 Jy ! Clean residual min=-0.002025 max=0.001580 Jy/beam ! Clean residual mean=0.000001 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.432762 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 166 components and 0.432762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077219Jy sigma=0.000657 ! Fit after self-cal, rms=0.077209Jy sigma=0.000657 wmodel J1058+4304_S_2017_02_24_pus_map.mod ! Writing 166 model components to file: J1058+4304_S_2017_02_24_pus_map.mod wobs J1058+4304_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J1058+4304_S_2017_02_24_pus_uvs.fits wwins J1058+4304_S_2017_02_24_pus_map.win ! wwins: Wrote 4 windows to J1058+4304_S_2017_02_24_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.000801322 Jy ! Component: 100 - total flux cleaned = -0.00126829 Jy ! Component: 150 - total flux cleaned = -0.00165007 Jy ! Component: 200 - total flux cleaned = -0.00181795 Jy ! Component: 250 - total flux cleaned = -0.00192581 Jy ! Component: 300 - total flux cleaned = -0.00189928 Jy ! Component: 350 - total flux cleaned = -0.00192478 Jy ! Component: 400 - total flux cleaned = -0.00192498 Jy ! Component: 450 - total flux cleaned = -0.00192463 Jy ! Component: 500 - total flux cleaned = -0.00190066 Jy ! Component: 550 - total flux cleaned = -0.00185359 Jy ! Component: 600 - total flux cleaned = -0.00187675 Jy ! Component: 650 - total flux cleaned = -0.00189923 Jy ! Component: 700 - total flux cleaned = -0.00189911 Jy ! Component: 750 - total flux cleaned = -0.00189933 Jy ! Component: 800 - total flux cleaned = -0.00187778 Jy ! Component: 850 - total flux cleaned = -0.00185633 Jy ! Component: 900 - total flux cleaned = -0.00183538 Jy ! Component: 950 - total flux cleaned = -0.00179433 Jy ! Component: 1000 - total flux cleaned = -0.00179462 Jy ! Component: 1050 - total flux cleaned = -0.00181439 Jy ! Component: 1100 - total flux cleaned = -0.00179458 Jy ! Component: 1150 - total flux cleaned = -0.00175566 Jy ! Component: 1200 - total flux cleaned = -0.00179469 Jy ! Component: 1250 - total flux cleaned = -0.00177544 Jy ! Component: 1300 - total flux cleaned = -0.00179437 Jy ! Component: 1350 - total flux cleaned = -0.00177589 Jy ! Component: 1400 - total flux cleaned = -0.00177581 Jy ! Component: 1450 - total flux cleaned = -0.00172099 Jy ! Component: 1500 - total flux cleaned = -0.00164865 Jy ! Component: 1550 - total flux cleaned = -0.00164879 Jy ! Component: 1600 - total flux cleaned = -0.00163129 Jy ! Component: 1650 - total flux cleaned = -0.00156114 Jy ! Component: 1700 - total flux cleaned = -0.00150891 Jy ! Component: 1750 - total flux cleaned = -0.00150909 Jy ! Component: 1800 - total flux cleaned = -0.00147518 Jy ! Component: 1850 - total flux cleaned = -0.00157709 Jy ! Component: 1900 - total flux cleaned = -0.00154338 Jy ! Component: 1950 - total flux cleaned = -0.0015099 Jy ! Component: 2000 - total flux cleaned = -0.00146025 Jy ! Component: 2050 - total flux cleaned = -0.00147666 Jy ! Component: 2100 - total flux cleaned = -0.00146054 Jy ! Component: 2150 - total flux cleaned = -0.00147649 Jy ! Component: 2200 - total flux cleaned = -0.00146048 Jy ! Component: 2250 - total flux cleaned = -0.00136545 Jy ! Component: 2300 - total flux cleaned = -0.00136557 Jy ! Component: 2350 - total flux cleaned = -0.00131902 Jy ! Component: 2400 - total flux cleaned = -0.00131887 Jy ! Component: 2450 - total flux cleaned = -0.00133426 Jy ! Component: 2500 - total flux cleaned = -0.00134957 Jy ! Component: 2550 - total flux cleaned = -0.00134948 Jy ! Component: 2600 - total flux cleaned = -0.00133436 Jy ! Component: 2650 - total flux cleaned = -0.00127472 Jy ! Component: 2700 - total flux cleaned = -0.00124504 Jy ! Component: 2750 - total flux cleaned = -0.00123038 Jy ! Component: 2800 - total flux cleaned = -0.00125974 Jy ! Component: 2850 - total flux cleaned = -0.00118707 Jy ! Component: 2900 - total flux cleaned = -0.00120143 Jy ! Component: 2950 - total flux cleaned = -0.00117268 Jy ! Component: 3000 - total flux cleaned = -0.00112969 Jy ! Component: 3050 - total flux cleaned = -0.0010305 Jy ! Component: 3100 - total flux cleaned = -0.00104444 Jy ! Component: 3150 - total flux cleaned = -0.00100242 Jy ! Component: 3200 - total flux cleaned = -0.0010442 Jy ! Component: 3250 - total flux cleaned = -0.000961203 Jy ! Component: 3300 - total flux cleaned = -0.000851371 Jy ! Component: 3350 - total flux cleaned = -0.000783176 Jy ! Component: 3400 - total flux cleaned = -0.000810297 Jy ! Component: 3450 - total flux cleaned = -0.000756502 Jy ! Component: 3500 - total flux cleaned = -0.000769975 Jy ! Component: 3550 - total flux cleaned = -0.000796628 Jy ! Component: 3600 - total flux cleaned = -0.000756701 Jy ! Component: 3650 - total flux cleaned = -0.000769885 Jy ! Component: 3700 - total flux cleaned = -0.000756762 Jy ! Component: 3750 - total flux cleaned = -0.000756723 Jy ! Component: 3800 - total flux cleaned = -0.000704808 Jy ! Component: 3850 - total flux cleaned = -0.00071768 Jy ! Component: 3900 - total flux cleaned = -0.000768905 Jy ! Component: 3950 - total flux cleaned = -0.000743263 Jy ! Component: 4000 - total flux cleaned = -0.000756019 Jy ! Component: 4050 - total flux cleaned = -0.000730717 Jy ! Total flux subtracted in 4096 components = -0.000693157 Jy ! Clean residual min=-0.000732 max=0.000681 Jy/beam ! Clean residual mean=0.000001 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.432069 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 458 components and 0.432068 Jy ![Exited script file: muppet] wmap "J1058+4304_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.322 x 5.293 at 2.438 degrees (North through East) ! Clean map min=-0.0013816 max=0.37117 Jy/beam ! Writing clean map to FITS file: J1058+4304_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.371169 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000224719 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.181631 0.181631 0.363261 0.726522 1.45304 2.90609 5.81218 11.6244 23.2487 46.4974 92.9948 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.371 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.322 x 5.293 at 2.438 degrees (North through East) ! Clean map min=-0.0013816 max=0.37117 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 J1058+4304_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:25:05 2019