! Started logfile: J0653-0625_S_2005_06_30_yyk_uvs.log on Sat Oct 8 17:05:53 2005 obs J0653-0625_S_2005_06_30_yyk_uve.fits ! Reading UV FITS file: J0653-0625_S_2005_06_30_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.913333 visibilities/baseline/integration-bin. ! Found source: J0653-0625 ! ! 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 1469 lines of history. ! ! Reading 1644 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 J0653-0625_S_2005_06_30_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.240031 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.789 mas, bmaj=8.44 mas, bpa=-10.93 degrees ! Estimated noise=1.62036 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.185872 Jy ! Component: 100 - total flux cleaned = 0.22629 Jy ! Total flux subtracted in 100 components = 0.22629 Jy ! Clean residual min=-0.008896 max=0.011460 Jy/beam ! Clean residual mean=0.000194 rms=0.002657 Jy/beam ! Combined flux in latest and established models = 0.22629 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.22629 Jy ! ! Correcting IF 1. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.081173Jy sigma=1.178098 ! Fit after self-cal, rms=0.080930Jy sigma=1.173864 ! Inverting map and beam ! Estimated beam: bmin=2.789 mas, bmaj=8.44 mas, bpa=-10.93 degrees ! Estimated noise=1.62036 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.548 mas, bmaj=11.47 mas, bpa=-14.98 degrees ! Estimated noise=1.11206 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.0222774 Jy ! Component: 100 - total flux cleaned = 0.032347 Jy ! Component: 150 - total flux cleaned = 0.0373728 Jy ! Component: 200 - total flux cleaned = 0.0395058 Jy ! Total flux subtracted in 200 components = 0.0395058 Jy ! Clean residual min=-0.006306 max=0.007893 Jy/beam ! Clean residual mean=-0.000025 rms=0.001769 Jy/beam ! Combined flux in latest and established models = 0.265796 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 50 model components to the UV plane model. ! The established model now contains 75 components and 0.265796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075649Jy sigma=1.088647 ! Fit after self-cal, rms=0.075573Jy sigma=1.088120 ! 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.548 x 11.47 at -14.98 degrees (North through East) ! Clean map min=-0.0059738 max=0.21391 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.00795 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 HN 1.00 KP 0.99 ! LA 1.02 MK 0.90 NL 0.98 OV 0.98 ! PT 1.05 SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.97382 ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.03 HN 1.07 KP 1.03 ! LA 1.05 MK 0.96 NL 0.98 OV 1.02 ! PT 1.06 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.95971 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.90 HN 1.06 KP 0.98 ! LA 0.92 MK 1.14 NL 1.11 OV 1.00 ! PT 1.11 SC 1.24 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.04254 ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.97 HN 0.91 KP 0.89 ! LA 0.80 MK 1.07 NL 0.99 OV 0.84 ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.075573Jy sigma=1.088120 ! Fit after self-cal, rms=0.071786Jy sigma=1.032011 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.071786Jy sigma=1.032011 ! Fit after self-cal, rms=0.071782Jy sigma=1.031965 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.62 mas, bmaj=12.01 mas, bpa=-15.36 degrees ! Estimated noise=1.10193 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.00273317 Jy ! Component: 100 - total flux cleaned = -0.00266456 Jy ! Component: 150 - total flux cleaned = -0.00261144 Jy ! Component: 200 - total flux cleaned = -0.00242513 Jy ! Total flux subtracted in 200 components = -0.00242513 Jy ! Clean residual min=-0.004697 max=0.007170 Jy/beam ! Clean residual mean=0.000022 rms=0.001528 Jy/beam ! Combined flux in latest and established models = 0.263371 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 91 components and 0.263371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071786Jy sigma=1.029377 ! Fit after self-cal, rms=0.071761Jy sigma=1.029270 ! 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.071761Jy sigma=1.029270 ! Fit after self-cal, rms=0.069717Jy sigma=0.994077 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) ! Added new window around map position (3.5, 20.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00854143 Jy ! Component: 100 - total flux cleaned = 0.0125806 Jy ! Component: 150 - total flux cleaned = 0.0142093 Jy ! Component: 200 - total flux cleaned = 0.0144739 Jy ! Total flux subtracted in 200 components = 0.0144739 Jy ! Clean residual min=-0.003672 max=0.004243 Jy/beam ! Clean residual mean=-0.000042 rms=0.001081 Jy/beam ! Combined flux in latest and established models = 0.277845 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 124 components and 0.277845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068948Jy sigma=0.977452 ! Fit after self-cal, rms=0.068751Jy sigma=0.973789 ! 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.62 x 12.01 at -15.36 degrees (North through East) ! Clean map min=-0.0035622 max=0.21451 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.068751Jy sigma=0.973789 ! Fit after self-cal, rms=0.065002Jy sigma=0.929877 ! 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.065002Jy sigma=0.929877 ! Fit after self-cal, rms=0.065008Jy sigma=0.929704 ! Inverting map and beam ! Estimated beam: bmin=3.614 mas, bmaj=11.79 mas, bpa=-15.21 degrees ! Estimated noise=1.09588 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00297588 Jy ! Component: 100 - total flux cleaned = 0.00378534 Jy ! Component: 150 - total flux cleaned = 0.00422435 Jy ! Component: 200 - total flux cleaned = 0.00427631 Jy ! Total flux subtracted in 200 components = 0.00427631 Jy ! Clean residual min=-0.002771 max=0.003472 Jy/beam ! Clean residual mean=-0.000032 rms=0.000863 Jy/beam ! Combined flux in latest and established models = 0.282121 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 147 components and 0.282121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064833Jy sigma=0.926813 ! Fit after self-cal, rms=0.064813Jy sigma=0.926400 ! 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.064813Jy sigma=0.926400 ! Fit after self-cal, rms=0.064618Jy sigma=0.906023 ! 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.064618Jy sigma=0.906023 ! Fit after self-cal, rms=0.064619Jy sigma=0.906003 ! Inverting map and beam ! Estimated beam: bmin=3.618 mas, bmaj=11.88 mas, bpa=-15.38 degrees ! Estimated noise=1.10002 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184411 Jy ! Component: 100 - total flux cleaned = 0.00241948 Jy ! Component: 150 - total flux cleaned = 0.00258899 Jy ! Component: 200 - total flux cleaned = 0.00270219 Jy ! Total flux subtracted in 200 components = 0.00270219 Jy ! Clean residual min=-0.002868 max=0.003364 Jy/beam ! Clean residual mean=-0.000045 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.284824 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 165 components and 0.284823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064527Jy sigma=0.904631 ! Fit after self-cal, rms=0.064518Jy sigma=0.904437 ! 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=8.282 mas, bmaj=14.84 mas, bpa=-2.878 degrees ! Estimated noise=1.31606 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.00041932 Jy ! Component: 100 - total flux cleaned = 0.000418728 Jy ! Component: 150 - total flux cleaned = 0.000365936 Jy ! Component: 200 - total flux cleaned = 0.000320365 Jy ! Total flux subtracted in 200 components = 0.000320365 Jy ! Clean residual min=-0.003410 max=0.003248 Jy/beam ! Clean residual mean=-0.000077 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.285144 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 186 components and 0.285144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064539Jy sigma=0.904245 ! Fit after self-cal, rms=0.064533Jy sigma=0.904163 ! Inverting map uvtaper 0,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.83 mas, bmaj=8.597 mas, bpa=-11.43 degrees ! Estimated noise=1.61036 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.183953 Jy ! Component: 100 - total flux cleaned = 0.222878 Jy ! Component: 150 - total flux cleaned = 0.239088 Jy ! Component: 200 - total flux cleaned = 0.25011 Jy ! Total flux subtracted in 200 components = 0.25011 Jy ! Clean residual min=-0.006874 max=0.006245 Jy/beam ! Clean residual mean=0.000131 rms=0.001685 Jy/beam ! Combined flux in latest and established models = 0.25011 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 68 model components to the UV plane model. ! The established model now contains 68 components and 0.25011 Jy ! Inverting map and beam ! Estimated beam: bmin=3.618 mas, bmaj=11.88 mas, bpa=-15.38 degrees ! Estimated noise=1.10002 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.0121035 Jy ! Component: 100 - total flux cleaned = 0.0192907 Jy ! Component: 150 - total flux cleaned = 0.0243242 Jy ! Component: 200 - total flux cleaned = 0.0279834 Jy ! Total flux subtracted in 200 components = 0.0279834 Jy ! Clean residual min=-0.002894 max=0.003353 Jy/beam ! Clean residual mean=0.000001 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.278093 Jy ! Adding 76 model components to the UV plane model. ! The established model now contains 136 components and 0.278093 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=8.282 mas, bmaj=14.84 mas, bpa=-2.878 degrees ! Estimated noise=1.31606 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.00345265 Jy ! Component: 100 - total flux cleaned = 0.00553894 Jy ! Component: 150 - total flux cleaned = 0.00655337 Jy ! Component: 200 - total flux cleaned = 0.00684553 Jy ! Total flux subtracted in 200 components = 0.00684553 Jy ! Clean residual min=-0.003303 max=0.003404 Jy/beam ! Clean residual mean=-0.000066 rms=0.000925 Jy/beam ! Combined flux in latest and established models = 0.284939 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 183 components and 0.284939 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.618 mas, bmaj=11.88 mas, bpa=-15.38 degrees ! Estimated noise=1.10002 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000295613 Jy ! Component: 100 - total flux cleaned = -0.000174573 Jy ! Component: 150 - total flux cleaned = -6.50703e-05 Jy ! Component: 200 - total flux cleaned = -1.45534e-05 Jy ! Total flux subtracted in 200 components = -1.45534e-05 Jy ! Clean residual min=-0.002690 max=0.003319 Jy/beam ! Clean residual mean=-0.000045 rms=0.000836 Jy/beam ! Combined flux in latest and established models = 0.284925 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 205 components and 0.284924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064520Jy sigma=0.904803 ! Fit after self-cal, rms=0.064493Jy sigma=0.904630 wmodel J0653-0625_S_2005_06_30_yyk\_map.mod ! Writing 205 model components to file: J0653-0625_S_2005_06_30_yyk_map.mod wobs J0653-0625_S_2005_06_30_yyk\_uvs.fits ! Writing UV FITS file: J0653-0625_S_2005_06_30_yyk_uvs.fits wwins J0653-0625_S_2005_06_30_yyk\_map.win ! wwins: Wrote 2 windows to J0653-0625_S_2005_06_30_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.00126433 Jy ! Component: 100 - total flux cleaned = 0.00166724 Jy ! Component: 150 - total flux cleaned = 0.0019472 Jy ! Component: 200 - total flux cleaned = 0.00203466 Jy ! Component: 250 - total flux cleaned = 0.00220423 Jy ! Component: 300 - total flux cleaned = 0.0023264 Jy ! Component: 350 - total flux cleaned = 0.00232632 Jy ! Component: 400 - total flux cleaned = 0.00228815 Jy ! Component: 450 - total flux cleaned = 0.00217752 Jy ! Component: 500 - total flux cleaned = 0.00203554 Jy ! Component: 550 - total flux cleaned = 0.00200096 Jy ! Component: 600 - total flux cleaned = 0.00179544 Jy ! Component: 650 - total flux cleaned = 0.00146209 Jy ! Component: 700 - total flux cleaned = 0.00133158 Jy ! Component: 750 - total flux cleaned = 0.00104217 Jy ! Component: 800 - total flux cleaned = 0.000883973 Jy ! Component: 850 - total flux cleaned = 0.000697286 Jy ! Component: 900 - total flux cleaned = 0.000544291 Jy ! Component: 950 - total flux cleaned = 0.000393683 Jy ! Component: 1000 - total flux cleaned = 0.000187242 Jy ! Component: 1050 - total flux cleaned = 0.000187042 Jy ! Component: 1100 - total flux cleaned = 4.47245e-05 Jy ! Component: 1150 - total flux cleaned = 0.000100954 Jy ! Component: 1200 - total flux cleaned = -1.01429e-05 Jy ! Component: 1250 - total flux cleaned = -9.15265e-05 Jy ! Component: 1300 - total flux cleaned = -3.70633e-05 Jy ! Component: 1350 - total flux cleaned = -3.70122e-05 Jy ! Component: 1400 - total flux cleaned = -1.12739e-05 Jy ! Component: 1450 - total flux cleaned = -3.72451e-05 Jy ! Component: 1500 - total flux cleaned = -8.84686e-05 Jy ! Component: 1550 - total flux cleaned = -0.000188562 Jy ! Component: 1600 - total flux cleaned = -0.000113908 Jy ! Component: 1650 - total flux cleaned = -0.000113833 Jy ! Component: 1700 - total flux cleaned = -0.000186088 Jy ! Component: 1750 - total flux cleaned = -0.000209844 Jy ! Component: 1800 - total flux cleaned = -0.000233318 Jy ! Component: 1850 - total flux cleaned = -0.000327086 Jy ! Component: 1900 - total flux cleaned = -0.000442643 Jy ! Component: 1950 - total flux cleaned = -0.000488278 Jy ! Component: 2000 - total flux cleaned = -0.000578908 Jy ! Total flux subtracted in 2048 components = -0.00064638 Jy ! Clean residual min=-0.001363 max=0.001368 Jy/beam ! Clean residual mean=-0.000017 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.284278 Jy keep ! Adding 138 model components to the UV plane model. ! The established model now contains 343 components and 0.284278 Jy ![Exited script file: muppet] wmap "J0653-0625_S_2005_06_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.618 x 11.88 at -15.38 degrees (North through East) ! Clean map min=-0.0022486 max=0.21473 Jy/beam ! Writing clean map to FITS file: J0653-0625_S_2005_06_30_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.214733 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000495688 device "J0653-0625_S_2005_06_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J0653-0625_S_2005_06_30_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.692516 0.692516 1.38503 2.77006 5.54013 11.0803 22.1605 44.321 88.642 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.214 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.618 x 11.88 at -15.38 degrees (North through East) ! Clean map min=-0.0022486 max=0.21473 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0653-0625_S_2005_06_30_yyk\_map.gif/gif" ! Attempting to open device: 'J0653-0625_S_2005_06_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0653-0625_S_2005_06_30_yyk_uvs.log closed on Sat Oct 8 17:05:57 2005