! Started logfile: J0423+2108_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:45:45 2016 obs J0423+2108_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0423+2108_S_2015_03_17_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.866667 visibilities/baseline/integration-bin. ! Found source: J0423+2108 ! ! 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 330 lines of history. ! ! Reading 11232 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 J0423+2108_S_2015_03_17_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 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 51 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.870045Jy sigma=0.010321 ! Fit after self-cal, rms=0.858324Jy sigma=0.010187 ! 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=3.333 mas, bmaj=5.758 mas, bpa=-10.61 degrees ! Estimated noise=878.621 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.10566 Jy ! Component: 100 - total flux cleaned = 0.135227 Jy ! Total flux subtracted in 100 components = 0.135227 Jy ! Clean residual min=-0.004727 max=0.012406 Jy/beam ! Clean residual mean=0.000021 rms=0.001560 Jy/beam ! Combined flux in latest and established models = 0.135227 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.135227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077020Jy sigma=0.000833 ! Fit after self-cal, rms=0.076971Jy sigma=0.000833 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0137085 Jy ! Component: 100 - total flux cleaned = 0.0211118 Jy ! Total flux subtracted in 100 components = 0.0211118 Jy ! Clean residual min=-0.004522 max=0.005450 Jy/beam ! Clean residual mean=0.000011 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 0.156338 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 32 components and 0.156338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073450Jy sigma=0.000799 ! Fit after self-cal, rms=0.073421Jy sigma=0.000799 ! 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.847 mas, bmaj=6.35 mas, bpa=-10.09 degrees ! Estimated noise=575.559 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 (-5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0072589 Jy ! Component: 100 - total flux cleaned = 0.0115543 Jy ! Component: 150 - total flux cleaned = 0.0145414 Jy ! Component: 200 - total flux cleaned = 0.0167531 Jy ! Total flux subtracted in 200 components = 0.0167531 Jy ! Clean residual min=-0.004216 max=0.003496 Jy/beam ! Clean residual mean=0.000000 rms=0.000850 Jy/beam ! Combined flux in latest and established models = 0.173091 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 73 components and 0.173091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072403Jy sigma=0.000791 ! Fit after self-cal, rms=0.072357Jy sigma=0.000791 ! 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.02 FD 0.89 HN 0.99 KP 1.12 ! LA 0.98 MK 1.00 NL 0.88 OV 1.00 ! PT 1.06 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.91 HN 1.01 KP 1.08 ! LA 0.97 MK 1.01 NL 1.01 OV 1.04 ! PT 1.03 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.93 HN 1.00 KP 0.97 ! LA 0.79 MK 1.03 NL 1.13 OV 0.99 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.94 HN 0.98 KP 0.94 ! LA 0.85 MK 1.05 NL 1.03 OV 1.04 ! PT 1.06 SC 1.02 ! ! ! Fit before self-cal, rms=0.072357Jy sigma=0.000791 ! Fit after self-cal, rms=0.068204Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.883 mas, bmaj=6.411 mas, bpa=-10.04 degrees ! Estimated noise=573.123 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 = 2.55011e-05 Jy ! Component: 100 - total flux cleaned = -0.00017988 Jy ! Component: 150 - total flux cleaned = -0.000377701 Jy ! Component: 200 - total flux cleaned = -0.000488134 Jy ! Total flux subtracted in 200 components = -0.000488134 Jy ! Clean residual min=-0.001822 max=0.001885 Jy/beam ! Clean residual mean=0.000001 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.172603 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 88 components and 0.172603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068159Jy sigma=0.000772 ! Fit after self-cal, rms=0.068105Jy sigma=0.000772 ! 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.068105Jy sigma=0.000772 ! Fit after self-cal, rms=0.068184Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.892 mas, bmaj=6.401 mas, bpa=-9.915 degrees ! Estimated noise=573.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.71975e-05 Jy ! Component: 100 - total flux cleaned = 1.91874e-05 Jy ! Component: 150 - total flux cleaned = -4.32581e-05 Jy ! Component: 200 - total flux cleaned = -0.000115935 Jy ! Total flux subtracted in 200 components = -0.000115935 Jy ! Clean residual min=-0.001680 max=0.001760 Jy/beam ! Clean residual mean=0.000000 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.172487 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 107 components and 0.172487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068168Jy sigma=0.000771 ! Fit after self-cal, rms=0.068171Jy sigma=0.000771 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.77718e-06 Jy ! Component: 100 - total flux cleaned = -7.17676e-05 Jy ! Component: 150 - total flux cleaned = -0.000118863 Jy ! Component: 200 - total flux cleaned = -0.000133784 Jy ! Total flux subtracted in 200 components = -0.000133784 Jy ! Clean residual min=-0.001676 max=0.001744 Jy/beam ! Clean residual mean=0.000000 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.172354 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 117 components and 0.172354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068163Jy sigma=0.000771 ! Fit after self-cal, rms=0.068163Jy sigma=0.000771 ! 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.068163Jy sigma=0.000771 ! Fit after self-cal, rms=0.068132Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.898 mas, bmaj=6.404 mas, bpa=-9.847 degrees ! Estimated noise=572.852 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.92782e-05 Jy ! Component: 100 - total flux cleaned = -0.000179586 Jy ! Component: 150 - total flux cleaned = -0.000221796 Jy ! Component: 200 - total flux cleaned = -0.000262102 Jy ! Total flux subtracted in 200 components = -0.000262102 Jy ! Clean residual min=-0.001663 max=0.001727 Jy/beam ! Clean residual mean=0.000001 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.172092 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 125 components and 0.172091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068125Jy sigma=0.000771 ! Fit after self-cal, rms=0.068126Jy sigma=0.000771 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 = -9.34928e-06 Jy ! Component: 100 - total flux cleaned = -2.2308e-05 Jy ! Component: 150 - total flux cleaned = -3.43124e-05 Jy ! Component: 200 - total flux cleaned = -2.2352e-05 Jy ! Total flux subtracted in 200 components = -2.2352e-05 Jy ! Clean residual min=-0.001655 max=0.001717 Jy/beam ! Clean residual mean=0.000001 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.172069 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 129 components and 0.172069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068121Jy sigma=0.000771 ! Fit after self-cal, rms=0.068121Jy sigma=0.000771 ! 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.068121Jy sigma=0.000771 ! Fit after self-cal, rms=0.068093Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.867 mas, bmaj=9.928 mas, bpa=-2.838 degrees ! Estimated noise=701.915 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000342328 Jy ! Component: 100 - total flux cleaned = -0.000295279 Jy ! Component: 150 - total flux cleaned = -0.000259165 Jy ! Component: 200 - total flux cleaned = -0.000230315 Jy ! Total flux subtracted in 200 components = -0.000230315 Jy ! Clean residual min=-0.001933 max=0.002131 Jy/beam ! Clean residual mean=0.000001 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.171839 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 137 components and 0.171839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068093Jy sigma=0.000771 ! Fit after self-cal, rms=0.068092Jy sigma=0.000771 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.80452e-05 Jy ! Component: 100 - total flux cleaned = -4.36993e-06 Jy ! Component: 150 - total flux cleaned = 2.18657e-05 Jy ! Component: 200 - total flux cleaned = 2.16783e-05 Jy ! Total flux subtracted in 200 components = 2.16783e-05 Jy ! Clean residual min=-0.001922 max=0.002157 Jy/beam ! Clean residual mean=0.000001 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.17186 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 140 components and 0.17186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068092Jy sigma=0.000771 ! Fit after self-cal, rms=0.068091Jy sigma=0.000771 ! 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.903 mas, bmaj=6.406 mas, bpa=-9.792 degrees ! Estimated noise=572.479 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.903 x 6.406 at -9.792 degrees (North through East) ! Clean map min=-0.0015893 max=0.13711 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=3.381 mas, bmaj=5.798 mas, bpa=-10.3 degrees ! Estimated noise=877.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.105376 Jy ! Component: 100 - total flux cleaned = 0.134398 Jy ! Component: 150 - total flux cleaned = 0.147655 Jy ! Component: 200 - total flux cleaned = 0.155279 Jy ! Total flux subtracted in 200 components = 0.155279 Jy ! Clean residual min=-0.003027 max=0.004029 Jy/beam ! Clean residual mean=0.000014 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.155279 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.155279 Jy ! Inverting map and beam ! Estimated beam: bmin=3.903 mas, bmaj=6.406 mas, bpa=-9.792 degrees ! Estimated noise=572.479 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.00637264 Jy ! Component: 100 - total flux cleaned = 0.0102361 Jy ! Component: 150 - total flux cleaned = 0.0127486 Jy ! Component: 200 - total flux cleaned = 0.0141951 Jy ! Total flux subtracted in 200 components = 0.0141951 Jy ! Clean residual min=-0.001923 max=0.001832 Jy/beam ! Clean residual mean=0.000002 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.169474 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 60 components and 0.169474 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.867 mas, bmaj=9.928 mas, bpa=-2.838 degrees ! Estimated noise=701.915 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155964 Jy ! Component: 100 - total flux cleaned = 0.00188325 Jy ! Component: 150 - total flux cleaned = 0.00196457 Jy ! Component: 200 - total flux cleaned = 0.00205624 Jy ! Total flux subtracted in 200 components = 0.00205624 Jy ! Clean residual min=-0.001975 max=0.002127 Jy/beam ! Clean residual mean=0.000001 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.171531 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 = 9.84958e-05 Jy ! Component: 100 - total flux cleaned = 0.000166633 Jy ! Component: 150 - total flux cleaned = 0.000212028 Jy ! Component: 200 - total flux cleaned = 0.000266724 Jy ! Total flux subtracted in 200 components = 0.000266724 Jy ! Clean residual min=-0.001963 max=0.002119 Jy/beam ! Clean residual mean=0.000001 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.171797 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 112 components and 0.171797 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.903 mas, bmaj=6.406 mas, bpa=-9.792 degrees ! Estimated noise=572.479 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.1165e-05 Jy ! Component: 100 - total flux cleaned = 1.06367e-05 Jy ! Component: 150 - total flux cleaned = -1.08182e-05 Jy ! Component: 200 - total flux cleaned = -5.14489e-05 Jy ! Total flux subtracted in 200 components = -5.14489e-05 Jy ! Clean residual min=-0.001677 max=0.001760 Jy/beam ! Clean residual mean=0.000001 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.171746 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 128 components and 0.171746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068105Jy sigma=0.000771 ! Fit after self-cal, rms=0.068105Jy sigma=0.000771 wmodel J0423+2108_S_2015_03_17_pus_map.mod ! Writing 128 model components to file: J0423+2108_S_2015_03_17_pus_map.mod wobs J0423+2108_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0423+2108_S_2015_03_17_pus_uvs.fits wwins J0423+2108_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J0423+2108_S_2015_03_17_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.000133049 Jy ! Component: 100 - total flux cleaned = 7.48932e-05 Jy ! Component: 150 - total flux cleaned = 4.7915e-05 Jy ! Component: 200 - total flux cleaned = 2.06431e-05 Jy ! Component: 250 - total flux cleaned = 4.61662e-05 Jy ! Component: 300 - total flux cleaned = 4.57977e-05 Jy ! Component: 350 - total flux cleaned = -2.71061e-05 Jy ! Component: 400 - total flux cleaned = -0.000168128 Jy ! Component: 450 - total flux cleaned = -0.000190899 Jy ! Component: 500 - total flux cleaned = -0.000326027 Jy ! Component: 550 - total flux cleaned = -0.000392193 Jy ! Component: 600 - total flux cleaned = -0.000457256 Jy ! Component: 650 - total flux cleaned = -0.000542325 Jy ! Component: 700 - total flux cleaned = -0.000625899 Jy ! Component: 750 - total flux cleaned = -0.000707251 Jy ! Component: 800 - total flux cleaned = -0.000706757 Jy ! Component: 850 - total flux cleaned = -0.000765796 Jy ! Component: 900 - total flux cleaned = -0.000862878 Jy ! Component: 950 - total flux cleaned = -0.000939289 Jy ! Component: 1000 - total flux cleaned = -0.00110768 Jy ! Component: 1050 - total flux cleaned = -0.00116222 Jy ! Component: 1100 - total flux cleaned = -0.00125285 Jy ! Component: 1150 - total flux cleaned = -0.00132438 Jy ! Component: 1200 - total flux cleaned = -0.00139496 Jy ! Component: 1250 - total flux cleaned = -0.00144681 Jy ! Component: 1300 - total flux cleaned = -0.00153232 Jy ! Component: 1350 - total flux cleaned = -0.00163366 Jy ! Component: 1400 - total flux cleaned = -0.00161729 Jy ! Component: 1450 - total flux cleaned = -0.00173265 Jy ! Component: 1500 - total flux cleaned = -0.00173219 Jy ! Component: 1550 - total flux cleaned = -0.00187661 Jy ! Component: 1600 - total flux cleaned = -0.0018921 Jy ! Component: 1650 - total flux cleaned = -0.00198623 Jy ! Component: 1700 - total flux cleaned = -0.00214087 Jy ! Component: 1750 - total flux cleaned = -0.00220167 Jy ! Component: 1800 - total flux cleaned = -0.0022318 Jy ! Component: 1850 - total flux cleaned = -0.00227674 Jy ! Component: 1900 - total flux cleaned = -0.00236545 Jy ! Component: 1950 - total flux cleaned = -0.00243853 Jy ! Component: 2000 - total flux cleaned = -0.00251066 Jy ! Component: 2050 - total flux cleaned = -0.00259623 Jy ! Component: 2100 - total flux cleaned = -0.00263835 Jy ! Component: 2150 - total flux cleaned = -0.00270828 Jy ! Component: 2200 - total flux cleaned = -0.00274999 Jy ! Component: 2250 - total flux cleaned = -0.00281836 Jy ! Component: 2300 - total flux cleaned = -0.00284567 Jy ! Component: 2350 - total flux cleaned = -0.00297934 Jy ! Component: 2400 - total flux cleaned = -0.00296598 Jy ! Component: 2450 - total flux cleaned = -0.00301825 Jy ! Component: 2500 - total flux cleaned = -0.00309627 Jy ! Component: 2550 - total flux cleaned = -0.00314763 Jy ! Component: 2600 - total flux cleaned = -0.00312202 Jy ! Component: 2650 - total flux cleaned = -0.0032103 Jy ! Component: 2700 - total flux cleaned = -0.00327267 Jy ! Component: 2750 - total flux cleaned = -0.00329752 Jy ! Component: 2800 - total flux cleaned = -0.00333416 Jy ! Component: 2850 - total flux cleaned = -0.00344317 Jy ! Component: 2900 - total flux cleaned = -0.00345521 Jy ! Component: 2950 - total flux cleaned = -0.00349077 Jy ! Component: 3000 - total flux cleaned = -0.00352622 Jy ! Component: 3050 - total flux cleaned = -0.00356124 Jy ! Component: 3100 - total flux cleaned = -0.00360764 Jy ! Component: 3150 - total flux cleaned = -0.00361902 Jy ! Component: 3200 - total flux cleaned = -0.00363051 Jy ! Component: 3250 - total flux cleaned = -0.00372095 Jy ! Component: 3300 - total flux cleaned = -0.0037544 Jy ! Component: 3350 - total flux cleaned = -0.00379881 Jy ! Component: 3400 - total flux cleaned = -0.00378783 Jy ! Component: 3450 - total flux cleaned = -0.00384255 Jy ! Component: 3500 - total flux cleaned = -0.00385341 Jy ! Component: 3550 - total flux cleaned = -0.00392871 Jy ! Component: 3600 - total flux cleaned = -0.00397127 Jy ! Component: 3650 - total flux cleaned = -0.00401362 Jy ! Component: 3700 - total flux cleaned = -0.00405561 Jy ! Component: 3750 - total flux cleaned = -0.00408689 Jy ! Component: 3800 - total flux cleaned = -0.00411785 Jy ! Component: 3850 - total flux cleaned = -0.00407674 Jy ! Component: 3900 - total flux cleaned = -0.00412783 Jy ! Component: 3950 - total flux cleaned = -0.00414796 Jy ! Component: 4000 - total flux cleaned = -0.00415799 Jy ! Component: 4050 - total flux cleaned = -0.00420784 Jy ! Total flux subtracted in 4096 components = -0.00417803 Jy ! Clean residual min=-0.000617 max=0.000549 Jy/beam ! Clean residual mean=-0.000001 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.167568 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 413 components and 0.167568 Jy ![Exited script file: muppet] wmap "J0423+2108_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.903 x 6.406 at -9.792 degrees (North through East) ! Clean map min=-0.0012105 max=0.13738 Jy/beam ! Writing clean map to FITS file: J0423+2108_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.137382 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000180777 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.39476 0.39476 0.789521 1.57904 3.15808 6.31616 12.6323 25.2647 50.5293 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.137 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.903 x 6.406 at -9.792 degrees (North through East) ! Clean map min=-0.0012105 max=0.13738 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 J0423+2108_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:45:51 2016