! Started logfile: J1058+8114_S_2017_03_23_pus_uvs.log on Mon May 13 09:57:03 2019 obs J1058+8114_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1058+8114_S_2017_03_23_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.859722 visibilities/baseline/integration-bin. ! Found source: J1058+8114 ! ! 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 481 lines of history. ! ! Reading 2476 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+8114_S_2017_03_23_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.759405Jy sigma=0.006049 ! Fit after self-cal, rms=0.753371Jy sigma=0.006002 ! 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.61 mas, bmaj=9.462 mas, bpa=-84.82 degrees ! Estimated noise=2299.15 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.189269 Jy ! Component: 100 - total flux cleaned = 0.233829 Jy ! Total flux subtracted in 100 components = 0.233829 Jy ! Clean residual min=-0.010037 max=0.017393 Jy/beam ! Clean residual mean=-0.000061 rms=0.002695 Jy/beam ! Combined flux in latest and established models = 0.233829 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.233829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107291Jy sigma=0.000788 ! Fit after self-cal, rms=0.107287Jy sigma=0.000788 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.017997 Jy ! Component: 100 - total flux cleaned = 0.0266229 Jy ! Total flux subtracted in 100 components = 0.0266229 Jy ! Clean residual min=-0.009295 max=0.011822 Jy/beam ! Clean residual mean=-0.000031 rms=0.002316 Jy/beam ! Combined flux in latest and established models = 0.260451 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 14 components and 0.260451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102895Jy sigma=0.000755 ! Fit after self-cal, rms=0.102896Jy sigma=0.000755 ! 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.126 mas, bmaj=10.6 mas, bpa=-84.6 degrees ! Estimated noise=1957.89 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (15.5, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0125962 Jy ! Component: 100 - total flux cleaned = 0.0198788 Jy ! Component: 150 - total flux cleaned = 0.0250528 Jy ! Component: 200 - total flux cleaned = 0.0288887 Jy ! Total flux subtracted in 200 components = 0.0288887 Jy ! Clean residual min=-0.008025 max=0.008842 Jy/beam ! Clean residual mean=-0.000057 rms=0.001921 Jy/beam ! Combined flux in latest and established models = 0.28934 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 46 components and 0.28934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100850Jy sigma=0.000743 ! Fit after self-cal, rms=0.100711Jy sigma=0.000742 ! 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.03 FD 0.97 HN 0.98 KP 1.06 ! LA 0.99 MK 1.03 NL 0.87 OV 0.96 ! PT 1.02 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 HN 1.01 KP 0.93 ! LA 1.01 MK 0.98 NL 1.04 OV 0.99 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.05 HN 1.01 KP 0.86 ! LA 0.78 MK 1.06 NL 1.13 OV 0.90 ! PT 0.94 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.05 HN 0.97 KP 1.00* ! LA 0.87 MK 1.04 NL 1.00* OV 2.67 ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.100711Jy sigma=0.000742 ! Fit after self-cal, rms=0.097483Jy sigma=0.000677 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.137 mas, bmaj=10.63 mas, bpa=-84.83 degrees ! Estimated noise=1949.21 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.00270783 Jy ! Component: 100 - total flux cleaned = -0.00307314 Jy ! Component: 150 - total flux cleaned = -0.00365109 Jy ! Component: 200 - total flux cleaned = -0.00420746 Jy ! Total flux subtracted in 200 components = -0.00420746 Jy ! Clean residual min=-0.005013 max=0.005679 Jy/beam ! Clean residual mean=-0.000017 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.285133 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 66 components and 0.285133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097287Jy sigma=0.000676 ! Fit after self-cal, rms=0.097409Jy sigma=0.000675 ! 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.097409Jy sigma=0.000675 ! Fit after self-cal, rms=0.102461Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.14 mas, bmaj=10.64 mas, bpa=-84.68 degrees ! Estimated noise=1949.01 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00228956 Jy ! Component: 100 - total flux cleaned = -0.0028683 Jy ! Component: 150 - total flux cleaned = -0.00300165 Jy ! Component: 200 - total flux cleaned = -0.00308248 Jy ! Total flux subtracted in 200 components = -0.00308248 Jy ! Clean residual min=-0.004463 max=0.004454 Jy/beam ! Clean residual mean=-0.000008 rms=0.001127 Jy/beam ! Combined flux in latest and established models = 0.28205 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 84 components and 0.28205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102399Jy sigma=0.000664 ! Fit after self-cal, rms=0.102438Jy sigma=0.000663 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.000534391 Jy ! Component: 100 - total flux cleaned = -0.000497356 Jy ! Component: 150 - total flux cleaned = -0.000463771 Jy ! Component: 200 - total flux cleaned = -0.000463713 Jy ! Total flux subtracted in 200 components = -0.000463713 Jy ! Clean residual min=-0.004420 max=0.004439 Jy/beam ! Clean residual mean=-0.000009 rms=0.001119 Jy/beam ! Combined flux in latest and established models = 0.281586 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 93 components and 0.281586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102412Jy sigma=0.000663 ! Fit after self-cal, rms=0.102413Jy sigma=0.000663 ! 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.102413Jy sigma=0.000663 ! Fit after self-cal, rms=0.102732Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.14 mas, bmaj=10.65 mas, bpa=-84.64 degrees ! Estimated noise=1945.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00146617 Jy ! Component: 100 - total flux cleaned = -0.00198675 Jy ! Component: 150 - total flux cleaned = -0.00208187 Jy ! Component: 200 - total flux cleaned = -0.00214055 Jy ! Total flux subtracted in 200 components = -0.00214055 Jy ! Clean residual min=-0.004377 max=0.004381 Jy/beam ! Clean residual mean=-0.000007 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 0.279446 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 107 components and 0.279446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102701Jy sigma=0.000663 ! Fit after self-cal, rms=0.102703Jy sigma=0.000663 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.000315222 Jy ! Component: 100 - total flux cleaned = -0.000370779 Jy ! Component: 150 - total flux cleaned = -0.00037046 Jy ! Component: 200 - total flux cleaned = -0.000395469 Jy ! Total flux subtracted in 200 components = -0.000395469 Jy ! Clean residual min=-0.004361 max=0.004373 Jy/beam ! Clean residual mean=-0.000008 rms=0.001101 Jy/beam ! Combined flux in latest and established models = 0.27905 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 112 components and 0.27905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102687Jy sigma=0.000663 ! Fit after self-cal, rms=0.102688Jy sigma=0.000663 ! 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.102688Jy sigma=0.000663 ! Fit after self-cal, rms=0.102768Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.454 mas, bmaj=13.69 mas, bpa=-87.26 degrees ! Estimated noise=2419.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000398704 Jy ! Component: 100 - total flux cleaned = -0.000793023 Jy ! Component: 150 - total flux cleaned = -0.00104413 Jy ! Component: 200 - total flux cleaned = -0.00116372 Jy ! Total flux subtracted in 200 components = -0.00116372 Jy ! Clean residual min=-0.004836 max=0.004113 Jy/beam ! Clean residual mean=-0.000014 rms=0.001308 Jy/beam ! Combined flux in latest and established models = 0.277887 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 133 components and 0.277887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102757Jy sigma=0.000663 ! Fit after self-cal, rms=0.102753Jy sigma=0.000662 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.000162674 Jy ! Component: 100 - total flux cleaned = -0.000266303 Jy ! Component: 150 - total flux cleaned = -0.000359017 Jy ! Component: 200 - total flux cleaned = -0.000441624 Jy ! Total flux subtracted in 200 components = -0.000441624 Jy ! Clean residual min=-0.004831 max=0.004163 Jy/beam ! Clean residual mean=-0.000016 rms=0.001305 Jy/beam ! Combined flux in latest and established models = 0.277445 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 144 components and 0.277445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102751Jy sigma=0.000663 ! Fit after self-cal, rms=0.102748Jy sigma=0.000663 ! 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.141 mas, bmaj=10.65 mas, bpa=-84.63 degrees ! Estimated noise=1943 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.141 x 10.65 at -84.63 degrees (North through East) ! Clean map min=-0.0042056 max=0.24644 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.615 mas, bmaj=9.476 mas, bpa=-84.8 degrees ! Estimated noise=2311.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.19012 Jy ! Component: 100 - total flux cleaned = 0.235095 Jy ! Component: 150 - total flux cleaned = 0.25303 Jy ! Component: 200 - total flux cleaned = 0.260936 Jy ! Total flux subtracted in 200 components = 0.260936 Jy ! Clean residual min=-0.005190 max=0.006085 Jy/beam ! Clean residual mean=-0.000024 rms=0.001463 Jy/beam ! Combined flux in latest and established models = 0.260936 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.260936 Jy ! Inverting map and beam ! Estimated beam: bmin=3.141 mas, bmaj=10.65 mas, bpa=-84.63 degrees ! Estimated noise=1943 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.00633559 Jy ! Component: 100 - total flux cleaned = 0.00900516 Jy ! Component: 150 - total flux cleaned = 0.0105034 Jy ! Component: 200 - total flux cleaned = 0.0116802 Jy ! Total flux subtracted in 200 components = 0.0116802 Jy ! Clean residual min=-0.004564 max=0.004362 Jy/beam ! Clean residual mean=-0.000016 rms=0.001135 Jy/beam ! Combined flux in latest and established models = 0.272616 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 40 components and 0.272616 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.454 mas, bmaj=13.69 mas, bpa=-87.26 degrees ! Estimated noise=2419.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00257315 Jy ! Component: 100 - total flux cleaned = 0.00336375 Jy ! Component: 150 - total flux cleaned = 0.00365788 Jy ! Component: 200 - total flux cleaned = 0.00373968 Jy ! Total flux subtracted in 200 components = 0.00373968 Jy ! Clean residual min=-0.004918 max=0.004118 Jy/beam ! Clean residual mean=-0.000022 rms=0.001308 Jy/beam ! Combined flux in latest and established models = 0.276356 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 = 7.29081e-05 Jy ! Component: 100 - total flux cleaned = 0.000106308 Jy ! Component: 150 - total flux cleaned = 0.000107638 Jy ! Component: 200 - total flux cleaned = 0.000137599 Jy ! Total flux subtracted in 200 components = 0.000137599 Jy ! Clean residual min=-0.004866 max=0.004155 Jy/beam ! Clean residual mean=-0.000021 rms=0.001303 Jy/beam ! Combined flux in latest and established models = 0.276493 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 73 components and 0.276493 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.141 mas, bmaj=10.65 mas, bpa=-84.63 degrees ! Estimated noise=1943 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000244307 Jy ! Component: 100 - total flux cleaned = -0.00024202 Jy ! Component: 150 - total flux cleaned = -0.000237723 Jy ! Component: 200 - total flux cleaned = -0.000195864 Jy ! Total flux subtracted in 200 components = -0.000195864 Jy ! Clean residual min=-0.004410 max=0.004345 Jy/beam ! Clean residual mean=-0.000010 rms=0.001095 Jy/beam ! Combined flux in latest and established models = 0.276298 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 93 components and 0.276298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102783Jy sigma=0.000663 ! Fit after self-cal, rms=0.102785Jy sigma=0.000663 wmodel J1058+8114_S_2017_03_23_pus_map.mod ! Writing 93 model components to file: J1058+8114_S_2017_03_23_pus_map.mod wobs J1058+8114_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1058+8114_S_2017_03_23_pus_uvs.fits wwins J1058+8114_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J1058+8114_S_2017_03_23_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 = -8.48024e-05 Jy ! Component: 100 - total flux cleaned = 0.000140039 Jy ! Component: 150 - total flux cleaned = 0.000140384 Jy ! Component: 200 - total flux cleaned = 0.000203994 Jy ! Component: 250 - total flux cleaned = 0.000135802 Jy ! Component: 300 - total flux cleaned = 7.82124e-06 Jy ! Component: 350 - total flux cleaned = 7.10499e-05 Jy ! Component: 400 - total flux cleaned = 0.000433703 Jy ! Component: 450 - total flux cleaned = 0.000432668 Jy ! Component: 500 - total flux cleaned = 0.000432262 Jy ! Component: 550 - total flux cleaned = 0.000375718 Jy ! Component: 600 - total flux cleaned = 0.000376132 Jy ! Component: 650 - total flux cleaned = 0.000320872 Jy ! Component: 700 - total flux cleaned = 0.000105917 Jy ! Component: 750 - total flux cleaned = 5.4178e-05 Jy ! Component: 800 - total flux cleaned = 0.000107107 Jy ! Component: 850 - total flux cleaned = -4.68173e-05 Jy ! Component: 900 - total flux cleaned = -0.000300218 Jy ! Component: 950 - total flux cleaned = -0.000599188 Jy ! Component: 1000 - total flux cleaned = -0.00069622 Jy ! Component: 1050 - total flux cleaned = -0.000792747 Jy ! Component: 1100 - total flux cleaned = -0.000887303 Jy ! Component: 1150 - total flux cleaned = -0.00088762 Jy ! Component: 1200 - total flux cleaned = -0.001167 Jy ! Component: 1250 - total flux cleaned = -0.00116548 Jy ! Component: 1300 - total flux cleaned = -0.00103008 Jy ! Component: 1350 - total flux cleaned = -0.00125447 Jy ! Component: 1400 - total flux cleaned = -0.0014313 Jy ! Component: 1450 - total flux cleaned = -0.00151882 Jy ! Component: 1500 - total flux cleaned = -0.00156285 Jy ! Component: 1550 - total flux cleaned = -0.00181866 Jy ! Component: 1600 - total flux cleaned = -0.0019445 Jy ! Component: 1650 - total flux cleaned = -0.00186125 Jy ! Component: 1700 - total flux cleaned = -0.0018617 Jy ! Component: 1750 - total flux cleaned = -0.0019436 Jy ! Component: 1800 - total flux cleaned = -0.00186323 Jy ! Component: 1850 - total flux cleaned = -0.00202306 Jy ! Component: 1900 - total flux cleaned = -0.00186498 Jy ! Component: 1950 - total flux cleaned = -0.00186532 Jy ! Component: 2000 - total flux cleaned = -0.00186545 Jy ! Component: 2050 - total flux cleaned = -0.0017513 Jy ! Component: 2100 - total flux cleaned = -0.00194123 Jy ! Component: 2150 - total flux cleaned = -0.00190423 Jy ! Component: 2200 - total flux cleaned = -0.00197816 Jy ! Component: 2250 - total flux cleaned = -0.0019045 Jy ! Component: 2300 - total flux cleaned = -0.00186774 Jy ! Component: 2350 - total flux cleaned = -0.00179515 Jy ! Component: 2400 - total flux cleaned = -0.00186686 Jy ! Component: 2450 - total flux cleaned = -0.00176012 Jy ! Component: 2500 - total flux cleaned = -0.00162016 Jy ! Component: 2550 - total flux cleaned = -0.00155068 Jy ! Component: 2600 - total flux cleaned = -0.0014818 Jy ! Component: 2650 - total flux cleaned = -0.00155035 Jy ! Component: 2700 - total flux cleaned = -0.00134636 Jy ! Component: 2750 - total flux cleaned = -0.00144767 Jy ! Component: 2800 - total flux cleaned = -0.00151447 Jy ! Component: 2850 - total flux cleaned = -0.00151432 Jy ! Component: 2900 - total flux cleaned = -0.00151442 Jy ! Component: 2950 - total flux cleaned = -0.00141634 Jy ! Component: 3000 - total flux cleaned = -0.00148137 Jy ! Component: 3050 - total flux cleaned = -0.00144894 Jy ! Component: 3100 - total flux cleaned = -0.00151287 Jy ! Component: 3150 - total flux cleaned = -0.00151281 Jy ! Component: 3200 - total flux cleaned = -0.00154462 Jy ! Component: 3250 - total flux cleaned = -0.00163831 Jy ! Component: 3300 - total flux cleaned = -0.00166903 Jy ! Component: 3350 - total flux cleaned = -0.00166879 Jy ! Component: 3400 - total flux cleaned = -0.00163855 Jy ! Component: 3450 - total flux cleaned = -0.00166886 Jy ! Component: 3500 - total flux cleaned = -0.00178906 Jy ! Component: 3550 - total flux cleaned = -0.00175924 Jy ! Component: 3600 - total flux cleaned = -0.0018184 Jy ! Component: 3650 - total flux cleaned = -0.0018184 Jy ! Component: 3700 - total flux cleaned = -0.00184794 Jy ! Component: 3750 - total flux cleaned = -0.00176119 Jy ! Component: 3800 - total flux cleaned = -0.00178981 Jy ! Component: 3850 - total flux cleaned = -0.00161768 Jy ! Component: 3900 - total flux cleaned = -0.00161765 Jy ! Component: 3950 - total flux cleaned = -0.00170268 Jy ! Component: 4000 - total flux cleaned = -0.00161787 Jy ! Component: 4050 - total flux cleaned = -0.00150594 Jy ! Total flux subtracted in 4096 components = -0.00153393 Jy ! Clean residual min=-0.001704 max=0.001511 Jy/beam ! Clean residual mean=-0.000001 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.274764 Jy keep ! Adding 327 model components to the UV plane model. ! The established model now contains 420 components and 0.274764 Jy ![Exited script file: muppet] wmap "J1058+8114_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.141 x 10.65 at -84.63 degrees (North through East) ! Clean map min=-0.0035563 max=0.24709 Jy/beam ! Writing clean map to FITS file: J1058+8114_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.247092 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000525205 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.637663 0.637663 1.27533 2.55065 5.10131 10.2026 20.4052 40.8105 81.6209 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.247 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.141 x 10.65 at -84.63 degrees (North through East) ! Clean map min=-0.0035563 max=0.24709 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+8114_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:57:08 2019