! Started logfile: J1508-1548_S_2005_07_09_yyk_uvs.log on Fri Jan 20 10:37:35 2006 obs J1508-1548_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J1508-1548_S_2005_07_09_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1508-1548 ! ! 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 1601 lines of history. ! ! Reading 1800 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 J1508-1548_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.261924 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.501 mas, bmaj=6.661 mas, bpa=-2.698 degrees ! Estimated noise=1.37823 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.208181 Jy ! Component: 100 - total flux cleaned = 0.243935 Jy ! Total flux subtracted in 100 components = 0.243935 Jy ! Clean residual min=-0.007928 max=0.010351 Jy/beam ! Clean residual mean=0.000048 rms=0.002302 Jy/beam ! Combined flux in latest and established models = 0.243935 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.243935 Jy ! ! Correcting IF 1. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 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 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.081045Jy sigma=1.278384 ! Fit after self-cal, rms=0.081049Jy sigma=1.271844 ! Inverting map and beam ! Estimated beam: bmin=2.501 mas, bmaj=6.661 mas, bpa=-2.698 degrees ! Estimated noise=1.37823 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.109 mas, bmaj=7.85 mas, bpa=-2.391 degrees ! Estimated noise=0.981207 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.0152621 Jy ! Component: 100 - total flux cleaned = 0.0216445 Jy ! Component: 150 - total flux cleaned = 0.0232705 Jy ! Component: 200 - total flux cleaned = 0.0239058 Jy ! Total flux subtracted in 200 components = 0.0239058 Jy ! Clean residual min=-0.007784 max=0.009181 Jy/beam ! Clean residual mean=0.000023 rms=0.002204 Jy/beam ! Combined flux in latest and established models = 0.267841 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 37 components and 0.267841 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078381Jy sigma=1.235046 ! Fit after self-cal, rms=0.078384Jy sigma=1.234818 ! 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.109 x 7.85 at -2.391 degrees (North through East) ! Clean map min=-0.0078036 max=0.23587 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.01652 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 0.99 KP 0.95 ! LA 1.08 MK 0.88 NL 0.97 OV 0.93 ! PT 1.06 SC 0.92 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.996593 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.02 HN 1.08 KP 1.03 ! LA 1.02 MK 1.01 NL 0.97 OV 0.96 ! PT 1.03 SC 0.89 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.943554 ! Telescope amplitude corrections in sub-array 1: ! BR 1.51 FD 0.92 HN 0.99 KP 0.97 ! LA 0.91 MK 1.14 NL 1.03 OV 1.02 ! PT 1.07 SC 1.04 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.04535 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.99 HN 0.91 KP 0.90 ! LA 0.75 MK 1.07 NL 0.93 OV 0.86 ! PT 0.99 SC 1.08 ! ! ! Fit before self-cal, rms=0.078384Jy sigma=1.234818 ! Fit after self-cal, rms=0.072148Jy sigma=1.123156 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.072148Jy sigma=1.123156 ! Fit after self-cal, rms=0.072173Jy sigma=1.123071 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=8.014 mas, bpa=-1.716 degrees ! Estimated noise=0.974462 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.00147741 Jy ! Component: 100 - total flux cleaned = -0.00169657 Jy ! Component: 150 - total flux cleaned = -0.00175667 Jy ! Component: 200 - total flux cleaned = -0.00181165 Jy ! Total flux subtracted in 200 components = -0.00181165 Jy ! Clean residual min=-0.004775 max=0.005020 Jy/beam ! Clean residual mean=0.000059 rms=0.001328 Jy/beam ! Combined flux in latest and established models = 0.266029 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 46 components and 0.266029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072056Jy sigma=1.121127 ! Fit after self-cal, rms=0.072054Jy sigma=1.121022 ! 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.072054Jy sigma=1.121022 ! Fit after self-cal, rms=0.069897Jy sigma=1.071260 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.000261868 Jy ! Component: 100 - total flux cleaned = 0.000361808 Jy ! Component: 150 - total flux cleaned = 0.000406871 Jy ! Component: 200 - total flux cleaned = 0.000373937 Jy ! Total flux subtracted in 200 components = 0.000373937 Jy ! Clean residual min=-0.004813 max=0.004571 Jy/beam ! Clean residual mean=0.000056 rms=0.001294 Jy/beam ! Combined flux in latest and established models = 0.266403 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 52 components and 0.266403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069817Jy sigma=1.070352 ! Fit after self-cal, rms=0.069776Jy sigma=1.067050 ! 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.135 x 8.014 at -1.716 degrees (North through East) ! Clean map min=-0.0049548 max=0.23761 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.069776Jy sigma=1.067050 ! Fit after self-cal, rms=0.066906Jy sigma=1.005156 ! 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.066906Jy sigma=1.005156 ! Fit after self-cal, rms=0.066964Jy sigma=1.004769 ! Inverting map and beam ! Estimated beam: bmin=3.144 mas, bmaj=8.005 mas, bpa=-1.682 degrees ! Estimated noise=0.971955 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000350173 Jy ! Component: 100 - total flux cleaned = -0.00038996 Jy ! Component: 150 - total flux cleaned = -0.000390318 Jy ! Component: 200 - total flux cleaned = -0.000390124 Jy ! Total flux subtracted in 200 components = -0.000390124 Jy ! Clean residual min=-0.004744 max=0.004484 Jy/beam ! Clean residual mean=0.000045 rms=0.001179 Jy/beam ! Combined flux in latest and established models = 0.266013 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 55 components and 0.266013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066915Jy sigma=1.004252 ! Fit after self-cal, rms=0.066939Jy sigma=1.004107 ! 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.066939Jy sigma=1.004107 ! Fit after self-cal, rms=0.065814Jy sigma=0.963166 ! 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.065814Jy sigma=0.963166 ! Fit after self-cal, rms=0.065836Jy sigma=0.963121 ! Inverting map and beam ! Estimated beam: bmin=3.144 mas, bmaj=7.988 mas, bpa=-1.539 degrees ! Estimated noise=0.973369 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000424004 Jy ! Component: 100 - total flux cleaned = 0.000499966 Jy ! Component: 150 - total flux cleaned = 0.00047129 Jy ! Component: 200 - total flux cleaned = 0.000472184 Jy ! Total flux subtracted in 200 components = 0.000472184 Jy ! Clean residual min=-0.004399 max=0.003778 Jy/beam ! Clean residual mean=0.000051 rms=0.001063 Jy/beam ! Combined flux in latest and established models = 0.266485 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 59 components and 0.266485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065797Jy sigma=0.962568 ! Fit after self-cal, rms=0.065801Jy sigma=0.962503 ! 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=7.952 mas, bmaj=16.6 mas, bpa=3.601 degrees ! Estimated noise=1.24548 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.000306073 Jy ! Component: 100 - total flux cleaned = -0.000276752 Jy ! Component: 150 - total flux cleaned = -0.000256827 Jy ! Component: 200 - total flux cleaned = -0.000240382 Jy ! Total flux subtracted in 200 components = -0.000240382 Jy ! Clean residual min=-0.003630 max=0.004322 Jy/beam ! Clean residual mean=0.000097 rms=0.001246 Jy/beam ! Combined flux in latest and established models = 0.266245 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 66 components and 0.266245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065824Jy sigma=0.962729 ! Fit after self-cal, rms=0.065824Jy sigma=0.962598 ! 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.512 mas, bmaj=6.714 mas, bpa=-2.491 degrees ! Estimated noise=1.36816 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.207288 Jy ! Component: 100 - total flux cleaned = 0.242283 Jy ! Component: 150 - total flux cleaned = 0.254433 Jy ! Component: 200 - total flux cleaned = 0.260566 Jy ! Total flux subtracted in 200 components = 0.260566 Jy ! Clean residual min=-0.004729 max=0.004394 Jy/beam ! Clean residual mean=0.000035 rms=0.001172 Jy/beam ! Combined flux in latest and established models = 0.260566 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.260566 Jy ! Inverting map and beam ! Estimated beam: bmin=3.144 mas, bmaj=7.988 mas, bpa=-1.539 degrees ! Estimated noise=0.973369 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.00386274 Jy ! Component: 100 - total flux cleaned = 0.00440668 Jy ! Component: 150 - total flux cleaned = 0.00464585 Jy ! Component: 200 - total flux cleaned = 0.00475858 Jy ! Total flux subtracted in 200 components = 0.00475858 Jy ! Clean residual min=-0.004620 max=0.003981 Jy/beam ! Clean residual mean=0.000055 rms=0.001097 Jy/beam ! Combined flux in latest and established models = 0.265324 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 0.265324 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=7.952 mas, bmaj=16.6 mas, bpa=3.601 degrees ! Estimated noise=1.24548 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 = 4.21223e-05 Jy ! Component: 100 - total flux cleaned = 0.000171198 Jy ! Component: 150 - total flux cleaned = 0.000275737 Jy ! Component: 200 - total flux cleaned = 0.000361407 Jy ! Total flux subtracted in 200 components = 0.000361407 Jy ! Clean residual min=-0.003728 max=0.004392 Jy/beam ! Clean residual mean=0.000101 rms=0.001263 Jy/beam ! Combined flux in latest and established models = 0.265686 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 49 components and 0.265686 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.144 mas, bmaj=7.988 mas, bpa=-1.539 degrees ! Estimated noise=0.973369 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00010769 Jy ! Component: 100 - total flux cleaned = 1.6046e-05 Jy ! Component: 150 - total flux cleaned = -4.59336e-05 Jy ! Component: 200 - total flux cleaned = -4.60973e-05 Jy ! Total flux subtracted in 200 components = -4.60973e-05 Jy ! Clean residual min=-0.004473 max=0.003890 Jy/beam ! Clean residual mean=0.000054 rms=0.001074 Jy/beam ! Combined flux in latest and established models = 0.26564 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 63 components and 0.26564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065808Jy sigma=0.962663 ! Fit after self-cal, rms=0.065803Jy sigma=0.962600 wmodel J1508-1548_S_2005_07_09_yyk\_map.mod ! Writing 63 model components to file: J1508-1548_S_2005_07_09_yyk_map.mod wobs J1508-1548_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J1508-1548_S_2005_07_09_yyk_uvs.fits wwins J1508-1548_S_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J1508-1548_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 = -7.90279e-05 Jy ! Component: 100 - total flux cleaned = 0.00091137 Jy ! Component: 150 - total flux cleaned = 0.00157213 Jy ! Component: 200 - total flux cleaned = 0.00197601 Jy ! Component: 250 - total flux cleaned = 0.00214127 Jy ! Component: 300 - total flux cleaned = 0.00219582 Jy ! Component: 350 - total flux cleaned = 0.00224697 Jy ! Component: 400 - total flux cleaned = 0.00210104 Jy ! Component: 450 - total flux cleaned = 0.0021963 Jy ! Component: 500 - total flux cleaned = 0.00224225 Jy ! Component: 550 - total flux cleaned = 0.00242199 Jy ! Component: 600 - total flux cleaned = 0.00259714 Jy ! Component: 650 - total flux cleaned = 0.00276776 Jy ! Component: 700 - total flux cleaned = 0.00293385 Jy ! Component: 750 - total flux cleaned = 0.00309654 Jy ! Component: 800 - total flux cleaned = 0.00317583 Jy ! Component: 850 - total flux cleaned = 0.00325392 Jy ! Component: 900 - total flux cleaned = 0.00336928 Jy ! Component: 950 - total flux cleaned = 0.00348212 Jy ! Component: 1000 - total flux cleaned = 0.00366528 Jy ! Component: 1050 - total flux cleaned = 0.00373737 Jy ! Component: 1100 - total flux cleaned = 0.00394737 Jy ! Component: 1150 - total flux cleaned = 0.00394645 Jy ! Component: 1200 - total flux cleaned = 0.00391285 Jy ! Component: 1250 - total flux cleaned = 0.00397916 Jy ! Component: 1300 - total flux cleaned = 0.00394739 Jy ! Component: 1350 - total flux cleaned = 0.00404414 Jy ! Component: 1400 - total flux cleaned = 0.00410634 Jy ! Component: 1450 - total flux cleaned = 0.00419845 Jy ! Component: 1500 - total flux cleaned = 0.00422851 Jy ! Component: 1550 - total flux cleaned = 0.004258 Jy ! Component: 1600 - total flux cleaned = 0.00449356 Jy ! Component: 1650 - total flux cleaned = 0.00457988 Jy ! Component: 1700 - total flux cleaned = 0.00466561 Jy ! Component: 1750 - total flux cleaned = 0.00483525 Jy ! Component: 1800 - total flux cleaned = 0.00497505 Jy ! Component: 1850 - total flux cleaned = 0.00513999 Jy ! Component: 1900 - total flux cleaned = 0.00533024 Jy ! Component: 1950 - total flux cleaned = 0.00543719 Jy ! Component: 2000 - total flux cleaned = 0.00564899 Jy ! Total flux subtracted in 2048 components = 0.00570115 Jy ! Clean residual min=-0.002204 max=0.001741 Jy/beam ! Clean residual mean=0.000020 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.271341 Jy keep ! Adding 136 model components to the UV plane model. ! The established model now contains 199 components and 0.271341 Jy ![Exited script file: muppet] wmap "J1508-1548_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.144 x 7.988 at -1.539 degrees (North through East) ! Clean map min=-0.0036813 max=0.24012 Jy/beam ! Writing clean map to FITS file: J1508-1548_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.240118 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000529507 device "J1508-1548_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J1508-1548_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.661557 0.661557 1.32311 2.64623 5.29246 10.5849 21.1698 42.3396 84.6793 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.24 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.144 x 7.988 at -1.539 degrees (North through East) ! Clean map min=-0.0036813 max=0.24012 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1508-1548_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J1508-1548_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1508-1548_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 10:37:39 2006