! Started logfile: J1310+3233_S_2017_07_09_pus_uvs.log on Wed May 8 14:48:47 2019 obs J1310+3233_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1310+3233_S_2017_07_09_pus_uva.fits ! AN table 1: 88 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.467677 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1310+3233 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 594 lines of history. ! ! Reading 7408 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 J1310+3233_S_2017_07_09_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 434 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 444 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 434 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 686 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.801999Jy sigma=0.008078 ! Fit after self-cal, rms=0.796120Jy sigma=0.008044 ! 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.931 mas, bmaj=5.721 mas, bpa=4.445 degrees ! Estimated noise=1191.95 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.157859 Jy ! Component: 100 - total flux cleaned = 0.193733 Jy ! Total flux subtracted in 100 components = 0.193733 Jy ! Clean residual min=-0.005789 max=0.013073 Jy/beam ! Clean residual mean=0.000002 rms=0.001555 Jy/beam ! Combined flux in latest and established models = 0.193733 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.193733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081002Jy sigma=0.000783 ! Fit after self-cal, rms=0.081002Jy sigma=0.000783 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0141974 Jy ! Component: 100 - total flux cleaned = 0.021944 Jy ! Total flux subtracted in 100 components = 0.021944 Jy ! Clean residual min=-0.005648 max=0.006195 Jy/beam ! Clean residual mean=0.000006 rms=0.001323 Jy/beam ! Combined flux in latest and established models = 0.215677 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 18 components and 0.215677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078095Jy sigma=0.000753 ! Fit after self-cal, rms=0.078093Jy sigma=0.000753 ! 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.551 mas, bmaj=6.69 mas, bpa=7.357 degrees ! Estimated noise=936.808 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.00587455 Jy ! Component: 100 - total flux cleaned = 0.00751232 Jy ! Component: 150 - total flux cleaned = 0.00784199 Jy ! Component: 200 - total flux cleaned = 0.00810981 Jy ! Total flux subtracted in 200 components = 0.00810981 Jy ! Clean residual min=-0.005343 max=0.004748 Jy/beam ! Clean residual mean=0.000014 rms=0.001267 Jy/beam ! Combined flux in latest and established models = 0.223786 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 26 components and 0.223786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077547Jy sigma=0.000748 ! Fit after self-cal, rms=0.077544Jy sigma=0.000748 ! 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.08 FD 0.99 HN 0.95 KP 0.99 ! LA 1.02 MK 1.03 NL 0.89 OV 1.01 ! PT 0.97 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.35 FD 1.03 HN 1.00 KP 0.96 ! LA 0.96 MK 1.02 NL 1.01 OV 1.04 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.03 HN 0.97 KP 0.97 ! LA 0.98 MK 1.03 NL 0.98 OV 0.97 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 0.95 KP 1.00* ! LA 1.00 MK 1.15 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.077544Jy sigma=0.000748 ! Fit after self-cal, rms=0.077689Jy sigma=0.000727 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.558 mas, bmaj=6.708 mas, bpa=7.528 degrees ! Estimated noise=935.527 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.00148586 Jy ! Component: 100 - total flux cleaned = -0.00184463 Jy ! Component: 150 - total flux cleaned = -0.00196347 Jy ! Component: 200 - total flux cleaned = -0.00210002 Jy ! Total flux subtracted in 200 components = -0.00210002 Jy ! Clean residual min=-0.004787 max=0.004594 Jy/beam ! Clean residual mean=0.000011 rms=0.001143 Jy/beam ! Combined flux in latest and established models = 0.221686 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 33 components and 0.221686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077613Jy sigma=0.000727 ! Fit after self-cal, rms=0.077650Jy sigma=0.000727 ! 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.077650Jy sigma=0.000727 ! Fit after self-cal, rms=0.073520Jy sigma=0.000700 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.571 mas, bmaj=6.701 mas, bpa=7.745 degrees ! Estimated noise=936.227 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000187028 Jy ! Component: 100 - total flux cleaned = 0.000194423 Jy ! Component: 150 - total flux cleaned = 0.00012077 Jy ! Component: 200 - total flux cleaned = 5.80565e-05 Jy ! Total flux subtracted in 200 components = 5.80565e-05 Jy ! Clean residual min=-0.003170 max=0.003023 Jy/beam ! Clean residual mean=0.000003 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.221744 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 47 components and 0.221745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073470Jy sigma=0.000699 ! Fit after self-cal, rms=0.073500Jy sigma=0.000699 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.000229441 Jy ! Component: 100 - total flux cleaned = -0.000258338 Jy ! Component: 150 - total flux cleaned = -0.000284091 Jy ! Component: 200 - total flux cleaned = -0.00032875 Jy ! Total flux subtracted in 200 components = -0.00032875 Jy ! Clean residual min=-0.003189 max=0.002983 Jy/beam ! Clean residual mean=0.000003 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.221416 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.221416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073483Jy sigma=0.000699 ! Fit after self-cal, rms=0.073480Jy sigma=0.000699 ! 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.073480Jy sigma=0.000699 ! Fit after self-cal, rms=0.073744Jy sigma=0.000698 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.578 mas, bmaj=6.694 mas, bpa=7.666 degrees ! Estimated noise=936.462 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000140962 Jy ! Component: 100 - total flux cleaned = -0.000114313 Jy ! Component: 150 - total flux cleaned = -0.000113119 Jy ! Component: 200 - total flux cleaned = -0.000172301 Jy ! Total flux subtracted in 200 components = -0.000172301 Jy ! Clean residual min=-0.003037 max=0.002918 Jy/beam ! Clean residual mean=0.000002 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.221243 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 50 components and 0.221243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073726Jy sigma=0.000698 ! Fit after self-cal, rms=0.073731Jy sigma=0.000698 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.000194585 Jy ! Component: 100 - total flux cleaned = -0.000194852 Jy ! Component: 150 - total flux cleaned = -0.000195359 Jy ! Component: 200 - total flux cleaned = -0.000210307 Jy ! Total flux subtracted in 200 components = -0.000210307 Jy ! Clean residual min=-0.003040 max=0.002896 Jy/beam ! Clean residual mean=0.000002 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.221033 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 54 components and 0.221033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073724Jy sigma=0.000698 ! Fit after self-cal, rms=0.073723Jy sigma=0.000698 ! 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.073723Jy sigma=0.000698 ! Fit after self-cal, rms=0.073787Jy sigma=0.000698 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.47 mas, bmaj=10.2 mas, bpa=1.91 degrees ! Estimated noise=1146.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000400973 Jy ! Component: 100 - total flux cleaned = -0.000472741 Jy ! Component: 150 - total flux cleaned = -0.00052391 Jy ! Component: 200 - total flux cleaned = -0.000545177 Jy ! Total flux subtracted in 200 components = -0.000545177 Jy ! Clean residual min=-0.003274 max=0.003445 Jy/beam ! Clean residual mean=0.000000 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.220488 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 55 components and 0.220488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073791Jy sigma=0.000698 ! Fit after self-cal, rms=0.073789Jy sigma=0.000698 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.59815e-06 Jy ! Component: 100 - total flux cleaned = -5.43175e-05 Jy ! Component: 150 - total flux cleaned = -8.23463e-05 Jy ! Component: 200 - total flux cleaned = -8.20662e-05 Jy ! Total flux subtracted in 200 components = -8.20662e-05 Jy ! Clean residual min=-0.003253 max=0.003450 Jy/beam ! Clean residual mean=0.000000 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 0.220406 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 56 components and 0.220406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073794Jy sigma=0.000698 ! Fit after self-cal, rms=0.073793Jy sigma=0.000698 ! 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.583 mas, bmaj=6.691 mas, bpa=7.633 degrees ! Estimated noise=936.785 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.583 x 6.691 at 7.633 degrees (North through East) ! Clean map min=-0.0029326 max=0.2056 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.958 mas, bmaj=5.73 mas, bpa=4.94 degrees ! Estimated noise=1194.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.157823 Jy ! Component: 100 - total flux cleaned = 0.193288 Jy ! Component: 150 - total flux cleaned = 0.206547 Jy ! Component: 200 - total flux cleaned = 0.213205 Jy ! Total flux subtracted in 200 components = 0.213205 Jy ! Clean residual min=-0.003148 max=0.003576 Jy/beam ! Clean residual mean=0.000000 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.213205 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.213205 Jy ! Inverting map and beam ! Estimated beam: bmin=3.583 mas, bmaj=6.691 mas, bpa=7.633 degrees ! Estimated noise=936.785 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.0047069 Jy ! Component: 100 - total flux cleaned = 0.00687759 Jy ! Component: 150 - total flux cleaned = 0.00752945 Jy ! Component: 200 - total flux cleaned = 0.00770806 Jy ! Total flux subtracted in 200 components = 0.00770806 Jy ! Clean residual min=-0.003085 max=0.002947 Jy/beam ! Clean residual mean=0.000002 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.220913 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 37 components and 0.220913 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.47 mas, bmaj=10.2 mas, bpa=1.91 degrees ! Estimated noise=1146.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000186748 Jy ! Component: 100 - total flux cleaned = -2.98643e-07 Jy ! Component: 150 - total flux cleaned = -0.000165122 Jy ! Component: 200 - total flux cleaned = -0.000229522 Jy ! Total flux subtracted in 200 components = -0.000229522 Jy ! Clean residual min=-0.003350 max=0.003450 Jy/beam ! Clean residual mean=0.000000 rms=0.000978 Jy/beam ! Combined flux in latest and established models = 0.220683 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 = -5.57084e-05 Jy ! Component: 100 - total flux cleaned = -0.000104263 Jy ! Component: 150 - total flux cleaned = -0.000146435 Jy ! Component: 200 - total flux cleaned = -0.000183039 Jy ! Total flux subtracted in 200 components = -0.000183039 Jy ! Clean residual min=-0.003322 max=0.003449 Jy/beam ! Clean residual mean=0.000000 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 0.2205 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.2205 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.583 mas, bmaj=6.691 mas, bpa=7.633 degrees ! Estimated noise=936.785 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000205477 Jy ! Component: 100 - total flux cleaned = 0.000269416 Jy ! Component: 150 - total flux cleaned = 0.000297232 Jy ! Component: 200 - total flux cleaned = 0.00027307 Jy ! Total flux subtracted in 200 components = 0.00027307 Jy ! Clean residual min=-0.003060 max=0.002910 Jy/beam ! Clean residual mean=0.000002 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.220773 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 54 components and 0.220773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073824Jy sigma=0.000699 ! Fit after self-cal, rms=0.073813Jy sigma=0.000699 wmodel J1310+3233_S_2017_07_09_pus_map.mod ! Writing 54 model components to file: J1310+3233_S_2017_07_09_pus_map.mod wobs J1310+3233_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1310+3233_S_2017_07_09_pus_uvs.fits wwins J1310+3233_S_2017_07_09_pus_map.win ! wwins: Wrote 1 windows to J1310+3233_S_2017_07_09_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 3.97127e-05 Jy ! Component: 100 - total flux cleaned = 0.000503141 Jy ! Component: 150 - total flux cleaned = 0.0006521 Jy ! Component: 200 - total flux cleaned = 0.000651641 Jy ! Component: 250 - total flux cleaned = 0.000930587 Jy ! Component: 300 - total flux cleaned = 0.000974698 Jy ! Component: 350 - total flux cleaned = 0.00110737 Jy ! Component: 400 - total flux cleaned = 0.00119377 Jy ! Component: 450 - total flux cleaned = 0.00132262 Jy ! Component: 500 - total flux cleaned = 0.00149096 Jy ! Component: 550 - total flux cleaned = 0.00153225 Jy ! Component: 600 - total flux cleaned = 0.00161373 Jy ! Component: 650 - total flux cleaned = 0.00177499 Jy ! Component: 700 - total flux cleaned = 0.001894 Jy ! Component: 750 - total flux cleaned = 0.00201202 Jy ! Component: 800 - total flux cleaned = 0.0021679 Jy ! Component: 850 - total flux cleaned = 0.0023593 Jy ! Component: 900 - total flux cleaned = 0.00243514 Jy ! Component: 950 - total flux cleaned = 0.00262153 Jy ! Component: 1000 - total flux cleaned = 0.00273171 Jy ! Component: 1050 - total flux cleaned = 0.00276823 Jy ! Component: 1100 - total flux cleaned = 0.00294834 Jy ! Component: 1150 - total flux cleaned = 0.00301945 Jy ! Component: 1200 - total flux cleaned = 0.00312456 Jy ! Component: 1250 - total flux cleaned = 0.00315874 Jy ! Component: 1300 - total flux cleaned = 0.00309041 Jy ! Component: 1350 - total flux cleaned = 0.00329507 Jy ! Component: 1400 - total flux cleaned = 0.00332892 Jy ! Component: 1450 - total flux cleaned = 0.00329507 Jy ! Component: 1500 - total flux cleaned = 0.00346095 Jy ! Component: 1550 - total flux cleaned = 0.00346108 Jy ! Component: 1600 - total flux cleaned = 0.00352654 Jy ! Component: 1650 - total flux cleaned = 0.00355879 Jy ! Component: 1700 - total flux cleaned = 0.00359033 Jy ! Component: 1750 - total flux cleaned = 0.00349571 Jy ! Component: 1800 - total flux cleaned = 0.00368366 Jy ! Component: 1850 - total flux cleaned = 0.00362152 Jy ! Component: 1900 - total flux cleaned = 0.00356025 Jy ! Component: 1950 - total flux cleaned = 0.0036518 Jy ! Component: 2000 - total flux cleaned = 0.00356126 Jy ! Component: 2050 - total flux cleaned = 0.00371129 Jy ! Component: 2100 - total flux cleaned = 0.00377031 Jy ! Component: 2150 - total flux cleaned = 0.0035935 Jy ! Component: 2200 - total flux cleaned = 0.0037399 Jy ! Component: 2250 - total flux cleaned = 0.00362387 Jy ! Component: 2300 - total flux cleaned = 0.00368165 Jy ! Component: 2350 - total flux cleaned = 0.00365264 Jy ! Component: 2400 - total flux cleaned = 0.00353937 Jy ! Component: 2450 - total flux cleaned = 0.00348319 Jy ! Component: 2500 - total flux cleaned = 0.00342757 Jy ! Component: 2550 - total flux cleaned = 0.00340011 Jy ! Component: 2600 - total flux cleaned = 0.00331747 Jy ! Component: 2650 - total flux cleaned = 0.00323528 Jy ! Component: 2700 - total flux cleaned = 0.00320814 Jy ! Component: 2750 - total flux cleaned = 0.00304646 Jy ! Component: 2800 - total flux cleaned = 0.00310009 Jy ! Component: 2850 - total flux cleaned = 0.00304673 Jy ! Component: 2900 - total flux cleaned = 0.0029672 Jy ! Component: 2950 - total flux cleaned = 0.00286234 Jy ! Component: 3000 - total flux cleaned = 0.00283703 Jy ! Component: 3050 - total flux cleaned = 0.00288927 Jy ! Component: 3100 - total flux cleaned = 0.00283751 Jy ! Component: 3150 - total flux cleaned = 0.00276072 Jy ! Component: 3200 - total flux cleaned = 0.00265887 Jy ! Component: 3250 - total flux cleaned = 0.00248231 Jy ! Component: 3300 - total flux cleaned = 0.00248232 Jy ! Component: 3350 - total flux cleaned = 0.00248257 Jy ! Component: 3400 - total flux cleaned = 0.00243317 Jy ! Component: 3450 - total flux cleaned = 0.00233461 Jy ! Component: 3500 - total flux cleaned = 0.00228577 Jy ! Component: 3550 - total flux cleaned = 0.00216423 Jy ! Component: 3600 - total flux cleaned = 0.00218828 Jy ! Component: 3650 - total flux cleaned = 0.00209194 Jy ! Component: 3700 - total flux cleaned = 0.00199633 Jy ! Component: 3750 - total flux cleaned = 0.00192505 Jy ! Component: 3800 - total flux cleaned = 0.00192521 Jy ! Component: 3850 - total flux cleaned = 0.00185476 Jy ! Component: 3900 - total flux cleaned = 0.00178496 Jy ! Component: 3950 - total flux cleaned = 0.0017619 Jy ! Component: 4000 - total flux cleaned = 0.00169288 Jy ! Component: 4050 - total flux cleaned = 0.00164691 Jy ! Total flux subtracted in 4096 components = 0.0016241 Jy ! Clean residual min=-0.001346 max=0.001471 Jy/beam ! Clean residual mean=0.000001 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.222397 Jy keep ! Adding 349 model components to the UV plane model. ! The established model now contains 403 components and 0.222397 Jy ![Exited script file: muppet] wmap "J1310+3233_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.583 x 6.691 at 7.633 degrees (North through East) ! Clean map min=-0.0023998 max=0.20574 Jy/beam ! Writing clean map to FITS file: J1310+3233_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.205743 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00045552 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.664208 0.664208 1.32842 2.65683 5.31367 10.6273 21.2547 42.5093 85.0187 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.205 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.583 x 6.691 at 7.633 degrees (North through East) ! Clean map min=-0.0023998 max=0.20574 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 J1310+3233_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:48:51 2019