! Started logfile: J1006-2159_S_1997_07_02_yyk_uvs.log on Sun Jan 7 17:25:14 2007 obs J1006-2159_S_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J1006-2159_S_1997_07_02_yyk_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.652006 visibilities/baseline/integration-bin. ! Found source: J1006-2159 ! ! 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.22447e+09 8e+06 1 8e+06 ! 02 2 2.23447e+09 8e+06 1 8e+06 ! 03 3 2.29447e+09 8e+06 1 8e+06 ! 04 4 2.32447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 754 lines of history. ! ! Reading 16900 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 J1006-2159_S_1997_07_02_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.532021 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.751 mas, bmaj=7.732 mas, bpa=-5.919 degrees ! Estimated noise=2522.95 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.340434 Jy ! Component: 100 - total flux cleaned = 0.389046 Jy ! Total flux subtracted in 100 components = 0.389046 Jy ! Clean residual min=-0.016094 max=0.020530 Jy/beam ! Clean residual mean=-0.000015 rms=0.004736 Jy/beam ! Combined flux in latest and established models = 0.389046 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.389046 Jy ! ! Correcting IF 1. ! A total of 427 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 279 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 279 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 279 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.351046Jy sigma=0.001214 ! Fit after self-cal, rms=0.350874Jy sigma=0.001213 ! Inverting map and beam ! Estimated beam: bmin=2.751 mas, bmaj=7.732 mas, bpa=-5.919 degrees ! Estimated noise=2522.98 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.51 mas, bmaj=9.64 mas, bpa=-5.691 degrees ! Estimated noise=1503.99 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.00115899 Jy ! Component: 100 - total flux cleaned = 0.000512129 Jy ! Component: 150 - total flux cleaned = 0.00025113 Jy ! Component: 200 - total flux cleaned = 4.81455e-05 Jy ! Total flux subtracted in 200 components = 4.81455e-05 Jy ! Clean residual min=-0.010281 max=0.013722 Jy/beam ! Clean residual mean=0.000064 rms=0.003440 Jy/beam ! Combined flux in latest and established models = 0.389094 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 17 components and 0.389094 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.350277Jy sigma=0.001212 ! Fit after self-cal, rms=0.350267Jy sigma=0.001212 ! 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.51 x 9.64 at -5.691 degrees (North through East) ! Clean map min=-0.0099162 max=0.39055 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.02482 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.10 HN 0.90 KP 0.90 ! LA 1.00 MK 1.00 NL 1.00* OV 1.08 ! PT 0.99 SC 0.84 ! ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.983914 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.17 HN 1.01 KP 0.94 ! LA 1.10 MK 1.04 NL 1.00 OV 1.05 ! PT 0.91 SC 0.89 ! ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.03481 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.09 HN 0.94 KP 0.91 ! LA 0.80 MK 0.92 NL 0.95 OV 0.97 ! PT 1.10 SC 1.04 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00267 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.08 HN 1.11 KP 0.93 ! LA 0.90 MK 1.02 NL 1.08 OV 0.94 ! PT 0.91 SC 1.01 ! ! ! Fit before self-cal, rms=0.350267Jy sigma=0.001212 ! Fit after self-cal, rms=0.340467Jy sigma=0.001200 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.340467Jy sigma=0.001200 ! Fit after self-cal, rms=0.340463Jy sigma=0.001200 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.464 mas, bmaj=9.475 mas, bpa=-4.774 degrees ! Estimated noise=1514.34 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 (5, 4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0116751 Jy ! Component: 100 - total flux cleaned = 0.0153073 Jy ! Component: 150 - total flux cleaned = 0.0153095 Jy ! Component: 200 - total flux cleaned = 0.0151785 Jy ! Total flux subtracted in 200 components = 0.0151785 Jy ! Clean residual min=-0.007479 max=0.005518 Jy/beam ! Clean residual mean=0.000064 rms=0.001672 Jy/beam ! Combined flux in latest and established models = 0.404272 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 40 components and 0.404272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.340153Jy sigma=0.001199 ! Fit after self-cal, rms=0.340136Jy sigma=0.001199 ! 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.340136Jy sigma=0.001199 ! Fit after self-cal, rms=0.337571Jy sigma=0.001190 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.00358024 Jy ! Component: 100 - total flux cleaned = 0.0036908 Jy ! Component: 150 - total flux cleaned = 0.00359519 Jy ! Component: 200 - total flux cleaned = 0.00342105 Jy ! Total flux subtracted in 200 components = 0.00342105 Jy ! Clean residual min=-0.007187 max=0.005123 Jy/beam ! Clean residual mean=0.000061 rms=0.001649 Jy/beam ! Combined flux in latest and established models = 0.407693 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 58 components and 0.407693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.337500Jy sigma=0.001189 ! Fit after self-cal, rms=0.337129Jy sigma=0.001188 ! 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.464 x 9.475 at -4.774 degrees (North through East) ! Clean map min=-0.0069143 max=0.39662 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.337129Jy sigma=0.001188 ! Fit after self-cal, rms=0.333082Jy sigma=0.001186 ! 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.333082Jy sigma=0.001186 ! Fit after self-cal, rms=0.333007Jy sigma=0.001185 ! Inverting map and beam ! Estimated beam: bmin=3.442 mas, bmaj=9.419 mas, bpa=-4.753 degrees ! Estimated noise=1506.62 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00362459 Jy ! Component: 100 - total flux cleaned = 0.00436134 Jy ! Component: 150 - total flux cleaned = 0.00464876 Jy ! Component: 200 - total flux cleaned = 0.00482365 Jy ! Total flux subtracted in 200 components = 0.00482365 Jy ! Clean residual min=-0.006042 max=0.004749 Jy/beam ! Clean residual mean=0.000090 rms=0.001390 Jy/beam ! Combined flux in latest and established models = 0.412517 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 83 components and 0.412517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.332961Jy sigma=0.001185 ! Fit after self-cal, rms=0.332941Jy sigma=0.001185 ! 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.332941Jy sigma=0.001185 ! Fit after self-cal, rms=0.333760Jy sigma=0.001183 ! 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.333760Jy sigma=0.001183 ! Fit after self-cal, rms=0.333759Jy sigma=0.001183 ! Inverting map and beam ! Estimated beam: bmin=3.433 mas, bmaj=9.395 mas, bpa=-4.733 degrees ! Estimated noise=1508.73 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00253328 Jy ! Component: 100 - total flux cleaned = 0.00331669 Jy ! Component: 150 - total flux cleaned = 0.00344777 Jy ! Component: 200 - total flux cleaned = 0.00356597 Jy ! Total flux subtracted in 200 components = 0.00356597 Jy ! Clean residual min=-0.005809 max=0.004458 Jy/beam ! Clean residual mean=0.000093 rms=0.001343 Jy/beam ! Combined flux in latest and established models = 0.416083 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 99 components and 0.416083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.333744Jy sigma=0.001183 ! Fit after self-cal, rms=0.333747Jy sigma=0.001183 ! 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.547 mas, bmaj=16.52 mas, bpa=-4.879 degrees ! Estimated noise=1890.67 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.0013069 Jy ! Component: 100 - total flux cleaned = 0.00135121 Jy ! Component: 150 - total flux cleaned = 0.00139344 Jy ! Component: 200 - total flux cleaned = 0.00142793 Jy ! Total flux subtracted in 200 components = 0.00142793 Jy ! Clean residual min=-0.005038 max=0.005820 Jy/beam ! Clean residual mean=0.000167 rms=0.001793 Jy/beam ! Combined flux in latest and established models = 0.417511 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 119 components and 0.417511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.333753Jy sigma=0.001183 ! Fit after self-cal, rms=0.333758Jy sigma=0.001183 ! 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.737 mas, bmaj=7.659 mas, bpa=-5.355 degrees ! Estimated noise=2642.77 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.338999 Jy ! Component: 100 - total flux cleaned = 0.388222 Jy ! Component: 150 - total flux cleaned = 0.405908 Jy ! Component: 200 - total flux cleaned = 0.411869 Jy ! Total flux subtracted in 200 components = 0.411869 Jy ! Clean residual min=-0.012198 max=0.010430 Jy/beam ! Clean residual mean=0.000023 rms=0.002887 Jy/beam ! Combined flux in latest and established models = 0.411869 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.411869 Jy ! Inverting map and beam ! Estimated beam: bmin=3.433 mas, bmaj=9.395 mas, bpa=-4.733 degrees ! Estimated noise=1508.73 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.00474773 Jy ! Component: 100 - total flux cleaned = 0.00581806 Jy ! Component: 150 - total flux cleaned = 0.00582275 Jy ! Component: 200 - total flux cleaned = 0.00569476 Jy ! Total flux subtracted in 200 components = 0.00569476 Jy ! Clean residual min=-0.005963 max=0.005188 Jy/beam ! Clean residual mean=0.000100 rms=0.001463 Jy/beam ! Combined flux in latest and established models = 0.417563 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 48 components and 0.417563 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.547 mas, bmaj=16.52 mas, bpa=-4.879 degrees ! Estimated noise=1890.67 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.00103875 Jy ! Component: 100 - total flux cleaned = 0.00115471 Jy ! Component: 150 - total flux cleaned = 0.00124806 Jy ! Component: 200 - total flux cleaned = 0.00115292 Jy ! Total flux subtracted in 200 components = 0.00115292 Jy ! Clean residual min=-0.005552 max=0.005915 Jy/beam ! Clean residual mean=0.000169 rms=0.001869 Jy/beam ! Combined flux in latest and established models = 0.418716 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 72 components and 0.418716 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.433 mas, bmaj=9.395 mas, bpa=-4.733 degrees ! Estimated noise=1508.73 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000671838 Jy ! Component: 100 - total flux cleaned = -0.000454848 Jy ! Component: 150 - total flux cleaned = -0.000359113 Jy ! Component: 200 - total flux cleaned = -0.000443555 Jy ! Total flux subtracted in 200 components = -0.000443555 Jy ! Clean residual min=-0.005903 max=0.004542 Jy/beam ! Clean residual mean=0.000090 rms=0.001378 Jy/beam ! Combined flux in latest and established models = 0.418273 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 83 components and 0.418273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.333792Jy sigma=0.001183 ! Fit after self-cal, rms=0.333792Jy sigma=0.001183 wmodel J1006-2159_S_1997_07_02_yyk\_map.mod ! Writing 83 model components to file: J1006-2159_S_1997_07_02_yyk_map.mod wobs J1006-2159_S_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J1006-2159_S_1997_07_02_yyk_uvs.fits wwins J1006-2159_S_1997_07_02_yyk\_map.win ! wwins: Wrote 2 windows to J1006-2159_S_1997_07_02_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.00215736 Jy ! Component: 100 - total flux cleaned = -0.00335905 Jy ! Component: 150 - total flux cleaned = -0.00395217 Jy ! Component: 200 - total flux cleaned = -0.00437292 Jy ! Component: 250 - total flux cleaned = -0.00437474 Jy ! Component: 300 - total flux cleaned = -0.00418511 Jy ! Component: 350 - total flux cleaned = -0.00387729 Jy ! Component: 400 - total flux cleaned = -0.00334676 Jy ! Component: 450 - total flux cleaned = -0.00306141 Jy ! Component: 500 - total flux cleaned = -0.00283947 Jy ! Component: 550 - total flux cleaned = -0.00262357 Jy ! Component: 600 - total flux cleaned = -0.00236035 Jy ! Component: 650 - total flux cleaned = -0.00210289 Jy ! Component: 700 - total flux cleaned = -0.00175281 Jy ! Component: 750 - total flux cleaned = -0.0015102 Jy ! Component: 800 - total flux cleaned = -0.00132125 Jy ! Component: 850 - total flux cleaned = -0.00127552 Jy ! Component: 900 - total flux cleaned = -0.00113771 Jy ! Component: 950 - total flux cleaned = -0.00122743 Jy ! Component: 1000 - total flux cleaned = -0.00109486 Jy ! Component: 1050 - total flux cleaned = -0.00109516 Jy ! Component: 1100 - total flux cleaned = -0.00105265 Jy ! Component: 1150 - total flux cleaned = -0.00105359 Jy ! Component: 1200 - total flux cleaned = -0.000929835 Jy ! Component: 1250 - total flux cleaned = -0.000971107 Jy ! Component: 1300 - total flux cleaned = -0.000810922 Jy ! Component: 1350 - total flux cleaned = -0.000692542 Jy ! Component: 1400 - total flux cleaned = -0.000459751 Jy ! Component: 1450 - total flux cleaned = -0.000421389 Jy ! Component: 1500 - total flux cleaned = -0.000118408 Jy ! Component: 1550 - total flux cleaned = -4.37284e-05 Jy ! Component: 1600 - total flux cleaned = 0.000214998 Jy ! Component: 1650 - total flux cleaned = 0.000397515 Jy ! Component: 1700 - total flux cleaned = 0.000613652 Jy ! Component: 1750 - total flux cleaned = 0.000791738 Jy ! Component: 1800 - total flux cleaned = 0.00110877 Jy ! Component: 1850 - total flux cleaned = 0.00128271 Jy ! Component: 1900 - total flux cleaned = 0.00152389 Jy ! Component: 1950 - total flux cleaned = 0.00176245 Jy ! Component: 2000 - total flux cleaned = 0.00193151 Jy ! Total flux subtracted in 2048 components = 0.00219873 Jy ! Clean residual min=-0.001932 max=0.002070 Jy/beam ! Clean residual mean=0.000069 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.420472 Jy keep ! Adding 134 model components to the UV plane model. ! The established model now contains 217 components and 0.420472 Jy ![Exited script file: muppet] wmap "J1006-2159_S_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.433 x 9.395 at -4.733 degrees (North through East) ! Clean map min=-0.0046881 max=0.3937 Jy/beam ! Writing clean map to FITS file: J1006-2159_S_1997_07_02_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.393702 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000672493 device "J1006-2159_S_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J1006-2159_S_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.512438 0.512438 1.02488 2.04975 4.09951 8.19901 16.398 32.7961 65.5921 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.393 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.433 x 9.395 at -4.733 degrees (North through East) ! Clean map min=-0.0046881 max=0.3937 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1006-2159_S_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J1006-2159_S_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1006-2159_S_1997_07_02_yyk_uvs.log closed on Sun Jan 7 17:25:21 2007