! Started logfile: J0648+4907_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:34:33 2019 obs J0648+4907_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0648+4907_S_2017_03_27_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.964602 visibilities/baseline/integration-bin. ! Found source: J0648+4907 ! ! 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 19620 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 J0648+4907_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 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 453 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.965744Jy sigma=0.008914 ! Fit after self-cal, rms=0.945916Jy sigma=0.008756 ! 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.28 mas, bmaj=4.376 mas, bpa=8.304 degrees ! Estimated noise=945.039 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.0426814 Jy ! Component: 100 - total flux cleaned = 0.0536395 Jy ! Total flux subtracted in 100 components = 0.0536395 Jy ! Clean residual min=-0.003137 max=0.004442 Jy/beam ! Clean residual mean=-0.000002 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.0536394 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0536394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076473Jy sigma=0.000667 ! Fit after self-cal, rms=0.076203Jy sigma=0.000665 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00495737 Jy ! Component: 100 - total flux cleaned = 0.00724765 Jy ! Total flux subtracted in 100 components = 0.00724765 Jy ! Clean residual min=-0.002986 max=0.003030 Jy/beam ! Clean residual mean=-0.000002 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.0608871 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 12 components and 0.0608871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075871Jy sigma=0.000662 ! Fit after self-cal, rms=0.075865Jy sigma=0.000662 ! 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.982 mas, bmaj=5.365 mas, bpa=15.36 degrees ! Estimated noise=611.819 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.00154789 Jy ! Component: 100 - total flux cleaned = 0.00223938 Jy ! Component: 150 - total flux cleaned = 0.00237054 Jy ! Component: 200 - total flux cleaned = 0.00241996 Jy ! Total flux subtracted in 200 components = 0.00241996 Jy ! Clean residual min=-0.001785 max=0.002025 Jy/beam ! Clean residual mean=-0.000005 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.0633071 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 26 components and 0.0633071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075835Jy sigma=0.000662 ! Fit after self-cal, rms=0.075836Jy sigma=0.000662 ! 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.04 FD 0.98 HN 1.11 KP 1.20 ! LA 0.99 MK 1.00 NL 0.98 OV 1.01 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.99 HN 1.05 KP 1.00 ! LA 0.90 MK 1.11 NL 1.00 OV 1.02 ! PT 0.98 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.04 HN 0.97 KP 1.01 ! LA 0.98 MK 1.02 NL 1.04 OV 1.03 ! PT 0.97 SC 0.98 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00 HN 0.85 KP 1.00* ! LA 1.04 MK 0.84 NL 1.00* OV 1.18 ! PT 0.96 SC 1.00* ! ! ! Fit before self-cal, rms=0.075836Jy sigma=0.000662 ! Fit after self-cal, rms=0.076516Jy sigma=0.000660 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.982 mas, bmaj=5.368 mas, bpa=15.69 degrees ! Estimated noise=613.887 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.000294982 Jy ! Component: 100 - total flux cleaned = 0.000320202 Jy ! Component: 150 - total flux cleaned = 0.000340123 Jy ! Component: 200 - total flux cleaned = 0.000340814 Jy ! Total flux subtracted in 200 components = 0.000340814 Jy ! Clean residual min=-0.001793 max=0.001746 Jy/beam ! Clean residual mean=-0.000002 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.0636479 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 33 components and 0.0636479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076509Jy sigma=0.000660 ! Fit after self-cal, rms=0.076551Jy sigma=0.000660 ! 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.076551Jy sigma=0.000660 ! Fit after self-cal, rms=0.078138Jy sigma=0.000658 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.994 mas, bmaj=5.39 mas, bpa=16.13 degrees ! Estimated noise=615.917 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000135023 Jy ! Component: 100 - total flux cleaned = 0.00011211 Jy ! Component: 150 - total flux cleaned = 0.000102269 Jy ! Component: 200 - total flux cleaned = 0.000102049 Jy ! Total flux subtracted in 200 components = 0.000102049 Jy ! Clean residual min=-0.001535 max=0.001560 Jy/beam ! Clean residual mean=0.000000 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.0637499 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.0637499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078133Jy sigma=0.000658 ! Fit after self-cal, rms=0.078217Jy sigma=0.000658 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.54927e-05 Jy ! Component: 100 - total flux cleaned = 5.41389e-05 Jy ! Component: 150 - total flux cleaned = 6.15484e-05 Jy ! Component: 200 - total flux cleaned = 5.42794e-05 Jy ! Total flux subtracted in 200 components = 5.42794e-05 Jy ! Clean residual min=-0.001491 max=0.001579 Jy/beam ! Clean residual mean=0.000000 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.0638042 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 0.0638042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078214Jy sigma=0.000658 ! Fit after self-cal, rms=0.078216Jy sigma=0.000658 ! 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.078216Jy sigma=0.000658 ! Fit after self-cal, rms=0.079307Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.001 mas, bmaj=5.39 mas, bpa=16.43 degrees ! Estimated noise=618.075 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000201541 Jy ! Component: 100 - total flux cleaned = 0.000202515 Jy ! Component: 150 - total flux cleaned = 0.000203158 Jy ! Component: 200 - total flux cleaned = 0.000203208 Jy ! Total flux subtracted in 200 components = 0.000203208 Jy ! Clean residual min=-0.001448 max=0.001541 Jy/beam ! Clean residual mean=0.000000 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.0640074 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 0.0640074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079303Jy sigma=0.000658 ! Fit after self-cal, rms=0.079328Jy sigma=0.000658 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.25503e-06 Jy ! Component: 100 - total flux cleaned = -2.95913e-06 Jy ! Component: 150 - total flux cleaned = -3.53938e-06 Jy ! Component: 200 - total flux cleaned = -3.04005e-06 Jy ! Total flux subtracted in 200 components = -3.04005e-06 Jy ! Clean residual min=-0.001450 max=0.001546 Jy/beam ! Clean residual mean=0.000001 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.0640044 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 0.0640044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079326Jy sigma=0.000658 ! Fit after self-cal, rms=0.079327Jy sigma=0.000658 ! 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.079327Jy sigma=0.000658 ! Fit after self-cal, rms=0.079725Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.021 mas, bmaj=8.919 mas, bpa=33.16 degrees ! Estimated noise=756.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00024645 Jy ! Component: 100 - total flux cleaned = 0.000245439 Jy ! Component: 150 - total flux cleaned = 0.000235265 Jy ! Component: 200 - total flux cleaned = 0.000227403 Jy ! Total flux subtracted in 200 components = 0.000227403 Jy ! Clean residual min=-0.001691 max=0.001695 Jy/beam ! Clean residual mean=0.000001 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.0642318 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 47 components and 0.0642318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079725Jy sigma=0.000658 ! Fit after self-cal, rms=0.079731Jy sigma=0.000658 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 = 1.68295e-05 Jy ! Component: 100 - total flux cleaned = 4.93174e-09 Jy ! Component: 150 - total flux cleaned = -1.18836e-05 Jy ! Component: 200 - total flux cleaned = -1.75682e-05 Jy ! Total flux subtracted in 200 components = -1.75682e-05 Jy ! Clean residual min=-0.001667 max=0.001693 Jy/beam ! Clean residual mean=0.000001 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.0642142 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 47 components and 0.0642142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079731Jy sigma=0.000658 ! Fit after self-cal, rms=0.079731Jy sigma=0.000658 ! 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.005 mas, bmaj=5.382 mas, bpa=16.6 degrees ! Estimated noise=619.719 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.005 x 5.382 at 16.6 degrees (North through East) ! Clean map min=-0.0013793 max=0.056852 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.278 mas, bmaj=4.382 mas, bpa=9.556 degrees ! Estimated noise=959.676 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.043358 Jy ! Component: 100 - total flux cleaned = 0.0549798 Jy ! Component: 150 - total flux cleaned = 0.0598417 Jy ! Component: 200 - total flux cleaned = 0.0622677 Jy ! Total flux subtracted in 200 components = 0.0622677 Jy ! Clean residual min=-0.002660 max=0.002541 Jy/beam ! Clean residual mean=0.000000 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.0622677 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0622677 Jy ! Inverting map and beam ! Estimated beam: bmin=4.005 mas, bmaj=5.382 mas, bpa=16.6 degrees ! Estimated noise=619.719 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.00132043 Jy ! Component: 100 - total flux cleaned = 0.00160489 Jy ! Component: 150 - total flux cleaned = 0.0017169 Jy ! Component: 200 - total flux cleaned = 0.00178757 Jy ! Total flux subtracted in 200 components = 0.00178757 Jy ! Clean residual min=-0.001459 max=0.001543 Jy/beam ! Clean residual mean=0.000000 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.0640553 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 33 components and 0.0640553 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.021 mas, bmaj=8.919 mas, bpa=33.16 degrees ! Estimated noise=756.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000242375 Jy ! Component: 100 - total flux cleaned = 0.000211216 Jy ! Component: 150 - total flux cleaned = 0.000195846 Jy ! Component: 200 - total flux cleaned = 0.000184142 Jy ! Total flux subtracted in 200 components = 0.000184142 Jy ! Clean residual min=-0.001630 max=0.001691 Jy/beam ! Clean residual mean=0.000001 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.0642394 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 = -4.63801e-06 Jy ! Component: 100 - total flux cleaned = -8.86141e-06 Jy ! Component: 150 - total flux cleaned = -8.88163e-06 Jy ! Component: 200 - total flux cleaned = -1.28484e-05 Jy ! Total flux subtracted in 200 components = -1.28484e-05 Jy ! Clean residual min=-0.001633 max=0.001691 Jy/beam ! Clean residual mean=0.000001 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.0642266 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 41 components and 0.0642266 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.005 mas, bmaj=5.382 mas, bpa=16.6 degrees ! Estimated noise=619.719 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.46824e-05 Jy ! Component: 100 - total flux cleaned = 2.60526e-05 Jy ! Component: 150 - total flux cleaned = 3.80388e-05 Jy ! Component: 200 - total flux cleaned = 4.92213e-05 Jy ! Total flux subtracted in 200 components = 4.92213e-05 Jy ! Clean residual min=-0.001450 max=0.001538 Jy/beam ! Clean residual mean=0.000000 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.0642758 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 48 components and 0.0642758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079734Jy sigma=0.000658 ! Fit after self-cal, rms=0.079732Jy sigma=0.000658 wmodel J0648+4907_S_2017_03_27_pus_map.mod ! Writing 48 model components to file: J0648+4907_S_2017_03_27_pus_map.mod wobs J0648+4907_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0648+4907_S_2017_03_27_pus_uvs.fits wwins J0648+4907_S_2017_03_27_pus_map.win ! wwins: Wrote 1 windows to J0648+4907_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.000229953 Jy ! Component: 100 - total flux cleaned = 0.000334966 Jy ! Component: 150 - total flux cleaned = 0.00038622 Jy ! Component: 200 - total flux cleaned = 0.000411544 Jy ! Component: 250 - total flux cleaned = 0.000436087 Jy ! Component: 300 - total flux cleaned = 0.00041303 Jy ! Component: 350 - total flux cleaned = 0.000390216 Jy ! Component: 400 - total flux cleaned = 0.000278807 Jy ! Component: 450 - total flux cleaned = 0.0001916 Jy ! Component: 500 - total flux cleaned = 0.000170077 Jy ! Component: 550 - total flux cleaned = 0.000169772 Jy ! Component: 600 - total flux cleaned = 0.000169932 Jy ! Component: 650 - total flux cleaned = 0.000190187 Jy ! Component: 700 - total flux cleaned = 0.00020981 Jy ! Component: 750 - total flux cleaned = 0.000170762 Jy ! Component: 800 - total flux cleaned = 0.000248266 Jy ! Component: 850 - total flux cleaned = 0.000267367 Jy ! Component: 900 - total flux cleaned = 0.000305373 Jy ! Component: 950 - total flux cleaned = 0.000342775 Jy ! Component: 1000 - total flux cleaned = 0.000379686 Jy ! Component: 1050 - total flux cleaned = 0.000416004 Jy ! Component: 1100 - total flux cleaned = 0.000469415 Jy ! Component: 1150 - total flux cleaned = 0.000540101 Jy ! Component: 1200 - total flux cleaned = 0.000557661 Jy ! Component: 1250 - total flux cleaned = 0.000609451 Jy ! Component: 1300 - total flux cleaned = 0.000660555 Jy ! Component: 1350 - total flux cleaned = 0.000711143 Jy ! Component: 1400 - total flux cleaned = 0.000761085 Jy ! Component: 1450 - total flux cleaned = 0.000826899 Jy ! Component: 1500 - total flux cleaned = 0.000859672 Jy ! Component: 1550 - total flux cleaned = 0.00090808 Jy ! Component: 1600 - total flux cleaned = 0.000940003 Jy ! Component: 1650 - total flux cleaned = 0.00100368 Jy ! Component: 1700 - total flux cleaned = 0.00103522 Jy ! Component: 1750 - total flux cleaned = 0.00111314 Jy ! Component: 1800 - total flux cleaned = 0.00117476 Jy ! Component: 1850 - total flux cleaned = 0.00119003 Jy ! Component: 1900 - total flux cleaned = 0.00128109 Jy ! Component: 1950 - total flux cleaned = 0.00129635 Jy ! Component: 2000 - total flux cleaned = 0.00143108 Jy ! Component: 2050 - total flux cleaned = 0.00151991 Jy ! Component: 2100 - total flux cleaned = 0.00156409 Jy ! Component: 2150 - total flux cleaned = 0.00163677 Jy ! Component: 2200 - total flux cleaned = 0.00169443 Jy ! Component: 2250 - total flux cleaned = 0.00175184 Jy ! Component: 2300 - total flux cleaned = 0.00182295 Jy ! Component: 2350 - total flux cleaned = 0.00189365 Jy ! Component: 2400 - total flux cleaned = 0.00193584 Jy ! Component: 2450 - total flux cleaned = 0.00196376 Jy ! Component: 2500 - total flux cleaned = 0.00211584 Jy ! Component: 2550 - total flux cleaned = 0.00217069 Jy ! Component: 2600 - total flux cleaned = 0.00218435 Jy ! Component: 2650 - total flux cleaned = 0.0022655 Jy ! Component: 2700 - total flux cleaned = 0.00231927 Jy ! Component: 2750 - total flux cleaned = 0.00237275 Jy ! Component: 2800 - total flux cleaned = 0.00246553 Jy ! Component: 2850 - total flux cleaned = 0.00255766 Jy ! Component: 2900 - total flux cleaned = 0.00267525 Jy ! Component: 2950 - total flux cleaned = 0.00276593 Jy ! Component: 3000 - total flux cleaned = 0.00283028 Jy ! Component: 3050 - total flux cleaned = 0.00286871 Jy ! Component: 3100 - total flux cleaned = 0.0029324 Jy ! Component: 3150 - total flux cleaned = 0.00299552 Jy ! Component: 3200 - total flux cleaned = 0.00302056 Jy ! Component: 3250 - total flux cleaned = 0.00313277 Jy ! Component: 3300 - total flux cleaned = 0.00316994 Jy ! Component: 3350 - total flux cleaned = 0.00325606 Jy ! Component: 3400 - total flux cleaned = 0.0033539 Jy ! Component: 3450 - total flux cleaned = 0.00341459 Jy ! Component: 3500 - total flux cleaned = 0.00348712 Jy ! Component: 3550 - total flux cleaned = 0.00354716 Jy ! Component: 3600 - total flux cleaned = 0.00361882 Jy ! Component: 3650 - total flux cleaned = 0.00366624 Jy ! Component: 3700 - total flux cleaned = 0.00373709 Jy ! Component: 3750 - total flux cleaned = 0.00383084 Jy ! Component: 3800 - total flux cleaned = 0.00386577 Jy ! Component: 3850 - total flux cleaned = 0.00390061 Jy ! Component: 3900 - total flux cleaned = 0.00398132 Jy ! Component: 3950 - total flux cleaned = 0.00405014 Jy ! Component: 4000 - total flux cleaned = 0.00408432 Jy ! Component: 4050 - total flux cleaned = 0.00416359 Jy ! Total flux subtracted in 4096 components = 0.00418623 Jy ! Clean residual min=-0.000612 max=0.000718 Jy/beam ! Clean residual mean=-0.000001 rms=0.000206 Jy/beam ! Combined flux in latest and established models = 0.068462 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 341 components and 0.068462 Jy ![Exited script file: muppet] wmap "J0648+4907_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.005 x 5.382 at 16.6 degrees (North through East) ! Clean map min=-0.0010997 max=0.056927 Jy/beam ! Writing clean map to FITS file: J0648+4907_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.0569271 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000204247 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.07636 1.07636 2.15272 4.30544 8.61087 17.2217 34.4435 68.887 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.056 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.005 x 5.382 at 16.6 degrees (North through East) ! Clean map min=-0.0010997 max=0.056927 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 J0648+4907_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:34:38 2019