! Started logfile: J0802+1809_S_2017_06_15_pus_uvs.log on Tue May 7 15:14:01 2019 obs J0802+1809_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0802+1809_S_2017_06_15_pus_uva.fits ! AN table 1: 24 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.589815 visibilities/baseline/integration-bin. ! Found source: J0802+1809 ! ! 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 2548 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 J0802+1809_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 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 174 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.644038Jy sigma=0.006094 ! Fit after self-cal, rms=0.636659Jy sigma=0.006035 ! 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.681 mas, bmaj=7.149 mas, bpa=-3.456 degrees ! Estimated noise=1992.89 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.280783 Jy ! Component: 100 - total flux cleaned = 0.359595 Jy ! Total flux subtracted in 100 components = 0.359595 Jy ! Clean residual min=-0.015239 max=0.035084 Jy/beam ! Clean residual mean=0.000036 rms=0.004532 Jy/beam ! Combined flux in latest and established models = 0.359595 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.359595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114858Jy sigma=0.001012 ! Fit after self-cal, rms=0.114784Jy sigma=0.001011 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0387076 Jy ! Component: 100 - total flux cleaned = 0.0585211 Jy ! Total flux subtracted in 100 components = 0.0585211 Jy ! Clean residual min=-0.012592 max=0.014868 Jy/beam ! Clean residual mean=0.000019 rms=0.003199 Jy/beam ! Combined flux in latest and established models = 0.418116 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 10 components and 0.418116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099696Jy sigma=0.000850 ! Fit after self-cal, rms=0.099635Jy sigma=0.000849 ! 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.208 mas, bmaj=7.773 mas, bpa=-0.2862 degrees ! Estimated noise=1658.26 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.0128293 Jy ! Component: 100 - total flux cleaned = 0.0199436 Jy ! Component: 150 - total flux cleaned = 0.0238127 Jy ! Component: 200 - total flux cleaned = 0.0246398 Jy ! Total flux subtracted in 200 components = 0.0246398 Jy ! Clean residual min=-0.013242 max=0.013622 Jy/beam ! Clean residual mean=0.000029 rms=0.003335 Jy/beam ! Combined flux in latest and established models = 0.442756 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 29 components and 0.442756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097894Jy sigma=0.000832 ! Fit after self-cal, rms=0.097893Jy sigma=0.000832 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.99 HN 0.96 KP 1.01 ! LA 1.00 MK 1.00 NL 0.87 OV 1.00 ! PT 1.00 SC 0.90 ! ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.04 HN 0.98 KP 0.98 ! LA 0.95 MK 1.01 NL 1.04 OV 1.05 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.06 HN 0.97 KP 0.99 ! LA 0.98 MK 1.05 NL 1.01 OV 0.94 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 HN 0.94 KP 1.00* ! LA 0.98 MK 1.35 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.097893Jy sigma=0.000832 ! Fit after self-cal, rms=0.099103Jy sigma=0.000785 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.194 mas, bmaj=7.814 mas, bpa=-0.1176 degrees ! Estimated noise=1670.38 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.00185259 Jy ! Component: 100 - total flux cleaned = -0.00234389 Jy ! Component: 150 - total flux cleaned = -0.00254973 Jy ! Component: 200 - total flux cleaned = -0.00267638 Jy ! Total flux subtracted in 200 components = -0.00267638 Jy ! Clean residual min=-0.011178 max=0.012445 Jy/beam ! Clean residual mean=0.000019 rms=0.003105 Jy/beam ! Combined flux in latest and established models = 0.44008 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 33 components and 0.44008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098882Jy sigma=0.000785 ! Fit after self-cal, rms=0.098900Jy sigma=0.000785 ! 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.098900Jy sigma=0.000785 ! Fit after self-cal, rms=0.079983Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.201 mas, bmaj=7.807 mas, bpa=0.0591 degrees ! Estimated noise=1673.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000552632 Jy ! Component: 100 - total flux cleaned = 0.000612836 Jy ! Component: 150 - total flux cleaned = 0.00071589 Jy ! Component: 200 - total flux cleaned = 0.000760405 Jy ! Total flux subtracted in 200 components = 0.000760405 Jy ! Clean residual min=-0.004826 max=0.005118 Jy/beam ! Clean residual mean=0.000012 rms=0.001094 Jy/beam ! Combined flux in latest and established models = 0.44084 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.44084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079896Jy sigma=0.000659 ! Fit after self-cal, rms=0.079962Jy sigma=0.000659 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 (50.5, -64). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00431731 Jy ! Component: 100 - total flux cleaned = 0.00489367 Jy ! Component: 150 - total flux cleaned = 0.00481507 Jy ! Component: 200 - total flux cleaned = 0.00501 Jy ! Total flux subtracted in 200 components = 0.00501 Jy ! Clean residual min=-0.004521 max=0.004323 Jy/beam ! Clean residual mean=0.000007 rms=0.001001 Jy/beam ! Combined flux in latest and established models = 0.44585 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 57 components and 0.44585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079686Jy sigma=0.000656 ! Fit after self-cal, rms=0.079669Jy sigma=0.000656 ! 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.079669Jy sigma=0.000656 ! Fit after self-cal, rms=0.079941Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.201 mas, bmaj=7.796 mas, bpa=0.008575 degrees ! Estimated noise=1673.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0021475 Jy ! Component: 100 - total flux cleaned = 0.00282091 Jy ! Component: 150 - total flux cleaned = 0.00293515 Jy ! Component: 200 - total flux cleaned = 0.00293607 Jy ! Total flux subtracted in 200 components = 0.00293607 Jy ! Clean residual min=-0.004482 max=0.003978 Jy/beam ! Clean residual mean=0.000007 rms=0.000929 Jy/beam ! Combined flux in latest and established models = 0.448786 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 70 components and 0.448786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079832Jy sigma=0.000653 ! Fit after self-cal, rms=0.079826Jy sigma=0.000653 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.000551994 Jy ! Component: 100 - total flux cleaned = 0.000646992 Jy ! Component: 150 - total flux cleaned = 0.000690455 Jy ! Component: 200 - total flux cleaned = 0.000690617 Jy ! Total flux subtracted in 200 components = 0.000690617 Jy ! Clean residual min=-0.004488 max=0.004090 Jy/beam ! Clean residual mean=0.000006 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.449477 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 78 components and 0.449477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079768Jy sigma=0.000653 ! Fit after self-cal, rms=0.079764Jy sigma=0.000653 ! 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.079764Jy sigma=0.000653 ! Fit after self-cal, rms=0.079801Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.377 mas, bmaj=11.33 mas, bpa=-5.098 degrees ! Estimated noise=2092.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000331069 Jy ! Component: 100 - total flux cleaned = 0.00040701 Jy ! Component: 150 - total flux cleaned = 0.000472485 Jy ! Component: 200 - total flux cleaned = 0.000530412 Jy ! Total flux subtracted in 200 components = 0.000530412 Jy ! Clean residual min=-0.003577 max=0.004250 Jy/beam ! Clean residual mean=0.000017 rms=0.001039 Jy/beam ! Combined flux in latest and established models = 0.450007 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 87 components and 0.450007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079769Jy sigma=0.000653 ! Fit after self-cal, rms=0.079767Jy sigma=0.000653 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.19606e-05 Jy ! Component: 100 - total flux cleaned = 0.000175599 Jy ! Component: 150 - total flux cleaned = 0.000127216 Jy ! Component: 200 - total flux cleaned = 0.000127711 Jy ! Total flux subtracted in 200 components = 0.000127711 Jy ! Clean residual min=-0.003626 max=0.004132 Jy/beam ! Clean residual mean=0.000017 rms=0.001031 Jy/beam ! Combined flux in latest and established models = 0.450135 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 91 components and 0.450135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079754Jy sigma=0.000652 ! Fit after self-cal, rms=0.079753Jy sigma=0.000652 ! 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.201 mas, bmaj=7.794 mas, bpa=-0.01502 degrees ! Estimated noise=1673.28 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.201 x 7.794 at -0.01502 degrees (North through East) ! Clean map min=-0.004288 max=0.37097 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.673 mas, bmaj=7.157 mas, bpa=-3.172 degrees ! Estimated noise=2008.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.280832 Jy ! Component: 100 - total flux cleaned = 0.360231 Jy ! Component: 150 - total flux cleaned = 0.398419 Jy ! Component: 200 - total flux cleaned = 0.417645 Jy ! Total flux subtracted in 200 components = 0.417645 Jy ! Clean residual min=-0.005503 max=0.008955 Jy/beam ! Clean residual mean=0.000013 rms=0.001597 Jy/beam ! Combined flux in latest and established models = 0.417645 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.417645 Jy ! Inverting map and beam ! Estimated beam: bmin=3.201 mas, bmaj=7.794 mas, bpa=-0.01502 degrees ! Estimated noise=1673.28 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.0122581 Jy ! Component: 100 - total flux cleaned = 0.0189902 Jy ! Component: 150 - total flux cleaned = 0.0234115 Jy ! Component: 200 - total flux cleaned = 0.0266668 Jy ! Total flux subtracted in 200 components = 0.0266668 Jy ! Clean residual min=-0.004589 max=0.004179 Jy/beam ! Clean residual mean=0.000013 rms=0.000985 Jy/beam ! Combined flux in latest and established models = 0.444312 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 35 components and 0.444312 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.377 mas, bmaj=11.33 mas, bpa=-5.098 degrees ! Estimated noise=2092.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00351229 Jy ! Component: 100 - total flux cleaned = 0.00449885 Jy ! Component: 150 - total flux cleaned = 0.00517019 Jy ! Component: 200 - total flux cleaned = 0.00522154 Jy ! Total flux subtracted in 200 components = 0.00522154 Jy ! Clean residual min=-0.003505 max=0.004524 Jy/beam ! Clean residual mean=0.000019 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.449533 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) ! Added new window around map position (6.5, -16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00290425 Jy ! Component: 100 - total flux cleaned = 0.00366477 Jy ! Component: 150 - total flux cleaned = 0.00449757 Jy ! Component: 200 - total flux cleaned = 0.00499732 Jy ! Total flux subtracted in 200 components = 0.00499732 Jy ! Clean residual min=-0.003114 max=0.003433 Jy/beam ! Clean residual mean=0.000007 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.454531 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 87 components and 0.454531 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.201 mas, bmaj=7.794 mas, bpa=-0.01502 degrees ! Estimated noise=1673.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000572007 Jy ! Component: 100 - total flux cleaned = 1.78962e-05 Jy ! Component: 150 - total flux cleaned = 0.000311131 Jy ! Component: 200 - total flux cleaned = 0.000648191 Jy ! Total flux subtracted in 200 components = 0.000648191 Jy ! Clean residual min=-0.004375 max=0.003602 Jy/beam ! Clean residual mean=0.000003 rms=0.000816 Jy/beam ! Combined flux in latest and established models = 0.455179 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 108 components and 0.455179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079582Jy sigma=0.000650 ! Fit after self-cal, rms=0.079566Jy sigma=0.000650 wmodel J0802+1809_S_2017_06_15_pus_map.mod ! Writing 108 model components to file: J0802+1809_S_2017_06_15_pus_map.mod wobs J0802+1809_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0802+1809_S_2017_06_15_pus_uvs.fits wwins J0802+1809_S_2017_06_15_pus_map.win ! wwins: Wrote 3 windows to J0802+1809_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.000604951 Jy ! Component: 100 - total flux cleaned = -0.000103346 Jy ! Component: 150 - total flux cleaned = -0.000159737 Jy ! Component: 200 - total flux cleaned = 6.13621e-05 Jy ! Component: 250 - total flux cleaned = 6.05548e-05 Jy ! Component: 300 - total flux cleaned = 0.000112166 Jy ! Component: 350 - total flux cleaned = 0.000210137 Jy ! Component: 400 - total flux cleaned = 0.000208283 Jy ! Component: 450 - total flux cleaned = 0.000208242 Jy ! Component: 500 - total flux cleaned = 0.000299227 Jy ! Component: 550 - total flux cleaned = 0.000209661 Jy ! Component: 600 - total flux cleaned = 0.000209578 Jy ! Component: 650 - total flux cleaned = 0.000209675 Jy ! Component: 700 - total flux cleaned = 0.000210031 Jy ! Component: 750 - total flux cleaned = 0.000126742 Jy ! Component: 800 - total flux cleaned = 8.6333e-05 Jy ! Component: 850 - total flux cleaned = 0.000126611 Jy ! Component: 900 - total flux cleaned = 4.70656e-05 Jy ! Component: 950 - total flux cleaned = -3.07325e-05 Jy ! Component: 1000 - total flux cleaned = -0.000145449 Jy ! Component: 1050 - total flux cleaned = -0.000220552 Jy ! Component: 1100 - total flux cleaned = -0.000294959 Jy ! Component: 1150 - total flux cleaned = -0.000404978 Jy ! Component: 1200 - total flux cleaned = -0.000441804 Jy ! Component: 1250 - total flux cleaned = -0.000549354 Jy ! Component: 1300 - total flux cleaned = -0.000655285 Jy ! Component: 1350 - total flux cleaned = -0.000655676 Jy ! Component: 1400 - total flux cleaned = -0.000758721 Jy ! Component: 1450 - total flux cleaned = -0.000826826 Jy ! Component: 1500 - total flux cleaned = -0.000961189 Jy ! Component: 1550 - total flux cleaned = -0.00102725 Jy ! Component: 1600 - total flux cleaned = -0.0011252 Jy ! Component: 1650 - total flux cleaned = -0.00122182 Jy ! Component: 1700 - total flux cleaned = -0.0012852 Jy ! Component: 1750 - total flux cleaned = -0.00137961 Jy ! Component: 1800 - total flux cleaned = -0.00134783 Jy ! Component: 1850 - total flux cleaned = -0.00128574 Jy ! Component: 1900 - total flux cleaned = -0.00128629 Jy ! Component: 1950 - total flux cleaned = -0.00143733 Jy ! Component: 2000 - total flux cleaned = -0.00140728 Jy ! Component: 2050 - total flux cleaned = -0.00149593 Jy ! Component: 2100 - total flux cleaned = -0.00161305 Jy ! Component: 2150 - total flux cleaned = -0.00170048 Jy ! Component: 2200 - total flux cleaned = -0.00175865 Jy ! Component: 2250 - total flux cleaned = -0.00190164 Jy ! Component: 2300 - total flux cleaned = -0.00198653 Jy ! Component: 2350 - total flux cleaned = -0.00215507 Jy ! Component: 2400 - total flux cleaned = -0.00232193 Jy ! Component: 2450 - total flux cleaned = -0.00226704 Jy ! Component: 2500 - total flux cleaned = -0.00254061 Jy ! Component: 2550 - total flux cleaned = -0.00256764 Jy ! Component: 2600 - total flux cleaned = -0.00275587 Jy ! Component: 2650 - total flux cleaned = -0.00286249 Jy ! Component: 2700 - total flux cleaned = -0.003074 Jy ! Component: 2750 - total flux cleaned = -0.00315297 Jy ! Component: 2800 - total flux cleaned = -0.00333528 Jy ! Component: 2850 - total flux cleaned = -0.00351609 Jy ! Component: 2900 - total flux cleaned = -0.003593 Jy ! Component: 2950 - total flux cleaned = -0.00377119 Jy ! Component: 3000 - total flux cleaned = -0.00384761 Jy ! Component: 3050 - total flux cleaned = -0.00404879 Jy ! Component: 3100 - total flux cleaned = -0.00427352 Jy ! Component: 3150 - total flux cleaned = -0.0043727 Jy ! Component: 3200 - total flux cleaned = -0.00452031 Jy ! Component: 3250 - total flux cleaned = -0.00471598 Jy ! Component: 3300 - total flux cleaned = -0.00491059 Jy ! Component: 3350 - total flux cleaned = -0.00505545 Jy ! Component: 3400 - total flux cleaned = -0.00515128 Jy ! Component: 3450 - total flux cleaned = -0.00538978 Jy ! Component: 3500 - total flux cleaned = -0.00562632 Jy ! Component: 3550 - total flux cleaned = -0.00572021 Jy ! Component: 3600 - total flux cleaned = -0.00581383 Jy ! Component: 3650 - total flux cleaned = -0.00602285 Jy ! Component: 3700 - total flux cleaned = -0.00616117 Jy ! Component: 3750 - total flux cleaned = -0.00634453 Jy ! Component: 3800 - total flux cleaned = -0.00634463 Jy ! Component: 3850 - total flux cleaned = -0.00663932 Jy ! Component: 3900 - total flux cleaned = -0.00679695 Jy ! Component: 3950 - total flux cleaned = -0.00686413 Jy ! Component: 4000 - total flux cleaned = -0.00690885 Jy ! Component: 4050 - total flux cleaned = -0.00708652 Jy ! Total flux subtracted in 4096 components = -0.00724089 Jy ! Clean residual min=-0.001762 max=0.001345 Jy/beam ! Clean residual mean=0.000001 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.447938 Jy keep ! Adding 250 model components to the UV plane model. ! The established model now contains 358 components and 0.447938 Jy ![Exited script file: muppet] wmap "J0802+1809_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.201 x 7.794 at -0.01502 degrees (North through East) ! Clean map min=-0.0040505 max=0.37192 Jy/beam ! Writing clean map to FITS file: J0802+1809_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.371924 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000382076 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.308189 0.308189 0.616378 1.23276 2.46551 4.93102 9.86205 19.7241 39.4482 78.8964 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.371 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.201 x 7.794 at -0.01502 degrees (North through East) ! Clean map min=-0.0040505 max=0.37192 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 J0802+1809_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:14:05 2019