! Started logfile: J1724+0224_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:11:07 2016 obs J1724+0224_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1724+0224_S_2014_08_09_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.784282 visibilities/baseline/integration-bin. ! Found source: J1724+0224 ! ! 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 342 lines of history. ! ! Reading 17364 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 J1724+0224_S_2014_08_09_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 139 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 139 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 139 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 139 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002498Jy sigma=0.010834 ! Fit after self-cal, rms=0.959703Jy sigma=0.010388 ! 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.71 mas, bmaj=9.333 mas, bpa=18.89 degrees ! Estimated noise=715.588 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.0330552 Jy ! Component: 100 - total flux cleaned = 0.0405568 Jy ! Total flux subtracted in 100 components = 0.0405568 Jy ! Clean residual min=-0.002948 max=0.002994 Jy/beam ! Clean residual mean=-0.000003 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.0405568 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0405568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076714Jy sigma=0.000776 ! Fit after self-cal, rms=0.075084Jy sigma=0.000759 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00481152 Jy ! Component: 100 - total flux cleaned = 0.00694801 Jy ! Total flux subtracted in 100 components = 0.00694801 Jy ! Clean residual min=-0.002722 max=0.002463 Jy/beam ! Clean residual mean=-0.000003 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.0475048 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 28 components and 0.0475048 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074754Jy sigma=0.000756 ! Fit after self-cal, rms=0.074732Jy sigma=0.000756 ! 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=4.427 mas, bmaj=9.945 mas, bpa=17.61 degrees ! Estimated noise=503.793 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.0016079 Jy ! Component: 100 - total flux cleaned = 0.0024117 Jy ! Component: 150 - total flux cleaned = 0.00293194 Jy ! Component: 200 - total flux cleaned = 0.00328607 Jy ! Total flux subtracted in 200 components = 0.00328607 Jy ! Clean residual min=-0.001944 max=0.001769 Jy/beam ! Clean residual mean=-0.000003 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.0507909 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 56 components and 0.0507909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074689Jy sigma=0.000756 ! Fit after self-cal, rms=0.074674Jy sigma=0.000755 ! 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.96 FD 0.88 HN 0.96 KP 1.04 ! LA 1.05 MK 1.00* NL 0.98 OV 1.06 ! PT 1.06 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.06 HN 1.02 KP 1.03 ! LA 0.98 MK 1.00* NL 1.08 OV 1.07 ! PT 1.04 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.14 HN 1.01 KP 0.91 ! LA 0.88 MK 1.00* NL 0.97 OV 0.96 ! PT 1.01 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.99 HN 0.94 KP 0.90 ! LA 0.83 MK 1.00* NL 1.07 OV 0.99 ! PT 1.02 SC 1.02 ! ! ! Fit before self-cal, rms=0.074674Jy sigma=0.000755 ! Fit after self-cal, rms=0.073626Jy sigma=0.000754 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.45 mas, bmaj=9.932 mas, bpa=17.25 degrees ! Estimated noise=505.754 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.000560492 Jy ! Component: 100 - total flux cleaned = 0.000667221 Jy ! Component: 150 - total flux cleaned = 0.000678791 Jy ! Component: 200 - total flux cleaned = 0.000708909 Jy ! Total flux subtracted in 200 components = 0.000708909 Jy ! Clean residual min=-0.001671 max=0.001577 Jy/beam ! Clean residual mean=-0.000003 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.0514998 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.0514998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073620Jy sigma=0.000754 ! Fit after self-cal, rms=0.073583Jy sigma=0.000754 ! 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.073583Jy sigma=0.000754 ! Fit after self-cal, rms=0.073259Jy sigma=0.000753 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.464 mas, bmaj=9.926 mas, bpa=17.31 degrees ! Estimated noise=506.396 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000455452 Jy ! Component: 100 - total flux cleaned = 0.000552144 Jy ! Component: 150 - total flux cleaned = 0.000569152 Jy ! Component: 200 - total flux cleaned = 0.000583793 Jy ! Total flux subtracted in 200 components = 0.000583793 Jy ! Clean residual min=-0.001723 max=0.001411 Jy/beam ! Clean residual mean=-0.000001 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.0520836 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 76 components and 0.0520836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073256Jy sigma=0.000753 ! Fit after self-cal, rms=0.073259Jy sigma=0.000753 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 = 6.63908e-05 Jy ! Component: 100 - total flux cleaned = 5.85126e-05 Jy ! Component: 150 - total flux cleaned = 7.28178e-05 Jy ! Component: 200 - total flux cleaned = 7.90117e-05 Jy ! Total flux subtracted in 200 components = 7.90117e-05 Jy ! Clean residual min=-0.001719 max=0.001407 Jy/beam ! Clean residual mean=-0.000001 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.0521626 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 80 components and 0.0521626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073257Jy sigma=0.000753 ! Fit after self-cal, rms=0.073258Jy sigma=0.000753 ! 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.073258Jy sigma=0.000753 ! Fit after self-cal, rms=0.073372Jy sigma=0.000753 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.461 mas, bmaj=9.902 mas, bpa=17.28 degrees ! Estimated noise=506.498 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000298566 Jy ! Component: 100 - total flux cleaned = 0.000355786 Jy ! Component: 150 - total flux cleaned = 0.000361992 Jy ! Component: 200 - total flux cleaned = 0.000361737 Jy ! Total flux subtracted in 200 components = 0.000361737 Jy ! Clean residual min=-0.001705 max=0.001405 Jy/beam ! Clean residual mean=-0.000001 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.0525243 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 81 components and 0.0525243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073370Jy sigma=0.000753 ! Fit after self-cal, rms=0.073378Jy sigma=0.000753 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.39876e-05 Jy ! Component: 100 - total flux cleaned = 1.35446e-05 Jy ! Component: 150 - total flux cleaned = 1.34063e-05 Jy ! Component: 200 - total flux cleaned = 1.86184e-05 Jy ! Total flux subtracted in 200 components = 1.86184e-05 Jy ! Clean residual min=-0.001697 max=0.001415 Jy/beam ! Clean residual mean=-0.000001 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.052543 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 81 components and 0.052543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073377Jy sigma=0.000753 ! Fit after self-cal, rms=0.073376Jy sigma=0.000753 ! 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.073376Jy sigma=0.000753 ! Fit after self-cal, rms=0.073468Jy sigma=0.000753 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.09 mas, bmaj=12.05 mas, bpa=5.865 degrees ! Estimated noise=576.631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000259475 Jy ! Component: 100 - total flux cleaned = 0.000300831 Jy ! Component: 150 - total flux cleaned = 0.000321749 Jy ! Component: 200 - total flux cleaned = 0.000334778 Jy ! Total flux subtracted in 200 components = 0.000334778 Jy ! Clean residual min=-0.001697 max=0.001518 Jy/beam ! Clean residual mean=-0.000001 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.0528777 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 85 components and 0.0528777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073468Jy sigma=0.000753 ! Fit after self-cal, rms=0.073470Jy sigma=0.000753 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.86875e-05 Jy ! Component: 100 - total flux cleaned = 4.22948e-05 Jy ! Component: 150 - total flux cleaned = 5.33965e-05 Jy ! Component: 200 - total flux cleaned = 5.66972e-05 Jy ! Total flux subtracted in 200 components = 5.66972e-05 Jy ! Clean residual min=-0.001699 max=0.001513 Jy/beam ! Clean residual mean=-0.000001 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.0529344 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 93 components and 0.0529344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073470Jy sigma=0.000753 ! Fit after self-cal, rms=0.073470Jy sigma=0.000753 ! 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=4.46 mas, bmaj=9.885 mas, bpa=17.22 degrees ! Estimated noise=506.628 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.46 x 9.885 at 17.22 degrees (North through East) ! Clean map min=-0.0016471 max=0.045834 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.736 mas, bmaj=9.301 mas, bpa=18.64 degrees ! Estimated noise=716.399 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0351253 Jy ! Component: 100 - total flux cleaned = 0.0435318 Jy ! Component: 150 - total flux cleaned = 0.0472727 Jy ! Component: 200 - total flux cleaned = 0.0492695 Jy ! Total flux subtracted in 200 components = 0.0492695 Jy ! Clean residual min=-0.002186 max=0.002087 Jy/beam ! Clean residual mean=-0.000001 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.0492695 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.0492695 Jy ! Inverting map and beam ! Estimated beam: bmin=4.46 mas, bmaj=9.885 mas, bpa=17.22 degrees ! Estimated noise=506.628 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.0015381 Jy ! Component: 100 - total flux cleaned = 0.00242238 Jy ! Component: 150 - total flux cleaned = 0.00297499 Jy ! Component: 200 - total flux cleaned = 0.00317017 Jy ! Total flux subtracted in 200 components = 0.00317017 Jy ! Clean residual min=-0.001665 max=0.001407 Jy/beam ! Clean residual mean=-0.000001 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.0524396 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 38 components and 0.0524396 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=8.09 mas, bmaj=12.05 mas, bpa=5.865 degrees ! Estimated noise=576.631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00037729 Jy ! Component: 100 - total flux cleaned = 0.000475141 Jy ! Component: 150 - total flux cleaned = 0.000517494 Jy ! Component: 200 - total flux cleaned = 0.000517505 Jy ! Total flux subtracted in 200 components = 0.000517505 Jy ! Clean residual min=-0.001690 max=0.001517 Jy/beam ! Clean residual mean=-0.000001 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.0529571 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 = 2.42976e-08 Jy ! Component: 100 - total flux cleaned = -1.42655e-07 Jy ! Component: 150 - total flux cleaned = -1.82044e-07 Jy ! Component: 200 - total flux cleaned = 2.5912e-08 Jy ! Total flux subtracted in 200 components = 2.5912e-08 Jy ! Clean residual min=-0.001690 max=0.001516 Jy/beam ! Clean residual mean=-0.000001 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.0529572 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 57 components and 0.0529572 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.46 mas, bmaj=9.885 mas, bpa=17.22 degrees ! Estimated noise=506.628 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.75363e-05 Jy ! Component: 100 - total flux cleaned = -4.43464e-05 Jy ! Component: 150 - total flux cleaned = -6.82051e-05 Jy ! Component: 200 - total flux cleaned = -8.93706e-05 Jy ! Total flux subtracted in 200 components = -8.93706e-05 Jy ! Clean residual min=-0.001673 max=0.001407 Jy/beam ! Clean residual mean=-0.000001 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.0528678 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 64 components and 0.0528678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073471Jy sigma=0.000753 ! Fit after self-cal, rms=0.073470Jy sigma=0.000753 wmodel J1724+0224_S_2014_08_09_pus_map.mod ! Writing 64 model components to file: J1724+0224_S_2014_08_09_pus_map.mod wobs J1724+0224_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1724+0224_S_2014_08_09_pus_uvs.fits wwins J1724+0224_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J1724+0224_S_2014_08_09_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.000332787 Jy ! Component: 100 - total flux cleaned = -0.000287249 Jy ! Component: 150 - total flux cleaned = -0.000131424 Jy ! Component: 200 - total flux cleaned = -3.64294e-06 Jy ! Component: 250 - total flux cleaned = 7.74318e-05 Jy ! Component: 300 - total flux cleaned = 7.69653e-05 Jy ! Component: 350 - total flux cleaned = 7.68425e-05 Jy ! Component: 400 - total flux cleaned = 7.67824e-05 Jy ! Component: 450 - total flux cleaned = 4.11291e-05 Jy ! Component: 500 - total flux cleaned = 2.38103e-05 Jy ! Component: 550 - total flux cleaned = -7.86586e-05 Jy ! Component: 600 - total flux cleaned = -0.000161857 Jy ! Component: 650 - total flux cleaned = -0.00021083 Jy ! Component: 700 - total flux cleaned = -0.000322662 Jy ! Component: 750 - total flux cleaned = -0.000431696 Jy ! Component: 800 - total flux cleaned = -0.000492616 Jy ! Component: 850 - total flux cleaned = -0.000552906 Jy ! Component: 900 - total flux cleaned = -0.000597183 Jy ! Component: 950 - total flux cleaned = -0.000669984 Jy ! Component: 1000 - total flux cleaned = -0.000727286 Jy ! Component: 1050 - total flux cleaned = -0.000783853 Jy ! Component: 1100 - total flux cleaned = -0.000880651 Jy ! Component: 1150 - total flux cleaned = -0.000975515 Jy ! Component: 1200 - total flux cleaned = -0.00102878 Jy ! Component: 1250 - total flux cleaned = -0.00110772 Jy ! Component: 1300 - total flux cleaned = -0.00114666 Jy ! Component: 1350 - total flux cleaned = -0.0012877 Jy ! Component: 1400 - total flux cleaned = -0.00133815 Jy ! Component: 1450 - total flux cleaned = -0.00136314 Jy ! Component: 1500 - total flux cleaned = -0.00143724 Jy ! Component: 1550 - total flux cleaned = -0.0014978 Jy ! Component: 1600 - total flux cleaned = -0.00153362 Jy ! Component: 1650 - total flux cleaned = -0.00155733 Jy ! Component: 1700 - total flux cleaned = -0.00160395 Jy ! Component: 1750 - total flux cleaned = -0.0016155 Jy ! Component: 1800 - total flux cleaned = -0.00166117 Jy ! Component: 1850 - total flux cleaned = -0.0016725 Jy ! Component: 1900 - total flux cleaned = -0.00168359 Jy ! Component: 1950 - total flux cleaned = -0.00177171 Jy ! Component: 2000 - total flux cleaned = -0.00179354 Jy ! Component: 2050 - total flux cleaned = -0.00182589 Jy ! Component: 2100 - total flux cleaned = -0.00182605 Jy ! Component: 2150 - total flux cleaned = -0.00185767 Jy ! Component: 2200 - total flux cleaned = -0.00189936 Jy ! Component: 2250 - total flux cleaned = -0.00192 Jy ! Component: 2300 - total flux cleaned = -0.00191987 Jy ! Component: 2350 - total flux cleaned = -0.00195003 Jy ! Component: 2400 - total flux cleaned = -0.00196989 Jy ! Component: 2450 - total flux cleaned = -0.00194001 Jy ! Component: 2500 - total flux cleaned = -0.00199897 Jy ! Component: 2550 - total flux cleaned = -0.00199888 Jy ! Component: 2600 - total flux cleaned = -0.00204708 Jy ! Component: 2650 - total flux cleaned = -0.0019992 Jy ! Component: 2700 - total flux cleaned = -0.00204665 Jy ! Component: 2750 - total flux cleaned = -0.00210297 Jy ! Component: 2800 - total flux cleaned = -0.00212155 Jy ! Component: 2850 - total flux cleaned = -0.00211229 Jy ! Component: 2900 - total flux cleaned = -0.00213977 Jy ! Component: 2950 - total flux cleaned = -0.0021761 Jy ! Component: 3000 - total flux cleaned = -0.00216716 Jy ! Component: 3050 - total flux cleaned = -0.00221188 Jy ! Component: 3100 - total flux cleaned = -0.00222968 Jy ! Component: 3150 - total flux cleaned = -0.00222964 Jy ! Component: 3200 - total flux cleaned = -0.00225581 Jy ! Component: 3250 - total flux cleaned = -0.00228158 Jy ! Component: 3300 - total flux cleaned = -0.00229868 Jy ! Component: 3350 - total flux cleaned = -0.0023411 Jy ! Component: 3400 - total flux cleaned = -0.00240008 Jy ! Component: 3450 - total flux cleaned = -0.00244191 Jy ! Component: 3500 - total flux cleaned = -0.00249166 Jy ! Component: 3550 - total flux cleaned = -0.00249992 Jy ! Component: 3600 - total flux cleaned = -0.00253269 Jy ! Component: 3650 - total flux cleaned = -0.0025652 Jy ! Component: 3700 - total flux cleaned = -0.00258945 Jy ! Component: 3750 - total flux cleaned = -0.00263762 Jy ! Component: 3800 - total flux cleaned = -0.00266949 Jy ! Component: 3850 - total flux cleaned = -0.00267739 Jy ! Component: 3900 - total flux cleaned = -0.00271666 Jy ! Component: 3950 - total flux cleaned = -0.00274784 Jy ! Component: 4000 - total flux cleaned = -0.00279429 Jy ! Component: 4050 - total flux cleaned = -0.00279433 Jy ! Total flux subtracted in 4096 components = -0.00285556 Jy ! Clean residual min=-0.000529 max=0.000479 Jy/beam ! Clean residual mean=-0.000000 rms=0.000151 Jy/beam ! Combined flux in latest and established models = 0.0500122 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 365 components and 0.0500122 Jy ![Exited script file: muppet] wmap "J1724+0224_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.46 x 9.885 at 17.22 degrees (North through East) ! Clean map min=-0.0010349 max=0.045671 Jy/beam ! Writing clean map to FITS file: J1724+0224_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0456707 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000149045 device "J1724+0224_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1724+0224_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.979042 0.979042 1.95808 3.91617 7.83233 15.6647 31.3293 62.6587 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.045 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.46 x 9.885 at 17.22 degrees (North through East) ! Clean map min=-0.0010349 max=0.045671 Jy/beam quit ! Quitting program ! Log file J1724+0224_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:11:13 2016