! Started logfile: J2101+0341_S_2017_06_15_pus_uvs.log on Tue May 7 15:28:13 2019 obs J2101+0341_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J2101+0341_S_2017_06_15_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.847222 visibilities/baseline/integration-bin. ! Found source: J2101+0341 ! ! 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 603 lines of history. ! ! Reading 2440 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 J2101+0341_S_2017_06_15_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.603591Jy sigma=0.005904 ! Fit after self-cal, rms=0.595835Jy sigma=0.005832 ! 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.581 mas, bmaj=7.227 mas, bpa=-3.918 degrees ! Estimated noise=1952.77 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.312501 Jy ! Component: 100 - total flux cleaned = 0.390685 Jy ! Total flux subtracted in 100 components = 0.390685 Jy ! Clean residual min=-0.010688 max=0.031199 Jy/beam ! Clean residual mean=0.000027 rms=0.003219 Jy/beam ! Combined flux in latest and established models = 0.390685 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.390685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090469Jy sigma=0.000857 ! Fit after self-cal, rms=0.090439Jy sigma=0.000856 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0317398 Jy ! Component: 100 - total flux cleaned = 0.0454308 Jy ! Total flux subtracted in 100 components = 0.0454308 Jy ! Clean residual min=-0.006676 max=0.008741 Jy/beam ! Clean residual mean=0.000009 rms=0.001815 Jy/beam ! Combined flux in latest and established models = 0.436115 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 14 components and 0.436115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079164Jy sigma=0.000740 ! Fit after self-cal, rms=0.079131Jy sigma=0.000740 ! 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.08 mas, bmaj=7.785 mas, bpa=-1.713 degrees ! Estimated noise=1664.12 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 (3, -8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00811021 Jy ! Component: 100 - total flux cleaned = 0.0107909 Jy ! Component: 150 - total flux cleaned = 0.0116961 Jy ! Component: 200 - total flux cleaned = 0.0122457 Jy ! Total flux subtracted in 200 components = 0.0122457 Jy ! Clean residual min=-0.005530 max=0.006281 Jy/beam ! Clean residual mean=0.000013 rms=0.001444 Jy/beam ! Combined flux in latest and established models = 0.448361 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 37 components and 0.448361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077684Jy sigma=0.000726 ! Fit after self-cal, rms=0.077670Jy sigma=0.000726 ! 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.91 FD 0.98 HN 0.95 KP 1.02 ! LA 1.01 MK 1.01 NL 0.90 OV 1.00 ! PT 1.01 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 FD 1.00 HN 1.01 KP 0.97 ! LA 0.97 MK 0.99 NL 1.06 OV 1.03 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.02 HN 1.02 KP 1.00 ! LA 0.98 MK 1.08 NL 0.99 OV 0.94 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.98 KP 1.00* ! LA 1.00* MK 1.01 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.077670Jy sigma=0.000726 ! Fit after self-cal, rms=0.071769Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.1 mas, bmaj=7.815 mas, bpa=-1.408 degrees ! Estimated noise=1670.24 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.00110358 Jy ! Component: 100 - total flux cleaned = -0.00141318 Jy ! Component: 150 - total flux cleaned = -0.00157123 Jy ! Component: 200 - total flux cleaned = -0.00166442 Jy ! Total flux subtracted in 200 components = -0.00166442 Jy ! Clean residual min=-0.005549 max=0.004916 Jy/beam ! Clean residual mean=0.000009 rms=0.001147 Jy/beam ! Combined flux in latest and established models = 0.446697 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 58 components and 0.446697 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071666Jy sigma=0.000673 ! Fit after self-cal, rms=0.071681Jy sigma=0.000673 ! 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.071681Jy sigma=0.000673 ! Fit after self-cal, rms=0.070507Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.103 mas, bmaj=7.821 mas, bpa=-1.383 degrees ! Estimated noise=1671.01 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000348744 Jy ! Component: 100 - total flux cleaned = -0.000446533 Jy ! Component: 150 - total flux cleaned = -0.00053204 Jy ! Component: 200 - total flux cleaned = -0.000572064 Jy ! Total flux subtracted in 200 components = -0.000572064 Jy ! Clean residual min=-0.004997 max=0.004622 Jy/beam ! Clean residual mean=0.000011 rms=0.001040 Jy/beam ! Combined flux in latest and established models = 0.446125 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 72 components and 0.446125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070446Jy sigma=0.000662 ! Fit after self-cal, rms=0.070445Jy sigma=0.000662 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.55218e-05 Jy ! Component: 100 - total flux cleaned = -9.8181e-05 Jy ! Component: 150 - total flux cleaned = -0.000127431 Jy ! Component: 200 - total flux cleaned = -0.000100319 Jy ! Total flux subtracted in 200 components = -0.000100319 Jy ! Clean residual min=-0.004916 max=0.004563 Jy/beam ! Clean residual mean=0.000011 rms=0.001034 Jy/beam ! Combined flux in latest and established models = 0.446024 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 84 components and 0.446024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070418Jy sigma=0.000662 ! Fit after self-cal, rms=0.070417Jy sigma=0.000662 ! 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.070417Jy sigma=0.000662 ! Fit after self-cal, rms=0.070344Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.105 mas, bmaj=7.825 mas, bpa=-1.354 degrees ! Estimated noise=1670.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000273328 Jy ! Component: 100 - total flux cleaned = -0.000340975 Jy ! Component: 150 - total flux cleaned = -0.000399506 Jy ! Component: 200 - total flux cleaned = -0.000451815 Jy ! Total flux subtracted in 200 components = -0.000451815 Jy ! Clean residual min=-0.004746 max=0.004409 Jy/beam ! Clean residual mean=0.000012 rms=0.001016 Jy/beam ! Combined flux in latest and established models = 0.445573 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 93 components and 0.445573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070315Jy sigma=0.000661 ! Fit after self-cal, rms=0.070316Jy sigma=0.000661 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.5126e-05 Jy ! Component: 100 - total flux cleaned = -1.54386e-05 Jy ! Component: 150 - total flux cleaned = 5.49103e-06 Jy ! Component: 200 - total flux cleaned = 4.52325e-05 Jy ! Total flux subtracted in 200 components = 4.52325e-05 Jy ! Clean residual min=-0.004705 max=0.004354 Jy/beam ! Clean residual mean=0.000012 rms=0.001013 Jy/beam ! Combined flux in latest and established models = 0.445618 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 104 components and 0.445618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070302Jy sigma=0.000660 ! Fit after self-cal, rms=0.070302Jy sigma=0.000660 ! 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.070302Jy sigma=0.000660 ! Fit after self-cal, rms=0.070343Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.493 mas, bmaj=12.43 mas, bpa=-1.353 degrees ! Estimated noise=2094.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000232175 Jy ! Component: 100 - total flux cleaned = 0.00034051 Jy ! Component: 150 - total flux cleaned = 0.000427143 Jy ! Component: 200 - total flux cleaned = 0.000525168 Jy ! Total flux subtracted in 200 components = 0.000525168 Jy ! Clean residual min=-0.004747 max=0.004258 Jy/beam ! Clean residual mean=0.000025 rms=0.001248 Jy/beam ! Combined flux in latest and established models = 0.446143 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 115 components and 0.446143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070327Jy sigma=0.000660 ! Fit after self-cal, rms=0.070326Jy sigma=0.000660 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.09622e-05 Jy ! Component: 100 - total flux cleaned = 9.84082e-05 Jy ! Component: 150 - total flux cleaned = 0.000198173 Jy ! Component: 200 - total flux cleaned = 0.000290729 Jy ! Total flux subtracted in 200 components = 0.000290729 Jy ! Clean residual min=-0.004716 max=0.004189 Jy/beam ! Clean residual mean=0.000024 rms=0.001243 Jy/beam ! Combined flux in latest and established models = 0.446434 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 120 components and 0.446434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070323Jy sigma=0.000660 ! Fit after self-cal, rms=0.070323Jy sigma=0.000660 ! 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.107 mas, bmaj=7.829 mas, bpa=-1.336 degrees ! Estimated noise=1670.44 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.107 x 7.829 at -1.336 degrees (North through East) ! Clean map min=-0.004441 max=0.40509 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.601 mas, bmaj=7.261 mas, bpa=-3.728 degrees ! Estimated noise=1977.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.312525 Jy ! Component: 100 - total flux cleaned = 0.388882 Jy ! Component: 150 - total flux cleaned = 0.418934 Jy ! Component: 200 - total flux cleaned = 0.431758 Jy ! Total flux subtracted in 200 components = 0.431758 Jy ! Clean residual min=-0.005970 max=0.005498 Jy/beam ! Clean residual mean=0.000009 rms=0.001418 Jy/beam ! Combined flux in latest and established models = 0.431758 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.431758 Jy ! Inverting map and beam ! Estimated beam: bmin=3.107 mas, bmaj=7.829 mas, bpa=-1.336 degrees ! Estimated noise=1670.44 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.00637976 Jy ! Component: 100 - total flux cleaned = 0.00853049 Jy ! Component: 150 - total flux cleaned = 0.00986046 Jy ! Component: 200 - total flux cleaned = 0.0109774 Jy ! Total flux subtracted in 200 components = 0.0109774 Jy ! Clean residual min=-0.004879 max=0.004199 Jy/beam ! Clean residual mean=0.000014 rms=0.001039 Jy/beam ! Combined flux in latest and established models = 0.442735 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 40 components and 0.442735 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.493 mas, bmaj=12.43 mas, bpa=-1.353 degrees ! Estimated noise=2094.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00190878 Jy ! Component: 100 - total flux cleaned = 0.00260914 Jy ! Component: 150 - total flux cleaned = 0.00284057 Jy ! Component: 200 - total flux cleaned = 0.0030428 Jy ! Total flux subtracted in 200 components = 0.0030428 Jy ! Clean residual min=-0.004650 max=0.004400 Jy/beam ! Clean residual mean=0.000025 rms=0.001262 Jy/beam ! Combined flux in latest and established models = 0.445778 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 = 0.000121429 Jy ! Component: 100 - total flux cleaned = 0.000204674 Jy ! Component: 150 - total flux cleaned = 0.00025638 Jy ! Component: 200 - total flux cleaned = 0.000328036 Jy ! Total flux subtracted in 200 components = 0.000328036 Jy ! Clean residual min=-0.004632 max=0.004332 Jy/beam ! Clean residual mean=0.000025 rms=0.001252 Jy/beam ! Combined flux in latest and established models = 0.446106 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 63 components and 0.446106 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.107 mas, bmaj=7.829 mas, bpa=-1.336 degrees ! Estimated noise=1670.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000484838 Jy ! Component: 100 - total flux cleaned = -0.000399444 Jy ! Component: 150 - total flux cleaned = -0.000324565 Jy ! Component: 200 - total flux cleaned = -0.000358248 Jy ! Total flux subtracted in 200 components = -0.000358248 Jy ! Clean residual min=-0.004741 max=0.004107 Jy/beam ! Clean residual mean=0.000011 rms=0.001010 Jy/beam ! Combined flux in latest and established models = 0.445748 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 74 components and 0.445748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070367Jy sigma=0.000660 ! Fit after self-cal, rms=0.070359Jy sigma=0.000660 wmodel J2101+0341_S_2017_06_15_pus_map.mod ! Writing 74 model components to file: J2101+0341_S_2017_06_15_pus_map.mod wobs J2101+0341_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J2101+0341_S_2017_06_15_pus_uvs.fits wwins J2101+0341_S_2017_06_15_pus_map.win ! wwins: Wrote 2 windows to J2101+0341_S_2017_06_15_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.00103928 Jy ! Component: 100 - total flux cleaned = -0.00118495 Jy ! Component: 150 - total flux cleaned = -0.00111942 Jy ! Component: 200 - total flux cleaned = -0.00111857 Jy ! Component: 250 - total flux cleaned = -0.000933227 Jy ! Component: 300 - total flux cleaned = -0.000638936 Jy ! Component: 350 - total flux cleaned = -0.000295401 Jy ! Component: 400 - total flux cleaned = 3.88232e-05 Jy ! Component: 450 - total flux cleaned = 0.000364446 Jy ! Component: 500 - total flux cleaned = 0.00062816 Jy ! Component: 550 - total flux cleaned = 0.00108983 Jy ! Component: 600 - total flux cleaned = 0.00128923 Jy ! Component: 650 - total flux cleaned = 0.00153444 Jy ! Component: 700 - total flux cleaned = 0.00158256 Jy ! Component: 750 - total flux cleaned = 0.00172379 Jy ! Component: 800 - total flux cleaned = 0.00167767 Jy ! Component: 850 - total flux cleaned = 0.00181311 Jy ! Component: 900 - total flux cleaned = 0.0017239 Jy ! Component: 950 - total flux cleaned = 0.00181157 Jy ! Component: 1000 - total flux cleaned = 0.00163878 Jy ! Component: 1050 - total flux cleaned = 0.00176604 Jy ! Component: 1100 - total flux cleaned = 0.00163997 Jy ! Component: 1150 - total flux cleaned = 0.00159871 Jy ! Component: 1200 - total flux cleaned = 0.00159889 Jy ! Component: 1250 - total flux cleaned = 0.00159921 Jy ! Component: 1300 - total flux cleaned = 0.00171844 Jy ! Component: 1350 - total flux cleaned = 0.00175724 Jy ! Component: 1400 - total flux cleaned = 0.00171841 Jy ! Component: 1450 - total flux cleaned = 0.00171787 Jy ! Component: 1500 - total flux cleaned = 0.00164224 Jy ! Component: 1550 - total flux cleaned = 0.00160477 Jy ! Component: 1600 - total flux cleaned = 0.00167908 Jy ! Component: 1650 - total flux cleaned = 0.00164252 Jy ! Component: 1700 - total flux cleaned = 0.00185953 Jy ! Component: 1750 - total flux cleaned = 0.00189503 Jy ! Component: 1800 - total flux cleaned = 0.00193041 Jy ! Component: 1850 - total flux cleaned = 0.00207044 Jy ! Component: 1900 - total flux cleaned = 0.00220916 Jy ! Component: 1950 - total flux cleaned = 0.0022778 Jy ! Component: 2000 - total flux cleaned = 0.00241361 Jy ! Component: 2050 - total flux cleaned = 0.00254805 Jy ! Component: 2100 - total flux cleaned = 0.00268081 Jy ! Component: 2150 - total flux cleaned = 0.00278024 Jy ! Component: 2200 - total flux cleaned = 0.00294393 Jy ! Component: 2250 - total flux cleaned = 0.00317068 Jy ! Component: 2300 - total flux cleaned = 0.0033308 Jy ! Component: 2350 - total flux cleaned = 0.00349013 Jy ! Component: 2400 - total flux cleaned = 0.00371086 Jy ! Component: 2450 - total flux cleaned = 0.00386733 Jy ! Component: 2500 - total flux cleaned = 0.00396034 Jy ! Component: 2550 - total flux cleaned = 0.00414509 Jy ! Component: 2600 - total flux cleaned = 0.00441943 Jy ! Component: 2650 - total flux cleaned = 0.00457057 Jy ! Component: 2700 - total flux cleaned = 0.0046907 Jy ! Component: 2750 - total flux cleaned = 0.00480975 Jy ! Component: 2800 - total flux cleaned = 0.00501642 Jy ! Component: 2850 - total flux cleaned = 0.00513304 Jy ! Component: 2900 - total flux cleaned = 0.00519141 Jy ! Component: 2950 - total flux cleaned = 0.00536429 Jy ! Component: 3000 - total flux cleaned = 0.00550723 Jy ! Component: 3050 - total flux cleaned = 0.0055353 Jy ! Component: 3100 - total flux cleaned = 0.00556309 Jy ! Component: 3150 - total flux cleaned = 0.00556332 Jy ! Component: 3200 - total flux cleaned = 0.00572998 Jy ! Component: 3250 - total flux cleaned = 0.00592306 Jy ! Component: 3300 - total flux cleaned = 0.00614162 Jy ! Component: 3350 - total flux cleaned = 0.00625036 Jy ! Component: 3400 - total flux cleaned = 0.00638512 Jy ! Component: 3450 - total flux cleaned = 0.00643857 Jy ! Component: 3500 - total flux cleaned = 0.00665141 Jy ! Component: 3550 - total flux cleaned = 0.00670417 Jy ! Component: 3600 - total flux cleaned = 0.00696684 Jy ! Component: 3650 - total flux cleaned = 0.00696672 Jy ! Component: 3700 - total flux cleaned = 0.00704475 Jy ! Component: 3750 - total flux cleaned = 0.00722479 Jy ! Component: 3800 - total flux cleaned = 0.00735284 Jy ! Component: 3850 - total flux cleaned = 0.00742939 Jy ! Component: 3900 - total flux cleaned = 0.00753054 Jy ! Component: 3950 - total flux cleaned = 0.00763103 Jy ! Component: 4000 - total flux cleaned = 0.00775574 Jy ! Component: 4050 - total flux cleaned = 0.00790461 Jy ! Total flux subtracted in 4096 components = 0.00792903 Jy ! Clean residual min=-0.001529 max=0.001477 Jy/beam ! Clean residual mean=0.000002 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.453677 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 354 components and 0.453677 Jy ![Exited script file: muppet] wmap "J2101+0341_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.107 x 7.829 at -1.336 degrees (North through East) ! Clean map min=-0.0033588 max=0.40646 Jy/beam ! Writing clean map to FITS file: J2101+0341_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.406457 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000428558 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.316313 0.316313 0.632626 1.26525 2.5305 5.06101 10.122 20.244 40.4881 80.9761 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.406 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.107 x 7.829 at -1.336 degrees (North through East) ! Clean map min=-0.0033588 max=0.40646 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 J2101+0341_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:28:17 2019