! Started logfile: J0451+5935_S_2017_08_05_pus_uvs.log on Thu May 9 19:20:36 2019 obs J0451+5935_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0451+5935_S_2017_08_05_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.948413 visibilities/baseline/integration-bin. ! Found source: J0451+5935 ! ! 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 14340 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 J0451+5935_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 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 446 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.739823Jy sigma=0.006877 ! Fit after self-cal, rms=0.729650Jy sigma=0.006798 ! 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.151 mas, bmaj=4.03 mas, bpa=12.43 degrees ! Estimated noise=1095.42 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.207293 Jy ! Component: 100 - total flux cleaned = 0.254885 Jy ! Total flux subtracted in 100 components = 0.254885 Jy ! Clean residual min=-0.006755 max=0.017638 Jy/beam ! Clean residual mean=0.000004 rms=0.001893 Jy/beam ! Combined flux in latest and established models = 0.254885 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.254885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096818Jy sigma=0.000789 ! Fit after self-cal, rms=0.096812Jy sigma=0.000789 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0185428 Jy ! Component: 100 - total flux cleaned = 0.027705 Jy ! Total flux subtracted in 100 components = 0.027705 Jy ! Clean residual min=-0.005900 max=0.006556 Jy/beam ! Clean residual mean=0.000008 rms=0.001520 Jy/beam ! Combined flux in latest and established models = 0.28259 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 22 components and 0.28259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091759Jy sigma=0.000757 ! Fit after self-cal, rms=0.091738Jy sigma=0.000756 ! 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.713 mas, bmaj=4.876 mas, bpa=17.55 degrees ! Estimated noise=745.795 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.006839 Jy ! Component: 100 - total flux cleaned = 0.0103556 Jy ! Component: 150 - total flux cleaned = 0.0123717 Jy ! Component: 200 - total flux cleaned = 0.0135762 Jy ! Total flux subtracted in 200 components = 0.0135762 Jy ! Clean residual min=-0.004765 max=0.005597 Jy/beam ! Clean residual mean=0.000022 rms=0.001233 Jy/beam ! Combined flux in latest and established models = 0.296167 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 36 components and 0.296167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090781Jy sigma=0.000756 ! Fit after self-cal, rms=0.090782Jy sigma=0.000756 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.03 HN 0.99 KP 1.06 ! LA 1.02 MK 1.02 NL 0.90 OV 1.02 ! PT 1.04 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.54 FD 1.07 HN 1.03 KP 1.02 ! LA 0.98 MK 1.02 NL 1.01 OV 1.00 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 1.07 HN 1.01 KP 0.88 ! LA 0.78 MK 1.06 NL 1.17 OV 0.98 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 1.00 KP 1.00* ! LA 0.78 MK 1.19 NL 1.00* OV 1.00* ! PT 1.07 SC 1.00* ! ! ! Fit before self-cal, rms=0.090782Jy sigma=0.000756 ! Fit after self-cal, rms=0.082553Jy sigma=0.000685 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.726 mas, bmaj=4.912 mas, bpa=17.96 degrees ! Estimated noise=748.832 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.00066895 Jy ! Component: 100 - total flux cleaned = -0.000861069 Jy ! Component: 150 - total flux cleaned = -0.000914086 Jy ! Component: 200 - total flux cleaned = -0.000960019 Jy ! Total flux subtracted in 200 components = -0.000960019 Jy ! Clean residual min=-0.002722 max=0.002556 Jy/beam ! Clean residual mean=0.000009 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.295207 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 42 components and 0.295207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082527Jy sigma=0.000685 ! Fit after self-cal, rms=0.082497Jy sigma=0.000685 ! 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.082497Jy sigma=0.000685 ! Fit after self-cal, rms=0.078744Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.738 mas, bmaj=4.924 mas, bpa=18.07 degrees ! Estimated noise=748.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000940015 Jy ! Component: 100 - total flux cleaned = -0.00101176 Jy ! Component: 150 - total flux cleaned = -0.00106797 Jy ! Component: 200 - total flux cleaned = -0.00113021 Jy ! Total flux subtracted in 200 components = -0.00113021 Jy ! Clean residual min=-0.002566 max=0.002079 Jy/beam ! Clean residual mean=0.000001 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.294076 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.294076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078730Jy sigma=0.000668 ! Fit after self-cal, rms=0.078734Jy sigma=0.000668 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.33764e-05 Jy ! Component: 100 - total flux cleaned = -5.01519e-05 Jy ! Component: 150 - total flux cleaned = -3.8898e-05 Jy ! Component: 200 - total flux cleaned = -3.92729e-05 Jy ! Total flux subtracted in 200 components = -3.92729e-05 Jy ! Clean residual min=-0.002565 max=0.002067 Jy/beam ! Clean residual mean=0.000001 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.294037 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.294037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078731Jy sigma=0.000668 ! Fit after self-cal, rms=0.078730Jy sigma=0.000668 ! 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.078730Jy sigma=0.000668 ! Fit after self-cal, rms=0.078705Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.747 mas, bmaj=4.927 mas, bpa=18.05 degrees ! Estimated noise=748.631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00071711 Jy ! Component: 100 - total flux cleaned = -0.000822443 Jy ! Component: 150 - total flux cleaned = -0.000879321 Jy ! Component: 200 - total flux cleaned = -0.000938124 Jy ! Total flux subtracted in 200 components = -0.000938124 Jy ! Clean residual min=-0.002512 max=0.002026 Jy/beam ! Clean residual mean=0.000001 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.293099 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.293099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078697Jy sigma=0.000668 ! Fit after self-cal, rms=0.078698Jy sigma=0.000668 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.15671e-05 Jy ! Component: 100 - total flux cleaned = -2.08007e-05 Jy ! Component: 150 - total flux cleaned = -1.13766e-05 Jy ! Component: 200 - total flux cleaned = -2.23967e-06 Jy ! Total flux subtracted in 200 components = -2.23967e-06 Jy ! Clean residual min=-0.002507 max=0.002017 Jy/beam ! Clean residual mean=0.000001 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.293097 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 54 components and 0.293097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078696Jy sigma=0.000668 ! Fit after self-cal, rms=0.078696Jy sigma=0.000668 ! 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.078696Jy sigma=0.000668 ! Fit after self-cal, rms=0.078696Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.977 mas, bmaj=8.988 mas, bpa=25.78 degrees ! Estimated noise=941.349 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.446e-05 Jy ! Component: 100 - total flux cleaned = -5.59617e-05 Jy ! Component: 150 - total flux cleaned = -6.36516e-05 Jy ! Component: 200 - total flux cleaned = -6.40568e-05 Jy ! Total flux subtracted in 200 components = -6.40568e-05 Jy ! Clean residual min=-0.002615 max=0.002145 Jy/beam ! Clean residual mean=0.000002 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.293033 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 64 components and 0.293033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078698Jy sigma=0.000668 ! Fit after self-cal, rms=0.078700Jy sigma=0.000668 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.60636e-05 Jy ! Component: 100 - total flux cleaned = 4.56957e-05 Jy ! Component: 150 - total flux cleaned = 4.5143e-05 Jy ! Component: 200 - total flux cleaned = 5.04904e-05 Jy ! Total flux subtracted in 200 components = 5.04904e-05 Jy ! Clean residual min=-0.002608 max=0.002142 Jy/beam ! Clean residual mean=0.000002 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.293083 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 66 components and 0.293083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078702Jy sigma=0.000668 ! Fit after self-cal, rms=0.078702Jy sigma=0.000668 ! 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.754 mas, bmaj=4.929 mas, bpa=18.05 degrees ! Estimated noise=748.538 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.754 x 4.929 at 18.05 degrees (North through East) ! Clean map min=-0.0024108 max=0.26922 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.186 mas, bmaj=4.072 mas, bpa=12.92 degrees ! Estimated noise=1105.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.20903 Jy ! Component: 100 - total flux cleaned = 0.256474 Jy ! Component: 150 - total flux cleaned = 0.273826 Jy ! Component: 200 - total flux cleaned = 0.281789 Jy ! Total flux subtracted in 200 components = 0.281789 Jy ! Clean residual min=-0.003124 max=0.004881 Jy/beam ! Clean residual mean=-0.000001 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.281789 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.281789 Jy ! Inverting map and beam ! Estimated beam: bmin=3.754 mas, bmaj=4.929 mas, bpa=18.05 degrees ! Estimated noise=748.538 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.0051688 Jy ! Component: 100 - total flux cleaned = 0.00774706 Jy ! Component: 150 - total flux cleaned = 0.00915761 Jy ! Component: 200 - total flux cleaned = 0.00996223 Jy ! Total flux subtracted in 200 components = 0.00996223 Jy ! Clean residual min=-0.002514 max=0.002018 Jy/beam ! Clean residual mean=0.000000 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.291751 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 27 components and 0.291751 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.977 mas, bmaj=8.988 mas, bpa=25.78 degrees ! Estimated noise=941.349 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000902635 Jy ! Component: 100 - total flux cleaned = 0.00112022 Jy ! Component: 150 - total flux cleaned = 0.00113912 Jy ! Component: 200 - total flux cleaned = 0.00116479 Jy ! Total flux subtracted in 200 components = 0.00116479 Jy ! Clean residual min=-0.002599 max=0.002144 Jy/beam ! Clean residual mean=0.000002 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.292916 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.60102e-05 Jy ! Component: 100 - total flux cleaned = 3.84662e-05 Jy ! Component: 150 - total flux cleaned = 5.96574e-05 Jy ! Component: 200 - total flux cleaned = 7.31204e-05 Jy ! Total flux subtracted in 200 components = 7.31204e-05 Jy ! Clean residual min=-0.002599 max=0.002147 Jy/beam ! Clean residual mean=0.000002 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.292989 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 34 components and 0.292989 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.754 mas, bmaj=4.929 mas, bpa=18.05 degrees ! Estimated noise=748.538 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000524668 Jy ! Component: 100 - total flux cleaned = -0.000574708 Jy ! Component: 150 - total flux cleaned = -0.000610997 Jy ! Component: 200 - total flux cleaned = -0.000626562 Jy ! Total flux subtracted in 200 components = -0.000626562 Jy ! Clean residual min=-0.002509 max=0.002079 Jy/beam ! Clean residual mean=0.000001 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.292362 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.292362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078709Jy sigma=0.000668 ! Fit after self-cal, rms=0.078704Jy sigma=0.000668 wmodel J0451+5935_S_2017_08_05_pus_map.mod ! Writing 40 model components to file: J0451+5935_S_2017_08_05_pus_map.mod wobs J0451+5935_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0451+5935_S_2017_08_05_pus_uvs.fits wwins J0451+5935_S_2017_08_05_pus_map.win ! wwins: Wrote 1 windows to J0451+5935_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.0003839 Jy ! Component: 100 - total flux cleaned = -0.000764932 Jy ! Component: 150 - total flux cleaned = -0.00115682 Jy ! Component: 200 - total flux cleaned = -0.00140748 Jy ! Component: 250 - total flux cleaned = -0.00158974 Jy ! Component: 300 - total flux cleaned = -0.00173645 Jy ! Component: 350 - total flux cleaned = -0.00182242 Jy ! Component: 400 - total flux cleaned = -0.00196262 Jy ! Component: 450 - total flux cleaned = -0.00201727 Jy ! Component: 500 - total flux cleaned = -0.00204383 Jy ! Component: 550 - total flux cleaned = -0.0020964 Jy ! Component: 600 - total flux cleaned = -0.00217399 Jy ! Component: 650 - total flux cleaned = -0.00222506 Jy ! Component: 700 - total flux cleaned = -0.00232491 Jy ! Component: 750 - total flux cleaned = -0.00235008 Jy ! Component: 800 - total flux cleaned = -0.00247133 Jy ! Component: 850 - total flux cleaned = -0.00256688 Jy ! Component: 900 - total flux cleaned = -0.00259027 Jy ! Component: 950 - total flux cleaned = -0.00265949 Jy ! Component: 1000 - total flux cleaned = -0.00272848 Jy ! Component: 1050 - total flux cleaned = -0.00275077 Jy ! Component: 1100 - total flux cleaned = -0.00272842 Jy ! Component: 1150 - total flux cleaned = -0.00272799 Jy ! Component: 1200 - total flux cleaned = -0.00274986 Jy ! Component: 1250 - total flux cleaned = -0.00277153 Jy ! Component: 1300 - total flux cleaned = -0.00275031 Jy ! Component: 1350 - total flux cleaned = -0.00270808 Jy ! Component: 1400 - total flux cleaned = -0.00272891 Jy ! Component: 1450 - total flux cleaned = -0.00274941 Jy ! Component: 1500 - total flux cleaned = -0.00268777 Jy ! Component: 1550 - total flux cleaned = -0.00266729 Jy ! Component: 1600 - total flux cleaned = -0.00260731 Jy ! Component: 1650 - total flux cleaned = -0.00262749 Jy ! Component: 1700 - total flux cleaned = -0.00262716 Jy ! Component: 1750 - total flux cleaned = -0.00258776 Jy ! Component: 1800 - total flux cleaned = -0.002511 Jy ! Component: 1850 - total flux cleaned = -0.00249185 Jy ! Component: 1900 - total flux cleaned = -0.00249213 Jy ! Component: 1950 - total flux cleaned = -0.00243602 Jy ! Component: 2000 - total flux cleaned = -0.00232459 Jy ! Component: 2050 - total flux cleaned = -0.00234284 Jy ! Component: 2100 - total flux cleaned = -0.00228804 Jy ! Component: 2150 - total flux cleaned = -0.00226994 Jy ! Component: 2200 - total flux cleaned = -0.00219842 Jy ! Component: 2250 - total flux cleaned = -0.00214496 Jy ! Component: 2300 - total flux cleaned = -0.00210979 Jy ! Component: 2350 - total flux cleaned = -0.00204016 Jy ! Component: 2400 - total flux cleaned = -0.00200558 Jy ! Component: 2450 - total flux cleaned = -0.00195395 Jy ! Component: 2500 - total flux cleaned = -0.002005 Jy ! Component: 2550 - total flux cleaned = -0.00198785 Jy ! Component: 2600 - total flux cleaned = -0.00183737 Jy ! Component: 2650 - total flux cleaned = -0.00182096 Jy ! Component: 2700 - total flux cleaned = -0.00183752 Jy ! Component: 2750 - total flux cleaned = -0.00173951 Jy ! Component: 2800 - total flux cleaned = -0.00172354 Jy ! Component: 2850 - total flux cleaned = -0.0016755 Jy ! Component: 2900 - total flux cleaned = -0.00165948 Jy ! Component: 2950 - total flux cleaned = -0.00164364 Jy ! Component: 3000 - total flux cleaned = -0.00167498 Jy ! Component: 3050 - total flux cleaned = -0.00162824 Jy ! Component: 3100 - total flux cleaned = -0.00165923 Jy ! Component: 3150 - total flux cleaned = -0.00167457 Jy ! Component: 3200 - total flux cleaned = -0.00162881 Jy ! Component: 3250 - total flux cleaned = -0.00162897 Jy ! Component: 3300 - total flux cleaned = -0.00162901 Jy ! Component: 3350 - total flux cleaned = -0.00165875 Jy ! Component: 3400 - total flux cleaned = -0.00161418 Jy ! Component: 3450 - total flux cleaned = -0.00164363 Jy ! Component: 3500 - total flux cleaned = -0.00165815 Jy ! Component: 3550 - total flux cleaned = -0.0016146 Jy ! Component: 3600 - total flux cleaned = -0.00162897 Jy ! Component: 3650 - total flux cleaned = -0.00158586 Jy ! Component: 3700 - total flux cleaned = -0.00154319 Jy ! Component: 3750 - total flux cleaned = -0.00150089 Jy ! Component: 3800 - total flux cleaned = -0.00150096 Jy ! Component: 3850 - total flux cleaned = -0.00152896 Jy ! Component: 3900 - total flux cleaned = -0.00147356 Jy ! Component: 3950 - total flux cleaned = -0.00145987 Jy ! Component: 4000 - total flux cleaned = -0.0015147 Jy ! Component: 4050 - total flux cleaned = -0.00144666 Jy ! Total flux subtracted in 4096 components = -0.00137896 Jy ! Clean residual min=-0.000721 max=0.000863 Jy/beam ! Clean residual mean=0.000003 rms=0.000241 Jy/beam ! Combined flux in latest and established models = 0.290983 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 327 components and 0.290983 Jy ![Exited script file: muppet] wmap "J0451+5935_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.754 x 4.929 at 18.05 degrees (North through East) ! Clean map min=-0.0015034 max=0.26962 Jy/beam ! Writing clean map to FITS file: J0451+5935_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.269623 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000240993 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.268145 0.268145 0.536289 1.07258 2.14516 4.29031 8.58063 17.1613 34.3225 68.645 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.269 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.754 x 4.929 at 18.05 degrees (North through East) ! Clean map min=-0.0015034 max=0.26962 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 J0451+5935_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:20:42 2019