! Started logfile: J2115-1416_S_2005_06_30_yyk_uvs.log on Sat Oct 8 17:43:27 2005 obs J2115-1416_S_2005_06_30_yyk_uve.fits ! Reading UV FITS file: J2115-1416_S_2005_06_30_yyk_uve.fits ! AN table 1: 14 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.75873 visibilities/baseline/integration-bin. ! Found source: J2115-1416 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1469 lines of history. ! ! Reading 1912 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 J2115-1416_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.232563 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.546 mas, bmaj=6.451 mas, bpa=-0.6999 degrees ! Estimated noise=1.21531 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.173267 Jy ! Component: 100 - total flux cleaned = 0.21206 Jy ! Total flux subtracted in 100 components = 0.21206 Jy ! Clean residual min=-0.009167 max=0.014021 Jy/beam ! Clean residual mean=0.000074 rms=0.002948 Jy/beam ! Combined flux in latest and established models = 0.212061 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.212061 Jy ! ! Correcting IF 1. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.090940Jy sigma=1.607482 ! Fit after self-cal, rms=0.090817Jy sigma=1.598950 ! Inverting map and beam ! Estimated beam: bmin=2.546 mas, bmaj=6.451 mas, bpa=-0.6999 degrees ! Estimated noise=1.21531 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.392 mas, bmaj=7.931 mas, bpa=-3.442 degrees ! Estimated noise=0.807913 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.0211881 Jy ! Component: 100 - total flux cleaned = 0.0303593 Jy ! Component: 150 - total flux cleaned = 0.0324172 Jy ! Component: 200 - total flux cleaned = 0.0339533 Jy ! Total flux subtracted in 200 components = 0.0339533 Jy ! Clean residual min=-0.013373 max=0.013959 Jy/beam ! Clean residual mean=0.000108 rms=0.004532 Jy/beam ! Combined flux in latest and established models = 0.246014 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 39 components and 0.246014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086166Jy sigma=1.513595 ! Fit after self-cal, rms=0.086151Jy sigma=1.513045 ! 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.392 x 7.931 at -3.442 degrees (North through East) ! Clean map min=-0.013153 max=0.19259 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.01425 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.97 HN 1.12 KP 0.96 ! LA 1.06 MK 0.94 NL 0.89 OV 0.99 ! PT 1.02 SC 1.00 ! ! ! Correcting IF 2. ! 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* ! ! ! Correcting IF 3. ! 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* ! ! ! 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.086151Jy sigma=1.513045 ! Fit after self-cal, rms=0.085365Jy sigma=1.501787 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.085365Jy sigma=1.501787 ! Fit after self-cal, rms=0.085363Jy sigma=1.501262 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.388 mas, bmaj=7.918 mas, bpa=-3.661 degrees ! Estimated noise=0.803616 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.000528788 Jy ! Component: 100 - total flux cleaned = 0.00146013 Jy ! Component: 150 - total flux cleaned = 0.00213823 Jy ! Component: 200 - total flux cleaned = 0.00276361 Jy ! Total flux subtracted in 200 components = 0.00276361 Jy ! Clean residual min=-0.013212 max=0.013383 Jy/beam ! Clean residual mean=0.000155 rms=0.004384 Jy/beam ! Combined flux in latest and established models = 0.248777 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 0.248777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085238Jy sigma=1.489817 ! Fit after self-cal, rms=0.085226Jy sigma=1.489321 ! 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.085226Jy sigma=1.489321 ! Fit after self-cal, rms=0.083119Jy sigma=1.447844 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.00128932 Jy ! Component: 100 - total flux cleaned = 0.00182106 Jy ! Component: 150 - total flux cleaned = 0.00218795 Jy ! Component: 200 - total flux cleaned = 0.00253087 Jy ! Total flux subtracted in 200 components = 0.00253087 Jy ! Clean residual min=-0.013099 max=0.013265 Jy/beam ! Clean residual mean=0.000142 rms=0.004268 Jy/beam ! Combined flux in latest and established models = 0.251308 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 47 components and 0.251308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082984Jy sigma=1.441560 ! Fit after self-cal, rms=0.082946Jy sigma=1.439022 ! 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.388 x 7.918 at -3.661 degrees (North through East) ! Clean map min=-0.012799 max=0.18897 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.082946Jy sigma=1.439022 ! Fit after self-cal, rms=0.082231Jy sigma=1.439964 ! 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.082231Jy sigma=1.439964 ! Fit after self-cal, rms=0.082292Jy sigma=1.439690 ! Inverting map and beam ! Estimated beam: bmin=3.374 mas, bmaj=7.885 mas, bpa=-3.45 degrees ! Estimated noise=0.790528 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00278464 Jy ! Component: 100 - total flux cleaned = -0.00227343 Jy ! Component: 150 - total flux cleaned = -0.00199492 Jy ! Component: 200 - total flux cleaned = -0.0016442 Jy ! Total flux subtracted in 200 components = -0.0016442 Jy ! Clean residual min=-0.012867 max=0.012380 Jy/beam ! Clean residual mean=0.000158 rms=0.004061 Jy/beam ! Combined flux in latest and established models = 0.249664 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 52 components and 0.249664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082575Jy sigma=1.433909 ! Fit after self-cal, rms=0.082623Jy sigma=1.433836 ! 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.082623Jy sigma=1.433836 ! Fit after self-cal, rms=0.082223Jy sigma=1.433597 ! 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.082223Jy sigma=1.433597 ! Fit after self-cal, rms=0.082242Jy sigma=1.433533 ! Inverting map and beam ! Estimated beam: bmin=3.343 mas, bmaj=7.797 mas, bpa=-3.051 degrees ! Estimated noise=0.792348 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0026658 Jy ! Component: 100 - total flux cleaned = 0.00335938 Jy ! Component: 150 - total flux cleaned = 0.00366668 Jy ! Component: 200 - total flux cleaned = 0.00380703 Jy ! Total flux subtracted in 200 components = 0.00380703 Jy ! Clean residual min=-0.013218 max=0.012375 Jy/beam ! Clean residual mean=0.000122 rms=0.004100 Jy/beam ! Combined flux in latest and established models = 0.253471 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 58 components and 0.253471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082077Jy sigma=1.430344 ! Fit after self-cal, rms=0.082099Jy sigma=1.430292 ! 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.989 mas, bmaj=15.26 mas, bpa=14.96 degrees ! Estimated noise=0.984696 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.00479073 Jy ! Component: 100 - total flux cleaned = 0.00544928 Jy ! Component: 150 - total flux cleaned = 0.00611988 Jy ! Component: 200 - total flux cleaned = 0.00655984 Jy ! Total flux subtracted in 200 components = 0.00655984 Jy ! Clean residual min=-0.015709 max=0.014815 Jy/beam ! Clean residual mean=0.000187 rms=0.005337 Jy/beam ! Combined flux in latest and established models = 0.260031 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 63 components and 0.260031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082512Jy sigma=1.434935 ! Fit after self-cal, rms=0.082522Jy sigma=1.433930 ! 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.533 mas, bmaj=6.404 mas, bpa=-0.3321 degrees ! Estimated noise=1.18201 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.170062 Jy ! Component: 100 - total flux cleaned = 0.209184 Jy ! Component: 150 - total flux cleaned = 0.22818 Jy ! Component: 200 - total flux cleaned = 0.239121 Jy ! Total flux subtracted in 200 components = 0.239121 Jy ! Clean residual min=-0.007395 max=0.009931 Jy/beam ! Clean residual mean=0.000061 rms=0.002384 Jy/beam ! Combined flux in latest and established models = 0.239121 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.239121 Jy ! Inverting map and beam ! Estimated beam: bmin=3.343 mas, bmaj=7.797 mas, bpa=-3.051 degrees ! Estimated noise=0.792348 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.00354416 Jy ! Component: 100 - total flux cleaned = 0.00540924 Jy ! Component: 150 - total flux cleaned = 0.00743743 Jy ! Component: 200 - total flux cleaned = 0.00870959 Jy ! Total flux subtracted in 200 components = 0.00870959 Jy ! Clean residual min=-0.013429 max=0.014037 Jy/beam ! Clean residual mean=0.000148 rms=0.004423 Jy/beam ! Combined flux in latest and established models = 0.24783 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 40 components and 0.24783 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.989 mas, bmaj=15.26 mas, bpa=14.96 degrees ! Estimated noise=0.984696 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.00695598 Jy ! Component: 100 - total flux cleaned = 0.00826256 Jy ! Component: 150 - total flux cleaned = 0.00911566 Jy ! Component: 200 - total flux cleaned = 0.0100037 Jy ! Total flux subtracted in 200 components = 0.0100037 Jy ! Clean residual min=-0.015613 max=0.015443 Jy/beam ! Clean residual mean=0.000208 rms=0.005514 Jy/beam ! Combined flux in latest and established models = 0.257834 Jy ! Adding 4 model components to the UV plane model. ! The established model now contains 42 components and 0.257834 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.343 mas, bmaj=7.797 mas, bpa=-3.051 degrees ! Estimated noise=0.792348 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00335851 Jy ! Component: 100 - total flux cleaned = -0.00376905 Jy ! Component: 150 - total flux cleaned = -0.00404148 Jy ! Component: 200 - total flux cleaned = -0.00414044 Jy ! Total flux subtracted in 200 components = -0.00414044 Jy ! Clean residual min=-0.012903 max=0.012671 Jy/beam ! Clean residual mean=0.000120 rms=0.004089 Jy/beam ! Combined flux in latest and established models = 0.253693 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 55 components and 0.253693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081898Jy sigma=1.427678 ! Fit after self-cal, rms=0.081847Jy sigma=1.427538 wmodel J2115-1416_S_2005_06_30_yyk\_map.mod ! Writing 55 model components to file: J2115-1416_S_2005_06_30_yyk_map.mod wobs J2115-1416_S_2005_06_30_yyk\_uvs.fits ! Writing UV FITS file: J2115-1416_S_2005_06_30_yyk_uvs.fits wwins J2115-1416_S_2005_06_30_yyk\_map.win ! wwins: Wrote 1 windows to J2115-1416_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.00202423 Jy ! Component: 100 - total flux cleaned = 0.00284606 Jy ! Component: 150 - total flux cleaned = 0.00341687 Jy ! Component: 200 - total flux cleaned = 0.00377237 Jy ! Component: 250 - total flux cleaned = 0.00394123 Jy ! Component: 300 - total flux cleaned = 0.0040931 Jy ! Component: 350 - total flux cleaned = 0.00454347 Jy ! Component: 400 - total flux cleaned = 0.00482814 Jy ! Component: 450 - total flux cleaned = 0.00496497 Jy ! Component: 500 - total flux cleaned = 0.00523075 Jy ! Component: 550 - total flux cleaned = 0.00548422 Jy ! Component: 600 - total flux cleaned = 0.00548632 Jy ! Component: 650 - total flux cleaned = 0.00525422 Jy ! Component: 700 - total flux cleaned = 0.00481519 Jy ! Component: 750 - total flux cleaned = 0.00481986 Jy ! Component: 800 - total flux cleaned = 0.00482193 Jy ! Component: 850 - total flux cleaned = 0.00492048 Jy ! Component: 900 - total flux cleaned = 0.00463036 Jy ! Component: 950 - total flux cleaned = 0.00453599 Jy ! Component: 1000 - total flux cleaned = 0.00453632 Jy ! Component: 1050 - total flux cleaned = 0.00445028 Jy ! Component: 1100 - total flux cleaned = 0.0046202 Jy ! Component: 1150 - total flux cleaned = 0.0046196 Jy ! Component: 1200 - total flux cleaned = 0.00470099 Jy ! Component: 1250 - total flux cleaned = 0.00501433 Jy ! Component: 1300 - total flux cleaned = 0.00501475 Jy ! Component: 1350 - total flux cleaned = 0.0051625 Jy ! Component: 1400 - total flux cleaned = 0.00501783 Jy ! Component: 1450 - total flux cleaned = 0.00508791 Jy ! Component: 1500 - total flux cleaned = 0.00529478 Jy ! Component: 1550 - total flux cleaned = 0.00522538 Jy ! Component: 1600 - total flux cleaned = 0.00542258 Jy ! Component: 1650 - total flux cleaned = 0.00542251 Jy ! Component: 1700 - total flux cleaned = 0.00548816 Jy ! Component: 1750 - total flux cleaned = 0.00567429 Jy ! Component: 1800 - total flux cleaned = 0.00585577 Jy ! Component: 1850 - total flux cleaned = 0.00585624 Jy ! Component: 1900 - total flux cleaned = 0.00609099 Jy ! Component: 1950 - total flux cleaned = 0.00626281 Jy ! Component: 2000 - total flux cleaned = 0.00654249 Jy ! Total flux subtracted in 2048 components = 0.00670692 Jy ! Clean residual min=-0.003264 max=0.003124 Jy/beam ! Clean residual mean=0.000001 rms=0.001280 Jy/beam ! Combined flux in latest and established models = 0.2604 Jy keep ! Adding 204 model components to the UV plane model. ! The established model now contains 259 components and 0.2604 Jy ![Exited script file: muppet] wmap "J2115-1416_S_2005_06_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.343 x 7.797 at -3.051 degrees (North through East) ! Clean map min=-0.0068988 max=0.18454 Jy/beam ! Writing clean map to FITS file: J2115-1416_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.184542 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00126472 device "J2115-1416_S_2005_06_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J2115-1416_S_2005_06_30_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.05599 2.05599 4.11198 8.22396 16.4479 32.8958 65.7916 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0037 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.184 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.343 x 7.797 at -3.051 degrees (North through East) ! Clean map min=-0.0068988 max=0.18454 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2115-1416_S_2005_06_30_yyk\_map.gif/gif" ! Attempting to open device: 'J2115-1416_S_2005_06_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2115-1416_S_2005_06_30_yyk_uvs.log closed on Sat Oct 8 17:43:31 2005