! Started logfile: J0258-2529_S_2005_07_09_yyk_uvs.log on Fri Jan 20 11:14:28 2006 obs J0258-2529_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J0258-2529_S_2005_07_09_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.878788 visibilities/baseline/integration-bin. ! Found source: J0258-2529 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1602 lines of history. ! ! Reading 1740 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 J0258-2529_S_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.157212 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.982 mas, bmaj=15.87 mas, bpa=-19.57 degrees ! Estimated noise=1.70201 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.1114 Jy ! Component: 100 - total flux cleaned = 0.137695 Jy ! Total flux subtracted in 100 components = 0.137695 Jy ! Clean residual min=-0.008260 max=0.013581 Jy/beam ! Clean residual mean=0.000078 rms=0.003182 Jy/beam ! Combined flux in latest and established models = 0.137695 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.137695 Jy ! ! Correcting IF 1. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.080750Jy sigma=1.149061 ! Fit after self-cal, rms=0.079159Jy sigma=1.129750 ! Inverting map and beam ! Estimated beam: bmin=2.983 mas, bmaj=15.87 mas, bpa=-19.57 degrees ! Estimated noise=1.70168 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.702 mas, bmaj=17.96 mas, bpa=-18.93 degrees ! Estimated noise=1.24632 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.0157872 Jy ! Component: 100 - total flux cleaned = 0.0232224 Jy ! Component: 150 - total flux cleaned = 0.0271236 Jy ! Component: 200 - total flux cleaned = 0.0274743 Jy ! Total flux subtracted in 200 components = 0.0274743 Jy ! Clean residual min=-0.005719 max=0.009783 Jy/beam ! Clean residual mean=0.000108 rms=0.002056 Jy/beam ! Combined flux in latest and established models = 0.165169 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 48 model components to the UV plane model. ! The established model now contains 59 components and 0.165169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076676Jy sigma=1.086154 ! Fit after self-cal, rms=0.076653Jy sigma=1.085646 ! 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.702 x 17.96 at -18.93 degrees (North through East) ! Clean map min=-0.0056237 max=0.11295 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.00206 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.05 HN 1.00* KP 0.99 ! LA 0.98 MK 0.87 NL 0.93 OV 1.05 ! PT 1.05 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.98966 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.97 HN 1.00* KP 0.98 ! LA 0.92 MK 1.12 NL 1.01 OV 1.10 ! PT 1.07 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.076653Jy sigma=1.085646 ! Fit after self-cal, rms=0.075843Jy sigma=1.076286 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.075843Jy sigma=1.076286 ! Fit after self-cal, rms=0.075845Jy sigma=1.076268 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.679 mas, bmaj=18.03 mas, bpa=-18.97 degrees ! Estimated noise=1.25052 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 (-11, -2.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00766956 Jy ! Component: 100 - total flux cleaned = 0.00828657 Jy ! Component: 150 - total flux cleaned = 0.00878658 Jy ! Component: 200 - total flux cleaned = 0.00919773 Jy ! Total flux subtracted in 200 components = 0.00919773 Jy ! Clean residual min=-0.004656 max=0.004132 Jy/beam ! Clean residual mean=0.000011 rms=0.001373 Jy/beam ! Combined flux in latest and established models = 0.174367 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 50 model components to the UV plane model. ! The established model now contains 108 components and 0.174367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074375Jy sigma=1.052594 ! Fit after self-cal, rms=0.074317Jy sigma=1.051660 ! 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.074317Jy sigma=1.051660 ! Fit after self-cal, rms=0.072050Jy sigma=1.012938 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.00219973 Jy ! Component: 100 - total flux cleaned = 0.00268692 Jy ! Component: 150 - total flux cleaned = 0.00268431 Jy ! Component: 200 - total flux cleaned = 0.00253204 Jy ! Total flux subtracted in 200 components = 0.00253204 Jy ! Clean residual min=-0.004470 max=0.003911 Jy/beam ! Clean residual mean=-0.000011 rms=0.001310 Jy/beam ! Combined flux in latest and established models = 0.176899 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 36 model components to the UV plane model. ! The established model now contains 133 components and 0.176899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071767Jy sigma=1.009367 ! Fit after self-cal, rms=0.071514Jy sigma=1.006456 ! 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.679 x 18.03 at -18.97 degrees (North through East) ! Clean map min=-0.0045492 max=0.11563 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.071514Jy sigma=1.006456 ! Fit after self-cal, rms=0.070791Jy sigma=0.994786 ! 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.070791Jy sigma=0.994786 ! Fit after self-cal, rms=0.070715Jy sigma=0.994296 ! Inverting map and beam ! Estimated beam: bmin=3.643 mas, bmaj=18.06 mas, bpa=-18.95 degrees ! Estimated noise=1.24356 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00330158 Jy ! Component: 100 - total flux cleaned = 0.00496669 Jy ! Component: 150 - total flux cleaned = 0.00576461 Jy ! Component: 200 - total flux cleaned = 0.00587066 Jy ! Total flux subtracted in 200 components = 0.00587066 Jy ! Clean residual min=-0.004302 max=0.003659 Jy/beam ! Clean residual mean=0.000016 rms=0.001213 Jy/beam ! Combined flux in latest and established models = 0.18277 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 42 model components to the UV plane model. ! The established model now contains 169 components and 0.18277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070518Jy sigma=0.991557 ! Fit after self-cal, rms=0.070471Jy sigma=0.991224 ! 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.070471Jy sigma=0.991224 ! Fit after self-cal, rms=0.070158Jy sigma=0.991563 ! 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.070158Jy sigma=0.991563 ! Fit after self-cal, rms=0.070142Jy sigma=0.991433 ! Inverting map and beam ! Estimated beam: bmin=3.609 mas, bmaj=18.08 mas, bpa=-19.08 degrees ! Estimated noise=1.24362 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00206989 Jy ! Component: 100 - total flux cleaned = 0.0029617 Jy ! Component: 150 - total flux cleaned = 0.00345588 Jy ! Component: 200 - total flux cleaned = 0.00362944 Jy ! Total flux subtracted in 200 components = 0.00362944 Jy ! Clean residual min=-0.004473 max=0.003443 Jy/beam ! Clean residual mean=0.000041 rms=0.001163 Jy/beam ! Combined flux in latest and established models = 0.186399 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 36 model components to the UV plane model. ! The established model now contains 194 components and 0.186399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070028Jy sigma=0.990081 ! Fit after self-cal, rms=0.070018Jy sigma=0.989945 ! 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=9.33 mas, bmaj=23.47 mas, bpa=0.1994 degrees ! Estimated noise=1.46234 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.00117631 Jy ! Component: 100 - total flux cleaned = 0.00179391 Jy ! Component: 150 - total flux cleaned = 0.00194788 Jy ! Component: 200 - total flux cleaned = 0.00200961 Jy ! Total flux subtracted in 200 components = 0.00200961 Jy ! Clean residual min=-0.004703 max=0.003787 Jy/beam ! Clean residual mean=0.000054 rms=0.001492 Jy/beam ! Combined flux in latest and established models = 0.188409 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 218 components and 0.188409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070017Jy sigma=0.989723 ! Fit after self-cal, rms=0.070012Jy sigma=0.989653 ! 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.953 mas, bmaj=15.89 mas, bpa=-19.63 degrees ! Estimated noise=1.67353 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.112233 Jy ! Component: 100 - total flux cleaned = 0.142315 Jy ! Component: 150 - total flux cleaned = 0.158321 Jy ! Component: 200 - total flux cleaned = 0.167729 Jy ! Total flux subtracted in 200 components = 0.167729 Jy ! Clean residual min=-0.007307 max=0.007029 Jy/beam ! Clean residual mean=0.000053 rms=0.002127 Jy/beam ! Combined flux in latest and established models = 0.167729 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 53 model components to the UV plane model. ! The established model now contains 53 components and 0.167729 Jy ! Inverting map and beam ! Estimated beam: bmin=3.609 mas, bmaj=18.08 mas, bpa=-19.08 degrees ! Estimated noise=1.24362 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.00642297 Jy ! Component: 100 - total flux cleaned = 0.0100223 Jy ! Component: 150 - total flux cleaned = 0.0124716 Jy ! Component: 200 - total flux cleaned = 0.0143011 Jy ! Total flux subtracted in 200 components = 0.0143011 Jy ! Clean residual min=-0.004719 max=0.004041 Jy/beam ! Clean residual mean=0.000069 rms=0.001253 Jy/beam ! Combined flux in latest and established models = 0.18203 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 106 components and 0.18203 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=9.33 mas, bmaj=23.47 mas, bpa=0.1994 degrees ! Estimated noise=1.46234 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.00258233 Jy ! Component: 100 - total flux cleaned = 0.00382281 Jy ! Component: 150 - total flux cleaned = 0.00477868 Jy ! Component: 200 - total flux cleaned = 0.00552503 Jy ! Total flux subtracted in 200 components = 0.00552503 Jy ! Clean residual min=-0.004760 max=0.004075 Jy/beam ! Clean residual mean=0.000067 rms=0.001491 Jy/beam ! Combined flux in latest and established models = 0.187555 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 165 components and 0.187555 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.609 mas, bmaj=18.08 mas, bpa=-19.08 degrees ! Estimated noise=1.24362 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000972984 Jy ! Component: 100 - total flux cleaned = -0.000846647 Jy ! Component: 150 - total flux cleaned = -0.000686413 Jy ! Component: 200 - total flux cleaned = -0.000395804 Jy ! Total flux subtracted in 200 components = -0.000395804 Jy ! Clean residual min=-0.004614 max=0.003485 Jy/beam ! Clean residual mean=0.000041 rms=0.001159 Jy/beam ! Combined flux in latest and established models = 0.187159 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 184 components and 0.187159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070030Jy sigma=0.989870 ! Fit after self-cal, rms=0.070013Jy sigma=0.989761 wmodel J0258-2529_S_2005_07_09_yyk\_map.mod ! Writing 184 model components to file: J0258-2529_S_2005_07_09_yyk_map.mod wobs J0258-2529_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J0258-2529_S_2005_07_09_yyk_uvs.fits wwins J0258-2529_S_2005_07_09_yyk\_map.win ! wwins: Wrote 2 windows to J0258-2529_S_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.00143869 Jy ! Component: 100 - total flux cleaned = -0.00180048 Jy ! Component: 150 - total flux cleaned = -0.00224862 Jy ! Component: 200 - total flux cleaned = -0.00224998 Jy ! Component: 250 - total flux cleaned = -0.00209744 Jy ! Component: 300 - total flux cleaned = -0.00194912 Jy ! Component: 350 - total flux cleaned = -0.00175831 Jy ! Component: 400 - total flux cleaned = -0.0015293 Jy ! Component: 450 - total flux cleaned = -0.00139572 Jy ! Component: 500 - total flux cleaned = -0.00109636 Jy ! Component: 550 - total flux cleaned = -0.000643115 Jy ! Component: 600 - total flux cleaned = -0.000122038 Jy ! Component: 650 - total flux cleaned = 0.000346578 Jy ! Component: 700 - total flux cleaned = 0.000842093 Jy ! Component: 750 - total flux cleaned = 0.00128823 Jy ! Component: 800 - total flux cleaned = 0.00172384 Jy ! Component: 850 - total flux cleaned = 0.00207958 Jy ! Component: 900 - total flux cleaned = 0.00242724 Jy ! Component: 950 - total flux cleaned = 0.00273346 Jy ! Component: 1000 - total flux cleaned = 0.00303427 Jy ! Component: 1050 - total flux cleaned = 0.00329732 Jy ! Component: 1100 - total flux cleaned = 0.00362034 Jy ! Component: 1150 - total flux cleaned = 0.00390579 Jy ! Component: 1200 - total flux cleaned = 0.00427992 Jy ! Component: 1250 - total flux cleaned = 0.00461713 Jy ! Component: 1300 - total flux cleaned = 0.00491857 Jy ! Component: 1350 - total flux cleaned = 0.00518575 Jy ! Component: 1400 - total flux cleaned = 0.00550653 Jy ! Component: 1450 - total flux cleaned = 0.0057357 Jy ! Component: 1500 - total flux cleaned = 0.00601837 Jy ! Component: 1550 - total flux cleaned = 0.00635157 Jy ! Component: 1600 - total flux cleaned = 0.00646043 Jy ! Component: 1650 - total flux cleaned = 0.00654135 Jy ! Component: 1700 - total flux cleaned = 0.00670118 Jy ! Component: 1750 - total flux cleaned = 0.00680637 Jy ! Component: 1800 - total flux cleaned = 0.00693652 Jy ! Component: 1850 - total flux cleaned = 0.007141 Jy ! Component: 1900 - total flux cleaned = 0.00731754 Jy ! Component: 1950 - total flux cleaned = 0.00746658 Jy ! Component: 2000 - total flux cleaned = 0.00766273 Jy ! Total flux subtracted in 2048 components = 0.00763867 Jy ! Clean residual min=-0.001328 max=0.001724 Jy/beam ! Clean residual mean=-0.000016 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.194798 Jy keep ! Adding 136 model components to the UV plane model. ! The established model now contains 320 components and 0.194798 Jy ![Exited script file: muppet] wmap "J0258-2529_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.609 x 18.08 at -19.08 degrees (North through East) ! Clean map min=-0.0040114 max=0.1186 Jy/beam ! Writing clean map to FITS file: J0258-2529_S_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.118603 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000528249 device "J0258-2529_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J0258-2529_S_2005_07_09_yyk_map.eps/VPS' loglevs 4*100*3*image_rms/peak_flux ! The new contour levels are: ! -5.34471 5.34471 10.6894 21.3788 42.7577 85.5153 print "clev=",int(4*3*image_rms*10000)/10000 ! clev= 0.0063 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.118 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.609 x 18.08 at -19.08 degrees (North through East) ! Clean map min=-0.0040114 max=0.1186 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0258-2529_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J0258-2529_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0258-2529_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 11:14:33 2006