! Started logfile: J2359+3850_S_2017_01_21_pus_uvs.log on Sun May 5 16:07:32 2019 obs J2359+3850_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J2359+3850_S_2017_01_21_pus_uva.fits ! AN table 1: 20 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.894444 visibilities/baseline/integration-bin. ! Found source: J2359+3850 ! ! 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 558 lines of history. ! ! Reading 2576 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 J2359+3850_S_2017_01_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 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.659338Jy sigma=0.005649 ! Fit after self-cal, rms=0.656724Jy sigma=0.005628 ! 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.597 mas, bmaj=7.28 mas, bpa=-25.74 degrees ! Estimated noise=2144.98 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.266512 Jy ! Component: 100 - total flux cleaned = 0.33197 Jy ! Total flux subtracted in 100 components = 0.33197 Jy ! Clean residual min=-0.014104 max=0.026861 Jy/beam ! Clean residual mean=0.000018 rms=0.003754 Jy/beam ! Combined flux in latest and established models = 0.33197 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.33197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100207Jy sigma=0.000840 ! Fit after self-cal, rms=0.100176Jy sigma=0.000839 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0285105 Jy ! Component: 100 - total flux cleaned = 0.0390759 Jy ! Total flux subtracted in 100 components = 0.0390759 Jy ! Clean residual min=-0.009939 max=0.012507 Jy/beam ! Clean residual mean=0.000006 rms=0.002731 Jy/beam ! Combined flux in latest and established models = 0.371046 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.371046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092459Jy sigma=0.000753 ! Fit after self-cal, rms=0.092413Jy sigma=0.000752 ! 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.143 mas, bmaj=7.96 mas, bpa=-24.47 degrees ! Estimated noise=1725.16 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.00934351 Jy ! Component: 100 - total flux cleaned = 0.0122066 Jy ! Component: 150 - total flux cleaned = 0.0129867 Jy ! Component: 200 - total flux cleaned = 0.0137693 Jy ! Total flux subtracted in 200 components = 0.0137693 Jy ! Clean residual min=-0.009467 max=0.010834 Jy/beam ! Clean residual mean=-0.000005 rms=0.002577 Jy/beam ! Combined flux in latest and established models = 0.384816 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 36 components and 0.384816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091546Jy sigma=0.000741 ! Fit after self-cal, rms=0.091546Jy sigma=0.000741 ! 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.09 FD 0.90 HN 0.92 LA 1.09 ! MK 0.97 NL 1.07 OV 0.96 PT 0.96 ! SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.93 HN 0.99 LA 0.99 ! MK 0.99 NL 1.10 OV 1.01 PT 0.98 ! SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.95 HN 0.95 LA 1.05 ! MK 1.01 NL 1.09 OV 0.91 PT 0.97 ! SC 0.98 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.96 HN 0.96 LA 1.13 ! MK 1.27 NL 1.00* OV 0.98 PT 0.98 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.091546Jy sigma=0.000741 ! Fit after self-cal, rms=0.088976Jy sigma=0.000683 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.139 mas, bmaj=7.969 mas, bpa=-24.31 degrees ! Estimated noise=1721.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.00338288 Jy ! Component: 100 - total flux cleaned = 0.00401009 Jy ! Component: 150 - total flux cleaned = 0.00418313 Jy ! Component: 200 - total flux cleaned = 0.00409631 Jy ! Total flux subtracted in 200 components = 0.00409631 Jy ! Clean residual min=-0.006319 max=0.005384 Jy/beam ! Clean residual mean=0.000006 rms=0.001454 Jy/beam ! Combined flux in latest and established models = 0.388912 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 44 components and 0.388912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088832Jy sigma=0.000682 ! Fit after self-cal, rms=0.089000Jy sigma=0.000682 ! 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.089000Jy sigma=0.000682 ! Fit after self-cal, rms=0.087838Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=7.966 mas, bpa=-24.27 degrees ! Estimated noise=1724.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00197882 Jy ! Component: 100 - total flux cleaned = 0.00238238 Jy ! Component: 150 - total flux cleaned = 0.00238174 Jy ! Component: 200 - total flux cleaned = 0.00241144 Jy ! Total flux subtracted in 200 components = 0.00241144 Jy ! Clean residual min=-0.004481 max=0.004156 Jy/beam ! Clean residual mean=0.000003 rms=0.001054 Jy/beam ! Combined flux in latest and established models = 0.391323 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.391323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087787Jy sigma=0.000670 ! Fit after self-cal, rms=0.087791Jy sigma=0.000670 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.90501e-05 Jy ! Component: 100 - total flux cleaned = 1.02236e-05 Jy ! Component: 150 - total flux cleaned = -1.58478e-05 Jy ! Component: 200 - total flux cleaned = -4.15866e-05 Jy ! Total flux subtracted in 200 components = -4.15866e-05 Jy ! Clean residual min=-0.004503 max=0.004178 Jy/beam ! Clean residual mean=0.000003 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.391282 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 55 components and 0.391282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087769Jy sigma=0.000670 ! Fit after self-cal, rms=0.087769Jy sigma=0.000670 ! 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.087769Jy sigma=0.000670 ! Fit after self-cal, rms=0.087688Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=7.966 mas, bpa=-24.26 degrees ! Estimated noise=1725.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000605475 Jy ! Component: 100 - total flux cleaned = 0.00076205 Jy ! Component: 150 - total flux cleaned = 0.000843347 Jy ! Component: 200 - total flux cleaned = 0.000842582 Jy ! Total flux subtracted in 200 components = 0.000842582 Jy ! Clean residual min=-0.004009 max=0.003809 Jy/beam ! Clean residual mean=0.000001 rms=0.000983 Jy/beam ! Combined flux in latest and established models = 0.392124 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 62 components and 0.392124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087664Jy sigma=0.000668 ! Fit after self-cal, rms=0.087666Jy sigma=0.000668 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.35445e-05 Jy ! Component: 100 - total flux cleaned = -2.19823e-05 Jy ! Component: 150 - total flux cleaned = -4.29045e-05 Jy ! Component: 200 - total flux cleaned = -6.18335e-05 Jy ! Total flux subtracted in 200 components = -6.18335e-05 Jy ! Clean residual min=-0.004002 max=0.003791 Jy/beam ! Clean residual mean=0.000001 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 0.392063 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 64 components and 0.392063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087653Jy sigma=0.000668 ! Fit after self-cal, rms=0.087654Jy sigma=0.000668 ! 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.087654Jy sigma=0.000668 ! Fit after self-cal, rms=0.087727Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.177 mas, bmaj=9.689 mas, bpa=-22.63 degrees ! Estimated noise=2132.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000417381 Jy ! Component: 100 - total flux cleaned = 0.000491144 Jy ! Component: 150 - total flux cleaned = 0.000490704 Jy ! Component: 200 - total flux cleaned = 0.000503725 Jy ! Total flux subtracted in 200 components = 0.000503725 Jy ! Clean residual min=-0.003716 max=0.003766 Jy/beam ! Clean residual mean=0.000005 rms=0.001062 Jy/beam ! Combined flux in latest and established models = 0.392566 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 72 components and 0.392566 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087727Jy sigma=0.000668 ! Fit after self-cal, rms=0.087728Jy sigma=0.000668 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 = 3.00697e-05 Jy ! Component: 100 - total flux cleaned = 4.43774e-05 Jy ! Component: 150 - total flux cleaned = 4.45872e-05 Jy ! Component: 200 - total flux cleaned = 4.49921e-05 Jy ! Total flux subtracted in 200 components = 4.49921e-05 Jy ! Clean residual min=-0.003689 max=0.003726 Jy/beam ! Clean residual mean=0.000005 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.392611 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 79 components and 0.392611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087730Jy sigma=0.000668 ! Fit after self-cal, rms=0.087731Jy sigma=0.000668 ! 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.137 mas, bmaj=7.962 mas, bpa=-24.26 degrees ! Estimated noise=1726.42 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.137 x 7.962 at -24.26 degrees (North through East) ! Clean map min=-0.0038203 max=0.35119 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.6 mas, bmaj=7.245 mas, bpa=-25.52 degrees ! Estimated noise=2151.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.266883 Jy ! Component: 100 - total flux cleaned = 0.33252 Jy ! Component: 150 - total flux cleaned = 0.360893 Jy ! Component: 200 - total flux cleaned = 0.374309 Jy ! Total flux subtracted in 200 components = 0.374309 Jy ! Clean residual min=-0.006242 max=0.006466 Jy/beam ! Clean residual mean=0.000006 rms=0.001511 Jy/beam ! Combined flux in latest and established models = 0.374309 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.374309 Jy ! Inverting map and beam ! Estimated beam: bmin=3.137 mas, bmaj=7.962 mas, bpa=-24.26 degrees ! Estimated noise=1726.42 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.00792139 Jy ! Component: 100 - total flux cleaned = 0.0125462 Jy ! Component: 150 - total flux cleaned = 0.0153933 Jy ! Component: 200 - total flux cleaned = 0.0162344 Jy ! Total flux subtracted in 200 components = 0.0162344 Jy ! Clean residual min=-0.004162 max=0.004291 Jy/beam ! Clean residual mean=0.000003 rms=0.001013 Jy/beam ! Combined flux in latest and established models = 0.390543 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 33 components and 0.390543 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.177 mas, bmaj=9.689 mas, bpa=-22.63 degrees ! Estimated noise=2132.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140427 Jy ! Component: 100 - total flux cleaned = 0.00199055 Jy ! Component: 150 - total flux cleaned = 0.00202288 Jy ! Component: 200 - total flux cleaned = 0.00200859 Jy ! Total flux subtracted in 200 components = 0.00200859 Jy ! Clean residual min=-0.003697 max=0.003775 Jy/beam ! Clean residual mean=0.000005 rms=0.001064 Jy/beam ! Combined flux in latest and established models = 0.392552 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.96445e-07 Jy ! Component: 100 - total flux cleaned = -1.20834e-05 Jy ! Component: 150 - total flux cleaned = -1.17387e-05 Jy ! Component: 200 - total flux cleaned = -2.26529e-05 Jy ! Total flux subtracted in 200 components = -2.26529e-05 Jy ! Clean residual min=-0.003693 max=0.003763 Jy/beam ! Clean residual mean=0.000005 rms=0.001062 Jy/beam ! Combined flux in latest and established models = 0.392529 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 50 components and 0.392529 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.137 mas, bmaj=7.962 mas, bpa=-24.26 degrees ! Estimated noise=1726.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000114214 Jy ! Component: 100 - total flux cleaned = 8.37124e-05 Jy ! Component: 150 - total flux cleaned = 0.00030911 Jy ! Component: 200 - total flux cleaned = 0.000358647 Jy ! Total flux subtracted in 200 components = 0.000358647 Jy ! Clean residual min=-0.004138 max=0.004133 Jy/beam ! Clean residual mean=0.000001 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.392888 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 59 components and 0.392888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087876Jy sigma=0.000669 ! Fit after self-cal, rms=0.087863Jy sigma=0.000669 wmodel J2359+3850_S_2017_01_21_pus_map.mod ! Writing 59 model components to file: J2359+3850_S_2017_01_21_pus_map.mod wobs J2359+3850_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J2359+3850_S_2017_01_21_pus_uvs.fits wwins J2359+3850_S_2017_01_21_pus_map.win ! wwins: Wrote 1 windows to J2359+3850_S_2017_01_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 = -9.98214e-07 Jy ! Component: 100 - total flux cleaned = 0.000203023 Jy ! Component: 150 - total flux cleaned = 0.000732848 Jy ! Component: 200 - total flux cleaned = 0.00086115 Jy ! Component: 250 - total flux cleaned = 0.000984967 Jy ! Component: 300 - total flux cleaned = 0.00104495 Jy ! Component: 350 - total flux cleaned = 0.00104497 Jy ! Component: 400 - total flux cleaned = 0.000929444 Jy ! Component: 450 - total flux cleaned = 0.000928418 Jy ! Component: 500 - total flux cleaned = 0.000873265 Jy ! Component: 550 - total flux cleaned = 0.000711895 Jy ! Component: 600 - total flux cleaned = 0.000502269 Jy ! Component: 650 - total flux cleaned = 0.000502035 Jy ! Component: 700 - total flux cleaned = 0.000300052 Jy ! Component: 750 - total flux cleaned = 0.000300845 Jy ! Component: 800 - total flux cleaned = 0.000202749 Jy ! Component: 850 - total flux cleaned = 0.000202883 Jy ! Component: 900 - total flux cleaned = 0.000108504 Jy ! Component: 950 - total flux cleaned = 0.000155012 Jy ! Component: 1000 - total flux cleaned = 0.000109625 Jy ! Component: 1050 - total flux cleaned = 0.000333623 Jy ! Component: 1100 - total flux cleaned = 0.000200811 Jy ! Component: 1150 - total flux cleaned = 0.000418434 Jy ! Component: 1200 - total flux cleaned = 0.000632135 Jy ! Component: 1250 - total flux cleaned = 0.000758154 Jy ! Component: 1300 - total flux cleaned = 0.00100794 Jy ! Component: 1350 - total flux cleaned = 0.00100796 Jy ! Component: 1400 - total flux cleaned = 0.00121182 Jy ! Component: 1450 - total flux cleaned = 0.00149271 Jy ! Component: 1500 - total flux cleaned = 0.00177063 Jy ! Component: 1550 - total flux cleaned = 0.00181026 Jy ! Component: 1600 - total flux cleaned = 0.00204385 Jy ! Component: 1650 - total flux cleaned = 0.00212111 Jy ! Component: 1700 - total flux cleaned = 0.00223585 Jy ! Component: 1750 - total flux cleaned = 0.00257373 Jy ! Component: 1800 - total flux cleaned = 0.0027961 Jy ! Component: 1850 - total flux cleaned = 0.00297909 Jy ! Component: 1900 - total flux cleaned = 0.00305179 Jy ! Component: 1950 - total flux cleaned = 0.00319545 Jy ! Component: 2000 - total flux cleaned = 0.00330184 Jy ! Component: 2050 - total flux cleaned = 0.00351222 Jy ! Component: 2100 - total flux cleaned = 0.00372063 Jy ! Component: 2150 - total flux cleaned = 0.00389178 Jy ! Component: 2200 - total flux cleaned = 0.00395975 Jy ! Component: 2250 - total flux cleaned = 0.0040275 Jy ! Component: 2300 - total flux cleaned = 0.00419413 Jy ! Component: 2350 - total flux cleaned = 0.00432592 Jy ! Component: 2400 - total flux cleaned = 0.00448897 Jy ! Component: 2450 - total flux cleaned = 0.00452144 Jy ! Component: 2500 - total flux cleaned = 0.00464982 Jy ! Component: 2550 - total flux cleaned = 0.00477704 Jy ! Component: 2600 - total flux cleaned = 0.00490218 Jy ! Component: 2650 - total flux cleaned = 0.00496425 Jy ! Component: 2700 - total flux cleaned = 0.00505691 Jy ! Component: 2750 - total flux cleaned = 0.0052099 Jy ! Component: 2800 - total flux cleaned = 0.00536137 Jy ! Component: 2850 - total flux cleaned = 0.00551159 Jy ! Component: 2900 - total flux cleaned = 0.00551183 Jy ! Component: 2950 - total flux cleaned = 0.00571856 Jy ! Component: 3000 - total flux cleaned = 0.00571893 Jy ! Component: 3050 - total flux cleaned = 0.00577751 Jy ! Component: 3100 - total flux cleaned = 0.00583564 Jy ! Component: 3150 - total flux cleaned = 0.00612114 Jy ! Component: 3200 - total flux cleaned = 0.00612088 Jy ! Component: 3250 - total flux cleaned = 0.00628981 Jy ! Component: 3300 - total flux cleaned = 0.00634559 Jy ! Component: 3350 - total flux cleaned = 0.00648384 Jy ! Component: 3400 - total flux cleaned = 0.00653892 Jy ! Component: 3450 - total flux cleaned = 0.00667544 Jy ! Component: 3500 - total flux cleaned = 0.00672961 Jy ! Component: 3550 - total flux cleaned = 0.00686396 Jy ! Component: 3600 - total flux cleaned = 0.00705066 Jy ! Component: 3650 - total flux cleaned = 0.00715662 Jy ! Component: 3700 - total flux cleaned = 0.00718285 Jy ! Component: 3750 - total flux cleaned = 0.0072092 Jy ! Component: 3800 - total flux cleaned = 0.00733924 Jy ! Component: 3850 - total flux cleaned = 0.00749423 Jy ! Component: 3900 - total flux cleaned = 0.007597 Jy ! Component: 3950 - total flux cleaned = 0.00772435 Jy ! Component: 4000 - total flux cleaned = 0.00777503 Jy ! Component: 4050 - total flux cleaned = 0.00782536 Jy ! Total flux subtracted in 4096 components = 0.00800045 Jy ! Clean residual min=-0.001441 max=0.001556 Jy/beam ! Clean residual mean=0.000004 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.400888 Jy keep ! Adding 257 model components to the UV plane model. ! The established model now contains 316 components and 0.400888 Jy ![Exited script file: muppet] wmap "J2359+3850_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.137 x 7.962 at -24.26 degrees (North through East) ! Clean map min=-0.0041277 max=0.35155 Jy/beam ! Writing clean map to FITS file: J2359+3850_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.351552 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000442994 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.378033 0.378033 0.756066 1.51213 3.02426 6.04853 12.0971 24.1941 48.3882 96.7764 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.351 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.137 x 7.962 at -24.26 degrees (North through East) ! Clean map min=-0.0041277 max=0.35155 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 J2359+3850_S_2017_01_21_pus_uvs.log closed on Sun May 5 16:07:37 2019