! Started logfile: J1316-3338_S_2017_01_21_pus_uvs.log on Sun May 5 15:55:00 2019 obs J1316-3338_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J1316-3338_S_2017_01_21_pus_uva.fits ! AN table 1: 24 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.520833 visibilities/baseline/integration-bin. ! Found source: J1316-3338 ! ! 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 558 lines of history. ! ! Reading 1800 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 J1316-3338_S_2017_01_21_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 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 111 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.776291Jy sigma=0.003962 ! Fit after self-cal, rms=0.747525Jy sigma=0.003841 ! 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.379 mas, bmaj=6.483 mas, bpa=3.113 degrees ! Estimated noise=4608.72 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.192861 Jy ! Component: 100 - total flux cleaned = 0.282456 Jy ! Total flux subtracted in 100 components = 0.282456 Jy ! Clean residual min=-0.029013 max=0.044603 Jy/beam ! Clean residual mean=-0.000310 rms=0.008552 Jy/beam ! Combined flux in latest and established models = 0.282456 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.282456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202492Jy sigma=0.001012 ! Fit after self-cal, rms=0.201102Jy sigma=0.001005 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0580336 Jy ! Component: 100 - total flux cleaned = 0.0938516 Jy ! Total flux subtracted in 100 components = 0.0938516 Jy ! Clean residual min=-0.022606 max=0.026730 Jy/beam ! Clean residual mean=-0.000220 rms=0.006140 Jy/beam ! Combined flux in latest and established models = 0.376307 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 41 components and 0.376307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173472Jy sigma=0.000823 ! Fit after self-cal, rms=0.173060Jy sigma=0.000821 ! 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.822 mas, bmaj=7.478 mas, bpa=3.589 degrees ! Estimated noise=3599.57 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.0468286 Jy ! Component: 100 - total flux cleaned = 0.0725644 Jy ! Component: 150 - total flux cleaned = 0.0874219 Jy ! Component: 200 - total flux cleaned = 0.0960953 Jy ! Total flux subtracted in 200 components = 0.0960953 Jy ! Clean residual min=-0.020010 max=0.030451 Jy/beam ! Clean residual mean=-0.000466 rms=0.006902 Jy/beam ! Combined flux in latest and established models = 0.472403 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 66 components and 0.472403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.164162Jy sigma=0.000730 ! Fit after self-cal, rms=0.164102Jy sigma=0.000729 ! 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 1.00* HN 1.28 LA 0.96 ! MK 0.95 NL 1.13 OV 1.06 PT 0.95 ! SC 0.84 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00* HN 1.29 LA 0.92 ! MK 1.00 NL 1.16 OV 1.09 PT 0.87 ! SC 0.89 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.00* HN 1.41 LA 0.90 ! MK 0.99 NL 1.20 OV 1.01 PT 0.85 ! SC 0.93 ! ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00* HN 1.57 LA 0.89 ! MK 1.01 NL 1.00* OV 1.05 PT 0.95 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.164102Jy sigma=0.000729 ! Fit after self-cal, rms=0.172373Jy sigma=0.000684 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.764 mas, bmaj=7.339 mas, bpa=4.978 degrees ! Estimated noise=3498.9 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.00380878 Jy ! Component: 100 - total flux cleaned = -0.00419775 Jy ! Component: 150 - total flux cleaned = -0.00430172 Jy ! Component: 200 - total flux cleaned = -0.00430119 Jy ! Total flux subtracted in 200 components = -0.00430119 Jy ! Clean residual min=-0.015697 max=0.017870 Jy/beam ! Clean residual mean=0.000044 rms=0.004168 Jy/beam ! Combined flux in latest and established models = 0.468102 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 71 components and 0.468101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172084Jy sigma=0.000683 ! Fit after self-cal, rms=0.173259Jy sigma=0.000682 ! 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.173259Jy sigma=0.000682 ! Fit after self-cal, rms=0.177775Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.76 mas, bmaj=7.335 mas, bpa=5.162 degrees ! Estimated noise=3457.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00263809 Jy ! Component: 100 - total flux cleaned = -0.00285514 Jy ! Component: 150 - total flux cleaned = -0.00292341 Jy ! Component: 200 - total flux cleaned = -0.00292266 Jy ! Total flux subtracted in 200 components = -0.00292266 Jy ! Clean residual min=-0.013781 max=0.015058 Jy/beam ! Clean residual mean=0.000047 rms=0.003744 Jy/beam ! Combined flux in latest and established models = 0.465179 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 75 components and 0.465179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.177623Jy sigma=0.000670 ! Fit after self-cal, rms=0.177741Jy sigma=0.000670 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.000145341 Jy ! Component: 100 - total flux cleaned = 0.000146128 Jy ! Component: 150 - total flux cleaned = 0.000146564 Jy ! Component: 200 - total flux cleaned = 0.000147807 Jy ! Total flux subtracted in 200 components = 0.000147807 Jy ! Clean residual min=-0.013934 max=0.014888 Jy/beam ! Clean residual mean=0.000048 rms=0.003739 Jy/beam ! Combined flux in latest and established models = 0.465327 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 77 components and 0.465327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.177690Jy sigma=0.000670 ! Fit after self-cal, rms=0.177693Jy sigma=0.000670 ! 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.177693Jy sigma=0.000670 ! Fit after self-cal, rms=0.190677Jy sigma=0.000642 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.773 mas, bmaj=7.691 mas, bpa=3.499 degrees ! Estimated noise=3509.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000107886 Jy ! Component: 100 - total flux cleaned = -0.000107308 Jy ! Component: 150 - total flux cleaned = -0.000105085 Jy ! Component: 200 - total flux cleaned = -0.000174073 Jy ! Total flux subtracted in 200 components = -0.000174073 Jy ! Clean residual min=-0.010303 max=0.011123 Jy/beam ! Clean residual mean=-0.000018 rms=0.002748 Jy/beam ! Combined flux in latest and established models = 0.465153 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 86 components and 0.465153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.190533Jy sigma=0.000642 ! Fit after self-cal, rms=0.191039Jy sigma=0.000642 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.000445106 Jy ! Component: 100 - total flux cleaned = -0.000325299 Jy ! Component: 150 - total flux cleaned = -0.00032498 Jy ! Component: 200 - total flux cleaned = -0.000378924 Jy ! Total flux subtracted in 200 components = -0.000378924 Jy ! Clean residual min=-0.010268 max=0.011132 Jy/beam ! Clean residual mean=-0.000020 rms=0.002740 Jy/beam ! Combined flux in latest and established models = 0.464774 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 89 components and 0.464774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.190971Jy sigma=0.000641 ! Fit after self-cal, rms=0.190981Jy sigma=0.000641 ! 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.190981Jy sigma=0.000641 ! Fit after self-cal, rms=0.193457Jy sigma=0.000641 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.217 mas, bmaj=19.17 mas, bpa=4.181 degrees ! Estimated noise=4875.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169254 Jy ! Component: 100 - total flux cleaned = 0.00168422 Jy ! Component: 150 - total flux cleaned = 0.00167807 Jy ! Component: 200 - total flux cleaned = 0.00161111 Jy ! Total flux subtracted in 200 components = 0.00161111 Jy ! Clean residual min=-0.016100 max=0.015345 Jy/beam ! Clean residual mean=-0.000012 rms=0.004186 Jy/beam ! Combined flux in latest and established models = 0.466385 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 93 components and 0.466385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193545Jy sigma=0.000642 ! Fit after self-cal, rms=0.193416Jy sigma=0.000641 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.000223499 Jy ! Component: 100 - total flux cleaned = -0.000234509 Jy ! Component: 150 - total flux cleaned = -0.000241328 Jy ! Component: 200 - total flux cleaned = -0.000308371 Jy ! Total flux subtracted in 200 components = -0.000308371 Jy ! Clean residual min=-0.016207 max=0.015718 Jy/beam ! Clean residual mean=-0.000017 rms=0.004207 Jy/beam ! Combined flux in latest and established models = 0.466076 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 95 components and 0.466076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193578Jy sigma=0.000643 ! Fit after self-cal, rms=0.193467Jy sigma=0.000642 ! 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.787 mas, bmaj=7.792 mas, bpa=2.823 degrees ! Estimated noise=3537.44 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.787 x 7.792 at 2.823 degrees (North through East) ! Clean map min=-0.0095437 max=0.25303 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.364 mas, bmaj=6.768 mas, bpa=2.659 degrees ! Estimated noise=4673.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.196533 Jy ! Component: 100 - total flux cleaned = 0.29323 Jy ! Component: 150 - total flux cleaned = 0.350613 Jy ! Component: 200 - total flux cleaned = 0.385608 Jy ! Total flux subtracted in 200 components = 0.385608 Jy ! Clean residual min=-0.018428 max=0.022639 Jy/beam ! Clean residual mean=-0.000107 rms=0.004407 Jy/beam ! Combined flux in latest and established models = 0.385608 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.385608 Jy ! Inverting map and beam ! Estimated beam: bmin=2.787 mas, bmaj=7.792 mas, bpa=2.823 degrees ! Estimated noise=3537.44 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 (-2.5, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0355495 Jy ! Component: 100 - total flux cleaned = 0.0550698 Jy ! Component: 150 - total flux cleaned = 0.0669202 Jy ! Component: 200 - total flux cleaned = 0.0748807 Jy ! Total flux subtracted in 200 components = 0.0748807 Jy ! Clean residual min=-0.010924 max=0.010139 Jy/beam ! Clean residual mean=-0.000036 rms=0.002653 Jy/beam ! Combined flux in latest and established models = 0.460488 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 65 components and 0.460488 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.217 mas, bmaj=19.17 mas, bpa=4.181 degrees ! Estimated noise=4875.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.010329 Jy ! Component: 100 - total flux cleaned = 0.0152191 Jy ! Component: 150 - total flux cleaned = 0.01674 Jy ! Component: 200 - total flux cleaned = 0.0170693 Jy ! Total flux subtracted in 200 components = 0.0170693 Jy ! Clean residual min=-0.013186 max=0.011466 Jy/beam ! Clean residual mean=0.000148 rms=0.003581 Jy/beam ! Combined flux in latest and established models = 0.477558 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.000289447 Jy ! Component: 100 - total flux cleaned = 0.000419798 Jy ! Component: 150 - total flux cleaned = 0.000481413 Jy ! Component: 200 - total flux cleaned = 0.000594771 Jy ! Total flux subtracted in 200 components = 0.000594771 Jy ! Clean residual min=-0.013039 max=0.011614 Jy/beam ! Clean residual mean=0.000156 rms=0.003564 Jy/beam ! Combined flux in latest and established models = 0.478152 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 89 components and 0.478152 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.787 mas, bmaj=7.792 mas, bpa=2.823 degrees ! Estimated noise=3537.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00160775 Jy ! Component: 100 - total flux cleaned = -0.00209603 Jy ! Component: 150 - total flux cleaned = -0.00209123 Jy ! Component: 200 - total flux cleaned = -0.0022029 Jy ! Total flux subtracted in 200 components = -0.0022029 Jy ! Clean residual min=-0.009448 max=0.009548 Jy/beam ! Clean residual mean=0.000048 rms=0.002495 Jy/beam ! Combined flux in latest and established models = 0.475949 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 106 components and 0.475949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192540Jy sigma=0.000639 ! Fit after self-cal, rms=0.191843Jy sigma=0.000637 wmodel J1316-3338_S_2017_01_21_pus_map.mod ! Writing 106 model components to file: J1316-3338_S_2017_01_21_pus_map.mod wobs J1316-3338_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J1316-3338_S_2017_01_21_pus_uvs.fits wwins J1316-3338_S_2017_01_21_pus_map.win ! wwins: Wrote 2 windows to J1316-3338_S_2017_01_21_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.000673554 Jy ! Component: 100 - total flux cleaned = -0.000129119 Jy ! Component: 150 - total flux cleaned = -0.000443068 Jy ! Component: 200 - total flux cleaned = -0.00015541 Jy ! Component: 250 - total flux cleaned = 0.000536383 Jy ! Component: 300 - total flux cleaned = 0.000673169 Jy ! Component: 350 - total flux cleaned = 0.00106637 Jy ! Component: 400 - total flux cleaned = 0.00144233 Jy ! Component: 450 - total flux cleaned = 0.00132161 Jy ! Component: 500 - total flux cleaned = 0.00144103 Jy ! Component: 550 - total flux cleaned = 0.00155722 Jy ! Component: 600 - total flux cleaned = 0.0017851 Jy ! Component: 650 - total flux cleaned = 0.00178627 Jy ! Component: 700 - total flux cleaned = 0.00189737 Jy ! Component: 750 - total flux cleaned = 0.0020048 Jy ! Component: 800 - total flux cleaned = 0.00221431 Jy ! Component: 850 - total flux cleaned = 0.00200869 Jy ! Component: 900 - total flux cleaned = 0.00180679 Jy ! Component: 950 - total flux cleaned = 0.00170705 Jy ! Component: 1000 - total flux cleaned = 0.00170618 Jy ! Component: 1050 - total flux cleaned = 0.00122938 Jy ! Component: 1100 - total flux cleaned = 0.00113572 Jy ! Component: 1150 - total flux cleaned = 0.000767384 Jy ! Component: 1200 - total flux cleaned = 0.000495236 Jy ! Component: 1250 - total flux cleaned = 0.00040614 Jy ! Component: 1300 - total flux cleaned = 0.00058038 Jy ! Component: 1350 - total flux cleaned = 0.000233243 Jy ! Component: 1400 - total flux cleaned = 0.000404632 Jy ! Component: 1450 - total flux cleaned = 0.000320749 Jy ! Component: 1500 - total flux cleaned = 0.000237796 Jy ! Component: 1550 - total flux cleaned = 0.00015566 Jy ! Component: 1600 - total flux cleaned = 0.000156768 Jy ! Component: 1650 - total flux cleaned = 0.000236313 Jy ! Component: 1700 - total flux cleaned = 0.000156706 Jy ! Component: 1750 - total flux cleaned = 7.86233e-05 Jy ! Component: 1800 - total flux cleaned = -7.5695e-05 Jy ! Component: 1850 - total flux cleaned = -0.000227104 Jy ! Component: 1900 - total flux cleaned = -0.000302301 Jy ! Component: 1950 - total flux cleaned = -0.000449554 Jy ! Component: 2000 - total flux cleaned = -0.000448598 Jy ! Component: 2050 - total flux cleaned = -0.00052001 Jy ! Component: 2100 - total flux cleaned = -0.000662537 Jy ! Component: 2150 - total flux cleaned = -0.000943526 Jy ! Component: 2200 - total flux cleaned = -0.00101381 Jy ! Component: 2250 - total flux cleaned = -0.0012903 Jy ! Component: 2300 - total flux cleaned = -0.00135867 Jy ! Component: 2350 - total flux cleaned = -0.00156111 Jy ! Component: 2400 - total flux cleaned = -0.00156115 Jy ! Component: 2450 - total flux cleaned = -0.00176056 Jy ! Component: 2500 - total flux cleaned = -0.00202258 Jy ! Component: 2550 - total flux cleaned = -0.0018934 Jy ! Component: 2600 - total flux cleaned = -0.00227992 Jy ! Component: 2650 - total flux cleaned = -0.00253481 Jy ! Component: 2700 - total flux cleaned = -0.00266069 Jy ! Component: 2750 - total flux cleaned = -0.00272324 Jy ! Component: 2800 - total flux cleaned = -0.00284647 Jy ! Component: 2850 - total flux cleaned = -0.00296972 Jy ! Component: 2900 - total flux cleaned = -0.00278663 Jy ! Component: 2950 - total flux cleaned = -0.00278633 Jy ! Component: 3000 - total flux cleaned = -0.0028463 Jy ! Component: 3050 - total flux cleaned = -0.00290549 Jy ! Component: 3100 - total flux cleaned = -0.00302366 Jy ! Component: 3150 - total flux cleaned = -0.00308243 Jy ! Component: 3200 - total flux cleaned = -0.00302419 Jy ! Component: 3250 - total flux cleaned = -0.00285243 Jy ! Component: 3300 - total flux cleaned = -0.00285248 Jy ! Component: 3350 - total flux cleaned = -0.00273999 Jy ! Component: 3400 - total flux cleaned = -0.00290857 Jy ! Component: 3450 - total flux cleaned = -0.00279658 Jy ! Component: 3500 - total flux cleaned = -0.00274174 Jy ! Component: 3550 - total flux cleaned = -0.00279727 Jy ! Component: 3600 - total flux cleaned = -0.00290668 Jy ! Component: 3650 - total flux cleaned = -0.00269009 Jy ! Component: 3700 - total flux cleaned = -0.00295895 Jy ! Component: 3750 - total flux cleaned = -0.00274577 Jy ! Component: 3800 - total flux cleaned = -0.00274566 Jy ! Component: 3850 - total flux cleaned = -0.00274561 Jy ! Component: 3900 - total flux cleaned = -0.0027978 Jy ! Component: 3950 - total flux cleaned = -0.00284946 Jy ! Component: 4000 - total flux cleaned = -0.00279851 Jy ! Component: 4050 - total flux cleaned = -0.00269635 Jy ! Total flux subtracted in 4096 components = -0.00284885 Jy ! Clean residual min=-0.003357 max=0.003343 Jy/beam ! Clean residual mean=-0.000008 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 0.473101 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 371 components and 0.473101 Jy ![Exited script file: muppet] wmap "J1316-3338_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.787 x 7.792 at 2.823 degrees (North through East) ! Clean map min=-0.006083 max=0.25504 Jy/beam ! Writing clean map to FITS file: J1316-3338_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.25504 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000940979 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.10686 1.10686 2.21372 4.42743 8.85487 17.7097 35.4195 70.839 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0028 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.255 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.787 x 7.792 at 2.823 degrees (North through East) ! Clean map min=-0.006083 max=0.25504 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 J1316-3338_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:55:05 2019