! Started logfile: J1729-2657_X_2006_12_18_yyk_uvs.log on Mon Jun 16 19:51:59 2008 obs J1729-2657_X_2006_12_18_yyk_uve.fits ! Reading UV FITS file: J1729-2657_X_2006_12_18_yyk_uve.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.683333 visibilities/baseline/integration-bin. ! Found source: J1729-2657 ! ! 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 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 2161 lines of history. ! ! Reading 1968 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 J1729-2657_X_2006_12_18_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.148276 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=0.8605 mas, bmaj=2.131 mas, bpa=-2.145 degrees ! Estimated noise=2.1991 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.0869934 Jy ! Component: 100 - total flux cleaned = 0.119264 Jy ! Total flux subtracted in 100 components = 0.119264 Jy ! Clean residual min=-0.014125 max=0.015651 Jy/beam ! Clean residual mean=-0.000028 rms=0.003795 Jy/beam ! Combined flux in latest and established models = 0.119264 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 29 components and 0.119264 Jy ! ! Correcting IF 1. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.087277Jy sigma=1.267160 ! Fit after self-cal, rms=0.086841Jy sigma=1.261015 ! Inverting map and beam ! Estimated beam: bmin=0.8605 mas, bmaj=2.131 mas, bpa=-2.145 degrees ! Estimated noise=2.1991 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=1.329 mas, bmaj=3.474 mas, bpa=-3.448 degrees ! Estimated noise=1.22817 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.0239161 Jy ! Component: 100 - total flux cleaned = 0.0307867 Jy ! Component: 150 - total flux cleaned = 0.0316666 Jy ! Component: 200 - total flux cleaned = 0.0318819 Jy ! Total flux subtracted in 200 components = 0.0318819 Jy ! Clean residual min=-0.009836 max=0.015028 Jy/beam ! Clean residual mean=-0.000140 rms=0.003369 Jy/beam ! Combined flux in latest and established models = 0.151146 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 48 components and 0.151146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083444Jy sigma=1.179463 ! Fit after self-cal, rms=0.083476Jy sigma=1.179186 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.329 x 3.474 at -3.448 degrees (North through East) ! Clean map min=-0.0096741 max=0.11183 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.00569 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* HN 1.00* KP 0.89 ! LA 1.06 MK 1.00* NL 1.07 OV 1.01 ! PT 0.98 SC 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01252 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.00* HN 1.00* KP 0.84 ! LA 0.96 MK 1.00* NL 1.17 OV 1.03 ! PT 0.96 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.00136 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00* HN 1.00* KP 0.84 ! LA 0.93 MK 0.96 NL 1.10 OV 1.10 ! PT 1.09 SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.083476Jy sigma=1.179186 ! Fit after self-cal, rms=0.081654Jy sigma=1.156787 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.081654Jy sigma=1.156787 ! Fit after self-cal, rms=0.081688Jy sigma=1.156674 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.326 mas, bmaj=3.371 mas, bpa=-2.517 degrees ! Estimated noise=1.21368 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.000799329 Jy ! Component: 100 - total flux cleaned = -0.000629044 Jy ! Component: 150 - total flux cleaned = -0.000550637 Jy ! Component: 200 - total flux cleaned = -0.000404152 Jy ! Total flux subtracted in 200 components = -0.000404152 Jy ! Clean residual min=-0.006697 max=0.013304 Jy/beam ! Clean residual mean=-0.000153 rms=0.002898 Jy/beam ! Combined flux in latest and established models = 0.150742 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 54 components and 0.150742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081429Jy sigma=1.154374 ! Fit after self-cal, rms=0.081441Jy sigma=1.154314 ! 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.081441Jy sigma=1.154314 ! Fit after self-cal, rms=0.069680Jy sigma=0.980980 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.00512826 Jy ! Component: 100 - total flux cleaned = 0.00538817 Jy ! Component: 150 - total flux cleaned = 0.0053929 Jy ! Component: 200 - total flux cleaned = 0.00540151 Jy ! Total flux subtracted in 200 components = 0.00540151 Jy ! Clean residual min=-0.006701 max=0.012925 Jy/beam ! Clean residual mean=-0.000148 rms=0.002859 Jy/beam ! Combined flux in latest and established models = 0.156143 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 57 components and 0.156143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069288Jy sigma=0.971683 ! Fit after self-cal, rms=0.068022Jy sigma=0.960759 ! 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: 1.326 x 3.371 at -2.517 degrees (North through East) ! Clean map min=-0.0065314 max=0.11507 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.068022Jy sigma=0.960759 ! Fit after self-cal, rms=0.067851Jy sigma=0.957889 ! 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.067851Jy sigma=0.957889 ! Fit after self-cal, rms=0.067692Jy sigma=0.956958 ! Inverting map and beam ! Estimated beam: bmin=1.333 mas, bmaj=3.395 mas, bpa=-2.681 degrees ! Estimated noise=1.20937 mJy/beam. ! Added new window around map position (3.6, -0.2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0143103 Jy ! Component: 100 - total flux cleaned = 0.0200378 Jy ! Component: 150 - total flux cleaned = 0.0223438 Jy ! Component: 200 - total flux cleaned = 0.0231176 Jy ! Total flux subtracted in 200 components = 0.0231176 Jy ! Clean residual min=-0.004921 max=0.005210 Jy/beam ! Clean residual mean=-0.000035 rms=0.001553 Jy/beam ! Combined flux in latest and established models = 0.179261 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 88 components and 0.179261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065951Jy sigma=0.915332 ! Fit after self-cal, rms=0.065610Jy sigma=0.909932 ! 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.065610Jy sigma=0.909932 ! Fit after self-cal, rms=0.066389Jy sigma=0.901405 ! 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.066389Jy sigma=0.901405 ! Fit after self-cal, rms=0.066400Jy sigma=0.901235 ! Inverting map and beam ! Estimated beam: bmin=1.327 mas, bmaj=3.343 mas, bpa=-2.255 degrees ! Estimated noise=1.20239 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00429339 Jy ! Component: 100 - total flux cleaned = 0.00465104 Jy ! Component: 150 - total flux cleaned = 0.0047766 Jy ! Component: 200 - total flux cleaned = 0.00483432 Jy ! Total flux subtracted in 200 components = 0.00483432 Jy ! Clean residual min=-0.004287 max=0.003947 Jy/beam ! Clean residual mean=-0.000014 rms=0.001138 Jy/beam ! Combined flux in latest and established models = 0.184095 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 108 components and 0.184095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066145Jy sigma=0.896071 ! Fit after self-cal, rms=0.066080Jy sigma=0.894884 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.614 mas, bmaj=7.576 mas, bpa=-1.389 degrees ! Estimated noise=1.32901 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.00161 Jy ! Component: 100 - total flux cleaned = 0.00154844 Jy ! Component: 150 - total flux cleaned = 0.00159257 Jy ! Component: 200 - total flux cleaned = 0.00159324 Jy ! Total flux subtracted in 200 components = 0.00159324 Jy ! Clean residual min=-0.004203 max=0.003581 Jy/beam ! Clean residual mean=-0.000018 rms=0.001156 Jy/beam ! Combined flux in latest and established models = 0.185689 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 34 model components to the UV plane model. ! The established model now contains 138 components and 0.185689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066048Jy sigma=0.893962 ! Fit after self-cal, rms=0.066026Jy sigma=0.893462 ! 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=0.8522 mas, bmaj=2.085 mas, bpa=-1.727 degrees ! Estimated noise=2.14585 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0941648 Jy ! Component: 100 - total flux cleaned = 0.126373 Jy ! Component: 150 - total flux cleaned = 0.142953 Jy ! Component: 200 - total flux cleaned = 0.153724 Jy ! Total flux subtracted in 200 components = 0.153724 Jy ! Clean residual min=-0.007133 max=0.007113 Jy/beam ! Clean residual mean=-0.000023 rms=0.002125 Jy/beam ! Combined flux in latest and established models = 0.153724 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 49 model components to the UV plane model. ! The established model now contains 49 components and 0.153724 Jy ! Inverting map and beam ! Estimated beam: bmin=1.327 mas, bmaj=3.343 mas, bpa=-2.255 degrees ! Estimated noise=1.20239 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.0129847 Jy ! Component: 100 - total flux cleaned = 0.0204297 Jy ! Component: 150 - total flux cleaned = 0.0250253 Jy ! Component: 200 - total flux cleaned = 0.0279757 Jy ! Total flux subtracted in 200 components = 0.0279757 Jy ! Clean residual min=-0.003747 max=0.003806 Jy/beam ! Clean residual mean=-0.000032 rms=0.001122 Jy/beam ! Combined flux in latest and established models = 0.181699 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 85 components and 0.181699 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.614 mas, bmaj=7.576 mas, bpa=-1.389 degrees ! Estimated noise=1.32901 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.00212872 Jy ! Component: 100 - total flux cleaned = 0.00273918 Jy ! Component: 150 - total flux cleaned = 0.00315469 Jy ! Component: 200 - total flux cleaned = 0.00319654 Jy ! Total flux subtracted in 200 components = 0.00319654 Jy ! Clean residual min=-0.003816 max=0.003893 Jy/beam ! Clean residual mean=-0.000021 rms=0.001200 Jy/beam ! Combined flux in latest and established models = 0.184896 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 108 components and 0.184896 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.327 mas, bmaj=3.343 mas, bpa=-2.255 degrees ! Estimated noise=1.20239 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000797436 Jy ! Component: 100 - total flux cleaned = -0.000740468 Jy ! Component: 150 - total flux cleaned = -0.000690762 Jy ! Component: 200 - total flux cleaned = -0.000691247 Jy ! Total flux subtracted in 200 components = -0.000691247 Jy ! Clean residual min=-0.003631 max=0.003673 Jy/beam ! Clean residual mean=-0.000021 rms=0.001022 Jy/beam ! Combined flux in latest and established models = 0.184205 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 117 components and 0.184205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065941Jy sigma=0.893553 ! Fit after self-cal, rms=0.065840Jy sigma=0.892518 wmodel J1729-2657_X_2006_12_18_yyk\_map.mod ! Writing 117 model components to file: J1729-2657_X_2006_12_18_yyk_map.mod wobs J1729-2657_X_2006_12_18_yyk\_uvs.fits ! Writing UV FITS file: J1729-2657_X_2006_12_18_yyk_uvs.fits wwins J1729-2657_X_2006_12_18_yyk\_map.win ! wwins: Wrote 2 windows to J1729-2657_X_2006_12_18_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.00111592 Jy ! Component: 100 - total flux cleaned = -0.00173698 Jy ! Component: 150 - total flux cleaned = -0.00208895 Jy ! Component: 200 - total flux cleaned = -0.00227415 Jy ! Component: 250 - total flux cleaned = -0.00249008 Jy ! Component: 300 - total flux cleaned = -0.00257061 Jy ! Component: 350 - total flux cleaned = -0.00268718 Jy ! Component: 400 - total flux cleaned = -0.00287429 Jy ! Component: 450 - total flux cleaned = -0.00301999 Jy ! Component: 500 - total flux cleaned = -0.00326713 Jy ! Component: 550 - total flux cleaned = -0.00353976 Jy ! Component: 600 - total flux cleaned = -0.00367223 Jy ! Component: 650 - total flux cleaned = -0.00386456 Jy ! Component: 700 - total flux cleaned = -0.00386371 Jy ! Component: 750 - total flux cleaned = -0.00392515 Jy ! Component: 800 - total flux cleaned = -0.00398516 Jy ! Component: 850 - total flux cleaned = -0.00407397 Jy ! Component: 900 - total flux cleaned = -0.00413152 Jy ! Component: 950 - total flux cleaned = -0.00418786 Jy ! Component: 1000 - total flux cleaned = -0.00429711 Jy ! Component: 1050 - total flux cleaned = -0.00440407 Jy ! Component: 1100 - total flux cleaned = -0.00445629 Jy ! Component: 1150 - total flux cleaned = -0.00453385 Jy ! Component: 1200 - total flux cleaned = -0.00455938 Jy ! Component: 1250 - total flux cleaned = -0.00463374 Jy ! Component: 1300 - total flux cleaned = -0.00463426 Jy ! Component: 1350 - total flux cleaned = -0.00475461 Jy ! Component: 1400 - total flux cleaned = -0.00482504 Jy ! Component: 1450 - total flux cleaned = -0.00491752 Jy ! Component: 1500 - total flux cleaned = -0.00496285 Jy ! Component: 1550 - total flux cleaned = -0.00503013 Jy ! Component: 1600 - total flux cleaned = -0.00505171 Jy ! Component: 1650 - total flux cleaned = -0.00505169 Jy ! Component: 1700 - total flux cleaned = -0.005116 Jy ! Component: 1750 - total flux cleaned = -0.00515825 Jy ! Component: 1800 - total flux cleaned = -0.00520001 Jy ! Component: 1850 - total flux cleaned = -0.00522091 Jy ! Component: 1900 - total flux cleaned = -0.00528184 Jy ! Component: 1950 - total flux cleaned = -0.00532188 Jy ! Component: 2000 - total flux cleaned = -0.00534171 Jy ! Total flux subtracted in 2048 components = -0.005322 Jy ! Clean residual min=-0.001128 max=0.001170 Jy/beam ! Clean residual mean=-0.000005 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.178883 Jy keep ! Adding 112 model components to the UV plane model. ! The established model now contains 229 components and 0.178883 Jy ![Exited script file: muppet] wmap "J1729-2657_X_2006_12_18_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.327 x 3.343 at -2.255 degrees (North through East) ! Clean map min=-0.0027248 max=0.1154 Jy/beam ! Writing clean map to FITS file: J1729-2657_X_2006_12_18_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.1154 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000367319 device "J1729-2657_X_2006_12_18_yyk\_map.eps/VPS" ! Attempting to open device: 'J1729-2657_X_2006_12_18_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.954905 0.954905 1.90981 3.81962 7.63924 15.2785 30.557 61.1139 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.115 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.327 x 3.343 at -2.255 degrees (North through East) ! Clean map min=-0.0027248 max=0.1154 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1729-2657_X_2006_12_18_yyk\_map.gif/gif" ! Attempting to open device: 'J1729-2657_X_2006_12_18_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1729-2657_X_2006_12_18_yyk_uvs.log closed on Mon Jun 16 19:52:04 2008