! Started logfile: J1742-1903_S_2017_02_19_pus_uvs.log on Sat May 4 18:56:26 2019 obs J1742-1903_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J1742-1903_S_2017_02_19_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.776794 visibilities/baseline/integration-bin. ! Found source: J1742-1903 ! ! 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 482 lines of history. ! ! Reading 15800 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 J1742-1903_S_2017_02_19_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 130 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 475 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.935486Jy sigma=0.006479 ! Fit after self-cal, rms=0.916052Jy sigma=0.006351 ! 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.341 mas, bmaj=6.626 mas, bpa=-5.673 degrees ! Estimated noise=1163.36 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.0632699 Jy ! Component: 100 - total flux cleaned = 0.081678 Jy ! Total flux subtracted in 100 components = 0.081678 Jy ! Clean residual min=-0.004713 max=0.008704 Jy/beam ! Clean residual mean=-0.000001 rms=0.001346 Jy/beam ! Combined flux in latest and established models = 0.081678 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.081678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107013Jy sigma=0.000680 ! Fit after self-cal, rms=0.106859Jy sigma=0.000679 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107337 Jy ! Component: 100 - total flux cleaned = 0.0175901 Jy ! Total flux subtracted in 100 components = 0.0175901 Jy ! Clean residual min=-0.004322 max=0.005566 Jy/beam ! Clean residual mean=-0.000001 rms=0.001076 Jy/beam ! Combined flux in latest and established models = 0.0992681 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 33 components and 0.0992681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105062Jy sigma=0.000668 ! Fit after self-cal, rms=0.104990Jy sigma=0.000668 ! 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=2.804 mas, bmaj=7.367 mas, bpa=-4.843 degrees ! Estimated noise=893.472 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, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00915984 Jy ! Component: 100 - total flux cleaned = 0.0147732 Jy ! Component: 150 - total flux cleaned = 0.0185899 Jy ! Component: 200 - total flux cleaned = 0.021264 Jy ! Total flux subtracted in 200 components = 0.021264 Jy ! Clean residual min=-0.003126 max=0.003478 Jy/beam ! Clean residual mean=0.000001 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.120532 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 97 components and 0.120532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103963Jy sigma=0.000662 ! Fit after self-cal, rms=0.103866Jy sigma=0.000661 ! 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.01 FD 0.91 HN 1.10 KP 1.06 ! LA 1.01 MK 1.00 NL 0.89 OV 1.02 ! PT 1.00* SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.96 HN 1.16 KP 0.98 ! LA 1.00 MK 1.03 NL 1.05 OV 1.04 ! PT 1.00* SC 1.20 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 0.98 HN 1.07 KP 0.89 ! LA 0.81 MK 1.02 NL 1.14 OV 0.96 ! PT 1.00* SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 HN 0.95 KP 1.00* ! LA 0.83 MK 1.06 NL 1.00* OV 1.03 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.103866Jy sigma=0.000661 ! Fit after self-cal, rms=0.100960Jy sigma=0.000657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.841 mas, bmaj=7.43 mas, bpa=-4.696 degrees ! Estimated noise=890.528 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.000628217 Jy ! Component: 100 - total flux cleaned = 0.000891254 Jy ! Component: 150 - total flux cleaned = 0.00100398 Jy ! Component: 200 - total flux cleaned = 0.00105257 Jy ! Total flux subtracted in 200 components = 0.00105257 Jy ! Clean residual min=-0.002544 max=0.002656 Jy/beam ! Clean residual mean=0.000000 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.121585 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 119 components and 0.121585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100930Jy sigma=0.000657 ! Fit after self-cal, rms=0.100921Jy sigma=0.000657 ! 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.100921Jy sigma=0.000657 ! Fit after self-cal, rms=0.101605Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.839 mas, bmaj=7.425 mas, bpa=-4.581 degrees ! Estimated noise=893.232 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000501287 Jy ! Component: 100 - total flux cleaned = 0.000570702 Jy ! Component: 150 - total flux cleaned = 0.000551436 Jy ! Component: 200 - total flux cleaned = 0.000518205 Jy ! Total flux subtracted in 200 components = 0.000518205 Jy ! Clean residual min=-0.002382 max=0.002596 Jy/beam ! Clean residual mean=0.000001 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.122103 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 131 components and 0.122103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101595Jy sigma=0.000656 ! Fit after self-cal, rms=0.101609Jy sigma=0.000656 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 (-68.5, -49). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00249304 Jy ! Component: 100 - total flux cleaned = 0.00294211 Jy ! Component: 150 - total flux cleaned = 0.00301999 Jy ! Component: 200 - total flux cleaned = 0.00308496 Jy ! Total flux subtracted in 200 components = 0.00308496 Jy ! Clean residual min=-0.002552 max=0.002036 Jy/beam ! Clean residual mean=0.000001 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.125188 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 150 components and 0.125188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101540Jy sigma=0.000655 ! Fit after self-cal, rms=0.101532Jy sigma=0.000655 ! 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.101532Jy sigma=0.000655 ! Fit after self-cal, rms=0.101763Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.836 mas, bmaj=7.419 mas, bpa=-4.574 degrees ! Estimated noise=890.951 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000691968 Jy ! Component: 100 - total flux cleaned = 0.000691652 Jy ! Component: 150 - total flux cleaned = 0.000724187 Jy ! Component: 200 - total flux cleaned = 0.000752333 Jy ! Total flux subtracted in 200 components = 0.000752333 Jy ! Clean residual min=-0.002358 max=0.001902 Jy/beam ! Clean residual mean=-0.000000 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.12594 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 159 components and 0.12594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101735Jy sigma=0.000654 ! Fit after self-cal, rms=0.101752Jy sigma=0.000654 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.47269e-05 Jy ! Component: 100 - total flux cleaned = 0.000109979 Jy ! Component: 150 - total flux cleaned = 0.000135965 Jy ! Component: 200 - total flux cleaned = 0.000234195 Jy ! Total flux subtracted in 200 components = 0.000234195 Jy ! Clean residual min=-0.002361 max=0.001851 Jy/beam ! Clean residual mean=-0.000000 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.126174 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 166 components and 0.126174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101736Jy sigma=0.000654 ! Fit after self-cal, rms=0.101736Jy sigma=0.000654 ! 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.101736Jy sigma=0.000654 ! Fit after self-cal, rms=0.101865Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.913 mas, bmaj=14.47 mas, bpa=2.502 degrees ! Estimated noise=1202.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000260955 Jy ! Component: 100 - total flux cleaned = -0.000264521 Jy ! Component: 150 - total flux cleaned = -0.000328828 Jy ! Component: 200 - total flux cleaned = -0.00036801 Jy ! Total flux subtracted in 200 components = -0.00036801 Jy ! Clean residual min=-0.002629 max=0.002462 Jy/beam ! Clean residual mean=-0.000002 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.125806 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 183 components and 0.125806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101859Jy sigma=0.000654 ! Fit after self-cal, rms=0.101860Jy sigma=0.000654 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 = -4.56786e-05 Jy ! Component: 100 - total flux cleaned = -9.85438e-05 Jy ! Component: 150 - total flux cleaned = -0.000114733 Jy ! Component: 200 - total flux cleaned = -0.000128943 Jy ! Total flux subtracted in 200 components = -0.000128943 Jy ! Clean residual min=-0.002649 max=0.002479 Jy/beam ! Clean residual mean=-0.000002 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.125677 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 190 components and 0.125677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101859Jy sigma=0.000654 ! Fit after self-cal, rms=0.101859Jy sigma=0.000654 ! 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=2.836 mas, bmaj=7.421 mas, bpa=-4.6 degrees ! Estimated noise=891.14 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.836 x 7.421 at -4.6 degrees (North through East) ! Clean map min=-0.0021898 max=0.083331 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.359 mas, bmaj=6.656 mas, bpa=-5.453 degrees ! Estimated noise=1169.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0625288 Jy ! Component: 100 - total flux cleaned = 0.081943 Jy ! Component: 150 - total flux cleaned = 0.0929475 Jy ! Component: 200 - total flux cleaned = 0.100375 Jy ! Total flux subtracted in 200 components = 0.100375 Jy ! Clean residual min=-0.003977 max=0.004183 Jy/beam ! Clean residual mean=0.000000 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 0.100375 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.100375 Jy ! Inverting map and beam ! Estimated beam: bmin=2.836 mas, bmaj=7.421 mas, bpa=-4.6 degrees ! Estimated noise=891.14 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.00784527 Jy ! Component: 100 - total flux cleaned = 0.0127161 Jy ! Component: 150 - total flux cleaned = 0.0163353 Jy ! Component: 200 - total flux cleaned = 0.0190869 Jy ! Total flux subtracted in 200 components = 0.0190869 Jy ! Clean residual min=-0.002334 max=0.002056 Jy/beam ! Clean residual mean=-0.000001 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.119462 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 69 components and 0.119462 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=6.913 mas, bmaj=14.47 mas, bpa=2.502 degrees ! Estimated noise=1202.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00277285 Jy ! Component: 100 - total flux cleaned = 0.00383332 Jy ! Component: 150 - total flux cleaned = 0.00423541 Jy ! Component: 200 - total flux cleaned = 0.00465001 Jy ! Total flux subtracted in 200 components = 0.00465001 Jy ! Clean residual min=-0.002872 max=0.002410 Jy/beam ! Clean residual mean=-0.000003 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.124112 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.000331953 Jy ! Component: 100 - total flux cleaned = 0.000517316 Jy ! Component: 150 - total flux cleaned = 0.000490805 Jy ! Component: 200 - total flux cleaned = 0.000490898 Jy ! Total flux subtracted in 200 components = 0.000490898 Jy ! Clean residual min=-0.002862 max=0.002480 Jy/beam ! Clean residual mean=-0.000002 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.124603 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 123 components and 0.124603 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.836 mas, bmaj=7.421 mas, bpa=-4.6 degrees ! Estimated noise=891.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000447922 Jy ! Component: 100 - total flux cleaned = -0.000498112 Jy ! Component: 150 - total flux cleaned = -0.000407418 Jy ! Component: 200 - total flux cleaned = -0.000291984 Jy ! Total flux subtracted in 200 components = -0.000291984 Jy ! Clean residual min=-0.002313 max=0.002054 Jy/beam ! Clean residual mean=-0.000001 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.124311 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 138 components and 0.124311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101894Jy sigma=0.000654 ! Fit after self-cal, rms=0.101885Jy sigma=0.000654 wmodel J1742-1903_S_2017_02_19_pus_map.mod ! Writing 138 model components to file: J1742-1903_S_2017_02_19_pus_map.mod wobs J1742-1903_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J1742-1903_S_2017_02_19_pus_uvs.fits wwins J1742-1903_S_2017_02_19_pus_map.win ! wwins: Wrote 3 windows to J1742-1903_S_2017_02_19_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.000768843 Jy ! Component: 100 - total flux cleaned = -0.00147536 Jy ! Component: 150 - total flux cleaned = -0.00204229 Jy ! Component: 200 - total flux cleaned = -0.00245105 Jy ! Component: 250 - total flux cleaned = -0.00274673 Jy ! Component: 300 - total flux cleaned = -0.00290623 Jy ! Component: 350 - total flux cleaned = -0.00299989 Jy ! Component: 400 - total flux cleaned = -0.00306114 Jy ! Component: 450 - total flux cleaned = -0.00321002 Jy ! Component: 500 - total flux cleaned = -0.00335533 Jy ! Component: 550 - total flux cleaned = -0.00341232 Jy ! Component: 600 - total flux cleaned = -0.00349615 Jy ! Component: 650 - total flux cleaned = -0.00363371 Jy ! Component: 700 - total flux cleaned = -0.00374233 Jy ! Component: 750 - total flux cleaned = -0.00384887 Jy ! Component: 800 - total flux cleaned = -0.00395428 Jy ! Component: 850 - total flux cleaned = -0.0040323 Jy ! Component: 900 - total flux cleaned = -0.00413403 Jy ! Component: 950 - total flux cleaned = -0.00415936 Jy ! Component: 1000 - total flux cleaned = -0.00423335 Jy ! Component: 1050 - total flux cleaned = -0.00420918 Jy ! Component: 1100 - total flux cleaned = -0.00428158 Jy ! Component: 1150 - total flux cleaned = -0.004353 Jy ! Component: 1200 - total flux cleaned = -0.00432941 Jy ! Component: 1250 - total flux cleaned = -0.00437621 Jy ! Component: 1300 - total flux cleaned = -0.00444539 Jy ! Component: 1350 - total flux cleaned = -0.00449105 Jy ! Component: 1400 - total flux cleaned = -0.0044912 Jy ! Component: 1450 - total flux cleaned = -0.00453566 Jy ! Component: 1500 - total flux cleaned = -0.00460191 Jy ! Component: 1550 - total flux cleaned = -0.00464512 Jy ! Component: 1600 - total flux cleaned = -0.00464494 Jy ! Component: 1650 - total flux cleaned = -0.00464524 Jy ! Component: 1700 - total flux cleaned = -0.00466658 Jy ! Component: 1750 - total flux cleaned = -0.00464582 Jy ! Component: 1800 - total flux cleaned = -0.00470787 Jy ! Component: 1850 - total flux cleaned = -0.00476938 Jy ! Component: 1900 - total flux cleaned = -0.00468822 Jy ! Component: 1950 - total flux cleaned = -0.00464812 Jy ! Component: 2000 - total flux cleaned = -0.00468813 Jy ! Component: 2050 - total flux cleaned = -0.00474737 Jy ! Component: 2100 - total flux cleaned = -0.00472764 Jy ! Component: 2150 - total flux cleaned = -0.00476641 Jy ! Component: 2200 - total flux cleaned = -0.00478552 Jy ! Component: 2250 - total flux cleaned = -0.00482371 Jy ! Component: 2300 - total flux cleaned = -0.00474819 Jy ! Component: 2350 - total flux cleaned = -0.00484205 Jy ! Component: 2400 - total flux cleaned = -0.00487906 Jy ! Component: 2450 - total flux cleaned = -0.00482389 Jy ! Component: 2500 - total flux cleaned = -0.00497005 Jy ! Component: 2550 - total flux cleaned = -0.00489747 Jy ! Component: 2600 - total flux cleaned = -0.00493377 Jy ! Component: 2650 - total flux cleaned = -0.00500507 Jy ! Component: 2700 - total flux cleaned = -0.00491644 Jy ! Component: 2750 - total flux cleaned = -0.00503947 Jy ! Component: 2800 - total flux cleaned = -0.00502202 Jy ! Component: 2850 - total flux cleaned = -0.00509074 Jy ! Component: 2900 - total flux cleaned = -0.004988 Jy ! Component: 2950 - total flux cleaned = -0.00500515 Jy ! Component: 3000 - total flux cleaned = -0.00512308 Jy ! Component: 3050 - total flux cleaned = -0.00507289 Jy ! Component: 3100 - total flux cleaned = -0.00512274 Jy ! Component: 3150 - total flux cleaned = -0.00517231 Jy ! Component: 3200 - total flux cleaned = -0.00518861 Jy ! Component: 3250 - total flux cleaned = -0.00522107 Jy ! Component: 3300 - total flux cleaned = -0.00523713 Jy ! Component: 3350 - total flux cleaned = -0.00523724 Jy ! Component: 3400 - total flux cleaned = -0.00522142 Jy ! Component: 3450 - total flux cleaned = -0.00528484 Jy ! Component: 3500 - total flux cleaned = -0.00523741 Jy ! Component: 3550 - total flux cleaned = -0.00522185 Jy ! Component: 3600 - total flux cleaned = -0.0052684 Jy ! Component: 3650 - total flux cleaned = -0.00526833 Jy ! Component: 3700 - total flux cleaned = -0.00522259 Jy ! Component: 3750 - total flux cleaned = -0.00526815 Jy ! Component: 3800 - total flux cleaned = -0.00525307 Jy ! Component: 3850 - total flux cleaned = -0.00529795 Jy ! Component: 3900 - total flux cleaned = -0.00532774 Jy ! Component: 3950 - total flux cleaned = -0.00526861 Jy ! Component: 4000 - total flux cleaned = -0.00529802 Jy ! Component: 4050 - total flux cleaned = -0.00522521 Jy ! Total flux subtracted in 4096 components = -0.00521065 Jy ! Clean residual min=-0.001213 max=0.000847 Jy/beam ! Clean residual mean=0.000001 rms=0.000267 Jy/beam ! Combined flux in latest and established models = 0.1191 Jy keep ! Adding 300 model components to the UV plane model. ! The established model now contains 438 components and 0.1191 Jy ![Exited script file: muppet] wmap "J1742-1903_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.836 x 7.421 at -4.6 degrees (North through East) ! Clean map min=-0.0017162 max=0.083953 Jy/beam ! Writing clean map to FITS file: J1742-1903_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0839526 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000266296 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.951594 0.951594 1.90319 3.80637 7.61275 15.2255 30.451 60.902 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.083 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.836 x 7.421 at -4.6 degrees (North through East) ! Clean map min=-0.0017162 max=0.083953 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 J1742-1903_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:56:31 2019