! Started logfile: J0824-2428_X_2005_07_09_yyk_uvs.log on Fri Jan 20 10:08:50 2006 obs J0824-2428_X_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J0824-2428_X_2005_07_09_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.777778 visibilities/baseline/integration-bin. ! Found source: J0824-2428 ! ! 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 1480 lines of history. ! ! Reading 1540 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 J0824-2428_X_2005_07_09_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.145512 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=1.012 mas, bmaj=3.56 mas, bpa=20.08 degrees ! Estimated noise=2.02619 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.0883879 Jy ! Component: 100 - total flux cleaned = 0.111667 Jy ! Total flux subtracted in 100 components = 0.111667 Jy ! Clean residual min=-0.009997 max=0.011134 Jy/beam ! Clean residual mean=0.000026 rms=0.002597 Jy/beam ! Combined flux in latest and established models = 0.111667 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.111667 Jy ! ! Correcting IF 1. ! A total of 28 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 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.097831Jy sigma=1.351040 ! Fit after self-cal, rms=0.090837Jy sigma=1.208423 ! Inverting map and beam ! Estimated beam: bmin=1.012 mas, bmaj=3.56 mas, bpa=20.08 degrees ! Estimated noise=2.02657 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.391 mas, bmaj=4.34 mas, bpa=17.73 degrees ! Estimated noise=1.3207 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.0228731 Jy ! Component: 100 - total flux cleaned = 0.0304379 Jy ! Component: 150 - total flux cleaned = 0.0339036 Jy ! Component: 200 - total flux cleaned = 0.035155 Jy ! Total flux subtracted in 200 components = 0.035155 Jy ! Clean residual min=-0.005243 max=0.004726 Jy/beam ! Clean residual mean=0.000052 rms=0.001534 Jy/beam ! Combined flux in latest and established models = 0.146822 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 50 components and 0.146822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088253Jy sigma=1.121494 ! Fit after self-cal, rms=0.088219Jy sigma=1.120997 ! 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.391 x 4.34 at 17.73 degrees (North through East) ! Clean map min=-0.0051746 max=0.11195 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.0092 ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 0.91 HN 0.99 KP 1.01 ! LA 1.02 MK 1.00* NL 1.06 OV 0.98 ! PT 0.97 SC 1.08 ! ! ! 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. ! 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 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.088219Jy sigma=1.120997 ! Fit after self-cal, rms=0.087637Jy sigma=1.116164 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.087637Jy sigma=1.116164 ! Fit after self-cal, rms=0.087625Jy sigma=1.116026 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.415 mas, bmaj=4.4 mas, bpa=17.48 degrees ! Estimated noise=1.3131 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.000273771 Jy ! Component: 100 - total flux cleaned = -0.000209524 Jy ! Component: 150 - total flux cleaned = -0.000265924 Jy ! Component: 200 - total flux cleaned = -0.000317842 Jy ! Total flux subtracted in 200 components = -0.000317842 Jy ! Clean residual min=-0.005227 max=0.004622 Jy/beam ! Clean residual mean=0.000051 rms=0.001502 Jy/beam ! Combined flux in latest and established models = 0.146504 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 58 components and 0.146504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087529Jy sigma=1.114772 ! Fit after self-cal, rms=0.087519Jy sigma=1.114647 ! 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.087519Jy sigma=1.114647 ! Fit after self-cal, rms=0.079311Jy sigma=1.005364 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.00192955 Jy ! Component: 100 - total flux cleaned = 0.0018808 Jy ! Component: 150 - total flux cleaned = 0.00173772 Jy ! Component: 200 - total flux cleaned = 0.0016518 Jy ! Total flux subtracted in 200 components = 0.0016518 Jy ! Clean residual min=-0.005023 max=0.004928 Jy/beam ! Clean residual mean=0.000054 rms=0.001456 Jy/beam ! Combined flux in latest and established models = 0.148156 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 70 components and 0.148156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079299Jy sigma=1.003249 ! Fit after self-cal, rms=0.078589Jy sigma=0.993028 ! 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.415 x 4.4 at 17.48 degrees (North through East) ! Clean map min=-0.0048126 max=0.11423 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.078589Jy sigma=0.993028 ! Fit after self-cal, rms=0.078526Jy sigma=0.983773 ! 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.078526Jy sigma=0.983773 ! Fit after self-cal, rms=0.078441Jy sigma=0.981882 ! Inverting map and beam ! Estimated beam: bmin=1.413 mas, bmaj=4.374 mas, bpa=17.52 degrees ! Estimated noise=1.319 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000951764 Jy ! Component: 100 - total flux cleaned = 0.000902665 Jy ! Component: 150 - total flux cleaned = 0.000902904 Jy ! Component: 200 - total flux cleaned = 0.000902249 Jy ! Total flux subtracted in 200 components = 0.000902249 Jy ! Clean residual min=-0.004671 max=0.005164 Jy/beam ! Clean residual mean=0.000053 rms=0.001384 Jy/beam ! Combined flux in latest and established models = 0.149058 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 75 components and 0.149058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078459Jy sigma=0.980790 ! Fit after self-cal, rms=0.078436Jy sigma=0.980222 ! 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.078436Jy sigma=0.980222 ! Fit after self-cal, rms=0.078623Jy sigma=0.978882 ! 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.078623Jy sigma=0.978882 ! Fit after self-cal, rms=0.078621Jy sigma=0.978691 ! Inverting map and beam ! Estimated beam: bmin=1.412 mas, bmaj=4.385 mas, bpa=17.6 degrees ! Estimated noise=1.32254 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000280896 Jy ! Component: 100 - total flux cleaned = 0.000281682 Jy ! Component: 150 - total flux cleaned = 0.000252409 Jy ! Component: 200 - total flux cleaned = 0.000195625 Jy ! Total flux subtracted in 200 components = 0.000195625 Jy ! Clean residual min=-0.004726 max=0.005247 Jy/beam ! Clean residual mean=0.000055 rms=0.001389 Jy/beam ! Combined flux in latest and established models = 0.149254 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 79 components and 0.149254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078640Jy sigma=0.978268 ! Fit after self-cal, rms=0.078628Jy sigma=0.978183 ! 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.694 mas, bmaj=6.796 mas, bpa=2.115 degrees ! Estimated noise=1.44431 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.000413107 Jy ! Component: 100 - total flux cleaned = 0.000452329 Jy ! Component: 150 - total flux cleaned = 0.000489775 Jy ! Component: 200 - total flux cleaned = 0.000523875 Jy ! Total flux subtracted in 200 components = 0.000523875 Jy ! Clean residual min=-0.004345 max=0.005027 Jy/beam ! Clean residual mean=0.000076 rms=0.001522 Jy/beam ! Combined flux in latest and established models = 0.149778 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 81 components and 0.149778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078612Jy sigma=0.978143 ! Fit after self-cal, rms=0.078605Jy sigma=0.978054 ! 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=1.017 mas, bmaj=3.566 mas, bpa=19.95 degrees ! Estimated noise=2.03823 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0983404 Jy ! Component: 100 - total flux cleaned = 0.122806 Jy ! Component: 150 - total flux cleaned = 0.135259 Jy ! Component: 200 - total flux cleaned = 0.142217 Jy ! Total flux subtracted in 200 components = 0.142217 Jy ! Clean residual min=-0.007977 max=0.007648 Jy/beam ! Clean residual mean=0.000041 rms=0.001984 Jy/beam ! Combined flux in latest and established models = 0.142217 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.142217 Jy ! Inverting map and beam ! Estimated beam: bmin=1.412 mas, bmaj=4.385 mas, bpa=17.6 degrees ! Estimated noise=1.32254 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.00618151 Jy ! Component: 100 - total flux cleaned = 0.00657848 Jy ! Component: 150 - total flux cleaned = 0.0067649 Jy ! Component: 200 - total flux cleaned = 0.00687079 Jy ! Total flux subtracted in 200 components = 0.00687079 Jy ! Clean residual min=-0.004652 max=0.005263 Jy/beam ! Clean residual mean=0.000055 rms=0.001402 Jy/beam ! Combined flux in latest and established models = 0.149088 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 47 components and 0.149088 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.694 mas, bmaj=6.796 mas, bpa=2.115 degrees ! Estimated noise=1.44431 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.000600665 Jy ! Component: 100 - total flux cleaned = 0.000687609 Jy ! Component: 150 - total flux cleaned = 0.000737194 Jy ! Component: 200 - total flux cleaned = 0.000781872 Jy ! Total flux subtracted in 200 components = 0.000781872 Jy ! Clean residual min=-0.004320 max=0.005069 Jy/beam ! Clean residual mean=0.000077 rms=0.001525 Jy/beam ! Combined flux in latest and established models = 0.149869 Jy ! Adding 4 model components to the UV plane model. ! The established model now contains 49 components and 0.149869 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.412 mas, bmaj=4.385 mas, bpa=17.6 degrees ! Estimated noise=1.32254 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000322725 Jy ! Component: 100 - total flux cleaned = -0.00015125 Jy ! Component: 150 - total flux cleaned = -0.000111642 Jy ! Component: 200 - total flux cleaned = -0.000142933 Jy ! Total flux subtracted in 200 components = -0.000142933 Jy ! Clean residual min=-0.004678 max=0.005239 Jy/beam ! Clean residual mean=0.000057 rms=0.001392 Jy/beam ! Combined flux in latest and established models = 0.149727 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 58 components and 0.149727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078633Jy sigma=0.978031 ! Fit after self-cal, rms=0.078622Jy sigma=0.977975 wmodel J0824-2428_X_2005_07_09_yyk\_map.mod ! Writing 58 model components to file: J0824-2428_X_2005_07_09_yyk_map.mod wobs J0824-2428_X_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J0824-2428_X_2005_07_09_yyk_uvs.fits wwins J0824-2428_X_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J0824-2428_X_2005_07_09_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.000510933 Jy ! Component: 100 - total flux cleaned = 0.000512632 Jy ! Component: 150 - total flux cleaned = 0.00043696 Jy ! Component: 200 - total flux cleaned = -3.45709e-05 Jy ! Component: 250 - total flux cleaned = -0.000676919 Jy ! Component: 300 - total flux cleaned = -0.00116678 Jy ! Component: 350 - total flux cleaned = -0.00163668 Jy ! Component: 400 - total flux cleaned = -0.00208966 Jy ! Component: 450 - total flux cleaned = -0.0025247 Jy ! Component: 500 - total flux cleaned = -0.00273648 Jy ! Component: 550 - total flux cleaned = -0.00304208 Jy ! Component: 600 - total flux cleaned = -0.00328976 Jy ! Component: 650 - total flux cleaned = -0.003577 Jy ! Component: 700 - total flux cleaned = -0.00362438 Jy ! Component: 750 - total flux cleaned = -0.00376139 Jy ! Component: 800 - total flux cleaned = -0.00398326 Jy ! Component: 850 - total flux cleaned = -0.00420052 Jy ! Component: 900 - total flux cleaned = -0.00432738 Jy ! Component: 950 - total flux cleaned = -0.00445161 Jy ! Component: 1000 - total flux cleaned = -0.00457256 Jy ! Component: 1050 - total flux cleaned = -0.00473134 Jy ! Component: 1100 - total flux cleaned = -0.00488672 Jy ! Component: 1150 - total flux cleaned = -0.0050757 Jy ! Component: 1200 - total flux cleaned = -0.00526244 Jy ! Component: 1250 - total flux cleaned = -0.00551875 Jy ! Component: 1300 - total flux cleaned = -0.00577027 Jy ! Component: 1350 - total flux cleaned = -0.00601854 Jy ! Component: 1400 - total flux cleaned = -0.00636586 Jy ! Component: 1450 - total flux cleaned = -0.00657029 Jy ! Component: 1500 - total flux cleaned = -0.00677139 Jy ! Component: 1550 - total flux cleaned = -0.00700294 Jy ! Component: 1600 - total flux cleaned = -0.00713359 Jy ! Component: 1650 - total flux cleaned = -0.00729415 Jy ! Component: 1700 - total flux cleaned = -0.0073884 Jy ! Component: 1750 - total flux cleaned = -0.00748151 Jy ! Component: 1800 - total flux cleaned = -0.00760393 Jy ! Component: 1850 - total flux cleaned = -0.00763343 Jy ! Component: 1900 - total flux cleaned = -0.00757332 Jy ! Component: 1950 - total flux cleaned = -0.00766187 Jy ! Component: 2000 - total flux cleaned = -0.00766216 Jy ! Total flux subtracted in 2048 components = -0.0076912 Jy ! Clean residual min=-0.001927 max=0.001751 Jy/beam ! Clean residual mean=0.000000 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.142035 Jy keep ! Adding 114 model components to the UV plane model. ! The established model now contains 172 components and 0.142035 Jy ![Exited script file: muppet] wmap "J0824-2428_X_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.412 x 4.385 at 17.6 degrees (North through East) ! Clean map min=-0.0039805 max=0.11558 Jy/beam ! Writing clean map to FITS file: J0824-2428_X_2005_07_09_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.115577 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000599205 device "J0824-2428_X_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J0824-2428_X_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.55534 1.55534 3.11067 6.22134 12.4427 24.8854 49.7707 99.5414 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 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.412 x 4.385 at 17.6 degrees (North through East) ! Clean map min=-0.0039805 max=0.11558 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0824-2428_X_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J0824-2428_X_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0824-2428_X_2005_07_09_yyk_uvs.log closed on Fri Jan 20 10:08:54 2006