! Started logfile: J1714-2100_S_2017_10_21_pus_uvs.log on Sat May 11 21:02:53 2019 obs J1714-2100_S_2017_10_21_pus_uva.fits ! Reading UV FITS file: J1714-2100_S_2017_10_21_pus_uva.fits ! AN table 1: 144 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.897377 visibilities/baseline/integration-bin. ! Found source: J1714-2100 ! ! 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 644 lines of history. ! ! Reading 18608 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 J1714-2100_S_2017_10_21_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 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 122 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 122 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 730 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.936027Jy sigma=0.007248 ! Fit after self-cal, rms=0.904558Jy sigma=0.007022 ! 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.829 mas, bmaj=12.34 mas, bpa=-18.5 degrees ! Estimated noise=1260.83 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.0650573 Jy ! Component: 100 - total flux cleaned = 0.0934626 Jy ! Total flux subtracted in 100 components = 0.0934626 Jy ! Clean residual min=-0.007410 max=0.014104 Jy/beam ! Clean residual mean=-0.000053 rms=0.002580 Jy/beam ! Combined flux in latest and established models = 0.0934626 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 38 components and 0.0934626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118581Jy sigma=0.000825 ! Fit after self-cal, rms=0.118246Jy sigma=0.000823 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0180648 Jy ! Component: 100 - total flux cleaned = 0.0306543 Jy ! Total flux subtracted in 100 components = 0.0306543 Jy ! Clean residual min=-0.005404 max=0.007459 Jy/beam ! Clean residual mean=-0.000036 rms=0.001760 Jy/beam ! Combined flux in latest and established models = 0.124117 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 83 components and 0.124117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113185Jy sigma=0.000775 ! Fit after self-cal, rms=0.113132Jy sigma=0.000775 ! 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.903 mas, bmaj=15.2 mas, bpa=-16.44 degrees ! Estimated noise=784.72 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.0167247 Jy ! Component: 100 - total flux cleaned = 0.0268597 Jy ! Component: 150 - total flux cleaned = 0.033367 Jy ! Component: 200 - total flux cleaned = 0.0375943 Jy ! Total flux subtracted in 200 components = 0.0375943 Jy ! Clean residual min=-0.004787 max=0.005740 Jy/beam ! Clean residual mean=-0.000021 rms=0.001459 Jy/beam ! Combined flux in latest and established models = 0.161711 Jy ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 156 components and 0.161711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110447Jy sigma=0.000752 ! Fit after self-cal, rms=0.110424Jy sigma=0.000751 ! 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.23 FD 0.98 HN 1.01 KP 1.07 ! LA 0.98 MK 1.12 NL 1.02 OV 0.98 ! PT 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 FD 0.95 HN 1.33 KP 1.11 ! LA 0.96 MK 0.99 NL 1.08 OV 1.02 ! PT 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.99 HN 0.99 KP 0.98 ! LA 0.75 MK 1.06 NL 1.30 OV 0.94 ! PT 0.91 ! ! ! Correcting IF 4. ! A total of 156 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.13 HN 0.83 KP 1.00* ! LA 0.82 MK 0.68 NL 1.00* OV 1.00* ! PT 0.82 ! ! ! Fit before self-cal, rms=0.110424Jy sigma=0.000751 ! Fit after self-cal, rms=0.114811Jy sigma=0.000741 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.894 mas, bmaj=15.55 mas, bpa=-16.39 degrees ! Estimated noise=804.148 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.000551553 Jy ! Component: 100 - total flux cleaned = -0.000401328 Jy ! Component: 150 - total flux cleaned = -0.000374666 Jy ! Component: 200 - total flux cleaned = -0.000373665 Jy ! Total flux subtracted in 200 components = -0.000373665 Jy ! Clean residual min=-0.002891 max=0.003543 Jy/beam ! Clean residual mean=0.000012 rms=0.000862 Jy/beam ! Combined flux in latest and established models = 0.161338 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 166 components and 0.161338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114782Jy sigma=0.000741 ! Fit after self-cal, rms=0.114955Jy sigma=0.000740 ! 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.114955Jy sigma=0.000740 ! Fit after self-cal, rms=0.124228Jy sigma=0.000737 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.864 mas, bmaj=15.98 mas, bpa=-16.31 degrees ! Estimated noise=803.694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000572588 Jy ! Component: 100 - total flux cleaned = -0.0007512 Jy ! Component: 150 - total flux cleaned = -0.000841011 Jy ! Component: 200 - total flux cleaned = -0.000921608 Jy ! Total flux subtracted in 200 components = -0.000921608 Jy ! Clean residual min=-0.002443 max=0.002745 Jy/beam ! Clean residual mean=0.000005 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.160416 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 173 components and 0.160416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124197Jy sigma=0.000737 ! Fit after self-cal, rms=0.124381Jy sigma=0.000736 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.8987e-05 Jy ! Component: 100 - total flux cleaned = -0.000116789 Jy ! Component: 150 - total flux cleaned = -0.000137664 Jy ! Component: 200 - total flux cleaned = -0.000138045 Jy ! Total flux subtracted in 200 components = -0.000138045 Jy ! Clean residual min=-0.002451 max=0.002663 Jy/beam ! Clean residual mean=0.000005 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.160278 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 174 components and 0.160278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124371Jy sigma=0.000736 ! Fit after self-cal, rms=0.124369Jy sigma=0.000736 ! 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.124369Jy sigma=0.000736 ! Fit after self-cal, rms=0.126845Jy sigma=0.000736 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.853 mas, bmaj=16.18 mas, bpa=-16.13 degrees ! Estimated noise=801.638 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000575212 Jy ! Component: 100 - total flux cleaned = -0.000656559 Jy ! Component: 150 - total flux cleaned = -0.000703952 Jy ! Component: 200 - total flux cleaned = -0.00072669 Jy ! Total flux subtracted in 200 components = -0.00072669 Jy ! Clean residual min=-0.002321 max=0.002642 Jy/beam ! Clean residual mean=0.000005 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.159551 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 175 components and 0.159551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126827Jy sigma=0.000736 ! Fit after self-cal, rms=0.126868Jy sigma=0.000736 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.000118434 Jy ! Component: 100 - total flux cleaned = -0.000139875 Jy ! Component: 150 - total flux cleaned = -0.000140207 Jy ! Component: 200 - total flux cleaned = -0.000157987 Jy ! Total flux subtracted in 200 components = -0.000157987 Jy ! Clean residual min=-0.002328 max=0.002606 Jy/beam ! Clean residual mean=0.000005 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.159393 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 175 components and 0.159393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126857Jy sigma=0.000736 ! Fit after self-cal, rms=0.126852Jy sigma=0.000736 ! 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.126852Jy sigma=0.000736 ! Fit after self-cal, rms=0.128057Jy sigma=0.000736 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.711 mas, bmaj=22.53 mas, bpa=-7.083 degrees ! Estimated noise=904.277 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000256082 Jy ! Component: 100 - total flux cleaned = -0.000294718 Jy ! Component: 150 - total flux cleaned = -0.000316189 Jy ! Component: 200 - total flux cleaned = -0.000336448 Jy ! Total flux subtracted in 200 components = -0.000336448 Jy ! Clean residual min=-0.002258 max=0.002302 Jy/beam ! Clean residual mean=0.000009 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.159057 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 181 components and 0.159057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128053Jy sigma=0.000736 ! Fit after self-cal, rms=0.128078Jy sigma=0.000736 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.53242e-05 Jy ! Component: 100 - total flux cleaned = -5.79122e-06 Jy ! Component: 150 - total flux cleaned = -1.46653e-05 Jy ! Component: 200 - total flux cleaned = -3.11888e-05 Jy ! Total flux subtracted in 200 components = -3.11888e-05 Jy ! Clean residual min=-0.002237 max=0.002287 Jy/beam ! Clean residual mean=0.000009 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.159026 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 182 components and 0.159026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128076Jy sigma=0.000736 ! Fit after self-cal, rms=0.128073Jy sigma=0.000736 ! 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.84 mas, bmaj=16.34 mas, bpa=-15.98 degrees ! Estimated noise=799.04 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.84 x 16.34 at -15.98 degrees (North through East) ! Clean map min=-0.0021972 max=0.087682 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.757 mas, bmaj=13.22 mas, bpa=-17.73 degrees ! Estimated noise=1282.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0657471 Jy ! Component: 100 - total flux cleaned = 0.0969151 Jy ! Component: 150 - total flux cleaned = 0.115187 Jy ! Component: 200 - total flux cleaned = 0.127255 Jy ! Total flux subtracted in 200 components = 0.127255 Jy ! Clean residual min=-0.005269 max=0.006570 Jy/beam ! Clean residual mean=-0.000022 rms=0.001464 Jy/beam ! Combined flux in latest and established models = 0.127255 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 49 model components to the UV plane model. ! The established model now contains 49 components and 0.127255 Jy ! Inverting map and beam ! Estimated beam: bmin=3.84 mas, bmaj=16.34 mas, bpa=-15.98 degrees ! Estimated noise=799.04 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.0127903 Jy ! Component: 100 - total flux cleaned = 0.0198058 Jy ! Component: 150 - total flux cleaned = 0.023961 Jy ! Component: 200 - total flux cleaned = 0.0265023 Jy ! Total flux subtracted in 200 components = 0.0265023 Jy ! Clean residual min=-0.002566 max=0.002840 Jy/beam ! Clean residual mean=-0.000003 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.153757 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 99 components and 0.153757 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=8.711 mas, bmaj=22.53 mas, bpa=-7.083 degrees ! Estimated noise=904.277 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00223122 Jy ! Component: 100 - total flux cleaned = 0.0032665 Jy ! Component: 150 - total flux cleaned = 0.00345399 Jy ! Component: 200 - total flux cleaned = 0.00362281 Jy ! Total flux subtracted in 200 components = 0.00362281 Jy ! Clean residual min=-0.002185 max=0.002202 Jy/beam ! Clean residual mean=0.000004 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.15738 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.000153535 Jy ! Component: 100 - total flux cleaned = 0.00027033 Jy ! Component: 150 - total flux cleaned = 0.000379351 Jy ! Component: 200 - total flux cleaned = 0.000499091 Jy ! Total flux subtracted in 200 components = 0.000499091 Jy ! Clean residual min=-0.002109 max=0.002255 Jy/beam ! Clean residual mean=0.000006 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.157879 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 114 components and 0.157879 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.84 mas, bmaj=16.34 mas, bpa=-15.98 degrees ! Estimated noise=799.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.33498e-05 Jy ! Component: 100 - total flux cleaned = 4.35053e-05 Jy ! Component: 150 - total flux cleaned = 9.47254e-05 Jy ! Component: 200 - total flux cleaned = 0.000142225 Jy ! Total flux subtracted in 200 components = 0.000142225 Jy ! Clean residual min=-0.002465 max=0.002572 Jy/beam ! Clean residual mean=0.000004 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.158021 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 122 components and 0.158021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128064Jy sigma=0.000736 ! Fit after self-cal, rms=0.127973Jy sigma=0.000736 wmodel J1714-2100_S_2017_10_21_pus_map.mod ! Writing 122 model components to file: J1714-2100_S_2017_10_21_pus_map.mod wobs J1714-2100_S_2017_10_21_pus_uvs.fits ! Writing UV FITS file: J1714-2100_S_2017_10_21_pus_uvs.fits wwins J1714-2100_S_2017_10_21_pus_map.win ! wwins: Wrote 1 windows to J1714-2100_S_2017_10_21_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.00105237 Jy ! Component: 100 - total flux cleaned = 0.00164772 Jy ! Component: 150 - total flux cleaned = 0.00212794 Jy ! Component: 200 - total flux cleaned = 0.00246951 Jy ! Component: 250 - total flux cleaned = 0.00283292 Jy ! Component: 300 - total flux cleaned = 0.00321807 Jy ! Component: 350 - total flux cleaned = 0.00362395 Jy ! Component: 400 - total flux cleaned = 0.00405082 Jy ! Component: 450 - total flux cleaned = 0.0044967 Jy ! Component: 500 - total flux cleaned = 0.0048062 Jy ! Component: 550 - total flux cleaned = 0.00498738 Jy ! Component: 600 - total flux cleaned = 0.00513462 Jy ! Component: 650 - total flux cleaned = 0.00522146 Jy ! Component: 700 - total flux cleaned = 0.00533457 Jy ! Component: 750 - total flux cleaned = 0.00541798 Jy ! Component: 800 - total flux cleaned = 0.005446 Jy ! Component: 850 - total flux cleaned = 0.00552693 Jy ! Component: 900 - total flux cleaned = 0.00568433 Jy ! Component: 950 - total flux cleaned = 0.00565853 Jy ! Component: 1000 - total flux cleaned = 0.00581085 Jy ! Component: 1050 - total flux cleaned = 0.00588541 Jy ! Component: 1100 - total flux cleaned = 0.00590948 Jy ! Component: 1150 - total flux cleaned = 0.00600545 Jy ! Component: 1200 - total flux cleaned = 0.00602876 Jy ! Component: 1250 - total flux cleaned = 0.00605189 Jy ! Component: 1300 - total flux cleaned = 0.00614328 Jy ! Component: 1350 - total flux cleaned = 0.00612025 Jy ! Component: 1400 - total flux cleaned = 0.00609792 Jy ! Component: 1450 - total flux cleaned = 0.00618581 Jy ! Component: 1500 - total flux cleaned = 0.0062077 Jy ! Component: 1550 - total flux cleaned = 0.00622934 Jy ! Component: 1600 - total flux cleaned = 0.00625031 Jy ! Component: 1650 - total flux cleaned = 0.00620864 Jy ! Component: 1700 - total flux cleaned = 0.00627051 Jy ! Component: 1750 - total flux cleaned = 0.00633141 Jy ! Component: 1800 - total flux cleaned = 0.00637165 Jy ! Component: 1850 - total flux cleaned = 0.00639132 Jy ! Component: 1900 - total flux cleaned = 0.00639147 Jy ! Component: 1950 - total flux cleaned = 0.00643032 Jy ! Component: 2000 - total flux cleaned = 0.00641101 Jy ! Component: 2050 - total flux cleaned = 0.00644886 Jy ! Component: 2100 - total flux cleaned = 0.00641129 Jy ! Component: 2150 - total flux cleaned = 0.00639295 Jy ! Component: 2200 - total flux cleaned = 0.00641132 Jy ! Component: 2250 - total flux cleaned = 0.0063384 Jy ! Component: 2300 - total flux cleaned = 0.00633824 Jy ! Component: 2350 - total flux cleaned = 0.00624907 Jy ! Component: 2400 - total flux cleaned = 0.00621396 Jy ! Component: 2450 - total flux cleaned = 0.00619657 Jy ! Component: 2500 - total flux cleaned = 0.00617935 Jy ! Component: 2550 - total flux cleaned = 0.00616204 Jy ! Component: 2600 - total flux cleaned = 0.00612806 Jy ! Component: 2650 - total flux cleaned = 0.00612807 Jy ! Component: 2700 - total flux cleaned = 0.00616143 Jy ! Component: 2750 - total flux cleaned = 0.00614468 Jy ! Component: 2800 - total flux cleaned = 0.00612828 Jy ! Component: 2850 - total flux cleaned = 0.00617732 Jy ! Component: 2900 - total flux cleaned = 0.00612852 Jy ! Component: 2950 - total flux cleaned = 0.00614459 Jy ! Component: 3000 - total flux cleaned = 0.00614477 Jy ! Component: 3050 - total flux cleaned = 0.0061449 Jy ! Component: 3100 - total flux cleaned = 0.00617653 Jy ! Component: 3150 - total flux cleaned = 0.00623895 Jy ! Component: 3200 - total flux cleaned = 0.00623899 Jy ! Component: 3250 - total flux cleaned = 0.00625423 Jy ! Component: 3300 - total flux cleaned = 0.00631543 Jy ! Component: 3350 - total flux cleaned = 0.00631534 Jy ! Component: 3400 - total flux cleaned = 0.00633048 Jy ! Component: 3450 - total flux cleaned = 0.00636048 Jy ! Component: 3500 - total flux cleaned = 0.00637547 Jy ! Component: 3550 - total flux cleaned = 0.00641976 Jy ! Component: 3600 - total flux cleaned = 0.00641967 Jy ! Component: 3650 - total flux cleaned = 0.00646345 Jy ! Component: 3700 - total flux cleaned = 0.00646343 Jy ! Component: 3750 - total flux cleaned = 0.00647799 Jy ! Component: 3800 - total flux cleaned = 0.00650667 Jy ! Component: 3850 - total flux cleaned = 0.00654946 Jy ! Component: 3900 - total flux cleaned = 0.00660608 Jy ! Component: 3950 - total flux cleaned = 0.00662017 Jy ! Component: 4000 - total flux cleaned = 0.00670447 Jy ! Component: 4050 - total flux cleaned = 0.00673247 Jy ! Total flux subtracted in 4096 components = 0.00678797 Jy ! Clean residual min=-0.000831 max=0.000736 Jy/beam ! Clean residual mean=0.000005 rms=0.000261 Jy/beam ! Combined flux in latest and established models = 0.164809 Jy keep ! Adding 240 model components to the UV plane model. ! The established model now contains 362 components and 0.164809 Jy ![Exited script file: muppet] wmap "J1714-2100_S_2017_10_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.84 x 16.34 at -15.98 degrees (North through East) ! Clean map min=-0.0014399 max=0.088203 Jy/beam ! Writing clean map to FITS file: J1714-2100_S_2017_10_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0882034 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000254149 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.86442 0.86442 1.72884 3.45768 6.91536 13.8307 27.6614 55.3229 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.088 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.84 x 16.34 at -15.98 degrees (North through East) ! Clean map min=-0.0014399 max=0.088203 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 J1714-2100_S_2017_10_21_pus_uvs.log closed on Sat May 11 21:02:58 2019