! Started logfile: J2110-0126_S_2017_03_23_pus_uvs.log on Mon May 13 10:08:55 2019 obs J2110-0126_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J2110-0126_S_2017_03_23_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.847563 visibilities/baseline/integration-bin. ! Found source: J2110-0126 ! ! 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 481 lines of history. ! ! Reading 17392 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 J2110-0126_S_2017_03_23_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 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 124 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 472 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.945900Jy sigma=0.007644 ! Fit after self-cal, rms=0.923421Jy sigma=0.007486 ! 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.798 mas, bmaj=7.353 mas, bpa=-6.551 degrees ! Estimated noise=1126.8 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.0591246 Jy ! Component: 100 - total flux cleaned = 0.0772311 Jy ! Total flux subtracted in 100 components = 0.0772311 Jy ! Clean residual min=-0.003885 max=0.007968 Jy/beam ! Clean residual mean=0.000026 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.0772311 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0772311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090580Jy sigma=0.000672 ! Fit after self-cal, rms=0.090490Jy sigma=0.000671 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0093166 Jy ! Component: 100 - total flux cleaned = 0.013998 Jy ! Total flux subtracted in 100 components = 0.013998 Jy ! Clean residual min=-0.003190 max=0.003200 Jy/beam ! Clean residual mean=0.000016 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.0912291 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 22 components and 0.0912291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089344Jy sigma=0.000663 ! Fit after self-cal, rms=0.089309Jy sigma=0.000663 ! 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.304 mas, bmaj=8.479 mas, bpa=-7.825 degrees ! Estimated noise=738.71 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.0038736 Jy ! Component: 100 - total flux cleaned = 0.00601701 Jy ! Component: 150 - total flux cleaned = 0.00735255 Jy ! Component: 200 - total flux cleaned = 0.00782045 Jy ! Total flux subtracted in 200 components = 0.00782045 Jy ! Clean residual min=-0.002910 max=0.002884 Jy/beam ! Clean residual mean=0.000016 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.0990496 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 48 components and 0.0990496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089086Jy sigma=0.000662 ! Fit after self-cal, rms=0.089088Jy sigma=0.000661 ! 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.05 FD 0.95 HN 0.97 KP 1.08 ! LA 1.02 MK 1.02 NL 0.86 OV 1.03 ! PT 1.01 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.04 HN 1.02 KP 0.96 ! LA 0.98 MK 0.96 NL 1.13 OV 1.12 ! PT 0.96 SC 1.10 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.04 HN 1.06 KP 0.88 ! LA 0.78 MK 1.09 NL 1.13 OV 0.99 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 0.98 KP 1.00* ! LA 0.78 MK 1.05 NL 1.00* OV 1.30 ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.089088Jy sigma=0.000661 ! Fit after self-cal, rms=0.088114Jy sigma=0.000657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.33 mas, bmaj=8.549 mas, bpa=-7.783 degrees ! Estimated noise=746.235 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.000140428 Jy ! Component: 100 - total flux cleaned = -0.000140082 Jy ! Component: 150 - total flux cleaned = -0.000162266 Jy ! Component: 200 - total flux cleaned = -0.000160671 Jy ! Total flux subtracted in 200 components = -0.000160671 Jy ! Clean residual min=-0.001881 max=0.002042 Jy/beam ! Clean residual mean=0.000005 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.0988889 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.0988889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088099Jy sigma=0.000657 ! Fit after self-cal, rms=0.088110Jy sigma=0.000656 ! 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.088110Jy sigma=0.000656 ! Fit after self-cal, rms=0.088921Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.33 mas, bmaj=8.575 mas, bpa=-7.806 degrees ! Estimated noise=747.649 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.55758e-05 Jy ! Component: 100 - total flux cleaned = -6.68504e-05 Jy ! Component: 150 - total flux cleaned = -8.62964e-05 Jy ! Component: 200 - total flux cleaned = -0.000104705 Jy ! Total flux subtracted in 200 components = -0.000104705 Jy ! Clean residual min=-0.001844 max=0.002109 Jy/beam ! Clean residual mean=0.000005 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.0987842 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 64 components and 0.0987842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088911Jy sigma=0.000656 ! Fit after self-cal, rms=0.088935Jy sigma=0.000656 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 (-107, -102). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00158544 Jy ! Component: 100 - total flux cleaned = 0.00166326 Jy ! Component: 150 - total flux cleaned = 0.00169318 Jy ! Component: 200 - total flux cleaned = 0.00171983 Jy ! Total flux subtracted in 200 components = 0.00171983 Jy ! Clean residual min=-0.001812 max=0.001854 Jy/beam ! Clean residual mean=0.000006 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.100504 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 85 components and 0.100504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088893Jy sigma=0.000655 ! Fit after self-cal, rms=0.088891Jy sigma=0.000655 ! 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.088891Jy sigma=0.000655 ! Fit after self-cal, rms=0.089041Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.328 mas, bmaj=8.589 mas, bpa=-7.791 degrees ! Estimated noise=747.346 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000626618 Jy ! Component: 100 - total flux cleaned = 0.000627432 Jy ! Component: 150 - total flux cleaned = 0.000581085 Jy ! Component: 200 - total flux cleaned = 0.000581227 Jy ! Total flux subtracted in 200 components = 0.000581227 Jy ! Clean residual min=-0.001783 max=0.001746 Jy/beam ! Clean residual mean=0.000007 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.101085 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 94 components and 0.101085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089024Jy sigma=0.000655 ! Fit after self-cal, rms=0.089034Jy sigma=0.000655 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.000107657 Jy ! Component: 100 - total flux cleaned = 0.000107803 Jy ! Component: 150 - total flux cleaned = 8.85612e-05 Jy ! Component: 200 - total flux cleaned = 8.85827e-05 Jy ! Total flux subtracted in 200 components = 8.85827e-05 Jy ! Clean residual min=-0.001804 max=0.001779 Jy/beam ! Clean residual mean=0.000007 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.101174 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 98 components and 0.101174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089024Jy sigma=0.000655 ! Fit after self-cal, rms=0.089025Jy sigma=0.000655 ! 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.089025Jy sigma=0.000655 ! Fit after self-cal, rms=0.089182Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.538 mas, bmaj=12.99 mas, bpa=-2.299 degrees ! Estimated noise=918.687 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000175575 Jy ! Component: 100 - total flux cleaned = 0.000243622 Jy ! Component: 150 - total flux cleaned = 0.000301324 Jy ! Component: 200 - total flux cleaned = 0.000313921 Jy ! Total flux subtracted in 200 components = 0.000313921 Jy ! Clean residual min=-0.001677 max=0.001701 Jy/beam ! Clean residual mean=0.000014 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.101488 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 112 components and 0.101488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089179Jy sigma=0.000655 ! Fit after self-cal, rms=0.089184Jy sigma=0.000655 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 = 2.71302e-05 Jy ! Component: 100 - total flux cleaned = 5.24075e-05 Jy ! Component: 150 - total flux cleaned = 5.29672e-05 Jy ! Component: 200 - total flux cleaned = 5.29763e-05 Jy ! Total flux subtracted in 200 components = 5.29763e-05 Jy ! Clean residual min=-0.001676 max=0.001705 Jy/beam ! Clean residual mean=0.000014 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.101541 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 118 components and 0.101541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089183Jy sigma=0.000655 ! Fit after self-cal, rms=0.089182Jy sigma=0.000655 ! 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.33 mas, bmaj=8.6 mas, bpa=-7.815 degrees ! Estimated noise=747.841 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.33 x 8.6 at -7.815 degrees (North through East) ! Clean map min=-0.0017109 max=0.078473 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.814 mas, bmaj=7.363 mas, bpa=-6.192 degrees ! Estimated noise=1139.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0593209 Jy ! Component: 100 - total flux cleaned = 0.0786043 Jy ! Component: 150 - total flux cleaned = 0.08784 Jy ! Component: 200 - total flux cleaned = 0.0925637 Jy ! Total flux subtracted in 200 components = 0.0925637 Jy ! Clean residual min=-0.002797 max=0.003254 Jy/beam ! Clean residual mean=0.000010 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.0925637 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.0925637 Jy ! Inverting map and beam ! Estimated beam: bmin=3.33 mas, bmaj=8.6 mas, bpa=-7.815 degrees ! Estimated noise=747.841 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.00339954 Jy ! Component: 100 - total flux cleaned = 0.00539834 Jy ! Component: 150 - total flux cleaned = 0.0065451 Jy ! Component: 200 - total flux cleaned = 0.00673205 Jy ! Total flux subtracted in 200 components = 0.00673205 Jy ! Clean residual min=-0.001826 max=0.001727 Jy/beam ! Clean residual mean=0.000010 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.0992958 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 43 components and 0.0992958 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.538 mas, bmaj=12.99 mas, bpa=-2.299 degrees ! Estimated noise=918.687 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000987768 Jy ! Component: 100 - total flux cleaned = 0.00130227 Jy ! Component: 150 - total flux cleaned = 0.00159292 Jy ! Component: 200 - total flux cleaned = 0.0016583 Jy ! Total flux subtracted in 200 components = 0.0016583 Jy ! Clean residual min=-0.001698 max=0.001683 Jy/beam ! Clean residual mean=0.000016 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.100954 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 = 7.68039e-05 Jy ! Component: 100 - total flux cleaned = 0.000110873 Jy ! Component: 150 - total flux cleaned = 0.000126776 Jy ! Component: 200 - total flux cleaned = 0.000140315 Jy ! Total flux subtracted in 200 components = 0.000140315 Jy ! Clean residual min=-0.001671 max=0.001691 Jy/beam ! Clean residual mean=0.000015 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.101094 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 72 components and 0.101094 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.33 mas, bmaj=8.6 mas, bpa=-7.815 degrees ! Estimated noise=747.841 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000594562 Jy ! Component: 100 - total flux cleaned = -0.000452194 Jy ! Component: 150 - total flux cleaned = -0.000331436 Jy ! Component: 200 - total flux cleaned = -0.000249216 Jy ! Total flux subtracted in 200 components = -0.000249216 Jy ! Clean residual min=-0.001810 max=0.001739 Jy/beam ! Clean residual mean=0.000008 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.100845 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 88 components and 0.100845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089203Jy sigma=0.000655 ! Fit after self-cal, rms=0.089190Jy sigma=0.000655 wmodel J2110-0126_S_2017_03_23_pus_map.mod ! Writing 88 model components to file: J2110-0126_S_2017_03_23_pus_map.mod wobs J2110-0126_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J2110-0126_S_2017_03_23_pus_uvs.fits wwins J2110-0126_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J2110-0126_S_2017_03_23_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.000101791 Jy ! Component: 100 - total flux cleaned = -9.49925e-06 Jy ! Component: 150 - total flux cleaned = 0.000165181 Jy ! Component: 200 - total flux cleaned = 0.000247406 Jy ! Component: 250 - total flux cleaned = 0.000379274 Jy ! Component: 300 - total flux cleaned = 0.000634766 Jy ! Component: 350 - total flux cleaned = 0.000858262 Jy ! Component: 400 - total flux cleaned = 0.00107705 Jy ! Component: 450 - total flux cleaned = 0.00131489 Jy ! Component: 500 - total flux cleaned = 0.00147806 Jy ! Component: 550 - total flux cleaned = 0.00170725 Jy ! Component: 600 - total flux cleaned = 0.00188748 Jy ! Component: 650 - total flux cleaned = 0.00215353 Jy ! Component: 700 - total flux cleaned = 0.00226303 Jy ! Component: 750 - total flux cleaned = 0.00258549 Jy ! Component: 800 - total flux cleaned = 0.00279676 Jy ! Component: 850 - total flux cleaned = 0.00296359 Jy ! Component: 900 - total flux cleaned = 0.00321023 Jy ! Component: 950 - total flux cleaned = 0.00343323 Jy ! Component: 1000 - total flux cleaned = 0.00363351 Jy ! Component: 1050 - total flux cleaned = 0.00387028 Jy ! Component: 1100 - total flux cleaned = 0.00412317 Jy ! Component: 1150 - total flux cleaned = 0.00429611 Jy ! Component: 1200 - total flux cleaned = 0.00446694 Jy ! Component: 1250 - total flux cleaned = 0.00463617 Jy ! Component: 1300 - total flux cleaned = 0.00487733 Jy ! Component: 1350 - total flux cleaned = 0.00507872 Jy ! Component: 1400 - total flux cleaned = 0.00522383 Jy ! Component: 1450 - total flux cleaned = 0.00545673 Jy ! Component: 1500 - total flux cleaned = 0.00566953 Jy ! Component: 1550 - total flux cleaned = 0.00586262 Jy ! Component: 1600 - total flux cleaned = 0.00612298 Jy ! Component: 1650 - total flux cleaned = 0.00629454 Jy ! Component: 1700 - total flux cleaned = 0.00644786 Jy ! Component: 1750 - total flux cleaned = 0.00665002 Jy ! Component: 1800 - total flux cleaned = 0.00685033 Jy ! Component: 1850 - total flux cleaned = 0.00704854 Jy ! Component: 1900 - total flux cleaned = 0.00724536 Jy ! Component: 1950 - total flux cleaned = 0.00745616 Jy ! Component: 2000 - total flux cleaned = 0.00763305 Jy ! Component: 2050 - total flux cleaned = 0.00782407 Jy ! Component: 2100 - total flux cleaned = 0.0080135 Jy ! Component: 2150 - total flux cleaned = 0.00821683 Jy ! Component: 2200 - total flux cleaned = 0.00830993 Jy ! Component: 2250 - total flux cleaned = 0.0085255 Jy ! Component: 2300 - total flux cleaned = 0.00867792 Jy ! Component: 2350 - total flux cleaned = 0.00882932 Jy ! Component: 2400 - total flux cleaned = 0.00894945 Jy ! Component: 2450 - total flux cleaned = 0.0090984 Jy ! Component: 2500 - total flux cleaned = 0.00927562 Jy ! Component: 2550 - total flux cleaned = 0.00940748 Jy ! Component: 2600 - total flux cleaned = 0.0094367 Jy ! Component: 2650 - total flux cleaned = 0.00959569 Jy ! Component: 2700 - total flux cleaned = 0.00972462 Jy ! Component: 2750 - total flux cleaned = 0.00983861 Jy ! Component: 2800 - total flux cleaned = 0.00997987 Jy ! Component: 2850 - total flux cleaned = 0.010064 Jy ! Component: 2900 - total flux cleaned = 0.0101615 Jy ! Component: 2950 - total flux cleaned = 0.010314 Jy ! Component: 3000 - total flux cleaned = 0.0104513 Jy ! Component: 3050 - total flux cleaned = 0.0105195 Jy ! Component: 3100 - total flux cleaned = 0.010628 Jy ! Component: 3150 - total flux cleaned = 0.0107627 Jy ! Component: 3200 - total flux cleaned = 0.010843 Jy ! Component: 3250 - total flux cleaned = 0.010923 Jy ! Component: 3300 - total flux cleaned = 0.011042 Jy ! Component: 3350 - total flux cleaned = 0.0110946 Jy ! Component: 3400 - total flux cleaned = 0.0111467 Jy ! Component: 3450 - total flux cleaned = 0.0112765 Jy ! Component: 3500 - total flux cleaned = 0.0113412 Jy ! Component: 3550 - total flux cleaned = 0.011431 Jy ! Component: 3600 - total flux cleaned = 0.0115457 Jy ! Component: 3650 - total flux cleaned = 0.0116217 Jy ! Component: 3700 - total flux cleaned = 0.0116343 Jy ! Component: 3750 - total flux cleaned = 0.0117345 Jy ! Component: 3800 - total flux cleaned = 0.0117719 Jy ! Component: 3850 - total flux cleaned = 0.0118585 Jy ! Component: 3900 - total flux cleaned = 0.0118462 Jy ! Component: 3950 - total flux cleaned = 0.0120052 Jy ! Component: 4000 - total flux cleaned = 0.0120537 Jy ! Component: 4050 - total flux cleaned = 0.01209 Jy ! Total flux subtracted in 4096 components = 0.0121382 Jy ! Clean residual min=-0.000658 max=0.000761 Jy/beam ! Clean residual mean=0.000002 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.112983 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 368 components and 0.112983 Jy ![Exited script file: muppet] wmap "J2110-0126_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.33 x 8.6 at -7.815 degrees (North through East) ! Clean map min=-0.0013093 max=0.078893 Jy/beam ! Writing clean map to FITS file: J2110-0126_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0788926 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00022393 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.851527 0.851527 1.70305 3.40611 6.81221 13.6244 27.2489 54.4977 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.078 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.33 x 8.6 at -7.815 degrees (North through East) ! Clean map min=-0.0013093 max=0.078893 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 J2110-0126_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:09:00 2019