! Started logfile: J1349-1110_S_2017_03_23_pus_uvs.log on Mon May 13 10:01:23 2019 obs J1349-1110_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1349-1110_S_2017_03_23_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.842495 visibilities/baseline/integration-bin. ! Found source: J1349-1110 ! ! 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 481 lines of history. ! ! Reading 17288 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 J1349-1110_S_2017_03_23_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 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 353 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.904641Jy sigma=0.006911 ! Fit after self-cal, rms=0.896178Jy sigma=0.006853 ! 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.699 mas, bmaj=6.969 mas, bpa=1.824 degrees ! Estimated noise=975.674 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.0814748 Jy ! Component: 100 - total flux cleaned = 0.101111 Jy ! Total flux subtracted in 100 components = 0.101111 Jy ! Clean residual min=-0.005004 max=0.008204 Jy/beam ! Clean residual mean=0.000013 rms=0.001280 Jy/beam ! Combined flux in latest and established models = 0.101111 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.101111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101211Jy sigma=0.000689 ! Fit after self-cal, rms=0.101206Jy sigma=0.000689 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00914 Jy ! Component: 100 - total flux cleaned = 0.0142815 Jy ! Total flux subtracted in 100 components = 0.0142815 Jy ! Clean residual min=-0.004428 max=0.005439 Jy/beam ! Clean residual mean=0.000008 rms=0.001102 Jy/beam ! Combined flux in latest and established models = 0.115393 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 26 components and 0.115393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100108Jy sigma=0.000682 ! Fit after self-cal, rms=0.100123Jy sigma=0.000682 ! 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.29 mas, bmaj=8.112 mas, bpa=1.791 degrees ! Estimated noise=761.716 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.00337166 Jy ! Component: 100 - total flux cleaned = 0.00504182 Jy ! Component: 150 - total flux cleaned = 0.005835 Jy ! Component: 200 - total flux cleaned = 0.00598258 Jy ! Total flux subtracted in 200 components = 0.00598258 Jy ! Clean residual min=-0.004120 max=0.004456 Jy/beam ! Clean residual mean=0.000007 rms=0.001067 Jy/beam ! Combined flux in latest and established models = 0.121375 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 41 components and 0.121375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099939Jy sigma=0.000682 ! Fit after self-cal, rms=0.099944Jy sigma=0.000682 ! 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.00 FD 0.97 HN 1.08 KP 1.05 ! LA 1.00 MK 1.02 NL 0.87 OV 1.01 ! PT 1.00 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.14 KP 1.00 ! LA 0.98 MK 1.03 NL 1.00 OV 1.07 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.03 HN 1.05 KP 0.88 ! LA 0.75 MK 1.02 NL 1.11 OV 0.96 ! PT 1.01 SC 0.98 ! ! ! 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 1.04 HN 1.14 KP 1.00* ! LA 0.71 MK 1.06 NL 1.00* OV 1.28 ! PT 1.11 SC 1.26 ! ! ! Fit before self-cal, rms=0.099944Jy sigma=0.000682 ! Fit after self-cal, rms=0.098539Jy sigma=0.000674 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.328 mas, bmaj=8.143 mas, bpa=2.427 degrees ! Estimated noise=762.426 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.00135612 Jy ! Component: 100 - total flux cleaned = -0.00158885 Jy ! Component: 150 - total flux cleaned = -0.00169447 Jy ! Component: 200 - total flux cleaned = -0.00172396 Jy ! Total flux subtracted in 200 components = -0.00172396 Jy ! Clean residual min=-0.003661 max=0.003690 Jy/beam ! Clean residual mean=0.000002 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.119651 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.119651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098490Jy sigma=0.000673 ! Fit after self-cal, rms=0.098464Jy sigma=0.000673 ! 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.098464Jy sigma=0.000673 ! Fit after self-cal, rms=0.103602Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.328 mas, bmaj=8.169 mas, bpa=2.395 degrees ! Estimated noise=765.821 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000650038 Jy ! Component: 100 - total flux cleaned = 0.000685147 Jy ! Component: 150 - total flux cleaned = 0.000684151 Jy ! Component: 200 - total flux cleaned = 0.000670714 Jy ! Total flux subtracted in 200 components = 0.000670714 Jy ! Clean residual min=-0.002596 max=0.002627 Jy/beam ! Clean residual mean=0.000001 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.120322 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 53 components and 0.120322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103593Jy sigma=0.000665 ! Fit after self-cal, rms=0.104015Jy sigma=0.000665 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) ! Added new window around map position (-1, -22). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00270256 Jy ! Component: 100 - total flux cleaned = 0.00394023 Jy ! Component: 150 - total flux cleaned = 0.00424137 Jy ! Component: 200 - total flux cleaned = 0.00424248 Jy ! Total flux subtracted in 200 components = 0.00424248 Jy ! Clean residual min=-0.002360 max=0.002396 Jy/beam ! Clean residual mean=-0.000001 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.124564 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 72 components and 0.124564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103927Jy sigma=0.000664 ! Fit after self-cal, rms=0.103902Jy sigma=0.000664 ! 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.103902Jy sigma=0.000664 ! Fit after self-cal, rms=0.107803Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.325 mas, bmaj=8.17 mas, bpa=2.383 degrees ! Estimated noise=765.189 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102447 Jy ! Component: 100 - total flux cleaned = 0.00126544 Jy ! Component: 150 - total flux cleaned = 0.00129792 Jy ! Component: 200 - total flux cleaned = 0.00129821 Jy ! Total flux subtracted in 200 components = 0.00129821 Jy ! Clean residual min=-0.001993 max=0.002009 Jy/beam ! Clean residual mean=-0.000001 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.125863 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 82 components and 0.125863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107775Jy sigma=0.000663 ! Fit after self-cal, rms=0.107918Jy sigma=0.000663 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.000368095 Jy ! Component: 100 - total flux cleaned = 0.000393499 Jy ! Component: 150 - total flux cleaned = 0.000416046 Jy ! Component: 200 - total flux cleaned = 0.000415912 Jy ! Total flux subtracted in 200 components = 0.000415912 Jy ! Clean residual min=-0.002013 max=0.002046 Jy/beam ! Clean residual mean=-0.000001 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.126279 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 89 components and 0.126279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107902Jy sigma=0.000663 ! Fit after self-cal, rms=0.107901Jy sigma=0.000663 ! Inverting map ! Added new window around map position (122.5, 78.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000471737 Jy ! Component: 100 - total flux cleaned = 0.000538535 Jy ! Component: 150 - total flux cleaned = 0.000629274 Jy ! Component: 200 - total flux cleaned = 0.000779206 Jy ! Total flux subtracted in 200 components = 0.000779206 Jy ! Clean residual min=-0.001823 max=0.001941 Jy/beam ! Clean residual mean=-0.000001 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.127058 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 111 components and 0.127058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107827Jy sigma=0.000663 ! Fit after self-cal, rms=0.107811Jy sigma=0.000662 ! Inverting map ! Added new window around map position (-6, -59.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00143178 Jy ! Component: 100 - total flux cleaned = 0.00177561 Jy ! Component: 150 - total flux cleaned = 0.00196326 Jy ! Component: 200 - total flux cleaned = 0.00213245 Jy ! Total flux subtracted in 200 components = 0.00213245 Jy ! Clean residual min=-0.001852 max=0.001741 Jy/beam ! Clean residual mean=-0.000001 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.12919 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 128 components and 0.12919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107761Jy sigma=0.000662 ! Fit after self-cal, rms=0.107746Jy sigma=0.000662 ! 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.107746Jy sigma=0.000662 ! Fit after self-cal, rms=0.107163Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.527 mas, bmaj=14.27 mas, bpa=8.097 degrees ! Estimated noise=936.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00057913 Jy ! Component: 100 - total flux cleaned = 0.000907753 Jy ! Component: 150 - total flux cleaned = 0.00108595 Jy ! Component: 200 - total flux cleaned = 0.00117621 Jy ! Total flux subtracted in 200 components = 0.00117621 Jy ! Clean residual min=-0.001937 max=0.001667 Jy/beam ! Clean residual mean=-0.000002 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.130366 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 147 components and 0.130366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107157Jy sigma=0.000662 ! Fit after self-cal, rms=0.107177Jy sigma=0.000662 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.000220197 Jy ! Component: 100 - total flux cleaned = 0.000261498 Jy ! Component: 150 - total flux cleaned = 0.000356103 Jy ! Component: 200 - total flux cleaned = 0.000408253 Jy ! Total flux subtracted in 200 components = 0.000408253 Jy ! Clean residual min=-0.001876 max=0.001638 Jy/beam ! Clean residual mean=-0.000002 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.130775 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 155 components and 0.130775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107174Jy sigma=0.000662 ! Fit after self-cal, rms=0.107178Jy sigma=0.000662 ! 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.323 mas, bmaj=8.169 mas, bpa=2.457 degrees ! Estimated noise=762.759 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.323 x 8.169 at 2.457 degrees (North through East) ! Clean map min=-0.0024272 max=0.10783 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.736 mas, bmaj=7.018 mas, bpa=2.459 degrees ! Estimated noise=983.091 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.081853 Jy ! Component: 100 - total flux cleaned = 0.101534 Jy ! Component: 150 - total flux cleaned = 0.110462 Jy ! Component: 200 - total flux cleaned = 0.114122 Jy ! Total flux subtracted in 200 components = 0.114122 Jy ! Clean residual min=-0.003138 max=0.003094 Jy/beam ! Clean residual mean=0.000005 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.114122 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.114122 Jy ! Inverting map and beam ! Estimated beam: bmin=3.323 mas, bmaj=8.169 mas, bpa=2.457 degrees ! Estimated noise=762.759 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.00411808 Jy ! Component: 100 - total flux cleaned = 0.00708975 Jy ! Component: 150 - total flux cleaned = 0.00893638 Jy ! Component: 200 - total flux cleaned = 0.0104269 Jy ! Total flux subtracted in 200 components = 0.0104269 Jy ! Clean residual min=-0.002123 max=0.001991 Jy/beam ! Clean residual mean=0.000001 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.124549 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 53 components and 0.124549 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.527 mas, bmaj=14.27 mas, bpa=8.097 degrees ! Estimated noise=936.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00210732 Jy ! Component: 100 - total flux cleaned = 0.00315554 Jy ! Component: 150 - total flux cleaned = 0.0039123 Jy ! Component: 200 - total flux cleaned = 0.00445965 Jy ! Total flux subtracted in 200 components = 0.00445965 Jy ! Clean residual min=-0.002168 max=0.001635 Jy/beam ! Clean residual mean=-0.000000 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.129008 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000347568 Jy ! Component: 100 - total flux cleaned = 0.000586385 Jy ! Component: 150 - total flux cleaned = 0.000832134 Jy ! Component: 200 - total flux cleaned = 0.00108125 Jy ! Total flux subtracted in 200 components = 0.00108125 Jy ! Clean residual min=-0.002020 max=0.001610 Jy/beam ! Clean residual mean=-0.000001 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.13009 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 92 components and 0.13009 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.323 mas, bmaj=8.169 mas, bpa=2.457 degrees ! Estimated noise=762.759 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000124471 Jy ! Component: 100 - total flux cleaned = -0.000125765 Jy ! Component: 150 - total flux cleaned = -7.38073e-05 Jy ! Component: 200 - total flux cleaned = 1.74212e-05 Jy ! Total flux subtracted in 200 components = 1.74212e-05 Jy ! Clean residual min=-0.001814 max=0.001832 Jy/beam ! Clean residual mean=-0.000001 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.130107 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 115 components and 0.130107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107242Jy sigma=0.000662 ! Fit after self-cal, rms=0.107255Jy sigma=0.000662 wmodel J1349-1110_S_2017_03_23_pus_map.mod ! Writing 115 model components to file: J1349-1110_S_2017_03_23_pus_map.mod wobs J1349-1110_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1349-1110_S_2017_03_23_pus_uvs.fits wwins J1349-1110_S_2017_03_23_pus_map.win ! wwins: Wrote 4 windows to J1349-1110_S_2017_03_23_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.000130202 Jy ! Component: 100 - total flux cleaned = 9.86881e-05 Jy ! Component: 150 - total flux cleaned = 0.000157596 Jy ! Component: 200 - total flux cleaned = 0.000271665 Jy ! Component: 250 - total flux cleaned = 0.000381669 Jy ! Component: 300 - total flux cleaned = 0.000380794 Jy ! Component: 350 - total flux cleaned = 0.000432989 Jy ! Component: 400 - total flux cleaned = 0.000458132 Jy ! Component: 450 - total flux cleaned = 0.000482712 Jy ! Component: 500 - total flux cleaned = 0.000482447 Jy ! Component: 550 - total flux cleaned = 0.000482412 Jy ! Component: 600 - total flux cleaned = 0.000529698 Jy ! Component: 650 - total flux cleaned = 0.000599798 Jy ! Component: 700 - total flux cleaned = 0.000737302 Jy ! Component: 750 - total flux cleaned = 0.00073787 Jy ! Component: 800 - total flux cleaned = 0.000827489 Jy ! Component: 850 - total flux cleaned = 0.000937382 Jy ! Component: 900 - total flux cleaned = 0.00100228 Jy ! Component: 950 - total flux cleaned = 0.00113055 Jy ! Component: 1000 - total flux cleaned = 0.00123602 Jy ! Component: 1050 - total flux cleaned = 0.00131949 Jy ! Component: 1100 - total flux cleaned = 0.00142277 Jy ! Component: 1150 - total flux cleaned = 0.00156599 Jy ! Component: 1200 - total flux cleaned = 0.00170709 Jy ! Component: 1250 - total flux cleaned = 0.00178684 Jy ! Component: 1300 - total flux cleaned = 0.00188518 Jy ! Component: 1350 - total flux cleaned = 0.00196337 Jy ! Component: 1400 - total flux cleaned = 0.00207949 Jy ! Component: 1450 - total flux cleaned = 0.00219444 Jy ! Component: 1500 - total flux cleaned = 0.00230796 Jy ! Component: 1550 - total flux cleaned = 0.00243891 Jy ! Component: 1600 - total flux cleaned = 0.0025127 Jy ! Component: 1650 - total flux cleaned = 0.00264136 Jy ! Component: 1700 - total flux cleaned = 0.00273242 Jy ! Component: 1750 - total flux cleaned = 0.00284091 Jy ! Component: 1800 - total flux cleaned = 0.00300196 Jy ! Component: 1850 - total flux cleaned = 0.00305488 Jy ! Component: 1900 - total flux cleaned = 0.0031075 Jy ! Component: 1950 - total flux cleaned = 0.00326432 Jy ! Component: 2000 - total flux cleaned = 0.0034022 Jy ! Component: 2050 - total flux cleaned = 0.00343641 Jy ! Component: 2100 - total flux cleaned = 0.00358898 Jy ! Component: 2150 - total flux cleaned = 0.0036396 Jy ! Component: 2200 - total flux cleaned = 0.00373999 Jy ! Component: 2250 - total flux cleaned = 0.00378958 Jy ! Component: 2300 - total flux cleaned = 0.00385535 Jy ! Component: 2350 - total flux cleaned = 0.00400235 Jy ! Component: 2400 - total flux cleaned = 0.00403467 Jy ! Component: 2450 - total flux cleaned = 0.00414731 Jy ! Component: 2500 - total flux cleaned = 0.00419502 Jy ! Component: 2550 - total flux cleaned = 0.00428995 Jy ! Component: 2600 - total flux cleaned = 0.00439992 Jy ! Component: 2650 - total flux cleaned = 0.00436874 Jy ! Component: 2700 - total flux cleaned = 0.00439996 Jy ! Component: 2750 - total flux cleaned = 0.00447679 Jy ! Component: 2800 - total flux cleaned = 0.00452251 Jy ! Component: 2850 - total flux cleaned = 0.00459821 Jy ! Component: 2900 - total flux cleaned = 0.00465832 Jy ! Component: 2950 - total flux cleaned = 0.00464329 Jy ! Component: 3000 - total flux cleaned = 0.00471776 Jy ! Component: 3050 - total flux cleaned = 0.00477683 Jy ! Component: 3100 - total flux cleaned = 0.00482085 Jy ! Component: 3150 - total flux cleaned = 0.0048793 Jy ! Component: 3200 - total flux cleaned = 0.00496609 Jy ! Component: 3250 - total flux cleaned = 0.00502368 Jy ! Component: 3300 - total flux cleaned = 0.00502389 Jy ! Component: 3350 - total flux cleaned = 0.00506662 Jy ! Component: 3400 - total flux cleaned = 0.00512311 Jy ! Component: 3450 - total flux cleaned = 0.0051371 Jy ! Component: 3500 - total flux cleaned = 0.00522096 Jy ! Component: 3550 - total flux cleaned = 0.00524875 Jy ! Component: 3600 - total flux cleaned = 0.00527639 Jy ! Component: 3650 - total flux cleaned = 0.00534501 Jy ! Component: 3700 - total flux cleaned = 0.00535861 Jy ! Component: 3750 - total flux cleaned = 0.00537228 Jy ! Component: 3800 - total flux cleaned = 0.0054804 Jy ! Component: 3850 - total flux cleaned = 0.00556094 Jy ! Component: 3900 - total flux cleaned = 0.00560089 Jy ! Component: 3950 - total flux cleaned = 0.00568071 Jy ! Component: 4000 - total flux cleaned = 0.00575996 Jy ! Component: 4050 - total flux cleaned = 0.00574681 Jy ! Total flux subtracted in 4096 components = 0.00585152 Jy ! Clean residual min=-0.000879 max=0.000824 Jy/beam ! Clean residual mean=-0.000000 rms=0.000241 Jy/beam ! Combined flux in latest and established models = 0.135959 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 403 components and 0.135959 Jy ![Exited script file: muppet] wmap "J1349-1110_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.323 x 8.169 at 2.457 degrees (North through East) ! Clean map min=-0.0023831 max=0.10763 Jy/beam ! Writing clean map to FITS file: J1349-1110_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.107629 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000239655 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.668 0.668 1.336 2.672 5.344 10.688 21.376 42.752 85.504 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.107 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.323 x 8.169 at 2.457 degrees (North through East) ! Clean map min=-0.0023831 max=0.10763 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 J1349-1110_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:01:29 2019