! Started logfile: J0702-2841_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:18:04 2016 obs J0702-2841_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0702-2841_S_2014_08_05_pus_uva.fits ! AN table 1: 91 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.782906 visibilities/baseline/integration-bin. ! Found source: J0702-2841 ! ! 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 360 lines of history. ! ! Reading 12824 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-2841_S_2014_08_05_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 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.856552Jy sigma=0.006915 ! Fit after self-cal, rms=0.816620Jy sigma=0.006609 ! 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.962 mas, bmaj=14.26 mas, bpa=19.94 degrees ! Estimated noise=1350.2 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.136254 Jy ! Component: 100 - total flux cleaned = 0.18465 Jy ! Total flux subtracted in 100 components = 0.18465 Jy ! Clean residual min=-0.010148 max=0.023568 Jy/beam ! Clean residual mean=-0.000083 rms=0.003644 Jy/beam ! Combined flux in latest and established models = 0.18465 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 28 components and 0.18465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123507Jy sigma=0.000939 ! Fit after self-cal, rms=0.123443Jy sigma=0.000938 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.028947 Jy ! Component: 100 - total flux cleaned = 0.0477814 Jy ! Total flux subtracted in 100 components = 0.0477814 Jy ! Clean residual min=-0.006996 max=0.010904 Jy/beam ! Clean residual mean=-0.000038 rms=0.002329 Jy/beam ! Combined flux in latest and established models = 0.232432 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 52 components and 0.232432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113422Jy sigma=0.000835 ! Fit after self-cal, rms=0.113372Jy sigma=0.000834 ! 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.839 mas, bmaj=16.81 mas, bpa=18.99 degrees ! Estimated noise=777.102 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.0192331 Jy ! Component: 100 - total flux cleaned = 0.029869 Jy ! Component: 150 - total flux cleaned = 0.0363434 Jy ! Component: 200 - total flux cleaned = 0.0404369 Jy ! Total flux subtracted in 200 components = 0.0404369 Jy ! Clean residual min=-0.005326 max=0.004972 Jy/beam ! Clean residual mean=0.000009 rms=0.001378 Jy/beam ! Combined flux in latest and established models = 0.272869 Jy ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 137 components and 0.272869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110069Jy sigma=0.000805 ! Fit after self-cal, rms=0.110044Jy sigma=0.000805 ! 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.84 HN 1.12 KP 1.06 ! LA 1.15 MK 1.00* NL 0.96 OV 0.96 ! PT 1.05 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 HN 1.21 KP 1.03 ! LA 1.08 MK 1.00* NL 1.01 OV 0.99 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.16 HN 1.15 KP 0.89 ! LA 0.87 MK 1.00* NL 1.00 OV 0.90 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.04 HN 1.17 KP 0.86 ! LA 0.82 MK 1.00* NL 1.07 OV 0.95 ! PT 1.02 SC 0.98 ! ! ! Fit before self-cal, rms=0.110044Jy sigma=0.000805 ! Fit after self-cal, rms=0.110119Jy sigma=0.000775 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.866 mas, bmaj=17.18 mas, bpa=19.23 degrees ! Estimated noise=779.875 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.00292219 Jy ! Component: 100 - total flux cleaned = -0.00322648 Jy ! Component: 150 - total flux cleaned = -0.00348862 Jy ! Component: 200 - total flux cleaned = -0.00366713 Jy ! Total flux subtracted in 200 components = -0.00366713 Jy ! Clean residual min=-0.004081 max=0.004006 Jy/beam ! Clean residual mean=-0.000014 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 0.269201 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 161 components and 0.269201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109996Jy sigma=0.000774 ! Fit after self-cal, rms=0.110045Jy sigma=0.000773 ! 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.110045Jy sigma=0.000773 ! Fit after self-cal, rms=0.111119Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.872 mas, bmaj=17.28 mas, bpa=19.3 degrees ! Estimated noise=778.886 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00237354 Jy ! Component: 100 - total flux cleaned = -0.00262281 Jy ! Component: 150 - total flux cleaned = -0.00284273 Jy ! Component: 200 - total flux cleaned = -0.00303986 Jy ! Total flux subtracted in 200 components = -0.00303986 Jy ! Clean residual min=-0.003916 max=0.003809 Jy/beam ! Clean residual mean=-0.000013 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.266162 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 181 components and 0.266161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111033Jy sigma=0.000773 ! Fit after self-cal, rms=0.111051Jy sigma=0.000773 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.0001572 Jy ! Component: 100 - total flux cleaned = -0.000321108 Jy ! Component: 150 - total flux cleaned = -0.000358748 Jy ! Component: 200 - total flux cleaned = -0.000359511 Jy ! Total flux subtracted in 200 components = -0.000359511 Jy ! Clean residual min=-0.003881 max=0.003806 Jy/beam ! Clean residual mean=-0.000013 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.265802 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 190 components and 0.265802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111020Jy sigma=0.000772 ! Fit after self-cal, rms=0.111019Jy sigma=0.000772 ! 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.111019Jy sigma=0.000772 ! Fit after self-cal, rms=0.119960Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.874 mas, bmaj=17.23 mas, bpa=19.23 degrees ! Estimated noise=781.907 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00147058 Jy ! Component: 100 - total flux cleaned = -0.0015259 Jy ! Component: 150 - total flux cleaned = -0.00157564 Jy ! Component: 200 - total flux cleaned = -0.00161952 Jy ! Total flux subtracted in 200 components = -0.00161952 Jy ! Clean residual min=-0.002905 max=0.002491 Jy/beam ! Clean residual mean=-0.000010 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.264182 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 202 components and 0.264182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119901Jy sigma=0.000768 ! Fit after self-cal, rms=0.119986Jy sigma=0.000768 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 = -7.06918e-05 Jy ! Component: 100 - total flux cleaned = -7.1838e-05 Jy ! Component: 150 - total flux cleaned = -0.000106027 Jy ! Component: 200 - total flux cleaned = -0.000135901 Jy ! Total flux subtracted in 200 components = -0.000135901 Jy ! Clean residual min=-0.002819 max=0.002525 Jy/beam ! Clean residual mean=-0.000010 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.264046 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 216 components and 0.264046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119969Jy sigma=0.000768 ! Fit after self-cal, rms=0.119973Jy sigma=0.000768 ! 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.119973Jy sigma=0.000768 ! Fit after self-cal, rms=0.122326Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.315 mas, bmaj=25.06 mas, bpa=9.51 degrees ! Estimated noise=854.809 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00115898 Jy ! Component: 100 - total flux cleaned = -0.00133185 Jy ! Component: 150 - total flux cleaned = -0.00135537 Jy ! Component: 200 - total flux cleaned = -0.00137711 Jy ! Total flux subtracted in 200 components = -0.00137711 Jy ! Clean residual min=-0.002002 max=0.002159 Jy/beam ! Clean residual mean=-0.000016 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.262669 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 226 components and 0.262669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122310Jy sigma=0.000768 ! Fit after self-cal, rms=0.122326Jy sigma=0.000768 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 = -2.41639e-05 Jy ! Component: 100 - total flux cleaned = -2.53051e-05 Jy ! Component: 150 - total flux cleaned = -4.09566e-05 Jy ! Component: 200 - total flux cleaned = -2.6239e-05 Jy ! Total flux subtracted in 200 components = -2.6239e-05 Jy ! Clean residual min=-0.001949 max=0.002137 Jy/beam ! Clean residual mean=-0.000016 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.262643 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 230 components and 0.262643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122322Jy sigma=0.000768 ! Fit after self-cal, rms=0.122322Jy sigma=0.000768 ! 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.87 mas, bmaj=17.3 mas, bpa=19.32 degrees ! Estimated noise=782.162 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.87 x 17.3 at 19.32 degrees (North through East) ! Clean map min=-0.0025645 max=0.17451 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.947 mas, bmaj=14.59 mas, bpa=20.27 degrees ! Estimated noise=1366.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.137921 Jy ! Component: 100 - total flux cleaned = 0.18604 Jy ! Component: 150 - total flux cleaned = 0.211886 Jy ! Component: 200 - total flux cleaned = 0.227975 Jy ! Total flux subtracted in 200 components = 0.227975 Jy ! Clean residual min=-0.005553 max=0.008528 Jy/beam ! Clean residual mean=-0.000042 rms=0.001713 Jy/beam ! Combined flux in latest and established models = 0.227975 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 57 model components to the UV plane model. ! The established model now contains 57 components and 0.227975 Jy ! Inverting map and beam ! Estimated beam: bmin=3.87 mas, bmaj=17.3 mas, bpa=19.32 degrees ! Estimated noise=782.162 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.014871 Jy ! Component: 100 - total flux cleaned = 0.0225443 Jy ! Component: 150 - total flux cleaned = 0.0268436 Jy ! Component: 200 - total flux cleaned = 0.0295281 Jy ! Total flux subtracted in 200 components = 0.0295281 Jy ! Clean residual min=-0.002547 max=0.002600 Jy/beam ! Clean residual mean=-0.000021 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.257503 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 122 components and 0.257503 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.315 mas, bmaj=25.06 mas, bpa=9.51 degrees ! Estimated noise=854.809 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00232734 Jy ! Component: 100 - total flux cleaned = 0.00358788 Jy ! Component: 150 - total flux cleaned = 0.00434503 Jy ! Component: 200 - total flux cleaned = 0.00476296 Jy ! Total flux subtracted in 200 components = 0.00476296 Jy ! Clean residual min=-0.001977 max=0.002208 Jy/beam ! Clean residual mean=-0.000017 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.262266 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 = 8.82374e-05 Jy ! Component: 100 - total flux cleaned = 0.000156121 Jy ! Component: 150 - total flux cleaned = 0.000219272 Jy ! Component: 200 - total flux cleaned = 0.000278361 Jy ! Total flux subtracted in 200 components = 0.000278361 Jy ! Clean residual min=-0.001964 max=0.002197 Jy/beam ! Clean residual mean=-0.000016 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.262544 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 157 components and 0.262544 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.87 mas, bmaj=17.3 mas, bpa=19.32 degrees ! Estimated noise=782.162 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.8733e-05 Jy ! Component: 100 - total flux cleaned = 1.17681e-05 Jy ! Component: 150 - total flux cleaned = 7.45909e-05 Jy ! Component: 200 - total flux cleaned = 0.00011773 Jy ! Total flux subtracted in 200 components = 0.00011773 Jy ! Clean residual min=-0.002526 max=0.002377 Jy/beam ! Clean residual mean=-0.000010 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.262662 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 171 components and 0.262662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122305Jy sigma=0.000767 ! Fit after self-cal, rms=0.122317Jy sigma=0.000767 wmodel J0702-2841_S_2014_08_05_pus_map.mod ! Writing 171 model components to file: J0702-2841_S_2014_08_05_pus_map.mod wobs J0702-2841_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0702-2841_S_2014_08_05_pus_uvs.fits wwins J0702-2841_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J0702-2841_S_2014_08_05_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.000495045 Jy ! Component: 100 - total flux cleaned = -0.000576019 Jy ! Component: 150 - total flux cleaned = -0.000686304 Jy ! Component: 200 - total flux cleaned = -0.000721991 Jy ! Component: 250 - total flux cleaned = -0.000688137 Jy ! Component: 300 - total flux cleaned = -0.000655941 Jy ! Component: 350 - total flux cleaned = -0.000717872 Jy ! Component: 400 - total flux cleaned = -0.000685876 Jy ! Component: 450 - total flux cleaned = -0.000625641 Jy ! Component: 500 - total flux cleaned = -0.00065481 Jy ! Component: 550 - total flux cleaned = -0.000740146 Jy ! Component: 600 - total flux cleaned = -0.000879173 Jy ! Component: 650 - total flux cleaned = -0.00109668 Jy ! Component: 700 - total flux cleaned = -0.0012564 Jy ! Component: 750 - total flux cleaned = -0.00146592 Jy ! Component: 800 - total flux cleaned = -0.0016462 Jy ! Component: 850 - total flux cleaned = -0.00187349 Jy ! Component: 900 - total flux cleaned = -0.00197272 Jy ! Component: 950 - total flux cleaned = -0.00216829 Jy ! Component: 1000 - total flux cleaned = -0.00231246 Jy ! Component: 1050 - total flux cleaned = -0.00238406 Jy ! Component: 1100 - total flux cleaned = -0.00250143 Jy ! Component: 1150 - total flux cleaned = -0.00261654 Jy ! Component: 1200 - total flux cleaned = -0.00268481 Jy ! Component: 1250 - total flux cleaned = -0.002752 Jy ! Component: 1300 - total flux cleaned = -0.00279664 Jy ! Component: 1350 - total flux cleaned = -0.00286262 Jy ! Component: 1400 - total flux cleaned = -0.00301426 Jy ! Component: 1450 - total flux cleaned = -0.00301454 Jy ! Component: 1500 - total flux cleaned = -0.00309943 Jy ! Component: 1550 - total flux cleaned = -0.00307871 Jy ! Component: 1600 - total flux cleaned = -0.00314112 Jy ! Component: 1650 - total flux cleaned = -0.00320237 Jy ! Component: 1700 - total flux cleaned = -0.00320212 Jy ! Component: 1750 - total flux cleaned = -0.00324203 Jy ! Component: 1800 - total flux cleaned = -0.00322191 Jy ! Component: 1850 - total flux cleaned = -0.00332001 Jy ! Component: 1900 - total flux cleaned = -0.00333898 Jy ! Component: 1950 - total flux cleaned = -0.00330083 Jy ! Component: 2000 - total flux cleaned = -0.00343417 Jy ! Component: 2050 - total flux cleaned = -0.00347176 Jy ! Component: 2100 - total flux cleaned = -0.003546 Jy ! Component: 2150 - total flux cleaned = -0.00356449 Jy ! Component: 2200 - total flux cleaned = -0.00363764 Jy ! Component: 2250 - total flux cleaned = -0.0037283 Jy ! Component: 2300 - total flux cleaned = -0.00372833 Jy ! Component: 2350 - total flux cleaned = -0.00378186 Jy ! Component: 2400 - total flux cleaned = -0.0038525 Jy ! Component: 2450 - total flux cleaned = -0.00392236 Jy ! Component: 2500 - total flux cleaned = -0.00392227 Jy ! Component: 2550 - total flux cleaned = -0.00393955 Jy ! Component: 2600 - total flux cleaned = -0.00399099 Jy ! Component: 2650 - total flux cleaned = -0.00409248 Jy ! Component: 2700 - total flux cleaned = -0.00419281 Jy ! Component: 2750 - total flux cleaned = -0.00417594 Jy ! Component: 2800 - total flux cleaned = -0.00425855 Jy ! Component: 2850 - total flux cleaned = -0.00429145 Jy ! Component: 2900 - total flux cleaned = -0.00438898 Jy ! Component: 2950 - total flux cleaned = -0.00442134 Jy ! Component: 3000 - total flux cleaned = -0.0045177 Jy ! Component: 3050 - total flux cleaned = -0.00453377 Jy ! Component: 3100 - total flux cleaned = -0.00458141 Jy ! Component: 3150 - total flux cleaned = -0.00465989 Jy ! Component: 3200 - total flux cleaned = -0.0046758 Jy ! Component: 3250 - total flux cleaned = -0.00472223 Jy ! Component: 3300 - total flux cleaned = -0.0048143 Jy ! Component: 3350 - total flux cleaned = -0.00482946 Jy ! Component: 3400 - total flux cleaned = -0.00492022 Jy ! Component: 3450 - total flux cleaned = -0.00498025 Jy ! Component: 3500 - total flux cleaned = -0.00506955 Jy ! Component: 3550 - total flux cleaned = -0.0050546 Jy ! Component: 3600 - total flux cleaned = -0.00514312 Jy ! Component: 3650 - total flux cleaned = -0.00518699 Jy ! Component: 3700 - total flux cleaned = -0.00521608 Jy ! Component: 3750 - total flux cleaned = -0.0052304 Jy ! Component: 3800 - total flux cleaned = -0.00524478 Jy ! Component: 3850 - total flux cleaned = -0.00537304 Jy ! Component: 3900 - total flux cleaned = -0.00534472 Jy ! Component: 3950 - total flux cleaned = -0.00535882 Jy ! Component: 4000 - total flux cleaned = -0.0054147 Jy ! Component: 4050 - total flux cleaned = -0.00541468 Jy ! Total flux subtracted in 4096 components = -0.00545619 Jy ! Clean residual min=-0.000774 max=0.000689 Jy/beam ! Clean residual mean=-0.000005 rms=0.000275 Jy/beam ! Combined flux in latest and established models = 0.257205 Jy keep ! Adding 250 model components to the UV plane model. ! The established model now contains 421 components and 0.257206 Jy ![Exited script file: muppet] wmap "J0702-2841_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.87 x 17.3 at 19.32 degrees (North through East) ! Clean map min=-0.0021444 max=0.1767 Jy/beam ! Writing clean map to FITS file: J0702-2841_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.176699 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000275088 device "J0702-2841_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0702-2841_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.467044 0.467044 0.934089 1.86818 3.73635 7.47271 14.9454 29.8908 59.7817 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.176 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.87 x 17.3 at 19.32 degrees (North through East) ! Clean map min=-0.0021444 max=0.1767 Jy/beam quit ! Quitting program ! Log file J0702-2841_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:18:09 2016