! Started logfile: J0453+0128_S_2017_07_16_pus_uvs.log on Thu May 9 11:01:23 2019 obs J0453+0128_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J0453+0128_S_2017_07_16_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.703704 visibilities/baseline/integration-bin. ! Found source: J0453+0128 ! ! 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 815 lines of history. ! ! Reading 10640 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 J0453+0128_S_2017_07_16_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 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 573 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.922695Jy sigma=0.008209 ! Fit after self-cal, rms=0.905817Jy sigma=0.008062 ! 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.574 mas, bmaj=6.635 mas, bpa=-4.658 degrees ! Estimated noise=1060.43 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.0754323 Jy ! Component: 100 - total flux cleaned = 0.0918854 Jy ! Total flux subtracted in 100 components = 0.0918854 Jy ! Clean residual min=-0.004761 max=0.008284 Jy/beam ! Clean residual mean=0.000008 rms=0.001275 Jy/beam ! Combined flux in latest and established models = 0.0918854 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0918854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080095Jy sigma=0.000690 ! Fit after self-cal, rms=0.080090Jy sigma=0.000690 ! Inverting map ! Added new window around map position (3, -9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00738216 Jy ! Component: 100 - total flux cleaned = 0.0109021 Jy ! Total flux subtracted in 100 components = 0.0109021 Jy ! Clean residual min=-0.004046 max=0.005581 Jy/beam ! Clean residual mean=0.000005 rms=0.001105 Jy/beam ! Combined flux in latest and established models = 0.102788 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 23 components and 0.102788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079395Jy sigma=0.000684 ! Fit after self-cal, rms=0.079325Jy sigma=0.000683 ! 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.007 mas, bmaj=7.162 mas, bpa=-3.362 degrees ! Estimated noise=879.029 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.0039394 Jy ! Component: 100 - total flux cleaned = 0.00501928 Jy ! Component: 150 - total flux cleaned = 0.00580124 Jy ! Component: 200 - total flux cleaned = 0.00643055 Jy ! Total flux subtracted in 200 components = 0.00643055 Jy ! Clean residual min=-0.003603 max=0.003977 Jy/beam ! Clean residual mean=0.000005 rms=0.000961 Jy/beam ! Combined flux in latest and established models = 0.109218 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 30 components and 0.109218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079087Jy sigma=0.000681 ! Fit after self-cal, rms=0.079079Jy sigma=0.000681 ! 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.03 FD 1.00* HN 0.98 KP 1.02 ! LA 0.99 MK 1.03 NL 0.93 OV 0.98 ! PT 1.02 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.39 FD 1.00* HN 1.00 KP 1.02 ! LA 0.95 MK 1.06 NL 1.08 OV 0.97 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* HN 1.00 KP 0.99 ! LA 1.02 MK 1.05 NL 0.99 OV 0.93 ! PT 0.95 SC 1.03 ! ! ! Correcting IF 4. ! A total of 111 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.91 KP 1.00* ! LA 0.89 MK 0.97 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.079079Jy sigma=0.000681 ! Fit after self-cal, rms=0.081053Jy sigma=0.000678 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.037 mas, bmaj=7.235 mas, bpa=-2.73 degrees ! Estimated noise=894.01 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.0013746 Jy ! Component: 100 - total flux cleaned = -0.00146133 Jy ! Component: 150 - total flux cleaned = -0.00152976 Jy ! Component: 200 - total flux cleaned = -0.00152852 Jy ! Total flux subtracted in 200 components = -0.00152852 Jy ! Clean residual min=-0.003358 max=0.003625 Jy/beam ! Clean residual mean=0.000003 rms=0.000889 Jy/beam ! Combined flux in latest and established models = 0.10769 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 46 components and 0.10769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081005Jy sigma=0.000677 ! Fit after self-cal, rms=0.081052Jy sigma=0.000677 ! 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.081052Jy sigma=0.000677 ! Fit after self-cal, rms=0.082842Jy sigma=0.000674 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.039 mas, bmaj=7.241 mas, bpa=-2.745 degrees ! Estimated noise=893.819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000826986 Jy ! Component: 100 - total flux cleaned = -0.000985952 Jy ! Component: 150 - total flux cleaned = -0.00112288 Jy ! Component: 200 - total flux cleaned = -0.00126339 Jy ! Total flux subtracted in 200 components = -0.00126339 Jy ! Clean residual min=-0.002982 max=0.002844 Jy/beam ! Clean residual mean=0.000002 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.106426 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 58 components and 0.106426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082819Jy sigma=0.000674 ! Fit after self-cal, rms=0.082890Jy sigma=0.000673 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.000130703 Jy ! Component: 100 - total flux cleaned = -0.000231089 Jy ! Component: 150 - total flux cleaned = -0.000302827 Jy ! Component: 200 - total flux cleaned = -0.00035148 Jy ! Total flux subtracted in 200 components = -0.00035148 Jy ! Clean residual min=-0.002984 max=0.002866 Jy/beam ! Clean residual mean=0.000002 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.106075 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 62 components and 0.106075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082880Jy sigma=0.000673 ! Fit after self-cal, rms=0.082880Jy sigma=0.000673 ! 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.082880Jy sigma=0.000673 ! Fit after self-cal, rms=0.084008Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.041 mas, bmaj=7.249 mas, bpa=-2.804 degrees ! Estimated noise=893.775 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000696967 Jy ! Component: 100 - total flux cleaned = -0.000867851 Jy ! Component: 150 - total flux cleaned = -0.000971013 Jy ! Component: 200 - total flux cleaned = -0.00106142 Jy ! Total flux subtracted in 200 components = -0.00106142 Jy ! Clean residual min=-0.002752 max=0.002865 Jy/beam ! Clean residual mean=0.000000 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.105013 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 72 components and 0.105013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083993Jy sigma=0.000670 ! Fit after self-cal, rms=0.084033Jy sigma=0.000670 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0.5, 108). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00249635 Jy ! Component: 100 - total flux cleaned = 0.00321735 Jy ! Component: 150 - total flux cleaned = 0.00328852 Jy ! Component: 200 - total flux cleaned = 0.00328869 Jy ! Total flux subtracted in 200 components = 0.00328869 Jy ! Clean residual min=-0.002655 max=0.002181 Jy/beam ! Clean residual mean=0.000001 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.108302 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 101 components and 0.108302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083960Jy sigma=0.000669 ! Fit after self-cal, rms=0.083951Jy sigma=0.000669 ! 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.083951Jy sigma=0.000669 ! Fit after self-cal, rms=0.083960Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.807 mas, bmaj=11.82 mas, bpa=-6.325 degrees ! Estimated noise=1153.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000559834 Jy ! Component: 100 - total flux cleaned = 0.000381094 Jy ! Component: 150 - total flux cleaned = 0.00023198 Jy ! Component: 200 - total flux cleaned = 0.000102557 Jy ! Total flux subtracted in 200 components = 0.000102557 Jy ! Clean residual min=-0.002963 max=0.002692 Jy/beam ! Clean residual mean=0.000001 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.108404 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 114 components and 0.108404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083953Jy sigma=0.000669 ! Fit after self-cal, rms=0.083955Jy sigma=0.000669 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.45493e-05 Jy ! Component: 100 - total flux cleaned = -7.1708e-05 Jy ! Component: 150 - total flux cleaned = -0.00019869 Jy ! Component: 200 - total flux cleaned = -0.000274183 Jy ! Total flux subtracted in 200 components = -0.000274183 Jy ! Clean residual min=-0.002990 max=0.002680 Jy/beam ! Clean residual mean=0.000001 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.10813 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 128 components and 0.10813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083955Jy sigma=0.000669 ! Fit after self-cal, rms=0.083953Jy sigma=0.000669 ! 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.043 mas, bmaj=7.256 mas, bpa=-2.811 degrees ! Estimated noise=889.978 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.043 x 7.256 at -2.811 degrees (North through East) ! Clean map min=-0.0025182 max=0.09454 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.595 mas, bmaj=6.665 mas, bpa=-4.236 degrees ! Estimated noise=1071.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0752762 Jy ! Component: 100 - total flux cleaned = 0.0922352 Jy ! Component: 150 - total flux cleaned = 0.0980856 Jy ! Component: 200 - total flux cleaned = 0.101272 Jy ! Total flux subtracted in 200 components = 0.101272 Jy ! Clean residual min=-0.003565 max=0.002882 Jy/beam ! Clean residual mean=0.000002 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.101272 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.101272 Jy ! Inverting map and beam ! Estimated beam: bmin=3.043 mas, bmaj=7.256 mas, bpa=-2.811 degrees ! Estimated noise=889.978 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.00332686 Jy ! Component: 100 - total flux cleaned = 0.0047625 Jy ! Component: 150 - total flux cleaned = 0.00580745 Jy ! Component: 200 - total flux cleaned = 0.00657013 Jy ! Total flux subtracted in 200 components = 0.00657013 Jy ! Clean residual min=-0.002800 max=0.002295 Jy/beam ! Clean residual mean=0.000001 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.107843 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 41 components and 0.107843 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=6.807 mas, bmaj=11.82 mas, bpa=-6.325 degrees ! Estimated noise=1153.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104955 Jy ! Component: 100 - total flux cleaned = 0.00110204 Jy ! Component: 150 - total flux cleaned = 0.00106503 Jy ! Component: 200 - total flux cleaned = 0.00103184 Jy ! Total flux subtracted in 200 components = 0.00103184 Jy ! Clean residual min=-0.003023 max=0.002690 Jy/beam ! Clean residual mean=0.000002 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.108874 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 = -9.48759e-05 Jy ! Component: 100 - total flux cleaned = -0.000152121 Jy ! Component: 150 - total flux cleaned = -0.000204472 Jy ! Component: 200 - total flux cleaned = -0.000276059 Jy ! Total flux subtracted in 200 components = -0.000276059 Jy ! Clean residual min=-0.002946 max=0.002636 Jy/beam ! Clean residual mean=0.000001 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.108598 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 72 components and 0.108598 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.043 mas, bmaj=7.256 mas, bpa=-2.811 degrees ! Estimated noise=889.978 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.88397e-05 Jy ! Component: 100 - total flux cleaned = 1.43247e-05 Jy ! Component: 150 - total flux cleaned = 4.77801e-05 Jy ! Component: 200 - total flux cleaned = -1.2913e-05 Jy ! Total flux subtracted in 200 components = -1.2913e-05 Jy ! Clean residual min=-0.002632 max=0.002285 Jy/beam ! Clean residual mean=0.000001 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.108585 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 89 components and 0.108585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083974Jy sigma=0.000669 ! Fit after self-cal, rms=0.083946Jy sigma=0.000669 wmodel J0453+0128_S_2017_07_16_pus_map.mod ! Writing 89 model components to file: J0453+0128_S_2017_07_16_pus_map.mod wobs J0453+0128_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J0453+0128_S_2017_07_16_pus_uvs.fits wwins J0453+0128_S_2017_07_16_pus_map.win ! wwins: Wrote 3 windows to J0453+0128_S_2017_07_16_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.000752771 Jy ! Component: 100 - total flux cleaned = -0.000756907 Jy ! Component: 150 - total flux cleaned = -0.000949088 Jy ! Component: 200 - total flux cleaned = -0.00113029 Jy ! Component: 250 - total flux cleaned = -0.00123613 Jy ! Component: 300 - total flux cleaned = -0.00133862 Jy ! Component: 350 - total flux cleaned = -0.00143773 Jy ! Component: 400 - total flux cleaned = -0.00150143 Jy ! Component: 450 - total flux cleaned = -0.00156331 Jy ! Component: 500 - total flux cleaned = -0.00165419 Jy ! Component: 550 - total flux cleaned = -0.00174284 Jy ! Component: 600 - total flux cleaned = -0.00183019 Jy ! Component: 650 - total flux cleaned = -0.00191542 Jy ! Component: 700 - total flux cleaned = -0.00197159 Jy ! Component: 750 - total flux cleaned = -0.00202592 Jy ! Component: 800 - total flux cleaned = -0.00205262 Jy ! Component: 850 - total flux cleaned = -0.00210494 Jy ! Component: 900 - total flux cleaned = -0.00215611 Jy ! Component: 950 - total flux cleaned = -0.00223159 Jy ! Component: 1000 - total flux cleaned = -0.00230543 Jy ! Component: 1050 - total flux cleaned = -0.00232933 Jy ! Component: 1100 - total flux cleaned = -0.00232988 Jy ! Component: 1150 - total flux cleaned = -0.00247 Jy ! Component: 1200 - total flux cleaned = -0.00251546 Jy ! Component: 1250 - total flux cleaned = -0.00256044 Jy ! Component: 1300 - total flux cleaned = -0.00262705 Jy ! Component: 1350 - total flux cleaned = -0.00260499 Jy ! Component: 1400 - total flux cleaned = -0.00269139 Jy ! Component: 1450 - total flux cleaned = -0.00264813 Jy ! Component: 1500 - total flux cleaned = -0.00264844 Jy ! Component: 1550 - total flux cleaned = -0.00273196 Jy ! Component: 1600 - total flux cleaned = -0.0027528 Jy ! Component: 1650 - total flux cleaned = -0.002834 Jy ! Component: 1700 - total flux cleaned = -0.00285408 Jy ! Component: 1750 - total flux cleaned = -0.00285423 Jy ! Component: 1800 - total flux cleaned = -0.00293283 Jy ! Component: 1850 - total flux cleaned = -0.00301069 Jy ! Component: 1900 - total flux cleaned = -0.0029145 Jy ! Component: 1950 - total flux cleaned = -0.00299068 Jy ! Component: 2000 - total flux cleaned = -0.00302823 Jy ! Component: 2050 - total flux cleaned = -0.0029908 Jy ! Component: 2100 - total flux cleaned = -0.00297241 Jy ! Component: 2150 - total flux cleaned = -0.00293586 Jy ! Component: 2200 - total flux cleaned = -0.00295432 Jy ! Component: 2250 - total flux cleaned = -0.00299018 Jy ! Component: 2300 - total flux cleaned = -0.00300815 Jy ! Component: 2350 - total flux cleaned = -0.00295495 Jy ! Component: 2400 - total flux cleaned = -0.00295501 Jy ! Component: 2450 - total flux cleaned = -0.00292017 Jy ! Component: 2500 - total flux cleaned = -0.00293733 Jy ! Component: 2550 - total flux cleaned = -0.00293719 Jy ! Component: 2600 - total flux cleaned = -0.00288617 Jy ! Component: 2650 - total flux cleaned = -0.00288638 Jy ! Component: 2700 - total flux cleaned = -0.00293643 Jy ! Component: 2750 - total flux cleaned = -0.00298621 Jy ! Component: 2800 - total flux cleaned = -0.00293693 Jy ! Component: 2850 - total flux cleaned = -0.00300241 Jy ! Component: 2900 - total flux cleaned = -0.00306706 Jy ! Component: 2950 - total flux cleaned = -0.00306691 Jy ! Component: 3000 - total flux cleaned = -0.00303484 Jy ! Component: 3050 - total flux cleaned = -0.00305071 Jy ! Component: 3100 - total flux cleaned = -0.00311389 Jy ! Component: 3150 - total flux cleaned = -0.00311368 Jy ! Component: 3200 - total flux cleaned = -0.00316035 Jy ! Component: 3250 - total flux cleaned = -0.00309835 Jy ! Component: 3300 - total flux cleaned = -0.00312913 Jy ! Component: 3350 - total flux cleaned = -0.00315969 Jy ! Component: 3400 - total flux cleaned = -0.00317484 Jy ! Component: 3450 - total flux cleaned = -0.00323508 Jy ! Component: 3500 - total flux cleaned = -0.00325009 Jy ! Component: 3550 - total flux cleaned = -0.00326496 Jy ! Component: 3600 - total flux cleaned = -0.00329451 Jy ! Component: 3650 - total flux cleaned = -0.00330928 Jy ! Component: 3700 - total flux cleaned = -0.0033821 Jy ! Component: 3750 - total flux cleaned = -0.00339669 Jy ! Component: 3800 - total flux cleaned = -0.00339677 Jy ! Component: 3850 - total flux cleaned = -0.00346851 Jy ! Component: 3900 - total flux cleaned = -0.00351127 Jy ! Component: 3950 - total flux cleaned = -0.00355384 Jy ! Component: 4000 - total flux cleaned = -0.00355382 Jy ! Component: 4050 - total flux cleaned = -0.00356794 Jy ! Total flux subtracted in 4096 components = -0.00359581 Jy ! Clean residual min=-0.000695 max=0.000827 Jy/beam ! Clean residual mean=0.000000 rms=0.000254 Jy/beam ! Combined flux in latest and established models = 0.10499 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 365 components and 0.10499 Jy ![Exited script file: muppet] wmap "J0453+0128_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.043 x 7.256 at -2.811 degrees (North through East) ! Clean map min=-0.0018119 max=0.09474 Jy/beam ! Writing clean map to FITS file: J0453+0128_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0947403 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000248417 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.786625 0.786625 1.57325 3.1465 6.293 12.586 25.172 50.344 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.094 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.043 x 7.256 at -2.811 degrees (North through East) ! Clean map min=-0.0018119 max=0.09474 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 J0453+0128_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:01:28 2019