! Started logfile: J1926-1005_S_2005_07_08_yyk_uvs.log on Fri Jan 20 10:54:53 2006 obs J1926-1005_S_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J1926-1005_S_2005_07_08_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.874747 visibilities/baseline/integration-bin. ! Found source: J1926-1005 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1411 lines of history. ! ! Reading 1732 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 J1926-1005_S_2005_07_08_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.210562 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.585 mas, bmaj=6.666 mas, bpa=-0.8821 degrees ! Estimated noise=1.27316 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.164468 Jy ! Component: 100 - total flux cleaned = 0.195956 Jy ! Total flux subtracted in 100 components = 0.195956 Jy ! Clean residual min=-0.006684 max=0.008228 Jy/beam ! Clean residual mean=-0.000010 rms=0.001881 Jy/beam ! Combined flux in latest and established models = 0.195956 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.195956 Jy ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.073154Jy sigma=1.125262 ! Fit after self-cal, rms=0.072943Jy sigma=1.122238 ! Inverting map and beam ! Estimated beam: bmin=2.583 mas, bmaj=6.665 mas, bpa=-0.9266 degrees ! Estimated noise=1.27352 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.127 mas, bmaj=7.907 mas, bpa=-2.11 degrees ! Estimated noise=0.936499 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.0114004 Jy ! Component: 100 - total flux cleaned = 0.0157486 Jy ! Component: 150 - total flux cleaned = 0.0178081 Jy ! Component: 200 - total flux cleaned = 0.0184183 Jy ! Total flux subtracted in 200 components = 0.0184183 Jy ! Clean residual min=-0.004896 max=0.004416 Jy/beam ! Clean residual mean=-0.000031 rms=0.001372 Jy/beam ! Combined flux in latest and established models = 0.214375 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 35 model components to the UV plane model. ! The established model now contains 43 components and 0.214375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071294Jy sigma=1.096849 ! Fit after self-cal, rms=0.071283Jy sigma=1.096729 ! 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.127 x 7.907 at -2.11 degrees (North through East) ! Clean map min=-0.0047035 max=0.18929 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.01708 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 1.04 KP 0.92 ! LA 1.09 MK 0.92 NL 0.95 OV 0.95 ! PT 1.06 SC 0.95 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.99527 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.03 HN 1.11 KP 1.01 ! LA 1.04 MK 0.91 NL 0.96 OV 1.02 ! PT 1.06 SC 0.94 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.961416 ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.95 HN 1.05 KP 0.95 ! LA 0.96 MK 1.09 NL 1.02 OV 1.06 ! PT 1.14 SC 1.03 ! ! ! 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.071283Jy sigma=1.096729 ! Fit after self-cal, rms=0.069762Jy sigma=1.068526 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.069762Jy sigma=1.068526 ! Fit after self-cal, rms=0.069762Jy sigma=1.068504 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.074 mas, bmaj=7.797 mas, bpa=-2.055 degrees ! Estimated noise=0.935568 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.00290839 Jy ! Component: 100 - total flux cleaned = 0.00339232 Jy ! Component: 150 - total flux cleaned = 0.00377783 Jy ! Component: 200 - total flux cleaned = 0.0040193 Jy ! Total flux subtracted in 200 components = 0.0040193 Jy ! Clean residual min=-0.003781 max=0.004060 Jy/beam ! Clean residual mean=0.000068 rms=0.001135 Jy/beam ! Combined flux in latest and established models = 0.218394 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 53 components and 0.218394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069593Jy sigma=1.066314 ! Fit after self-cal, rms=0.069585Jy sigma=1.066248 ! 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.069585Jy sigma=1.066248 ! Fit after self-cal, rms=0.066771Jy sigma=1.029585 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.000963664 Jy ! Component: 100 - total flux cleaned = 0.00105505 Jy ! Component: 150 - total flux cleaned = 0.00111847 Jy ! Component: 200 - total flux cleaned = 0.00117783 Jy ! Total flux subtracted in 200 components = 0.00117783 Jy ! Clean residual min=-0.003703 max=0.003908 Jy/beam ! Clean residual mean=0.000063 rms=0.001118 Jy/beam ! Combined flux in latest and established models = 0.219572 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 56 components and 0.219572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066728Jy sigma=1.029274 ! Fit after self-cal, rms=0.066367Jy sigma=1.026124 ! 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.074 x 7.797 at -2.055 degrees (North through East) ! Clean map min=-0.0034928 max=0.18874 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.066367Jy sigma=1.026124 ! Fit after self-cal, rms=0.065632Jy sigma=1.000130 ! 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.065632Jy sigma=1.000130 ! Fit after self-cal, rms=0.065543Jy sigma=0.999451 ! Inverting map and beam ! Estimated beam: bmin=3.027 mas, bmaj=7.691 mas, bpa=-2.022 degrees ! Estimated noise=0.949135 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00427359 Jy ! Component: 100 - total flux cleaned = 0.00611662 Jy ! Component: 150 - total flux cleaned = 0.00699653 Jy ! Component: 200 - total flux cleaned = 0.00722001 Jy ! Total flux subtracted in 200 components = 0.00722001 Jy ! Clean residual min=-0.003484 max=0.003933 Jy/beam ! Clean residual mean=0.000041 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.226792 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 67 components and 0.226792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065199Jy sigma=0.995462 ! Fit after self-cal, rms=0.065169Jy sigma=0.995232 ! 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.065169Jy sigma=0.995232 ! Fit after self-cal, rms=0.065794Jy sigma=0.992218 ! 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.065794Jy sigma=0.992218 ! Fit after self-cal, rms=0.065780Jy sigma=0.992102 ! Inverting map and beam ! Estimated beam: bmin=3.023 mas, bmaj=7.69 mas, bpa=-1.854 degrees ! Estimated noise=0.960296 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00231014 Jy ! Component: 100 - total flux cleaned = 0.00278343 Jy ! Component: 150 - total flux cleaned = 0.00278338 Jy ! Component: 200 - total flux cleaned = 0.00274746 Jy ! Total flux subtracted in 200 components = 0.00274746 Jy ! Clean residual min=-0.003525 max=0.003903 Jy/beam ! Clean residual mean=0.000047 rms=0.001084 Jy/beam ! Combined flux in latest and established models = 0.229539 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 73 components and 0.229539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065642Jy sigma=0.990927 ! Fit after self-cal, rms=0.065632Jy sigma=0.990871 ! 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.774 mas, bmaj=14.29 mas, bpa=5.095 degrees ! Estimated noise=1.24969 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.000733895 Jy ! Component: 100 - total flux cleaned = 0.000734562 Jy ! Component: 150 - total flux cleaned = 0.000732338 Jy ! Component: 200 - total flux cleaned = 0.000714865 Jy ! Total flux subtracted in 200 components = 0.000714865 Jy ! Clean residual min=-0.004667 max=0.004502 Jy/beam ! Clean residual mean=0.000099 rms=0.001533 Jy/beam ! Combined flux in latest and established models = 0.230254 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 78 components and 0.230254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065635Jy sigma=0.991079 ! Fit after self-cal, rms=0.065613Jy sigma=0.990895 ! 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.534 mas, bmaj=6.593 mas, bpa=-0.8936 degrees ! Estimated noise=1.28313 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.16684 Jy ! Component: 100 - total flux cleaned = 0.201119 Jy ! Component: 150 - total flux cleaned = 0.214309 Jy ! Component: 200 - total flux cleaned = 0.2215 Jy ! Total flux subtracted in 200 components = 0.2215 Jy ! Clean residual min=-0.004951 max=0.005425 Jy/beam ! Clean residual mean=0.000022 rms=0.001345 Jy/beam ! Combined flux in latest and established models = 0.2215 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 43 model components to the UV plane model. ! The established model now contains 43 components and 0.2215 Jy ! Inverting map and beam ! Estimated beam: bmin=3.023 mas, bmaj=7.69 mas, bpa=-1.854 degrees ! Estimated noise=0.960296 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) ! Added new window around map position (6, 9.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00568775 Jy ! Component: 100 - total flux cleaned = 0.00861896 Jy ! Component: 150 - total flux cleaned = 0.00984262 Jy ! Component: 200 - total flux cleaned = 0.010228 Jy ! Total flux subtracted in 200 components = 0.010228 Jy ! Clean residual min=-0.003380 max=0.003679 Jy/beam ! Clean residual mean=0.000037 rms=0.001013 Jy/beam ! Combined flux in latest and established models = 0.231728 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 62 components and 0.231728 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.774 mas, bmaj=14.29 mas, bpa=5.095 degrees ! Estimated noise=1.24969 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.000315894 Jy ! Component: 100 - total flux cleaned = 0.000379292 Jy ! Component: 150 - total flux cleaned = 0.000428528 Jy ! Component: 200 - total flux cleaned = 0.000472361 Jy ! Total flux subtracted in 200 components = 0.000472361 Jy ! Clean residual min=-0.004284 max=0.004435 Jy/beam ! Clean residual mean=0.000081 rms=0.001403 Jy/beam ! Combined flux in latest and established models = 0.232201 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 82 components and 0.232201 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.023 mas, bmaj=7.69 mas, bpa=-1.854 degrees ! Estimated noise=0.960296 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000269059 Jy ! Component: 100 - total flux cleaned = 0.00035502 Jy ! Component: 150 - total flux cleaned = 0.000473105 Jy ! Component: 200 - total flux cleaned = 0.000472264 Jy ! Total flux subtracted in 200 components = 0.000472264 Jy ! Clean residual min=-0.003305 max=0.003682 Jy/beam ! Clean residual mean=0.000035 rms=0.001009 Jy/beam ! Combined flux in latest and established models = 0.232673 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 96 components and 0.232673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065394Jy sigma=0.986366 ! Fit after self-cal, rms=0.065367Jy sigma=0.986049 wmodel J1926-1005_S_2005_07_08_yyk\_map.mod ! Writing 96 model components to file: J1926-1005_S_2005_07_08_yyk_map.mod wobs J1926-1005_S_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J1926-1005_S_2005_07_08_yyk_uvs.fits wwins J1926-1005_S_2005_07_08_yyk\_map.win ! wwins: Wrote 2 windows to J1926-1005_S_2005_07_08_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112435 Jy ! Component: 100 - total flux cleaned = 0.00154217 Jy ! Component: 150 - total flux cleaned = 0.0017135 Jy ! Component: 200 - total flux cleaned = 0.00182118 Jy ! Component: 250 - total flux cleaned = 0.00202698 Jy ! Component: 300 - total flux cleaned = 0.00227455 Jy ! Component: 350 - total flux cleaned = 0.00246566 Jy ! Component: 400 - total flux cleaned = 0.00260357 Jy ! Component: 450 - total flux cleaned = 0.00278216 Jy ! Component: 500 - total flux cleaned = 0.00299987 Jy ! Component: 550 - total flux cleaned = 0.00321166 Jy ! Component: 600 - total flux cleaned = 0.0034198 Jy ! Component: 650 - total flux cleaned = 0.00346054 Jy ! Component: 700 - total flux cleaned = 0.00342084 Jy ! Component: 750 - total flux cleaned = 0.00334375 Jy ! Component: 800 - total flux cleaned = 0.00338256 Jy ! Component: 850 - total flux cleaned = 0.00334482 Jy ! Component: 900 - total flux cleaned = 0.00327171 Jy ! Component: 950 - total flux cleaned = 0.00334424 Jy ! Component: 1000 - total flux cleaned = 0.00327302 Jy ! Component: 1050 - total flux cleaned = 0.00327289 Jy ! Component: 1100 - total flux cleaned = 0.00306645 Jy ! Component: 1150 - total flux cleaned = 0.00303361 Jy ! Component: 1200 - total flux cleaned = 0.00296675 Jy ! Component: 1250 - total flux cleaned = 0.0028681 Jy ! Component: 1300 - total flux cleaned = 0.00277131 Jy ! Component: 1350 - total flux cleaned = 0.00283536 Jy ! Component: 1400 - total flux cleaned = 0.00270859 Jy ! Component: 1450 - total flux cleaned = 0.00264615 Jy ! Component: 1500 - total flux cleaned = 0.00252338 Jy ! Component: 1550 - total flux cleaned = 0.0024931 Jy ! Component: 1600 - total flux cleaned = 0.00234333 Jy ! Component: 1650 - total flux cleaned = 0.00225474 Jy ! Component: 1700 - total flux cleaned = 0.00216687 Jy ! Component: 1750 - total flux cleaned = 0.00205148 Jy ! Component: 1800 - total flux cleaned = 0.00193729 Jy ! Component: 1850 - total flux cleaned = 0.00174109 Jy ! Component: 1900 - total flux cleaned = 0.0016581 Jy ! Component: 1950 - total flux cleaned = 0.00152119 Jy ! Component: 2000 - total flux cleaned = 0.00138588 Jy ! Total flux subtracted in 2048 components = 0.00133239 Jy ! Clean residual min=-0.001446 max=0.001580 Jy/beam ! Clean residual mean=0.000013 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.234005 Jy keep ! Adding 138 model components to the UV plane model. ! The established model now contains 234 components and 0.234005 Jy ![Exited script file: muppet] wmap "J1926-1005_S_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.023 x 7.69 at -1.854 degrees (North through East) ! Clean map min=-0.0024725 max=0.19415 Jy/beam ! Writing clean map to FITS file: J1926-1005_S_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.194154 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000562717 device "J1926-1005_S_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J1926-1005_S_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.869491 0.869491 1.73898 3.47796 6.95593 13.9119 27.8237 55.6474 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.194 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.023 x 7.69 at -1.854 degrees (North through East) ! Clean map min=-0.0024725 max=0.19415 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1926-1005_S_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J1926-1005_S_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1926-1005_S_2005_07_08_yyk_uvs.log closed on Fri Jan 20 10:54:57 2006