! Started logfile: J1415-3705_S_2002_05_14_yyk_uvs.log on Tue Jun 26 22:53:44 2007 obs J1415-3705_S_2002_05_14_yyk_uva.fits ! Reading UV FITS file: J1415-3705_S_2002_05_14_yyk_uva.fits ! AN table 1: 39 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.659259 visibilities/baseline/integration-bin. ! Found source: J1415-3705 ! ! 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.22947e+09 8e+06 1 8e+06 ! 02 2 2.25947e+09 8e+06 1 8e+06 ! 03 3 2.34947e+09 8e+06 1 8e+06 ! 04 4 2.36947e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1156 lines of history. ! ! Reading 4628 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 J1415-3705_S_2002_05_14_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.489912 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.239 mas, bmaj=6.782 mas, bpa=5.835 degrees ! Estimated noise=3149.32 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.36894 Jy ! Component: 100 - total flux cleaned = 0.426504 Jy ! Total flux subtracted in 100 components = 0.426504 Jy ! Clean residual min=-0.019258 max=0.025090 Jy/beam ! Clean residual mean=0.000388 rms=0.005984 Jy/beam ! Combined flux in latest and established models = 0.426504 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.426504 Jy ! ! Correcting IF 1. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.233657Jy sigma=0.001237 ! Fit after self-cal, rms=0.233261Jy sigma=0.001235 ! Inverting map and beam ! Estimated beam: bmin=2.239 mas, bmaj=6.782 mas, bpa=5.835 degrees ! Estimated noise=3149.32 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=2.892 mas, bmaj=7.987 mas, bpa=4.729 degrees ! Estimated noise=1875.58 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.023081 Jy ! Component: 100 - total flux cleaned = 0.0309913 Jy ! Component: 150 - total flux cleaned = 0.0324511 Jy ! Component: 200 - total flux cleaned = 0.0330915 Jy ! Total flux subtracted in 200 components = 0.0330915 Jy ! Clean residual min=-0.010019 max=0.014916 Jy/beam ! Clean residual mean=0.000601 rms=0.003697 Jy/beam ! Combined flux in latest and established models = 0.459596 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 39 components and 0.459596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.231922Jy sigma=0.001226 ! Fit after self-cal, rms=0.231917Jy sigma=0.001226 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.892 x 7.987 at 4.729 degrees (North through East) ! Clean map min=-0.0095473 max=0.42544 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.01099 ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.08 HN 1.00* KP 0.94 ! LA 0.97 NL 1.06 OV 1.01 PT 1.02 ! SC 1.02 MK 0.92 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.998058 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.95 HN 1.00* KP 1.00* ! LA 0.92 NL 1.12 OV 1.00 PT 1.00 ! SC 1.08 MK 1.03 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.959512 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.96 HN 1.00* KP 1.00 ! LA 0.94 NL 1.31 OV 1.05 PT 1.14 ! SC 0.95 MK 1.05 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.0198 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.88 HN 1.00* KP 1.04 ! LA 0.82 NL 1.26 OV 0.89 PT 1.00 ! SC 0.93 MK 0.99 ! ! ! Fit before self-cal, rms=0.231917Jy sigma=0.001226 ! Fit after self-cal, rms=0.230638Jy sigma=0.001197 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.230638Jy sigma=0.001197 ! Fit after self-cal, rms=0.230638Jy sigma=0.001197 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.903 mas, bmaj=7.943 mas, bpa=5.157 degrees ! Estimated noise=1854.32 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.00235369 Jy ! Component: 100 - total flux cleaned = -0.00271827 Jy ! Component: 150 - total flux cleaned = -0.00286221 Jy ! Component: 200 - total flux cleaned = -0.00299021 Jy ! Total flux subtracted in 200 components = -0.00299021 Jy ! Clean residual min=-0.006219 max=0.007197 Jy/beam ! Clean residual mean=0.000060 rms=0.002031 Jy/beam ! Combined flux in latest and established models = 0.456606 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 48 components and 0.456606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.230577Jy sigma=0.001196 ! Fit after self-cal, rms=0.230571Jy sigma=0.001196 ! 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.230571Jy sigma=0.001196 ! Fit after self-cal, rms=0.227796Jy sigma=0.001182 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.0010174 Jy ! Component: 100 - total flux cleaned = 0.000905819 Jy ! Component: 150 - total flux cleaned = 0.000745122 Jy ! Component: 200 - total flux cleaned = 0.000644399 Jy ! Total flux subtracted in 200 components = 0.000644399 Jy ! Clean residual min=-0.006244 max=0.006923 Jy/beam ! Clean residual mean=0.000056 rms=0.002011 Jy/beam ! Combined flux in latest and established models = 0.45725 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 56 components and 0.45725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.227771Jy sigma=0.001182 ! Fit after self-cal, rms=0.227522Jy sigma=0.001181 ! 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: 2.903 x 7.943 at 5.157 degrees (North through East) ! Clean map min=-0.0057428 max=0.428 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.227522Jy sigma=0.001181 ! Fit after self-cal, rms=0.227360Jy sigma=0.001175 ! 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.227360Jy sigma=0.001175 ! Fit after self-cal, rms=0.227344Jy sigma=0.001175 ! Inverting map and beam ! Estimated beam: bmin=2.902 mas, bmaj=7.937 mas, bpa=5.2 degrees ! Estimated noise=1851.49 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 8.3208e-05 Jy ! Component: 100 - total flux cleaned = -1.74859e-05 Jy ! Component: 150 - total flux cleaned = -0.000113077 Jy ! Component: 200 - total flux cleaned = -0.000201142 Jy ! Total flux subtracted in 200 components = -0.000201142 Jy ! Clean residual min=-0.005711 max=0.007121 Jy/beam ! Clean residual mean=0.000044 rms=0.001966 Jy/beam ! Combined flux in latest and established models = 0.457049 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 60 components and 0.457049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.227328Jy sigma=0.001174 ! Fit after self-cal, rms=0.227339Jy sigma=0.001175 ! 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.227339Jy sigma=0.001175 ! Fit after self-cal, rms=0.226834Jy sigma=0.001171 ! 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.226834Jy sigma=0.001171 ! Fit after self-cal, rms=0.226844Jy sigma=0.001171 ! Inverting map and beam ! Estimated beam: bmin=2.899 mas, bmaj=7.932 mas, bpa=5.188 degrees ! Estimated noise=1849.97 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00017177 Jy ! Component: 100 - total flux cleaned = 0.000132788 Jy ! Component: 150 - total flux cleaned = 5.67388e-05 Jy ! Component: 200 - total flux cleaned = -1.42502e-05 Jy ! Total flux subtracted in 200 components = -1.42502e-05 Jy ! Clean residual min=-0.005685 max=0.007382 Jy/beam ! Clean residual mean=0.000042 rms=0.001940 Jy/beam ! Combined flux in latest and established models = 0.457035 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 60 components and 0.457035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.226834Jy sigma=0.001171 ! Fit after self-cal, rms=0.226841Jy sigma=0.001171 ! 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.676 mas, bmaj=27.52 mas, bpa=10.45 degrees ! Estimated noise=2449.07 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.000796939 Jy ! Component: 100 - total flux cleaned = 0.000797725 Jy ! Component: 150 - total flux cleaned = 0.000844845 Jy ! Component: 200 - total flux cleaned = 0.000860238 Jy ! Total flux subtracted in 200 components = 0.000860238 Jy ! Clean residual min=-0.006278 max=0.005889 Jy/beam ! Clean residual mean=0.000078 rms=0.002198 Jy/beam ! Combined flux in latest and established models = 0.457895 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 64 components and 0.457895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.226846Jy sigma=0.001171 ! Fit after self-cal, rms=0.226849Jy sigma=0.001171 ! 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.243 mas, bmaj=6.709 mas, bpa=6.162 degrees ! Estimated noise=3128.11 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.367588 Jy ! Component: 100 - total flux cleaned = 0.426202 Jy ! Component: 150 - total flux cleaned = 0.445099 Jy ! Component: 200 - total flux cleaned = 0.451864 Jy ! Total flux subtracted in 200 components = 0.451864 Jy ! Clean residual min=-0.011161 max=0.011762 Jy/beam ! Clean residual mean=0.000032 rms=0.003293 Jy/beam ! Combined flux in latest and established models = 0.451864 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.451864 Jy ! Inverting map and beam ! Estimated beam: bmin=2.899 mas, bmaj=7.932 mas, bpa=5.188 degrees ! Estimated noise=1849.97 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.00475813 Jy ! Component: 100 - total flux cleaned = 0.005229 Jy ! Component: 150 - total flux cleaned = 0.00559305 Jy ! Component: 200 - total flux cleaned = 0.00588628 Jy ! Total flux subtracted in 200 components = 0.00588628 Jy ! Clean residual min=-0.006132 max=0.007966 Jy/beam ! Clean residual mean=0.000040 rms=0.001989 Jy/beam ! Combined flux in latest and established models = 0.45775 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 41 components and 0.45775 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.676 mas, bmaj=27.52 mas, bpa=10.45 degrees ! Estimated noise=2449.07 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.19518e-05 Jy ! Component: 100 - total flux cleaned = 2.19797e-05 Jy ! Component: 150 - total flux cleaned = 8.97854e-05 Jy ! Component: 200 - total flux cleaned = 0.000150536 Jy ! Total flux subtracted in 200 components = 0.000150536 Jy ! Clean residual min=-0.006306 max=0.005874 Jy/beam ! Clean residual mean=0.000079 rms=0.002198 Jy/beam ! Combined flux in latest and established models = 0.457901 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 44 components and 0.457901 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.899 mas, bmaj=7.932 mas, bpa=5.188 degrees ! Estimated noise=1849.97 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000239707 Jy ! Component: 100 - total flux cleaned = -0.000241102 Jy ! Component: 150 - total flux cleaned = -0.000240537 Jy ! Component: 200 - total flux cleaned = -0.000308228 Jy ! Total flux subtracted in 200 components = -0.000308228 Jy ! Clean residual min=-0.005990 max=0.007763 Jy/beam ! Clean residual mean=0.000041 rms=0.001966 Jy/beam ! Combined flux in latest and established models = 0.457593 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 51 components and 0.457593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.226899Jy sigma=0.001171 ! Fit after self-cal, rms=0.226894Jy sigma=0.001171 wmodel J1415-3705_S_2002_05_14_yyk\_map.mod ! Writing 51 model components to file: J1415-3705_S_2002_05_14_yyk_map.mod wobs J1415-3705_S_2002_05_14_yyk\_uvs.fits ! Writing UV FITS file: J1415-3705_S_2002_05_14_yyk_uvs.fits wwins J1415-3705_S_2002_05_14_yyk\_map.win ! wwins: Wrote 1 windows to J1415-3705_S_2002_05_14_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.00334185 Jy ! Component: 100 - total flux cleaned = 0.00545485 Jy ! Component: 150 - total flux cleaned = 0.00652794 Jy ! Component: 200 - total flux cleaned = 0.00643806 Jy ! Component: 250 - total flux cleaned = 0.00627219 Jy ! Component: 300 - total flux cleaned = 0.00611623 Jy ! Component: 350 - total flux cleaned = 0.00596551 Jy ! Component: 400 - total flux cleaned = 0.00574779 Jy ! Component: 450 - total flux cleaned = 0.00581883 Jy ! Component: 500 - total flux cleaned = 0.00601761 Jy ! Component: 550 - total flux cleaned = 0.0060156 Jy ! Component: 600 - total flux cleaned = 0.00601491 Jy ! Component: 650 - total flux cleaned = 0.00601615 Jy ! Component: 700 - total flux cleaned = 0.00607525 Jy ! Component: 750 - total flux cleaned = 0.00607584 Jy ! Component: 800 - total flux cleaned = 0.00602291 Jy ! Component: 850 - total flux cleaned = 0.00586396 Jy ! Component: 900 - total flux cleaned = 0.00576149 Jy ! Component: 950 - total flux cleaned = 0.00576194 Jy ! Component: 1000 - total flux cleaned = 0.00571387 Jy ! Component: 1050 - total flux cleaned = 0.00576089 Jy ! Component: 1100 - total flux cleaned = 0.00566786 Jy ! Component: 1150 - total flux cleaned = 0.00562319 Jy ! Component: 1200 - total flux cleaned = 0.00571057 Jy ! Component: 1250 - total flux cleaned = 0.00558278 Jy ! Component: 1300 - total flux cleaned = 0.00554099 Jy ! Component: 1350 - total flux cleaned = 0.00546004 Jy ! Component: 1400 - total flux cleaned = 0.00550002 Jy ! Component: 1450 - total flux cleaned = 0.00549913 Jy ! Component: 1500 - total flux cleaned = 0.00549814 Jy ! Component: 1550 - total flux cleaned = 0.00538455 Jy ! Component: 1600 - total flux cleaned = 0.0053846 Jy ! Component: 1650 - total flux cleaned = 0.00542148 Jy ! Component: 1700 - total flux cleaned = 0.00559926 Jy ! Component: 1750 - total flux cleaned = 0.00573837 Jy ! Component: 1800 - total flux cleaned = 0.00584158 Jy ! Component: 1850 - total flux cleaned = 0.00590953 Jy ! Component: 1900 - total flux cleaned = 0.00617781 Jy ! Component: 1950 - total flux cleaned = 0.00617822 Jy ! Component: 2000 - total flux cleaned = 0.00634209 Jy ! Total flux subtracted in 2048 components = 0.00647134 Jy ! Clean residual min=-0.002048 max=0.001866 Jy/beam ! Clean residual mean=0.000032 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.464064 Jy keep ! Adding 117 model components to the UV plane model. ! The established model now contains 168 components and 0.464064 Jy ![Exited script file: muppet] wmap "J1415-3705_S_2002_05_14_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.899 x 7.932 at 5.188 degrees (North through East) ! Clean map min=-0.0037752 max=0.42939 Jy/beam ! Writing clean map to FITS file: J1415-3705_S_2002_05_14_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.429387 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000652116 device "J1415-3705_S_2002_05_14_yyk\_map.eps/VPS" ! Attempting to open device: 'J1415-3705_S_2002_05_14_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.455614 0.455614 0.911229 1.82246 3.64491 7.28983 14.5797 29.1593 58.3186 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.429 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.899 x 7.932 at 5.188 degrees (North through East) ! Clean map min=-0.0037752 max=0.42939 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1415-3705_S_2002_05_14_yyk\_map.gif/gif" ! Attempting to open device: 'J1415-3705_S_2002_05_14_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1415-3705_S_2002_05_14_yyk_uvs.log closed on Tue Jun 26 22:53:51 2007