! Started logfile: J2005-3723_S_2017_06_15_pus_uvs.log on Tue May 7 15:27:26 2019 obs J2005-3723_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J2005-3723_S_2017_06_15_pus_uva.fits ! AN table 1: 20 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.498889 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2005-3723 ! ! 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 603 lines of history. ! ! Reading 1796 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 J2005-3723_S_2017_06_15_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 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 142 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.659444Jy sigma=0.004778 ! Fit after self-cal, rms=0.651068Jy sigma=0.004720 ! 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.576 mas, bmaj=8.543 mas, bpa=-9.412 degrees ! Estimated noise=3155.04 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.259337 Jy ! Component: 100 - total flux cleaned = 0.33882 Jy ! Total flux subtracted in 100 components = 0.33882 Jy ! Clean residual min=-0.028886 max=0.063356 Jy/beam ! Clean residual mean=0.000542 rms=0.010158 Jy/beam ! Combined flux in latest and established models = 0.33882 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.33882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.154316Jy sigma=0.001094 ! Fit after self-cal, rms=0.154250Jy sigma=0.001094 ! Inverting map ! Added new window around map position (5, 14.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0545064 Jy ! Component: 100 - total flux cleaned = 0.0812265 Jy ! Total flux subtracted in 100 components = 0.0812265 Jy ! Clean residual min=-0.025400 max=0.050246 Jy/beam ! Clean residual mean=0.000157 rms=0.008226 Jy/beam ! Combined flux in latest and established models = 0.420047 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 18 components and 0.420047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133123Jy sigma=0.000940 ! Fit after self-cal, rms=0.130765Jy sigma=0.000921 ! 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.031 mas, bmaj=9.773 mas, bpa=-7.323 degrees ! Estimated noise=2631.44 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.026305 Jy ! Component: 100 - total flux cleaned = 0.0286905 Jy ! Component: 150 - total flux cleaned = 0.0296775 Jy ! Component: 200 - total flux cleaned = 0.0296764 Jy ! Total flux subtracted in 200 components = 0.0296764 Jy ! Clean residual min=-0.023189 max=0.028902 Jy/beam ! Clean residual mean=-0.000096 rms=0.006304 Jy/beam ! Combined flux in latest and established models = 0.449723 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 42 components and 0.449723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124560Jy sigma=0.000877 ! Fit after self-cal, rms=0.124275Jy sigma=0.000875 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 HN 2.78 KP 0.97 ! LA 0.98 MK 0.90 NL 1.20 OV 0.96 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 2.38 KP 0.94 ! LA 0.93 MK 0.90 NL 1.33 OV 0.97 ! PT 0.97 SC 1.09 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 2.16 KP 0.95 ! LA 1.03 MK 0.93 NL 0.76 OV 0.87 ! PT 0.96 SC 1.01 ! ! ! 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 1.14 HN 1.55 KP 1.00* ! LA 1.00* MK 0.88 NL 1.00* OV 1.00* ! PT 1.07 SC 1.00* ! ! ! Fit before self-cal, rms=0.124275Jy sigma=0.000875 ! Fit after self-cal, rms=0.127960Jy sigma=0.000708 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.058 mas, bmaj=9.551 mas, bpa=-7.79 degrees ! Estimated noise=2747.7 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.00642568 Jy ! Component: 100 - total flux cleaned = -0.00807777 Jy ! Component: 150 - total flux cleaned = -0.00935984 Jy ! Component: 200 - total flux cleaned = -0.0103804 Jy ! Total flux subtracted in 200 components = -0.0103804 Jy ! Clean residual min=-0.015492 max=0.010525 Jy/beam ! Clean residual mean=-0.000109 rms=0.003126 Jy/beam ! Combined flux in latest and established models = 0.439343 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 57 components and 0.439343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125252Jy sigma=0.000688 ! Fit after self-cal, rms=0.125370Jy sigma=0.000686 ! 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.125370Jy sigma=0.000686 ! Fit after self-cal, rms=0.126636Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.065 mas, bmaj=9.614 mas, bpa=-7.388 degrees ! Estimated noise=2738.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00517785 Jy ! Component: 100 - total flux cleaned = -0.00514198 Jy ! Component: 150 - total flux cleaned = -0.00560061 Jy ! Component: 200 - total flux cleaned = -0.00560073 Jy ! Total flux subtracted in 200 components = -0.00560073 Jy ! Clean residual min=-0.012902 max=0.008126 Jy/beam ! Clean residual mean=0.000057 rms=0.002506 Jy/beam ! Combined flux in latest and established models = 0.433742 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 75 components and 0.433742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125555Jy sigma=0.000664 ! Fit after self-cal, rms=0.125344Jy 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.00163402 Jy ! Component: 100 - total flux cleaned = -0.00124798 Jy ! Component: 150 - total flux cleaned = -0.00114254 Jy ! Component: 200 - total flux cleaned = -0.00104056 Jy ! Total flux subtracted in 200 components = -0.00104056 Jy ! Clean residual min=-0.012231 max=0.007796 Jy/beam ! Clean residual mean=0.000064 rms=0.002404 Jy/beam ! Combined flux in latest and established models = 0.432702 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 86 components and 0.432702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124884Jy sigma=0.000661 ! Fit after self-cal, rms=0.124778Jy sigma=0.000661 ! 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.124778Jy sigma=0.000661 ! Fit after self-cal, rms=0.126292Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.063 mas, bmaj=9.616 mas, bpa=-7.267 degrees ! Estimated noise=2737.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00362219 Jy ! Component: 100 - total flux cleaned = -0.00349708 Jy ! Component: 150 - total flux cleaned = -0.00317687 Jy ! Component: 200 - total flux cleaned = -0.00327542 Jy ! Total flux subtracted in 200 components = -0.00327542 Jy ! Clean residual min=-0.011221 max=0.007704 Jy/beam ! Clean residual mean=0.000039 rms=0.002234 Jy/beam ! Combined flux in latest and established models = 0.429426 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 96 components and 0.429426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125725Jy sigma=0.000658 ! Fit after self-cal, rms=0.125605Jy sigma=0.000657 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.00118024 Jy ! Component: 100 - total flux cleaned = -0.00108188 Jy ! Component: 150 - total flux cleaned = -0.00108296 Jy ! Component: 200 - total flux cleaned = -0.00108463 Jy ! Total flux subtracted in 200 components = -0.00108463 Jy ! Clean residual min=-0.010838 max=0.007348 Jy/beam ! Clean residual mean=0.000046 rms=0.002176 Jy/beam ! Combined flux in latest and established models = 0.428342 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 109 components and 0.428342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125313Jy sigma=0.000656 ! Fit after self-cal, rms=0.125262Jy sigma=0.000656 ! 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.125262Jy sigma=0.000656 ! Fit after self-cal, rms=0.126344Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.432 mas, bmaj=25.51 mas, bpa=0.4569 degrees ! Estimated noise=3483.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00144802 Jy ! Component: 100 - total flux cleaned = -0.00169655 Jy ! Component: 150 - total flux cleaned = -0.00180457 Jy ! Component: 200 - total flux cleaned = -0.00171822 Jy ! Total flux subtracted in 200 components = -0.00171822 Jy ! Clean residual min=-0.012360 max=0.007107 Jy/beam ! Clean residual mean=0.000050 rms=0.002633 Jy/beam ! Combined flux in latest and established models = 0.426623 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 110 components and 0.426623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125977Jy sigma=0.000654 ! Fit after self-cal, rms=0.125893Jy sigma=0.000654 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.000119718 Jy ! Component: 100 - total flux cleaned = -0.000125399 Jy ! Component: 150 - total flux cleaned = -3.55282e-05 Jy ! Component: 200 - total flux cleaned = -3.37118e-05 Jy ! Total flux subtracted in 200 components = -3.37118e-05 Jy ! Clean residual min=-0.012108 max=0.007001 Jy/beam ! Clean residual mean=0.000053 rms=0.002601 Jy/beam ! Combined flux in latest and established models = 0.42659 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 118 components and 0.42659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125684Jy sigma=0.000654 ! Fit after self-cal, rms=0.125636Jy sigma=0.000654 ! 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.06 mas, bmaj=9.609 mas, bpa=-7.164 degrees ! Estimated noise=2733.38 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.06 x 9.609 at -7.164 degrees (North through East) ! Clean map min=-0.01023 max=0.32643 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.614 mas, bmaj=8.253 mas, bpa=-9.46 degrees ! Estimated noise=3467.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.279333 Jy ! Component: 100 - total flux cleaned = 0.352374 Jy ! Component: 150 - total flux cleaned = 0.38674 Jy ! Component: 200 - total flux cleaned = 0.405059 Jy ! Total flux subtracted in 200 components = 0.405059 Jy ! Clean residual min=-0.011175 max=0.011645 Jy/beam ! Clean residual mean=0.000157 rms=0.002834 Jy/beam ! Combined flux in latest and established models = 0.405059 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.405059 Jy ! Inverting map and beam ! Estimated beam: bmin=3.06 mas, bmaj=9.609 mas, bpa=-7.164 degrees ! Estimated noise=2733.38 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) ! Added new window around map position (-6, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.013741 Jy ! Component: 100 - total flux cleaned = 0.0211831 Jy ! Component: 150 - total flux cleaned = 0.0242122 Jy ! Component: 200 - total flux cleaned = 0.0256373 Jy ! Total flux subtracted in 200 components = 0.0256373 Jy ! Clean residual min=-0.010244 max=0.006543 Jy/beam ! Clean residual mean=0.000008 rms=0.001992 Jy/beam ! Combined flux in latest and established models = 0.430696 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 42 components and 0.430696 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.432 mas, bmaj=25.51 mas, bpa=0.4569 degrees ! Estimated noise=3483.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0025423 Jy ! Component: 100 - total flux cleaned = 0.00245719 Jy ! Component: 150 - total flux cleaned = 0.00237982 Jy ! Component: 200 - total flux cleaned = 0.00223212 Jy ! Total flux subtracted in 200 components = 0.00223212 Jy ! Clean residual min=-0.011542 max=0.007555 Jy/beam ! Clean residual mean=-0.000015 rms=0.002560 Jy/beam ! Combined flux in latest and established models = 0.432928 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 = -7.2675e-05 Jy ! Component: 100 - total flux cleaned = -0.000144086 Jy ! Component: 150 - total flux cleaned = -0.000284956 Jy ! Component: 200 - total flux cleaned = -0.000352268 Jy ! Total flux subtracted in 200 components = -0.000352268 Jy ! Clean residual min=-0.011474 max=0.007535 Jy/beam ! Clean residual mean=-0.000011 rms=0.002539 Jy/beam ! Combined flux in latest and established models = 0.432576 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 60 components and 0.432576 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.06 mas, bmaj=9.609 mas, bpa=-7.164 degrees ! Estimated noise=2733.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000754571 Jy ! Component: 100 - total flux cleaned = -0.00063533 Jy ! Component: 150 - total flux cleaned = -0.000742211 Jy ! Component: 200 - total flux cleaned = -0.000634301 Jy ! Total flux subtracted in 200 components = -0.000634301 Jy ! Clean residual min=-0.010167 max=0.006615 Jy/beam ! Clean residual mean=-0.000002 rms=0.001918 Jy/beam ! Combined flux in latest and established models = 0.431942 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 68 components and 0.431942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124626Jy sigma=0.000652 ! Fit after self-cal, rms=0.124359Jy sigma=0.000651 wmodel J2005-3723_S_2017_06_15_pus_map.mod ! Writing 68 model components to file: J2005-3723_S_2017_06_15_pus_map.mod wobs J2005-3723_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J2005-3723_S_2017_06_15_pus_uvs.fits wwins J2005-3723_S_2017_06_15_pus_map.win ! wwins: Wrote 3 windows to J2005-3723_S_2017_06_15_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.00379726 Jy ! Component: 100 - total flux cleaned = -0.00631562 Jy ! Component: 150 - total flux cleaned = -0.00792092 Jy ! Component: 200 - total flux cleaned = -0.00952628 Jy ! Component: 250 - total flux cleaned = -0.0104401 Jy ! Component: 300 - total flux cleaned = -0.0113075 Jy ! Component: 350 - total flux cleaned = -0.0117697 Jy ! Component: 400 - total flux cleaned = -0.012126 Jy ! Component: 450 - total flux cleaned = -0.0124703 Jy ! Component: 500 - total flux cleaned = -0.012555 Jy ! Component: 550 - total flux cleaned = -0.0128773 Jy ! Component: 600 - total flux cleaned = -0.0128754 Jy ! Component: 650 - total flux cleaned = -0.0130271 Jy ! Component: 700 - total flux cleaned = -0.0131017 Jy ! Component: 750 - total flux cleaned = -0.0133189 Jy ! Component: 800 - total flux cleaned = -0.0133175 Jy ! Component: 850 - total flux cleaned = -0.0133853 Jy ! Component: 900 - total flux cleaned = -0.0134528 Jy ! Component: 950 - total flux cleaned = -0.0135199 Jy ! Component: 1000 - total flux cleaned = -0.0137817 Jy ! Component: 1050 - total flux cleaned = -0.013974 Jy ! Component: 1100 - total flux cleaned = -0.0141005 Jy ! Component: 1150 - total flux cleaned = -0.0142246 Jy ! Component: 1200 - total flux cleaned = -0.0142249 Jy ! Component: 1250 - total flux cleaned = -0.0142253 Jy ! Component: 1300 - total flux cleaned = -0.0144035 Jy ! Component: 1350 - total flux cleaned = -0.0143453 Jy ! Component: 1400 - total flux cleaned = -0.0144616 Jy ! Component: 1450 - total flux cleaned = -0.0145189 Jy ! Component: 1500 - total flux cleaned = -0.0146872 Jy ! Component: 1550 - total flux cleaned = -0.0147427 Jy ! Component: 1600 - total flux cleaned = -0.0146336 Jy ! Component: 1650 - total flux cleaned = -0.0146337 Jy ! Component: 1700 - total flux cleaned = -0.0147934 Jy ! Component: 1750 - total flux cleaned = -0.0146876 Jy ! Component: 1800 - total flux cleaned = -0.0147396 Jy ! Component: 1850 - total flux cleaned = -0.014791 Jy ! Component: 1900 - total flux cleaned = -0.0147912 Jy ! Component: 1950 - total flux cleaned = -0.0147407 Jy ! Component: 2000 - total flux cleaned = -0.0147907 Jy ! Component: 2050 - total flux cleaned = -0.0146426 Jy ! Component: 2100 - total flux cleaned = -0.0146913 Jy ! Component: 2150 - total flux cleaned = -0.014595 Jy ! Component: 2200 - total flux cleaned = -0.0146427 Jy ! Component: 2250 - total flux cleaned = -0.0145946 Jy ! Component: 2300 - total flux cleaned = -0.0145007 Jy ! Component: 2350 - total flux cleaned = -0.0145008 Jy ! Component: 2400 - total flux cleaned = -0.0144547 Jy ! Component: 2450 - total flux cleaned = -0.0144085 Jy ! Component: 2500 - total flux cleaned = -0.0143184 Jy ! Component: 2550 - total flux cleaned = -0.0142294 Jy ! Component: 2600 - total flux cleaned = -0.0143173 Jy ! Component: 2650 - total flux cleaned = -0.0142734 Jy ! Component: 2700 - total flux cleaned = -0.0141437 Jy ! Component: 2750 - total flux cleaned = -0.0141867 Jy ! Component: 2800 - total flux cleaned = -0.0141013 Jy ! Component: 2850 - total flux cleaned = -0.0140167 Jy ! Component: 2900 - total flux cleaned = -0.0139332 Jy ! Component: 2950 - total flux cleaned = -0.0139332 Jy ! Component: 3000 - total flux cleaned = -0.0138923 Jy ! Component: 3050 - total flux cleaned = -0.0138512 Jy ! Component: 3100 - total flux cleaned = -0.0136889 Jy ! Component: 3150 - total flux cleaned = -0.0136489 Jy ! Component: 3200 - total flux cleaned = -0.0135687 Jy ! Component: 3250 - total flux cleaned = -0.0134102 Jy ! Component: 3300 - total flux cleaned = -0.0132531 Jy ! Component: 3350 - total flux cleaned = -0.0132138 Jy ! Component: 3400 - total flux cleaned = -0.01302 Jy ! Component: 3450 - total flux cleaned = -0.0129431 Jy ! Component: 3500 - total flux cleaned = -0.0129047 Jy ! Component: 3550 - total flux cleaned = -0.0126771 Jy ! Component: 3600 - total flux cleaned = -0.0126392 Jy ! Component: 3650 - total flux cleaned = -0.0125269 Jy ! Component: 3700 - total flux cleaned = -0.0123784 Jy ! Component: 3750 - total flux cleaned = -0.0122679 Jy ! Component: 3800 - total flux cleaned = -0.0121947 Jy ! Component: 3850 - total flux cleaned = -0.0121216 Jy ! Component: 3900 - total flux cleaned = -0.0119047 Jy ! Component: 3950 - total flux cleaned = -0.011797 Jy ! Component: 4000 - total flux cleaned = -0.0117255 Jy ! Component: 4050 - total flux cleaned = -0.0115478 Jy ! Total flux subtracted in 4096 components = -0.0114418 Jy ! Clean residual min=-0.001851 max=0.002168 Jy/beam ! Clean residual mean=0.000003 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.4205 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 339 components and 0.4205 Jy ![Exited script file: muppet] wmap "J2005-3723_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.06 x 9.609 at -7.164 degrees (North through East) ! Clean map min=-0.005931 max=0.33915 Jy/beam ! Writing clean map to FITS file: J2005-3723_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.339152 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0006573 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.581421 0.581421 1.16284 2.32569 4.65137 9.30274 18.6055 37.211 74.4219 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.339 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.06 x 9.609 at -7.164 degrees (North through East) ! Clean map min=-0.005931 max=0.33915 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 J2005-3723_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:27:30 2019