! Started logfile: J0909-0231_X_2005_07_08_yyk_uvs.log on Fri Jan 20 11:23:51 2006 obs J0909-0231_X_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J0909-0231_X_2005_07_08_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.624444 visibilities/baseline/integration-bin. ! Found source: J0909-0231 ! ! 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 1407 lines of history. ! ! Reading 1124 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 J0909-0231_X_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 = 256x256 pixels with 0.400x0.400 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.144848 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.196 mas, bmaj=3.425 mas, bpa=2.511 degrees ! Estimated noise=1.81367 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.0869384 Jy ! Component: 100 - total flux cleaned = 0.118175 Jy ! Total flux subtracted in 100 components = 0.118175 Jy ! Clean residual min=-0.012389 max=0.017559 Jy/beam ! Clean residual mean=-0.000061 rms=0.004501 Jy/beam ! Combined flux in latest and established models = 0.118175 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.118175 Jy ! ! Correcting IF 1. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.099754Jy sigma=1.749742 ! Fit after self-cal, rms=0.085614Jy sigma=1.479492 ! Inverting map and beam ! Estimated beam: bmin=2.196 mas, bmaj=3.425 mas, bpa=2.511 degrees ! Estimated noise=1.81367 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=2.505 mas, bmaj=4.009 mas, bpa=3.722 degrees ! Estimated noise=1.35428 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.0394122 Jy ! Component: 100 - total flux cleaned = 0.0591853 Jy ! Component: 150 - total flux cleaned = 0.0705337 Jy ! Component: 200 - total flux cleaned = 0.0773571 Jy ! Total flux subtracted in 200 components = 0.0773571 Jy ! Clean residual min=-0.009691 max=0.010367 Jy/beam ! Clean residual mean=-0.000062 rms=0.003039 Jy/beam ! Combined flux in latest and established models = 0.195532 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 42 model components to the UV plane model. ! The established model now contains 59 components and 0.195532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074440Jy sigma=1.193068 ! Fit after self-cal, rms=0.074435Jy sigma=1.192264 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.505 x 4.009 at 3.722 degrees (North through East) ! Clean map min=-0.0092048 max=0.11538 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 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! 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.074435Jy sigma=1.192264 ! Fit after self-cal, rms=0.074435Jy sigma=1.192264 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.074435Jy sigma=1.192264 ! Fit after self-cal, rms=0.074434Jy sigma=1.192264 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.505 mas, bmaj=4.009 mas, bpa=3.722 degrees ! Estimated noise=1.35428 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.00443169 Jy ! Component: 100 - total flux cleaned = 0.00606714 Jy ! Component: 150 - total flux cleaned = 0.00683195 Jy ! Component: 200 - total flux cleaned = 0.00743078 Jy ! Total flux subtracted in 200 components = 0.00743078 Jy ! Clean residual min=-0.009326 max=0.010733 Jy/beam ! Clean residual mean=-0.000048 rms=0.002832 Jy/beam ! Combined flux in latest and established models = 0.202963 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 63 components and 0.202963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074208Jy sigma=1.186777 ! Fit after self-cal, rms=0.074235Jy sigma=1.186509 ! 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.074235Jy sigma=1.186509 ! Fit after self-cal, rms=0.068197Jy sigma=1.074855 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.00300959 Jy ! Component: 100 - total flux cleaned = 0.00357647 Jy ! Component: 150 - total flux cleaned = 0.00398357 Jy ! Component: 200 - total flux cleaned = 0.00420882 Jy ! Total flux subtracted in 200 components = 0.00420882 Jy ! Clean residual min=-0.009349 max=0.009994 Jy/beam ! Clean residual mean=-0.000046 rms=0.002665 Jy/beam ! Combined flux in latest and established models = 0.207172 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 65 components and 0.207172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068055Jy sigma=1.070495 ! Fit after self-cal, rms=0.067552Jy sigma=1.062799 ! 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: 2.505 x 4.009 at 3.722 degrees (North through East) ! Clean map min=-0.0088696 max=0.11709 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.067552Jy sigma=1.062799 ! Fit after self-cal, rms=0.066143Jy sigma=1.056652 ! 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.066143Jy sigma=1.056652 ! Fit after self-cal, rms=0.066065Jy sigma=1.055774 ! Inverting map and beam ! Estimated beam: bmin=2.476 mas, bmaj=3.958 mas, bpa=4.258 degrees ! Estimated noise=1.32052 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00140397 Jy ! Component: 100 - total flux cleaned = -0.00133798 Jy ! Component: 150 - total flux cleaned = -0.00120254 Jy ! Component: 200 - total flux cleaned = -0.00101935 Jy ! Total flux subtracted in 200 components = -0.00101935 Jy ! Clean residual min=-0.008747 max=0.009457 Jy/beam ! Clean residual mean=-0.000041 rms=0.002505 Jy/beam ! Combined flux in latest and established models = 0.206152 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 67 components and 0.206152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065929Jy sigma=1.053113 ! Fit after self-cal, rms=0.065942Jy sigma=1.052814 ! 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.065942Jy sigma=1.052814 ! Fit after self-cal, rms=0.066211Jy sigma=1.051798 ! 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.066211Jy sigma=1.051798 ! Fit after self-cal, rms=0.066209Jy sigma=1.051760 ! Inverting map and beam ! Estimated beam: bmin=2.478 mas, bmaj=3.951 mas, bpa=4.328 degrees ! Estimated noise=1.32282 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000372111 Jy ! Component: 100 - total flux cleaned = 0.000718484 Jy ! Component: 150 - total flux cleaned = 0.000875986 Jy ! Component: 200 - total flux cleaned = 0.0010246 Jy ! Total flux subtracted in 200 components = 0.0010246 Jy ! Clean residual min=-0.008700 max=0.009371 Jy/beam ! Clean residual mean=-0.000043 rms=0.002464 Jy/beam ! Combined flux in latest and established models = 0.207177 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 69 components and 0.207177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066130Jy sigma=1.050302 ! Fit after self-cal, rms=0.066150Jy sigma=1.050131 ! 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.882 mas, bmaj=4.3 mas, bpa=7.206 degrees ! Estimated noise=1.36026 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.00196763 Jy ! Component: 100 - total flux cleaned = 0.00258658 Jy ! Component: 150 - total flux cleaned = 0.00292404 Jy ! Component: 200 - total flux cleaned = 0.00317322 Jy ! Total flux subtracted in 200 components = 0.00317322 Jy ! Clean residual min=-0.008193 max=0.009844 Jy/beam ! Clean residual mean=-0.000044 rms=0.002599 Jy/beam ! Combined flux in latest and established models = 0.21035 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 72 components and 0.21035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066094Jy sigma=1.049291 ! Fit after self-cal, rms=0.066109Jy sigma=1.048958 ! 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.187 mas, bmaj=3.41 mas, bpa=2.964 degrees ! Estimated noise=1.77639 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0976218 Jy ! Component: 100 - total flux cleaned = 0.133431 Jy ! Component: 150 - total flux cleaned = 0.15509 Jy ! Component: 200 - total flux cleaned = 0.168794 Jy ! Total flux subtracted in 200 components = 0.168794 Jy ! Clean residual min=-0.009647 max=0.008419 Jy/beam ! Clean residual mean=-0.000074 rms=0.002754 Jy/beam ! Combined flux in latest and established models = 0.168794 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.168794 Jy ! Inverting map and beam ! Estimated beam: bmin=2.478 mas, bmaj=3.951 mas, bpa=4.328 degrees ! Estimated noise=1.32282 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.0163839 Jy ! Component: 100 - total flux cleaned = 0.0253739 Jy ! Component: 150 - total flux cleaned = 0.0308385 Jy ! Component: 200 - total flux cleaned = 0.0342093 Jy ! Total flux subtracted in 200 components = 0.0342093 Jy ! Clean residual min=-0.008753 max=0.009150 Jy/beam ! Clean residual mean=-0.000051 rms=0.002575 Jy/beam ! Combined flux in latest and established models = 0.203003 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 61 components and 0.203003 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.882 mas, bmaj=4.3 mas, bpa=7.206 degrees ! Estimated noise=1.36026 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.00389318 Jy ! Component: 100 - total flux cleaned = 0.00587951 Jy ! Component: 150 - total flux cleaned = 0.00624151 Jy ! Component: 200 - total flux cleaned = 0.00658221 Jy ! Total flux subtracted in 200 components = 0.00658221 Jy ! Clean residual min=-0.008177 max=0.010104 Jy/beam ! Clean residual mean=-0.000046 rms=0.002649 Jy/beam ! Combined flux in latest and established models = 0.209585 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 64 components and 0.209585 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.478 mas, bmaj=3.951 mas, bpa=4.328 degrees ! Estimated noise=1.32282 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00148735 Jy ! Component: 100 - total flux cleaned = -0.00180342 Jy ! Component: 150 - total flux cleaned = -0.00189569 Jy ! Component: 200 - total flux cleaned = -0.00185248 Jy ! Total flux subtracted in 200 components = -0.00185248 Jy ! Clean residual min=-0.008676 max=0.009204 Jy/beam ! Clean residual mean=-0.000042 rms=0.002460 Jy/beam ! Combined flux in latest and established models = 0.207733 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 71 components and 0.207733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066140Jy sigma=1.049809 ! Fit after self-cal, rms=0.066149Jy sigma=1.049395 wmodel J0909-0231_X_2005_07_08_yyk\_map.mod ! Writing 71 model components to file: J0909-0231_X_2005_07_08_yyk_map.mod wobs J0909-0231_X_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J0909-0231_X_2005_07_08_yyk_uvs.fits wwins J0909-0231_X_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J0909-0231_X_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=1024 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.001128 Jy ! Component: 100 - total flux cleaned = 0.000908034 Jy ! Component: 150 - total flux cleaned = -0.000241486 Jy ! Component: 200 - total flux cleaned = -0.00118232 Jy ! Component: 250 - total flux cleaned = -0.00147123 Jy ! Component: 300 - total flux cleaned = -0.00192168 Jy ! Component: 350 - total flux cleaned = -0.00225855 Jy ! Component: 400 - total flux cleaned = -0.00249971 Jy ! Component: 450 - total flux cleaned = -0.00280067 Jy ! Component: 500 - total flux cleaned = -0.00294373 Jy ! Component: 550 - total flux cleaned = -0.00321328 Jy ! Component: 600 - total flux cleaned = -0.00328092 Jy ! Component: 650 - total flux cleaned = -0.00371238 Jy ! Component: 700 - total flux cleaned = -0.00388771 Jy ! Component: 750 - total flux cleaned = -0.00411099 Jy ! Component: 800 - total flux cleaned = -0.00421725 Jy ! Component: 850 - total flux cleaned = -0.00457677 Jy ! Component: 900 - total flux cleaned = -0.00502038 Jy ! Component: 950 - total flux cleaned = -0.00530538 Jy ! Component: 1000 - total flux cleaned = -0.00539771 Jy ! Total flux subtracted in 1024 components = -0.00553192 Jy ! Clean residual min=-0.002364 max=0.002469 Jy/beam ! Clean residual mean=-0.000028 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.202201 Jy keep ! Adding 81 model components to the UV plane model. ! The established model now contains 152 components and 0.202201 Jy ![Exited script file: muppet] wmap "J0909-0231_X_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.478 x 3.951 at 4.328 degrees (North through East) ! Clean map min=-0.0056322 max=0.11291 Jy/beam ! Writing clean map to FITS file: J0909-0231_X_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.112907 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000923865 device "J0909-0231_X_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J0909-0231_X_2005_07_08_yyk_map.eps/VPS' loglevs 1*100*3*image_rms/peak_flux ! The new contour levels are: ! -2.45475 2.45475 4.90951 9.81901 19.638 39.2761 78.5521 print "clev=",int(1*3*image_rms*10000)/10000 ! clev= 0.0027 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.112 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.478 x 3.951 at 4.328 degrees (North through East) ! Clean map min=-0.0056322 max=0.11291 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0909-0231_X_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J0909-0231_X_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0909-0231_X_2005_07_08_yyk_uvs.log closed on Fri Jan 20 11:23:52 2006