! Started logfile: J0340+4732_S_2017_08_05_pus_uvs.log on Thu May 9 19:19:34 2019 obs J0340+4732_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0340+4732_S_2017_08_05_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.957672 visibilities/baseline/integration-bin. ! Found source: J0340+4732 ! ! 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 513 lines of history. ! ! Reading 14480 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 J0340+4732_S_2017_08_05_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 21 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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 485 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.735793Jy sigma=0.007269 ! Fit after self-cal, rms=0.726282Jy sigma=0.007186 ! 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.948 mas, bmaj=4.793 mas, bpa=-1.977 degrees ! Estimated noise=1056.88 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.209214 Jy ! Component: 100 - total flux cleaned = 0.255501 Jy ! Total flux subtracted in 100 components = 0.255501 Jy ! Clean residual min=-0.008224 max=0.015017 Jy/beam ! Clean residual mean=0.000009 rms=0.002016 Jy/beam ! Combined flux in latest and established models = 0.255501 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.255501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093138Jy sigma=0.000813 ! Fit after self-cal, rms=0.093133Jy sigma=0.000813 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0159146 Jy ! Component: 100 - total flux cleaned = 0.024559 Jy ! Total flux subtracted in 100 components = 0.024559 Jy ! Clean residual min=-0.007825 max=0.007528 Jy/beam ! Clean residual mean=0.000007 rms=0.001754 Jy/beam ! Combined flux in latest and established models = 0.28006 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 24 components and 0.28006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088910Jy sigma=0.000786 ! Fit after self-cal, rms=0.088913Jy sigma=0.000786 ! 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.528 mas, bmaj=5.57 mas, bpa=-1.349 degrees ! Estimated noise=690.19 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.00630046 Jy ! Component: 100 - total flux cleaned = 0.0095758 Jy ! Component: 150 - total flux cleaned = 0.0114504 Jy ! Component: 200 - total flux cleaned = 0.011909 Jy ! Total flux subtracted in 200 components = 0.011909 Jy ! Clean residual min=-0.004680 max=0.005055 Jy/beam ! Clean residual mean=0.000013 rms=0.001227 Jy/beam ! Combined flux in latest and established models = 0.291969 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 35 components and 0.291969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088063Jy sigma=0.000786 ! Fit after self-cal, rms=0.088063Jy sigma=0.000786 ! 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.02 FD 0.96 HN 0.96 KP 1.06 ! LA 1.03 MK 1.02 NL 0.85 OV 1.03 ! PT 1.04 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.04 HN 1.01 KP 1.00 ! LA 1.00 MK 1.00 NL 1.20 OV 1.09 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.07 HN 0.97 KP 0.88 ! LA 0.78 MK 1.04 NL 1.15 OV 0.96 ! PT 0.98 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 1.00* FD 1.09 HN 0.93 KP 1.00* ! LA 0.99 MK 1.60 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.088063Jy sigma=0.000786 ! Fit after self-cal, rms=0.079214Jy sigma=0.000710 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.566 mas, bmaj=5.586 mas, bpa=-0.6156 degrees ! Estimated noise=693.596 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.000526911 Jy ! Component: 100 - total flux cleaned = -0.000586887 Jy ! Component: 150 - total flux cleaned = -0.000532583 Jy ! Component: 200 - total flux cleaned = -0.000447562 Jy ! Total flux subtracted in 200 components = -0.000447562 Jy ! Clean residual min=-0.003318 max=0.003062 Jy/beam ! Clean residual mean=0.000007 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.291521 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.291521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079132Jy sigma=0.000709 ! Fit after self-cal, rms=0.079135Jy sigma=0.000709 ! 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.079135Jy sigma=0.000709 ! Fit after self-cal, rms=0.075521Jy sigma=0.000681 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.568 mas, bmaj=5.598 mas, bpa=-0.7596 degrees ! Estimated noise=693.725 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000374894 Jy ! Component: 100 - total flux cleaned = -0.000549518 Jy ! Component: 150 - total flux cleaned = -0.000656632 Jy ! Component: 200 - total flux cleaned = -0.000733263 Jy ! Total flux subtracted in 200 components = -0.000733263 Jy ! Clean residual min=-0.001803 max=0.001784 Jy/beam ! Clean residual mean=0.000001 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.290788 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 51 components and 0.290788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075507Jy sigma=0.000681 ! Fit after self-cal, rms=0.075523Jy sigma=0.000681 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.000101949 Jy ! Component: 100 - total flux cleaned = -0.000167856 Jy ! Component: 150 - total flux cleaned = -0.000227516 Jy ! Component: 200 - total flux cleaned = -0.000269028 Jy ! Total flux subtracted in 200 components = -0.000269028 Jy ! Clean residual min=-0.001814 max=0.001784 Jy/beam ! Clean residual mean=0.000001 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.290519 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.290519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075516Jy sigma=0.000681 ! Fit after self-cal, rms=0.075515Jy sigma=0.000681 ! 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.075515Jy sigma=0.000681 ! Fit after self-cal, rms=0.075628Jy sigma=0.000681 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.573 mas, bmaj=5.606 mas, bpa=-0.7148 degrees ! Estimated noise=694.408 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000269659 Jy ! Component: 100 - total flux cleaned = -0.00038056 Jy ! Component: 150 - total flux cleaned = -0.00044591 Jy ! Component: 200 - total flux cleaned = -0.000519704 Jy ! Total flux subtracted in 200 components = -0.000519704 Jy ! Clean residual min=-0.001819 max=0.001776 Jy/beam ! Clean residual mean=0.000000 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.289999 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 59 components and 0.289999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075620Jy sigma=0.000681 ! Fit after self-cal, rms=0.075620Jy sigma=0.000681 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.13114e-05 Jy ! Component: 100 - total flux cleaned = -0.000113737 Jy ! Component: 150 - total flux cleaned = -0.000163032 Jy ! Component: 200 - total flux cleaned = -0.000197184 Jy ! Total flux subtracted in 200 components = -0.000197184 Jy ! Clean residual min=-0.001827 max=0.001778 Jy/beam ! Clean residual mean=0.000000 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.289802 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 60 components and 0.289802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075616Jy sigma=0.000681 ! Fit after self-cal, rms=0.075616Jy sigma=0.000681 ! 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.075616Jy sigma=0.000681 ! Fit after self-cal, rms=0.075704Jy sigma=0.000681 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.638 mas, bmaj=9.108 mas, bpa=3.186 degrees ! Estimated noise=868.623 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000510468 Jy ! Component: 100 - total flux cleaned = -0.00057796 Jy ! Component: 150 - total flux cleaned = -0.000598309 Jy ! Component: 200 - total flux cleaned = -0.000609028 Jy ! Total flux subtracted in 200 components = -0.000609028 Jy ! Clean residual min=-0.001947 max=0.001841 Jy/beam ! Clean residual mean=0.000002 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.289193 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 65 components and 0.289193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075705Jy sigma=0.000681 ! Fit after self-cal, rms=0.075706Jy sigma=0.000681 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.13727e-05 Jy ! Component: 100 - total flux cleaned = -2.1827e-05 Jy ! Component: 150 - total flux cleaned = -1.7881e-05 Jy ! Component: 200 - total flux cleaned = -1.78355e-05 Jy ! Total flux subtracted in 200 components = -1.78355e-05 Jy ! Clean residual min=-0.001949 max=0.001842 Jy/beam ! Clean residual mean=0.000002 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.289175 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 68 components and 0.289175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075706Jy sigma=0.000681 ! Fit after self-cal, rms=0.075706Jy sigma=0.000681 ! 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.577 mas, bmaj=5.612 mas, bpa=-0.6661 degrees ! Estimated noise=694.965 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.577 x 5.612 at -0.6661 degrees (North through East) ! Clean map min=-0.0017389 max=0.27527 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 mas, bmaj=4.813 mas, bpa=-1.059 degrees ! Estimated noise=1076.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.212989 Jy ! Component: 100 - total flux cleaned = 0.259649 Jy ! Component: 150 - total flux cleaned = 0.273602 Jy ! Component: 200 - total flux cleaned = 0.280356 Jy ! Total flux subtracted in 200 components = 0.280356 Jy ! Clean residual min=-0.003406 max=0.003338 Jy/beam ! Clean residual mean=0.000002 rms=0.000836 Jy/beam ! Combined flux in latest and established models = 0.280356 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.280356 Jy ! Inverting map and beam ! Estimated beam: bmin=3.577 mas, bmaj=5.612 mas, bpa=-0.6661 degrees ! Estimated noise=694.965 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.00470384 Jy ! Component: 100 - total flux cleaned = 0.00699045 Jy ! Component: 150 - total flux cleaned = 0.00826049 Jy ! Component: 200 - total flux cleaned = 0.00882081 Jy ! Total flux subtracted in 200 components = 0.00882081 Jy ! Clean residual min=-0.001909 max=0.001825 Jy/beam ! Clean residual mean=0.000000 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.289177 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 30 components and 0.289176 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.638 mas, bmaj=9.108 mas, bpa=3.186 degrees ! Estimated noise=868.623 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.16442e-05 Jy ! Component: 100 - total flux cleaned = 2.42804e-05 Jy ! Component: 150 - total flux cleaned = 2.49784e-05 Jy ! Component: 200 - total flux cleaned = 3.51399e-05 Jy ! Total flux subtracted in 200 components = 3.51399e-05 Jy ! Clean residual min=-0.001942 max=0.001844 Jy/beam ! Clean residual mean=0.000002 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.289212 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 = 8.05943e-06 Jy ! Component: 100 - total flux cleaned = 8.30012e-06 Jy ! Component: 150 - total flux cleaned = 8.62342e-06 Jy ! Component: 200 - total flux cleaned = 8.69884e-06 Jy ! Total flux subtracted in 200 components = 8.69884e-06 Jy ! Clean residual min=-0.001945 max=0.001838 Jy/beam ! Clean residual mean=0.000002 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.28922 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.28922 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.577 mas, bmaj=5.612 mas, bpa=-0.6661 degrees ! Estimated noise=694.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000198846 Jy ! Component: 100 - total flux cleaned = 0.00022284 Jy ! Component: 150 - total flux cleaned = 0.000220343 Jy ! Component: 200 - total flux cleaned = 0.000238288 Jy ! Total flux subtracted in 200 components = 0.000238288 Jy ! Clean residual min=-0.001873 max=0.001837 Jy/beam ! Clean residual mean=0.000000 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.289459 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 42 components and 0.289459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075723Jy sigma=0.000681 ! Fit after self-cal, rms=0.075718Jy sigma=0.000681 wmodel J0340+4732_S_2017_08_05_pus_map.mod ! Writing 42 model components to file: J0340+4732_S_2017_08_05_pus_map.mod wobs J0340+4732_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0340+4732_S_2017_08_05_pus_uvs.fits wwins J0340+4732_S_2017_08_05_pus_map.win ! wwins: Wrote 1 windows to J0340+4732_S_2017_08_05_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.000314427 Jy ! Component: 100 - total flux cleaned = -0.000533767 Jy ! Component: 150 - total flux cleaned = -0.000801855 Jy ! Component: 200 - total flux cleaned = -0.00111753 Jy ! Component: 250 - total flux cleaned = -0.00128471 Jy ! Component: 300 - total flux cleaned = -0.00139412 Jy ! Component: 350 - total flux cleaned = -0.00155354 Jy ! Component: 400 - total flux cleaned = -0.00170905 Jy ! Component: 450 - total flux cleaned = -0.00178572 Jy ! Component: 500 - total flux cleaned = -0.0019366 Jy ! Component: 550 - total flux cleaned = -0.0019367 Jy ! Component: 600 - total flux cleaned = -0.00200918 Jy ! Component: 650 - total flux cleaned = -0.00200904 Jy ! Component: 700 - total flux cleaned = -0.00200891 Jy ! Component: 750 - total flux cleaned = -0.00203166 Jy ! Component: 800 - total flux cleaned = -0.00200876 Jy ! Component: 850 - total flux cleaned = -0.00198652 Jy ! Component: 900 - total flux cleaned = -0.00192019 Jy ! Component: 950 - total flux cleaned = -0.00200672 Jy ! Component: 1000 - total flux cleaned = -0.0018776 Jy ! Component: 1050 - total flux cleaned = -0.00189873 Jy ! Component: 1100 - total flux cleaned = -0.00187777 Jy ! Component: 1150 - total flux cleaned = -0.00181601 Jy ! Component: 1200 - total flux cleaned = -0.00183633 Jy ! Component: 1250 - total flux cleaned = -0.00173534 Jy ! Component: 1300 - total flux cleaned = -0.00173581 Jy ! Component: 1350 - total flux cleaned = -0.00169628 Jy ! Component: 1400 - total flux cleaned = -0.00163814 Jy ! Component: 1450 - total flux cleaned = -0.0016383 Jy ! Component: 1500 - total flux cleaned = -0.00158091 Jy ! Component: 1550 - total flux cleaned = -0.0015432 Jy ! Component: 1600 - total flux cleaned = -0.00146844 Jy ! Component: 1650 - total flux cleaned = -0.00146854 Jy ! Component: 1700 - total flux cleaned = -0.00148667 Jy ! Component: 1750 - total flux cleaned = -0.00143184 Jy ! Component: 1800 - total flux cleaned = -0.00139576 Jy ! Component: 1850 - total flux cleaned = -0.00137797 Jy ! Component: 1900 - total flux cleaned = -0.0013071 Jy ! Component: 1950 - total flux cleaned = -0.00134225 Jy ! Component: 2000 - total flux cleaned = -0.00132497 Jy ! Component: 2050 - total flux cleaned = -0.00130776 Jy ! Component: 2100 - total flux cleaned = -0.00129061 Jy ! Component: 2150 - total flux cleaned = -0.00125651 Jy ! Component: 2200 - total flux cleaned = -0.00123935 Jy ! Component: 2250 - total flux cleaned = -0.00127252 Jy ! Component: 2300 - total flux cleaned = -0.0011899 Jy ! Component: 2350 - total flux cleaned = -0.001239 Jy ! Component: 2400 - total flux cleaned = -0.00117396 Jy ! Component: 2450 - total flux cleaned = -0.00119021 Jy ! Component: 2500 - total flux cleaned = -0.00117422 Jy ! Component: 2550 - total flux cleaned = -0.00117418 Jy ! Component: 2600 - total flux cleaned = -0.0011583 Jy ! Component: 2650 - total flux cleaned = -0.00115826 Jy ! Component: 2700 - total flux cleaned = -0.00117394 Jy ! Component: 2750 - total flux cleaned = -0.00114316 Jy ! Component: 2800 - total flux cleaned = -0.00114289 Jy ! Component: 2850 - total flux cleaned = -0.00111237 Jy ! Component: 2900 - total flux cleaned = -0.00105199 Jy ! Component: 2950 - total flux cleaned = -0.00102222 Jy ! Component: 3000 - total flux cleaned = -0.00112636 Jy ! Component: 3050 - total flux cleaned = -0.0010819 Jy ! Component: 3100 - total flux cleaned = -0.00103782 Jy ! Component: 3150 - total flux cleaned = -0.00103801 Jy ! Component: 3200 - total flux cleaned = -0.00111046 Jy ! Component: 3250 - total flux cleaned = -0.00106729 Jy ! Component: 3300 - total flux cleaned = -0.00103868 Jy ! Component: 3350 - total flux cleaned = -0.00103874 Jy ! Component: 3400 - total flux cleaned = -0.00108113 Jy ! Component: 3450 - total flux cleaned = -0.000982802 Jy ! Component: 3500 - total flux cleaned = -0.00108032 Jy ! Component: 3550 - total flux cleaned = -0.00103878 Jy ! Component: 3600 - total flux cleaned = -0.000997529 Jy ! Component: 3650 - total flux cleaned = -0.00102487 Jy ! Component: 3700 - total flux cleaned = -0.00107935 Jy ! Component: 3750 - total flux cleaned = -0.00107944 Jy ! Component: 3800 - total flux cleaned = -0.00106596 Jy ! Component: 3850 - total flux cleaned = -0.00105262 Jy ! Component: 3900 - total flux cleaned = -0.00103931 Jy ! Component: 3950 - total flux cleaned = -0.00103934 Jy ! Component: 4000 - total flux cleaned = -0.00103928 Jy ! Component: 4050 - total flux cleaned = -0.000973947 Jy ! Total flux subtracted in 4096 components = -0.000974015 Jy ! Clean residual min=-0.000735 max=0.000737 Jy/beam ! Clean residual mean=0.000000 rms=0.000239 Jy/beam ! Combined flux in latest and established models = 0.288485 Jy keep ! Adding 315 model components to the UV plane model. ! The established model now contains 357 components and 0.288485 Jy ![Exited script file: muppet] wmap "J0340+4732_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.577 x 5.612 at -0.6661 degrees (North through East) ! Clean map min=-0.0013749 max=0.27536 Jy/beam ! Writing clean map to FITS file: J0340+4732_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.275357 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000238131 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.259443 0.259443 0.518886 1.03777 2.07554 4.15109 8.30217 16.6043 33.2087 66.4174 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.275 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.577 x 5.612 at -0.6661 degrees (North through East) ! Clean map min=-0.0013749 max=0.27536 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 J0340+4732_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:19:40 2019