! Started logfile: J1726+0504_S_2017_06_15_pus_uvs.log on Tue May 7 15:24:36 2019 obs J1726+0504_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1726+0504_S_2017_06_15_pus_uva.fits ! AN table 1: 173 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.918818 visibilities/baseline/integration-bin. ! Found source: J1726+0504 ! ! 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 603 lines of history. ! ! Reading 28612 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 J1726+0504_S_2017_06_15_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 89 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 146 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1164 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.872627Jy sigma=0.007733 ! Fit after self-cal, rms=0.863531Jy sigma=0.007662 ! 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.813 mas, bmaj=6.879 mas, bpa=-5.708 degrees ! Estimated noise=913.888 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.105363 Jy ! Component: 100 - total flux cleaned = 0.131789 Jy ! Total flux subtracted in 100 components = 0.131789 Jy ! Clean residual min=-0.004155 max=0.011316 Jy/beam ! Clean residual mean=-0.000002 rms=0.001146 Jy/beam ! Combined flux in latest and established models = 0.131789 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.131789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086128Jy sigma=0.000693 ! Fit after self-cal, rms=0.086136Jy sigma=0.000693 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0124512 Jy ! Component: 100 - total flux cleaned = 0.0188151 Jy ! Total flux subtracted in 100 components = 0.0188151 Jy ! Clean residual min=-0.003372 max=0.003063 Jy/beam ! Clean residual mean=-0.000001 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.150604 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 12 components and 0.150604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084256Jy sigma=0.000675 ! Fit after self-cal, rms=0.084271Jy sigma=0.000675 ! 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.53 mas, bmaj=7.922 mas, bpa=-3.365 degrees ! Estimated noise=561.426 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.00354677 Jy ! Component: 100 - total flux cleaned = 0.00515119 Jy ! Component: 150 - total flux cleaned = 0.00538585 Jy ! Component: 200 - total flux cleaned = 0.00538684 Jy ! Total flux subtracted in 200 components = 0.00538684 Jy ! Clean residual min=-0.001964 max=0.002177 Jy/beam ! Clean residual mean=-0.000003 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.155991 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 27 components and 0.155991 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084096Jy sigma=0.000673 ! Fit after self-cal, rms=0.084100Jy sigma=0.000673 ! 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.96 FD 0.96 HN 0.98 KP 1.02 ! LA 1.01 MK 1.02 NL 0.90 OV 1.01 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.02 HN 1.07 KP 0.98 ! LA 0.95 MK 0.99 NL 1.06 OV 1.06 ! PT 0.98 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.04 HN 1.03 KP 1.00 ! LA 0.96 MK 1.00 NL 1.05 OV 0.97 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.99 KP 1.00* ! LA 1.00* MK 0.99 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.084100Jy sigma=0.000673 ! Fit after self-cal, rms=0.083172Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.553 mas, bmaj=7.93 mas, bpa=-3.36 degrees ! Estimated noise=560.861 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.000179362 Jy ! Component: 100 - total flux cleaned = -0.000179025 Jy ! Component: 150 - total flux cleaned = -0.000179636 Jy ! Component: 200 - total flux cleaned = -0.000214042 Jy ! Total flux subtracted in 200 components = -0.000214042 Jy ! Clean residual min=-0.001502 max=0.001675 Jy/beam ! Clean residual mean=-0.000001 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.155777 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 42 components and 0.155777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083163Jy sigma=0.000669 ! Fit after self-cal, rms=0.083155Jy 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.083155Jy sigma=0.000669 ! Fit after self-cal, rms=0.083004Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.554 mas, bmaj=7.934 mas, bpa=-3.35 degrees ! Estimated noise=560.673 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000192255 Jy ! Component: 100 - total flux cleaned = -0.000191807 Jy ! Component: 150 - total flux cleaned = -0.000220003 Jy ! Component: 200 - total flux cleaned = -0.000247256 Jy ! Total flux subtracted in 200 components = -0.000247256 Jy ! Clean residual min=-0.001486 max=0.001646 Jy/beam ! Clean residual mean=0.000000 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.15553 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.15553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082998Jy sigma=0.000668 ! Fit after self-cal, rms=0.082997Jy sigma=0.000668 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.11904e-05 Jy ! Component: 100 - total flux cleaned = -5.11836e-05 Jy ! Component: 150 - total flux cleaned = -6.26082e-05 Jy ! Component: 200 - total flux cleaned = -8.45663e-05 Jy ! Total flux subtracted in 200 components = -8.45663e-05 Jy ! Clean residual min=-0.001482 max=0.001620 Jy/beam ! Clean residual mean=0.000000 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.155445 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 46 components and 0.155445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082993Jy sigma=0.000668 ! Fit after self-cal, rms=0.082993Jy sigma=0.000668 ! 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.082993Jy sigma=0.000668 ! Fit after self-cal, rms=0.083720Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.55 mas, bmaj=7.939 mas, bpa=-3.328 degrees ! Estimated noise=561.005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.538e-05 Jy ! Component: 100 - total flux cleaned = 1.46602e-05 Jy ! Component: 150 - total flux cleaned = -5.66716e-06 Jy ! Component: 200 - total flux cleaned = -1.49462e-05 Jy ! Total flux subtracted in 200 components = -1.49462e-05 Jy ! Clean residual min=-0.001325 max=0.001506 Jy/beam ! Clean residual mean=0.000003 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.15543 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 49 components and 0.15543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083717Jy sigma=0.000667 ! Fit after self-cal, rms=0.083732Jy sigma=0.000667 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 = -3.63876e-05 Jy ! Component: 100 - total flux cleaned = -3.62541e-05 Jy ! Component: 150 - total flux cleaned = -5.23988e-05 Jy ! Component: 200 - total flux cleaned = -6.75983e-05 Jy ! Total flux subtracted in 200 components = -6.75983e-05 Jy ! Clean residual min=-0.001327 max=0.001503 Jy/beam ! Clean residual mean=0.000003 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.155363 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.155363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083730Jy sigma=0.000667 ! Fit after self-cal, rms=0.083729Jy sigma=0.000667 ! 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.083729Jy sigma=0.000667 ! Fit after self-cal, rms=0.083818Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.89 mas, bmaj=12.03 mas, bpa=-2.564 degrees ! Estimated noise=667.639 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000126573 Jy ! Component: 100 - total flux cleaned = -0.000141716 Jy ! Component: 150 - total flux cleaned = -0.000159141 Jy ! Component: 200 - total flux cleaned = -0.000175099 Jy ! Total flux subtracted in 200 components = -0.000175099 Jy ! Clean residual min=-0.001604 max=0.001530 Jy/beam ! Clean residual mean=0.000006 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.155188 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 61 components and 0.155188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083819Jy sigma=0.000667 ! Fit after self-cal, rms=0.083819Jy sigma=0.000667 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 = -1.11137e-06 Jy ! Component: 100 - total flux cleaned = -1.26495e-05 Jy ! Component: 150 - total flux cleaned = -1.96553e-05 Jy ! Component: 200 - total flux cleaned = -2.62196e-05 Jy ! Total flux subtracted in 200 components = -2.62196e-05 Jy ! Clean residual min=-0.001605 max=0.001531 Jy/beam ! Clean residual mean=0.000006 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.155161 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 65 components and 0.155161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083820Jy sigma=0.000667 ! Fit after self-cal, rms=0.083820Jy sigma=0.000667 ! 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.55 mas, bmaj=7.937 mas, bpa=-3.288 degrees ! Estimated noise=561.323 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.55 x 7.937 at -3.288 degrees (North through East) ! Clean map min=-0.0012963 max=0.14026 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.825 mas, bmaj=6.882 mas, bpa=-5.599 degrees ! Estimated noise=915.476 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.105179 Jy ! Component: 100 - total flux cleaned = 0.131441 Jy ! Component: 150 - total flux cleaned = 0.143584 Jy ! Component: 200 - total flux cleaned = 0.149796 Jy ! Total flux subtracted in 200 components = 0.149796 Jy ! Clean residual min=-0.002997 max=0.002906 Jy/beam ! Clean residual mean=0.000001 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.149795 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.149795 Jy ! Inverting map and beam ! Estimated beam: bmin=3.55 mas, bmaj=7.937 mas, bpa=-3.288 degrees ! Estimated noise=561.323 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.00332837 Jy ! Component: 100 - total flux cleaned = 0.00465518 Jy ! Component: 150 - total flux cleaned = 0.00500937 Jy ! Component: 200 - total flux cleaned = 0.00528737 Jy ! Total flux subtracted in 200 components = 0.00528737 Jy ! Clean residual min=-0.001413 max=0.001503 Jy/beam ! Clean residual mean=0.000003 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.155083 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 26 components and 0.155083 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.89 mas, bmaj=12.03 mas, bpa=-2.564 degrees ! Estimated noise=667.639 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000397488 Jy ! Component: 100 - total flux cleaned = 0.000427729 Jy ! Component: 150 - total flux cleaned = 0.000415269 Jy ! Component: 200 - total flux cleaned = 0.0003835 Jy ! Total flux subtracted in 200 components = 0.0003835 Jy ! Clean residual min=-0.001621 max=0.001566 Jy/beam ! Clean residual mean=0.000006 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.155466 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 = -1.82448e-05 Jy ! Component: 100 - total flux cleaned = -3.41327e-05 Jy ! Component: 150 - total flux cleaned = -4.79068e-05 Jy ! Component: 200 - total flux cleaned = -6.01281e-05 Jy ! Total flux subtracted in 200 components = -6.01281e-05 Jy ! Clean residual min=-0.001611 max=0.001550 Jy/beam ! Clean residual mean=0.000006 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.155406 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 44 components and 0.155406 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.55 mas, bmaj=7.937 mas, bpa=-3.288 degrees ! Estimated noise=561.323 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000110723 Jy ! Component: 100 - total flux cleaned = 0.000131982 Jy ! Component: 150 - total flux cleaned = 9.61096e-05 Jy ! Component: 200 - total flux cleaned = 7.94258e-05 Jy ! Total flux subtracted in 200 components = 7.94258e-05 Jy ! Clean residual min=-0.001338 max=0.001495 Jy/beam ! Clean residual mean=0.000003 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.155486 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.155486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083830Jy sigma=0.000667 ! Fit after self-cal, rms=0.083827Jy sigma=0.000667 wmodel J1726+0504_S_2017_06_15_pus_map.mod ! Writing 53 model components to file: J1726+0504_S_2017_06_15_pus_map.mod wobs J1726+0504_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1726+0504_S_2017_06_15_pus_uvs.fits wwins J1726+0504_S_2017_06_15_pus_map.win ! wwins: Wrote 1 windows to J1726+0504_S_2017_06_15_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.000679584 Jy ! Component: 100 - total flux cleaned = 0.00108222 Jy ! Component: 150 - total flux cleaned = 0.0014644 Jy ! Component: 200 - total flux cleaned = 0.00178365 Jy ! Component: 250 - total flux cleaned = 0.00200364 Jy ! Component: 300 - total flux cleaned = 0.00211067 Jy ! Component: 350 - total flux cleaned = 0.00213156 Jy ! Component: 400 - total flux cleaned = 0.00219271 Jy ! Component: 450 - total flux cleaned = 0.00229206 Jy ! Component: 500 - total flux cleaned = 0.00238962 Jy ! Component: 550 - total flux cleaned = 0.00248532 Jy ! Component: 600 - total flux cleaned = 0.00254183 Jy ! Component: 650 - total flux cleaned = 0.0026717 Jy ! Component: 700 - total flux cleaned = 0.00270835 Jy ! Component: 750 - total flux cleaned = 0.00276225 Jy ! Component: 800 - total flux cleaned = 0.00278014 Jy ! Component: 850 - total flux cleaned = 0.00283299 Jy ! Component: 900 - total flux cleaned = 0.00288498 Jy ! Component: 950 - total flux cleaned = 0.00291918 Jy ! Component: 1000 - total flux cleaned = 0.00295307 Jy ! Component: 1050 - total flux cleaned = 0.00301995 Jy ! Component: 1100 - total flux cleaned = 0.00308569 Jy ! Component: 1150 - total flux cleaned = 0.00306922 Jy ! Component: 1200 - total flux cleaned = 0.00308528 Jy ! Component: 1250 - total flux cleaned = 0.00310121 Jy ! Component: 1300 - total flux cleaned = 0.00308541 Jy ! Component: 1350 - total flux cleaned = 0.00313193 Jy ! Component: 1400 - total flux cleaned = 0.0031318 Jy ! Component: 1450 - total flux cleaned = 0.00311675 Jy ! Component: 1500 - total flux cleaned = 0.00313199 Jy ! Component: 1550 - total flux cleaned = 0.00316162 Jy ! Component: 1600 - total flux cleaned = 0.00317622 Jy ! Component: 1650 - total flux cleaned = 0.00317632 Jy ! Component: 1700 - total flux cleaned = 0.00316214 Jy ! Component: 1750 - total flux cleaned = 0.0032191 Jy ! Component: 1800 - total flux cleaned = 0.00321897 Jy ! Component: 1850 - total flux cleaned = 0.00320519 Jy ! Component: 1900 - total flux cleaned = 0.00326062 Jy ! Component: 1950 - total flux cleaned = 0.00328793 Jy ! Component: 2000 - total flux cleaned = 0.00330131 Jy ! Component: 2050 - total flux cleaned = 0.00328778 Jy ! Component: 2100 - total flux cleaned = 0.00331426 Jy ! Component: 2150 - total flux cleaned = 0.00331429 Jy ! Component: 2200 - total flux cleaned = 0.00339254 Jy ! Component: 2250 - total flux cleaned = 0.00337939 Jy ! Component: 2300 - total flux cleaned = 0.00337958 Jy ! Component: 2350 - total flux cleaned = 0.00343065 Jy ! Component: 2400 - total flux cleaned = 0.00344328 Jy ! Component: 2450 - total flux cleaned = 0.00343087 Jy ! Component: 2500 - total flux cleaned = 0.00348067 Jy ! Component: 2550 - total flux cleaned = 0.00346826 Jy ! Component: 2600 - total flux cleaned = 0.00349273 Jy ! Component: 2650 - total flux cleaned = 0.00348056 Jy ! Component: 2700 - total flux cleaned = 0.00349261 Jy ! Component: 2750 - total flux cleaned = 0.0035404 Jy ! Component: 2800 - total flux cleaned = 0.00352863 Jy ! Component: 2850 - total flux cleaned = 0.00356396 Jy ! Component: 2900 - total flux cleaned = 0.00356399 Jy ! Component: 2950 - total flux cleaned = 0.0036217 Jy ! Component: 3000 - total flux cleaned = 0.00361008 Jy ! Component: 3050 - total flux cleaned = 0.00359865 Jy ! Component: 3100 - total flux cleaned = 0.00366637 Jy ! Component: 3150 - total flux cleaned = 0.00361038 Jy ! Component: 3200 - total flux cleaned = 0.00363278 Jy ! Component: 3250 - total flux cleaned = 0.00368808 Jy ! Component: 3300 - total flux cleaned = 0.00365526 Jy ! Component: 3350 - total flux cleaned = 0.00369893 Jy ! Component: 3400 - total flux cleaned = 0.00374221 Jy ! Component: 3450 - total flux cleaned = 0.003753 Jy ! Component: 3500 - total flux cleaned = 0.00382777 Jy ! Component: 3550 - total flux cleaned = 0.00376383 Jy ! Component: 3600 - total flux cleaned = 0.00381676 Jy ! Component: 3650 - total flux cleaned = 0.00381669 Jy ! Component: 3700 - total flux cleaned = 0.00385835 Jy ! Component: 3750 - total flux cleaned = 0.00387916 Jy ! Component: 3800 - total flux cleaned = 0.00384839 Jy ! Component: 3850 - total flux cleaned = 0.00387897 Jy ! Component: 3900 - total flux cleaned = 0.00397041 Jy ! Component: 3950 - total flux cleaned = 0.00399051 Jy ! Component: 4000 - total flux cleaned = 0.00400046 Jy ! Component: 4050 - total flux cleaned = 0.00402029 Jy ! Total flux subtracted in 4096 components = 0.00405008 Jy ! Clean residual min=-0.000544 max=0.000674 Jy/beam ! Clean residual mean=0.000002 rms=0.000183 Jy/beam ! Combined flux in latest and established models = 0.159536 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 348 components and 0.159536 Jy ![Exited script file: muppet] wmap "J1726+0504_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.55 x 7.937 at -3.288 degrees (North through East) ! Clean map min=-0.00098001 max=0.14012 Jy/beam ! Writing clean map to FITS file: J1726+0504_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.140121 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000182419 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.390561 0.390561 0.781122 1.56224 3.12449 6.24898 12.498 24.9959 49.9918 99.9836 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.14 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.55 x 7.937 at -3.288 degrees (North through East) ! Clean map min=-0.00098001 max=0.14012 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 J1726+0504_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:24:41 2019