! Started logfile: J0856-1105_S_2005_06_30_yyk_uvs.log on Sat Oct 8 17:11:14 2005 obs J0856-1105_S_2005_06_30_yyk_uve.fits ! Reading UV FITS file: J0856-1105_S_2005_06_30_yyk_uve.fits ! AN table 1: 13 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.955556 visibilities/baseline/integration-bin. ! Found source: J0856-1105 ! ! 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 1468 lines of history. ! ! Reading 2236 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 J0856-1105_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.596164 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.578 mas, bmaj=6.352 mas, bpa=1.202 degrees ! Estimated noise=1.33702 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.490492 Jy ! Component: 100 - total flux cleaned = 0.56462 Jy ! Total flux subtracted in 100 components = 0.56462 Jy ! Clean residual min=-0.012476 max=0.019787 Jy/beam ! Clean residual mean=0.000125 rms=0.003536 Jy/beam ! Combined flux in latest and established models = 0.56462 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.56462 Jy ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.117996Jy sigma=1.651679 ! Fit after self-cal, rms=0.117841Jy sigma=1.647354 ! Inverting map and beam ! Estimated beam: bmin=2.578 mas, bmaj=6.352 mas, bpa=1.202 degrees ! Estimated noise=1.33702 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.233 mas, bmaj=8.007 mas, bpa=-0.4456 degrees ! Estimated noise=0.881629 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.0320695 Jy ! Component: 100 - total flux cleaned = 0.0439955 Jy ! Component: 150 - total flux cleaned = 0.0488584 Jy ! Component: 200 - total flux cleaned = 0.0501419 Jy ! Total flux subtracted in 200 components = 0.0501419 Jy ! Clean residual min=-0.011569 max=0.009544 Jy/beam ! Clean residual mean=-0.000192 rms=0.002378 Jy/beam ! Combined flux in latest and established models = 0.614762 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 36 components and 0.614762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109459Jy sigma=1.531776 ! Fit after self-cal, rms=0.109452Jy sigma=1.531675 ! 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.233 x 8.007 at -0.4456 degrees (North through East) ! Clean map min=-0.011005 max=0.56847 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.01463 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.04 HN 0.98 KP 0.96 ! LA 1.08 MK 0.88 NL 0.95 OV 0.97 ! PT 1.08 SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.984728 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.03 HN 1.04 KP 1.03 ! LA 1.04 MK 0.97 NL 0.97 OV 1.04 ! PT 1.06 SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.975762 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.93 HN 1.01 KP 0.98 ! LA 0.95 MK 1.11 NL 1.05 OV 1.01 ! PT 1.12 SC 1.02 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.04136 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.96 HN 0.92 KP 0.89 ! LA 0.78 MK 1.08 NL 0.97 OV 0.87 ! PT 0.99 SC 1.11 ! ! ! Fit before self-cal, rms=0.109452Jy sigma=1.531675 ! Fit after self-cal, rms=0.091088Jy sigma=1.255225 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.091088Jy sigma=1.255225 ! Fit after self-cal, rms=0.091079Jy sigma=1.255195 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.258 mas, bmaj=8.088 mas, bpa=-0.476 degrees ! Estimated noise=0.88405 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.00341642 Jy ! Component: 100 - total flux cleaned = 0.00361481 Jy ! Component: 150 - total flux cleaned = 0.00372597 Jy ! Component: 200 - total flux cleaned = 0.00382316 Jy ! Total flux subtracted in 200 components = 0.00382316 Jy ! Clean residual min=-0.004707 max=0.005060 Jy/beam ! Clean residual mean=0.000117 rms=0.001219 Jy/beam ! Combined flux in latest and established models = 0.618585 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 48 components and 0.618585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090896Jy sigma=1.253054 ! Fit after self-cal, rms=0.090892Jy sigma=1.253046 ! 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.090892Jy sigma=1.253046 ! Fit after self-cal, rms=0.088565Jy sigma=1.206184 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.000245674 Jy ! Component: 100 - total flux cleaned = 0.000292768 Jy ! Component: 150 - total flux cleaned = 0.000363265 Jy ! Component: 200 - total flux cleaned = 0.000453893 Jy ! Total flux subtracted in 200 components = 0.000453893 Jy ! Clean residual min=-0.004672 max=0.004626 Jy/beam ! Clean residual mean=0.000115 rms=0.001187 Jy/beam ! Combined flux in latest and established models = 0.619039 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 51 components and 0.619039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088506Jy sigma=1.205639 ! Fit after self-cal, rms=0.088395Jy sigma=1.203262 ! 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.258 x 8.088 at -0.476 degrees (North through East) ! Clean map min=-0.0045476 max=0.57119 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.088395Jy sigma=1.203262 ! Fit after self-cal, rms=0.081901Jy sigma=1.078582 ! 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.081901Jy sigma=1.078582 ! Fit after self-cal, rms=0.081898Jy sigma=1.078327 ! Inverting map and beam ! Estimated beam: bmin=3.259 mas, bmaj=8.101 mas, bpa=-0.5594 degrees ! Estimated noise=0.882531 mJy/beam. ! Added new window around map position (14.5, -63.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00512538 Jy ! Component: 100 - total flux cleaned = 0.00619142 Jy ! Component: 150 - total flux cleaned = 0.0062568 Jy ! Component: 200 - total flux cleaned = 0.00630897 Jy ! Total flux subtracted in 200 components = 0.00630897 Jy ! Clean residual min=-0.003815 max=0.003361 Jy/beam ! Clean residual mean=0.000027 rms=0.000913 Jy/beam ! Combined flux in latest and established models = 0.625348 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 79 components and 0.625348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081608Jy sigma=1.073286 ! Fit after self-cal, rms=0.081587Jy sigma=1.073130 ! 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.081587Jy sigma=1.073130 ! Fit after self-cal, rms=0.080176Jy sigma=1.015181 ! 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.080176Jy sigma=1.015181 ! Fit after self-cal, rms=0.080196Jy sigma=1.015151 ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=8.102 mas, bpa=-0.6078 degrees ! Estimated noise=0.881829 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000575921 Jy ! Component: 100 - total flux cleaned = 0.000714926 Jy ! Component: 150 - total flux cleaned = 0.000874494 Jy ! Component: 200 - total flux cleaned = 0.000910091 Jy ! Total flux subtracted in 200 components = 0.000910091 Jy ! Clean residual min=-0.003322 max=0.002967 Jy/beam ! Clean residual mean=0.000022 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.626258 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.626258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080135Jy sigma=1.014441 ! Fit after self-cal, rms=0.080135Jy sigma=1.014417 ! 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.835 mas, bmaj=15.37 mas, bpa=8.578 degrees ! Estimated noise=1.10771 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.000910383 Jy ! Component: 100 - total flux cleaned = 0.00096249 Jy ! Component: 150 - total flux cleaned = 0.000963259 Jy ! Component: 200 - total flux cleaned = 0.000911595 Jy ! Total flux subtracted in 200 components = 0.000911595 Jy ! Clean residual min=-0.002630 max=0.002595 Jy/beam ! Clean residual mean=0.000031 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.62717 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 95 components and 0.62717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080114Jy sigma=1.014492 ! Fit after self-cal, rms=0.080108Jy sigma=1.014391 ! 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.588 mas, bmaj=6.378 mas, bpa=1.042 degrees ! Estimated noise=1.32979 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.488096 Jy ! Component: 100 - total flux cleaned = 0.561076 Jy ! Component: 150 - total flux cleaned = 0.586944 Jy ! Component: 200 - total flux cleaned = 0.599778 Jy ! Total flux subtracted in 200 components = 0.599778 Jy ! Clean residual min=-0.005102 max=0.006234 Jy/beam ! Clean residual mean=0.000168 rms=0.001464 Jy/beam ! Combined flux in latest and established models = 0.599778 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.599778 Jy ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=8.102 mas, bpa=-0.6078 degrees ! Estimated noise=0.881829 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.01162 Jy ! Component: 100 - total flux cleaned = 0.017351 Jy ! Component: 150 - total flux cleaned = 0.0210128 Jy ! Component: 200 - total flux cleaned = 0.0231199 Jy ! Total flux subtracted in 200 components = 0.0231199 Jy ! Clean residual min=-0.003021 max=0.002996 Jy/beam ! Clean residual mean=0.000050 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.622898 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 61 components and 0.622898 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.835 mas, bmaj=15.37 mas, bpa=8.578 degrees ! Estimated noise=1.10771 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.0020036 Jy ! Component: 100 - total flux cleaned = 0.00259365 Jy ! Component: 150 - total flux cleaned = 0.00288898 Jy ! Component: 200 - total flux cleaned = 0.0031277 Jy ! Total flux subtracted in 200 components = 0.0031277 Jy ! Clean residual min=-0.002565 max=0.002556 Jy/beam ! Clean residual mean=0.000047 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.626026 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 75 components and 0.626026 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=8.102 mas, bpa=-0.6078 degrees ! Estimated noise=0.881829 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000247992 Jy ! Component: 100 - total flux cleaned = -0.00040219 Jy ! Component: 150 - total flux cleaned = -0.000357221 Jy ! Component: 200 - total flux cleaned = -0.000277503 Jy ! Total flux subtracted in 200 components = -0.000277503 Jy ! Clean residual min=-0.003089 max=0.003014 Jy/beam ! Clean residual mean=0.000026 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.625748 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 99 components and 0.625748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080037Jy sigma=1.014229 ! Fit after self-cal, rms=0.080038Jy sigma=1.014190 wmodel J0856-1105_S_2005_06_30_yyk\_map.mod ! Writing 99 model components to file: J0856-1105_S_2005_06_30_yyk_map.mod wobs J0856-1105_S_2005_06_30_yyk\_uvs.fits ! Writing UV FITS file: J0856-1105_S_2005_06_30_yyk_uvs.fits wwins J0856-1105_S_2005_06_30_yyk\_map.win ! wwins: Wrote 2 windows to J0856-1105_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.000625484 Jy ! Component: 100 - total flux cleaned = -0.000783569 Jy ! Component: 150 - total flux cleaned = -0.000458282 Jy ! Component: 200 - total flux cleaned = -5.80238e-05 Jy ! Component: 250 - total flux cleaned = 0.000156654 Jy ! Component: 300 - total flux cleaned = 0.000405602 Jy ! Component: 350 - total flux cleaned = 0.000606005 Jy ! Component: 400 - total flux cleaned = 0.000644469 Jy ! Component: 450 - total flux cleaned = 0.000529643 Jy ! Component: 500 - total flux cleaned = 0.000454915 Jy ! Component: 550 - total flux cleaned = 0.00045445 Jy ! Component: 600 - total flux cleaned = 0.000347101 Jy ! Component: 650 - total flux cleaned = 0.000347146 Jy ! Component: 700 - total flux cleaned = 0.000381838 Jy ! Component: 750 - total flux cleaned = 0.000415606 Jy ! Component: 800 - total flux cleaned = 0.000448394 Jy ! Component: 850 - total flux cleaned = 0.000513366 Jy ! Component: 900 - total flux cleaned = 0.000513134 Jy ! Component: 950 - total flux cleaned = 0.000607727 Jy ! Component: 1000 - total flux cleaned = 0.000638764 Jy ! Component: 1050 - total flux cleaned = 0.000700354 Jy ! Component: 1100 - total flux cleaned = 0.000790687 Jy ! Component: 1150 - total flux cleaned = 0.00081999 Jy ! Component: 1200 - total flux cleaned = 0.000878791 Jy ! Component: 1250 - total flux cleaned = 0.000936996 Jy ! Component: 1300 - total flux cleaned = 0.00105151 Jy ! Component: 1350 - total flux cleaned = 0.00107945 Jy ! Component: 1400 - total flux cleaned = 0.00116317 Jy ! Component: 1450 - total flux cleaned = 0.00127336 Jy ! Component: 1500 - total flux cleaned = 0.00138228 Jy ! Component: 1550 - total flux cleaned = 0.00143618 Jy ! Component: 1600 - total flux cleaned = 0.00146282 Jy ! Component: 1650 - total flux cleaned = 0.00154219 Jy ! Component: 1700 - total flux cleaned = 0.00159469 Jy ! Component: 1750 - total flux cleaned = 0.00172375 Jy ! Component: 1800 - total flux cleaned = 0.00180046 Jy ! Component: 1850 - total flux cleaned = 0.00187651 Jy ! Component: 1900 - total flux cleaned = 0.00202696 Jy ! Component: 1950 - total flux cleaned = 0.00215108 Jy ! Component: 2000 - total flux cleaned = 0.0022002 Jy ! Total flux subtracted in 2048 components = 0.00229741 Jy ! Clean residual min=-0.001250 max=0.001409 Jy/beam ! Clean residual mean=0.000011 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.628046 Jy keep ! Adding 136 model components to the UV plane model. ! The established model now contains 235 components and 0.628046 Jy ![Exited script file: muppet] wmap "J0856-1105_S_2005_06_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.256 x 8.102 at -0.6078 degrees (North through East) ! Clean map min=-0.0024545 max=0.57269 Jy/beam ! Writing clean map to FITS file: J0856-1105_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.572686 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000503462 device "J0856-1105_S_2005_06_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J0856-1105_S_2005_06_30_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.263737 0.263737 0.527475 1.05495 2.1099 4.2198 8.4396 16.8792 33.7584 67.5168 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.572 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.256 x 8.102 at -0.6078 degrees (North through East) ! Clean map min=-0.0024545 max=0.57269 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0856-1105_S_2005_06_30_yyk\_map.gif/gif" ! Attempting to open device: 'J0856-1105_S_2005_06_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0856-1105_S_2005_06_30_yyk_uvs.log closed on Sat Oct 8 17:11:19 2005