! Started logfile: J2359+3850_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:53:04 2019 obs J2359+3850_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J2359+3850_S_2017_03_27_pus_uva.fits ! AN table 1: 35 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.794286 visibilities/baseline/integration-bin. ! Found source: J2359+3850 ! ! 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 1684 lines of history. ! ! Reading 5004 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 J2359+3850_S_2017_03_27_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 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 156 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.643499Jy sigma=0.005693 ! Fit after self-cal, rms=0.638950Jy sigma=0.005659 ! 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=3.343 mas, bmaj=4.663 mas, bpa=1.322 degrees ! Estimated noise=1570.69 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.27893 Jy ! Component: 100 - total flux cleaned = 0.348442 Jy ! Total flux subtracted in 100 components = 0.348442 Jy ! Clean residual min=-0.011611 max=0.025801 Jy/beam ! Clean residual mean=-0.000018 rms=0.003354 Jy/beam ! Combined flux in latest and established models = 0.348442 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.348442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107606Jy sigma=0.000856 ! Fit after self-cal, rms=0.107577Jy sigma=0.000856 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0280328 Jy ! Component: 100 - total flux cleaned = 0.0426704 Jy ! Total flux subtracted in 100 components = 0.0426704 Jy ! Clean residual min=-0.008673 max=0.010949 Jy/beam ! Clean residual mean=-0.000020 rms=0.002227 Jy/beam ! Combined flux in latest and established models = 0.391112 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 18 components and 0.391112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100069Jy sigma=0.000760 ! Fit after self-cal, rms=0.100023Jy sigma=0.000760 ! 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=4.046 mas, bmaj=5.791 mas, bpa=13.25 degrees ! Estimated noise=1230.03 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.0103729 Jy ! Component: 100 - total flux cleaned = 0.0159405 Jy ! Component: 150 - total flux cleaned = 0.0192438 Jy ! Component: 200 - total flux cleaned = 0.019881 Jy ! Total flux subtracted in 200 components = 0.019881 Jy ! Clean residual min=-0.007736 max=0.007501 Jy/beam ! Clean residual mean=-0.000005 rms=0.001710 Jy/beam ! Combined flux in latest and established models = 0.410993 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 25 components and 0.410993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099405Jy sigma=0.000747 ! Fit after self-cal, rms=0.099397Jy sigma=0.000747 ! 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 0.98 FD 0.99 HN 0.95 KP 1.04 ! LA 0.96 MK 1.03 NL 0.99 OV 1.02 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.05 HN 0.98 KP 0.99 ! LA 0.96 MK 1.04 NL 1.01 OV 0.97 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.05 HN 0.97 KP 0.98 ! LA 0.98 MK 1.05 NL 0.98 OV 0.96 ! PT 0.94 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.06 HN 0.94 KP 1.00* ! LA 1.24 MK 1.24 NL 1.00* OV 1.81 ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.099397Jy sigma=0.000747 ! Fit after self-cal, rms=0.112924Jy sigma=0.000691 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.054 mas, bmaj=5.813 mas, bpa=14.43 degrees ! Estimated noise=1233.3 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.000625913 Jy ! Component: 100 - total flux cleaned = 0.000548667 Jy ! Component: 150 - total flux cleaned = 0.00042957 Jy ! Component: 200 - total flux cleaned = 0.000432944 Jy ! Total flux subtracted in 200 components = 0.000432944 Jy ! Clean residual min=-0.004904 max=0.005252 Jy/beam ! Clean residual mean=0.000015 rms=0.001280 Jy/beam ! Combined flux in latest and established models = 0.411426 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 29 components and 0.411426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112839Jy sigma=0.000690 ! Fit after self-cal, rms=0.113549Jy sigma=0.000690 ! 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.113549Jy sigma=0.000690 ! Fit after self-cal, rms=0.151806Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.054 mas, bmaj=5.816 mas, bpa=14.3 degrees ! Estimated noise=1233.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000288765 Jy ! Component: 100 - total flux cleaned = -0.000404705 Jy ! Component: 150 - total flux cleaned = -0.000405647 Jy ! Component: 200 - total flux cleaned = -0.00040581 Jy ! Total flux subtracted in 200 components = -0.00040581 Jy ! Clean residual min=-0.002996 max=0.003204 Jy/beam ! Clean residual mean=0.000002 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.41102 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.41102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151795Jy sigma=0.000656 ! Fit after self-cal, rms=0.152005Jy sigma=0.000656 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 (38, -63). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00166439 Jy ! Component: 100 - total flux cleaned = 0.00164803 Jy ! Component: 150 - total flux cleaned = 0.00176721 Jy ! Component: 200 - total flux cleaned = 0.00176888 Jy ! Total flux subtracted in 200 components = 0.00176888 Jy ! Clean residual min=-0.003090 max=0.002587 Jy/beam ! Clean residual mean=0.000002 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.412789 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 53 components and 0.412789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151934Jy sigma=0.000655 ! Fit after self-cal, rms=0.151948Jy sigma=0.000655 ! 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.151948Jy sigma=0.000655 ! Fit after self-cal, rms=0.152163Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.055 mas, bmaj=5.813 mas, bpa=14.24 degrees ! Estimated noise=1232.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000213023 Jy ! Component: 100 - total flux cleaned = 0.00021364 Jy ! Component: 150 - total flux cleaned = 0.000133839 Jy ! Component: 200 - total flux cleaned = 0.000170019 Jy ! Total flux subtracted in 200 components = 0.000170019 Jy ! Clean residual min=-0.002983 max=0.002669 Jy/beam ! Clean residual mean=0.000002 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.412959 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 59 components and 0.412959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152135Jy sigma=0.000654 ! Fit after self-cal, rms=0.152151Jy 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 = -3.70786e-05 Jy ! Component: 100 - total flux cleaned = -3.74548e-05 Jy ! Component: 150 - total flux cleaned = -3.74134e-05 Jy ! Component: 200 - total flux cleaned = -6.75174e-05 Jy ! Total flux subtracted in 200 components = -6.75174e-05 Jy ! Clean residual min=-0.002946 max=0.002710 Jy/beam ! Clean residual mean=0.000002 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.412892 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 67 components and 0.412892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152132Jy sigma=0.000654 ! Fit after self-cal, rms=0.152140Jy sigma=0.000654 ! 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.152140Jy sigma=0.000654 ! Fit after self-cal, rms=0.152107Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.339 mas, bmaj=9.65 mas, bpa=21.52 degrees ! Estimated noise=1451.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000425914 Jy ! Component: 100 - total flux cleaned = -0.000559361 Jy ! Component: 150 - total flux cleaned = -0.000594916 Jy ! Component: 200 - total flux cleaned = -0.000626813 Jy ! Total flux subtracted in 200 components = -0.000626813 Jy ! Clean residual min=-0.002630 max=0.002688 Jy/beam ! Clean residual mean=0.000003 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.412265 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 84 components and 0.412265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152093Jy sigma=0.000654 ! Fit after self-cal, rms=0.152098Jy 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 = -6.6178e-05 Jy ! Component: 100 - total flux cleaned = -9.3475e-05 Jy ! Component: 150 - total flux cleaned = -0.000106149 Jy ! Component: 200 - total flux cleaned = -0.0001178 Jy ! Total flux subtracted in 200 components = -0.0001178 Jy ! Clean residual min=-0.002629 max=0.002732 Jy/beam ! Clean residual mean=0.000002 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.412147 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 89 components and 0.412147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152093Jy sigma=0.000654 ! Fit after self-cal, rms=0.152091Jy 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=4.055 mas, bmaj=5.81 mas, bpa=14.19 degrees ! Estimated noise=1232.72 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.055 x 5.81 at 14.19 degrees (North through East) ! Clean map min=-0.0028522 max=0.37016 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=3.358 mas, bmaj=4.658 mas, bpa=2.641 degrees ! Estimated noise=1584.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.281108 Jy ! Component: 100 - total flux cleaned = 0.350741 Jy ! Component: 150 - total flux cleaned = 0.379336 Jy ! Component: 200 - total flux cleaned = 0.394228 Jy ! Total flux subtracted in 200 components = 0.394228 Jy ! Clean residual min=-0.005230 max=0.007028 Jy/beam ! Clean residual mean=0.000000 rms=0.001314 Jy/beam ! Combined flux in latest and established models = 0.394228 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.394228 Jy ! Inverting map and beam ! Estimated beam: bmin=4.055 mas, bmaj=5.81 mas, bpa=14.19 degrees ! Estimated noise=1232.72 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.00820863 Jy ! Component: 100 - total flux cleaned = 0.0123661 Jy ! Component: 150 - total flux cleaned = 0.0138764 Jy ! Component: 200 - total flux cleaned = 0.0145157 Jy ! Total flux subtracted in 200 components = 0.0145157 Jy ! Clean residual min=-0.003179 max=0.002770 Jy/beam ! Clean residual mean=-0.000002 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.408744 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 32 components and 0.408744 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.339 mas, bmaj=9.65 mas, bpa=21.52 degrees ! Estimated noise=1451.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000393022 Jy ! Component: 100 - total flux cleaned = 0.00127879 Jy ! Component: 150 - total flux cleaned = 0.00174703 Jy ! Component: 200 - total flux cleaned = 0.0020926 Jy ! Total flux subtracted in 200 components = 0.0020926 Jy ! Clean residual min=-0.002778 max=0.002624 Jy/beam ! Clean residual mean=0.000000 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.410837 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.000226662 Jy ! Component: 100 - total flux cleaned = 0.000363742 Jy ! Component: 150 - total flux cleaned = 0.000459743 Jy ! Component: 200 - total flux cleaned = 0.00056715 Jy ! Total flux subtracted in 200 components = 0.00056715 Jy ! Clean residual min=-0.002706 max=0.002676 Jy/beam ! Clean residual mean=0.000001 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.411404 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 71 components and 0.411404 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.055 mas, bmaj=5.81 mas, bpa=14.19 degrees ! Estimated noise=1232.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.97191e-05 Jy ! Component: 100 - total flux cleaned = -2.44379e-05 Jy ! Component: 150 - total flux cleaned = 2.4124e-05 Jy ! Component: 200 - total flux cleaned = -6.68442e-05 Jy ! Total flux subtracted in 200 components = -6.68442e-05 Jy ! Clean residual min=-0.002970 max=0.002621 Jy/beam ! Clean residual mean=0.000001 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.411337 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.411337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152141Jy sigma=0.000655 ! Fit after self-cal, rms=0.152130Jy sigma=0.000655 wmodel J2359+3850_S_2017_03_27_pus_map.mod ! Writing 85 model components to file: J2359+3850_S_2017_03_27_pus_map.mod wobs J2359+3850_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J2359+3850_S_2017_03_27_pus_uvs.fits wwins J2359+3850_S_2017_03_27_pus_map.win ! wwins: Wrote 2 windows to J2359+3850_S_2017_03_27_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.000443708 Jy ! Component: 100 - total flux cleaned = -0.000254627 Jy ! Component: 150 - total flux cleaned = -2.62692e-05 Jy ! Component: 200 - total flux cleaned = 0.000106173 Jy ! Component: 250 - total flux cleaned = 0.000364294 Jy ! Component: 300 - total flux cleaned = 0.000573325 Jy ! Component: 350 - total flux cleaned = 0.000776796 Jy ! Component: 400 - total flux cleaned = 0.00089652 Jy ! Component: 450 - total flux cleaned = 0.00116907 Jy ! Component: 500 - total flux cleaned = 0.00120679 Jy ! Component: 550 - total flux cleaned = 0.00120675 Jy ! Component: 600 - total flux cleaned = 0.00135264 Jy ! Component: 650 - total flux cleaned = 0.00131596 Jy ! Component: 700 - total flux cleaned = 0.00149382 Jy ! Component: 750 - total flux cleaned = 0.00166744 Jy ! Component: 800 - total flux cleaned = 0.00183877 Jy ! Component: 850 - total flux cleaned = 0.00200747 Jy ! Component: 900 - total flux cleaned = 0.00217417 Jy ! Component: 950 - total flux cleaned = 0.00230573 Jy ! Component: 1000 - total flux cleaned = 0.00250047 Jy ! Component: 1050 - total flux cleaned = 0.00269221 Jy ! Component: 1100 - total flux cleaned = 0.00281886 Jy ! Component: 1150 - total flux cleaned = 0.00294319 Jy ! Component: 1200 - total flux cleaned = 0.00306653 Jy ! Component: 1250 - total flux cleaned = 0.00309776 Jy ! Component: 1300 - total flux cleaned = 0.00330846 Jy ! Component: 1350 - total flux cleaned = 0.00339711 Jy ! Component: 1400 - total flux cleaned = 0.00348511 Jy ! Component: 1450 - total flux cleaned = 0.00360166 Jy ! Component: 1500 - total flux cleaned = 0.00374524 Jy ! Component: 1550 - total flux cleaned = 0.0038025 Jy ! Component: 1600 - total flux cleaned = 0.00383052 Jy ! Component: 1650 - total flux cleaned = 0.00388707 Jy ! Component: 1700 - total flux cleaned = 0.00408105 Jy ! Component: 1750 - total flux cleaned = 0.00408113 Jy ! Component: 1800 - total flux cleaned = 0.00418962 Jy ! Component: 1850 - total flux cleaned = 0.00437808 Jy ! Component: 1900 - total flux cleaned = 0.00437812 Jy ! Component: 1950 - total flux cleaned = 0.00451046 Jy ! Component: 2000 - total flux cleaned = 0.00458885 Jy ! Component: 2050 - total flux cleaned = 0.00461498 Jy ! Component: 2100 - total flux cleaned = 0.00471829 Jy ! Component: 2150 - total flux cleaned = 0.0048461 Jy ! Component: 2200 - total flux cleaned = 0.00494743 Jy ! Component: 2250 - total flux cleaned = 0.00492226 Jy ! Component: 2300 - total flux cleaned = 0.00507154 Jy ! Component: 2350 - total flux cleaned = 0.00512112 Jy ! Component: 2400 - total flux cleaned = 0.00519474 Jy ! Component: 2450 - total flux cleaned = 0.0053166 Jy ! Component: 2500 - total flux cleaned = 0.00538944 Jy ! Component: 2550 - total flux cleaned = 0.00548544 Jy ! Component: 2600 - total flux cleaned = 0.00546152 Jy ! Component: 2650 - total flux cleaned = 0.00553257 Jy ! Component: 2700 - total flux cleaned = 0.00562669 Jy ! Component: 2750 - total flux cleaned = 0.00574357 Jy ! Component: 2800 - total flux cleaned = 0.00567385 Jy ! Component: 2850 - total flux cleaned = 0.00574335 Jy ! Component: 2900 - total flux cleaned = 0.00581198 Jy ! Component: 2950 - total flux cleaned = 0.0058802 Jy ! Component: 3000 - total flux cleaned = 0.00585763 Jy ! Component: 3050 - total flux cleaned = 0.00596948 Jy ! Component: 3100 - total flux cleaned = 0.00596944 Jy ! Component: 3150 - total flux cleaned = 0.00596954 Jy ! Component: 3200 - total flux cleaned = 0.00610149 Jy ! Component: 3250 - total flux cleaned = 0.0061016 Jy ! Component: 3300 - total flux cleaned = 0.00625344 Jy ! Component: 3350 - total flux cleaned = 0.00627518 Jy ! Component: 3400 - total flux cleaned = 0.00636101 Jy ! Component: 3450 - total flux cleaned = 0.00646755 Jy ! Component: 3500 - total flux cleaned = 0.00648866 Jy ! Component: 3550 - total flux cleaned = 0.00657284 Jy ! Component: 3600 - total flux cleaned = 0.00657292 Jy ! Component: 3650 - total flux cleaned = 0.00665596 Jy ! Component: 3700 - total flux cleaned = 0.00659361 Jy ! Component: 3750 - total flux cleaned = 0.00661423 Jy ! Component: 3800 - total flux cleaned = 0.00655285 Jy ! Component: 3850 - total flux cleaned = 0.00661383 Jy ! Component: 3900 - total flux cleaned = 0.00653287 Jy ! Component: 3950 - total flux cleaned = 0.00655293 Jy ! Component: 4000 - total flux cleaned = 0.00653292 Jy ! Component: 4050 - total flux cleaned = 0.00655278 Jy ! Total flux subtracted in 4096 components = 0.00653287 Jy ! Clean residual min=-0.001184 max=0.001077 Jy/beam ! Clean residual mean=0.000003 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.41787 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 361 components and 0.41787 Jy ![Exited script file: muppet] wmap "J2359+3850_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.055 x 5.81 at 14.19 degrees (North through East) ! Clean map min=-0.0024104 max=0.37025 Jy/beam ! Writing clean map to FITS file: J2359+3850_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.370247 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000359537 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.291322 0.291322 0.582645 1.16529 2.33058 4.66116 9.32231 18.6446 37.2893 74.5785 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.37 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.055 x 5.81 at 14.19 degrees (North through East) ! Clean map min=-0.0024104 max=0.37025 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 J2359+3850_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:53:09 2019