! Started logfile: J1159-2142_S_2017_02_24_pus_uvs.log on Sat May 4 11:26:52 2019 obs J1159-2142_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J1159-2142_S_2017_02_24_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.785088 visibilities/baseline/integration-bin. ! Found source: J1159-2142 ! ! 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 823 lines of history. ! ! Reading 10740 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 J1159-2142_S_2017_02_24_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 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 318 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.654106Jy sigma=0.004592 ! Fit after self-cal, rms=0.619015Jy sigma=0.004357 ! 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.735 mas, bmaj=7.762 mas, bpa=2.107 degrees ! Estimated noise=1471.42 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.300651 Jy ! Component: 100 - total flux cleaned = 0.369738 Jy ! Total flux subtracted in 100 components = 0.369738 Jy ! Clean residual min=-0.008934 max=0.024227 Jy/beam ! Clean residual mean=-0.000016 rms=0.002826 Jy/beam ! Combined flux in latest and established models = 0.369738 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.369738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113150Jy sigma=0.000742 ! Fit after self-cal, rms=0.113143Jy sigma=0.000742 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0227097 Jy ! Component: 100 - total flux cleaned = 0.0301498 Jy ! Total flux subtracted in 100 components = 0.0301498 Jy ! Clean residual min=-0.006829 max=0.011109 Jy/beam ! Clean residual mean=-0.000002 rms=0.001926 Jy/beam ! Combined flux in latest and established models = 0.399888 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 12 components and 0.399888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108493Jy sigma=0.000710 ! Fit after self-cal, rms=0.108491Jy sigma=0.000710 ! 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.218 mas, bmaj=8.912 mas, bpa=1.728 degrees ! Estimated noise=1062.35 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, -7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103722 Jy ! Component: 100 - total flux cleaned = 0.0142947 Jy ! Component: 150 - total flux cleaned = 0.0145638 Jy ! Component: 200 - total flux cleaned = 0.014672 Jy ! Total flux subtracted in 200 components = 0.014672 Jy ! Clean residual min=-0.006848 max=0.008341 Jy/beam ! Clean residual mean=-0.000003 rms=0.001640 Jy/beam ! Combined flux in latest and established models = 0.41456 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 25 components and 0.41456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107407Jy sigma=0.000704 ! Fit after self-cal, rms=0.107324Jy sigma=0.000703 ! 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.94 FD 0.98 HN 1.07 KP 1.00 ! LA 0.97 MK 0.96 NL 1.02 OV 1.06 ! PT 1.05 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.90 HN 1.08 KP 0.95 ! LA 0.95 MK 0.98 NL 0.96 OV 1.10 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.95 HN 1.04 KP 1.04 ! LA 1.04 MK 0.99 NL 1.08 OV 0.98 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.99 HN 0.97 KP 1.00* ! LA 0.86 MK 1.05 NL 1.00* OV 0.99 ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.107324Jy sigma=0.000703 ! Fit after self-cal, rms=0.102619Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.214 mas, bmaj=8.89 mas, bpa=1.866 degrees ! Estimated noise=1061.62 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.000699995 Jy ! Component: 100 - total flux cleaned = -0.00113837 Jy ! Component: 150 - total flux cleaned = -0.00135271 Jy ! Component: 200 - total flux cleaned = -0.00126103 Jy ! Total flux subtracted in 200 components = -0.00126103 Jy ! Clean residual min=-0.003302 max=0.002804 Jy/beam ! Clean residual mean=-0.000001 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.413299 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 44 components and 0.413299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102527Jy sigma=0.000675 ! Fit after self-cal, rms=0.102524Jy sigma=0.000674 ! 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.102524Jy sigma=0.000674 ! Fit after self-cal, rms=0.102218Jy sigma=0.000673 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.212 mas, bmaj=8.881 mas, bpa=1.879 degrees ! Estimated noise=1060.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000472158 Jy ! Component: 100 - total flux cleaned = -0.000810981 Jy ! Component: 150 - total flux cleaned = -0.000887853 Jy ! Component: 200 - total flux cleaned = -0.00085677 Jy ! Total flux subtracted in 200 components = -0.00085677 Jy ! Clean residual min=-0.002816 max=0.002277 Jy/beam ! Clean residual mean=0.000001 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.412442 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 59 components and 0.412442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102174Jy sigma=0.000673 ! Fit after self-cal, rms=0.102166Jy sigma=0.000673 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.000192068 Jy ! Component: 100 - total flux cleaned = -0.00016285 Jy ! Component: 150 - total flux cleaned = -0.000136831 Jy ! Component: 200 - total flux cleaned = -0.000135858 Jy ! Total flux subtracted in 200 components = -0.000135858 Jy ! Clean residual min=-0.002832 max=0.002236 Jy/beam ! Clean residual mean=0.000001 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.412306 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 68 components and 0.412306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102153Jy sigma=0.000673 ! Fit after self-cal, rms=0.102151Jy sigma=0.000673 ! 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.102151Jy sigma=0.000673 ! Fit after self-cal, rms=0.101750Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.212 mas, bmaj=8.878 mas, bpa=1.902 degrees ! Estimated noise=1060.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000482289 Jy ! Component: 100 - total flux cleaned = -0.000645795 Jy ! Component: 150 - total flux cleaned = -0.000623217 Jy ! Component: 200 - total flux cleaned = -0.000603608 Jy ! Total flux subtracted in 200 components = -0.000603608 Jy ! Clean residual min=-0.002579 max=0.002227 Jy/beam ! Clean residual mean=0.000001 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.411702 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 96 components and 0.411702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101731Jy sigma=0.000672 ! Fit after self-cal, rms=0.101724Jy sigma=0.000672 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.000135283 Jy ! Component: 100 - total flux cleaned = -0.000155449 Jy ! Component: 150 - total flux cleaned = -0.000138777 Jy ! Component: 200 - total flux cleaned = -0.000138053 Jy ! Total flux subtracted in 200 components = -0.000138053 Jy ! Clean residual min=-0.002581 max=0.002214 Jy/beam ! Clean residual mean=0.000001 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.411564 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 102 components and 0.411564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101718Jy sigma=0.000672 ! Fit after self-cal, rms=0.101717Jy sigma=0.000672 ! 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.101717Jy sigma=0.000672 ! Fit after self-cal, rms=0.101750Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.466 mas, bmaj=17.58 mas, bpa=4.497 degrees ! Estimated noise=1321.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.37878e-05 Jy ! Component: 100 - total flux cleaned = -8.20342e-05 Jy ! Component: 150 - total flux cleaned = -0.000119759 Jy ! Component: 200 - total flux cleaned = -0.000120012 Jy ! Total flux subtracted in 200 components = -0.000120012 Jy ! Clean residual min=-0.002751 max=0.002436 Jy/beam ! Clean residual mean=0.000006 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.411444 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 107 components and 0.411444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101746Jy sigma=0.000672 ! Fit after self-cal, rms=0.101746Jy sigma=0.000672 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.48033e-06 Jy ! Component: 100 - total flux cleaned = -5.61863e-05 Jy ! Component: 150 - total flux cleaned = -7.07359e-05 Jy ! Component: 200 - total flux cleaned = -9.66411e-05 Jy ! Total flux subtracted in 200 components = -9.66411e-05 Jy ! Clean residual min=-0.002715 max=0.002408 Jy/beam ! Clean residual mean=0.000006 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.411348 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 109 components and 0.411348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101746Jy sigma=0.000672 ! Fit after self-cal, rms=0.101745Jy sigma=0.000672 ! 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.211 mas, bmaj=8.874 mas, bpa=1.916 degrees ! Estimated noise=1059.9 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.211 x 8.874 at 1.916 degrees (North through East) ! Clean map min=-0.0025688 max=0.38188 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.726 mas, bmaj=7.732 mas, bpa=2.325 degrees ! Estimated noise=1471.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.300599 Jy ! Component: 100 - total flux cleaned = 0.36975 Jy ! Component: 150 - total flux cleaned = 0.392363 Jy ! Component: 200 - total flux cleaned = 0.400482 Jy ! Total flux subtracted in 200 components = 0.400482 Jy ! Clean residual min=-0.003696 max=0.003964 Jy/beam ! Clean residual mean=-0.000005 rms=0.000902 Jy/beam ! Combined flux in latest and established models = 0.400482 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.400482 Jy ! Inverting map and beam ! Estimated beam: bmin=3.211 mas, bmaj=8.874 mas, bpa=1.916 degrees ! Estimated noise=1059.9 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.00502278 Jy ! Component: 100 - total flux cleaned = 0.00807944 Jy ! Component: 150 - total flux cleaned = 0.00934961 Jy ! Component: 200 - total flux cleaned = 0.00974567 Jy ! Total flux subtracted in 200 components = 0.00974567 Jy ! Clean residual min=-0.002612 max=0.002351 Jy/beam ! Clean residual mean=0.000002 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.410228 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 28 components and 0.410228 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.466 mas, bmaj=17.58 mas, bpa=4.497 degrees ! Estimated noise=1321.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112808 Jy ! Component: 100 - total flux cleaned = 0.00112866 Jy ! Component: 150 - total flux cleaned = 0.00113036 Jy ! Component: 200 - total flux cleaned = 0.00107752 Jy ! Total flux subtracted in 200 components = 0.00107752 Jy ! Clean residual min=-0.002902 max=0.002318 Jy/beam ! Clean residual mean=0.000006 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.411306 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 = -2.2734e-05 Jy ! Component: 100 - total flux cleaned = -6.43263e-05 Jy ! Component: 150 - total flux cleaned = -0.000101475 Jy ! Component: 200 - total flux cleaned = -0.000117669 Jy ! Total flux subtracted in 200 components = -0.000117669 Jy ! Clean residual min=-0.002786 max=0.002276 Jy/beam ! Clean residual mean=0.000006 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.411188 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 55 components and 0.411188 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.211 mas, bmaj=8.874 mas, bpa=1.916 degrees ! Estimated noise=1059.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.8456e-05 Jy ! Component: 100 - total flux cleaned = -0.000178066 Jy ! Component: 150 - total flux cleaned = -0.000179788 Jy ! Component: 200 - total flux cleaned = -0.000142874 Jy ! Total flux subtracted in 200 components = -0.000142874 Jy ! Clean residual min=-0.002752 max=0.002229 Jy/beam ! Clean residual mean=0.000002 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.411045 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 69 components and 0.411045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101770Jy sigma=0.000672 ! Fit after self-cal, rms=0.101763Jy sigma=0.000672 wmodel J1159-2142_S_2017_02_24_pus_map.mod ! Writing 69 model components to file: J1159-2142_S_2017_02_24_pus_map.mod wobs J1159-2142_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J1159-2142_S_2017_02_24_pus_uvs.fits wwins J1159-2142_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J1159-2142_S_2017_02_24_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.0010955 Jy ! Component: 100 - total flux cleaned = -0.00186254 Jy ! Component: 150 - total flux cleaned = -0.0023796 Jy ! Component: 200 - total flux cleaned = -0.00256778 Jy ! Component: 250 - total flux cleaned = -0.00289248 Jy ! Component: 300 - total flux cleaned = -0.00313438 Jy ! Component: 350 - total flux cleaned = -0.00333521 Jy ! Component: 400 - total flux cleaned = -0.00343271 Jy ! Component: 450 - total flux cleaned = -0.00352635 Jy ! Component: 500 - total flux cleaned = -0.00343676 Jy ! Component: 550 - total flux cleaned = -0.00343791 Jy ! Component: 600 - total flux cleaned = -0.00346736 Jy ! Component: 650 - total flux cleaned = -0.00349546 Jy ! Component: 700 - total flux cleaned = -0.00349522 Jy ! Component: 750 - total flux cleaned = -0.00354815 Jy ! Component: 800 - total flux cleaned = -0.00354817 Jy ! Component: 850 - total flux cleaned = -0.00362455 Jy ! Component: 900 - total flux cleaned = -0.003774 Jy ! Component: 950 - total flux cleaned = -0.00379741 Jy ! Component: 1000 - total flux cleaned = -0.00382109 Jy ! Component: 1050 - total flux cleaned = -0.00382094 Jy ! Component: 1100 - total flux cleaned = -0.00377468 Jy ! Component: 1150 - total flux cleaned = -0.00372895 Jy ! Component: 1200 - total flux cleaned = -0.00370602 Jy ! Component: 1250 - total flux cleaned = -0.00355247 Jy ! Component: 1300 - total flux cleaned = -0.00363886 Jy ! Component: 1350 - total flux cleaned = -0.00344705 Jy ! Component: 1400 - total flux cleaned = -0.00336328 Jy ! Component: 1450 - total flux cleaned = -0.00323941 Jy ! Component: 1500 - total flux cleaned = -0.00311765 Jy ! Component: 1550 - total flux cleaned = -0.00297808 Jy ! Component: 1600 - total flux cleaned = -0.00289972 Jy ! Component: 1650 - total flux cleaned = -0.00278308 Jy ! Component: 1700 - total flux cleaned = -0.00264915 Jy ! Component: 1750 - total flux cleaned = -0.0025924 Jy ! Component: 1800 - total flux cleaned = -0.00249924 Jy ! Component: 1850 - total flux cleaned = -0.00238875 Jy ! Component: 1900 - total flux cleaned = -0.0023339 Jy ! Component: 1950 - total flux cleaned = -0.00217194 Jy ! Component: 2000 - total flux cleaned = -0.00204764 Jy ! Component: 2050 - total flux cleaned = -0.00199498 Jy ! Component: 2100 - total flux cleaned = -0.00190809 Jy ! Component: 2150 - total flux cleaned = -0.00182217 Jy ! Component: 2200 - total flux cleaned = -0.00178812 Jy ! Component: 2250 - total flux cleaned = -0.00167055 Jy ! Component: 2300 - total flux cleaned = -0.00158763 Jy ! Component: 2350 - total flux cleaned = -0.00155478 Jy ! Component: 2400 - total flux cleaned = -0.0015223 Jy ! Component: 2450 - total flux cleaned = -0.0014741 Jy ! Component: 2500 - total flux cleaned = -0.00148975 Jy ! Component: 2550 - total flux cleaned = -0.00141087 Jy ! Component: 2600 - total flux cleaned = -0.00137979 Jy ! Component: 2650 - total flux cleaned = -0.00139533 Jy ! Component: 2700 - total flux cleaned = -0.0013649 Jy ! Component: 2750 - total flux cleaned = -0.00138015 Jy ! Component: 2800 - total flux cleaned = -0.00136509 Jy ! Component: 2850 - total flux cleaned = -0.00140986 Jy ! Component: 2900 - total flux cleaned = -0.00136598 Jy ! Component: 2950 - total flux cleaned = -0.00143927 Jy ! Component: 3000 - total flux cleaned = -0.00143938 Jy ! Component: 3050 - total flux cleaned = -0.00146799 Jy ! Component: 3100 - total flux cleaned = -0.00151079 Jy ! Component: 3150 - total flux cleaned = -0.00153896 Jy ! Component: 3200 - total flux cleaned = -0.00159494 Jy ! Component: 3250 - total flux cleaned = -0.00167816 Jy ! Component: 3300 - total flux cleaned = -0.00173311 Jy ! Component: 3350 - total flux cleaned = -0.00170579 Jy ! Component: 3400 - total flux cleaned = -0.00173299 Jy ! Component: 3450 - total flux cleaned = -0.00174657 Jy ! Component: 3500 - total flux cleaned = -0.00176007 Jy ! Component: 3550 - total flux cleaned = -0.00181313 Jy ! Component: 3600 - total flux cleaned = -0.00179998 Jy ! Component: 3650 - total flux cleaned = -0.00185237 Jy ! Component: 3700 - total flux cleaned = -0.00187824 Jy ! Component: 3750 - total flux cleaned = -0.00189122 Jy ! Component: 3800 - total flux cleaned = -0.00192968 Jy ! Component: 3850 - total flux cleaned = -0.0019551 Jy ! Component: 3900 - total flux cleaned = -0.00199305 Jy ! Component: 3950 - total flux cleaned = -0.00203049 Jy ! Component: 4000 - total flux cleaned = -0.00200548 Jy ! Component: 4050 - total flux cleaned = -0.00196848 Jy ! Total flux subtracted in 4096 components = -0.00196855 Jy ! Clean residual min=-0.000735 max=0.000909 Jy/beam ! Clean residual mean=-0.000001 rms=0.000226 Jy/beam ! Combined flux in latest and established models = 0.409077 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 354 components and 0.409076 Jy ![Exited script file: muppet] wmap "J1159-2142_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.211 x 8.874 at 1.916 degrees (North through East) ! Clean map min=-0.0018695 max=0.38255 Jy/beam ! Writing clean map to FITS file: J1159-2142_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.382547 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00021978 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.172355 0.172355 0.344711 0.689422 1.37884 2.75769 5.51537 11.0307 22.0615 44.123 88.246 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.382 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.211 x 8.874 at 1.916 degrees (North through East) ! Clean map min=-0.0018695 max=0.38255 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 J1159-2142_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:26:56 2019