! Started logfile: /g0/scr/pima/npcsa_uvs/J0626+8202_S_uvs.log on Sun Oct 6 10:31:25 2013 obs /g0/scr/pima/npcsa_uvs/J0626+8202_S_uva.fits ! Reading UV FITS file: /g0/scr/pima/npcsa_uvs/J0626+8202_S_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.973489 visibilities/baseline/integration-bin. ! Found source: J0626+8202 ! ! 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 0 lines of history. ! ! Reading 9988 visibilities. select RR ! 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 /g0/scr/pima/npcsa_uvs/J0626+8202_S] 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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.292942Jy sigma=6.743434 ! Fit after self-cal, rms=0.312450Jy sigma=1.470154 ! 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.362 mas, bmaj=9.995 mas, bpa=6.828 degrees ! Estimated noise=3.20414 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.553727 Jy ! Component: 100 - total flux cleaned = 0.677388 Jy ! Total flux subtracted in 100 components = 0.677388 Jy ! Clean residual min=-0.023166 max=0.043612 Jy/beam ! Clean residual mean=-0.000014 rms=0.006093 Jy/beam ! Combined flux in latest and established models = 0.677388 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.677388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163321Jy sigma=0.856270 ! Fit after self-cal, rms=0.163331Jy sigma=0.856228 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0467378 Jy ! Component: 100 - total flux cleaned = 0.0696532 Jy ! Total flux subtracted in 100 components = 0.0696532 Jy ! Clean residual min=-0.024234 max=0.018944 Jy/beam ! Clean residual mean=-0.000005 rms=0.004883 Jy/beam ! Combined flux in latest and established models = 0.747041 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 12 components and 0.747041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145470Jy sigma=0.738810 ! Fit after self-cal, rms=0.145498Jy sigma=0.738749 ! 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.194 mas, bmaj=10.66 mas, bpa=5.49 degrees ! Estimated noise=1.41064 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.0254497 Jy ! Component: 100 - total flux cleaned = 0.0411495 Jy ! Component: 150 - total flux cleaned = 0.0516886 Jy ! Component: 200 - total flux cleaned = 0.0589334 Jy ! Total flux subtracted in 200 components = 0.0589334 Jy ! Clean residual min=-0.022858 max=0.017816 Jy/beam ! Clean residual mean=0.000016 rms=0.004714 Jy/beam ! Combined flux in latest and established models = 0.805975 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 48 components and 0.805975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141183Jy sigma=0.709138 ! Fit after self-cal, rms=0.141189Jy sigma=0.709068 ! 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.13 FD 0.99 HN 0.97 KP 0.98 ! LA 1.09 MK 0.90 NL 0.99 OV 1.03 ! PT 1.08 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.01 HN 1.00 KP 0.99 ! LA 1.04 MK 0.96 NL 1.00 OV 1.02 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.04 HN 1.02 KP 0.98 ! LA 0.85 MK 1.08 NL 1.11 OV 1.05 ! PT 1.09 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.04 HN 0.95 KP 0.91 ! LA 0.73 MK 1.08 NL 1.02 OV 0.87 ! PT 0.95 SC 1.09 ! ! ! Fit before self-cal, rms=0.141189Jy sigma=0.709068 ! Fit after self-cal, rms=0.105073Jy sigma=0.512537 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.201 mas, bmaj=10.67 mas, bpa=5.377 degrees ! Estimated noise=1.39428 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.00661708 Jy ! Component: 100 - total flux cleaned = -0.00932668 Jy ! Component: 150 - total flux cleaned = -0.0100335 Jy ! Component: 200 - total flux cleaned = -0.0103735 Jy ! Total flux subtracted in 200 components = -0.0103735 Jy ! Clean residual min=-0.004226 max=0.005882 Jy/beam ! Clean residual mean=0.000001 rms=0.001058 Jy/beam ! Combined flux in latest and established models = 0.795601 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.795601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104129Jy sigma=0.512424 ! Fit after self-cal, rms=0.104163Jy sigma=0.512184 ! Inverting map ! Added new window around map position (20.5, -102.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00460155 Jy ! Component: 100 - total flux cleaned = 0.00497005 Jy ! Component: 150 - total flux cleaned = 0.00474471 Jy ! Component: 200 - total flux cleaned = 0.00439335 Jy ! Total flux subtracted in 200 components = 0.00439335 Jy ! Clean residual min=-0.003953 max=0.003648 Jy/beam ! Clean residual mean=0.000002 rms=0.000935 Jy/beam ! Combined flux in latest and established models = 0.799995 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 74 components and 0.799995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103890Jy sigma=0.510994 ! Fit after self-cal, rms=0.103878Jy sigma=0.510957 ! 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.103878Jy sigma=0.510957 ! Fit after self-cal, rms=0.103635Jy sigma=0.509708 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.201 mas, bmaj=10.68 mas, bpa=5.349 degrees ! Estimated noise=1.38281 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00567579 Jy ! Component: 100 - total flux cleaned = -0.00771795 Jy ! Component: 150 - total flux cleaned = -0.00800124 Jy ! Component: 200 - total flux cleaned = -0.00824209 Jy ! Total flux subtracted in 200 components = -0.00824209 Jy ! Clean residual min=-0.003654 max=0.003444 Jy/beam ! Clean residual mean=0.000001 rms=0.000858 Jy/beam ! Combined flux in latest and established models = 0.791753 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 83 components and 0.791753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102830Jy sigma=0.510321 ! Fit after self-cal, rms=0.102829Jy sigma=0.510316 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.5603e-05 Jy ! Component: 100 - total flux cleaned = -0.000358879 Jy ! Component: 150 - total flux cleaned = -0.000564208 Jy ! Component: 200 - total flux cleaned = -0.000760455 Jy ! Total flux subtracted in 200 components = -0.000760455 Jy ! Clean residual min=-0.003571 max=0.003344 Jy/beam ! Clean residual mean=0.000001 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.790992 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 97 components and 0.790992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102742Jy sigma=0.510198 ! Fit after self-cal, rms=0.102740Jy sigma=0.510193 ! 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.102740Jy sigma=0.510193 ! Fit after self-cal, rms=0.102531Jy sigma=0.509015 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.201 mas, bmaj=10.68 mas, bpa=5.334 degrees ! Estimated noise=1.37091 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00543986 Jy ! Component: 100 - total flux cleaned = -0.00712198 Jy ! Component: 150 - total flux cleaned = -0.00747448 Jy ! Component: 200 - total flux cleaned = -0.00765162 Jy ! Total flux subtracted in 200 components = -0.00765162 Jy ! Clean residual min=-0.003415 max=0.003240 Jy/beam ! Clean residual mean=0.000001 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.783341 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 103 components and 0.78334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101758Jy sigma=0.509928 ! Fit after self-cal, rms=0.101758Jy sigma=0.509925 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.000162354 Jy ! Component: 100 - total flux cleaned = -0.000282236 Jy ! Component: 150 - total flux cleaned = -0.000438122 Jy ! Component: 200 - total flux cleaned = -0.000584886 Jy ! Total flux subtracted in 200 components = -0.000584886 Jy ! Clean residual min=-0.003355 max=0.003182 Jy/beam ! Clean residual mean=0.000001 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.782756 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 111 components and 0.782756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101707Jy sigma=0.509853 ! Fit after self-cal, rms=0.101707Jy sigma=0.509851 ! 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.101707Jy sigma=0.509851 ! Fit after self-cal, rms=0.101511Jy sigma=0.508679 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.282 mas, bmaj=12.36 mas, bpa=2.818 degrees ! Estimated noise=1.61048 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00511545 Jy ! Component: 100 - total flux cleaned = -0.00639662 Jy ! Component: 150 - total flux cleaned = -0.00669867 Jy ! Component: 200 - total flux cleaned = -0.00684791 Jy ! Total flux subtracted in 200 components = -0.00684791 Jy ! Clean residual min=-0.003109 max=0.003672 Jy/beam ! Clean residual mean=0.000002 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.775908 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 127 components and 0.775908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100843Jy sigma=0.509584 ! Fit after self-cal, rms=0.100844Jy sigma=0.509577 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.000171178 Jy ! Component: 100 - total flux cleaned = -0.000268429 Jy ! Component: 150 - total flux cleaned = -0.00035527 Jy ! Component: 200 - total flux cleaned = -0.000434982 Jy ! Total flux subtracted in 200 components = -0.000434982 Jy ! Clean residual min=-0.003115 max=0.003563 Jy/beam ! Clean residual mean=0.000002 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.775473 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 146 components and 0.775473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100841Jy sigma=0.509571 ! Fit after self-cal, rms=0.100842Jy sigma=0.509568 ! 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.2 mas, bmaj=10.67 mas, bpa=5.327 degrees ! Estimated noise=1.35889 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.2 x 10.67 at 5.327 degrees (North through East) ! Clean map min=-0.0030256 max=0.71061 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100842Jy sigma=0.509568 ! Fit after self-cal, rms=0.091406Jy sigma=0.460342 ! Inverting map and beam ! Estimated beam: bmin=3.202 mas, bmaj=10.68 mas, bpa=5.307 degrees ! Estimated noise=1.35231 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00371465 Jy ! Component: 100 - total flux cleaned = -0.00513533 Jy ! Component: 150 - total flux cleaned = -0.0055612 Jy ! Component: 200 - total flux cleaned = -0.00578243 Jy ! Total flux subtracted in 200 components = -0.00578243 Jy ! Clean residual min=-0.003185 max=0.002637 Jy/beam ! Clean residual mean=-0.000000 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.76969 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 150 components and 0.76969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091007Jy sigma=0.460721 ! Fit after self-cal, rms=0.091007Jy sigma=0.460719 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.37403e-05 Jy ! Component: 100 - total flux cleaned = -0.000126045 Jy ! Component: 150 - total flux cleaned = -0.00012623 Jy ! Component: 200 - total flux cleaned = -0.000154768 Jy ! Total flux subtracted in 200 components = -0.000154768 Jy ! Clean residual min=-0.003181 max=0.002601 Jy/beam ! Clean residual mean=-0.000000 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.769535 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 164 components and 0.769536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090967Jy sigma=0.460689 ! Fit after self-cal, rms=0.090967Jy sigma=0.460688 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090967Jy sigma=0.460688 ! Fit after self-cal, rms=0.090783Jy sigma=0.460082 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.354 mas, bmaj=9.979 mas, bpa=6.722 degrees ! Estimated noise=3.07819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.531956 Jy ! Component: 100 - total flux cleaned = 0.651259 Jy ! Component: 150 - total flux cleaned = 0.697022 Jy ! Component: 200 - total flux cleaned = 0.721214 Jy ! Total flux subtracted in 200 components = 0.721214 Jy ! Clean residual min=-0.010758 max=0.011916 Jy/beam ! Clean residual mean=-0.000010 rms=0.002699 Jy/beam ! Combined flux in latest and established models = 0.721214 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.721214 Jy ! Inverting map and beam ! Estimated beam: bmin=3.202 mas, bmaj=10.68 mas, bpa=5.299 degrees ! Estimated noise=1.34454 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.0170376 Jy ! Component: 100 - total flux cleaned = 0.0254413 Jy ! Component: 150 - total flux cleaned = 0.0308708 Jy ! Component: 200 - total flux cleaned = 0.0339839 Jy ! Total flux subtracted in 200 components = 0.0339839 Jy ! Clean residual min=-0.003701 max=0.003935 Jy/beam ! Clean residual mean=-0.000003 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.755198 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 41 components and 0.755198 Jy ! Inverting map ! Added new window around map position (-16.5, 43.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00299982 Jy ! Component: 100 - total flux cleaned = 0.00477349 Jy ! Component: 150 - total flux cleaned = 0.00629457 Jy ! Component: 200 - total flux cleaned = 0.00737332 Jy ! Total flux subtracted in 200 components = 0.00737332 Jy ! Clean residual min=-0.003158 max=0.002754 Jy/beam ! Clean residual mean=-0.000002 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.762571 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 63 components and 0.762571 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.282 mas, bmaj=12.38 mas, bpa=2.708 degrees ! Estimated noise=1.59261 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00151293 Jy ! Component: 100 - total flux cleaned = 0.00210309 Jy ! Component: 150 - total flux cleaned = 0.00246253 Jy ! Component: 200 - total flux cleaned = 0.00273769 Jy ! Total flux subtracted in 200 components = 0.00273769 Jy ! Clean residual min=-0.002720 max=0.002784 Jy/beam ! Clean residual mean=-0.000003 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.765308 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 = 0.000244365 Jy ! Component: 100 - total flux cleaned = 0.000491856 Jy ! Component: 150 - total flux cleaned = 0.000684262 Jy ! Component: 200 - total flux cleaned = 0.000832721 Jy ! Total flux subtracted in 200 components = 0.000832721 Jy ! Clean residual min=-0.002477 max=0.002741 Jy/beam ! Clean residual mean=-0.000003 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.766141 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 99 components and 0.766141 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.202 mas, bmaj=10.68 mas, bpa=5.299 degrees ! Estimated noise=1.34454 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00113706 Jy ! Component: 100 - total flux cleaned = -0.00114068 Jy ! Component: 150 - total flux cleaned = -0.00105251 Jy ! Component: 200 - total flux cleaned = -0.000930319 Jy ! Total flux subtracted in 200 components = -0.000930319 Jy ! Clean residual min=-0.003052 max=0.002519 Jy/beam ! Clean residual mean=-0.000001 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.765211 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 121 components and 0.765211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090486Jy sigma=0.460678 ! Fit after self-cal, rms=0.090482Jy sigma=0.460594 wmodel /g0/scr/pima/npcsa_uvs/J0626+8202_S_map.mod ! Writing 121 model components to file: /g0/scr/pima/npcsa_uvs/J0626+8202_S_map.mod wobs /g0/scr/pima/npcsa_uvs/J0626+8202_S_uvs.fits ! Writing UV FITS file: /g0/scr/pima/npcsa_uvs/J0626+8202_S_uvs.fits wwins /g0/scr/pima/npcsa_uvs/J0626+8202_S_map.win ! wwins: Wrote 3 windows to /g0/scr/pima/npcsa_uvs/J0626+8202_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.000901359 Jy ! Component: 100 - total flux cleaned = -0.0013434 Jy ! Component: 150 - total flux cleaned = -0.00126291 Jy ! Component: 200 - total flux cleaned = -0.00137948 Jy ! Component: 250 - total flux cleaned = -0.00141676 Jy ! Component: 300 - total flux cleaned = -0.00152448 Jy ! Component: 350 - total flux cleaned = -0.00155907 Jy ! Component: 400 - total flux cleaned = -0.00169339 Jy ! Component: 450 - total flux cleaned = -0.00172662 Jy ! Component: 500 - total flux cleaned = -0.00175862 Jy ! Component: 550 - total flux cleaned = -0.00181973 Jy ! Component: 600 - total flux cleaned = -0.00181919 Jy ! Component: 650 - total flux cleaned = -0.00179002 Jy ! Component: 700 - total flux cleaned = -0.00181924 Jy ! Component: 750 - total flux cleaned = -0.00184771 Jy ! Component: 800 - total flux cleaned = -0.00184739 Jy ! Component: 850 - total flux cleaned = -0.00173792 Jy ! Component: 900 - total flux cleaned = -0.00171064 Jy ! Component: 950 - total flux cleaned = -0.00155148 Jy ! Component: 1000 - total flux cleaned = -0.00149921 Jy ! Component: 1050 - total flux cleaned = -0.00134504 Jy ! Component: 1100 - total flux cleaned = -0.00129434 Jy ! Component: 1150 - total flux cleaned = -0.00111857 Jy ! Component: 1200 - total flux cleaned = -0.000995156 Jy ! Component: 1250 - total flux cleaned = -0.000897283 Jy ! Component: 1300 - total flux cleaned = -0.000776336 Jy ! Component: 1350 - total flux cleaned = -0.000704116 Jy ! Component: 1400 - total flux cleaned = -0.000585073 Jy ! Component: 1450 - total flux cleaned = -0.000467593 Jy ! Component: 1500 - total flux cleaned = -0.000420693 Jy ! Component: 1550 - total flux cleaned = -0.000328297 Jy ! Component: 1600 - total flux cleaned = -0.000214131 Jy ! Component: 1650 - total flux cleaned = -0.000123696 Jy ! Component: 1700 - total flux cleaned = -7.89276e-05 Jy ! Component: 1750 - total flux cleaned = -1.24413e-05 Jy ! Component: 1800 - total flux cleaned = -1.22812e-05 Jy ! Component: 1850 - total flux cleaned = 7.5223e-05 Jy ! Component: 1900 - total flux cleaned = 0.0001836 Jy ! Component: 1950 - total flux cleaned = 0.000226208 Jy ! Component: 2000 - total flux cleaned = 0.000311513 Jy ! Component: 2050 - total flux cleaned = 0.000374933 Jy ! Component: 2100 - total flux cleaned = 0.000501204 Jy ! Component: 2150 - total flux cleaned = 0.000522069 Jy ! Component: 2200 - total flux cleaned = 0.000563622 Jy ! Component: 2250 - total flux cleaned = 0.000584324 Jy ! Component: 2300 - total flux cleaned = 0.000686267 Jy ! Component: 2350 - total flux cleaned = 0.00068617 Jy ! Component: 2400 - total flux cleaned = 0.00072643 Jy ! Component: 2450 - total flux cleaned = 0.00072624 Jy ! Component: 2500 - total flux cleaned = 0.000765993 Jy ! Component: 2550 - total flux cleaned = 0.000825332 Jy ! Component: 2600 - total flux cleaned = 0.000864429 Jy ! Component: 2650 - total flux cleaned = 0.000922707 Jy ! Component: 2700 - total flux cleaned = 0.000864529 Jy ! Component: 2750 - total flux cleaned = 0.000922321 Jy ! Component: 2800 - total flux cleaned = 0.000941634 Jy ! Component: 2850 - total flux cleaned = 0.000979841 Jy ! Component: 2900 - total flux cleaned = 0.000979806 Jy ! Component: 2950 - total flux cleaned = 0.00101747 Jy ! Component: 3000 - total flux cleaned = 0.00105496 Jy ! Component: 3050 - total flux cleaned = 0.000998948 Jy ! Component: 3100 - total flux cleaned = 0.00103608 Jy ! Component: 3150 - total flux cleaned = 0.00107309 Jy ! Component: 3200 - total flux cleaned = 0.00116488 Jy ! Component: 3250 - total flux cleaned = 0.0011831 Jy ! Component: 3300 - total flux cleaned = 0.00127414 Jy ! Component: 3350 - total flux cleaned = 0.00134647 Jy ! Component: 3400 - total flux cleaned = 0.0013825 Jy ! Component: 3450 - total flux cleaned = 0.00145418 Jy ! Component: 3500 - total flux cleaned = 0.0015434 Jy ! Component: 3550 - total flux cleaned = 0.00161445 Jy ! Component: 3600 - total flux cleaned = 0.00157885 Jy ! Component: 3650 - total flux cleaned = 0.00163178 Jy ! Component: 3700 - total flux cleaned = 0.00163193 Jy ! Component: 3750 - total flux cleaned = 0.00177174 Jy ! Component: 3800 - total flux cleaned = 0.00182403 Jy ! Component: 3850 - total flux cleaned = 0.00185878 Jy ! Component: 3900 - total flux cleaned = 0.00185875 Jy ! Component: 3950 - total flux cleaned = 0.00185876 Jy ! Component: 4000 - total flux cleaned = 0.00192728 Jy ! Component: 4050 - total flux cleaned = 0.00192739 Jy ! Total flux subtracted in 4096 components = 0.00201233 Jy ! Clean residual min=-0.000974 max=0.001088 Jy/beam ! Clean residual mean=-0.000000 rms=0.000312 Jy/beam ! Combined flux in latest and established models = 0.767223 Jy keep ! Adding 325 model components to the UV plane model. ! The established model now contains 446 components and 0.767222 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/g0/scr/pima/npcsa_uvs/J0626+8202_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.202 x 10.68 at 5.299 degrees (North through East) ! Clean map min=-0.0028717 max=0.70356 Jy/beam ! Writing clean map to FITS file: /g0/scr/pima/npcsa_uvs/J0626+8202_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.703558 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000310027 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.132197 0.132197 0.264394 0.528788 1.05758 2.11515 4.2303 8.46061 16.9212 33.8424 67.6849 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.703 quit ! Quitting program ! Log file /g0/scr/pima/npcsa_uvs/J0626+8202_S_uvs.log closed on Sun Oct 6 10:31:30 2013