! Started logfile: J2206-2119_S_2017_07_09_pus_uvs.log on Wed May 8 14:58:43 2019 obs J2206-2119_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J2206-2119_S_2017_07_09_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.92619 visibilities/baseline/integration-bin. ! Found source: J2206-2119 ! ! 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 594 lines of history. ! ! Reading 9336 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 J2206-2119_S_2017_07_09_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 338 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.932876Jy sigma=0.007280 ! Fit after self-cal, rms=0.915249Jy sigma=0.007149 ! 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.418 mas, bmaj=7.382 mas, bpa=-7.791 degrees ! Estimated noise=1609.95 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.0650005 Jy ! Component: 100 - total flux cleaned = 0.0873999 Jy ! Total flux subtracted in 100 components = 0.0873999 Jy ! Clean residual min=-0.005194 max=0.009554 Jy/beam ! Clean residual mean=-0.000009 rms=0.001387 Jy/beam ! Combined flux in latest and established models = 0.0873999 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0873999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092614Jy sigma=0.000692 ! Fit after self-cal, rms=0.092425Jy sigma=0.000690 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.011823 Jy ! Component: 100 - total flux cleaned = 0.0177951 Jy ! Total flux subtracted in 100 components = 0.0177951 Jy ! Clean residual min=-0.004110 max=0.005115 Jy/beam ! Clean residual mean=-0.000006 rms=0.001045 Jy/beam ! Combined flux in latest and established models = 0.105195 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 17 components and 0.105195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090695Jy sigma=0.000676 ! Fit after self-cal, rms=0.090647Jy sigma=0.000676 ! 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.913 mas, bmaj=8.079 mas, bpa=-7.057 degrees ! Estimated noise=1140.77 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 (5, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00646311 Jy ! Component: 100 - total flux cleaned = 0.00992386 Jy ! Component: 150 - total flux cleaned = 0.0121103 Jy ! Component: 200 - total flux cleaned = 0.013559 Jy ! Total flux subtracted in 200 components = 0.013559 Jy ! Clean residual min=-0.003833 max=0.003424 Jy/beam ! Clean residual mean=-0.000009 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.118754 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 45 components and 0.118754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090163Jy sigma=0.000672 ! Fit after self-cal, rms=0.090123Jy sigma=0.000672 ! 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.04 FD 0.92 HN 1.00 KP 1.01 ! LA 1.01 MK 1.12 NL 0.89 OV 1.05 ! PT 1.06 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.93 HN 0.98 KP 1.00 ! LA 0.92 MK 0.91 NL 1.08 OV 1.11 ! PT 1.05 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.10 KP 0.97 ! LA 1.00 MK 1.05 NL 1.05 OV 0.98 ! PT 1.00 SC 0.93 ! ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 0.88 KP 1.00* ! LA 0.77 MK 0.75 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.090123Jy sigma=0.000672 ! Fit after self-cal, rms=0.089253Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.904 mas, bmaj=8.09 mas, bpa=-7.018 degrees ! Estimated noise=1133.71 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.000911134 Jy ! Component: 100 - total flux cleaned = 0.000827874 Jy ! Component: 150 - total flux cleaned = 0.000792143 Jy ! Component: 200 - total flux cleaned = 0.00072524 Jy ! Total flux subtracted in 200 components = 0.00072524 Jy ! Clean residual min=-0.003300 max=0.003105 Jy/beam ! Clean residual mean=-0.000007 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.119479 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 54 components and 0.119479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089207Jy sigma=0.000669 ! Fit after self-cal, rms=0.089205Jy sigma=0.000669 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089205Jy sigma=0.000669 ! Fit after self-cal, rms=0.089329Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.904 mas, bmaj=8.089 mas, bpa=-6.97 degrees ! Estimated noise=1134.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000380295 Jy ! Component: 100 - total flux cleaned = 0.000444056 Jy ! Component: 150 - total flux cleaned = 0.000444883 Jy ! Component: 200 - total flux cleaned = 0.00039538 Jy ! Total flux subtracted in 200 components = 0.00039538 Jy ! Clean residual min=-0.003164 max=0.003071 Jy/beam ! Clean residual mean=-0.000005 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.119875 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 63 components and 0.119875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089307Jy sigma=0.000668 ! Fit after self-cal, rms=0.089303Jy sigma=0.000668 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.76712e-05 Jy ! Component: 100 - total flux cleaned = 1.0613e-05 Jy ! Component: 150 - total flux cleaned = -1.08515e-05 Jy ! Component: 200 - total flux cleaned = -3.16116e-05 Jy ! Total flux subtracted in 200 components = -3.16116e-05 Jy ! Clean residual min=-0.003169 max=0.003074 Jy/beam ! Clean residual mean=-0.000005 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.119843 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 70 components and 0.119843 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089290Jy sigma=0.000668 ! Fit after self-cal, rms=0.089288Jy sigma=0.000668 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089288Jy sigma=0.000668 ! Fit after self-cal, rms=0.089331Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.905 mas, bmaj=8.1 mas, bpa=-7 degrees ! Estimated noise=1132.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000123476 Jy ! Component: 100 - total flux cleaned = 0.000100377 Jy ! Component: 150 - total flux cleaned = 9.93525e-05 Jy ! Component: 200 - total flux cleaned = 9.96838e-05 Jy ! Total flux subtracted in 200 components = 9.96838e-05 Jy ! Clean residual min=-0.003113 max=0.003063 Jy/beam ! Clean residual mean=-0.000004 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.119943 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 76 components and 0.119943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089320Jy sigma=0.000668 ! Fit after self-cal, rms=0.089327Jy sigma=0.000667 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.09194e-05 Jy ! Component: 100 - total flux cleaned = -3.84085e-05 Jy ! Component: 150 - total flux cleaned = -5.52093e-05 Jy ! Component: 200 - total flux cleaned = -7.15179e-05 Jy ! Total flux subtracted in 200 components = -7.15179e-05 Jy ! Clean residual min=-0.003111 max=0.003071 Jy/beam ! Clean residual mean=-0.000004 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.119871 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 78 components and 0.119871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089320Jy sigma=0.000667 ! Fit after self-cal, rms=0.089319Jy sigma=0.000667 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089319Jy sigma=0.000667 ! Fit after self-cal, rms=0.089381Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.357 mas, bmaj=17.67 mas, bpa=-3.767 degrees ! Estimated noise=1491.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000666679 Jy ! Component: 100 - total flux cleaned = 0.000667441 Jy ! Component: 150 - total flux cleaned = 0.000647978 Jy ! Component: 200 - total flux cleaned = 0.000630273 Jy ! Total flux subtracted in 200 components = 0.000630273 Jy ! Clean residual min=-0.003610 max=0.002871 Jy/beam ! Clean residual mean=-0.000008 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.120502 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 84 components and 0.120502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089385Jy sigma=0.000667 ! Fit after self-cal, rms=0.089382Jy sigma=0.000667 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.73119e-05 Jy ! Component: 100 - total flux cleaned = 8.7102e-07 Jy ! Component: 150 - total flux cleaned = -3.33398e-05 Jy ! Component: 200 - total flux cleaned = -5.08024e-05 Jy ! Total flux subtracted in 200 components = -5.08024e-05 Jy ! Clean residual min=-0.003603 max=0.002857 Jy/beam ! Clean residual mean=-0.000008 rms=0.000885 Jy/beam ! Combined flux in latest and established models = 0.120451 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 86 components and 0.120451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089387Jy sigma=0.000667 ! Fit after self-cal, rms=0.089382Jy sigma=0.000667 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=2.906 mas, bmaj=8.106 mas, bpa=-7.016 degrees ! Estimated noise=1132.53 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.906 x 8.106 at -7.016 degrees (North through East) ! Clean map min=-0.0029071 max=0.083833 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.414 mas, bmaj=7.431 mas, bpa=-7.75 degrees ! Estimated noise=1604.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0645851 Jy ! Component: 100 - total flux cleaned = 0.0888312 Jy ! Component: 150 - total flux cleaned = 0.100722 Jy ! Component: 200 - total flux cleaned = 0.107622 Jy ! Total flux subtracted in 200 components = 0.107622 Jy ! Clean residual min=-0.003432 max=0.004210 Jy/beam ! Clean residual mean=-0.000005 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.107622 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.107622 Jy ! Inverting map and beam ! Estimated beam: bmin=2.906 mas, bmaj=8.106 mas, bpa=-7.016 degrees ! Estimated noise=1132.53 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.00517756 Jy ! Component: 100 - total flux cleaned = 0.00836667 Jy ! Component: 150 - total flux cleaned = 0.0104068 Jy ! Component: 200 - total flux cleaned = 0.0111719 Jy ! Total flux subtracted in 200 components = 0.0111719 Jy ! Clean residual min=-0.003250 max=0.002925 Jy/beam ! Clean residual mean=-0.000005 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.118794 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 48 components and 0.118794 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.357 mas, bmaj=17.67 mas, bpa=-3.767 degrees ! Estimated noise=1491.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00133457 Jy ! Component: 100 - total flux cleaned = 0.00146859 Jy ! Component: 150 - total flux cleaned = 0.00157436 Jy ! Component: 200 - total flux cleaned = 0.00165968 Jy ! Total flux subtracted in 200 components = 0.00165968 Jy ! Clean residual min=-0.003609 max=0.002945 Jy/beam ! Clean residual mean=-0.000009 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.120454 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 = 3.46336e-08 Jy ! Component: 100 - total flux cleaned = -2.20918e-05 Jy ! Component: 150 - total flux cleaned = -4.43259e-05 Jy ! Component: 200 - total flux cleaned = -6.52783e-05 Jy ! Total flux subtracted in 200 components = -6.52783e-05 Jy ! Clean residual min=-0.003598 max=0.002913 Jy/beam ! Clean residual mean=-0.000008 rms=0.000884 Jy/beam ! Combined flux in latest and established models = 0.120388 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 66 components and 0.120388 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.906 mas, bmaj=8.106 mas, bpa=-7.016 degrees ! Estimated noise=1132.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00038835 Jy ! Component: 100 - total flux cleaned = -0.000503306 Jy ! Component: 150 - total flux cleaned = -0.000572103 Jy ! Component: 200 - total flux cleaned = -0.000634635 Jy ! Total flux subtracted in 200 components = -0.000634635 Jy ! Clean residual min=-0.003028 max=0.003051 Jy/beam ! Clean residual mean=-0.000004 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.119754 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 77 components and 0.119754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089410Jy sigma=0.000668 ! Fit after self-cal, rms=0.089403Jy sigma=0.000668 wmodel J2206-2119_S_2017_07_09_pus_map.mod ! Writing 77 model components to file: J2206-2119_S_2017_07_09_pus_map.mod wobs J2206-2119_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J2206-2119_S_2017_07_09_pus_uvs.fits wwins J2206-2119_S_2017_07_09_pus_map.win ! wwins: Wrote 2 windows to J2206-2119_S_2017_07_09_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.000500018 Jy ! Component: 100 - total flux cleaned = -0.000449209 Jy ! Component: 150 - total flux cleaned = -0.000216146 Jy ! Component: 200 - total flux cleaned = 0.000183263 Jy ! Component: 250 - total flux cleaned = 0.00069403 Jy ! Component: 300 - total flux cleaned = 0.000982577 Jy ! Component: 350 - total flux cleaned = 0.00122285 Jy ! Component: 400 - total flux cleaned = 0.00145609 Jy ! Component: 450 - total flux cleaned = 0.00160702 Jy ! Component: 500 - total flux cleaned = 0.00164431 Jy ! Component: 550 - total flux cleaned = 0.00182556 Jy ! Component: 600 - total flux cleaned = 0.00193108 Jy ! Component: 650 - total flux cleaned = 0.00196538 Jy ! Component: 700 - total flux cleaned = 0.0020674 Jy ! Component: 750 - total flux cleaned = 0.00219911 Jy ! Component: 800 - total flux cleaned = 0.00232835 Jy ! Component: 850 - total flux cleaned = 0.00248663 Jy ! Component: 900 - total flux cleaned = 0.00257969 Jy ! Component: 950 - total flux cleaned = 0.00264105 Jy ! Component: 1000 - total flux cleaned = 0.00273179 Jy ! Component: 1050 - total flux cleaned = 0.00285011 Jy ! Component: 1100 - total flux cleaned = 0.00299502 Jy ! Component: 1150 - total flux cleaned = 0.00305245 Jy ! Component: 1200 - total flux cleaned = 0.00319313 Jy ! Component: 1250 - total flux cleaned = 0.0032757 Jy ! Component: 1300 - total flux cleaned = 0.00335692 Jy ! Component: 1350 - total flux cleaned = 0.00343687 Jy ! Component: 1400 - total flux cleaned = 0.00346256 Jy ! Component: 1450 - total flux cleaned = 0.00348874 Jy ! Component: 1500 - total flux cleaned = 0.00359168 Jy ! Component: 1550 - total flux cleaned = 0.00369301 Jy ! Component: 1600 - total flux cleaned = 0.00384225 Jy ! Component: 1650 - total flux cleaned = 0.00394014 Jy ! Component: 1700 - total flux cleaned = 0.0040369 Jy ! Component: 1750 - total flux cleaned = 0.00408489 Jy ! Component: 1800 - total flux cleaned = 0.00422693 Jy ! Component: 1850 - total flux cleaned = 0.00425083 Jy ! Component: 1900 - total flux cleaned = 0.00432048 Jy ! Component: 1950 - total flux cleaned = 0.00445722 Jy ! Component: 2000 - total flux cleaned = 0.00463673 Jy ! Component: 2050 - total flux cleaned = 0.00468084 Jy ! Component: 2100 - total flux cleaned = 0.00474695 Jy ! Component: 2150 - total flux cleaned = 0.00485541 Jy ! Component: 2200 - total flux cleaned = 0.00498361 Jy ! Component: 2250 - total flux cleaned = 0.0050894 Jy ! Component: 2300 - total flux cleaned = 0.00511026 Jy ! Component: 2350 - total flux cleaned = 0.00521376 Jy ! Component: 2400 - total flux cleaned = 0.00535681 Jy ! Component: 2450 - total flux cleaned = 0.00535684 Jy ! Component: 2500 - total flux cleaned = 0.005437 Jy ! Component: 2550 - total flux cleaned = 0.0055162 Jy ! Component: 2600 - total flux cleaned = 0.00563368 Jy ! Component: 2650 - total flux cleaned = 0.00571089 Jy ! Component: 2700 - total flux cleaned = 0.00571091 Jy ! Component: 2750 - total flux cleaned = 0.00574932 Jy ! Component: 2800 - total flux cleaned = 0.00588118 Jy ! Component: 2850 - total flux cleaned = 0.00589967 Jy ! Component: 2900 - total flux cleaned = 0.00591798 Jy ! Component: 2950 - total flux cleaned = 0.00589963 Jy ! Component: 3000 - total flux cleaned = 0.00582689 Jy ! Component: 3050 - total flux cleaned = 0.00584538 Jy ! Component: 3100 - total flux cleaned = 0.00591648 Jy ! Component: 3150 - total flux cleaned = 0.00595192 Jy ! Component: 3200 - total flux cleaned = 0.00593429 Jy ! Component: 3250 - total flux cleaned = 0.00595189 Jy ! Component: 3300 - total flux cleaned = 0.00602067 Jy ! Component: 3350 - total flux cleaned = 0.00602065 Jy ! Component: 3400 - total flux cleaned = 0.00602079 Jy ! Component: 3450 - total flux cleaned = 0.00610492 Jy ! Component: 3500 - total flux cleaned = 0.00608828 Jy ! Component: 3550 - total flux cleaned = 0.00608827 Jy ! Component: 3600 - total flux cleaned = 0.0061867 Jy ! Component: 3650 - total flux cleaned = 0.00621917 Jy ! Component: 3700 - total flux cleaned = 0.00626746 Jy ! Component: 3750 - total flux cleaned = 0.00626769 Jy ! Component: 3800 - total flux cleaned = 0.00639479 Jy ! Component: 3850 - total flux cleaned = 0.00648932 Jy ! Component: 3900 - total flux cleaned = 0.00644225 Jy ! Component: 3950 - total flux cleaned = 0.00658203 Jy ! Component: 4000 - total flux cleaned = 0.00662837 Jy ! Component: 4050 - total flux cleaned = 0.00668975 Jy ! Total flux subtracted in 4096 components = 0.00673536 Jy ! Clean residual min=-0.001014 max=0.000996 Jy/beam ! Clean residual mean=-0.000002 rms=0.000286 Jy/beam ! Combined flux in latest and established models = 0.126489 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 385 components and 0.126489 Jy ![Exited script file: muppet] wmap "J2206-2119_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.906 x 8.106 at -7.016 degrees (North through East) ! Clean map min=-0.0017619 max=0.083206 Jy/beam ! Writing clean map to FITS file: J2206-2119_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0832057 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000282928 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.0201 1.0201 2.04021 4.08041 8.16083 16.3217 32.6433 65.2866 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 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.906 x 8.106 at -7.016 degrees (North through East) ! Clean map min=-0.0017619 max=0.083206 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 J2206-2119_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:58:47 2019