! Started logfile: J1702+1502_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:30:46 2017 obs J1702+1502_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1702+1502_S_2015_01_23_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.880357 visibilities/baseline/integration-bin. ! Found source: J1702+1502 ! ! 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 17748 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 J1702+1502_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 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.980769Jy sigma=0.011080 ! Fit after self-cal, rms=0.925891Jy sigma=0.010650 ! 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.62 mas, bmaj=6.353 mas, bpa=-3.794 degrees ! Estimated noise=687.541 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.0650707 Jy ! Component: 100 - total flux cleaned = 0.0822736 Jy ! Total flux subtracted in 100 components = 0.0822736 Jy ! Clean residual min=-0.003930 max=0.007119 Jy/beam ! Clean residual mean=0.000004 rms=0.000971 Jy/beam ! Combined flux in latest and established models = 0.0822736 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0822736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.204484Jy sigma=0.000795 ! Fit after self-cal, rms=0.204457Jy sigma=0.000795 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00772059 Jy ! Component: 100 - total flux cleaned = 0.0116914 Jy ! Total flux subtracted in 100 components = 0.0116914 Jy ! Clean residual min=-0.003458 max=0.003266 Jy/beam ! Clean residual mean=0.000002 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.093965 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 17 components and 0.093965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203702Jy sigma=0.000785 ! Fit after self-cal, rms=0.203719Jy sigma=0.000785 ! 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.093 mas, bmaj=7.086 mas, bpa=-2.912 degrees ! Estimated noise=484.069 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.00333592 Jy ! Component: 100 - total flux cleaned = 0.00524786 Jy ! Component: 150 - total flux cleaned = 0.00651185 Jy ! Component: 200 - total flux cleaned = 0.00738501 Jy ! Total flux subtracted in 200 components = 0.00738501 Jy ! Clean residual min=-0.003078 max=0.003320 Jy/beam ! Clean residual mean=0.000001 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.10135 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 42 components and 0.10135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203472Jy sigma=0.000785 ! Fit after self-cal, rms=0.203479Jy sigma=0.000785 ! 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.98 FD 0.46 HN 0.97 KP 1.11 ! LA 1.00 MK 1.03 NL 1.08 OV 1.00 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.55 HN 1.06 KP 1.04 ! LA 0.95 MK 0.99 NL 1.13 OV 1.00 ! PT 1.06 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.63 HN 1.06 KP 0.92 ! LA 0.79 MK 1.01 NL 1.23 OV 0.97 ! PT 0.99 SC 1.08 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.43 HN 0.99 KP 0.83 ! LA 0.87 MK 1.04 NL 1.06 OV 0.98 ! PT 1.04 SC 1.01 ! ! ! Fit before self-cal, rms=0.203479Jy sigma=0.000785 ! Fit after self-cal, rms=0.115752Jy sigma=0.000775 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.123 mas, bmaj=7.163 mas, bpa=-2.786 degrees ! Estimated noise=486.512 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.000532136 Jy ! Component: 100 - total flux cleaned = -0.000651268 Jy ! Component: 150 - total flux cleaned = -0.000651209 Jy ! Component: 200 - total flux cleaned = -0.000640772 Jy ! Total flux subtracted in 200 components = -0.000640772 Jy ! Clean residual min=-0.001711 max=0.001854 Jy/beam ! Clean residual mean=0.000001 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.100709 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 51 components and 0.100709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115746Jy sigma=0.000775 ! Fit after self-cal, rms=0.115629Jy sigma=0.000775 ! 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.115629Jy sigma=0.000775 ! Fit after self-cal, rms=0.114185Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.133 mas, bmaj=7.17 mas, bpa=-2.613 degrees ! Estimated noise=486.735 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000364009 Jy ! Component: 100 - total flux cleaned = -0.00044072 Jy ! Component: 150 - total flux cleaned = -0.000484659 Jy ! Component: 200 - total flux cleaned = -0.00052258 Jy ! Total flux subtracted in 200 components = -0.00052258 Jy ! Clean residual min=-0.001315 max=0.001472 Jy/beam ! Clean residual mean=0.000000 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.100187 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 55 components and 0.100187 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114184Jy sigma=0.000773 ! Fit after self-cal, rms=0.114188Jy sigma=0.000773 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 = -7.90216e-06 Jy ! Component: 100 - total flux cleaned = -2.21302e-05 Jy ! Component: 150 - total flux cleaned = -4.17167e-05 Jy ! Component: 200 - total flux cleaned = -4.80604e-05 Jy ! Total flux subtracted in 200 components = -4.80604e-05 Jy ! Clean residual min=-0.001328 max=0.001459 Jy/beam ! Clean residual mean=-0.000000 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.100139 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 57 components and 0.100139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114187Jy sigma=0.000773 ! Fit after self-cal, rms=0.114187Jy sigma=0.000773 ! 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.114187Jy sigma=0.000773 ! Fit after self-cal, rms=0.114114Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.141 mas, bmaj=7.181 mas, bpa=-2.544 degrees ! Estimated noise=487.268 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000258162 Jy ! Component: 100 - total flux cleaned = -0.000318317 Jy ! Component: 150 - total flux cleaned = -0.00036137 Jy ! Component: 200 - total flux cleaned = -0.000374231 Jy ! Total flux subtracted in 200 components = -0.000374231 Jy ! Clean residual min=-0.001312 max=0.001469 Jy/beam ! Clean residual mean=-0.000000 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.0997643 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.0997643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114113Jy sigma=0.000773 ! Fit after self-cal, rms=0.114114Jy sigma=0.000773 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.86788e-05 Jy ! Component: 100 - total flux cleaned = -3.05124e-05 Jy ! Component: 150 - total flux cleaned = -3.61096e-05 Jy ! Component: 200 - total flux cleaned = -3.60411e-05 Jy ! Total flux subtracted in 200 components = -3.60411e-05 Jy ! Clean residual min=-0.001316 max=0.001469 Jy/beam ! Clean residual mean=-0.000000 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.0997283 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 62 components and 0.0997283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114114Jy sigma=0.000773 ! Fit after self-cal, rms=0.114114Jy sigma=0.000773 ! 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.114114Jy sigma=0.000773 ! Fit after self-cal, rms=0.114105Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.021 mas, bmaj=10.74 mas, bpa=-4.959 degrees ! Estimated noise=625.548 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.93434e-05 Jy ! Component: 100 - total flux cleaned = -0.000107381 Jy ! Component: 150 - total flux cleaned = -0.000128908 Jy ! Component: 200 - total flux cleaned = -0.000141166 Jy ! Total flux subtracted in 200 components = -0.000141166 Jy ! Clean residual min=-0.001631 max=0.001720 Jy/beam ! Clean residual mean=-0.000001 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.0995871 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 68 components and 0.0995871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114108Jy sigma=0.000773 ! Fit after self-cal, rms=0.114108Jy sigma=0.000773 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.47582e-05 Jy ! Component: 100 - total flux cleaned = 1.41141e-05 Jy ! Component: 150 - total flux cleaned = 8.15519e-06 Jy ! Component: 200 - total flux cleaned = 2.39326e-06 Jy ! Total flux subtracted in 200 components = 2.39326e-06 Jy ! Clean residual min=-0.001624 max=0.001711 Jy/beam ! Clean residual mean=-0.000001 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.0995895 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 68 components and 0.0995895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114110Jy sigma=0.000773 ! Fit after self-cal, rms=0.114109Jy sigma=0.000773 ! 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.147 mas, bmaj=7.19 mas, bpa=-2.495 degrees ! Estimated noise=487.639 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.147 x 7.19 at -2.495 degrees (North through East) ! Clean map min=-0.0012718 max=0.08633 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.657 mas, bmaj=6.421 mas, bpa=-3.308 degrees ! Estimated noise=698.493 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0659009 Jy ! Component: 100 - total flux cleaned = 0.0827854 Jy ! Component: 150 - total flux cleaned = 0.0901109 Jy ! Component: 200 - total flux cleaned = 0.093791 Jy ! Total flux subtracted in 200 components = 0.093791 Jy ! Clean residual min=-0.002406 max=0.002455 Jy/beam ! Clean residual mean=0.000002 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.093791 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.093791 Jy ! Inverting map and beam ! Estimated beam: bmin=3.147 mas, bmaj=7.19 mas, bpa=-2.495 degrees ! Estimated noise=487.639 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.00245065 Jy ! Component: 100 - total flux cleaned = 0.00368977 Jy ! Component: 150 - total flux cleaned = 0.00441035 Jy ! Component: 200 - total flux cleaned = 0.00486078 Jy ! Total flux subtracted in 200 components = 0.00486078 Jy ! Clean residual min=-0.001353 max=0.001422 Jy/beam ! Clean residual mean=0.000000 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0986518 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 36 components and 0.0986518 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.021 mas, bmaj=10.74 mas, bpa=-4.959 degrees ! Estimated noise=625.548 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000600327 Jy ! Component: 100 - total flux cleaned = 0.000733594 Jy ! Component: 150 - total flux cleaned = 0.000747075 Jy ! Component: 200 - total flux cleaned = 0.000753105 Jy ! Total flux subtracted in 200 components = 0.000753105 Jy ! Clean residual min=-0.001626 max=0.001736 Jy/beam ! Clean residual mean=-0.000001 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.0994049 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.77896e-07 Jy ! Component: 100 - total flux cleaned = 5.98234e-06 Jy ! Component: 150 - total flux cleaned = 1.14817e-05 Jy ! Component: 200 - total flux cleaned = 1.6998e-05 Jy ! Total flux subtracted in 200 components = 1.6998e-05 Jy ! Clean residual min=-0.001621 max=0.001734 Jy/beam ! Clean residual mean=-0.000001 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.0994219 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 44 components and 0.0994219 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.147 mas, bmaj=7.19 mas, bpa=-2.495 degrees ! Estimated noise=487.639 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000299694 Jy ! Component: 100 - total flux cleaned = -0.000255712 Jy ! Component: 150 - total flux cleaned = -0.000231386 Jy ! Component: 200 - total flux cleaned = -0.000220753 Jy ! Total flux subtracted in 200 components = -0.000220753 Jy ! Clean residual min=-0.001335 max=0.001461 Jy/beam ! Clean residual mean=0.000000 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.0992011 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.0992011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114117Jy sigma=0.000773 ! Fit after self-cal, rms=0.114112Jy sigma=0.000773 wmodel J1702+1502_S_2015_01_23_pus_map.mod ! Writing 52 model components to file: J1702+1502_S_2015_01_23_pus_map.mod wobs J1702+1502_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1702+1502_S_2015_01_23_pus_uvs.fits wwins J1702+1502_S_2015_01_23_pus_map.win ! wwins: Wrote 1 windows to J1702+1502_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 = 0.000397473 Jy ! Component: 100 - total flux cleaned = 0.000517178 Jy ! Component: 150 - total flux cleaned = 0.000725453 Jy ! Component: 200 - total flux cleaned = 0.000882124 Jy ! Component: 250 - total flux cleaned = 0.000990574 Jy ! Component: 300 - total flux cleaned = 0.00111715 Jy ! Component: 350 - total flux cleaned = 0.00130245 Jy ! Component: 400 - total flux cleaned = 0.00140311 Jy ! Component: 450 - total flux cleaned = 0.00154088 Jy ! Component: 500 - total flux cleaned = 0.0015986 Jy ! Component: 550 - total flux cleaned = 0.00163692 Jy ! Component: 600 - total flux cleaned = 0.00165593 Jy ! Component: 650 - total flux cleaned = 0.00167464 Jy ! Component: 700 - total flux cleaned = 0.00171086 Jy ! Component: 750 - total flux cleaned = 0.00169345 Jy ! Component: 800 - total flux cleaned = 0.0017108 Jy ! Component: 850 - total flux cleaned = 0.00165932 Jy ! Component: 900 - total flux cleaned = 0.0016255 Jy ! Component: 950 - total flux cleaned = 0.00159199 Jy ! Component: 1000 - total flux cleaned = 0.00152633 Jy ! Component: 1050 - total flux cleaned = 0.00149372 Jy ! Component: 1100 - total flux cleaned = 0.00144549 Jy ! Component: 1150 - total flux cleaned = 0.00136647 Jy ! Component: 1200 - total flux cleaned = 0.00131972 Jy ! Component: 1250 - total flux cleaned = 0.00128875 Jy ! Component: 1300 - total flux cleaned = 0.00124313 Jy ! Component: 1350 - total flux cleaned = 0.00116804 Jy ! Component: 1400 - total flux cleaned = 0.00116825 Jy ! Component: 1450 - total flux cleaned = 0.00113878 Jy ! Component: 1500 - total flux cleaned = 0.00106598 Jy ! Component: 1550 - total flux cleaned = 0.00102267 Jy ! Component: 1600 - total flux cleaned = 0.000980065 Jy ! Component: 1650 - total flux cleaned = 0.000937786 Jy ! Component: 1700 - total flux cleaned = 0.000854043 Jy ! Component: 1750 - total flux cleaned = 0.000826691 Jy ! Component: 1800 - total flux cleaned = 0.000744804 Jy ! Component: 1850 - total flux cleaned = 0.000677108 Jy ! Component: 1900 - total flux cleaned = 0.000677006 Jy ! Component: 1950 - total flux cleaned = 0.000637107 Jy ! Component: 2000 - total flux cleaned = 0.000545274 Jy ! Component: 2050 - total flux cleaned = 0.000506313 Jy ! Component: 2100 - total flux cleaned = 0.000519191 Jy ! Component: 2150 - total flux cleaned = 0.000480892 Jy ! Component: 2200 - total flux cleaned = 0.000468364 Jy ! Component: 2250 - total flux cleaned = 0.000443346 Jy ! Component: 2300 - total flux cleaned = 0.000393797 Jy ! Component: 2350 - total flux cleaned = 0.000356887 Jy ! Component: 2400 - total flux cleaned = 0.000308256 Jy ! Component: 2450 - total flux cleaned = 0.000320366 Jy ! Component: 2500 - total flux cleaned = 0.000308338 Jy ! Component: 2550 - total flux cleaned = 0.000237123 Jy ! Component: 2600 - total flux cleaned = 0.000237179 Jy ! Component: 2650 - total flux cleaned = 0.000201958 Jy ! Component: 2700 - total flux cleaned = 0.000167017 Jy ! Component: 2750 - total flux cleaned = 0.000144165 Jy ! Component: 2800 - total flux cleaned = 0.000144282 Jy ! Component: 2850 - total flux cleaned = 0.000144169 Jy ! Component: 2900 - total flux cleaned = 0.000144331 Jy ! Component: 2950 - total flux cleaned = 0.000133083 Jy ! Component: 3000 - total flux cleaned = 5.55152e-05 Jy ! Component: 3050 - total flux cleaned = 0.000132391 Jy ! Component: 3100 - total flux cleaned = 9.97442e-05 Jy ! Component: 3150 - total flux cleaned = 0.000110474 Jy ! Component: 3200 - total flux cleaned = 7.81436e-05 Jy ! Component: 3250 - total flux cleaned = 8.88607e-05 Jy ! Component: 3300 - total flux cleaned = 7.83048e-05 Jy ! Component: 3350 - total flux cleaned = 5.72431e-05 Jy ! Component: 3400 - total flux cleaned = 5.7213e-05 Jy ! Component: 3450 - total flux cleaned = 4.68062e-05 Jy ! Component: 3500 - total flux cleaned = 4.66874e-05 Jy ! Component: 3550 - total flux cleaned = -4.63341e-06 Jy ! Component: 3600 - total flux cleaned = 1.59623e-05 Jy ! Component: 3650 - total flux cleaned = -4.32164e-06 Jy ! Component: 3700 - total flux cleaned = 5.79205e-06 Jy ! Component: 3750 - total flux cleaned = -1.42771e-05 Jy ! Component: 3800 - total flux cleaned = -3.41917e-05 Jy ! Component: 3850 - total flux cleaned = -1.42634e-05 Jy ! Component: 3900 - total flux cleaned = 1.53732e-05 Jy ! Component: 3950 - total flux cleaned = -1.401e-05 Jy ! Component: 4000 - total flux cleaned = -1.39947e-05 Jy ! Component: 4050 - total flux cleaned = 5.3962e-06 Jy ! Total flux subtracted in 4096 components = -2.35293e-05 Jy ! Clean residual min=-0.000562 max=0.000591 Jy/beam ! Clean residual mean=0.000000 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.0991776 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 349 components and 0.0991776 Jy ![Exited script file: muppet] wmap "J1702+1502_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.147 x 7.19 at -2.495 degrees (North through East) ! Clean map min=-0.0011213 max=0.086498 Jy/beam ! Writing clean map to FITS file: J1702+1502_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.0864984 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00017522 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.60771 0.60771 1.21542 2.43084 4.86168 9.72336 19.4467 38.8934 77.7868 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.086 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.147 x 7.19 at -2.495 degrees (North through East) ! Clean map min=-0.0011213 max=0.086498 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 J1702+1502_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:30:51 2017