! Started logfile: J2101+0341_S_2017_05_01_pus_uvs.log on Wed May 1 18:43:40 2019 obs J2101+0341_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J2101+0341_S_2017_05_01_pus_uva.fits ! AN table 1: 13 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.933333 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 788 lines of history. ! ! Reading 2184 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_05_01_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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.520981Jy sigma=0.004157 ! Fit after self-cal, rms=0.512094Jy sigma=0.004079 ! 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.755 mas, bmaj=7.089 mas, bpa=-7.061 degrees ! Estimated noise=2498.04 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.378275 Jy ! Component: 100 - total flux cleaned = 0.476571 Jy ! Total flux subtracted in 100 components = 0.476571 Jy ! Clean residual min=-0.017849 max=0.038737 Jy/beam ! Clean residual mean=0.000039 rms=0.005532 Jy/beam ! Combined flux in latest and established models = 0.476571 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.476571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109936Jy sigma=0.000821 ! Fit after self-cal, rms=0.109866Jy sigma=0.000820 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0386969 Jy ! Component: 100 - total flux cleaned = 0.0550763 Jy ! Total flux subtracted in 100 components = 0.0550763 Jy ! Clean residual min=-0.013573 max=0.013527 Jy/beam ! Clean residual mean=0.000001 rms=0.003383 Jy/beam ! Combined flux in latest and established models = 0.531647 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 13 components and 0.531647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095050Jy sigma=0.000709 ! Fit after self-cal, rms=0.095018Jy sigma=0.000708 ! 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.245 mas, bmaj=7.787 mas, bpa=-5.733 degrees ! Estimated noise=2114.1 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.0108282 Jy ! Component: 100 - total flux cleaned = 0.0170359 Jy ! Component: 150 - total flux cleaned = 0.0197901 Jy ! Component: 200 - total flux cleaned = 0.0203819 Jy ! Total flux subtracted in 200 components = 0.0203819 Jy ! Clean residual min=-0.014488 max=0.010280 Jy/beam ! Clean residual mean=-0.000014 rms=0.002940 Jy/beam ! Combined flux in latest and established models = 0.552029 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 26 components and 0.552029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093433Jy sigma=0.000700 ! Fit after self-cal, rms=0.093416Jy sigma=0.000700 ! 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.96 FD 0.86 HN 1.04 KP 1.05 ! LA 1.01 MK 0.99 NL 0.95 OV 1.01 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.87 HN 1.08 KP 1.00 ! LA 0.99 MK 0.98 NL 1.04 OV 1.03 ! PT 1.01 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.95 HN 1.06 KP 1.03 ! LA 1.00 MK 0.99 NL 1.08 OV 0.97 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.00 HN 1.02 KP 1.00* ! LA 0.85 MK 1.00 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.093416Jy sigma=0.000700 ! Fit after self-cal, rms=0.084308Jy sigma=0.000642 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.247 mas, bmaj=7.817 mas, bpa=-5.743 degrees ! Estimated noise=2115.32 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.00354171 Jy ! Component: 100 - total flux cleaned = -0.00378641 Jy ! Component: 150 - total flux cleaned = -0.00397383 Jy ! Component: 200 - total flux cleaned = -0.00414279 Jy ! Total flux subtracted in 200 components = -0.00414279 Jy ! Clean residual min=-0.005100 max=0.004905 Jy/beam ! Clean residual mean=-0.000001 rms=0.001237 Jy/beam ! Combined flux in latest and established models = 0.547886 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 33 components and 0.547886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084122Jy sigma=0.000641 ! Fit after self-cal, rms=0.084106Jy sigma=0.000641 ! 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.084106Jy sigma=0.000641 ! Fit after self-cal, rms=0.084109Jy sigma=0.000641 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.252 mas, bmaj=7.819 mas, bpa=-5.678 degrees ! Estimated noise=2114.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00200456 Jy ! Component: 100 - total flux cleaned = -0.00234104 Jy ! Component: 150 - total flux cleaned = -0.00254995 Jy ! Component: 200 - total flux cleaned = -0.00269785 Jy ! Total flux subtracted in 200 components = -0.00269785 Jy ! Clean residual min=-0.004641 max=0.004743 Jy/beam ! Clean residual mean=-0.000001 rms=0.001194 Jy/beam ! Combined flux in latest and established models = 0.545188 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 45 components and 0.545189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084043Jy sigma=0.000640 ! Fit after self-cal, rms=0.084038Jy sigma=0.000640 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.000380983 Jy ! Component: 100 - total flux cleaned = -0.000379862 Jy ! Component: 150 - total flux cleaned = -0.000379536 Jy ! Component: 200 - total flux cleaned = -0.000449821 Jy ! Total flux subtracted in 200 components = -0.000449821 Jy ! Clean residual min=-0.004563 max=0.004700 Jy/beam ! Clean residual mean=-0.000000 rms=0.001179 Jy/beam ! Combined flux in latest and established models = 0.544739 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 0.544739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084012Jy sigma=0.000640 ! Fit after self-cal, rms=0.084008Jy sigma=0.000640 ! 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.084008Jy sigma=0.000640 ! Fit after self-cal, rms=0.084054Jy sigma=0.000640 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=7.822 mas, bpa=-5.64 degrees ! Estimated noise=2114.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00109565 Jy ! Component: 100 - total flux cleaned = -0.00127353 Jy ! Component: 150 - total flux cleaned = -0.00145141 Jy ! Component: 200 - total flux cleaned = -0.00158291 Jy ! Total flux subtracted in 200 components = -0.00158291 Jy ! Clean residual min=-0.004559 max=0.004575 Jy/beam ! Clean residual mean=-0.000001 rms=0.001158 Jy/beam ! Combined flux in latest and established models = 0.543156 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 57 components and 0.543156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084028Jy sigma=0.000640 ! Fit after self-cal, rms=0.084027Jy sigma=0.000639 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.000285955 Jy ! Component: 100 - total flux cleaned = -0.000329831 Jy ! Component: 150 - total flux cleaned = -0.000347972 Jy ! Component: 200 - total flux cleaned = -0.00036406 Jy ! Total flux subtracted in 200 components = -0.00036406 Jy ! Clean residual min=-0.004553 max=0.004535 Jy/beam ! Clean residual mean=-0.000000 rms=0.001151 Jy/beam ! Combined flux in latest and established models = 0.542792 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.542792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084014Jy sigma=0.000639 ! Fit after self-cal, rms=0.084012Jy sigma=0.000639 ! 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.084012Jy sigma=0.000639 ! Fit after self-cal, rms=0.084055Jy sigma=0.000639 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.527 mas, bmaj=12.05 mas, bpa=4.909 degrees ! Estimated noise=2578.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00154745 Jy ! Component: 100 - total flux cleaned = -0.00157092 Jy ! Component: 150 - total flux cleaned = -0.00163277 Jy ! Component: 200 - total flux cleaned = -0.0016875 Jy ! Total flux subtracted in 200 components = -0.0016875 Jy ! Clean residual min=-0.004457 max=0.005467 Jy/beam ! Clean residual mean=-0.000001 rms=0.001340 Jy/beam ! Combined flux in latest and established models = 0.541104 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 64 components and 0.541104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084054Jy sigma=0.000639 ! Fit after self-cal, rms=0.084048Jy sigma=0.000639 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.000153307 Jy ! Component: 100 - total flux cleaned = -0.000151054 Jy ! Component: 150 - total flux cleaned = -0.0001359 Jy ! Component: 200 - total flux cleaned = -0.000136807 Jy ! Total flux subtracted in 200 components = -0.000136807 Jy ! Clean residual min=-0.004397 max=0.005423 Jy/beam ! Clean residual mean=-0.000000 rms=0.001325 Jy/beam ! Combined flux in latest and established models = 0.540967 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 71 components and 0.540967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084057Jy sigma=0.000639 ! Fit after self-cal, rms=0.084054Jy sigma=0.000639 ! 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.259 mas, bmaj=7.824 mas, bpa=-5.607 degrees ! Estimated noise=2114.97 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.259 x 7.824 at -5.607 degrees (North through East) ! Clean map min=-0.0044081 max=0.49217 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.763 mas, bmaj=7.12 mas, bpa=-6.884 degrees ! Estimated noise=2510.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.379857 Jy ! Component: 100 - total flux cleaned = 0.477478 Jy ! Component: 150 - total flux cleaned = 0.515432 Jy ! Component: 200 - total flux cleaned = 0.530734 Jy ! Total flux subtracted in 200 components = 0.530734 Jy ! Clean residual min=-0.006882 max=0.006337 Jy/beam ! Clean residual mean=0.000007 rms=0.001707 Jy/beam ! Combined flux in latest and established models = 0.530734 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.530734 Jy ! Inverting map and beam ! Estimated beam: bmin=3.259 mas, bmaj=7.824 mas, bpa=-5.607 degrees ! Estimated noise=2114.97 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.00662163 Jy ! Component: 100 - total flux cleaned = 0.0078255 Jy ! Component: 150 - total flux cleaned = 0.00866535 Jy ! Component: 200 - total flux cleaned = 0.00919815 Jy ! Total flux subtracted in 200 components = 0.00919815 Jy ! Clean residual min=-0.004608 max=0.004801 Jy/beam ! Clean residual mean=0.000001 rms=0.001161 Jy/beam ! Combined flux in latest and established models = 0.539932 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 30 components and 0.539932 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.527 mas, bmaj=12.05 mas, bpa=4.909 degrees ! Estimated noise=2578.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00127479 Jy ! Component: 100 - total flux cleaned = 0.00127199 Jy ! Component: 150 - total flux cleaned = 0.00124665 Jy ! Component: 200 - total flux cleaned = 0.00124645 Jy ! Total flux subtracted in 200 components = 0.00124645 Jy ! Clean residual min=-0.004357 max=0.005414 Jy/beam ! Clean residual mean=-0.000001 rms=0.001333 Jy/beam ! Combined flux in latest and established models = 0.541178 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.66831e-05 Jy ! Component: 100 - total flux cleaned = -1.64239e-05 Jy ! Component: 150 - total flux cleaned = -1.75282e-05 Jy ! Component: 200 - total flux cleaned = -1.7836e-05 Jy ! Total flux subtracted in 200 components = -1.7836e-05 Jy ! Clean residual min=-0.004345 max=0.005408 Jy/beam ! Clean residual mean=-0.000001 rms=0.001328 Jy/beam ! Combined flux in latest and established models = 0.541161 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 45 components and 0.541161 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.259 mas, bmaj=7.824 mas, bpa=-5.607 degrees ! Estimated noise=2114.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.69482e-05 Jy ! Component: 100 - total flux cleaned = -0.000308146 Jy ! Component: 150 - total flux cleaned = -0.000467066 Jy ! Component: 200 - total flux cleaned = -0.00050094 Jy ! Total flux subtracted in 200 components = -0.00050094 Jy ! Clean residual min=-0.004605 max=0.004515 Jy/beam ! Clean residual mean=0.000000 rms=0.001142 Jy/beam ! Combined flux in latest and established models = 0.54066 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 58 components and 0.54066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084105Jy sigma=0.000639 ! Fit after self-cal, rms=0.084092Jy sigma=0.000639 wmodel J2101+0341_S_2017_05_01_pus_map.mod ! Writing 58 model components to file: J2101+0341_S_2017_05_01_pus_map.mod wobs J2101+0341_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J2101+0341_S_2017_05_01_pus_uvs.fits wwins J2101+0341_S_2017_05_01_pus_map.win ! wwins: Wrote 1 windows to J2101+0341_S_2017_05_01_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.000682135 Jy ! Component: 100 - total flux cleaned = -0.0015226 Jy ! Component: 150 - total flux cleaned = -0.00216993 Jy ! Component: 200 - total flux cleaned = -0.00250919 Jy ! Component: 250 - total flux cleaned = -0.00263528 Jy ! Component: 300 - total flux cleaned = -0.00263331 Jy ! Component: 350 - total flux cleaned = -0.00287064 Jy ! Component: 400 - total flux cleaned = -0.00309875 Jy ! Component: 450 - total flux cleaned = -0.00293353 Jy ! Component: 500 - total flux cleaned = -0.002932 Jy ! Component: 550 - total flux cleaned = -0.00282832 Jy ! Component: 600 - total flux cleaned = -0.00282872 Jy ! Component: 650 - total flux cleaned = -0.00287627 Jy ! Component: 700 - total flux cleaned = -0.00278032 Jy ! Component: 750 - total flux cleaned = -0.00277978 Jy ! Component: 800 - total flux cleaned = -0.00282412 Jy ! Component: 850 - total flux cleaned = -0.00273575 Jy ! Component: 900 - total flux cleaned = -0.00282316 Jy ! Component: 950 - total flux cleaned = -0.00282312 Jy ! Component: 1000 - total flux cleaned = -0.00274149 Jy ! Component: 1050 - total flux cleaned = -0.00270226 Jy ! Component: 1100 - total flux cleaned = -0.00266363 Jy ! Component: 1150 - total flux cleaned = -0.00258687 Jy ! Component: 1200 - total flux cleaned = -0.00247236 Jy ! Component: 1250 - total flux cleaned = -0.00239724 Jy ! Component: 1300 - total flux cleaned = -0.00225209 Jy ! Component: 1350 - total flux cleaned = -0.00200151 Jy ! Component: 1400 - total flux cleaned = -0.00182577 Jy ! Component: 1450 - total flux cleaned = -0.00154802 Jy ! Component: 1500 - total flux cleaned = -0.0013773 Jy ! Component: 1550 - total flux cleaned = -0.00124167 Jy ! Component: 1600 - total flux cleaned = -0.00104235 Jy ! Component: 1650 - total flux cleaned = -0.000781024 Jy ! Component: 1700 - total flux cleaned = -0.000619334 Jy ! Component: 1750 - total flux cleaned = -0.000364334 Jy ! Component: 1800 - total flux cleaned = -0.000207044 Jy ! Component: 1850 - total flux cleaned = -2.12367e-05 Jy ! Component: 1900 - total flux cleaned = 0.000100721 Jy ! Component: 1950 - total flux cleaned = 0.000251519 Jy ! Component: 2000 - total flux cleaned = 0.000400783 Jy ! Component: 2050 - total flux cleaned = 0.000518789 Jy ! Component: 2100 - total flux cleaned = 0.000635505 Jy ! Component: 2150 - total flux cleaned = 0.000751167 Jy ! Component: 2200 - total flux cleaned = 0.000921954 Jy ! Component: 2250 - total flux cleaned = 0.00097802 Jy ! Component: 2300 - total flux cleaned = 0.00111724 Jy ! Component: 2350 - total flux cleaned = 0.00114464 Jy ! Component: 2400 - total flux cleaned = 0.00119921 Jy ! Component: 2450 - total flux cleaned = 0.00130706 Jy ! Component: 2500 - total flux cleaned = 0.00130742 Jy ! Component: 2550 - total flux cleaned = 0.00136051 Jy ! Component: 2600 - total flux cleaned = 0.00143914 Jy ! Component: 2650 - total flux cleaned = 0.00151729 Jy ! Component: 2700 - total flux cleaned = 0.0015429 Jy ! Component: 2750 - total flux cleaned = 0.00156851 Jy ! Component: 2800 - total flux cleaned = 0.00161911 Jy ! Component: 2850 - total flux cleaned = 0.00169417 Jy ! Component: 2900 - total flux cleaned = 0.00161945 Jy ! Component: 2950 - total flux cleaned = 0.00166883 Jy ! Component: 3000 - total flux cleaned = 0.00162021 Jy ! Component: 3050 - total flux cleaned = 0.00164442 Jy ! Component: 3100 - total flux cleaned = 0.00171652 Jy ! Component: 3150 - total flux cleaned = 0.00174045 Jy ! Component: 3200 - total flux cleaned = 0.00174027 Jy ! Component: 3250 - total flux cleaned = 0.00176378 Jy ! Component: 3300 - total flux cleaned = 0.00178696 Jy ! Component: 3350 - total flux cleaned = 0.00178685 Jy ! Component: 3400 - total flux cleaned = 0.00176374 Jy ! Component: 3450 - total flux cleaned = 0.00176369 Jy ! Component: 3500 - total flux cleaned = 0.00169503 Jy ! Component: 3550 - total flux cleaned = 0.00171776 Jy ! Component: 3600 - total flux cleaned = 0.00174045 Jy ! Component: 3650 - total flux cleaned = 0.00167244 Jy ! Component: 3700 - total flux cleaned = 0.00176245 Jy ! Component: 3750 - total flux cleaned = 0.00167268 Jy ! Component: 3800 - total flux cleaned = 0.00171759 Jy ! Component: 3850 - total flux cleaned = 0.00169531 Jy ! Component: 3900 - total flux cleaned = 0.00167302 Jy ! Component: 3950 - total flux cleaned = 0.00165093 Jy ! Component: 4000 - total flux cleaned = 0.00162885 Jy ! Component: 4050 - total flux cleaned = 0.00162882 Jy ! Total flux subtracted in 4096 components = 0.00162877 Jy ! Clean residual min=-0.001355 max=0.001529 Jy/beam ! Clean residual mean=0.000002 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.542288 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 321 components and 0.542289 Jy ![Exited script file: muppet] wmap "J2101+0341_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.259 x 7.824 at -5.607 degrees (North through East) ! Clean map min=-0.0033312 max=0.49261 Jy/beam ! Writing clean map to FITS file: J2101+0341_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.492609 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000354384 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.215821 0.215821 0.431642 0.863283 1.72657 3.45313 6.90627 13.8125 27.6251 55.2501 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.492 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.259 x 7.824 at -5.607 degrees (North through East) ! Clean map min=-0.0033312 max=0.49261 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_05_01_pus_uvs.log closed on Wed May 1 18:43:44 2019