! Started logfile: /scr/pima/rdv93_uvs/J0339-0146_S_uvs.log on Tue Sep 24 10:03:23 2013 obs /scr/pima/rdv93_uvs/J0339-0146_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J0339-0146_S_uva.fits ! AN table 1: 85 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.434248 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0339-0146 ! ! 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.23693e+09 1.6e+07 1 1.6e+07 ! 02 2 2.26693e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35693e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37693e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 6644 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 /scr/pima/rdv93_uvs/J0339-0146_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 331 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 331 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 331 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 331 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=2.394330Jy sigma=40.702525 ! Fit after self-cal, rms=1.306642Jy sigma=23.256057 ! 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=4.009 mas, bmaj=7.741 mas, bpa=4.792 degrees ! Estimated noise=0.994027 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 = 1.72828 Jy ! Component: 100 - total flux cleaned = 2.29358 Jy ! Total flux subtracted in 100 components = 2.29358 Jy ! Clean residual min=-0.062072 max=0.236935 Jy/beam ! Clean residual mean=0.000010 rms=0.026263 Jy/beam ! Combined flux in latest and established models = 2.29358 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 2.29358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.503416Jy sigma=8.351235 ! Fit after self-cal, rms=0.503379Jy sigma=8.350592 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.244165 Jy ! Component: 100 - total flux cleaned = 0.354714 Jy ! Total flux subtracted in 100 components = 0.354714 Jy ! Clean residual min=-0.049381 max=0.069879 Jy/beam ! Clean residual mean=0.000075 rms=0.016200 Jy/beam ! Combined flux in latest and established models = 2.6483 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 32 components and 2.6483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.395986Jy sigma=6.372445 ! Fit after self-cal, rms=0.395959Jy sigma=6.372088 ! 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=5.025 mas, bmaj=9.199 mas, bpa=3.011 degrees ! Estimated noise=0.658539 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.0590707 Jy ! Component: 100 - total flux cleaned = 0.0874461 Jy ! Component: 150 - total flux cleaned = 0.0960833 Jy ! Component: 200 - total flux cleaned = 0.0965755 Jy ! Total flux subtracted in 200 components = 0.0965755 Jy ! Clean residual min=-0.043036 max=0.058035 Jy/beam ! Clean residual mean=0.000204 rms=0.012839 Jy/beam ! Combined flux in latest and established models = 2.74487 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 47 components and 2.74487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.387592Jy sigma=6.232752 ! Fit after self-cal, rms=0.387600Jy sigma=6.232512 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.01 HN 0.93 KP 1.04 ! LA 1.14 MK 0.83 NL 0.98 OV 0.99 ! PT 1.04 SC 1.00 ! ! ! Correcting IF 2. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.08 HN 1.04 KP 1.03 ! LA 1.04 MK 0.98 NL 1.02 OV 1.02 ! PT 1.04 SC 1.08 ! ! ! Correcting IF 3. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.10 HN 0.96 KP 0.90 ! LA 0.98 MK 0.99 NL 1.09 OV 1.01 ! PT 1.08 SC 0.99 ! ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.80 FD 1.07 HN 0.93 KP 0.84 ! LA 0.82 MK 1.12 NL 1.00 OV 0.88 ! PT 0.96 SC 1.03 ! ! ! Fit before self-cal, rms=0.387600Jy sigma=6.232512 ! Fit after self-cal, rms=0.213269Jy sigma=2.697674 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.955 mas, bmaj=9.307 mas, bpa=2.646 degrees ! Estimated noise=0.657231 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.000104416 Jy ! Component: 100 - total flux cleaned = 0.000816568 Jy ! Component: 150 - total flux cleaned = 0.00180907 Jy ! Component: 200 - total flux cleaned = 0.00223018 Jy ! Total flux subtracted in 200 components = 0.00223018 Jy ! Clean residual min=-0.025493 max=0.019558 Jy/beam ! Clean residual mean=-0.000025 rms=0.005151 Jy/beam ! Combined flux in latest and established models = 2.7471 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 55 components and 2.7471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209699Jy sigma=2.695572 ! Fit after self-cal, rms=0.209753Jy sigma=2.695119 ! 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.209753Jy sigma=2.695119 ! Fit after self-cal, rms=0.190221Jy sigma=1.662766 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.945 mas, bmaj=9.305 mas, bpa=2.472 degrees ! Estimated noise=0.655811 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000651912 Jy ! Component: 100 - total flux cleaned = 0.00064951 Jy ! Component: 150 - total flux cleaned = 0.000398547 Jy ! Component: 200 - total flux cleaned = 0.000177457 Jy ! Total flux subtracted in 200 components = 0.000177457 Jy ! Clean residual min=-0.016474 max=0.008724 Jy/beam ! Clean residual mean=0.000012 rms=0.002265 Jy/beam ! Combined flux in latest and established models = 2.74728 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 61 components and 2.74728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186229Jy sigma=1.659071 ! Fit after self-cal, rms=0.186202Jy sigma=1.658813 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.000284725 Jy ! Component: 100 - total flux cleaned = -0.000482074 Jy ! Component: 150 - total flux cleaned = -0.000833048 Jy ! Component: 200 - total flux cleaned = -0.000993766 Jy ! Total flux subtracted in 200 components = -0.000993766 Jy ! Clean residual min=-0.016873 max=0.008410 Jy/beam ! Clean residual mean=0.000013 rms=0.002258 Jy/beam ! Combined flux in latest and established models = 2.74629 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 63 components and 2.74629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183922Jy sigma=1.658557 ! Fit after self-cal, rms=0.183882Jy sigma=1.658466 ! 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.183882Jy sigma=1.658466 ! Fit after self-cal, rms=0.182295Jy sigma=1.629868 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.937 mas, bmaj=9.297 mas, bpa=2.45 degrees ! Estimated noise=0.655608 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000841474 Jy ! Component: 100 - total flux cleaned = 0.000854308 Jy ! Component: 150 - total flux cleaned = 0.000693406 Jy ! Component: 200 - total flux cleaned = 0.000541297 Jy ! Total flux subtracted in 200 components = 0.000541297 Jy ! Clean residual min=-0.015146 max=0.007890 Jy/beam ! Clean residual mean=-0.000004 rms=0.001979 Jy/beam ! Combined flux in latest and established models = 2.74683 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 66 components and 2.74683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180438Jy sigma=1.629579 ! Fit after self-cal, rms=0.180444Jy sigma=1.629495 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.09946e-06 Jy ! Component: 100 - total flux cleaned = 6.92577e-06 Jy ! Component: 150 - total flux cleaned = -0.000130328 Jy ! Component: 200 - total flux cleaned = -0.000140672 Jy ! Total flux subtracted in 200 components = -0.000140672 Jy ! Clean residual min=-0.015081 max=0.007800 Jy/beam ! Clean residual mean=-0.000004 rms=0.001974 Jy/beam ! Combined flux in latest and established models = 2.74669 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 67 components and 2.74669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179104Jy sigma=1.629137 ! Fit after self-cal, rms=0.179112Jy sigma=1.629069 ! 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.179112Jy sigma=1.629069 ! Fit after self-cal, rms=0.179177Jy sigma=1.628817 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.231 mas, bmaj=12.82 mas, bpa=3.59 degrees ! Estimated noise=0.631125 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00255775 Jy ! Component: 100 - total flux cleaned = -0.00264955 Jy ! Component: 150 - total flux cleaned = -0.00282433 Jy ! Component: 200 - total flux cleaned = -0.00297193 Jy ! Total flux subtracted in 200 components = -0.00297193 Jy ! Clean residual min=-0.006285 max=0.006073 Jy/beam ! Clean residual mean=-0.000003 rms=0.001821 Jy/beam ! Combined flux in latest and established models = 2.74371 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 75 components and 2.74371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179202Jy sigma=1.627370 ! Fit after self-cal, rms=0.179141Jy sigma=1.627072 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.000567518 Jy ! Component: 100 - total flux cleaned = -0.000564423 Jy ! Component: 150 - total flux cleaned = -0.000562426 Jy ! Component: 200 - total flux cleaned = -0.000561096 Jy ! Total flux subtracted in 200 components = -0.000561096 Jy ! Clean residual min=-0.006353 max=0.006181 Jy/beam ! Clean residual mean=-0.000003 rms=0.001813 Jy/beam ! Combined flux in latest and established models = 2.74315 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 78 components and 2.74315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179121Jy sigma=1.627223 ! Fit after self-cal, rms=0.179114Jy sigma=1.627145 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.934 mas, bmaj=9.295 mas, bpa=2.437 degrees ! Estimated noise=0.655718 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.934 x 9.295 at 2.437 degrees (North through East) ! Clean map min=-0.0081042 max=2.0887 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.179114Jy sigma=1.627145 ! Fit after self-cal, rms=0.168430Jy sigma=1.367033 ! Inverting map and beam ! Estimated beam: bmin=4.928 mas, bmaj=9.292 mas, bpa=2.448 degrees ! Estimated noise=0.655634 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00237573 Jy ! Component: 100 - total flux cleaned = 0.0026887 Jy ! Component: 150 - total flux cleaned = 0.00268453 Jy ! Component: 200 - total flux cleaned = 0.00267924 Jy ! Total flux subtracted in 200 components = 0.00267924 Jy ! Clean residual min=-0.014872 max=0.007741 Jy/beam ! Clean residual mean=-0.000001 rms=0.001921 Jy/beam ! Combined flux in latest and established models = 2.74583 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 83 components and 2.74583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166666Jy sigma=1.367279 ! Fit after self-cal, rms=0.166662Jy sigma=1.367098 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000133034 Jy ! Component: 100 - total flux cleaned = -0.000138187 Jy ! Component: 150 - total flux cleaned = -0.000136864 Jy ! Component: 200 - total flux cleaned = -0.000139234 Jy ! Total flux subtracted in 200 components = -0.000139234 Jy ! Clean residual min=-0.015153 max=0.007568 Jy/beam ! Clean residual mean=-0.000001 rms=0.001926 Jy/beam ! Combined flux in latest and established models = 2.74569 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 83 components and 2.74569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.165468Jy sigma=1.367484 ! Fit after self-cal, rms=0.165456Jy sigma=1.367350 ! 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.165456Jy sigma=1.367350 ! Fit after self-cal, rms=0.165488Jy sigma=1.366963 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.976 mas, bmaj=7.854 mas, bpa=4.409 degrees ! Estimated noise=0.984777 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.71227 Jy ! Component: 100 - total flux cleaned = 2.28474 Jy ! Component: 150 - total flux cleaned = 2.5331 Jy ! Component: 200 - total flux cleaned = 2.6431 Jy ! Total flux subtracted in 200 components = 2.6431 Jy ! Clean residual min=-0.019056 max=0.047388 Jy/beam ! Clean residual mean=-0.000012 rms=0.005214 Jy/beam ! Combined flux in latest and established models = 2.6431 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 19 model components to the UV plane model. ! The established model now contains 19 components and 2.6431 Jy ! Inverting map and beam ! Estimated beam: bmin=4.926 mas, bmaj=9.289 mas, bpa=2.431 degrees ! Estimated noise=0.655614 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.0602439 Jy ! Component: 100 - total flux cleaned = 0.0884599 Jy ! Component: 150 - total flux cleaned = 0.102486 Jy ! Component: 200 - total flux cleaned = 0.107535 Jy ! Total flux subtracted in 200 components = 0.107535 Jy ! Clean residual min=-0.013592 max=0.007763 Jy/beam ! Clean residual mean=-0.000002 rms=0.002004 Jy/beam ! Combined flux in latest and established models = 2.75063 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 38 components and 2.75063 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=9.23 mas, bmaj=12.82 mas, bpa=3.662 degrees ! Estimated noise=0.631392 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00203603 Jy ! Component: 100 - total flux cleaned = -0.00258301 Jy ! Component: 150 - total flux cleaned = -0.00286688 Jy ! Component: 200 - total flux cleaned = -0.00320886 Jy ! Total flux subtracted in 200 components = -0.00320886 Jy ! Clean residual min=-0.006128 max=0.006023 Jy/beam ! Clean residual mean=-0.000001 rms=0.001801 Jy/beam ! Combined flux in latest and established models = 2.74742 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.000232109 Jy ! Component: 100 - total flux cleaned = -0.000444567 Jy ! Component: 150 - total flux cleaned = -0.000576249 Jy ! Component: 200 - total flux cleaned = -0.000759422 Jy ! Total flux subtracted in 200 components = -0.000759422 Jy ! Clean residual min=-0.005954 max=0.005907 Jy/beam ! Clean residual mean=-0.000000 rms=0.001783 Jy/beam ! Combined flux in latest and established models = 2.74666 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 50 components and 2.74666 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.926 mas, bmaj=9.289 mas, bpa=2.431 degrees ! Estimated noise=0.655614 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00345753 Jy ! Component: 100 - total flux cleaned = 0.00386096 Jy ! Component: 150 - total flux cleaned = 0.00386656 Jy ! Component: 200 - total flux cleaned = 0.00403782 Jy ! Total flux subtracted in 200 components = 0.00403782 Jy ! Clean residual min=-0.013593 max=0.007506 Jy/beam ! Clean residual mean=-0.000002 rms=0.001956 Jy/beam ! Combined flux in latest and established models = 2.7507 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 57 components and 2.7507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168955Jy sigma=1.371832 ! Fit after self-cal, rms=0.168855Jy sigma=1.371683 wmodel /scr/pima/rdv93_uvs/J0339-0146_S_map.mod ! Writing 57 model components to file: /scr/pima/rdv93_uvs/J0339-0146_S_map.mod wobs /scr/pima/rdv93_uvs/J0339-0146_S_uvs.fits ! Writing UV FITS file: /scr/pima/rdv93_uvs/J0339-0146_S_uvs.fits wwins /scr/pima/rdv93_uvs/J0339-0146_S_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv93_uvs/J0339-0146_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.00559239 Jy ! Component: 100 - total flux cleaned = -0.00890283 Jy ! Component: 150 - total flux cleaned = -0.0109285 Jy ! Component: 200 - total flux cleaned = -0.0122567 Jy ! Component: 250 - total flux cleaned = -0.0122583 Jy ! Component: 300 - total flux cleaned = -0.0119848 Jy ! Component: 350 - total flux cleaned = -0.0119859 Jy ! Component: 400 - total flux cleaned = -0.0121145 Jy ! Component: 450 - total flux cleaned = -0.0122371 Jy ! Component: 500 - total flux cleaned = -0.0121125 Jy ! Component: 550 - total flux cleaned = -0.0125979 Jy ! Component: 600 - total flux cleaned = -0.0127168 Jy ! Component: 650 - total flux cleaned = -0.0128338 Jy ! Component: 700 - total flux cleaned = -0.013064 Jy ! Component: 750 - total flux cleaned = -0.0129513 Jy ! Component: 800 - total flux cleaned = -0.0131757 Jy ! Component: 850 - total flux cleaned = -0.0133945 Jy ! Component: 900 - total flux cleaned = -0.013068 Jy ! Component: 950 - total flux cleaned = -0.0132835 Jy ! Component: 1000 - total flux cleaned = -0.0132818 Jy ! Component: 1050 - total flux cleaned = -0.01328 Jy ! Component: 1100 - total flux cleaned = -0.0133828 Jy ! Component: 1150 - total flux cleaned = -0.0130738 Jy ! Component: 1200 - total flux cleaned = -0.0128702 Jy ! Component: 1250 - total flux cleaned = -0.0127696 Jy ! Component: 1300 - total flux cleaned = -0.012471 Jy ! Component: 1350 - total flux cleaned = -0.0121757 Jy ! Component: 1400 - total flux cleaned = -0.0120784 Jy ! Component: 1450 - total flux cleaned = -0.0119817 Jy ! Component: 1500 - total flux cleaned = -0.0115057 Jy ! Component: 1550 - total flux cleaned = -0.0114113 Jy ! Component: 1600 - total flux cleaned = -0.0112244 Jy ! Component: 1650 - total flux cleaned = -0.0112241 Jy ! Component: 1700 - total flux cleaned = -0.0109495 Jy ! Component: 1750 - total flux cleaned = -0.0109502 Jy ! Component: 1800 - total flux cleaned = -0.0107704 Jy ! Component: 1850 - total flux cleaned = -0.0105026 Jy ! Component: 1900 - total flux cleaned = -0.0103272 Jy ! Component: 1950 - total flux cleaned = -0.0100639 Jy ! Component: 2000 - total flux cleaned = -0.00989024 Jy ! Component: 2050 - total flux cleaned = -0.00971722 Jy ! Component: 2100 - total flux cleaned = -0.0096316 Jy ! Component: 2150 - total flux cleaned = -0.00929213 Jy ! Component: 2200 - total flux cleaned = -0.00912334 Jy ! Component: 2250 - total flux cleaned = -0.00912263 Jy ! Component: 2300 - total flux cleaned = -0.00879118 Jy ! Component: 2350 - total flux cleaned = -0.00920278 Jy ! Component: 2400 - total flux cleaned = -0.00903822 Jy ! Component: 2450 - total flux cleaned = -0.0091197 Jy ! Component: 2500 - total flux cleaned = -0.00928086 Jy ! Component: 2550 - total flux cleaned = -0.00936052 Jy ! Component: 2600 - total flux cleaned = -0.00936008 Jy ! Component: 2650 - total flux cleaned = -0.00943938 Jy ! Component: 2700 - total flux cleaned = -0.00967589 Jy ! Component: 2750 - total flux cleaned = -0.00967545 Jy ! Component: 2800 - total flux cleaned = -0.00983051 Jy ! Component: 2850 - total flux cleaned = -0.0101394 Jy ! Component: 2900 - total flux cleaned = -0.0102925 Jy ! Component: 2950 - total flux cleaned = -0.0100628 Jy ! Component: 3000 - total flux cleaned = -0.0102145 Jy ! Component: 3050 - total flux cleaned = -0.0102901 Jy ! Component: 3100 - total flux cleaned = -0.0105152 Jy ! Component: 3150 - total flux cleaned = -0.0105901 Jy ! Component: 3200 - total flux cleaned = -0.0107387 Jy ! Component: 3250 - total flux cleaned = -0.0108867 Jy ! Component: 3300 - total flux cleaned = -0.0111068 Jy ! Component: 3350 - total flux cleaned = -0.0111067 Jy ! Component: 3400 - total flux cleaned = -0.0112509 Jy ! Component: 3450 - total flux cleaned = -0.0113231 Jy ! Component: 3500 - total flux cleaned = -0.0113232 Jy ! Component: 3550 - total flux cleaned = -0.0113941 Jy ! Component: 3600 - total flux cleaned = -0.0114649 Jy ! Component: 3650 - total flux cleaned = -0.0115363 Jy ! Component: 3700 - total flux cleaned = -0.0115365 Jy ! Component: 3750 - total flux cleaned = -0.011537 Jy ! Component: 3800 - total flux cleaned = -0.0116064 Jy ! Component: 3850 - total flux cleaned = -0.011813 Jy ! Component: 3900 - total flux cleaned = -0.0118132 Jy ! Component: 3950 - total flux cleaned = -0.0119497 Jy ! Component: 4000 - total flux cleaned = -0.0118148 Jy ! Component: 4050 - total flux cleaned = -0.0120843 Jy ! Total flux subtracted in 4096 components = -0.0118828 Jy ! Clean residual min=-0.004081 max=0.004334 Jy/beam ! Clean residual mean=0.000001 rms=0.001180 Jy/beam ! Combined flux in latest and established models = 2.73882 Jy keep ! Adding 179 model components to the UV plane model. ! The established model now contains 235 components and 2.73882 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv93_uvs/J0339-0146_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.926 x 9.289 at 2.431 degrees (North through East) ! Clean map min=-0.0059298 max=2.0822 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J0339-0146_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 2.08222 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00118049 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.170081 0.170081 0.340162 0.680324 1.36065 2.7213 5.44259 10.8852 21.7704 43.5407 87.0815 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0035 print "peak=",int(1000*peak_flux)/1000 ! peak= 2.082 quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J0339-0146_S_uvs.log closed on Tue Sep 24 10:03:27 2013