! Started logfile: J0917-1345_X_2005_05_12_yyk_uvs.log on Sat Oct 8 17:12:44 2005 obs J0917-1345_X_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0917-1345_X_2005_05_12_yyk_uve.fits ! AN table 1: 18 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J0917-1345 ! ! 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 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1439 lines of history. ! ! Reading 2592 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 J0917-1345_X_2005_05_12_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.228084 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=0.7594 mas, bmaj=3.381 mas, bpa=-13.78 degrees ! Estimated noise=1.21499 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.145924 Jy ! Component: 100 - total flux cleaned = 0.178155 Jy ! Total flux subtracted in 100 components = 0.178155 Jy ! Clean residual min=-0.014653 max=0.017159 Jy/beam ! Clean residual mean=0.000095 rms=0.004330 Jy/beam ! Combined flux in latest and established models = 0.178155 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.178155 Jy ! ! Correcting IF 1. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.145971Jy sigma=2.734225 ! Fit after self-cal, rms=0.133992Jy sigma=2.382606 ! Inverting map and beam ! Estimated beam: bmin=0.7594 mas, bmaj=3.381 mas, bpa=-13.78 degrees ! Estimated noise=1.21499 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=0.9767 mas, bmaj=3.689 mas, bpa=-12.46 degrees ! Estimated noise=0.78133 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.033871 Jy ! Component: 100 - total flux cleaned = 0.0489855 Jy ! Component: 150 - total flux cleaned = 0.0570724 Jy ! Component: 200 - total flux cleaned = 0.0586018 Jy ! Total flux subtracted in 200 components = 0.0586018 Jy ! Clean residual min=-0.012022 max=0.013513 Jy/beam ! Clean residual mean=0.000044 rms=0.002935 Jy/beam ! Combined flux in latest and established models = 0.236757 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 34 model components to the UV plane model. ! The established model now contains 43 components and 0.236757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129300Jy sigma=2.261488 ! Fit after self-cal, rms=0.129289Jy sigma=2.261031 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9767 x 3.689 at -12.46 degrees (North through East) ! Clean map min=-0.011351 max=0.1829 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.07124 ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 0.93 HN 0.99 KP 0.92 ! LA 0.96 MK 0.85 NL 0.90 OV 0.97 ! PT 0.94 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.07249 ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.96 HN 0.91 KP 0.85 ! LA 0.94 MK 0.89 NL 0.87 OV 0.96 ! PT 1.04 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.129289Jy sigma=2.261031 ! Fit after self-cal, rms=0.127771Jy sigma=2.247311 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.127771Jy sigma=2.247311 ! Fit after self-cal, rms=0.127767Jy sigma=2.247288 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9563 mas, bmaj=3.633 mas, bpa=-12.8 degrees ! Estimated noise=0.77336 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.00423317 Jy ! Component: 100 - total flux cleaned = 0.00512728 Jy ! Component: 150 - total flux cleaned = 0.00589888 Jy ! Component: 200 - total flux cleaned = 0.00656341 Jy ! Total flux subtracted in 200 components = 0.00656341 Jy ! Clean residual min=-0.011360 max=0.012252 Jy/beam ! Clean residual mean=0.000044 rms=0.002650 Jy/beam ! Combined flux in latest and established models = 0.243321 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 46 components and 0.243321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127474Jy sigma=2.240909 ! Fit after self-cal, rms=0.127466Jy sigma=2.240844 ! 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.127466Jy sigma=2.240844 ! Fit after self-cal, rms=0.080032Jy sigma=1.254786 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.0215273 Jy ! Component: 100 - total flux cleaned = 0.0200141 Jy ! Component: 150 - total flux cleaned = 0.0185629 Jy ! Component: 200 - total flux cleaned = 0.0174571 Jy ! Total flux subtracted in 200 components = 0.0174571 Jy ! Clean residual min=-0.004870 max=0.005375 Jy/beam ! Clean residual mean=-0.000005 rms=0.001322 Jy/beam ! Combined flux in latest and established models = 0.260778 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.260778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076496Jy sigma=1.146696 ! Fit after self-cal, rms=0.067852Jy sigma=1.047413 ! 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: 0.9563 x 3.633 at -12.8 degrees (North through East) ! Clean map min=-0.0046299 max=0.2109 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.067852Jy sigma=1.047413 ! Fit after self-cal, rms=0.065551Jy sigma=1.015114 ! 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.065551Jy sigma=1.015114 ! Fit after self-cal, rms=0.063580Jy sigma=0.999793 ! Inverting map and beam ! Estimated beam: bmin=0.9579 mas, bmaj=3.634 mas, bpa=-12.51 degrees ! Estimated noise=0.757754 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00384113 Jy ! Component: 100 - total flux cleaned = -0.00519209 Jy ! Component: 150 - total flux cleaned = -0.00550084 Jy ! Component: 200 - total flux cleaned = -0.00572223 Jy ! Total flux subtracted in 200 components = -0.00572223 Jy ! Clean residual min=-0.003733 max=0.003850 Jy/beam ! Clean residual mean=-0.000003 rms=0.001021 Jy/beam ! Combined flux in latest and established models = 0.255056 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 60 components and 0.255056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063355Jy sigma=0.995301 ! Fit after self-cal, rms=0.062964Jy sigma=0.992850 ! 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.062964Jy sigma=0.992850 ! Fit after self-cal, rms=0.062862Jy sigma=0.961269 ! 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.062862Jy sigma=0.961269 ! Fit after self-cal, rms=0.062815Jy sigma=0.960769 ! Inverting map and beam ! Estimated beam: bmin=0.9648 mas, bmaj=3.66 mas, bpa=-12.53 degrees ! Estimated noise=0.756167 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00186726 Jy ! Component: 100 - total flux cleaned = -0.00213393 Jy ! Component: 150 - total flux cleaned = -0.00231389 Jy ! Component: 200 - total flux cleaned = -0.00248033 Jy ! Total flux subtracted in 200 components = -0.00248033 Jy ! Clean residual min=-0.003051 max=0.003234 Jy/beam ! Clean residual mean=-0.000002 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.252575 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.252575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062709Jy sigma=0.958307 ! Fit after self-cal, rms=0.062701Jy sigma=0.958204 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.21 mas, bmaj=4.719 mas, bpa=5.642 degrees ! Estimated noise=0.905713 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.000409357 Jy ! Component: 100 - total flux cleaned = -0.000408393 Jy ! Component: 150 - total flux cleaned = -0.00038472 Jy ! Component: 200 - total flux cleaned = -0.000362955 Jy ! Total flux subtracted in 200 components = -0.000362955 Jy ! Clean residual min=-0.003338 max=0.003056 Jy/beam ! Clean residual mean=-0.000005 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 0.252212 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 73 components and 0.252212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062703Jy sigma=0.958181 ! Fit after self-cal, rms=0.062702Jy sigma=0.958080 ! 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=0.7586 mas, bmaj=3.386 mas, bpa=-13.86 degrees ! Estimated noise=1.17501 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.176762 Jy ! Component: 100 - total flux cleaned = 0.210735 Jy ! Component: 150 - total flux cleaned = 0.225082 Jy ! Component: 200 - total flux cleaned = 0.233011 Jy ! Total flux subtracted in 200 components = 0.233011 Jy ! Clean residual min=-0.004193 max=0.004943 Jy/beam ! Clean residual mean=0.000019 rms=0.001201 Jy/beam ! Combined flux in latest and established models = 0.233011 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.233011 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9648 mas, bmaj=3.66 mas, bpa=-12.53 degrees ! Estimated noise=0.756167 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) ! Added new window around map position (1.2, 1). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00807199 Jy ! Component: 100 - total flux cleaned = 0.0124898 Jy ! Component: 150 - total flux cleaned = 0.0154704 Jy ! Component: 200 - total flux cleaned = 0.0176128 Jy ! Total flux subtracted in 200 components = 0.0176128 Jy ! Clean residual min=-0.002788 max=0.003256 Jy/beam ! Clean residual mean=0.000003 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.250624 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 73 components and 0.250624 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.21 mas, bmaj=4.719 mas, bpa=5.642 degrees ! Estimated noise=0.905713 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.00199746 Jy ! Component: 100 - total flux cleaned = 0.00307386 Jy ! Component: 150 - total flux cleaned = 0.00342581 Jy ! Component: 200 - total flux cleaned = 0.00359349 Jy ! Total flux subtracted in 200 components = 0.00359349 Jy ! Clean residual min=-0.003248 max=0.002947 Jy/beam ! Clean residual mean=-0.000007 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 0.254217 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 85 components and 0.254217 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9648 mas, bmaj=3.66 mas, bpa=-12.53 degrees ! Estimated noise=0.756167 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000435555 Jy ! Component: 100 - total flux cleaned = -0.000389402 Jy ! Component: 150 - total flux cleaned = -0.000310551 Jy ! Component: 200 - total flux cleaned = -0.000273632 Jy ! Total flux subtracted in 200 components = -0.000273632 Jy ! Clean residual min=-0.002608 max=0.003006 Jy/beam ! Clean residual mean=-0.000001 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.253944 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 97 components and 0.253944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062521Jy sigma=0.953232 ! Fit after self-cal, rms=0.062510Jy sigma=0.953011 wmodel J0917-1345_X_2005_05_12_yyk\_map.mod ! Writing 97 model components to file: J0917-1345_X_2005_05_12_yyk_map.mod wobs J0917-1345_X_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0917-1345_X_2005_05_12_yyk_uvs.fits wwins J0917-1345_X_2005_05_12_yyk\_map.win ! wwins: Wrote 2 windows to J0917-1345_X_2005_05_12_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.00108024 Jy ! Component: 100 - total flux cleaned = 0.00103837 Jy ! Component: 150 - total flux cleaned = 0.000866985 Jy ! Component: 200 - total flux cleaned = 0.000948424 Jy ! Component: 250 - total flux cleaned = 0.000946724 Jy ! Component: 300 - total flux cleaned = 0.0009824 Jy ! Component: 350 - total flux cleaned = 0.00101764 Jy ! Component: 400 - total flux cleaned = 0.00101674 Jy ! Component: 450 - total flux cleaned = 0.000982257 Jy ! Component: 500 - total flux cleaned = 0.000917493 Jy ! Component: 550 - total flux cleaned = 0.000947935 Jy ! Component: 600 - total flux cleaned = 0.000888405 Jy ! Component: 650 - total flux cleaned = 0.000859318 Jy ! Component: 700 - total flux cleaned = 0.000746395 Jy ! Component: 750 - total flux cleaned = 0.000718523 Jy ! Component: 800 - total flux cleaned = 0.000638307 Jy ! Component: 850 - total flux cleaned = 0.000612741 Jy ! Component: 900 - total flux cleaned = 0.000562246 Jy ! Component: 950 - total flux cleaned = 0.000587153 Jy ! Component: 1000 - total flux cleaned = 0.000490352 Jy ! Component: 1050 - total flux cleaned = 0.000395844 Jy ! Component: 1100 - total flux cleaned = 0.000326144 Jy ! Component: 1150 - total flux cleaned = 0.000258407 Jy ! Component: 1200 - total flux cleaned = 0.000236506 Jy ! Component: 1250 - total flux cleaned = 0.00030282 Jy ! Component: 1300 - total flux cleaned = 0.000431976 Jy ! Component: 1350 - total flux cleaned = 0.000431654 Jy ! Component: 1400 - total flux cleaned = 0.000453021 Jy ! Component: 1450 - total flux cleaned = 0.000576305 Jy ! Component: 1500 - total flux cleaned = 0.000617264 Jy ! Component: 1550 - total flux cleaned = 0.000677357 Jy ! Component: 1600 - total flux cleaned = 0.000775624 Jy ! Component: 1650 - total flux cleaned = 0.000853189 Jy ! Component: 1700 - total flux cleaned = 0.000891068 Jy ! Component: 1750 - total flux cleaned = 0.00089115 Jy ! Component: 1800 - total flux cleaned = 0.000984147 Jy ! Component: 1850 - total flux cleaned = 0.00102064 Jy ! Component: 1900 - total flux cleaned = 0.00107517 Jy ! Component: 1950 - total flux cleaned = 0.0010931 Jy ! Component: 2000 - total flux cleaned = 0.00112898 Jy ! Total flux subtracted in 2048 components = 0.00121661 Jy ! Clean residual min=-0.000979 max=0.000937 Jy/beam ! Clean residual mean=-0.000000 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.25516 Jy keep ! Adding 142 model components to the UV plane model. ! The established model now contains 239 components and 0.25516 Jy ![Exited script file: muppet] wmap "J0917-1345_X_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9648 x 3.66 at -12.53 degrees (North through East) ! Clean map min=-0.0018296 max=0.20828 Jy/beam ! Writing clean map to FITS file: J0917-1345_X_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.208282 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000348275 device "J0917-1345_X_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0917-1345_X_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.50164 0.50164 1.00328 2.00656 4.01312 8.02624 16.0525 32.1049 64.2099 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.208 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9648 x 3.66 at -12.53 degrees (North through East) ! Clean map min=-0.0018296 max=0.20828 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0917-1345_X_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0917-1345_X_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0917-1345_X_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:12:48 2005