! Started logfile: J1331-0341_S_2005_06_30_yyk_uvs.log on Sat Oct 8 17:22:13 2005 obs J1331-0341_S_2005_06_30_yyk_uve.fits ! Reading UV FITS file: J1331-0341_S_2005_06_30_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.945455 visibilities/baseline/integration-bin. ! Found source: J1331-0341 ! ! 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 1872 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 J1331-0341_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.154555 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.393 mas, bmaj=6.619 mas, bpa=-2.451 degrees ! Estimated noise=1.23252 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.114408 Jy ! Component: 100 - total flux cleaned = 0.140633 Jy ! Total flux subtracted in 100 components = 0.140633 Jy ! Clean residual min=-0.005577 max=0.007906 Jy/beam ! Clean residual mean=-0.000039 rms=0.001492 Jy/beam ! Combined flux in latest and established models = 0.140633 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.140633 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 14 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.061646Jy sigma=1.082553 ! Fit after self-cal, rms=0.061500Jy sigma=1.078170 ! Inverting map and beam ! Estimated beam: bmin=2.393 mas, bmaj=6.619 mas, bpa=-2.451 degrees ! Estimated noise=1.23252 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.119 mas, bmaj=8.01 mas, bpa=-2.512 degrees ! Estimated noise=0.879515 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.0123561 Jy ! Component: 100 - total flux cleaned = 0.0163924 Jy ! Component: 150 - total flux cleaned = 0.0178822 Jy ! Component: 200 - total flux cleaned = 0.0182166 Jy ! Total flux subtracted in 200 components = 0.0182166 Jy ! Clean residual min=-0.003727 max=0.003713 Jy/beam ! Clean residual mean=-0.000075 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.15885 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 32 components and 0.15885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059434Jy sigma=1.046161 ! Fit after self-cal, rms=0.059435Jy sigma=1.045927 ! 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.119 x 8.01 at -2.512 degrees (North through East) ! Clean map min=-0.0034837 max=0.13658 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.02404 ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.03 HN 0.97 KP 0.98 ! LA 1.09 MK 0.88 NL 0.94 OV 0.95 ! PT 1.06 SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.988814 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.04 HN 0.98 KP 0.95 ! LA 1.05 MK 0.99 NL 0.96 OV 1.02 ! PT 1.06 SC 1.03 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.968404 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.93 HN 1.11 KP 1.02 ! LA 0.97 MK 1.11 NL 1.01 OV 1.02 ! PT 1.17 SC 0.99 ! ! ! 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.059435Jy sigma=1.045927 ! Fit after self-cal, rms=0.058624Jy sigma=1.031337 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.058624Jy sigma=1.031337 ! Fit after self-cal, rms=0.058619Jy sigma=1.031270 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.086 mas, bmaj=7.898 mas, bpa=-2.362 degrees ! Estimated noise=0.884209 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.00256022 Jy ! Component: 100 - total flux cleaned = 0.00361258 Jy ! Component: 150 - total flux cleaned = 0.00381403 Jy ! Component: 200 - total flux cleaned = 0.00396288 Jy ! Total flux subtracted in 200 components = 0.00396288 Jy ! Clean residual min=-0.002982 max=0.002913 Jy/beam ! Clean residual mean=0.000005 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.162813 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 53 components and 0.162813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058457Jy sigma=1.029725 ! Fit after self-cal, rms=0.058461Jy sigma=1.029624 ! 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.058461Jy sigma=1.029624 ! Fit after self-cal, rms=0.056550Jy sigma=0.991144 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.00100735 Jy ! Component: 100 - total flux cleaned = 0.00108243 Jy ! Component: 150 - total flux cleaned = 0.0010822 Jy ! Component: 200 - total flux cleaned = 0.00108309 Jy ! Total flux subtracted in 200 components = 0.00108309 Jy ! Clean residual min=-0.003036 max=0.002990 Jy/beam ! Clean residual mean=0.000004 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.163896 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.163896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056508Jy sigma=0.990860 ! Fit after self-cal, rms=0.056410Jy sigma=0.988856 ! 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.086 x 7.898 at -2.362 degrees (North through East) ! Clean map min=-0.0028064 max=0.1371 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.056410Jy sigma=0.988856 ! Fit after self-cal, rms=0.054102Jy sigma=0.960484 ! 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.054102Jy sigma=0.960484 ! Fit after self-cal, rms=0.054092Jy sigma=0.960221 ! Inverting map and beam ! Estimated beam: bmin=3.102 mas, bmaj=7.911 mas, bpa=-1.943 degrees ! Estimated noise=0.879837 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 8.0492e-05 Jy ! Component: 100 - total flux cleaned = -3.11149e-05 Jy ! Component: 150 - total flux cleaned = -6.5411e-05 Jy ! Component: 200 - total flux cleaned = -3.85207e-05 Jy ! Total flux subtracted in 200 components = -3.85207e-05 Jy ! Clean residual min=-0.002515 max=0.002521 Jy/beam ! Clean residual mean=0.000000 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.163857 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 73 components and 0.163857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054075Jy sigma=0.959947 ! Fit after self-cal, rms=0.054077Jy sigma=0.959879 ! 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.054077Jy sigma=0.959879 ! Fit after self-cal, rms=0.054150Jy sigma=0.948115 ! 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.054150Jy sigma=0.948115 ! Fit after self-cal, rms=0.054160Jy sigma=0.948051 ! Inverting map and beam ! Estimated beam: bmin=3.115 mas, bmaj=7.922 mas, bpa=-1.674 degrees ! Estimated noise=0.879011 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -2.38393e-05 Jy ! Component: 100 - total flux cleaned = -0.000125763 Jy ! Component: 150 - total flux cleaned = -0.000170972 Jy ! Component: 200 - total flux cleaned = -0.000158692 Jy ! Total flux subtracted in 200 components = -0.000158692 Jy ! Clean residual min=-0.002698 max=0.002516 Jy/beam ! Clean residual mean=-0.000006 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.163699 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 78 components and 0.163699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054146Jy sigma=0.947815 ! Fit after self-cal, rms=0.054150Jy sigma=0.947775 ! 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.792 mas, bmaj=13.84 mas, bpa=0.1707 degrees ! Estimated noise=1.13001 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 = -8.16965e-05 Jy ! Component: 100 - total flux cleaned = -0.000150588 Jy ! Component: 150 - total flux cleaned = -0.000233496 Jy ! Component: 200 - total flux cleaned = -0.000272725 Jy ! Total flux subtracted in 200 components = -0.000272725 Jy ! Clean residual min=-0.002466 max=0.002485 Jy/beam ! Clean residual mean=-0.000009 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 0.163426 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 81 components and 0.163426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054159Jy sigma=0.947843 ! Fit after self-cal, rms=0.054159Jy sigma=0.947760 ! 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.396 mas, bmaj=6.644 mas, bpa=-2.292 degrees ! Estimated noise=1.22494 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.114569 Jy ! Component: 100 - total flux cleaned = 0.141276 Jy ! Component: 150 - total flux cleaned = 0.152137 Jy ! Component: 200 - total flux cleaned = 0.157444 Jy ! Total flux subtracted in 200 components = 0.157444 Jy ! Clean residual min=-0.004350 max=0.003825 Jy/beam ! Clean residual mean=-0.000011 rms=0.001041 Jy/beam ! Combined flux in latest and established models = 0.157445 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.157445 Jy ! Inverting map and beam ! Estimated beam: bmin=3.115 mas, bmaj=7.922 mas, bpa=-1.674 degrees ! Estimated noise=0.879011 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.00404123 Jy ! Component: 100 - total flux cleaned = 0.00559254 Jy ! Component: 150 - total flux cleaned = 0.00597277 Jy ! Component: 200 - total flux cleaned = 0.00604132 Jy ! Total flux subtracted in 200 components = 0.00604132 Jy ! Clean residual min=-0.002687 max=0.002485 Jy/beam ! Clean residual mean=-0.000005 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.163486 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 54 components and 0.163486 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.792 mas, bmaj=13.84 mas, bpa=0.1707 degrees ! Estimated noise=1.13001 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 = 5.96829e-05 Jy ! Component: 100 - total flux cleaned = -1.90708e-05 Jy ! Component: 150 - total flux cleaned = -5.00229e-05 Jy ! Component: 200 - total flux cleaned = -9.13537e-05 Jy ! Total flux subtracted in 200 components = -9.13537e-05 Jy ! Clean residual min=-0.002467 max=0.002484 Jy/beam ! Clean residual mean=-0.000009 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.163394 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 60 components and 0.163394 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.115 mas, bmaj=7.922 mas, bpa=-1.674 degrees ! Estimated noise=0.879011 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000149288 Jy ! Component: 100 - total flux cleaned = 0.000242572 Jy ! Component: 150 - total flux cleaned = 0.000368255 Jy ! Component: 200 - total flux cleaned = 0.000412327 Jy ! Total flux subtracted in 200 components = 0.000412327 Jy ! Clean residual min=-0.002711 max=0.002509 Jy/beam ! Clean residual mean=-0.000006 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.163807 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 70 components and 0.163807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054125Jy sigma=0.947518 ! Fit after self-cal, rms=0.054125Jy sigma=0.947484 wmodel J1331-0341_S_2005_06_30_yyk\_map.mod ! Writing 70 model components to file: J1331-0341_S_2005_06_30_yyk_map.mod wobs J1331-0341_S_2005_06_30_yyk\_uvs.fits ! Writing UV FITS file: J1331-0341_S_2005_06_30_yyk_uvs.fits wwins J1331-0341_S_2005_06_30_yyk\_map.win ! wwins: Wrote 1 windows to J1331-0341_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.00021052 Jy ! Component: 100 - total flux cleaned = 0.000466366 Jy ! Component: 150 - total flux cleaned = 0.000706882 Jy ! Component: 200 - total flux cleaned = 0.000974786 Jy ! Component: 250 - total flux cleaned = 0.00123342 Jy ! Component: 300 - total flux cleaned = 0.00141222 Jy ! Component: 350 - total flux cleaned = 0.00155032 Jy ! Component: 400 - total flux cleaned = 0.00175079 Jy ! Component: 450 - total flux cleaned = 0.00188044 Jy ! Component: 500 - total flux cleaned = 0.00207048 Jy ! Component: 550 - total flux cleaned = 0.00216386 Jy ! Component: 600 - total flux cleaned = 0.00225557 Jy ! Component: 650 - total flux cleaned = 0.0024349 Jy ! Component: 700 - total flux cleaned = 0.00249322 Jy ! Component: 750 - total flux cleaned = 0.00260883 Jy ! Component: 800 - total flux cleaned = 0.00263757 Jy ! Component: 850 - total flux cleaned = 0.00280541 Jy ! Component: 900 - total flux cleaned = 0.00291511 Jy ! Component: 950 - total flux cleaned = 0.00296886 Jy ! Component: 1000 - total flux cleaned = 0.00294207 Jy ! Component: 1050 - total flux cleaned = 0.00304796 Jy ! Component: 1100 - total flux cleaned = 0.00309955 Jy ! Component: 1150 - total flux cleaned = 0.00312533 Jy ! Component: 1200 - total flux cleaned = 0.00322631 Jy ! Component: 1250 - total flux cleaned = 0.00325102 Jy ! Component: 1300 - total flux cleaned = 0.0033244 Jy ! Component: 1350 - total flux cleaned = 0.00330027 Jy ! Component: 1400 - total flux cleaned = 0.00330093 Jy ! Component: 1450 - total flux cleaned = 0.00341958 Jy ! Component: 1500 - total flux cleaned = 0.00346619 Jy ! Component: 1550 - total flux cleaned = 0.0035351 Jy ! Component: 1600 - total flux cleaned = 0.00351264 Jy ! Component: 1650 - total flux cleaned = 0.00355767 Jy ! Component: 1700 - total flux cleaned = 0.00362434 Jy ! Component: 1750 - total flux cleaned = 0.00362396 Jy ! Component: 1800 - total flux cleaned = 0.00366734 Jy ! Component: 1850 - total flux cleaned = 0.00368857 Jy ! Component: 1900 - total flux cleaned = 0.00366738 Jy ! Component: 1950 - total flux cleaned = 0.0037309 Jy ! Component: 2000 - total flux cleaned = 0.00377247 Jy ! Total flux subtracted in 2048 components = 0.00377247 Jy ! Clean residual min=-0.001195 max=0.001235 Jy/beam ! Clean residual mean=0.000009 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.167579 Jy keep ! Adding 140 model components to the UV plane model. ! The established model now contains 210 components and 0.167579 Jy ![Exited script file: muppet] wmap "J1331-0341_S_2005_06_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.115 x 7.922 at -1.674 degrees (North through East) ! Clean map min=-0.002531 max=0.13669 Jy/beam ! Writing clean map to FITS file: J1331-0341_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.136687 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000419204 device "J1331-0341_S_2005_06_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J1331-0341_S_2005_06_30_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.92007 0.92007 1.84014 3.68028 7.36056 14.7211 29.4422 58.8845 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.136 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.115 x 7.922 at -1.674 degrees (North through East) ! Clean map min=-0.002531 max=0.13669 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1331-0341_S_2005_06_30_yyk\_map.gif/gif" ! Attempting to open device: 'J1331-0341_S_2005_06_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1331-0341_S_2005_06_30_yyk_uvs.log closed on Sat Oct 8 17:22:17 2005