! Started logfile: J0229-3643_X_2005_07_20_yyk_uvs.log on Fri Jan 20 09:48:26 2006 obs J0229-3643_X_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J0229-3643_X_2005_07_20_yyk_uve.fits ! AN table 1: 3 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0229-3643 ! ! 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 1487 lines of history. ! ! Reading 540 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 J0229-3643_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.348882 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.6523 mas, bmaj=1.838 mas, bpa=-3.822 degrees ! Estimated noise=3.27053 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.292362 Jy ! Component: 100 - total flux cleaned = 0.330578 Jy ! Total flux subtracted in 100 components = 0.330578 Jy ! Clean residual min=-0.015210 max=0.020245 Jy/beam ! Clean residual mean=0.000017 rms=0.004670 Jy/beam ! Combined flux in latest and established models = 0.330578 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.330578 Jy ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.094573Jy sigma=1.176652 ! Fit after self-cal, rms=0.093103Jy sigma=1.155566 ! Inverting map and beam ! Estimated beam: bmin=0.6523 mas, bmaj=1.838 mas, bpa=-3.822 degrees ! Estimated noise=3.27053 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=0.8393 mas, bmaj=2.214 mas, bpa=-3.586 degrees ! Estimated noise=2.55507 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.00839019 Jy ! Component: 100 - total flux cleaned = 0.00971661 Jy ! Component: 150 - total flux cleaned = 0.00991993 Jy ! Component: 200 - total flux cleaned = 0.00998454 Jy ! Total flux subtracted in 200 components = 0.00998454 Jy ! Clean residual min=-0.015058 max=0.021963 Jy/beam ! Clean residual mean=0.000190 rms=0.005144 Jy/beam ! Combined flux in latest and established models = 0.340562 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 20 components and 0.340562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092760Jy sigma=1.148378 ! Fit after self-cal, rms=0.092775Jy sigma=1.148339 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8393 x 2.214 at -3.586 degrees (North through East) ! Clean map min=-0.014044 max=0.33861 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.01227 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.96 HN 1.00* KP 0.94 ! LA 0.90 MK 0.98 NL 1.18 OV 0.93 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01616 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.97 HN 1.00* KP 0.82 ! LA 0.90 MK 0.97 NL 1.11 OV 0.94 ! PT 1.17 SC 0.93 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.987929 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.00* KP 0.81 ! LA 0.93 MK 1.13 NL 1.16 OV 1.00 ! PT 1.18 SC 0.91 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.939253 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.07 HN 1.00* KP 0.97 ! LA 1.02 MK 0.94 NL 1.15 OV 0.97 ! PT 1.29 SC 1.18 ! ! ! Fit before self-cal, rms=0.092775Jy sigma=1.148339 ! Fit after self-cal, rms=0.082915Jy sigma=0.973391 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.082915Jy sigma=0.973391 ! Fit after self-cal, rms=0.082911Jy sigma=0.973292 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8414 mas, bmaj=2.212 mas, bpa=-3.367 degrees ! Estimated noise=2.49434 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.00405899 Jy ! Component: 100 - total flux cleaned = -0.00420932 Jy ! Component: 150 - total flux cleaned = -0.00425133 Jy ! Component: 200 - total flux cleaned = -0.00428977 Jy ! Total flux subtracted in 200 components = -0.00428977 Jy ! Clean residual min=-0.007813 max=0.008013 Jy/beam ! Clean residual mean=0.000104 rms=0.002139 Jy/beam ! Combined flux in latest and established models = 0.336273 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 27 components and 0.336273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082616Jy sigma=0.970791 ! Fit after self-cal, rms=0.082624Jy sigma=0.970764 ! 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.082624Jy sigma=0.970764 ! Fit after self-cal, rms=0.080310Jy sigma=0.938065 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.000301627 Jy ! Component: 100 - total flux cleaned = 0.00029917 Jy ! Component: 150 - total flux cleaned = 0.000302128 Jy ! Component: 200 - total flux cleaned = 0.000301232 Jy ! Total flux subtracted in 200 components = 0.000301232 Jy ! Clean residual min=-0.007765 max=0.008169 Jy/beam ! Clean residual mean=0.000108 rms=0.002118 Jy/beam ! Combined flux in latest and established models = 0.336574 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 31 components and 0.336574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080293Jy sigma=0.937661 ! Fit after self-cal, rms=0.080244Jy sigma=0.935791 ! 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: 0.8414 x 2.212 at -3.367 degrees (North through East) ! Clean map min=-0.0077694 max=0.33435 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.080244Jy sigma=0.935791 ! Fit after self-cal, rms=0.079434Jy sigma=0.896805 ! 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.079434Jy sigma=0.896805 ! Fit after self-cal, rms=0.079452Jy sigma=0.896686 ! Inverting map and beam ! Estimated beam: bmin=0.8413 mas, bmaj=2.216 mas, bpa=-3.332 degrees ! Estimated noise=2.48992 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -4.64524e-05 Jy ! Component: 100 - total flux cleaned = 2.97927e-05 Jy ! Component: 150 - total flux cleaned = 6.30494e-05 Jy ! Component: 200 - total flux cleaned = 0.000150562 Jy ! Total flux subtracted in 200 components = 0.000150562 Jy ! Clean residual min=-0.007369 max=0.007709 Jy/beam ! Clean residual mean=0.000101 rms=0.001974 Jy/beam ! Combined flux in latest and established models = 0.336724 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 5 model components to the UV plane model. ! The established model now contains 32 components and 0.336724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079469Jy sigma=0.896298 ! Fit after self-cal, rms=0.079464Jy sigma=0.896227 ! 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.079464Jy sigma=0.896227 ! Fit after self-cal, rms=0.078055Jy sigma=0.881500 ! 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.078055Jy sigma=0.881500 ! Fit after self-cal, rms=0.078057Jy sigma=0.881483 ! Inverting map and beam ! Estimated beam: bmin=0.8417 mas, bmaj=2.216 mas, bpa=-3.403 degrees ! Estimated noise=2.49551 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000842406 Jy ! Component: 100 - total flux cleaned = 0.000872325 Jy ! Component: 150 - total flux cleaned = 0.000904574 Jy ! Component: 200 - total flux cleaned = 0.000930868 Jy ! Total flux subtracted in 200 components = 0.000930868 Jy ! Clean residual min=-0.007394 max=0.007567 Jy/beam ! Clean residual mean=0.000101 rms=0.001971 Jy/beam ! Combined flux in latest and established models = 0.337655 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 37 components and 0.337655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078075Jy sigma=0.881115 ! Fit after self-cal, rms=0.078065Jy sigma=0.881066 ! 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.851 mas, bmaj=9.413 mas, bpa=-0.01181 degrees ! Estimated noise=3.19888 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.000106131 Jy ! Component: 100 - total flux cleaned = -0.000108872 Jy ! Component: 150 - total flux cleaned = -0.000110268 Jy ! Component: 200 - total flux cleaned = -0.000111311 Jy ! Total flux subtracted in 200 components = -0.000111311 Jy ! Clean residual min=-0.007220 max=0.006183 Jy/beam ! Clean residual mean=0.000186 rms=0.002409 Jy/beam ! Combined flux in latest and established models = 0.337544 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 2 model components to the UV plane model. ! The established model now contains 38 components and 0.337544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078070Jy sigma=0.881271 ! Fit after self-cal, rms=0.078073Jy sigma=0.881075 ! 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.6524 mas, bmaj=1.838 mas, bpa=-3.588 degrees ! Estimated noise=3.24547 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.290933 Jy ! Component: 100 - total flux cleaned = 0.329022 Jy ! Component: 150 - total flux cleaned = 0.335441 Jy ! Component: 200 - total flux cleaned = 0.336219 Jy ! Total flux subtracted in 200 components = 0.336219 Jy ! Clean residual min=-0.009764 max=0.009338 Jy/beam ! Clean residual mean=0.000041 rms=0.002587 Jy/beam ! Combined flux in latest and established models = 0.336219 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.336219 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8417 mas, bmaj=2.216 mas, bpa=-3.403 degrees ! Estimated noise=2.49551 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.00152766 Jy ! Component: 100 - total flux cleaned = 0.00151312 Jy ! Component: 150 - total flux cleaned = 0.00150401 Jy ! Component: 200 - total flux cleaned = 0.00149782 Jy ! Total flux subtracted in 200 components = 0.00149782 Jy ! Clean residual min=-0.007662 max=0.007590 Jy/beam ! Clean residual mean=0.000101 rms=0.001996 Jy/beam ! Combined flux in latest and established models = 0.337717 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 28 components and 0.337717 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.851 mas, bmaj=9.413 mas, bpa=-0.01181 degrees ! Estimated noise=3.19888 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 = -5.77168e-05 Jy ! Component: 100 - total flux cleaned = -4.90328e-05 Jy ! Component: 150 - total flux cleaned = -4.00272e-05 Jy ! Component: 200 - total flux cleaned = -3.18087e-05 Jy ! Total flux subtracted in 200 components = -3.18087e-05 Jy ! Clean residual min=-0.007342 max=0.006194 Jy/beam ! Clean residual mean=0.000188 rms=0.002424 Jy/beam ! Combined flux in latest and established models = 0.337685 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 31 components and 0.337685 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8417 mas, bmaj=2.216 mas, bpa=-3.403 degrees ! Estimated noise=2.49551 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000118132 Jy ! Component: 100 - total flux cleaned = 0.00017002 Jy ! Component: 150 - total flux cleaned = 0.000172086 Jy ! Component: 200 - total flux cleaned = 0.000168024 Jy ! Total flux subtracted in 200 components = 0.000168024 Jy ! Clean residual min=-0.007317 max=0.007566 Jy/beam ! Clean residual mean=0.000102 rms=0.001973 Jy/beam ! Combined flux in latest and established models = 0.337853 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 41 components and 0.337853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078053Jy sigma=0.881054 ! Fit after self-cal, rms=0.078053Jy sigma=0.881017 wmodel J0229-3643_X_2005_07_20_yyk\_map.mod ! Writing 41 model components to file: J0229-3643_X_2005_07_20_yyk_map.mod wobs J0229-3643_X_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J0229-3643_X_2005_07_20_yyk_uvs.fits wwins J0229-3643_X_2005_07_20_yyk\_map.win ! wwins: Wrote 1 windows to J0229-3643_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 = 1.08319e-05 Jy ! Component: 100 - total flux cleaned = 0.000115053 Jy ! Component: 150 - total flux cleaned = 0.000542603 Jy ! Component: 200 - total flux cleaned = 0.000744517 Jy ! Component: 250 - total flux cleaned = 0.000841143 Jy ! Component: 300 - total flux cleaned = 0.000839591 Jy ! Component: 350 - total flux cleaned = 0.00100661 Jy ! Component: 400 - total flux cleaned = 0.00141092 Jy ! Component: 450 - total flux cleaned = 0.00195577 Jy ! Component: 500 - total flux cleaned = 0.00255105 Jy ! Component: 550 - total flux cleaned = 0.00283664 Jy ! Component: 600 - total flux cleaned = 0.00339079 Jy ! Component: 650 - total flux cleaned = 0.00365713 Jy ! Component: 700 - total flux cleaned = 0.00417665 Jy ! Component: 750 - total flux cleaned = 0.00461748 Jy ! Component: 800 - total flux cleaned = 0.00510659 Jy ! Component: 850 - total flux cleaned = 0.00546461 Jy ! Component: 900 - total flux cleaned = 0.00593041 Jy ! Component: 950 - total flux cleaned = 0.00655336 Jy ! Component: 1000 - total flux cleaned = 0.00682877 Jy ! Component: 1050 - total flux cleaned = 0.00704563 Jy ! Component: 1100 - total flux cleaned = 0.00715193 Jy ! Component: 1150 - total flux cleaned = 0.00741126 Jy ! Component: 1200 - total flux cleaned = 0.00771522 Jy ! Component: 1250 - total flux cleaned = 0.00776358 Jy ! Component: 1300 - total flux cleaned = 0.00795834 Jy ! Component: 1350 - total flux cleaned = 0.00814926 Jy ! Component: 1400 - total flux cleaned = 0.00829078 Jy ! Component: 1450 - total flux cleaned = 0.00861458 Jy ! Component: 1500 - total flux cleaned = 0.00875118 Jy ! Component: 1550 - total flux cleaned = 0.00902093 Jy ! Component: 1600 - total flux cleaned = 0.00924219 Jy ! Component: 1650 - total flux cleaned = 0.00937269 Jy ! Component: 1700 - total flux cleaned = 0.00950179 Jy ! Component: 1750 - total flux cleaned = 0.00975671 Jy ! Component: 1800 - total flux cleaned = 0.00992365 Jy ! Component: 1850 - total flux cleaned = 0.0100061 Jy ! Component: 1900 - total flux cleaned = 0.0101699 Jy ! Component: 1950 - total flux cleaned = 0.0104936 Jy ! Component: 2000 - total flux cleaned = 0.0108131 Jy ! Total flux subtracted in 2048 components = 0.0111683 Jy ! Clean residual min=-0.002217 max=0.002715 Jy/beam ! Clean residual mean=0.000043 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.349022 Jy keep ! Adding 129 model components to the UV plane model. ! The established model now contains 170 components and 0.349022 Jy ![Exited script file: muppet] wmap "J0229-3643_X_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8417 x 2.216 at -3.403 degrees (North through East) ! Clean map min=-0.0052558 max=0.33418 Jy/beam ! Writing clean map to FITS file: J0229-3643_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.334184 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000756998 device "J0229-3643_X_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J0229-3643_X_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.679563 0.679563 1.35913 2.71825 5.4365 10.873 21.746 43.492 86.9841 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.334 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8417 x 2.216 at -3.403 degrees (North through East) ! Clean map min=-0.0052558 max=0.33418 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0229-3643_X_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J0229-3643_X_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0229-3643_X_2005_07_20_yyk_uvs.log closed on Fri Jan 20 09:48:31 2006