! Started logfile: J0011-1434_S_2007_01_11_yyk_uvs.log on Mon Jun 16 19:01:32 2008 obs J0011-1434_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J0011-1434_S_2007_01_11_yyk_uve.fits ! AN table 1: 17 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.941176 visibilities/baseline/integration-bin. ! Found source: J0011-1434 ! ! 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 2304 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 J0011-1434_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.187923 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.477 mas, bmaj=6.366 mas, bpa=-0.4658 degrees ! Estimated noise=1.40901 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.142395 Jy ! Component: 100 - total flux cleaned = 0.165206 Jy ! Total flux subtracted in 100 components = 0.165206 Jy ! Clean residual min=-0.005164 max=0.006760 Jy/beam ! Clean residual mean=0.000109 rms=0.001553 Jy/beam ! Combined flux in latest and established models = 0.165206 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.165206 Jy ! ! Correcting IF 1. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.079423Jy sigma=1.041242 ! Fit after self-cal, rms=0.079308Jy sigma=1.038961 ! Inverting map and beam ! Estimated beam: bmin=2.477 mas, bmaj=6.366 mas, bpa=-0.4737 degrees ! Estimated noise=1.40891 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.195 mas, bmaj=7.998 mas, bpa=-0.9038 degrees ! Estimated noise=0.92088 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.0142354 Jy ! Component: 100 - total flux cleaned = 0.019633 Jy ! Component: 150 - total flux cleaned = 0.0219033 Jy ! Component: 200 - total flux cleaned = 0.0229303 Jy ! Total flux subtracted in 200 components = 0.0229303 Jy ! Clean residual min=-0.003678 max=0.004823 Jy/beam ! Clean residual mean=0.000083 rms=0.001153 Jy/beam ! Combined flux in latest and established models = 0.188136 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 50 components and 0.188136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077720Jy sigma=1.006269 ! Fit after self-cal, rms=0.077729Jy sigma=1.006018 ! 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.195 x 7.998 at -0.9038 degrees (North through East) ! Clean map min=-0.003463 max=0.16753 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.02273 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.96 HN 0.94 KP 0.96 ! LA 1.06 MK 0.98 OV 0.98 PT 0.97 ! SC 0.97 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.991365 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.97 HN 1.07 KP 0.97 ! LA 1.00 MK 1.02 OV 1.06 PT 1.01 ! SC 0.99 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.978733 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.07 HN 1.01 KP 1.00 ! LA 0.99 MK 1.01 OV 1.05 PT 1.05 ! SC 0.99 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.00833 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HN 0.93 KP 0.95 ! LA 0.96 MK 1.01 OV 1.00 PT 0.96 ! SC 1.10 ! ! ! Fit before self-cal, rms=0.077729Jy sigma=1.006018 ! Fit after self-cal, rms=0.076998Jy sigma=0.997527 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.076998Jy sigma=0.997527 ! Fit after self-cal, rms=0.076995Jy sigma=0.997451 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.201 mas, bmaj=8.02 mas, bpa=-0.9992 degrees ! Estimated noise=0.91997 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 = 3.75192e-06 Jy ! Component: 100 - total flux cleaned = 0.000113773 Jy ! Component: 150 - total flux cleaned = 0.000113693 Jy ! Component: 200 - total flux cleaned = 0.000132117 Jy ! Total flux subtracted in 200 components = 0.000132117 Jy ! Clean residual min=-0.003421 max=0.004531 Jy/beam ! Clean residual mean=0.000103 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.188268 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.188268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076956Jy sigma=0.997187 ! Fit after self-cal, rms=0.076962Jy sigma=0.997072 ! 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.076962Jy sigma=0.997072 ! Fit after self-cal, rms=0.071909Jy sigma=0.929309 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.00116466 Jy ! Component: 100 - total flux cleaned = 0.00118987 Jy ! Component: 150 - total flux cleaned = 0.00121101 Jy ! Component: 200 - total flux cleaned = 0.00122874 Jy ! Total flux subtracted in 200 components = 0.00122874 Jy ! Clean residual min=-0.003462 max=0.004395 Jy/beam ! Clean residual mean=0.000104 rms=0.001057 Jy/beam ! Combined flux in latest and established models = 0.189497 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 62 components and 0.189497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071860Jy sigma=0.928889 ! Fit after self-cal, rms=0.071176Jy sigma=0.923576 ! 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.201 x 8.02 at -0.9992 degrees (North through East) ! Clean map min=-0.0033285 max=0.16887 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.071176Jy sigma=0.923576 ! Fit after self-cal, rms=0.070302Jy sigma=0.914318 ! 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.070302Jy sigma=0.914318 ! Fit after self-cal, rms=0.070163Jy sigma=0.913258 ! Inverting map and beam ! Estimated beam: bmin=3.195 mas, bmaj=8.041 mas, bpa=-1.099 degrees ! Estimated noise=0.918629 mJy/beam. ! Added new window around map position (-7, 9). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00452966 Jy ! Component: 100 - total flux cleaned = 0.00564794 Jy ! Component: 150 - total flux cleaned = 0.00586561 Jy ! Component: 200 - total flux cleaned = 0.00600742 Jy ! Total flux subtracted in 200 components = 0.00600742 Jy ! Clean residual min=-0.003077 max=0.003082 Jy/beam ! Clean residual mean=0.000077 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.195504 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 82 components and 0.195504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069962Jy sigma=0.909021 ! Fit after self-cal, rms=0.069905Jy sigma=0.908396 ! 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.069905Jy sigma=0.908396 ! Fit after self-cal, rms=0.069030Jy sigma=0.891715 ! 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.069030Jy sigma=0.891715 ! Fit after self-cal, rms=0.069028Jy sigma=0.891537 ! Inverting map and beam ! Estimated beam: bmin=3.191 mas, bmaj=8.023 mas, bpa=-1.135 degrees ! Estimated noise=0.916216 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168683 Jy ! Component: 100 - total flux cleaned = 0.00195788 Jy ! Component: 150 - total flux cleaned = 0.00199606 Jy ! Component: 200 - total flux cleaned = 0.00206488 Jy ! Total flux subtracted in 200 components = 0.00206488 Jy ! Clean residual min=-0.002931 max=0.002779 Jy/beam ! Clean residual mean=0.000083 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.197569 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 104 components and 0.197569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068979Jy sigma=0.890649 ! Fit after self-cal, rms=0.068977Jy sigma=0.890547 ! 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.639 mas, bmaj=16.24 mas, bpa=9.115 degrees ! Estimated noise=1.18338 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 = -8.78669e-05 Jy ! Component: 100 - total flux cleaned = 8.6946e-05 Jy ! Component: 150 - total flux cleaned = 6.09468e-05 Jy ! Component: 200 - total flux cleaned = 3.64726e-05 Jy ! Total flux subtracted in 200 components = 3.64726e-05 Jy ! Clean residual min=-0.003904 max=0.003138 Jy/beam ! Clean residual mean=0.000163 rms=0.001150 Jy/beam ! Combined flux in latest and established models = 0.197606 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 116 components and 0.197605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068970Jy sigma=0.890573 ! Fit after self-cal, rms=0.068968Jy sigma=0.890430 ! 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.479 mas, bmaj=6.386 mas, bpa=-0.5665 degrees ! Estimated noise=1.39865 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.143149 Jy ! Component: 100 - total flux cleaned = 0.165632 Jy ! Component: 150 - total flux cleaned = 0.175898 Jy ! Component: 200 - total flux cleaned = 0.182262 Jy ! Total flux subtracted in 200 components = 0.182262 Jy ! Clean residual min=-0.004285 max=0.004034 Jy/beam ! Clean residual mean=0.000083 rms=0.001119 Jy/beam ! Combined flux in latest and established models = 0.182262 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 37 model components to the UV plane model. ! The established model now contains 37 components and 0.182262 Jy ! Inverting map and beam ! Estimated beam: bmin=3.191 mas, bmaj=8.023 mas, bpa=-1.135 degrees ! Estimated noise=0.916216 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.00704405 Jy ! Component: 100 - total flux cleaned = 0.0109677 Jy ! Component: 150 - total flux cleaned = 0.0133259 Jy ! Component: 200 - total flux cleaned = 0.0142351 Jy ! Total flux subtracted in 200 components = 0.0142351 Jy ! Clean residual min=-0.002971 max=0.002836 Jy/beam ! Clean residual mean=0.000084 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.196497 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 74 components and 0.196497 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.639 mas, bmaj=16.24 mas, bpa=9.115 degrees ! Estimated noise=1.18338 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.000859168 Jy ! Component: 100 - total flux cleaned = 0.000990936 Jy ! Component: 150 - total flux cleaned = 0.00101822 Jy ! Component: 200 - total flux cleaned = 0.00104487 Jy ! Total flux subtracted in 200 components = 0.00104487 Jy ! Clean residual min=-0.003930 max=0.003087 Jy/beam ! Clean residual mean=0.000161 rms=0.001130 Jy/beam ! Combined flux in latest and established models = 0.197542 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 91 components and 0.197542 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.191 mas, bmaj=8.023 mas, bpa=-1.135 degrees ! Estimated noise=0.916216 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000112055 Jy ! Component: 100 - total flux cleaned = 1.46926e-05 Jy ! Component: 150 - total flux cleaned = 5.09505e-05 Jy ! Component: 200 - total flux cleaned = 0.000118964 Jy ! Total flux subtracted in 200 components = 0.000118964 Jy ! Clean residual min=-0.003008 max=0.002759 Jy/beam ! Clean residual mean=0.000081 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.197661 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 106 components and 0.197661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068973Jy sigma=0.890231 ! Fit after self-cal, rms=0.068961Jy sigma=0.890128 wmodel J0011-1434_S_2007_01_11_yyk\_map.mod ! Writing 106 model components to file: J0011-1434_S_2007_01_11_yyk_map.mod wobs J0011-1434_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J0011-1434_S_2007_01_11_yyk_uvs.fits wwins J0011-1434_S_2007_01_11_yyk\_map.win ! wwins: Wrote 2 windows to J0011-1434_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.000652728 Jy ! Component: 100 - total flux cleaned = -0.00107428 Jy ! Component: 150 - total flux cleaned = -0.00137693 Jy ! Component: 200 - total flux cleaned = -0.00150022 Jy ! Component: 250 - total flux cleaned = -0.00165809 Jy ! Component: 300 - total flux cleaned = -0.00184674 Jy ! Component: 350 - total flux cleaned = -0.00181011 Jy ! Component: 400 - total flux cleaned = -0.00191532 Jy ! Component: 450 - total flux cleaned = -0.00194947 Jy ! Component: 500 - total flux cleaned = -0.0020151 Jy ! Component: 550 - total flux cleaned = -0.00201409 Jy ! Component: 600 - total flux cleaned = -0.00191946 Jy ! Component: 650 - total flux cleaned = -0.0018891 Jy ! Component: 700 - total flux cleaned = -0.00176991 Jy ! Component: 750 - total flux cleaned = -0.00176969 Jy ! Component: 800 - total flux cleaned = -0.0015691 Jy ! Component: 850 - total flux cleaned = -0.00148575 Jy ! Component: 900 - total flux cleaned = -0.00143069 Jy ! Component: 950 - total flux cleaned = -0.00137612 Jy ! Component: 1000 - total flux cleaned = -0.001243 Jy ! Component: 1050 - total flux cleaned = -0.00121698 Jy ! Component: 1100 - total flux cleaned = -0.00111491 Jy ! Component: 1150 - total flux cleaned = -0.00108966 Jy ! Component: 1200 - total flux cleaned = -0.000990366 Jy ! Component: 1250 - total flux cleaned = -0.000820007 Jy ! Component: 1300 - total flux cleaned = -0.000748688 Jy ! Component: 1350 - total flux cleaned = -0.000701469 Jy ! Component: 1400 - total flux cleaned = -0.000585131 Jy ! Component: 1450 - total flux cleaned = -0.000561789 Jy ! Component: 1500 - total flux cleaned = -0.000426534 Jy ! Component: 1550 - total flux cleaned = -0.000293589 Jy ! Component: 1600 - total flux cleaned = -0.000249641 Jy ! Component: 1650 - total flux cleaned = -0.00011961 Jy ! Component: 1700 - total flux cleaned = -7.72327e-05 Jy ! Component: 1750 - total flux cleaned = -9.79123e-05 Jy ! Component: 1800 - total flux cleaned = 4.73879e-05 Jy ! Component: 1850 - total flux cleaned = 8.82192e-05 Jy ! Component: 1900 - total flux cleaned = 8.84011e-05 Jy ! Component: 1950 - total flux cleaned = 0.000188551 Jy ! Component: 2000 - total flux cleaned = 0.000168613 Jy ! Total flux subtracted in 2048 components = 0.000168782 Jy ! Clean residual min=-0.001290 max=0.001179 Jy/beam ! Clean residual mean=0.000033 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.19783 Jy keep ! Adding 151 model components to the UV plane model. ! The established model now contains 257 components and 0.19783 Jy ![Exited script file: muppet] wmap "J0011-1434_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.191 x 8.023 at -1.135 degrees (North through East) ! Clean map min=-0.0022674 max=0.16993 Jy/beam ! Writing clean map to FITS file: J0011-1434_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.16993 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000394007 device "J0011-1434_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J0011-1434_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.695593 0.695593 1.39119 2.78237 5.56474 11.1295 22.259 44.518 89.0359 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.169 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.191 x 8.023 at -1.135 degrees (North through East) ! Clean map min=-0.0022674 max=0.16993 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0011-1434_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J0011-1434_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0011-1434_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:01:38 2008