! Started logfile: J2247+4723_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:37:27 2017 obs J2247+4723_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J2247+4723_S_2015_01_23_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.782369 visibilities/baseline/integration-bin. ! Found source: J2247+4723 ! ! 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 338 lines of history. ! ! Reading 17040 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 J2247+4723_S_2015_01_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 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.258054Jy sigma=0.011078 ! Fit after self-cal, rms=1.178289Jy sigma=0.010880 ! 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.719 mas, bmaj=4.198 mas, bpa=-7.789 degrees ! Estimated noise=898.127 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.0669036 Jy ! Component: 100 - total flux cleaned = 0.0858467 Jy ! Total flux subtracted in 100 components = 0.0858467 Jy ! Clean residual min=-0.006833 max=0.015671 Jy/beam ! Clean residual mean=0.000023 rms=0.001652 Jy/beam ! Combined flux in latest and established models = 0.0858467 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0858467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.831019Jy sigma=0.000829 ! Fit after self-cal, rms=0.831032Jy sigma=0.000828 ! Inverting map ! Added new window around map position (-18.5, 3). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0143874 Jy ! Component: 100 - total flux cleaned = 0.022309 Jy ! Total flux subtracted in 100 components = 0.022309 Jy ! Clean residual min=-0.004244 max=0.005686 Jy/beam ! Clean residual mean=0.000016 rms=0.001164 Jy/beam ! Combined flux in latest and established models = 0.108156 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 15 components and 0.108156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.830011Jy sigma=0.000795 ! Fit after self-cal, rms=0.829906Jy sigma=0.000793 ! 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.36 mas, bmaj=5.13 mas, bpa=-12.35 degrees ! Estimated noise=488.709 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.00752369 Jy ! Component: 100 - total flux cleaned = 0.0121137 Jy ! Component: 150 - total flux cleaned = 0.0151847 Jy ! Component: 200 - total flux cleaned = 0.0174612 Jy ! Total flux subtracted in 200 components = 0.0174612 Jy ! Clean residual min=-0.004355 max=0.004554 Jy/beam ! Clean residual mean=0.000021 rms=0.001051 Jy/beam ! Combined flux in latest and established models = 0.125617 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 47 components and 0.125617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.829139Jy sigma=0.000787 ! Fit after self-cal, rms=0.829126Jy sigma=0.000787 ! 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.99 FD 0.12 HN 0.96 KP 1.05 ! LA 0.98 MK 1.03 NL 1.05 OV 1.00 ! PT 1.06 SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.16 HN 1.01 KP 0.99 ! LA 0.96 MK 1.06 NL 1.28 OV 1.03 ! PT 1.03 SC 1.12 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.14 HN 1.02 KP 0.88 ! LA 0.79 MK 1.04 NL 1.59 OV 0.93 ! PT 1.00 SC 1.14 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.13 HN 0.97 KP 0.81 ! LA 0.86 MK 1.02 NL 1.00 OV 0.98 ! PT 1.02 SC 1.05 ! ! ! Fit before self-cal, rms=0.829126Jy sigma=0.000787 ! Fit after self-cal, rms=0.120370Jy sigma=0.000766 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.433 mas, bmaj=5.231 mas, bpa=-11.76 degrees ! Estimated noise=484.244 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.00140994 Jy ! Component: 100 - total flux cleaned = 0.00146259 Jy ! Component: 150 - total flux cleaned = 0.00153962 Jy ! Component: 200 - total flux cleaned = 0.00160923 Jy ! Total flux subtracted in 200 components = 0.00160923 Jy ! Clean residual min=-0.001586 max=0.001835 Jy/beam ! Clean residual mean=0.000008 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.127226 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 55 components and 0.127226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120313Jy sigma=0.000765 ! Fit after self-cal, rms=0.120027Jy sigma=0.000764 ! 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.120027Jy sigma=0.000764 ! Fit after self-cal, rms=0.116391Jy sigma=0.000764 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.449 mas, bmaj=5.231 mas, bpa=-12.03 degrees ! Estimated noise=483.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000317314 Jy ! Component: 100 - total flux cleaned = 0.000405043 Jy ! Component: 150 - total flux cleaned = 0.000335167 Jy ! Component: 200 - total flux cleaned = 0.000316125 Jy ! Total flux subtracted in 200 components = 0.000316125 Jy ! Clean residual min=-0.001544 max=0.001784 Jy/beam ! Clean residual mean=0.000004 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.127542 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 63 components and 0.127542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116372Jy sigma=0.000764 ! Fit after self-cal, rms=0.116361Jy sigma=0.000764 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 (99.5, -51). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00114514 Jy ! Component: 100 - total flux cleaned = 0.00137878 Jy ! Component: 150 - total flux cleaned = 0.00154529 Jy ! Component: 200 - total flux cleaned = 0.00161918 Jy ! Total flux subtracted in 200 components = 0.00161918 Jy ! Clean residual min=-0.001494 max=0.001513 Jy/beam ! Clean residual mean=0.000003 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.129161 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 73 components and 0.129161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116323Jy sigma=0.000763 ! Fit after self-cal, rms=0.116333Jy sigma=0.000763 ! 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.116333Jy sigma=0.000763 ! Fit after self-cal, rms=0.115117Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.458 mas, bmaj=5.235 mas, bpa=-11.64 degrees ! Estimated noise=482.332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000124493 Jy ! Component: 100 - total flux cleaned = 0.000174496 Jy ! Component: 150 - total flux cleaned = 0.000174624 Jy ! Component: 200 - total flux cleaned = 0.00015408 Jy ! Total flux subtracted in 200 components = 0.00015408 Jy ! Clean residual min=-0.001433 max=0.001499 Jy/beam ! Clean residual mean=0.000003 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.129316 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 78 components and 0.129316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115101Jy sigma=0.000763 ! Fit after self-cal, rms=0.115101Jy sigma=0.000763 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 = 8.62365e-05 Jy ! Component: 100 - total flux cleaned = 8.64444e-05 Jy ! Component: 150 - total flux cleaned = 0.00010448 Jy ! Component: 200 - total flux cleaned = 0.000104801 Jy ! Total flux subtracted in 200 components = 0.000104801 Jy ! Clean residual min=-0.001451 max=0.001483 Jy/beam ! Clean residual mean=0.000003 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.12942 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 84 components and 0.12942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115093Jy sigma=0.000763 ! Fit after self-cal, rms=0.115095Jy sigma=0.000763 ! 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.115095Jy sigma=0.000763 ! Fit after self-cal, rms=0.114389Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.784 mas, bmaj=8.736 mas, bpa=-29.19 degrees ! Estimated noise=614.311 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000222275 Jy ! Component: 100 - total flux cleaned = -0.000243156 Jy ! Component: 150 - total flux cleaned = -0.000243423 Jy ! Component: 200 - total flux cleaned = -0.000243523 Jy ! Total flux subtracted in 200 components = -0.000243523 Jy ! Clean residual min=-0.002055 max=0.001761 Jy/beam ! Clean residual mean=0.000006 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.129177 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 92 components and 0.129177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114384Jy sigma=0.000763 ! Fit after self-cal, rms=0.114385Jy sigma=0.000763 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 = 5.05682e-06 Jy ! Component: 100 - total flux cleaned = -3.7093e-05 Jy ! Component: 150 - total flux cleaned = -7.52195e-05 Jy ! Component: 200 - total flux cleaned = -9.95097e-05 Jy ! Total flux subtracted in 200 components = -9.95097e-05 Jy ! Clean residual min=-0.002035 max=0.001740 Jy/beam ! Clean residual mean=0.000007 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.129077 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 99 components and 0.129077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114382Jy sigma=0.000763 ! Fit after self-cal, rms=0.114384Jy sigma=0.000763 ! 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.464 mas, bmaj=5.238 mas, bpa=-11.38 degrees ! Estimated noise=481.245 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.464 x 5.238 at -11.38 degrees (North through East) ! Clean map min=-0.001381 max=0.090199 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.797 mas, bmaj=4.291 mas, bpa=-7.511 degrees ! Estimated noise=893.705 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0659147 Jy ! Component: 100 - total flux cleaned = 0.0871833 Jy ! Component: 150 - total flux cleaned = 0.0997027 Jy ! Component: 200 - total flux cleaned = 0.107459 Jy ! Total flux subtracted in 200 components = 0.107459 Jy ! Clean residual min=-0.003670 max=0.005190 Jy/beam ! Clean residual mean=0.000010 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.107459 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.107459 Jy ! Inverting map and beam ! Estimated beam: bmin=3.464 mas, bmaj=5.238 mas, bpa=-11.38 degrees ! Estimated noise=481.245 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) ! Added new window around map position (-2.5, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00699928 Jy ! Component: 100 - total flux cleaned = 0.0110053 Jy ! Component: 150 - total flux cleaned = 0.0135512 Jy ! Component: 200 - total flux cleaned = 0.0154257 Jy ! Total flux subtracted in 200 components = 0.0154257 Jy ! Clean residual min=-0.001598 max=0.001584 Jy/beam ! Clean residual mean=0.000009 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.122885 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 45 components and 0.122885 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.784 mas, bmaj=8.736 mas, bpa=-29.19 degrees ! Estimated noise=614.311 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00213654 Jy ! Component: 100 - total flux cleaned = 0.00350655 Jy ! Component: 150 - total flux cleaned = 0.00436507 Jy ! Component: 200 - total flux cleaned = 0.0046605 Jy ! Total flux subtracted in 200 components = 0.0046605 Jy ! Clean residual min=-0.001931 max=0.001667 Jy/beam ! Clean residual mean=0.000010 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.127546 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.000280985 Jy ! Component: 100 - total flux cleaned = 0.000498698 Jy ! Component: 150 - total flux cleaned = 0.000707682 Jy ! Component: 200 - total flux cleaned = 0.000871639 Jy ! Total flux subtracted in 200 components = 0.000871639 Jy ! Clean residual min=-0.001935 max=0.001645 Jy/beam ! Clean residual mean=0.000008 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.128417 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 109 components and 0.128417 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.464 mas, bmaj=5.238 mas, bpa=-11.38 degrees ! Estimated noise=481.245 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.8877e-05 Jy ! Component: 100 - total flux cleaned = 0.000194297 Jy ! Component: 150 - total flux cleaned = 0.000248841 Jy ! Component: 200 - total flux cleaned = 0.000272591 Jy ! Total flux subtracted in 200 components = 0.000272591 Jy ! Clean residual min=-0.001305 max=0.001325 Jy/beam ! Clean residual mean=0.000003 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.12869 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 124 components and 0.12869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114371Jy sigma=0.000763 ! Fit after self-cal, rms=0.114380Jy sigma=0.000763 wmodel J2247+4723_S_2015_01_23_pus_map.mod ! Writing 124 model components to file: J2247+4723_S_2015_01_23_pus_map.mod wobs J2247+4723_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J2247+4723_S_2015_01_23_pus_uvs.fits wwins J2247+4723_S_2015_01_23_pus_map.win ! wwins: Wrote 4 windows to J2247+4723_S_2015_01_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 = -5.17321e-05 Jy ! Component: 100 - total flux cleaned = -0.0001206 Jy ! Component: 150 - total flux cleaned = -0.00012026 Jy ! Component: 200 - total flux cleaned = -9.84609e-05 Jy ! Component: 250 - total flux cleaned = 4.75644e-06 Jy ! Component: 300 - total flux cleaned = 6.49428e-05 Jy ! Component: 350 - total flux cleaned = 8.47398e-05 Jy ! Component: 400 - total flux cleaned = 0.000161568 Jy ! Component: 450 - total flux cleaned = 0.000217729 Jy ! Component: 500 - total flux cleaned = 0.00025461 Jy ! Component: 550 - total flux cleaned = 0.000272835 Jy ! Component: 600 - total flux cleaned = 0.000326497 Jy ! Component: 650 - total flux cleaned = 0.00037879 Jy ! Component: 700 - total flux cleaned = 0.000430362 Jy ! Component: 750 - total flux cleaned = 0.000464341 Jy ! Component: 800 - total flux cleaned = 0.000531065 Jy ! Component: 850 - total flux cleaned = 0.00051461 Jy ! Component: 900 - total flux cleaned = 0.000547531 Jy ! Component: 950 - total flux cleaned = 0.000579618 Jy ! Component: 1000 - total flux cleaned = 0.000627122 Jy ! Component: 1050 - total flux cleaned = 0.000642313 Jy ! Component: 1100 - total flux cleaned = 0.000642297 Jy ! Component: 1150 - total flux cleaned = 0.000672637 Jy ! Component: 1200 - total flux cleaned = 0.00065769 Jy ! Component: 1250 - total flux cleaned = 0.000687398 Jy ! Component: 1300 - total flux cleaned = 0.000731768 Jy ! Component: 1350 - total flux cleaned = 0.000702522 Jy ! Component: 1400 - total flux cleaned = 0.000716895 Jy ! Component: 1450 - total flux cleaned = 0.000717025 Jy ! Component: 1500 - total flux cleaned = 0.000702869 Jy ! Component: 1550 - total flux cleaned = 0.000702962 Jy ! Component: 1600 - total flux cleaned = 0.000661551 Jy ! Component: 1650 - total flux cleaned = 0.00074397 Jy ! Component: 1700 - total flux cleaned = 0.000757467 Jy ! Component: 1750 - total flux cleaned = 0.000703742 Jy ! Component: 1800 - total flux cleaned = 0.000757172 Jy ! Component: 1850 - total flux cleaned = 0.000757185 Jy ! Component: 1900 - total flux cleaned = 0.00079652 Jy ! Component: 1950 - total flux cleaned = 0.00084835 Jy ! Component: 2000 - total flux cleaned = 0.000835434 Jy ! Component: 2050 - total flux cleaned = 0.000860785 Jy ! Component: 2100 - total flux cleaned = 0.000886013 Jy ! Component: 2150 - total flux cleaned = 0.00093602 Jy ! Component: 2200 - total flux cleaned = 0.000960823 Jy ! Component: 2250 - total flux cleaned = 0.000985402 Jy ! Component: 2300 - total flux cleaned = 0.00103411 Jy ! Component: 2350 - total flux cleaned = 0.00103425 Jy ! Component: 2400 - total flux cleaned = 0.00107027 Jy ! Component: 2450 - total flux cleaned = 0.00111779 Jy ! Component: 2500 - total flux cleaned = 0.00110614 Jy ! Component: 2550 - total flux cleaned = 0.00116465 Jy ! Component: 2600 - total flux cleaned = 0.00118787 Jy ! Component: 2650 - total flux cleaned = 0.00119942 Jy ! Component: 2700 - total flux cleaned = 0.00123362 Jy ! Component: 2750 - total flux cleaned = 0.00123353 Jy ! Component: 2800 - total flux cleaned = 0.00124486 Jy ! Component: 2850 - total flux cleaned = 0.00122256 Jy ! Component: 2900 - total flux cleaned = 0.00118934 Jy ! Component: 2950 - total flux cleaned = 0.00122248 Jy ! Component: 3000 - total flux cleaned = 0.00121166 Jy ! Component: 3050 - total flux cleaned = 0.00122248 Jy ! Component: 3100 - total flux cleaned = 0.00116857 Jy ! Component: 3150 - total flux cleaned = 0.00121159 Jy ! Component: 3200 - total flux cleaned = 0.00121155 Jy ! Component: 3250 - total flux cleaned = 0.00116928 Jy ! Component: 3300 - total flux cleaned = 0.0011798 Jy ! Component: 3350 - total flux cleaned = 0.00117983 Jy ! Component: 3400 - total flux cleaned = 0.00119019 Jy ! Component: 3450 - total flux cleaned = 0.0011696 Jy ! Component: 3500 - total flux cleaned = 0.00116956 Jy ! Component: 3550 - total flux cleaned = 0.00115937 Jy ! Component: 3600 - total flux cleaned = 0.00112903 Jy ! Component: 3650 - total flux cleaned = 0.00111896 Jy ! Component: 3700 - total flux cleaned = 0.00111891 Jy ! Component: 3750 - total flux cleaned = 0.00108909 Jy ! Component: 3800 - total flux cleaned = 0.00109895 Jy ! Component: 3850 - total flux cleaned = 0.00104992 Jy ! Component: 3900 - total flux cleaned = 0.00102069 Jy ! Component: 3950 - total flux cleaned = 0.00106918 Jy ! Component: 4000 - total flux cleaned = 0.00100161 Jy ! Component: 4050 - total flux cleaned = 0.00103049 Jy ! Total flux subtracted in 4096 components = 0.00103045 Jy ! Clean residual min=-0.000624 max=0.000556 Jy/beam ! Clean residual mean=0.000002 rms=0.000175 Jy/beam ! Combined flux in latest and established models = 0.12972 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 405 components and 0.12972 Jy ![Exited script file: muppet] wmap "J2247+4723_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.464 x 5.238 at -11.38 degrees (North through East) ! Clean map min=-0.0010249 max=0.090436 Jy/beam ! Writing clean map to FITS file: J2247+4723_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0904361 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000174507 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.578885 0.578885 1.15777 2.31554 4.63108 9.26217 18.5243 37.0487 74.0973 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.09 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.464 x 5.238 at -11.38 degrees (North through East) ! Clean map min=-0.0010249 max=0.090436 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 J2247+4723_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:37:32 2017