! Started logfile: /scr/pima/rv100_uvs/J0502+2516_S_uvs.log on Mon Feb 29 13:25:42 2016 obs /scr/pima/rv100_uvs/J0502+2516_S_uva.fits ! Reading UV FITS file: /scr/pima/rv100_uvs/J0502+2516_S_uva.fits ! AN table 1: 36 integrations on 28 of 28 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0502+2516 ! ! 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.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 69 lines of history. ! ! Reading 4032 visibilities. select rr, 1,2,3,4,6,7,8 ! Restricting channel ranges to the available 4 channels. ! 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 ![@/home/lpetrov/bin/01_muppet /scr/pima/rv100_uvs/J0502+2516_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.016291Jy sigma=15.823582 ! Fit after self-cal, rms=0.812013Jy sigma=12.697711 ! 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.879 mas, bmaj=5.407 mas, bpa=-7.846 degrees ! Estimated noise=1.34326 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.145337 Jy ! Component: 100 - total flux cleaned = 0.178788 Jy ! Total flux subtracted in 100 components = 0.178788 Jy ! Clean residual min=-0.008004 max=0.012612 Jy/beam ! Clean residual mean=0.000005 rms=0.001944 Jy/beam ! Combined flux in latest and established models = 0.178788 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.178788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062613Jy sigma=0.928559 ! Fit after self-cal, rms=0.062594Jy sigma=0.928415 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0134439 Jy ! Component: 100 - total flux cleaned = 0.020207 Jy ! Total flux subtracted in 100 components = 0.020207 Jy ! Clean residual min=-0.005730 max=0.006246 Jy/beam ! Clean residual mean=0.000005 rms=0.001472 Jy/beam ! Combined flux in latest and established models = 0.198995 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 11 components and 0.198995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059460Jy sigma=0.870365 ! Fit after self-cal, rms=0.059446Jy sigma=0.869971 ! 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.403 mas, bmaj=6.545 mas, bpa=-7.988 degrees ! Estimated noise=0.733192 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.0045506 Jy ! Component: 100 - total flux cleaned = 0.00647729 Jy ! Component: 150 - total flux cleaned = 0.00665608 Jy ! Component: 200 - total flux cleaned = 0.00665592 Jy ! Total flux subtracted in 200 components = 0.00665592 Jy ! Clean residual min=-0.003753 max=0.004611 Jy/beam ! Clean residual mean=0.000012 rms=0.001117 Jy/beam ! Combined flux in latest and established models = 0.205651 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 18 components and 0.205651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059169Jy sigma=0.864017 ! Fit after self-cal, rms=0.059168Jy sigma=0.863935 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.403 x 6.545 at -7.988 degrees (North through East) ! Clean map min=-0.0037111 max=0.19058 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.03 KP 0.95 LA 0.97 MK 1.02 ! NL 1.00 OV 1.02 PT 1.05 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! HN 0.98 KP 0.98 LA 1.00 MK 1.00 ! NL 1.02 OV 0.99 PT 1.09 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! HN 1.02 KP 0.96 LA 0.98 MK 0.99 ! NL 0.96 OV 0.97 PT 1.04 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! HN 1.02 KP 0.96 LA 0.97 MK 0.99 ! NL 0.98 OV 0.99 PT 1.08 SC 1.01 ! ! ! Fit before self-cal, rms=0.059168Jy sigma=0.863935 ! Fit after self-cal, rms=0.058724Jy sigma=0.853339 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.404 mas, bmaj=6.548 mas, bpa=-8.023 degrees ! Estimated noise=0.730654 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.0008369 Jy ! Component: 100 - total flux cleaned = -0.00106712 Jy ! Component: 150 - total flux cleaned = -0.00112239 Jy ! Component: 200 - total flux cleaned = -0.00114931 Jy ! Total flux subtracted in 200 components = -0.00114931 Jy ! Clean residual min=-0.003653 max=0.003921 Jy/beam ! Clean residual mean=0.000014 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.204502 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 24 components and 0.204502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058682Jy sigma=0.852916 ! Fit after self-cal, rms=0.058704Jy sigma=0.852814 ! 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.058704Jy sigma=0.852814 ! Fit after self-cal, rms=0.059201Jy sigma=0.839656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.396 mas, bmaj=6.532 mas, bpa=-8.018 degrees ! Estimated noise=0.730835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000438432 Jy ! Component: 100 - total flux cleaned = 0.000396181 Jy ! Component: 150 - total flux cleaned = 0.000397387 Jy ! Component: 200 - total flux cleaned = 0.000366145 Jy ! Total flux subtracted in 200 components = 0.000366145 Jy ! Clean residual min=-0.002310 max=0.002317 Jy/beam ! Clean residual mean=0.000002 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.204868 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 28 components and 0.204868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059139Jy sigma=0.838906 ! Fit after self-cal, rms=0.059170Jy sigma=0.838785 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 = -0.00025084 Jy ! Component: 100 - total flux cleaned = -0.00030236 Jy ! Component: 150 - total flux cleaned = -0.000323544 Jy ! Component: 200 - total flux cleaned = -0.000343457 Jy ! Total flux subtracted in 200 components = -0.000343457 Jy ! Clean residual min=-0.002250 max=0.002270 Jy/beam ! Clean residual mean=0.000002 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.204524 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 33 components and 0.204524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059147Jy sigma=0.838519 ! Fit after self-cal, rms=0.059146Jy sigma=0.838487 ! 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.059146Jy sigma=0.838487 ! Fit after self-cal, rms=0.059093Jy sigma=0.838270 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.388 mas, bmaj=6.528 mas, bpa=-8.013 degrees ! Estimated noise=0.730825 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000295407 Jy ! Component: 100 - total flux cleaned = 0.000297395 Jy ! Component: 150 - total flux cleaned = 0.000299711 Jy ! Component: 200 - total flux cleaned = 0.00028067 Jy ! Total flux subtracted in 200 components = 0.00028067 Jy ! Clean residual min=-0.002152 max=0.002257 Jy/beam ! Clean residual mean=0.000002 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.204805 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.204805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059068Jy sigma=0.837975 ! Fit after self-cal, rms=0.059066Jy sigma=0.837949 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 = -0.000142178 Jy ! Component: 100 - total flux cleaned = -0.000176391 Jy ! Component: 150 - total flux cleaned = -0.000190466 Jy ! Component: 200 - total flux cleaned = -0.000177288 Jy ! Total flux subtracted in 200 components = -0.000177288 Jy ! Clean residual min=-0.002121 max=0.002226 Jy/beam ! Clean residual mean=0.000002 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.204628 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.204628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059056Jy sigma=0.837836 ! Fit after self-cal, rms=0.059055Jy sigma=0.837821 ! 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.059055Jy sigma=0.837821 ! Fit after self-cal, rms=0.059043Jy sigma=0.837726 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.935 mas, bmaj=11.57 mas, bpa=-12.81 degrees ! Estimated noise=0.909354 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000672334 Jy ! Component: 100 - total flux cleaned = 0.000630349 Jy ! Component: 150 - total flux cleaned = 0.000592353 Jy ! Component: 200 - total flux cleaned = 0.000592935 Jy ! Total flux subtracted in 200 components = 0.000592935 Jy ! Clean residual min=-0.002688 max=0.002507 Jy/beam ! Clean residual mean=0.000004 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.205221 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 39 components and 0.205221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059054Jy sigma=0.837852 ! Fit after self-cal, rms=0.059044Jy sigma=0.837736 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.22615e-06 Jy ! Component: 100 - total flux cleaned = -3.06944e-05 Jy ! Component: 150 - total flux cleaned = -3.08176e-05 Jy ! Component: 200 - total flux cleaned = -3.04785e-05 Jy ! Total flux subtracted in 200 components = -3.04785e-05 Jy ! Clean residual min=-0.002653 max=0.002458 Jy/beam ! Clean residual mean=0.000004 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.20519 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 42 components and 0.20519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059050Jy sigma=0.837822 ! Fit after self-cal, rms=0.059045Jy sigma=0.837771 ! 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.383 mas, bmaj=6.527 mas, bpa=-8.014 degrees ! Estimated noise=0.731084 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.383 x 6.527 at -8.014 degrees (North through East) ! Clean map min=-0.001953 max=0.19099 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.866 mas, bmaj=5.389 mas, bpa=-7.88 degrees ! Estimated noise=1.34199 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.145093 Jy ! Component: 100 - total flux cleaned = 0.179342 Jy ! Component: 150 - total flux cleaned = 0.193663 Jy ! Component: 200 - total flux cleaned = 0.200889 Jy ! Total flux subtracted in 200 components = 0.200889 Jy ! Clean residual min=-0.004857 max=0.005625 Jy/beam ! Clean residual mean=0.000003 rms=0.001315 Jy/beam ! Combined flux in latest and established models = 0.200889 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 9 model components to the UV plane model. ! The established model now contains 9 components and 0.200889 Jy ! Inverting map and beam ! Estimated beam: bmin=3.383 mas, bmaj=6.527 mas, bpa=-8.014 degrees ! Estimated noise=0.731084 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.0043175 Jy ! Component: 100 - total flux cleaned = 0.00442414 Jy ! Component: 150 - total flux cleaned = 0.00434638 Jy ! Component: 200 - total flux cleaned = 0.00434722 Jy ! Total flux subtracted in 200 components = 0.00434722 Jy ! Clean residual min=-0.002247 max=0.002399 Jy/beam ! Clean residual mean=0.000002 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.205236 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 18 components and 0.205236 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=6.935 mas, bmaj=11.57 mas, bpa=-12.81 degrees ! Estimated noise=0.909354 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.37068e-06 Jy ! Component: 100 - total flux cleaned = -3.66538e-05 Jy ! Component: 150 - total flux cleaned = -3.39919e-05 Jy ! Component: 200 - total flux cleaned = -1.07843e-05 Jy ! Total flux subtracted in 200 components = -1.07843e-05 Jy ! Clean residual min=-0.002587 max=0.002588 Jy/beam ! Clean residual mean=0.000004 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.205225 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 = -8.16744e-07 Jy ! Component: 100 - total flux cleaned = -1.79581e-06 Jy ! Component: 150 - total flux cleaned = -2.75322e-06 Jy ! Component: 200 - total flux cleaned = -1.68198e-05 Jy ! Total flux subtracted in 200 components = -1.68198e-05 Jy ! Clean residual min=-0.002607 max=0.002578 Jy/beam ! Clean residual mean=0.000004 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.205208 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 29 components and 0.205208 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.383 mas, bmaj=6.527 mas, bpa=-8.014 degrees ! Estimated noise=0.731084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.11705e-05 Jy ! Component: 100 - total flux cleaned = 0.000146275 Jy ! Component: 150 - total flux cleaned = 0.000120283 Jy ! Component: 200 - total flux cleaned = 7.08217e-05 Jy ! Total flux subtracted in 200 components = 7.08217e-05 Jy ! Clean residual min=-0.002122 max=0.002192 Jy/beam ! Clean residual mean=0.000002 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.205279 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 37 components and 0.205279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059063Jy sigma=0.838001 ! Fit after self-cal, rms=0.059060Jy sigma=0.837943 wmodel /scr/pima/rv100_uvs/J0502+2516_S_map.mod ! Writing 37 model components to file: /scr/pima/rv100_uvs/J0502+2516_S_map.mod wobs /scr/pima/rv100_uvs/J0502+2516_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv100_uvs/J0502+2516_S_uvs.fits wwins /scr/pima/rv100_uvs/J0502+2516_S_map.win ! wwins: Wrote 1 windows to /scr/pima/rv100_uvs/J0502+2516_S_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.000212907 Jy ! Component: 100 - total flux cleaned = 0.00028822 Jy ! Component: 150 - total flux cleaned = 0.000287799 Jy ! Component: 200 - total flux cleaned = 0.000357071 Jy ! Component: 250 - total flux cleaned = 0.000491411 Jy ! Component: 300 - total flux cleaned = 0.000653809 Jy ! Component: 350 - total flux cleaned = 0.000749226 Jy ! Component: 400 - total flux cleaned = 0.00099661 Jy ! Component: 450 - total flux cleaned = 0.00108686 Jy ! Component: 500 - total flux cleaned = 0.00120479 Jy ! Component: 550 - total flux cleaned = 0.00140596 Jy ! Component: 600 - total flux cleaned = 0.00157464 Jy ! Component: 650 - total flux cleaned = 0.00171233 Jy ! Component: 700 - total flux cleaned = 0.00181991 Jy ! Component: 750 - total flux cleaned = 0.00195216 Jy ! Component: 800 - total flux cleaned = 0.00210698 Jy ! Component: 850 - total flux cleaned = 0.00213242 Jy ! Component: 900 - total flux cleaned = 0.00225752 Jy ! Component: 950 - total flux cleaned = 0.00225726 Jy ! Component: 1000 - total flux cleaned = 0.00220871 Jy ! Component: 1050 - total flux cleaned = 0.00216092 Jy ! Component: 1100 - total flux cleaned = 0.00211381 Jy ! Component: 1150 - total flux cleaned = 0.00204387 Jy ! Component: 1200 - total flux cleaned = 0.00195219 Jy ! Component: 1250 - total flux cleaned = 0.00183935 Jy ! Component: 1300 - total flux cleaned = 0.00186161 Jy ! Component: 1350 - total flux cleaned = 0.00179539 Jy ! Component: 1400 - total flux cleaned = 0.00173015 Jy ! Component: 1450 - total flux cleaned = 0.00166561 Jy ! Component: 1500 - total flux cleaned = 0.00162287 Jy ! Component: 1550 - total flux cleaned = 0.00156004 Jy ! Component: 1600 - total flux cleaned = 0.00153901 Jy ! Component: 1650 - total flux cleaned = 0.00147719 Jy ! Component: 1700 - total flux cleaned = 0.00135509 Jy ! Component: 1750 - total flux cleaned = 0.00131497 Jy ! Component: 1800 - total flux cleaned = 0.00119562 Jy ! Component: 1850 - total flux cleaned = 0.00117618 Jy ! Component: 1900 - total flux cleaned = 0.0011371 Jy ! Component: 1950 - total flux cleaned = 0.00104062 Jy ! Component: 2000 - total flux cleaned = 0.000983289 Jy ! Component: 2050 - total flux cleaned = 0.000983208 Jy ! Component: 2100 - total flux cleaned = 0.000889265 Jy ! Component: 2150 - total flux cleaned = 0.000796471 Jy ! Component: 2200 - total flux cleaned = 0.000759701 Jy ! Component: 2250 - total flux cleaned = 0.000722879 Jy ! Component: 2300 - total flux cleaned = 0.000613972 Jy ! Component: 2350 - total flux cleaned = 0.000452118 Jy ! Component: 2400 - total flux cleaned = 0.000487853 Jy ! Component: 2450 - total flux cleaned = 0.000399153 Jy ! Component: 2500 - total flux cleaned = 0.000346209 Jy ! Component: 2550 - total flux cleaned = 0.000276169 Jy ! Component: 2600 - total flux cleaned = 0.000224169 Jy ! Component: 2650 - total flux cleaned = 0.000155355 Jy ! Component: 2700 - total flux cleaned = 8.6883e-05 Jy ! Component: 2750 - total flux cleaned = 1.96192e-06 Jy ! Component: 2800 - total flux cleaned = -4.86299e-05 Jy ! Component: 2850 - total flux cleaned = -0.000149175 Jy ! Component: 2900 - total flux cleaned = -0.000248893 Jy ! Component: 2950 - total flux cleaned = -0.000298391 Jy ! Component: 3000 - total flux cleaned = -0.000364102 Jy ! Component: 3050 - total flux cleaned = -0.000429362 Jy ! Component: 3100 - total flux cleaned = -0.000478072 Jy ! Component: 3150 - total flux cleaned = -0.000574623 Jy ! Component: 3200 - total flux cleaned = -0.000654862 Jy ! Component: 3250 - total flux cleaned = -0.000702596 Jy ! Component: 3300 - total flux cleaned = -0.000765808 Jy ! Component: 3350 - total flux cleaned = -0.000813009 Jy ! Component: 3400 - total flux cleaned = -0.000875681 Jy ! Component: 3450 - total flux cleaned = -0.000937964 Jy ! Component: 3500 - total flux cleaned = -0.00103082 Jy ! Component: 3550 - total flux cleaned = -0.00110761 Jy ! Component: 3600 - total flux cleaned = -0.00113835 Jy ! Component: 3650 - total flux cleaned = -0.00126006 Jy ! Component: 3700 - total flux cleaned = -0.00130555 Jy ! Component: 3750 - total flux cleaned = -0.00139598 Jy ! Component: 3800 - total flux cleaned = -0.00142594 Jy ! Component: 3850 - total flux cleaned = -0.00148564 Jy ! Component: 3900 - total flux cleaned = -0.00163384 Jy ! Component: 3950 - total flux cleaned = -0.00169285 Jy ! Component: 4000 - total flux cleaned = -0.00170752 Jy ! Component: 4050 - total flux cleaned = -0.00179539 Jy ! Total flux subtracted in 4096 components = -0.00192662 Jy ! Clean residual min=-0.000933 max=0.000867 Jy/beam ! Clean residual mean=0.000001 rms=0.000256 Jy/beam ! Combined flux in latest and established models = 0.203353 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 319 components and 0.203353 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rv100_uvs/J0502+2516_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.383 x 6.527 at -8.014 degrees (North through East) ! Clean map min=-0.0017145 max=0.19082 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv100_uvs/J0502+2516_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.190818 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000251057 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.394707 0.394707 0.789414 1.57883 3.15766 6.31531 12.6306 25.2612 50.5225 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.19 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 760.057 quit ! Quitting program ! Log file /scr/pima/rv100_uvs/J0502+2516_S_uvs.log closed on Mon Feb 29 13:25:46 2016