! Started logfile: J0352-2514_S_2005_07_08_yyk_uvs.log on Fri Jan 20 09:52:00 2006 obs J0352-2514_S_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J0352-2514_S_2005_07_08_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.981818 visibilities/baseline/integration-bin. ! Found source: J0352-2514 ! ! 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.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1411 lines of history. ! ! Reading 1944 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ![@muppet J0352-2514_S_2005_07_08_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.246826 Jy 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.466 mas, bmaj=6.888 mas, bpa=-7.552 degrees ! Estimated noise=1.53454 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.187157 Jy ! Component: 100 - total flux cleaned = 0.222999 Jy ! Total flux subtracted in 100 components = 0.222999 Jy ! Clean residual min=-0.008151 max=0.011125 Jy/beam ! Clean residual mean=-0.000094 rms=0.002379 Jy/beam ! Combined flux in latest and established models = 0.222999 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.222999 Jy ! ! Correcting IF 1. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.088592Jy sigma=1.270519 ! Fit after self-cal, rms=0.088686Jy sigma=1.255992 ! Inverting map and beam ! Estimated beam: bmin=2.466 mas, bmaj=6.888 mas, bpa=-7.552 degrees ! Estimated noise=1.53454 mJy/beam. print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! 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.204 mas, bmaj=8.347 mas, bpa=-6.353 degrees ! Estimated noise=1.04676 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0136684 Jy ! Component: 100 - total flux cleaned = 0.0187687 Jy ! Component: 150 - total flux cleaned = 0.0201723 Jy ! Component: 200 - total flux cleaned = 0.0203958 Jy ! Total flux subtracted in 200 components = 0.0203958 Jy ! Clean residual min=-0.009100 max=0.012845 Jy/beam ! Clean residual mean=-0.000138 rms=0.003484 Jy/beam ! Combined flux in latest and established models = 0.243395 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 35 components and 0.243395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085854Jy sigma=1.232688 ! Fit after self-cal, rms=0.085833Jy sigma=1.232427 ! 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.204 x 8.347 at -6.353 degrees (North through East) ! Clean map min=-0.0090538 max=0.21107 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.02646 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 1.02 KP 0.94 ! LA 1.04 MK 0.93 NL 0.91 OV 0.94 ! PT 1.07 SC 0.89 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00239 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.93 HN 1.10 KP 0.97 ! LA 1.01 MK 1.01 NL 0.94 OV 1.00 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.926998 ! Telescope amplitude corrections in sub-array 1: ! BR 1.75 FD 0.93 HN 1.10 KP 0.95 ! LA 0.89 MK 1.05 NL 1.05 OV 0.97 ! PT 1.08 SC 1.03 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.05402 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.96 HN 0.96 KP 0.85 ! LA 0.78 MK 1.11 NL 0.94 OV 0.81 ! PT 0.99 SC 1.10 ! ! ! Fit before self-cal, rms=0.085833Jy sigma=1.232427 ! Fit after self-cal, rms=0.082513Jy sigma=1.119110 selfcal false, false, phase_soltime ! Performing phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082513Jy sigma=1.119110 ! Fit after self-cal, rms=0.082480Jy sigma=1.118753 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.232 mas, bmaj=8.464 mas, bpa=-6.103 degrees ! Estimated noise=1.03045 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0017353 Jy ! Component: 100 - total flux cleaned = -0.00174965 Jy ! Component: 150 - total flux cleaned = -0.00160688 Jy ! Component: 200 - total flux cleaned = -0.00153929 Jy ! Total flux subtracted in 200 components = -0.00153929 Jy ! Clean residual min=-0.005358 max=0.006214 Jy/beam ! Clean residual mean=-0.000095 rms=0.001464 Jy/beam ! Combined flux in latest and established models = 0.241856 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.241856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082396Jy sigma=1.116337 ! Fit after self-cal, rms=0.082402Jy sigma=1.116200 ! Inverting map print "************** FINISHED AMPLITUDE GSCALE SELF-CAL **************" ! ************** FINISHED AMPLITUDE GSCALE SELF-CAL ************** ! phase_soltime=phase_soltime2 selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082402Jy sigma=1.116200 ! Fit after self-cal, rms=0.079367Jy sigma=1.049180 dynam = dynam - 0.5 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000760364 Jy ! Component: 100 - total flux cleaned = 0.00089686 Jy ! Component: 150 - total flux cleaned = 0.000892423 Jy ! Component: 200 - total flux cleaned = 0.000895805 Jy ! Total flux subtracted in 200 components = 0.000895805 Jy ! Clean residual min=-0.004257 max=0.005036 Jy/beam ! Clean residual mean=-0.000099 rms=0.001245 Jy/beam ! Combined flux in latest and established models = 0.242751 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.242751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079185Jy sigma=1.047753 ! Fit after self-cal, rms=0.079079Jy sigma=1.043841 ! Inverting map print "*** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime ***" ! *** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime *** ! dynam = dynam - 0.25 restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.232 x 8.464 at -6.103 degrees (North through East) ! Clean map min=-0.0041654 max=0.21154 Jy/beam if(peak(flux) > thresh) selfcal true, true, amp_soltime1 selfcal false, false, phase_soltime 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true, amp_soltime2 selfcal false, false, phase_soltime 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) print "************** FINISHED AMPLITUDE SELF-CAL **************" end if ! Performing amp+phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079079Jy sigma=1.043841 ! Fit after self-cal, rms=0.075420Jy sigma=0.971866 ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075420Jy sigma=0.971866 ! Fit after self-cal, rms=0.075446Jy sigma=0.971420 ! Inverting map and beam ! Estimated beam: bmin=3.24 mas, bmaj=8.497 mas, bpa=-6.515 degrees ! Estimated noise=1.0248 mJy/beam. ! Added new window around map position (2, -24). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00521809 Jy ! Component: 100 - total flux cleaned = 0.0051979 Jy ! Component: 150 - total flux cleaned = 0.00520738 Jy ! Component: 200 - total flux cleaned = 0.00526279 Jy ! Total flux subtracted in 200 components = 0.00526279 Jy ! Clean residual min=-0.003167 max=0.003999 Jy/beam ! Clean residual mean=-0.000071 rms=0.000892 Jy/beam ! Combined flux in latest and established models = 0.248014 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 71 components and 0.248014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075193Jy sigma=0.965180 ! Fit after self-cal, rms=0.075169Jy sigma=0.964508 ! Inverting map ! Added new window around map position (-44, -15.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00379532 Jy ! Component: 100 - total flux cleaned = 0.00485523 Jy ! Component: 150 - total flux cleaned = 0.00546567 Jy ! Component: 200 - total flux cleaned = 0.00585586 Jy ! Total flux subtracted in 200 components = 0.00585586 Jy ! Clean residual min=-0.002936 max=0.002923 Jy/beam ! Clean residual mean=-0.000056 rms=0.000808 Jy/beam ! Combined flux in latest and established models = 0.25387 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 95 components and 0.25387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074956Jy sigma=0.960327 ! Fit after self-cal, rms=0.074955Jy sigma=0.960120 ! Inverting map ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074955Jy sigma=0.960120 ! Fit after self-cal, rms=0.069187Jy sigma=0.921756 ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069187Jy sigma=0.921756 ! Fit after self-cal, rms=0.069207Jy sigma=0.921679 ! Inverting map and beam ! Estimated beam: bmin=3.235 mas, bmaj=8.501 mas, bpa=-6.633 degrees ! Estimated noise=1.02702 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00138452 Jy ! Component: 100 - total flux cleaned = 0.00165086 Jy ! Component: 150 - total flux cleaned = 0.00188833 Jy ! Component: 200 - total flux cleaned = 0.00194391 Jy ! Total flux subtracted in 200 components = 0.00194391 Jy ! Clean residual min=-0.002960 max=0.002831 Jy/beam ! Clean residual mean=-0.000050 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.255814 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 41 model components to the UV plane model. ! The established model now contains 124 components and 0.255814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069114Jy sigma=0.920057 ! Fit after self-cal, rms=0.069117Jy sigma=0.919974 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.155 mas, bmaj=19.4 mas, bpa=-2.817 degrees ! Estimated noise=1.30337 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00103398 Jy ! Component: 100 - total flux cleaned = 0.00137218 Jy ! Component: 150 - total flux cleaned = 0.00154355 Jy ! Component: 200 - total flux cleaned = 0.00163474 Jy ! Total flux subtracted in 200 components = 0.00163474 Jy ! Clean residual min=-0.002853 max=0.002819 Jy/beam ! Clean residual mean=-0.000084 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.257449 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 136 components and 0.257449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069103Jy sigma=0.919714 ! Fit after self-cal, rms=0.069103Jy sigma=0.919682 ! Inverting map uvtaper 0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum 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.491 mas, bmaj=6.963 mas, bpa=-7.638 degrees ! Estimated noise=1.48287 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.181555 Jy ! Component: 100 - total flux cleaned = 0.215297 Jy ! Component: 150 - total flux cleaned = 0.230128 Jy ! Component: 200 - total flux cleaned = 0.2385 Jy ! Total flux subtracted in 200 components = 0.2385 Jy ! Clean residual min=-0.005286 max=0.004711 Jy/beam ! Clean residual mean=-0.000035 rms=0.001349 Jy/beam ! Combined flux in latest and established models = 0.2385 Jy uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 44 model components to the UV plane model. ! The established model now contains 44 components and 0.2385 Jy ! Inverting map and beam ! Estimated beam: bmin=3.235 mas, bmaj=8.501 mas, bpa=-6.633 degrees ! Estimated noise=1.02702 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.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00776056 Jy ! Component: 100 - total flux cleaned = 0.0117681 Jy ! Component: 150 - total flux cleaned = 0.0132123 Jy ! Component: 200 - total flux cleaned = 0.0143151 Jy ! Total flux subtracted in 200 components = 0.0143151 Jy ! Clean residual min=-0.002945 max=0.002987 Jy/beam ! Clean residual mean=-0.000065 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.252815 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 85 components and 0.252815 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.155 mas, bmaj=19.4 mas, bpa=-2.817 degrees ! Estimated noise=1.30337 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.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00181734 Jy ! Component: 100 - total flux cleaned = 0.00242895 Jy ! Component: 150 - total flux cleaned = 0.00281931 Jy ! Component: 200 - total flux cleaned = 0.00319901 Jy ! Total flux subtracted in 200 components = 0.00319901 Jy ! Clean residual min=-0.003086 max=0.002919 Jy/beam ! Clean residual mean=-0.000093 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.256014 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 105 components and 0.256014 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.235 mas, bmaj=8.501 mas, bpa=-6.633 degrees ! Estimated noise=1.02702 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000182357 Jy ! Component: 100 - total flux cleaned = 0.000107962 Jy ! Component: 150 - total flux cleaned = 0.000172604 Jy ! Component: 200 - total flux cleaned = 0.000228791 Jy ! Total flux subtracted in 200 components = 0.000228791 Jy ! Clean residual min=-0.002949 max=0.002948 Jy/beam ! Clean residual mean=-0.000050 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.256243 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 129 components and 0.256243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069140Jy sigma=0.919905 ! Fit after self-cal, rms=0.069140Jy sigma=0.919697 wmodel J0352-2514_S_2005_07_08_yyk\_map.mod ! Writing 129 model components to file: J0352-2514_S_2005_07_08_yyk_map.mod wobs J0352-2514_S_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J0352-2514_S_2005_07_08_yyk_uvs.fits wwins J0352-2514_S_2005_07_08_yyk\_map.win ! wwins: Wrote 3 windows to J0352-2514_S_2005_07_08_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.0001474 Jy ! Component: 100 - total flux cleaned = 0.000339616 Jy ! Component: 150 - total flux cleaned = 0.000248847 Jy ! Component: 200 - total flux cleaned = 0.000120626 Jy ! Component: 250 - total flux cleaned = -4.1824e-05 Jy ! Component: 300 - total flux cleaned = -0.00015917 Jy ! Component: 350 - total flux cleaned = -0.000197216 Jy ! Component: 400 - total flux cleaned = -0.000271471 Jy ! Component: 450 - total flux cleaned = -0.000415757 Jy ! Component: 500 - total flux cleaned = -0.000451232 Jy ! Component: 550 - total flux cleaned = -0.000520063 Jy ! Component: 600 - total flux cleaned = -0.000586959 Jy ! Component: 650 - total flux cleaned = -0.000620096 Jy ! Component: 700 - total flux cleaned = -0.000750138 Jy ! Component: 750 - total flux cleaned = -0.000908773 Jy ! Component: 800 - total flux cleaned = -0.000970215 Jy ! Component: 850 - total flux cleaned = -0.00109183 Jy ! Component: 900 - total flux cleaned = -0.00118171 Jy ! Component: 950 - total flux cleaned = -0.00127096 Jy ! Component: 1000 - total flux cleaned = -0.00141635 Jy ! Component: 1050 - total flux cleaned = -0.00153112 Jy ! Component: 1100 - total flux cleaned = -0.00170089 Jy ! Component: 1150 - total flux cleaned = -0.00178433 Jy ! Component: 1200 - total flux cleaned = -0.00192205 Jy ! Component: 1250 - total flux cleaned = -0.00203039 Jy ! Component: 1300 - total flux cleaned = -0.00211041 Jy ! Component: 1350 - total flux cleaned = -0.00221645 Jy ! Component: 1400 - total flux cleaned = -0.00234745 Jy ! Component: 1450 - total flux cleaned = -0.00247623 Jy ! Component: 1500 - total flux cleaned = -0.00257783 Jy ! Component: 1550 - total flux cleaned = -0.00262831 Jy ! Component: 1600 - total flux cleaned = -0.002778 Jy ! Component: 1650 - total flux cleaned = -0.00285189 Jy ! Component: 1700 - total flux cleaned = -0.00302205 Jy ! Component: 1750 - total flux cleaned = -0.00299767 Jy ! Component: 1800 - total flux cleaned = -0.00316499 Jy ! Component: 1850 - total flux cleaned = -0.00318864 Jy ! Component: 1900 - total flux cleaned = -0.00335251 Jy ! Component: 1950 - total flux cleaned = -0.00344497 Jy ! Component: 2000 - total flux cleaned = -0.0034677 Jy ! Total flux subtracted in 2048 components = -0.00355852 Jy ! Clean residual min=-0.001429 max=0.002061 Jy/beam ! Clean residual mean=-0.000024 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.252684 Jy keep ! Adding 150 model components to the UV plane model. ! The established model now contains 279 components and 0.252684 Jy ![Exited script file: muppet] wmap "J0352-2514_S_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.235 x 8.501 at -6.633 degrees (North through East) ! Clean map min=-0.0031717 max=0.21254 Jy/beam ! Writing clean map to FITS file: J0352-2514_S_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.212537 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000471882 device "J0352-2514_S_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J0352-2514_S_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.66607 0.66607 1.33214 2.66428 5.32856 10.6571 21.3142 42.6285 85.257 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.212 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.235 x 8.501 at -6.633 degrees (North through East) ! Clean map min=-0.0031717 max=0.21254 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0352-2514_S_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J0352-2514_S_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0352-2514_S_2005_07_08_yyk_uvs.log closed on Fri Jan 20 09:52:05 2006