! Started logfile: J2011-1546_S_2017_02_19_pus_uvs.log on Sat May 4 18:57:50 2019 obs J2011-1546_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J2011-1546_S_2017_02_19_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.601389 visibilities/baseline/integration-bin. ! Found source: J2011-1546 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 482 lines of history. ! ! Reading 1732 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 J2011-1546_S_2017_02_19_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.253348Jy sigma=0.001780 ! Fit after self-cal, rms=0.241680Jy sigma=0.001701 ! 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.669 mas, bmaj=7.443 mas, bpa=-1.033 degrees ! Estimated noise=3073.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.62139 Jy ! Component: 100 - total flux cleaned = 0.759379 Jy ! Total flux subtracted in 100 components = 0.759379 Jy ! Clean residual min=-0.022507 max=0.045615 Jy/beam ! Clean residual mean=-0.000179 rms=0.006235 Jy/beam ! Combined flux in latest and established models = 0.759379 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.759379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168171Jy sigma=0.001004 ! Fit after self-cal, rms=0.168160Jy sigma=0.001004 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0455086 Jy ! Component: 100 - total flux cleaned = 0.0661102 Jy ! Total flux subtracted in 100 components = 0.0661102 Jy ! Clean residual min=-0.019266 max=0.019100 Jy/beam ! Clean residual mean=-0.000117 rms=0.004867 Jy/beam ! Combined flux in latest and established models = 0.82549 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 20 components and 0.82549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151550Jy sigma=0.000920 ! Fit after self-cal, rms=0.151531Jy sigma=0.000920 ! 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.088 mas, bmaj=8.18 mas, bpa=0.6616 degrees ! Estimated noise=2701.39 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.0156758 Jy ! Component: 100 - total flux cleaned = 0.0245491 Jy ! Component: 150 - total flux cleaned = 0.0298057 Jy ! Component: 200 - total flux cleaned = 0.0314093 Jy ! Total flux subtracted in 200 components = 0.0314093 Jy ! Clean residual min=-0.016456 max=0.018101 Jy/beam ! Clean residual mean=-0.000143 rms=0.004515 Jy/beam ! Combined flux in latest and established models = 0.856899 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 33 components and 0.856899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148642Jy sigma=0.000915 ! Fit after self-cal, rms=0.148629Jy sigma=0.000915 ! 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.96 HN 1.01 KP 1.08 ! LA 1.05 MK 0.99 NL 0.88 OV 1.06 ! PT 1.00* SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.97 HN 1.03 KP 1.01 ! LA 1.01 MK 0.99 NL 1.04 OV 1.10 ! PT 1.00* SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.02 HN 1.02 KP 0.88 ! LA 0.78 MK 0.99 NL 1.14 OV 0.98 ! PT 1.00* SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.05 HN 0.92 KP 1.00* ! LA 0.81 MK 1.29 NL 1.00* OV 1.02 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.148629Jy sigma=0.000915 ! Fit after self-cal, rms=0.102436Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.09 mas, bmaj=8.228 mas, bpa=0.9049 degrees ! Estimated noise=2710.18 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.00143083 Jy ! Component: 100 - total flux cleaned = -0.00142977 Jy ! Component: 150 - total flux cleaned = -0.00151047 Jy ! Component: 200 - total flux cleaned = -0.0015809 Jy ! Total flux subtracted in 200 components = -0.0015809 Jy ! Clean residual min=-0.008703 max=0.008963 Jy/beam ! Clean residual mean=0.000021 rms=0.002235 Jy/beam ! Combined flux in latest and established models = 0.855318 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 0.855318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102297Jy sigma=0.000671 ! Fit after self-cal, rms=0.102310Jy sigma=0.000670 ! 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.102310Jy sigma=0.000670 ! Fit after self-cal, rms=0.099770Jy sigma=0.000654 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.092 mas, bmaj=8.243 mas, bpa=0.8832 degrees ! Estimated noise=2711.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000635096 Jy ! Component: 100 - total flux cleaned = -0.000529882 Jy ! Component: 150 - total flux cleaned = -0.000573066 Jy ! Component: 200 - total flux cleaned = -0.000650716 Jy ! Total flux subtracted in 200 components = -0.000650716 Jy ! Clean residual min=-0.007128 max=0.007037 Jy/beam ! Clean residual mean=0.000032 rms=0.001799 Jy/beam ! Combined flux in latest and established models = 0.854667 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 49 components and 0.854667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099725Jy sigma=0.000653 ! Fit after self-cal, rms=0.099730Jy sigma=0.000653 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.000169321 Jy ! Component: 100 - total flux cleaned = -0.000168464 Jy ! Component: 150 - total flux cleaned = -0.000198569 Jy ! Component: 200 - total flux cleaned = -0.000255489 Jy ! Total flux subtracted in 200 components = -0.000255489 Jy ! Clean residual min=-0.007143 max=0.006905 Jy/beam ! Clean residual mean=0.000032 rms=0.001795 Jy/beam ! Combined flux in latest and established models = 0.854412 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.854412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099709Jy sigma=0.000653 ! Fit after self-cal, rms=0.099707Jy sigma=0.000653 ! 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.099707Jy sigma=0.000653 ! Fit after self-cal, rms=0.099740Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.092 mas, bmaj=8.246 mas, bpa=0.8487 degrees ! Estimated noise=2712.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000557344 Jy ! Component: 100 - total flux cleaned = -0.0005915 Jy ! Component: 150 - total flux cleaned = -0.000650415 Jy ! Component: 200 - total flux cleaned = -0.000703375 Jy ! Total flux subtracted in 200 components = -0.000703375 Jy ! Clean residual min=-0.007087 max=0.006751 Jy/beam ! Clean residual mean=0.000032 rms=0.001784 Jy/beam ! Combined flux in latest and established models = 0.853709 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 57 components and 0.853709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099716Jy sigma=0.000653 ! Fit after self-cal, rms=0.099717Jy sigma=0.000653 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.04769e-05 Jy ! Component: 100 - total flux cleaned = -6.53921e-05 Jy ! Component: 150 - total flux cleaned = -0.000109889 Jy ! Component: 200 - total flux cleaned = -0.000131968 Jy ! Total flux subtracted in 200 components = -0.000131968 Jy ! Clean residual min=-0.007089 max=0.006673 Jy/beam ! Clean residual mean=0.000032 rms=0.001782 Jy/beam ! Combined flux in latest and established models = 0.853577 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 59 components and 0.853577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099707Jy sigma=0.000653 ! Fit after self-cal, rms=0.099707Jy sigma=0.000653 ! 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.099707Jy sigma=0.000653 ! Fit after self-cal, rms=0.099720Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.079 mas, bmaj=13.75 mas, bpa=1.186 degrees ! Estimated noise=3617.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000219867 Jy ! Component: 100 - total flux cleaned = 0.000223839 Jy ! Component: 150 - total flux cleaned = 0.000126775 Jy ! Component: 200 - total flux cleaned = 7.672e-05 Jy ! Total flux subtracted in 200 components = 7.672e-05 Jy ! Clean residual min=-0.008881 max=0.008517 Jy/beam ! Clean residual mean=0.000075 rms=0.002741 Jy/beam ! Combined flux in latest and established models = 0.853653 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 71 components and 0.853653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099736Jy sigma=0.000653 ! Fit after self-cal, rms=0.099720Jy sigma=0.000653 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 = 8.03459e-05 Jy ! Component: 100 - total flux cleaned = 8.24588e-05 Jy ! Component: 150 - total flux cleaned = 3.71031e-05 Jy ! Component: 200 - total flux cleaned = 1.61702e-05 Jy ! Total flux subtracted in 200 components = 1.61702e-05 Jy ! Clean residual min=-0.008874 max=0.008504 Jy/beam ! Clean residual mean=0.000075 rms=0.002739 Jy/beam ! Combined flux in latest and established models = 0.85367 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 80 components and 0.85367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099743Jy sigma=0.000653 ! Fit after self-cal, rms=0.099732Jy sigma=0.000653 ! 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.092 mas, bmaj=8.249 mas, bpa=0.8201 degrees ! Estimated noise=2713.19 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.092 x 8.249 at 0.8201 degrees (North through East) ! Clean map min=-0.0072488 max=0.80071 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099732Jy sigma=0.000653 ! Fit after self-cal, rms=0.092780Jy sigma=0.000602 ! Inverting map and beam ! Estimated beam: bmin=3.094 mas, bmaj=8.251 mas, bpa=0.7837 degrees ! Estimated noise=2712.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000595526 Jy ! Component: 100 - total flux cleaned = -0.000674354 Jy ! Component: 150 - total flux cleaned = -0.000741684 Jy ! Component: 200 - total flux cleaned = -0.000783961 Jy ! Total flux subtracted in 200 components = -0.000783961 Jy ! Clean residual min=-0.007416 max=0.006339 Jy/beam ! Clean residual mean=0.000033 rms=0.001773 Jy/beam ! Combined flux in latest and established models = 0.852886 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 91 components and 0.852886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092762Jy sigma=0.000601 ! Fit after self-cal, rms=0.092762Jy sigma=0.000601 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000141821 Jy ! Component: 100 - total flux cleaned = -0.000121866 Jy ! Component: 150 - total flux cleaned = -0.00015886 Jy ! Component: 200 - total flux cleaned = -0.000176699 Jy ! Total flux subtracted in 200 components = -0.000176699 Jy ! Clean residual min=-0.007395 max=0.006298 Jy/beam ! Clean residual mean=0.000033 rms=0.001772 Jy/beam ! Combined flux in latest and established models = 0.852709 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 93 components and 0.852709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092753Jy sigma=0.000601 ! Fit after self-cal, rms=0.092752Jy sigma=0.000601 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092752Jy sigma=0.000601 ! Fit after self-cal, rms=0.092752Jy sigma=0.000601 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.674 mas, bmaj=7.506 mas, bpa=-0.8324 degrees ! Estimated noise=3098.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.62645 Jy ! Component: 100 - total flux cleaned = 0.764274 Jy ! Component: 150 - total flux cleaned = 0.806557 Jy ! Component: 200 - total flux cleaned = 0.825484 Jy ! Total flux subtracted in 200 components = 0.825484 Jy ! Clean residual min=-0.008312 max=0.009548 Jy/beam ! Clean residual mean=-0.000018 rms=0.002156 Jy/beam ! Combined flux in latest and established models = 0.825484 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.825484 Jy ! Inverting map and beam ! Estimated beam: bmin=3.094 mas, bmaj=8.253 mas, bpa=0.7622 degrees ! Estimated noise=2713.01 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.0123763 Jy ! Component: 100 - total flux cleaned = 0.0186042 Jy ! Component: 150 - total flux cleaned = 0.0220541 Jy ! Component: 200 - total flux cleaned = 0.0239654 Jy ! Total flux subtracted in 200 components = 0.0239654 Jy ! Clean residual min=-0.007593 max=0.006217 Jy/beam ! Clean residual mean=0.000028 rms=0.001797 Jy/beam ! Combined flux in latest and established models = 0.849449 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 40 components and 0.84945 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.082 mas, bmaj=13.75 mas, bpa=1.14 degrees ! Estimated noise=3613.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102038 Jy ! Component: 100 - total flux cleaned = 0.00126951 Jy ! Component: 150 - total flux cleaned = 0.00142668 Jy ! Component: 200 - total flux cleaned = 0.00158498 Jy ! Total flux subtracted in 200 components = 0.00158498 Jy ! Clean residual min=-0.009029 max=0.008327 Jy/beam ! Clean residual mean=0.000071 rms=0.002727 Jy/beam ! Combined flux in latest and established models = 0.851035 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.07817e-05 Jy ! Component: 100 - total flux cleaned = 0.000174568 Jy ! Component: 150 - total flux cleaned = 0.000216808 Jy ! Component: 200 - total flux cleaned = 0.000237134 Jy ! Total flux subtracted in 200 components = 0.000237134 Jy ! Clean residual min=-0.009010 max=0.008356 Jy/beam ! Clean residual mean=0.000071 rms=0.002720 Jy/beam ! Combined flux in latest and established models = 0.851272 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.851272 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.094 mas, bmaj=8.253 mas, bpa=0.7622 degrees ! Estimated noise=2713.01 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000138871 Jy ! Component: 100 - total flux cleaned = -0.000238664 Jy ! Component: 150 - total flux cleaned = -0.000329811 Jy ! Component: 200 - total flux cleaned = -0.000327058 Jy ! Total flux subtracted in 200 components = -0.000327058 Jy ! Clean residual min=-0.007672 max=0.006138 Jy/beam ! Clean residual mean=0.000031 rms=0.001787 Jy/beam ! Combined flux in latest and established models = 0.850945 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 57 components and 0.850945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092805Jy sigma=0.000602 ! Fit after self-cal, rms=0.092805Jy sigma=0.000602 wmodel J2011-1546_S_2017_02_19_pus_map.mod ! Writing 57 model components to file: J2011-1546_S_2017_02_19_pus_map.mod wobs J2011-1546_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J2011-1546_S_2017_02_19_pus_uvs.fits wwins J2011-1546_S_2017_02_19_pus_map.win ! wwins: Wrote 1 windows to J2011-1546_S_2017_02_19_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00335659 Jy ! Component: 100 - total flux cleaned = -0.00559365 Jy ! Component: 150 - total flux cleaned = -0.00735086 Jy ! Component: 200 - total flux cleaned = -0.00828423 Jy ! Component: 250 - total flux cleaned = -0.00897757 Jy ! Component: 300 - total flux cleaned = -0.00935721 Jy ! Component: 350 - total flux cleaned = -0.00953996 Jy ! Component: 400 - total flux cleaned = -0.00971329 Jy ! Component: 450 - total flux cleaned = -0.00987935 Jy ! Component: 500 - total flux cleaned = -0.0101258 Jy ! Component: 550 - total flux cleaned = -0.0102844 Jy ! Component: 600 - total flux cleaned = -0.010438 Jy ! Component: 650 - total flux cleaned = -0.0105869 Jy ! Component: 700 - total flux cleaned = -0.0105852 Jy ! Component: 750 - total flux cleaned = -0.0109435 Jy ! Component: 800 - total flux cleaned = -0.0109445 Jy ! Component: 850 - total flux cleaned = -0.0112196 Jy ! Component: 900 - total flux cleaned = -0.0112849 Jy ! Component: 950 - total flux cleaned = -0.0113495 Jy ! Component: 1000 - total flux cleaned = -0.0112848 Jy ! Component: 1050 - total flux cleaned = -0.0114113 Jy ! Component: 1100 - total flux cleaned = -0.0117793 Jy ! Component: 1150 - total flux cleaned = -0.0115968 Jy ! Component: 1200 - total flux cleaned = -0.0117168 Jy ! Component: 1250 - total flux cleaned = -0.0119478 Jy ! Component: 1300 - total flux cleaned = -0.0121754 Jy ! Component: 1350 - total flux cleaned = -0.012174 Jy ! Component: 1400 - total flux cleaned = -0.0123414 Jy ! Component: 1450 - total flux cleaned = -0.0127204 Jy ! Component: 1500 - total flux cleaned = -0.0128276 Jy ! Component: 1550 - total flux cleaned = -0.0130389 Jy ! Component: 1600 - total flux cleaned = -0.0132465 Jy ! Component: 1650 - total flux cleaned = -0.0136025 Jy ! Component: 1700 - total flux cleaned = -0.0137019 Jy ! Component: 1750 - total flux cleaned = -0.0138999 Jy ! Component: 1800 - total flux cleaned = -0.0141446 Jy ! Component: 1850 - total flux cleaned = -0.01424 Jy ! Component: 1900 - total flux cleaned = -0.0141456 Jy ! Component: 1950 - total flux cleaned = -0.0143328 Jy ! Component: 2000 - total flux cleaned = -0.0145166 Jy ! Component: 2050 - total flux cleaned = -0.0145615 Jy ! Component: 2100 - total flux cleaned = -0.014696 Jy ! Component: 2150 - total flux cleaned = -0.0147405 Jy ! Component: 2200 - total flux cleaned = -0.01474 Jy ! Component: 2250 - total flux cleaned = -0.0149563 Jy ! Component: 2300 - total flux cleaned = -0.0151256 Jy ! Component: 2350 - total flux cleaned = -0.0150836 Jy ! Component: 2400 - total flux cleaned = -0.0152493 Jy ! Component: 2450 - total flux cleaned = -0.0149614 Jy ! Component: 2500 - total flux cleaned = -0.0152053 Jy ! Component: 2550 - total flux cleaned = -0.0152052 Jy ! Component: 2600 - total flux cleaned = -0.0153634 Jy ! Component: 2650 - total flux cleaned = -0.0153634 Jy ! Component: 2700 - total flux cleaned = -0.0155571 Jy ! Component: 2750 - total flux cleaned = -0.0156334 Jy ! Component: 2800 - total flux cleaned = -0.0156714 Jy ! Component: 2850 - total flux cleaned = -0.0157843 Jy ! Component: 2900 - total flux cleaned = -0.0158585 Jy ! Component: 2950 - total flux cleaned = -0.0160044 Jy ! Component: 3000 - total flux cleaned = -0.0161488 Jy ! Component: 3050 - total flux cleaned = -0.0161485 Jy ! Component: 3100 - total flux cleaned = -0.0163254 Jy ! Component: 3150 - total flux cleaned = -0.0163958 Jy ! Component: 3200 - total flux cleaned = -0.0163949 Jy ! Component: 3250 - total flux cleaned = -0.0164298 Jy ! Component: 3300 - total flux cleaned = -0.0167353 Jy ! Component: 3350 - total flux cleaned = -0.0168358 Jy ! Component: 3400 - total flux cleaned = -0.0167686 Jy ! Component: 3450 - total flux cleaned = -0.0169996 Jy ! Component: 3500 - total flux cleaned = -0.0170328 Jy ! Component: 3550 - total flux cleaned = -0.017098 Jy ! Component: 3600 - total flux cleaned = -0.0171945 Jy ! Component: 3650 - total flux cleaned = -0.0171624 Jy ! Component: 3700 - total flux cleaned = -0.0172251 Jy ! Component: 3750 - total flux cleaned = -0.0172562 Jy ! Component: 3800 - total flux cleaned = -0.0171951 Jy ! Component: 3850 - total flux cleaned = -0.0173175 Jy ! Component: 3900 - total flux cleaned = -0.0173785 Jy ! Component: 3950 - total flux cleaned = -0.0174385 Jy ! Component: 4000 - total flux cleaned = -0.0175278 Jy ! Component: 4050 - total flux cleaned = -0.0175865 Jy ! Total flux subtracted in 4096 components = -0.0176449 Jy ! Clean residual min=-0.001797 max=0.001652 Jy/beam ! Clean residual mean=0.000004 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.8333 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 347 components and 0.8333 Jy ![Exited script file: muppet] wmap "J2011-1546_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.094 x 8.253 at 0.7622 degrees (North through East) ! Clean map min=-0.0051401 max=0.8037 Jy/beam ! Writing clean map to FITS file: J2011-1546_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.803702 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000517242 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.193072 0.193072 0.386144 0.772288 1.54458 3.08915 6.17831 12.3566 24.7132 49.4264 98.8529 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.803 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.094 x 8.253 at 0.7622 degrees (North through East) ! Clean map min=-0.0051401 max=0.8037 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 J2011-1546_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:57:55 2019