! Started logfile: J2139+0122_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:48:18 2016 obs J2139+0122_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J2139+0122_S_2014_12_20_pus_uva.fits ! AN table 1: 93 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.87264 visibilities/baseline/integration-bin. ! Found source: J2139+0122 ! ! 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 344 lines of history. ! ! Reading 14608 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 J2139+0122_S_2014_12_20_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 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.926697Jy sigma=0.010012 ! Fit after self-cal, rms=0.896187Jy sigma=0.009689 ! 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.777 mas, bmaj=7.092 mas, bpa=-6.381 degrees ! Estimated noise=768.961 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.0785411 Jy ! Component: 100 - total flux cleaned = 0.0981835 Jy ! Total flux subtracted in 100 components = 0.0981835 Jy ! Clean residual min=-0.003829 max=0.007923 Jy/beam ! Clean residual mean=-0.000018 rms=0.001152 Jy/beam ! Combined flux in latest and established models = 0.0981835 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0981835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091185Jy sigma=0.000813 ! Fit after self-cal, rms=0.091177Jy sigma=0.000813 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00864378 Jy ! Component: 100 - total flux cleaned = 0.0128485 Jy ! Total flux subtracted in 100 components = 0.0128485 Jy ! Clean residual min=-0.003306 max=0.004023 Jy/beam ! Clean residual mean=-0.000012 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.111032 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 15 components and 0.111032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089858Jy sigma=0.000806 ! Fit after self-cal, rms=0.089848Jy sigma=0.000806 ! 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.319 mas, bmaj=8.371 mas, bpa=-7.56 degrees ! Estimated noise=559.386 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.00304215 Jy ! Component: 100 - total flux cleaned = 0.00479195 Jy ! Component: 150 - total flux cleaned = 0.00589419 Jy ! Component: 200 - total flux cleaned = 0.00658266 Jy ! Total flux subtracted in 200 components = 0.00658266 Jy ! Clean residual min=-0.003649 max=0.003263 Jy/beam ! Clean residual mean=-0.000008 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.117615 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 45 components and 0.117615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089580Jy sigma=0.000806 ! Fit after self-cal, rms=0.089579Jy sigma=0.000806 ! 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.04 FD 1.14 HN 0.99 KP 1.06 ! LA 1.00 MK 1.00 NL 0.89 OV 1.02 ! PT 1.08 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.05 HN 1.06 KP 1.03 ! LA 0.95 MK 0.99 NL 0.97 OV 1.03 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.02 HN 1.06 KP 0.94 ! LA 0.78 MK 1.05 NL 1.46 OV 0.96 ! PT 1.02 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.95 HN 0.96 KP 0.90 ! LA 0.79 MK 1.03 NL 1.05 OV 0.96 ! PT 1.05 SC 1.03 ! ! ! Fit before self-cal, rms=0.089579Jy sigma=0.000806 ! Fit after self-cal, rms=0.087245Jy sigma=0.000791 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.327 mas, bmaj=8.394 mas, bpa=-7.289 degrees ! Estimated noise=568.366 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.00125311 Jy ! Component: 100 - total flux cleaned = 0.00138563 Jy ! Component: 150 - total flux cleaned = 0.00133317 Jy ! Component: 200 - total flux cleaned = 0.00127453 Jy ! Total flux subtracted in 200 components = 0.00127453 Jy ! Clean residual min=-0.002588 max=0.002087 Jy/beam ! Clean residual mean=-0.000001 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.118889 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.118889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087186Jy sigma=0.000791 ! Fit after self-cal, rms=0.087166Jy sigma=0.000791 ! 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.087166Jy sigma=0.000791 ! Fit after self-cal, rms=0.082122Jy sigma=0.000784 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.328 mas, bmaj=8.388 mas, bpa=-7.238 degrees ! Estimated noise=569.548 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000349559 Jy ! Component: 100 - total flux cleaned = 0.000336171 Jy ! Component: 150 - total flux cleaned = 0.00033638 Jy ! Component: 200 - total flux cleaned = 0.000336671 Jy ! Total flux subtracted in 200 components = 0.000336671 Jy ! Clean residual min=-0.001501 max=0.001717 Jy/beam ! Clean residual mean=-0.000002 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.119226 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 60 components and 0.119226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082112Jy sigma=0.000784 ! Fit after self-cal, rms=0.082084Jy sigma=0.000784 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.95013e-06 Jy ! Component: 100 - total flux cleaned = -1.92576e-05 Jy ! Component: 150 - total flux cleaned = -1.9442e-05 Jy ! Component: 200 - total flux cleaned = -9.6545e-07 Jy ! Total flux subtracted in 200 components = -9.6545e-07 Jy ! Clean residual min=-0.001498 max=0.001736 Jy/beam ! Clean residual mean=-0.000002 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.119225 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 62 components and 0.119225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082080Jy sigma=0.000784 ! Fit after self-cal, rms=0.082079Jy sigma=0.000784 ! 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.082079Jy sigma=0.000784 ! Fit after self-cal, rms=0.082311Jy sigma=0.000784 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.325 mas, bmaj=8.386 mas, bpa=-7.215 degrees ! Estimated noise=571.224 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000308922 Jy ! Component: 100 - total flux cleaned = 0.000366834 Jy ! Component: 150 - total flux cleaned = 0.000376664 Jy ! Component: 200 - total flux cleaned = 0.00038552 Jy ! Total flux subtracted in 200 components = 0.00038552 Jy ! Clean residual min=-0.001494 max=0.001741 Jy/beam ! Clean residual mean=-0.000002 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.11961 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 64 components and 0.11961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082304Jy sigma=0.000784 ! Fit after self-cal, rms=0.082303Jy sigma=0.000784 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.43662e-05 Jy ! Component: 100 - total flux cleaned = -2.49367e-05 Jy ! Component: 150 - total flux cleaned = -1.7771e-05 Jy ! Component: 200 - total flux cleaned = -1.09993e-05 Jy ! Total flux subtracted in 200 components = -1.09993e-05 Jy ! Clean residual min=-0.001480 max=0.001735 Jy/beam ! Clean residual mean=-0.000002 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.119599 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 65 components and 0.119599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082301Jy sigma=0.000784 ! Fit after self-cal, rms=0.082300Jy sigma=0.000784 ! 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.082300Jy sigma=0.000784 ! Fit after self-cal, rms=0.082551Jy sigma=0.000784 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.952 mas, bmaj=12.77 mas, bpa=-2.135 degrees ! Estimated noise=707.318 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000590929 Jy ! Component: 100 - total flux cleaned = 0.000680688 Jy ! Component: 150 - total flux cleaned = 0.00068103 Jy ! Component: 200 - total flux cleaned = 0.000666609 Jy ! Total flux subtracted in 200 components = 0.000666609 Jy ! Clean residual min=-0.001850 max=0.001979 Jy/beam ! Clean residual mean=-0.000003 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.120266 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 69 components and 0.120266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082547Jy sigma=0.000784 ! Fit after self-cal, rms=0.082547Jy sigma=0.000784 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.17856e-05 Jy ! Component: 100 - total flux cleaned = -1.18513e-05 Jy ! Component: 150 - total flux cleaned = -1.84878e-05 Jy ! Component: 200 - total flux cleaned = -2.43243e-05 Jy ! Total flux subtracted in 200 components = -2.43243e-05 Jy ! Clean residual min=-0.001857 max=0.001984 Jy/beam ! Clean residual mean=-0.000003 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.120242 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 73 components and 0.120242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082546Jy sigma=0.000784 ! Fit after self-cal, rms=0.082545Jy sigma=0.000784 ! 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.322 mas, bmaj=8.384 mas, bpa=-7.202 degrees ! Estimated noise=572.847 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.322 x 8.384 at -7.202 degrees (North through East) ! Clean map min=-0.0013915 max=0.10451 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.777 mas, bmaj=7.112 mas, bpa=-5.948 degrees ! Estimated noise=786.891 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0802136 Jy ! Component: 100 - total flux cleaned = 0.100882 Jy ! Component: 150 - total flux cleaned = 0.109926 Jy ! Component: 200 - total flux cleaned = 0.114319 Jy ! Total flux subtracted in 200 components = 0.114319 Jy ! Clean residual min=-0.002376 max=0.002339 Jy/beam ! Clean residual mean=-0.000005 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.114319 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.114319 Jy ! Inverting map and beam ! Estimated beam: bmin=3.322 mas, bmaj=8.384 mas, bpa=-7.202 degrees ! Estimated noise=572.847 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.00269294 Jy ! Component: 100 - total flux cleaned = 0.00408656 Jy ! Component: 150 - total flux cleaned = 0.00488714 Jy ! Component: 200 - total flux cleaned = 0.0052978 Jy ! Total flux subtracted in 200 components = 0.0052978 Jy ! Clean residual min=-0.001462 max=0.001768 Jy/beam ! Clean residual mean=-0.000002 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.119617 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 40 components and 0.119617 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.952 mas, bmaj=12.77 mas, bpa=-2.135 degrees ! Estimated noise=707.318 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000552333 Jy ! Component: 100 - total flux cleaned = 0.000554025 Jy ! Component: 150 - total flux cleaned = 0.000553941 Jy ! Component: 200 - total flux cleaned = 0.000545328 Jy ! Total flux subtracted in 200 components = 0.000545328 Jy ! Clean residual min=-0.001857 max=0.001980 Jy/beam ! Clean residual mean=-0.000004 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.120162 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.05856e-07 Jy ! Component: 100 - total flux cleaned = -1.20036e-06 Jy ! Component: 150 - total flux cleaned = -1.42653e-06 Jy ! Component: 200 - total flux cleaned = -1.5788e-06 Jy ! Total flux subtracted in 200 components = -1.5788e-06 Jy ! Clean residual min=-0.001862 max=0.001985 Jy/beam ! Clean residual mean=-0.000003 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.12016 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.12016 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.322 mas, bmaj=8.384 mas, bpa=-7.202 degrees ! Estimated noise=572.847 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.61987e-05 Jy ! Component: 100 - total flux cleaned = -4.82551e-05 Jy ! Component: 150 - total flux cleaned = -6.94916e-05 Jy ! Component: 200 - total flux cleaned = -8.81505e-05 Jy ! Total flux subtracted in 200 components = -8.81505e-05 Jy ! Clean residual min=-0.001428 max=0.001777 Jy/beam ! Clean residual mean=-0.000002 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.120072 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 54 components and 0.120072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082546Jy sigma=0.000784 ! Fit after self-cal, rms=0.082544Jy sigma=0.000784 wmodel J2139+0122_S_2014_12_20_pus_map.mod ! Writing 54 model components to file: J2139+0122_S_2014_12_20_pus_map.mod wobs J2139+0122_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J2139+0122_S_2014_12_20_pus_uvs.fits wwins J2139+0122_S_2014_12_20_pus_map.win ! wwins: Wrote 1 windows to J2139+0122_S_2014_12_20_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.000787431 Jy ! Component: 100 - total flux cleaned = 0.00129707 Jy ! Component: 150 - total flux cleaned = 0.00156204 Jy ! Component: 200 - total flux cleaned = 0.00168866 Jy ! Component: 250 - total flux cleaned = 0.00178652 Jy ! Component: 300 - total flux cleaned = 0.00185835 Jy ! Component: 350 - total flux cleaned = 0.00195055 Jy ! Component: 400 - total flux cleaned = 0.00204051 Jy ! Component: 450 - total flux cleaned = 0.00212757 Jy ! Component: 500 - total flux cleaned = 0.00223325 Jy ! Component: 550 - total flux cleaned = 0.00229492 Jy ! Component: 600 - total flux cleaned = 0.00235545 Jy ! Component: 650 - total flux cleaned = 0.00239527 Jy ! Component: 700 - total flux cleaned = 0.0024918 Jy ! Component: 750 - total flux cleaned = 0.00254852 Jy ! Component: 800 - total flux cleaned = 0.00262271 Jy ! Component: 850 - total flux cleaned = 0.00267714 Jy ! Component: 900 - total flux cleaned = 0.00269529 Jy ! Component: 950 - total flux cleaned = 0.00267825 Jy ! Component: 1000 - total flux cleaned = 0.0026441 Jy ! Component: 1050 - total flux cleaned = 0.00266128 Jy ! Component: 1100 - total flux cleaned = 0.00256113 Jy ! Component: 1150 - total flux cleaned = 0.00254463 Jy ! Component: 1200 - total flux cleaned = 0.00246376 Jy ! Component: 1250 - total flux cleaned = 0.00244786 Jy ! Component: 1300 - total flux cleaned = 0.00238475 Jy ! Component: 1350 - total flux cleaned = 0.00224501 Jy ! Component: 1400 - total flux cleaned = 0.0022453 Jy ! Component: 1450 - total flux cleaned = 0.00218491 Jy ! Component: 1500 - total flux cleaned = 0.00215505 Jy ! Component: 1550 - total flux cleaned = 0.00214058 Jy ! Component: 1600 - total flux cleaned = 0.00214044 Jy ! Component: 1650 - total flux cleaned = 0.00211161 Jy ! Component: 1700 - total flux cleaned = 0.00209751 Jy ! Component: 1750 - total flux cleaned = 0.00209745 Jy ! Component: 1800 - total flux cleaned = 0.00204208 Jy ! Component: 1850 - total flux cleaned = 0.00198766 Jy ! Component: 1900 - total flux cleaned = 0.00202798 Jy ! Component: 1950 - total flux cleaned = 0.00190795 Jy ! Component: 2000 - total flux cleaned = 0.00192139 Jy ! Component: 2050 - total flux cleaned = 0.00189541 Jy ! Component: 2100 - total flux cleaned = 0.00181816 Jy ! Component: 2150 - total flux cleaned = 0.00180566 Jy ! Component: 2200 - total flux cleaned = 0.00179289 Jy ! Component: 2250 - total flux cleaned = 0.00178004 Jy ! Component: 2300 - total flux cleaned = 0.00174298 Jy ! Component: 2350 - total flux cleaned = 0.00174292 Jy ! Component: 2400 - total flux cleaned = 0.00173064 Jy ! Component: 2450 - total flux cleaned = 0.00163459 Jy ! Component: 2500 - total flux cleaned = 0.00169411 Jy ! Component: 2550 - total flux cleaned = 0.00165852 Jy ! Component: 2600 - total flux cleaned = 0.00163503 Jy ! Component: 2650 - total flux cleaned = 0.00161184 Jy ! Component: 2700 - total flux cleaned = 0.00160038 Jy ! Component: 2750 - total flux cleaned = 0.00161169 Jy ! Component: 2800 - total flux cleaned = 0.00155545 Jy ! Component: 2850 - total flux cleaned = 0.00158886 Jy ! Component: 2900 - total flux cleaned = 0.00162206 Jy ! Component: 2950 - total flux cleaned = 0.00153428 Jy ! Component: 3000 - total flux cleaned = 0.00154502 Jy ! Component: 3050 - total flux cleaned = 0.00148035 Jy ! Component: 3100 - total flux cleaned = 0.00144823 Jy ! Component: 3150 - total flux cleaned = 0.00143758 Jy ! Component: 3200 - total flux cleaned = 0.00141664 Jy ! Component: 3250 - total flux cleaned = 0.00140614 Jy ! Component: 3300 - total flux cleaned = 0.00139582 Jy ! Component: 3350 - total flux cleaned = 0.00136485 Jy ! Component: 3400 - total flux cleaned = 0.00135471 Jy ! Component: 3450 - total flux cleaned = 0.00134466 Jy ! Component: 3500 - total flux cleaned = 0.00130459 Jy ! Component: 3550 - total flux cleaned = 0.0013146 Jy ! Component: 3600 - total flux cleaned = 0.00129473 Jy ! Component: 3650 - total flux cleaned = 0.00125545 Jy ! Component: 3700 - total flux cleaned = 0.00125549 Jy ! Component: 3750 - total flux cleaned = 0.0012553 Jy ! Component: 3800 - total flux cleaned = 0.00119738 Jy ! Component: 3850 - total flux cleaned = 0.0012068 Jy ! Component: 3900 - total flux cleaned = 0.00116876 Jy ! Component: 3950 - total flux cleaned = 0.00113113 Jy ! Component: 4000 - total flux cleaned = 0.00114047 Jy ! Component: 4050 - total flux cleaned = 0.00110321 Jy ! Total flux subtracted in 4096 components = 0.00112169 Jy ! Clean residual min=-0.000579 max=0.000611 Jy/beam ! Clean residual mean=-0.000000 rms=0.000179 Jy/beam ! Combined flux in latest and established models = 0.121194 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 366 components and 0.121194 Jy ![Exited script file: muppet] wmap "J2139+0122_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.322 x 8.384 at -7.202 degrees (North through East) ! Clean map min=-0.001021 max=0.10482 Jy/beam ! Writing clean map to FITS file: J2139+0122_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.10482 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000176976 device "J2139+0122_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J2139+0122_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.506514 0.506514 1.01303 2.02605 4.05211 8.10422 16.2084 32.4169 64.8338 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.104 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.322 x 8.384 at -7.202 degrees (North through East) ! Clean map min=-0.001021 max=0.10482 Jy/beam quit ! Quitting program ! Log file J2139+0122_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:48:23 2016