! Started logfile: J0702-1015_S_2017_06_15_pus_uvs.log on Tue May 7 15:13:09 2019 obs J0702-1015_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0702-1015_S_2017_06_15_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.861111 visibilities/baseline/integration-bin. ! Found source: J0702-1015 ! ! 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 8680 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 J0702-1015_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 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 84 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.838409Jy sigma=0.006287 ! Fit after self-cal, rms=0.825820Jy sigma=0.006202 ! 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.578 mas, bmaj=6.737 mas, bpa=-5.307 degrees ! Estimated noise=1767.94 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.133478 Jy ! Component: 100 - total flux cleaned = 0.171159 Jy ! Total flux subtracted in 100 components = 0.171159 Jy ! Clean residual min=-0.008028 max=0.015710 Jy/beam ! Clean residual mean=-0.000048 rms=0.002339 Jy/beam ! Combined flux in latest and established models = 0.171159 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.171159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100510Jy sigma=0.000722 ! Fit after self-cal, rms=0.100495Jy sigma=0.000722 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0168447 Jy ! Component: 100 - total flux cleaned = 0.0258456 Jy ! Total flux subtracted in 100 components = 0.0258456 Jy ! Clean residual min=-0.006873 max=0.008493 Jy/beam ! Clean residual mean=-0.000020 rms=0.001865 Jy/beam ! Combined flux in latest and established models = 0.197004 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 17 components and 0.197004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096852Jy sigma=0.000691 ! Fit after self-cal, rms=0.096850Jy sigma=0.000691 ! 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.039 mas, bmaj=7.764 mas, bpa=-4.847 degrees ! Estimated noise=1207.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) ! Added new window around map position (3.5, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00971986 Jy ! Component: 100 - total flux cleaned = 0.0149924 Jy ! Component: 150 - total flux cleaned = 0.0167362 Jy ! Component: 200 - total flux cleaned = 0.018191 Jy ! Total flux subtracted in 200 components = 0.018191 Jy ! Clean residual min=-0.005360 max=0.005639 Jy/beam ! Clean residual mean=0.000000 rms=0.001305 Jy/beam ! Combined flux in latest and established models = 0.215195 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 46 components and 0.215195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095768Jy sigma=0.000683 ! Fit after self-cal, rms=0.095739Jy sigma=0.000683 ! 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.02 FD 0.93 HN 0.98 KP 1.02 ! LA 1.01 MK 1.00 NL 0.85 OV 1.01 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.66 FD 0.99 HN 1.06 KP 0.98 ! LA 0.94 MK 1.01 NL 0.98 OV 1.03 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.35 FD 0.98 HN 1.00 KP 1.06 ! LA 0.96 MK 1.01 NL 1.01 OV 0.97 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.02 KP 1.00* ! LA 0.90 MK 0.92 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.095739Jy sigma=0.000683 ! Fit after self-cal, rms=0.094427Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.048 mas, bmaj=7.807 mas, bpa=-4.915 degrees ! Estimated noise=1195.66 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.00152165 Jy ! Component: 100 - total flux cleaned = 0.00181175 Jy ! Component: 150 - total flux cleaned = 0.00181597 Jy ! Component: 200 - total flux cleaned = 0.00181822 Jy ! Total flux subtracted in 200 components = 0.00181822 Jy ! Clean residual min=-0.003521 max=0.003772 Jy/beam ! Clean residual mean=0.000012 rms=0.000943 Jy/beam ! Combined flux in latest and established models = 0.217014 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 62 components and 0.217014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094331Jy sigma=0.000671 ! Fit after self-cal, rms=0.094367Jy sigma=0.000671 ! 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.094367Jy sigma=0.000671 ! Fit after self-cal, rms=0.094827Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.044 mas, bmaj=7.826 mas, bpa=-4.75 degrees ! Estimated noise=1196.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015036 Jy ! Component: 100 - total flux cleaned = 0.00158687 Jy ! Component: 150 - total flux cleaned = 0.00158775 Jy ! Component: 200 - total flux cleaned = 0.00163945 Jy ! Total flux subtracted in 200 components = 0.00163945 Jy ! Clean residual min=-0.003039 max=0.002865 Jy/beam ! Clean residual mean=0.000007 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.218653 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 82 components and 0.218653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094793Jy sigma=0.000667 ! Fit after self-cal, rms=0.094809Jy sigma=0.000666 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000288711 Jy ! Component: 100 - total flux cleaned = 0.000288213 Jy ! Component: 150 - total flux cleaned = 0.000310304 Jy ! Component: 200 - total flux cleaned = 0.000350154 Jy ! Total flux subtracted in 200 components = 0.000350154 Jy ! Clean residual min=-0.003004 max=0.002919 Jy/beam ! Clean residual mean=0.000007 rms=0.000761 Jy/beam ! Combined flux in latest and established models = 0.219003 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 88 components and 0.219003 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094797Jy sigma=0.000666 ! Fit after self-cal, rms=0.094795Jy sigma=0.000666 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094795Jy sigma=0.000666 ! Fit after self-cal, rms=0.094963Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.045 mas, bmaj=7.827 mas, bpa=-4.723 degrees ! Estimated noise=1196.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000608656 Jy ! Component: 100 - total flux cleaned = 0.000724978 Jy ! Component: 150 - total flux cleaned = 0.000762722 Jy ! Component: 200 - total flux cleaned = 0.000744607 Jy ! Total flux subtracted in 200 components = 0.000744607 Jy ! Clean residual min=-0.003024 max=0.002918 Jy/beam ! Clean residual mean=0.000006 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.219748 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 100 components and 0.219748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094952Jy sigma=0.000666 ! Fit after self-cal, rms=0.094953Jy sigma=0.000666 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000156711 Jy ! Component: 100 - total flux cleaned = 0.000106753 Jy ! Component: 150 - total flux cleaned = 0.000107163 Jy ! Component: 200 - total flux cleaned = 0.000107148 Jy ! Total flux subtracted in 200 components = 0.000107148 Jy ! Clean residual min=-0.003037 max=0.002941 Jy/beam ! Clean residual mean=0.000006 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.219855 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 104 components and 0.219855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094948Jy sigma=0.000666 ! Fit after self-cal, rms=0.094946Jy sigma=0.000666 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094946Jy sigma=0.000666 ! Fit after self-cal, rms=0.095057Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.114 mas, bmaj=14.13 mas, bpa=-4.432 degrees ! Estimated noise=1544.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00066043 Jy ! Component: 100 - total flux cleaned = 0.000732189 Jy ! Component: 150 - total flux cleaned = 0.000719394 Jy ! Component: 200 - total flux cleaned = 0.000719607 Jy ! Total flux subtracted in 200 components = 0.000719607 Jy ! Clean residual min=-0.003040 max=0.003621 Jy/beam ! Clean residual mean=0.000012 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.220575 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 113 components and 0.220575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095058Jy sigma=0.000666 ! Fit after self-cal, rms=0.095055Jy sigma=0.000666 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000156138 Jy ! Component: 100 - total flux cleaned = 0.000146085 Jy ! Component: 150 - total flux cleaned = 0.000126057 Jy ! Component: 200 - total flux cleaned = 0.000107037 Jy ! Total flux subtracted in 200 components = 0.000107037 Jy ! Clean residual min=-0.003078 max=0.003593 Jy/beam ! Clean residual mean=0.000013 rms=0.000925 Jy/beam ! Combined flux in latest and established models = 0.220682 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 118 components and 0.220682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095057Jy sigma=0.000666 ! Fit after self-cal, rms=0.095055Jy sigma=0.000666 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=7.827 mas, bpa=-4.695 degrees ! Estimated noise=1197.03 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.047 x 7.827 at -4.695 degrees (North through East) ! Clean map min=-0.002836 max=0.17435 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.585 mas, bmaj=6.803 mas, bpa=-5.246 degrees ! Estimated noise=1761.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.132568 Jy ! Component: 100 - total flux cleaned = 0.17031 Jy ! Component: 150 - total flux cleaned = 0.186892 Jy ! Component: 200 - total flux cleaned = 0.195948 Jy ! Total flux subtracted in 200 components = 0.195948 Jy ! Clean residual min=-0.005389 max=0.005920 Jy/beam ! Clean residual mean=-0.000017 rms=0.001346 Jy/beam ! Combined flux in latest and established models = 0.195948 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.195948 Jy ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=7.827 mas, bpa=-4.695 degrees ! Estimated noise=1197.03 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.00890257 Jy ! Component: 100 - total flux cleaned = 0.0142227 Jy ! Component: 150 - total flux cleaned = 0.0176757 Jy ! Component: 200 - total flux cleaned = 0.020026 Jy ! Total flux subtracted in 200 components = 0.020026 Jy ! Clean residual min=-0.003149 max=0.002946 Jy/beam ! Clean residual mean=-0.000001 rms=0.000785 Jy/beam ! Combined flux in latest and established models = 0.215974 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 50 components and 0.215974 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.114 mas, bmaj=14.13 mas, bpa=-4.432 degrees ! Estimated noise=1544.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00230362 Jy ! Component: 100 - total flux cleaned = 0.00343512 Jy ! Component: 150 - total flux cleaned = 0.00404403 Jy ! Component: 200 - total flux cleaned = 0.00416677 Jy ! Total flux subtracted in 200 components = 0.00416677 Jy ! Clean residual min=-0.003025 max=0.003625 Jy/beam ! Clean residual mean=0.000012 rms=0.000923 Jy/beam ! Combined flux in latest and established models = 0.220141 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.000101729 Jy ! Component: 100 - total flux cleaned = 0.000176054 Jy ! Component: 150 - total flux cleaned = 0.000209975 Jy ! Component: 200 - total flux cleaned = 0.000241686 Jy ! Total flux subtracted in 200 components = 0.000241686 Jy ! Clean residual min=-0.003051 max=0.003610 Jy/beam ! Clean residual mean=0.000013 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.220383 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 78 components and 0.220383 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=7.827 mas, bpa=-4.695 degrees ! Estimated noise=1197.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000153268 Jy ! Component: 100 - total flux cleaned = -0.000153804 Jy ! Component: 150 - total flux cleaned = -0.000190245 Jy ! Component: 200 - total flux cleaned = -0.000159601 Jy ! Total flux subtracted in 200 components = -0.000159601 Jy ! Clean residual min=-0.003121 max=0.002946 Jy/beam ! Clean residual mean=0.000006 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.220223 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 96 components and 0.220223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095075Jy sigma=0.000666 ! Fit after self-cal, rms=0.095068Jy sigma=0.000666 wmodel J0702-1015_S_2017_06_15_pus_map.mod ! Writing 96 model components to file: J0702-1015_S_2017_06_15_pus_map.mod wobs J0702-1015_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0702-1015_S_2017_06_15_pus_uvs.fits wwins J0702-1015_S_2017_06_15_pus_map.win ! wwins: Wrote 2 windows to J0702-1015_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.000140549 Jy ! Component: 100 - total flux cleaned = 0.000450295 Jy ! Component: 150 - total flux cleaned = 0.000597439 Jy ! Component: 200 - total flux cleaned = 0.000458134 Jy ! Component: 250 - total flux cleaned = 0.000145713 Jy ! Component: 300 - total flux cleaned = -6.93999e-05 Jy ! Component: 350 - total flux cleaned = -0.000236005 Jy ! Component: 400 - total flux cleaned = -0.000357549 Jy ! Component: 450 - total flux cleaned = -0.00055586 Jy ! Component: 500 - total flux cleaned = -0.000747605 Jy ! Component: 550 - total flux cleaned = -0.000822236 Jy ! Component: 600 - total flux cleaned = -0.000931723 Jy ! Component: 650 - total flux cleaned = -0.00089525 Jy ! Component: 700 - total flux cleaned = -0.000964857 Jy ! Component: 750 - total flux cleaned = -0.000896505 Jy ! Component: 800 - total flux cleaned = -0.000997535 Jy ! Component: 850 - total flux cleaned = -0.00103102 Jy ! Component: 900 - total flux cleaned = -0.00115983 Jy ! Component: 950 - total flux cleaned = -0.00122268 Jy ! Component: 1000 - total flux cleaned = -0.00122296 Jy ! Component: 1050 - total flux cleaned = -0.00140782 Jy ! Component: 1100 - total flux cleaned = -0.00146769 Jy ! Component: 1150 - total flux cleaned = -0.00152732 Jy ! Component: 1200 - total flux cleaned = -0.00158544 Jy ! Component: 1250 - total flux cleaned = -0.00161369 Jy ! Component: 1300 - total flux cleaned = -0.00158547 Jy ! Component: 1350 - total flux cleaned = -0.00164192 Jy ! Component: 1400 - total flux cleaned = -0.00167016 Jy ! Component: 1450 - total flux cleaned = -0.00183313 Jy ! Component: 1500 - total flux cleaned = -0.00185964 Jy ! Component: 1550 - total flux cleaned = -0.00193912 Jy ! Component: 1600 - total flux cleaned = -0.0019654 Jy ! Component: 1650 - total flux cleaned = -0.00204258 Jy ! Component: 1700 - total flux cleaned = -0.00204275 Jy ! Component: 1750 - total flux cleaned = -0.00209315 Jy ! Component: 1800 - total flux cleaned = -0.00216754 Jy ! Component: 1850 - total flux cleaned = -0.00209325 Jy ! Component: 1900 - total flux cleaned = -0.00209313 Jy ! Component: 1950 - total flux cleaned = -0.00218947 Jy ! Component: 2000 - total flux cleaned = -0.00216535 Jy ! Component: 2050 - total flux cleaned = -0.0022359 Jy ! Component: 2100 - total flux cleaned = -0.00221253 Jy ! Component: 2150 - total flux cleaned = -0.00228216 Jy ! Component: 2200 - total flux cleaned = -0.00230514 Jy ! Component: 2250 - total flux cleaned = -0.00232763 Jy ! Component: 2300 - total flux cleaned = -0.00226062 Jy ! Component: 2350 - total flux cleaned = -0.00234971 Jy ! Component: 2400 - total flux cleaned = -0.00234981 Jy ! Component: 2450 - total flux cleaned = -0.00228461 Jy ! Component: 2500 - total flux cleaned = -0.00232776 Jy ! Component: 2550 - total flux cleaned = -0.00234912 Jy ! Component: 2600 - total flux cleaned = -0.00237015 Jy ! Component: 2650 - total flux cleaned = -0.00239079 Jy ! Component: 2700 - total flux cleaned = -0.00232875 Jy ! Component: 2750 - total flux cleaned = -0.00234915 Jy ! Component: 2800 - total flux cleaned = -0.00232903 Jy ! Component: 2850 - total flux cleaned = -0.00236954 Jy ! Component: 2900 - total flux cleaned = -0.00232959 Jy ! Component: 2950 - total flux cleaned = -0.00234948 Jy ! Component: 3000 - total flux cleaned = -0.00238875 Jy ! Component: 3050 - total flux cleaned = -0.00233064 Jy ! Component: 3100 - total flux cleaned = -0.0023691 Jy ! Component: 3150 - total flux cleaned = -0.002388 Jy ! Component: 3200 - total flux cleaned = -0.00227441 Jy ! Component: 3250 - total flux cleaned = -0.00233093 Jy ! Component: 3300 - total flux cleaned = -0.00231227 Jy ! Component: 3350 - total flux cleaned = -0.00231218 Jy ! Component: 3400 - total flux cleaned = -0.00234852 Jy ! Component: 3450 - total flux cleaned = -0.0023122 Jy ! Component: 3500 - total flux cleaned = -0.00232999 Jy ! Component: 3550 - total flux cleaned = -0.00229424 Jy ! Component: 3600 - total flux cleaned = -0.00227664 Jy ! Component: 3650 - total flux cleaned = -0.00225891 Jy ! Component: 3700 - total flux cleaned = -0.00227644 Jy ! Component: 3750 - total flux cleaned = -0.00231118 Jy ! Component: 3800 - total flux cleaned = -0.00224238 Jy ! Component: 3850 - total flux cleaned = -0.00224225 Jy ! Component: 3900 - total flux cleaned = -0.00220829 Jy ! Component: 3950 - total flux cleaned = -0.00219169 Jy ! Component: 4000 - total flux cleaned = -0.00215841 Jy ! Component: 4050 - total flux cleaned = -0.00215843 Jy ! Total flux subtracted in 4096 components = -0.00215849 Jy ! Clean residual min=-0.000991 max=0.000950 Jy/beam ! Clean residual mean=0.000000 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.218065 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 405 components and 0.218065 Jy ![Exited script file: muppet] wmap "J0702-1015_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.047 x 7.827 at -4.695 degrees (North through East) ! Clean map min=-0.0019639 max=0.17386 Jy/beam ! Writing clean map to FITS file: J0702-1015_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.173864 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000292996 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.505559 0.505559 1.01112 2.02224 4.04447 8.08895 16.1779 32.3558 64.7116 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.173 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.047 x 7.827 at -4.695 degrees (North through East) ! Clean map min=-0.0019639 max=0.17386 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 J0702-1015_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:13:14 2019