! Started logfile: J1140-2730_X_2005_07_20_yyk_uvs.log on Fri Jan 20 10:22:38 2006 obs J1140-2730_X_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J1140-2730_X_2005_07_20_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.715556 visibilities/baseline/integration-bin. ! Found source: J1140-2730 ! ! 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 1488 lines of history. ! ! Reading 1288 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 J1140-2730_X_2005_07_20_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.144625 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.9451 mas, bmaj=4.318 mas, bpa=-21.57 degrees ! Estimated noise=3.01803 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.0796412 Jy ! Component: 100 - total flux cleaned = 0.0984909 Jy ! Total flux subtracted in 100 components = 0.0984909 Jy ! Clean residual min=-0.012372 max=0.015430 Jy/beam ! Clean residual mean=0.000048 rms=0.003818 Jy/beam ! Combined flux in latest and established models = 0.0984909 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.0984909 Jy ! ! Correcting IF 1. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.114693Jy sigma=1.261385 ! Fit after self-cal, rms=0.111687Jy sigma=1.242455 ! Inverting map and beam ! Estimated beam: bmin=0.9462 mas, bmaj=4.322 mas, bpa=-21.57 degrees ! Estimated noise=3.0171 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.283 mas, bmaj=4.498 mas, bpa=-18 degrees ! Estimated noise=2.02879 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.0122195 Jy ! Component: 100 - total flux cleaned = 0.0122372 Jy ! Component: 150 - total flux cleaned = 0.0122494 Jy ! Component: 200 - total flux cleaned = 0.0122521 Jy ! Total flux subtracted in 200 components = 0.0122521 Jy ! Clean residual min=-0.009370 max=0.012293 Jy/beam ! Clean residual mean=0.000006 rms=0.003159 Jy/beam ! Combined flux in latest and established models = 0.110743 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 43 components and 0.110743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110957Jy sigma=1.209386 ! Fit after self-cal, rms=0.110677Jy sigma=1.209151 ! 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.283 x 4.498 at -18 degrees (North through East) ! Clean map min=-0.008729 max=0.094998 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. ! A total of 3 telescope corrections were flagged in sub-array 1. ! 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* ! ! ! Correcting IF 2. ! 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* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! 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* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.110677Jy sigma=1.209151 ! Fit after self-cal, rms=0.109035Jy sigma=1.205830 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.109035Jy sigma=1.205830 ! Fit after self-cal, rms=0.109010Jy sigma=1.205285 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.282 mas, bmaj=4.496 mas, bpa=-18 degrees ! Estimated noise=2.03071 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.000332009 Jy ! Component: 100 - total flux cleaned = -0.000655066 Jy ! Component: 150 - total flux cleaned = -0.000661967 Jy ! Component: 200 - total flux cleaned = -0.000667485 Jy ! Total flux subtracted in 200 components = -0.000667485 Jy ! Clean residual min=-0.008965 max=0.012762 Jy/beam ! Clean residual mean=0.000002 rms=0.003088 Jy/beam ! Combined flux in latest and established models = 0.110076 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 52 components and 0.110075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108682Jy sigma=1.199558 ! Fit after self-cal, rms=0.108450Jy sigma=1.198886 ! 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.108450Jy sigma=1.198886 ! Fit after self-cal, rms=0.097576Jy sigma=1.079885 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.00701514 Jy ! Component: 100 - total flux cleaned = 0.00686893 Jy ! Component: 150 - total flux cleaned = 0.00674499 Jy ! Component: 200 - total flux cleaned = 0.00674469 Jy ! Total flux subtracted in 200 components = 0.00674469 Jy ! Clean residual min=-0.007722 max=0.010505 Jy/beam ! Clean residual mean=0.000001 rms=0.002744 Jy/beam ! Combined flux in latest and established models = 0.11682 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 64 components and 0.11682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097186Jy sigma=1.069738 ! Fit after self-cal, rms=0.094581Jy sigma=1.046768 ! 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.282 x 4.496 at -18 degrees (North through East) ! Clean map min=-0.0089144 max=0.10279 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.094581Jy sigma=1.046768 ! Fit after self-cal, rms=0.094504Jy sigma=1.044512 ! 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.094504Jy sigma=1.044512 ! Fit after self-cal, rms=0.094095Jy sigma=1.041052 ! Inverting map and beam ! Estimated beam: bmin=1.279 mas, bmaj=4.497 mas, bpa=-18.02 degrees ! Estimated noise=2.03529 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173357 Jy ! Component: 100 - total flux cleaned = 0.00160032 Jy ! Component: 150 - total flux cleaned = 0.00136944 Jy ! Component: 200 - total flux cleaned = 0.00137139 Jy ! Total flux subtracted in 200 components = 0.00137139 Jy ! Clean residual min=-0.007743 max=0.009537 Jy/beam ! Clean residual mean=-0.000016 rms=0.002590 Jy/beam ! Combined flux in latest and established models = 0.118192 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 76 components and 0.118192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093785Jy sigma=1.036394 ! Fit after self-cal, rms=0.093678Jy sigma=1.035425 ! 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.093678Jy sigma=1.035425 ! Fit after self-cal, rms=0.093879Jy sigma=1.035586 ! 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.093879Jy sigma=1.035586 ! Fit after self-cal, rms=0.093863Jy sigma=1.035372 ! Inverting map and beam ! Estimated beam: bmin=1.275 mas, bmaj=4.483 mas, bpa=-18.05 degrees ! Estimated noise=2.04337 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00058941 Jy ! Component: 100 - total flux cleaned = 0.000501962 Jy ! Component: 150 - total flux cleaned = 0.00033671 Jy ! Component: 200 - total flux cleaned = 0.000112813 Jy ! Total flux subtracted in 200 components = 0.000112813 Jy ! Clean residual min=-0.007692 max=0.009680 Jy/beam ! Clean residual mean=-0.000029 rms=0.002599 Jy/beam ! Combined flux in latest and established models = 0.118304 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 86 components and 0.118304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093717Jy sigma=1.033208 ! Fit after self-cal, rms=0.093695Jy sigma=1.033008 ! 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.596 mas, bmaj=6.962 mas, bpa=3.335 degrees ! Estimated noise=2.24882 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.0013411 Jy ! Component: 100 - total flux cleaned = -0.00173574 Jy ! Component: 150 - total flux cleaned = -0.00199269 Jy ! Component: 200 - total flux cleaned = -0.00218926 Jy ! Total flux subtracted in 200 components = -0.00218926 Jy ! Clean residual min=-0.008335 max=0.011321 Jy/beam ! Clean residual mean=-0.000057 rms=0.003047 Jy/beam ! Combined flux in latest and established models = 0.116115 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 104 components and 0.116115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093696Jy sigma=1.032610 ! Fit after self-cal, rms=0.093697Jy sigma=1.032512 ! 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.9469 mas, bmaj=4.321 mas, bpa=-21.57 degrees ! Estimated noise=3.02378 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0930918 Jy ! Component: 100 - total flux cleaned = 0.114144 Jy ! Component: 150 - total flux cleaned = 0.119294 Jy ! Component: 200 - total flux cleaned = 0.119575 Jy ! Total flux subtracted in 200 components = 0.119575 Jy ! Clean residual min=-0.011362 max=0.010413 Jy/beam ! Clean residual mean=0.000013 rms=0.002868 Jy/beam ! Combined flux in latest and established models = 0.119575 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.119575 Jy ! Inverting map and beam ! Estimated beam: bmin=1.275 mas, bmaj=4.483 mas, bpa=-18.05 degrees ! Estimated noise=2.04337 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.00353671 Jy ! Component: 100 - total flux cleaned = 0.00258302 Jy ! Component: 150 - total flux cleaned = 0.00210231 Jy ! Component: 200 - total flux cleaned = 0.00167116 Jy ! Total flux subtracted in 200 components = 0.00167116 Jy ! Clean residual min=-0.007980 max=0.010018 Jy/beam ! Clean residual mean=-0.000015 rms=0.002730 Jy/beam ! Combined flux in latest and established models = 0.121246 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 44 components and 0.121246 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.596 mas, bmaj=6.962 mas, bpa=3.335 degrees ! Estimated noise=2.24882 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.00102599 Jy ! Component: 100 - total flux cleaned = -0.00171257 Jy ! Component: 150 - total flux cleaned = -0.00221526 Jy ! Component: 200 - total flux cleaned = -0.00265193 Jy ! Total flux subtracted in 200 components = -0.00265193 Jy ! Clean residual min=-0.008541 max=0.011713 Jy/beam ! Clean residual mean=-0.000042 rms=0.003122 Jy/beam ! Combined flux in latest and established models = 0.118594 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 60 components and 0.118594 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.275 mas, bmaj=4.483 mas, bpa=-18.05 degrees ! Estimated noise=2.04337 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000833983 Jy ! Component: 100 - total flux cleaned = 0.000529846 Jy ! Component: 150 - total flux cleaned = 0.000256634 Jy ! Component: 200 - total flux cleaned = 7.15246e-06 Jy ! Total flux subtracted in 200 components = 7.15246e-06 Jy ! Clean residual min=-0.007616 max=0.009696 Jy/beam ! Clean residual mean=-0.000026 rms=0.002645 Jy/beam ! Combined flux in latest and established models = 0.118601 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.118601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093719Jy sigma=1.034464 ! Fit after self-cal, rms=0.093720Jy sigma=1.033934 wmodel J1140-2730_X_2005_07_20_yyk\_map.mod ! Writing 65 model components to file: J1140-2730_X_2005_07_20_yyk_map.mod wobs J1140-2730_X_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J1140-2730_X_2005_07_20_yyk_uvs.fits wwins J1140-2730_X_2005_07_20_yyk\_map.win ! wwins: Wrote 1 windows to J1140-2730_X_2005_07_20_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.00434856 Jy ! Component: 100 - total flux cleaned = 0.0074974 Jy ! Component: 150 - total flux cleaned = 0.00897729 Jy ! Component: 200 - total flux cleaned = 0.0094623 Jy ! Component: 250 - total flux cleaned = 0.00980523 Jy ! Component: 300 - total flux cleaned = 0.00991165 Jy ! Component: 350 - total flux cleaned = 0.00991024 Jy ! Component: 400 - total flux cleaned = 0.0100044 Jy ! Component: 450 - total flux cleaned = 0.0100099 Jy ! Component: 500 - total flux cleaned = 0.00959416 Jy ! Component: 550 - total flux cleaned = 0.00919588 Jy ! Component: 600 - total flux cleaned = 0.00881505 Jy ! Component: 650 - total flux cleaned = 0.00837698 Jy ! Component: 700 - total flux cleaned = 0.00802413 Jy ! Component: 750 - total flux cleaned = 0.0075488 Jy ! Component: 800 - total flux cleaned = 0.00715435 Jy ! Component: 850 - total flux cleaned = 0.00664625 Jy ! Component: 900 - total flux cleaned = 0.00609627 Jy ! Component: 950 - total flux cleaned = 0.00580179 Jy ! Component: 1000 - total flux cleaned = 0.00534397 Jy ! Component: 1050 - total flux cleaned = 0.00495547 Jy ! Component: 1100 - total flux cleaned = 0.00457657 Jy ! Component: 1150 - total flux cleaned = 0.00399909 Jy ! Component: 1200 - total flux cleaned = 0.00348772 Jy ! Component: 1250 - total flux cleaned = 0.00293829 Jy ! Component: 1300 - total flux cleaned = 0.00235417 Jy ! Component: 1350 - total flux cleaned = 0.00187864 Jy ! Component: 1400 - total flux cleaned = 0.00141467 Jy ! Component: 1450 - total flux cleaned = 0.000916773 Jy ! Component: 1500 - total flux cleaned = 0.000650843 Jy ! Component: 1550 - total flux cleaned = 0.000302274 Jy ! Component: 1600 - total flux cleaned = -0.000126581 Jy ! Component: 1650 - total flux cleaned = -0.00058852 Jy ! Component: 1700 - total flux cleaned = -0.000795597 Jy ! Component: 1750 - total flux cleaned = -0.0010393 Jy ! Component: 1800 - total flux cleaned = -0.00123924 Jy ! Component: 1850 - total flux cleaned = -0.00147534 Jy ! Component: 1900 - total flux cleaned = -0.00170801 Jy ! Component: 1950 - total flux cleaned = -0.0020133 Jy ! Component: 2000 - total flux cleaned = -0.00212681 Jy ! Total flux subtracted in 2048 components = -0.00227618 Jy ! Clean residual min=-0.002815 max=0.002368 Jy/beam ! Clean residual mean=-0.000001 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.116325 Jy keep ! Adding 140 model components to the UV plane model. ! The established model now contains 205 components and 0.116325 Jy ![Exited script file: muppet] wmap "J1140-2730_X_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.275 x 4.483 at -18.05 degrees (North through East) ! Clean map min=-0.0091569 max=0.11034 Jy/beam ! Writing clean map to FITS file: J1140-2730_X_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.110345 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00077657 device "J1140-2730_X_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J1140-2730_X_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.1113 2.1113 4.2226 8.4452 16.8904 33.7808 67.5616 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0023 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.11 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.275 x 4.483 at -18.05 degrees (North through East) ! Clean map min=-0.0091569 max=0.11034 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1140-2730_X_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J1140-2730_X_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1140-2730_X_2005_07_20_yyk_uvs.log closed on Fri Jan 20 10:22:42 2006