! Started logfile: /scr/pima/rv100_uvs/J1024+2332_S_uvs.log on Mon Feb 29 13:27:07 2016 obs /scr/pima/rv100_uvs/J1024+2332_S_uva.fits ! Reading UV FITS file: /scr/pima/rv100_uvs/J1024+2332_S_uva.fits ! AN table 1: 36 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.875 visibilities/baseline/integration-bin. ! Found source: J1024+2332 ! ! 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 3528 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/J1024+2332_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. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.035577Jy sigma=8.945834 ! Fit after self-cal, rms=0.801110Jy sigma=6.866390 ! 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.091 mas, bmaj=7.032 mas, bpa=9.366 degrees ! Estimated noise=2.36567 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.151625 Jy ! Component: 100 - total flux cleaned = 0.18853 Jy ! Total flux subtracted in 100 components = 0.18853 Jy ! Clean residual min=-0.007973 max=0.015148 Jy/beam ! Clean residual mean=-0.000008 rms=0.002136 Jy/beam ! Combined flux in latest and established models = 0.18853 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.18853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063435Jy sigma=0.517669 ! Fit after self-cal, rms=0.063428Jy sigma=0.517499 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0173686 Jy ! Component: 100 - total flux cleaned = 0.0269164 Jy ! Total flux subtracted in 100 components = 0.0269164 Jy ! Clean residual min=-0.005233 max=0.006221 Jy/beam ! Clean residual mean=-0.000008 rms=0.001260 Jy/beam ! Combined flux in latest and established models = 0.215446 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 12 components and 0.215446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057813Jy sigma=0.462064 ! Fit after self-cal, rms=0.057779Jy sigma=0.461515 ! 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.785 mas, bmaj=8.384 mas, bpa=5.515 degrees ! Estimated noise=1.43446 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.00730783 Jy ! Component: 100 - total flux cleaned = 0.0108103 Jy ! Component: 150 - total flux cleaned = 0.0127308 Jy ! Component: 200 - total flux cleaned = 0.0138261 Jy ! Total flux subtracted in 200 components = 0.0138261 Jy ! Clean residual min=-0.003735 max=0.004104 Jy/beam ! Clean residual mean=-0.000020 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.229273 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 21 components and 0.229273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056986Jy sigma=0.453116 ! Fit after self-cal, rms=0.056989Jy sigma=0.453028 ! 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.785 x 8.384 at 5.515 degrees (North through East) ! Clean map min=-0.00358 max=0.20113 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.99 LA 1.01 MK 0.97 ! NL 1.01 OV 0.98 PT 0.96 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! HN 0.96 KP 0.99 LA 0.97 MK 0.98 ! NL 1.02 OV 0.98 PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! HN 1.04 KP 1.00 LA 0.99 MK 1.01 ! NL 1.04 OV 0.97 PT 1.02 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! HN 1.00 KP 1.00 LA 0.98 MK 0.93 ! NL 1.06 OV 1.00 PT 1.03 SC 1.02 ! ! ! Fit before self-cal, rms=0.056989Jy sigma=0.453028 ! Fit after self-cal, rms=0.056303Jy sigma=0.448300 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.776 mas, bmaj=8.426 mas, bpa=5.432 degrees ! Estimated noise=1.43174 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.000700505 Jy ! Component: 100 - total flux cleaned = -0.000825464 Jy ! Component: 150 - total flux cleaned = -0.000892453 Jy ! Component: 200 - total flux cleaned = -0.000891195 Jy ! Total flux subtracted in 200 components = -0.000891195 Jy ! Clean residual min=-0.002926 max=0.003097 Jy/beam ! Clean residual mean=-0.000017 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.228381 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 31 components and 0.228381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056250Jy sigma=0.447932 ! Fit after self-cal, rms=0.056249Jy sigma=0.447900 ! 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.056249Jy sigma=0.447900 ! Fit after self-cal, rms=0.056050Jy sigma=0.445259 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.769 mas, bmaj=8.421 mas, bpa=5.509 degrees ! Estimated noise=1.43036 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000578582 Jy ! Component: 100 - total flux cleaned = -0.000648751 Jy ! Component: 150 - total flux cleaned = -0.000667335 Jy ! Component: 200 - total flux cleaned = -0.000666962 Jy ! Total flux subtracted in 200 components = -0.000666962 Jy ! Clean residual min=-0.003113 max=0.003010 Jy/beam ! Clean residual mean=-0.000003 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.227714 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.227714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056027Jy sigma=0.445142 ! Fit after self-cal, rms=0.056025Jy sigma=0.445118 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 = -8.87323e-05 Jy ! Component: 100 - total flux cleaned = -8.8752e-05 Jy ! Component: 150 - total flux cleaned = -8.87348e-05 Jy ! Component: 200 - total flux cleaned = -7.4351e-05 Jy ! Total flux subtracted in 200 components = -7.4351e-05 Jy ! Clean residual min=-0.003119 max=0.002979 Jy/beam ! Clean residual mean=-0.000003 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.22764 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.22764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056014Jy sigma=0.445056 ! Fit after self-cal, rms=0.056013Jy sigma=0.445052 ! 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.056013Jy sigma=0.445052 ! Fit after self-cal, rms=0.056064Jy sigma=0.445031 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.772 mas, bmaj=8.429 mas, bpa=5.489 degrees ! Estimated noise=1.43013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000468274 Jy ! Component: 100 - total flux cleaned = -0.000499549 Jy ! Component: 150 - total flux cleaned = -0.000512206 Jy ! Component: 200 - total flux cleaned = -0.000512298 Jy ! Total flux subtracted in 200 components = -0.000512298 Jy ! Clean residual min=-0.003119 max=0.002871 Jy/beam ! Clean residual mean=-0.000003 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.227128 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.227128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056054Jy sigma=0.444980 ! Fit after self-cal, rms=0.056055Jy sigma=0.444975 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.24323e-05 Jy ! Component: 100 - total flux cleaned = -3.2336e-05 Jy ! Component: 150 - total flux cleaned = -3.29053e-05 Jy ! Component: 200 - total flux cleaned = -3.32411e-05 Jy ! Total flux subtracted in 200 components = -3.32411e-05 Jy ! Clean residual min=-0.003126 max=0.002854 Jy/beam ! Clean residual mean=-0.000003 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.227095 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.227095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056050Jy sigma=0.444942 ! Fit after self-cal, rms=0.056050Jy sigma=0.444939 ! 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.056050Jy sigma=0.444939 ! Fit after self-cal, rms=0.056070Jy sigma=0.444930 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.24 mas, bmaj=12.03 mas, bpa=-14.73 degrees ! Estimated noise=1.64195 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000230596 Jy ! Component: 100 - total flux cleaned = 0.000164136 Jy ! Component: 150 - total flux cleaned = 0.000113337 Jy ! Component: 200 - total flux cleaned = 6.99238e-05 Jy ! Total flux subtracted in 200 components = 6.99238e-05 Jy ! Clean residual min=-0.002701 max=0.002697 Jy/beam ! Clean residual mean=-0.000006 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.227165 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 54 components and 0.227165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056077Jy sigma=0.444995 ! Fit after self-cal, rms=0.056073Jy sigma=0.444973 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.80097e-06 Jy ! Component: 100 - total flux cleaned = -3.37611e-05 Jy ! Component: 150 - total flux cleaned = -3.35105e-05 Jy ! Component: 200 - total flux cleaned = -3.39503e-05 Jy ! Total flux subtracted in 200 components = -3.39503e-05 Jy ! Clean residual min=-0.002720 max=0.002636 Jy/beam ! Clean residual mean=-0.000006 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.227131 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 57 components and 0.227131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056079Jy sigma=0.445036 ! Fit after self-cal, rms=0.056077Jy sigma=0.445025 ! 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.774 mas, bmaj=8.434 mas, bpa=5.472 degrees ! Estimated noise=1.42971 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.774 x 8.434 at 5.472 degrees (North through East) ! Clean map min=-0.0031002 max=0.20091 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.072 mas, bmaj=7.055 mas, bpa=9.35 degrees ! Estimated noise=2.36636 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.151465 Jy ! Component: 100 - total flux cleaned = 0.189625 Jy ! Component: 150 - total flux cleaned = 0.207802 Jy ! Component: 200 - total flux cleaned = 0.217745 Jy ! Total flux subtracted in 200 components = 0.217745 Jy ! Clean residual min=-0.004641 max=0.004831 Jy/beam ! Clean residual mean=-0.000002 rms=0.001172 Jy/beam ! Combined flux in latest and established models = 0.217745 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.217745 Jy ! Inverting map and beam ! Estimated beam: bmin=3.774 mas, bmaj=8.434 mas, bpa=5.472 degrees ! Estimated noise=1.42971 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.00562641 Jy ! Component: 100 - total flux cleaned = 0.00788466 Jy ! Component: 150 - total flux cleaned = 0.00830199 Jy ! Component: 200 - total flux cleaned = 0.00861623 Jy ! Total flux subtracted in 200 components = 0.00861623 Jy ! Clean residual min=-0.002994 max=0.003104 Jy/beam ! Clean residual mean=-0.000003 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.226361 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 15 components and 0.226361 Jy ! Inverting map ! Added new window around map position (6, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00211408 Jy ! Component: 100 - total flux cleaned = 0.00229442 Jy ! Component: 150 - total flux cleaned = 0.00234255 Jy ! Component: 200 - total flux cleaned = 0.00242577 Jy ! Total flux subtracted in 200 components = 0.00242577 Jy ! Clean residual min=-0.002957 max=0.002301 Jy/beam ! Clean residual mean=-0.000002 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.228787 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 40 components and 0.228786 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.24 mas, bmaj=12.03 mas, bpa=-14.73 degrees ! Estimated noise=1.64195 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000371551 Jy ! Component: 100 - total flux cleaned = 0.000372033 Jy ! Component: 150 - total flux cleaned = 0.000372589 Jy ! Component: 200 - total flux cleaned = 0.000352879 Jy ! Total flux subtracted in 200 components = 0.000352879 Jy ! Clean residual min=-0.002547 max=0.002595 Jy/beam ! Clean residual mean=-0.000004 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.229139 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.85872e-05 Jy ! Component: 100 - total flux cleaned = -3.58977e-05 Jy ! Component: 150 - total flux cleaned = -5.25984e-05 Jy ! Component: 200 - total flux cleaned = -6.83469e-05 Jy ! Total flux subtracted in 200 components = -6.83469e-05 Jy ! Clean residual min=-0.002584 max=0.002568 Jy/beam ! Clean residual mean=-0.000004 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.229071 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 62 components and 0.229071 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.774 mas, bmaj=8.434 mas, bpa=5.472 degrees ! Estimated noise=1.42971 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.86768e-06 Jy ! Component: 100 - total flux cleaned = 7.39975e-06 Jy ! Component: 150 - total flux cleaned = -7.27438e-05 Jy ! Component: 200 - total flux cleaned = -9.53622e-05 Jy ! Total flux subtracted in 200 components = -9.53622e-05 Jy ! Clean residual min=-0.003031 max=0.002226 Jy/beam ! Clean residual mean=-0.000002 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.228976 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 77 components and 0.228976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055931Jy sigma=0.443772 ! Fit after self-cal, rms=0.055923Jy sigma=0.443678 wmodel /scr/pima/rv100_uvs/J1024+2332_S_map.mod ! Writing 77 model components to file: /scr/pima/rv100_uvs/J1024+2332_S_map.mod wobs /scr/pima/rv100_uvs/J1024+2332_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv100_uvs/J1024+2332_S_uvs.fits wwins /scr/pima/rv100_uvs/J1024+2332_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rv100_uvs/J1024+2332_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.00125841 Jy ! Component: 100 - total flux cleaned = -0.00201503 Jy ! Component: 150 - total flux cleaned = -0.00238446 Jy ! Component: 200 - total flux cleaned = -0.00266654 Jy ! Component: 250 - total flux cleaned = -0.00287702 Jy ! Component: 300 - total flux cleaned = -0.00299265 Jy ! Component: 350 - total flux cleaned = -0.00307598 Jy ! Component: 400 - total flux cleaned = -0.0031562 Jy ! Component: 450 - total flux cleaned = -0.00323445 Jy ! Component: 500 - total flux cleaned = -0.00335971 Jy ! Component: 550 - total flux cleaned = -0.00340887 Jy ! Component: 600 - total flux cleaned = -0.00350392 Jy ! Component: 650 - total flux cleaned = -0.00343478 Jy ! Component: 700 - total flux cleaned = -0.00343494 Jy ! Component: 750 - total flux cleaned = -0.00341244 Jy ! Component: 800 - total flux cleaned = -0.00336867 Jy ! Component: 850 - total flux cleaned = -0.00330457 Jy ! Component: 900 - total flux cleaned = -0.00317963 Jy ! Component: 950 - total flux cleaned = -0.00313894 Jy ! Component: 1000 - total flux cleaned = -0.00305821 Jy ! Component: 1050 - total flux cleaned = -0.00291965 Jy ! Component: 1100 - total flux cleaned = -0.00278383 Jy ! Component: 1150 - total flux cleaned = -0.00272671 Jy ! Component: 1200 - total flux cleaned = -0.00268919 Jy ! Component: 1250 - total flux cleaned = -0.00267019 Jy ! Component: 1300 - total flux cleaned = -0.00257837 Jy ! Component: 1350 - total flux cleaned = -0.00247023 Jy ! Component: 1400 - total flux cleaned = -0.00248829 Jy ! Component: 1450 - total flux cleaned = -0.00241786 Jy ! Component: 1500 - total flux cleaned = -0.00241798 Jy ! Component: 1550 - total flux cleaned = -0.00236654 Jy ! Component: 1600 - total flux cleaned = -0.00238363 Jy ! Component: 1650 - total flux cleaned = -0.00243396 Jy ! Component: 1700 - total flux cleaned = -0.00241717 Jy ! Component: 1750 - total flux cleaned = -0.00241736 Jy ! Component: 1800 - total flux cleaned = -0.00245 Jy ! Component: 1850 - total flux cleaned = -0.00244975 Jy ! Component: 1900 - total flux cleaned = -0.00241754 Jy ! Component: 1950 - total flux cleaned = -0.00241774 Jy ! Component: 2000 - total flux cleaned = -0.00241783 Jy ! Component: 2050 - total flux cleaned = -0.00241786 Jy ! Component: 2100 - total flux cleaned = -0.00238709 Jy ! Component: 2150 - total flux cleaned = -0.00243281 Jy ! Component: 2200 - total flux cleaned = -0.00243273 Jy ! Component: 2250 - total flux cleaned = -0.00247769 Jy ! Component: 2300 - total flux cleaned = -0.00246286 Jy ! Component: 2350 - total flux cleaned = -0.00252164 Jy ! Component: 2400 - total flux cleaned = -0.00252144 Jy ! Component: 2450 - total flux cleaned = -0.00246347 Jy ! Component: 2500 - total flux cleaned = -0.00247785 Jy ! Component: 2550 - total flux cleaned = -0.00244942 Jy ! Component: 2600 - total flux cleaned = -0.00247775 Jy ! Component: 2650 - total flux cleaned = -0.00247771 Jy ! Component: 2700 - total flux cleaned = -0.00249161 Jy ! Component: 2750 - total flux cleaned = -0.00251929 Jy ! Component: 2800 - total flux cleaned = -0.00256042 Jy ! Component: 2850 - total flux cleaned = -0.00261511 Jy ! Component: 2900 - total flux cleaned = -0.0026828 Jy ! Component: 2950 - total flux cleaned = -0.00264256 Jy ! Component: 3000 - total flux cleaned = -0.00268298 Jy ! Component: 3050 - total flux cleaned = -0.00278938 Jy ! Component: 3100 - total flux cleaned = -0.00284225 Jy ! Component: 3150 - total flux cleaned = -0.00290787 Jy ! Component: 3200 - total flux cleaned = -0.00292083 Jy ! Component: 3250 - total flux cleaned = -0.00301172 Jy ! Component: 3300 - total flux cleaned = -0.00305046 Jy ! Component: 3350 - total flux cleaned = -0.0031403 Jy ! Component: 3400 - total flux cleaned = -0.0031913 Jy ! Component: 3450 - total flux cleaned = -0.00325475 Jy ! Component: 3500 - total flux cleaned = -0.00329265 Jy ! Component: 3550 - total flux cleaned = -0.00340577 Jy ! Component: 3600 - total flux cleaned = -0.00340573 Jy ! Component: 3650 - total flux cleaned = -0.00349286 Jy ! Component: 3700 - total flux cleaned = -0.00357957 Jy ! Component: 3750 - total flux cleaned = -0.00362878 Jy ! Component: 3800 - total flux cleaned = -0.00366555 Jy ! Component: 3850 - total flux cleaned = -0.00367781 Jy ! Component: 3900 - total flux cleaned = -0.00372651 Jy ! Component: 3950 - total flux cleaned = -0.00379921 Jy ! Component: 4000 - total flux cleaned = -0.00388361 Jy ! Component: 4050 - total flux cleaned = -0.00388367 Jy ! Total flux subtracted in 4096 components = -0.00395556 Jy ! Clean residual min=-0.000930 max=0.000632 Jy/beam ! Clean residual mean=0.000000 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.22502 Jy keep ! Adding 267 model components to the UV plane model. ! The established model now contains 344 components and 0.22502 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rv100_uvs/J1024+2332_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.774 x 8.434 at 5.472 degrees (North through East) ! Clean map min=-0.0023703 max=0.20129 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv100_uvs/J1024+2332_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.201289 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000207748 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.309627 0.309627 0.619254 1.23851 2.47702 4.95403 9.90807 19.8161 39.6323 79.2645 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.201 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 968.907 quit ! Quitting program ! Log file /scr/pima/rv100_uvs/J1024+2332_S_uvs.log closed on Mon Feb 29 13:27:11 2016