! Started logfile: J1210-1217_S_2007_01_11_yyk_uvs.log on Mon Jun 16 19:36:36 2008 obs J1210-1217_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J1210-1217_S_2007_01_11_yyk_uve.fits ! AN table 1: 17 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.684641 visibilities/baseline/integration-bin. ! Found source: J1210-1217 ! ! 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 2249 lines of history. ! ! Reading 1676 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 J1210-1217_S_2007_01_11_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.141507 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.26 mas, bmaj=6.285 mas, bpa=-4.707 degrees ! Estimated noise=1.66861 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.0870654 Jy ! Component: 100 - total flux cleaned = 0.118544 Jy ! Total flux subtracted in 100 components = 0.118544 Jy ! Clean residual min=-0.010426 max=0.015930 Jy/beam ! Clean residual mean=0.000011 rms=0.003154 Jy/beam ! Combined flux in latest and established models = 0.118544 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.118544 Jy ! ! Correcting IF 1. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.079300Jy sigma=1.248903 ! Fit after self-cal, rms=0.074196Jy sigma=1.167919 ! Inverting map and beam ! Estimated beam: bmin=2.26 mas, bmaj=6.285 mas, bpa=-4.707 degrees ! Estimated noise=1.66861 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=2.932 mas, bmaj=7.559 mas, bpa=0.4891 degrees ! Estimated noise=1.05794 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.0276059 Jy ! Component: 100 - total flux cleaned = 0.0373498 Jy ! Component: 150 - total flux cleaned = 0.0412976 Jy ! Component: 200 - total flux cleaned = 0.0430455 Jy ! Total flux subtracted in 200 components = 0.0430455 Jy ! Clean residual min=-0.004261 max=0.005626 Jy/beam ! Clean residual mean=-0.000026 rms=0.001403 Jy/beam ! Combined flux in latest and established models = 0.16159 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 55 components and 0.16159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067822Jy sigma=1.041873 ! Fit after self-cal, rms=0.067811Jy sigma=1.041787 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.932 x 7.559 at 0.4891 degrees (North through East) ! Clean map min=-0.0040339 max=0.11359 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.03153 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.90 HN 0.89 KP 1.00* ! LA 1.02 MK 1.00* OV 1.04 PT 1.00 ! SC 0.91 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00351 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.03 HN 1.01 KP 1.00* ! LA 0.99 MK 1.00 OV 1.02 PT 0.99 ! SC 0.96 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.965794 ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.96 HN 1.01 KP 1.00* ! LA 1.00 MK 1.10 OV 1.04 PT 1.04 ! SC 1.03 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.995935 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.94 HN 1.06 KP 1.00* ! LA 0.96 MK 0.95 OV 1.00 PT 0.96 ! SC 1.17 ! ! ! Fit before self-cal, rms=0.067811Jy sigma=1.041787 ! Fit after self-cal, rms=0.067374Jy sigma=1.032335 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.067374Jy sigma=1.032335 ! Fit after self-cal, rms=0.067378Jy sigma=1.032311 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.961 mas, bmaj=7.629 mas, bpa=0.3083 degrees ! Estimated noise=1.05198 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.000512437 Jy ! Component: 100 - total flux cleaned = -0.000449143 Jy ! Component: 150 - total flux cleaned = -0.000420906 Jy ! Component: 200 - total flux cleaned = -0.000395177 Jy ! Total flux subtracted in 200 components = -0.000395177 Jy ! Clean residual min=-0.003614 max=0.005012 Jy/beam ! Clean residual mean=-0.000033 rms=0.001143 Jy/beam ! Combined flux in latest and established models = 0.161195 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 59 components and 0.161195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067360Jy sigma=1.031923 ! Fit after self-cal, rms=0.067357Jy sigma=1.031902 ! 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.067357Jy sigma=1.031902 ! Fit after self-cal, rms=0.062675Jy sigma=0.957569 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.0013671 Jy ! Component: 100 - total flux cleaned = 0.00131195 Jy ! Component: 150 - total flux cleaned = 0.00135396 Jy ! Component: 200 - total flux cleaned = 0.00135497 Jy ! Total flux subtracted in 200 components = 0.00135497 Jy ! Clean residual min=-0.003285 max=0.004330 Jy/beam ! Clean residual mean=-0.000030 rms=0.001113 Jy/beam ! Combined flux in latest and established models = 0.16255 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 70 components and 0.16255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062544Jy sigma=0.955849 ! Fit after self-cal, rms=0.062388Jy sigma=0.953192 ! 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: 2.961 x 7.629 at 0.3083 degrees (North through East) ! Clean map min=-0.0031557 max=0.11582 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.062388Jy sigma=0.953192 ! Fit after self-cal, rms=0.061045Jy sigma=0.939885 ! 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.061045Jy sigma=0.939885 ! Fit after self-cal, rms=0.061044Jy sigma=0.939626 ! Inverting map and beam ! Estimated beam: bmin=2.918 mas, bmaj=7.541 mas, bpa=-0.4939 degrees ! Estimated noise=1.03936 mJy/beam. ! Added new window around map position (-43.5, -35.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00462248 Jy ! Component: 100 - total flux cleaned = 0.00530963 Jy ! Component: 150 - total flux cleaned = 0.00538518 Jy ! Component: 200 - total flux cleaned = 0.00553393 Jy ! Total flux subtracted in 200 components = 0.00553393 Jy ! Clean residual min=-0.003191 max=0.002875 Jy/beam ! Clean residual mean=-0.000006 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.168084 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 101 components and 0.168084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060633Jy sigma=0.932501 ! Fit after self-cal, rms=0.060603Jy sigma=0.932190 ! 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.060603Jy sigma=0.932190 ! Fit after self-cal, rms=0.060896Jy sigma=0.927211 ! 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.060896Jy sigma=0.927211 ! Fit after self-cal, rms=0.060915Jy sigma=0.927106 ! Inverting map and beam ! Estimated beam: bmin=2.907 mas, bmaj=7.597 mas, bpa=-0.506 degrees ! Estimated noise=1.03719 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000986776 Jy ! Component: 100 - total flux cleaned = 0.00118423 Jy ! Component: 150 - total flux cleaned = 0.00146968 Jy ! Component: 200 - total flux cleaned = 0.00172169 Jy ! Total flux subtracted in 200 components = 0.00172169 Jy ! Clean residual min=-0.002985 max=0.002858 Jy/beam ! Clean residual mean=-0.000015 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.169805 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 117 components and 0.169805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060799Jy sigma=0.925423 ! Fit after self-cal, rms=0.060794Jy sigma=0.925368 ! 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=7.773 mas, bmaj=15.05 mas, bpa=11.1 degrees ! Estimated noise=1.39963 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.00133532 Jy ! Component: 100 - total flux cleaned = 0.00144742 Jy ! Component: 150 - total flux cleaned = 0.00150316 Jy ! Component: 200 - total flux cleaned = 0.00157861 Jy ! Total flux subtracted in 200 components = 0.00157861 Jy ! Clean residual min=-0.002778 max=0.002765 Jy/beam ! Clean residual mean=-0.000032 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.171384 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 124 components and 0.171384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060786Jy sigma=0.925283 ! Fit after self-cal, rms=0.060785Jy sigma=0.925146 ! 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.252 mas, bmaj=6.332 mas, bpa=-5.183 degrees ! Estimated noise=1.6225 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0924056 Jy ! Component: 100 - total flux cleaned = 0.124074 Jy ! Component: 150 - total flux cleaned = 0.13871 Jy ! Component: 200 - total flux cleaned = 0.14606 Jy ! Total flux subtracted in 200 components = 0.146059 Jy ! Clean residual min=-0.005471 max=0.005714 Jy/beam ! Clean residual mean=-0.000007 rms=0.001677 Jy/beam ! Combined flux in latest and established models = 0.146059 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.146059 Jy ! Inverting map and beam ! Estimated beam: bmin=2.907 mas, bmaj=7.597 mas, bpa=-0.506 degrees ! Estimated noise=1.03719 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.0105993 Jy ! Component: 100 - total flux cleaned = 0.0158711 Jy ! Component: 150 - total flux cleaned = 0.0186385 Jy ! Component: 200 - total flux cleaned = 0.0199594 Jy ! Total flux subtracted in 200 components = 0.0199594 Jy ! Clean residual min=-0.003211 max=0.003104 Jy/beam ! Clean residual mean=-0.000010 rms=0.000887 Jy/beam ! Combined flux in latest and established models = 0.166019 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 78 components and 0.166019 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=7.773 mas, bmaj=15.05 mas, bpa=11.1 degrees ! Estimated noise=1.39963 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.00334617 Jy ! Component: 100 - total flux cleaned = 0.00403695 Jy ! Component: 150 - total flux cleaned = 0.00439126 Jy ! Component: 200 - total flux cleaned = 0.00447581 Jy ! Total flux subtracted in 200 components = 0.00447581 Jy ! Clean residual min=-0.002791 max=0.002827 Jy/beam ! Clean residual mean=-0.000024 rms=0.000943 Jy/beam ! Combined flux in latest and established models = 0.170495 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 103 components and 0.170495 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.907 mas, bmaj=7.597 mas, bpa=-0.506 degrees ! Estimated noise=1.03719 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00119641 Jy ! Component: 100 - total flux cleaned = -0.00112662 Jy ! Component: 150 - total flux cleaned = -0.00105834 Jy ! Component: 200 - total flux cleaned = -0.000941148 Jy ! Total flux subtracted in 200 components = -0.000941148 Jy ! Clean residual min=-0.002909 max=0.002789 Jy/beam ! Clean residual mean=-0.000007 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.169553 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 119 components and 0.169553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060790Jy sigma=0.925345 ! Fit after self-cal, rms=0.060784Jy sigma=0.925203 wmodel J1210-1217_S_2007_01_11_yyk\_map.mod ! Writing 119 model components to file: J1210-1217_S_2007_01_11_yyk_map.mod wobs J1210-1217_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J1210-1217_S_2007_01_11_yyk_uvs.fits wwins J1210-1217_S_2007_01_11_yyk\_map.win ! wwins: Wrote 2 windows to J1210-1217_S_2007_01_11_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.000433974 Jy ! Component: 100 - total flux cleaned = -0.000340836 Jy ! Component: 150 - total flux cleaned = -0.000255812 Jy ! Component: 200 - total flux cleaned = -0.000214374 Jy ! Component: 250 - total flux cleaned = -0.000213883 Jy ! Component: 300 - total flux cleaned = -0.00032418 Jy ! Component: 350 - total flux cleaned = -0.000324092 Jy ! Component: 400 - total flux cleaned = -0.000324039 Jy ! Component: 450 - total flux cleaned = -0.000224271 Jy ! Component: 500 - total flux cleaned = -0.000224203 Jy ! Component: 550 - total flux cleaned = -0.000286312 Jy ! Component: 600 - total flux cleaned = -0.000285941 Jy ! Component: 650 - total flux cleaned = -0.00031542 Jy ! Component: 700 - total flux cleaned = -0.000287509 Jy ! Component: 750 - total flux cleaned = -0.00028715 Jy ! Component: 800 - total flux cleaned = -0.000287512 Jy ! Component: 850 - total flux cleaned = -0.000394457 Jy ! Component: 900 - total flux cleaned = -0.000420173 Jy ! Component: 950 - total flux cleaned = -0.000394283 Jy ! Component: 1000 - total flux cleaned = -0.000520725 Jy ! Component: 1050 - total flux cleaned = -0.000570088 Jy ! Component: 1100 - total flux cleaned = -0.000594162 Jy ! Component: 1150 - total flux cleaned = -0.000689721 Jy ! Component: 1200 - total flux cleaned = -0.000689666 Jy ! Component: 1250 - total flux cleaned = -0.00075934 Jy ! Component: 1300 - total flux cleaned = -0.000759064 Jy ! Component: 1350 - total flux cleaned = -0.000849044 Jy ! Component: 1400 - total flux cleaned = -0.000870699 Jy ! Component: 1450 - total flux cleaned = -0.000805026 Jy ! Component: 1500 - total flux cleaned = -0.0009348 Jy ! Component: 1550 - total flux cleaned = -0.000956133 Jy ! Component: 1600 - total flux cleaned = -0.00101911 Jy ! Component: 1650 - total flux cleaned = -0.00108101 Jy ! Component: 1700 - total flux cleaned = -0.00116272 Jy ! Component: 1750 - total flux cleaned = -0.00118259 Jy ! Component: 1800 - total flux cleaned = -0.00128182 Jy ! Component: 1850 - total flux cleaned = -0.00136054 Jy ! Component: 1900 - total flux cleaned = -0.00143794 Jy ! Component: 1950 - total flux cleaned = -0.00153374 Jy ! Component: 2000 - total flux cleaned = -0.00164734 Jy ! Total flux subtracted in 2048 components = -0.00175976 Jy ! Clean residual min=-0.001227 max=0.001573 Jy/beam ! Clean residual mean=-0.000009 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.167794 Jy keep ! Adding 122 model components to the UV plane model. ! The established model now contains 241 components and 0.167794 Jy ![Exited script file: muppet] wmap "J1210-1217_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.907 x 7.597 at -0.506 degrees (North through East) ! Clean map min=-0.0031595 max=0.1147 Jy/beam ! Writing clean map to FITS file: J1210-1217_S_2007_01_11_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.114699 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000362621 device "J1210-1217_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J1210-1217_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.94845 0.94845 1.8969 3.7938 7.5876 15.1752 30.3504 60.7008 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.114 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.907 x 7.597 at -0.506 degrees (North through East) ! Clean map min=-0.0031595 max=0.1147 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1210-1217_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J1210-1217_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1210-1217_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:36:42 2008