! Started logfile: J0807+5117_S_2017_03_23_pus_uvs.log on Mon May 13 09:54:29 2019 obs J0807+5117_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0807+5117_S_2017_03_23_pus_uva.fits ! AN table 1: 107 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.658152 visibilities/baseline/integration-bin. ! Found source: J0807+5117 ! ! 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 481 lines of history. ! ! Reading 12676 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 J0807+5117_S_2017_03_23_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 252 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 252 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 252 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 570 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.922866Jy sigma=0.008527 ! Fit after self-cal, rms=0.912363Jy sigma=0.008435 ! 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.111 mas, bmaj=5.313 mas, bpa=17.55 degrees ! Estimated noise=1027.18 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.0675972 Jy ! Component: 100 - total flux cleaned = 0.0873736 Jy ! Total flux subtracted in 100 components = 0.0873736 Jy ! Clean residual min=-0.003986 max=0.008011 Jy/beam ! Clean residual mean=-0.000009 rms=0.001005 Jy/beam ! Combined flux in latest and established models = 0.0873736 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0873736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080494Jy sigma=0.000678 ! Fit after self-cal, rms=0.080456Jy sigma=0.000678 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00863495 Jy ! Component: 100 - total flux cleaned = 0.0126234 Jy ! Total flux subtracted in 100 components = 0.0126234 Jy ! Clean residual min=-0.003210 max=0.003398 Jy/beam ! Clean residual mean=-0.000004 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.099997 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 17 components and 0.099997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079351Jy sigma=0.000669 ! Fit after self-cal, rms=0.079335Jy sigma=0.000669 ! 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.7 mas, bmaj=5.942 mas, bpa=14.6 degrees ! Estimated noise=749.755 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.00327909 Jy ! Component: 100 - total flux cleaned = 0.0048279 Jy ! Component: 150 - total flux cleaned = 0.00564434 Jy ! Component: 200 - total flux cleaned = 0.00602622 Jy ! Total flux subtracted in 200 components = 0.00602622 Jy ! Clean residual min=-0.002402 max=0.002355 Jy/beam ! Clean residual mean=-0.000002 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.106023 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 39 components and 0.106023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079167Jy sigma=0.000668 ! Fit after self-cal, rms=0.079158Jy sigma=0.000668 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 66 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.93 HN 0.98 KP 1.02 ! LA 1.03 MK 1.00 NL 0.91 OV 1.06 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 2. ! A total of 66 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.04 HN 1.00 KP 0.95 ! LA 1.00 MK 1.04 NL 1.04 OV 1.06 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! A total of 66 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.04 HN 0.97 KP 0.91 ! LA 0.79 MK 1.06 NL 1.16 OV 0.95 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.06 HN 0.90 KP 1.00* ! LA 0.83 MK 1.26 NL 1.00* OV 1.64 ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.079158Jy sigma=0.000668 ! Fit after self-cal, rms=0.079595Jy sigma=0.000661 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.908 mas, bmaj=6.012 mas, bpa=17.64 degrees ! Estimated noise=760.256 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.000405228 Jy ! Component: 100 - total flux cleaned = -0.000425681 Jy ! Component: 150 - total flux cleaned = -0.000444871 Jy ! Component: 200 - total flux cleaned = -0.000475895 Jy ! Total flux subtracted in 200 components = -0.000475895 Jy ! Clean residual min=-0.002014 max=0.001849 Jy/beam ! Clean residual mean=0.000006 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.105547 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 46 components and 0.105547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079580Jy sigma=0.000661 ! Fit after self-cal, rms=0.079719Jy sigma=0.000661 ! 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.079719Jy sigma=0.000661 ! Fit after self-cal, rms=0.080235Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.931 mas, bmaj=6.018 mas, bpa=17.96 degrees ! Estimated noise=762.542 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000355336 Jy ! Component: 100 - total flux cleaned = -0.000437471 Jy ! Component: 150 - total flux cleaned = -0.000464865 Jy ! Component: 200 - total flux cleaned = -0.000489217 Jy ! Total flux subtracted in 200 components = -0.000489217 Jy ! Clean residual min=-0.001985 max=0.001784 Jy/beam ! Clean residual mean=0.000001 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.105058 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.105058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080227Jy sigma=0.000659 ! Fit after self-cal, rms=0.080259Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.02669e-05 Jy ! Component: 100 - total flux cleaned = -8.2184e-05 Jy ! Component: 150 - total flux cleaned = -7.11514e-05 Jy ! Component: 200 - total flux cleaned = -8.15009e-05 Jy ! Total flux subtracted in 200 components = -8.15009e-05 Jy ! Clean residual min=-0.001982 max=0.001764 Jy/beam ! Clean residual mean=0.000001 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.104977 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 50 components and 0.104977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080255Jy sigma=0.000659 ! Fit after self-cal, rms=0.080255Jy sigma=0.000659 ! 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.080255Jy sigma=0.000659 ! Fit after self-cal, rms=0.080471Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.941 mas, bmaj=6.019 mas, bpa=18.06 degrees ! Estimated noise=763.705 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000164631 Jy ! Component: 100 - total flux cleaned = -0.000212367 Jy ! Component: 150 - total flux cleaned = -0.00023256 Jy ! Component: 200 - total flux cleaned = -0.000251131 Jy ! Total flux subtracted in 200 components = -0.000251131 Jy ! Clean residual min=-0.002004 max=0.001776 Jy/beam ! Clean residual mean=0.000000 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.104725 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.104725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080467Jy sigma=0.000659 ! Fit after self-cal, rms=0.080472Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.04848e-05 Jy ! Component: 100 - total flux cleaned = -4.00835e-05 Jy ! Component: 150 - total flux cleaned = -4.01892e-05 Jy ! Component: 200 - total flux cleaned = -4.82215e-05 Jy ! Total flux subtracted in 200 components = -4.82215e-05 Jy ! Clean residual min=-0.002004 max=0.001771 Jy/beam ! Clean residual mean=0.000000 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.104677 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.104677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080469Jy sigma=0.000659 ! Fit after self-cal, rms=0.080470Jy sigma=0.000659 ! 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.080470Jy sigma=0.000659 ! Fit after self-cal, rms=0.080569Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.923 mas, bmaj=8.755 mas, bpa=32.13 degrees ! Estimated noise=924.378 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000159013 Jy ! Component: 100 - total flux cleaned = -0.000234926 Jy ! Component: 150 - total flux cleaned = -0.000299722 Jy ! Component: 200 - total flux cleaned = -0.000314637 Jy ! Total flux subtracted in 200 components = -0.000314637 Jy ! Clean residual min=-0.001968 max=0.002002 Jy/beam ! Clean residual mean=0.000001 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.104363 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 55 components and 0.104363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080570Jy sigma=0.000659 ! Fit after self-cal, rms=0.080569Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.43353e-05 Jy ! Component: 100 - total flux cleaned = -5.86141e-05 Jy ! Component: 150 - total flux cleaned = -6.39812e-05 Jy ! Component: 200 - total flux cleaned = -6.88104e-05 Jy ! Total flux subtracted in 200 components = -6.88104e-05 Jy ! Clean residual min=-0.001956 max=0.001991 Jy/beam ! Clean residual mean=0.000001 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.104294 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 57 components and 0.104294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080570Jy sigma=0.000659 ! Fit after self-cal, rms=0.080570Jy sigma=0.000659 ! 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.947 mas, bmaj=6.019 mas, bpa=18.1 degrees ! Estimated noise=764.469 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.947 x 6.019 at 18.1 degrees (North through East) ! Clean map min=-0.0019086 max=0.089466 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.191 mas, bmaj=5.312 mas, bpa=19.05 degrees ! Estimated noise=1064.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.068506 Jy ! Component: 100 - total flux cleaned = 0.0888586 Jy ! Component: 150 - total flux cleaned = 0.0975243 Jy ! Component: 200 - total flux cleaned = 0.101739 Jy ! Total flux subtracted in 200 components = 0.101739 Jy ! Clean residual min=-0.002496 max=0.002725 Jy/beam ! Clean residual mean=-0.000002 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.101739 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.101739 Jy ! Inverting map and beam ! Estimated beam: bmin=3.947 mas, bmaj=6.019 mas, bpa=18.1 degrees ! Estimated noise=764.469 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-4, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00235826 Jy ! Component: 100 - total flux cleaned = 0.0027437 Jy ! Component: 150 - total flux cleaned = 0.00302491 Jy ! Component: 200 - total flux cleaned = 0.00324653 Jy ! Total flux subtracted in 200 components = 0.00324653 Jy ! Clean residual min=-0.002106 max=0.001730 Jy/beam ! Clean residual mean=0.000001 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.104985 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 37 components and 0.104985 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.923 mas, bmaj=8.755 mas, bpa=32.13 degrees ! Estimated noise=924.378 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.50598e-06 Jy ! Component: 100 - total flux cleaned = 3.57769e-05 Jy ! Component: 150 - total flux cleaned = 0.000104691 Jy ! Component: 200 - total flux cleaned = 0.00016295 Jy ! Total flux subtracted in 200 components = 0.00016295 Jy ! Clean residual min=-0.002052 max=0.002016 Jy/beam ! Clean residual mean=0.000002 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.105148 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 = 1.22579e-05 Jy ! Component: 100 - total flux cleaned = 2.32414e-05 Jy ! Component: 150 - total flux cleaned = 3.32809e-05 Jy ! Component: 200 - total flux cleaned = 3.30691e-05 Jy ! Total flux subtracted in 200 components = 3.30691e-05 Jy ! Clean residual min=-0.002054 max=0.001999 Jy/beam ! Clean residual mean=0.000002 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.105181 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 62 components and 0.105181 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.947 mas, bmaj=6.019 mas, bpa=18.1 degrees ! Estimated noise=764.469 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.63055e-05 Jy ! Component: 100 - total flux cleaned = -3.60372e-05 Jy ! Component: 150 - total flux cleaned = -5.43246e-05 Jy ! Component: 200 - total flux cleaned = -1.99117e-05 Jy ! Total flux subtracted in 200 components = -1.99117e-05 Jy ! Clean residual min=-0.002050 max=0.001700 Jy/beam ! Clean residual mean=0.000001 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.105161 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 81 components and 0.105161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080562Jy sigma=0.000659 ! Fit after self-cal, rms=0.080562Jy sigma=0.000659 wmodel J0807+5117_S_2017_03_23_pus_map.mod ! Writing 81 model components to file: J0807+5117_S_2017_03_23_pus_map.mod wobs J0807+5117_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0807+5117_S_2017_03_23_pus_uvs.fits wwins J0807+5117_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J0807+5117_S_2017_03_23_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.00041116 Jy ! Component: 100 - total flux cleaned = -0.000257908 Jy ! Component: 150 - total flux cleaned = -0.000285642 Jy ! Component: 200 - total flux cleaned = -0.000453967 Jy ! Component: 250 - total flux cleaned = -0.00067215 Jy ! Component: 300 - total flux cleaned = -0.000938074 Jy ! Component: 350 - total flux cleaned = -0.0011199 Jy ! Component: 400 - total flux cleaned = -0.00134866 Jy ! Component: 450 - total flux cleaned = -0.0015975 Jy ! Component: 500 - total flux cleaned = -0.0017919 Jy ! Component: 550 - total flux cleaned = -0.00191167 Jy ! Component: 600 - total flux cleaned = -0.00210086 Jy ! Component: 650 - total flux cleaned = -0.00221724 Jy ! Component: 700 - total flux cleaned = -0.00230911 Jy ! Component: 750 - total flux cleaned = -0.00248967 Jy ! Component: 800 - total flux cleaned = -0.00248973 Jy ! Component: 850 - total flux cleaned = -0.0025562 Jy ! Component: 900 - total flux cleaned = -0.00257866 Jy ! Component: 950 - total flux cleaned = -0.00275007 Jy ! Component: 1000 - total flux cleaned = -0.00283442 Jy ! Component: 1050 - total flux cleaned = -0.00289729 Jy ! Component: 1100 - total flux cleaned = -0.00295916 Jy ! Component: 1150 - total flux cleaned = -0.00304073 Jy ! Component: 1200 - total flux cleaned = -0.00318152 Jy ! Component: 1250 - total flux cleaned = -0.00322103 Jy ! Component: 1300 - total flux cleaned = -0.00329973 Jy ! Component: 1350 - total flux cleaned = -0.00331946 Jy ! Component: 1400 - total flux cleaned = -0.00335818 Jy ! Component: 1450 - total flux cleaned = -0.00339631 Jy ! Component: 1500 - total flux cleaned = -0.00343403 Jy ! Component: 1550 - total flux cleaned = -0.00347115 Jy ! Component: 1600 - total flux cleaned = -0.0034344 Jy ! Component: 1650 - total flux cleaned = -0.00345282 Jy ! Component: 1700 - total flux cleaned = -0.00345286 Jy ! Component: 1750 - total flux cleaned = -0.00354229 Jy ! Component: 1800 - total flux cleaned = -0.00354247 Jy ! Component: 1850 - total flux cleaned = -0.00348947 Jy ! Component: 1900 - total flux cleaned = -0.00366411 Jy ! Component: 1950 - total flux cleaned = -0.00368127 Jy ! Component: 2000 - total flux cleaned = -0.00364669 Jy ! Component: 2050 - total flux cleaned = -0.00379974 Jy ! Component: 2100 - total flux cleaned = -0.00381673 Jy ! Component: 2150 - total flux cleaned = -0.00379998 Jy ! Component: 2200 - total flux cleaned = -0.00384987 Jy ! Component: 2250 - total flux cleaned = -0.00389926 Jy ! Component: 2300 - total flux cleaned = -0.00388307 Jy ! Component: 2350 - total flux cleaned = -0.00391548 Jy ! Component: 2400 - total flux cleaned = -0.00389947 Jy ! Component: 2450 - total flux cleaned = -0.00391549 Jy ! Component: 2500 - total flux cleaned = -0.00397899 Jy ! Component: 2550 - total flux cleaned = -0.00401045 Jy ! Component: 2600 - total flux cleaned = -0.00405717 Jy ! Component: 2650 - total flux cleaned = -0.00402633 Jy ! Component: 2700 - total flux cleaned = -0.00404162 Jy ! Component: 2750 - total flux cleaned = -0.00402625 Jy ! Component: 2800 - total flux cleaned = -0.00407162 Jy ! Component: 2850 - total flux cleaned = -0.00407166 Jy ! Component: 2900 - total flux cleaned = -0.00414622 Jy ! Component: 2950 - total flux cleaned = -0.00417585 Jy ! Component: 3000 - total flux cleaned = -0.00420525 Jy ! Component: 3050 - total flux cleaned = -0.00427846 Jy ! Component: 3100 - total flux cleaned = -0.0043658 Jy ! Component: 3150 - total flux cleaned = -0.00432227 Jy ! Component: 3200 - total flux cleaned = -0.00436528 Jy ! Component: 3250 - total flux cleaned = -0.00443646 Jy ! Component: 3300 - total flux cleaned = -0.00443643 Jy ! Component: 3350 - total flux cleaned = -0.00440821 Jy ! Component: 3400 - total flux cleaned = -0.00438014 Jy ! Component: 3450 - total flux cleaned = -0.00443575 Jy ! Component: 3500 - total flux cleaned = -0.00447715 Jy ! Component: 3550 - total flux cleaned = -0.00449088 Jy ! Component: 3600 - total flux cleaned = -0.00449096 Jy ! Component: 3650 - total flux cleaned = -0.00447727 Jy ! Component: 3700 - total flux cleaned = -0.00446372 Jy ! Component: 3750 - total flux cleaned = -0.00449059 Jy ! Component: 3800 - total flux cleaned = -0.00450398 Jy ! Component: 3850 - total flux cleaned = -0.0044775 Jy ! Component: 3900 - total flux cleaned = -0.00446424 Jy ! Component: 3950 - total flux cleaned = -0.0044641 Jy ! Component: 4000 - total flux cleaned = -0.00447713 Jy ! Component: 4050 - total flux cleaned = -0.00446413 Jy ! Total flux subtracted in 4096 components = -0.00445107 Jy ! Clean residual min=-0.000891 max=0.000806 Jy/beam ! Clean residual mean=0.000005 rms=0.000240 Jy/beam ! Combined flux in latest and established models = 0.10071 Jy keep ! Adding 318 model components to the UV plane model. ! The established model now contains 399 components and 0.10071 Jy ![Exited script file: muppet] wmap "J0807+5117_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.947 x 6.019 at 18.1 degrees (North through East) ! Clean map min=-0.0017024 max=0.089496 Jy/beam ! Writing clean map to FITS file: J0807+5117_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0894959 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000237683 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.79674 0.79674 1.59348 3.18696 6.37392 12.7478 25.4957 50.9914 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.089 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.947 x 6.019 at 18.1 degrees (North through East) ! Clean map min=-0.0017024 max=0.089496 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 J0807+5117_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:54:34 2019