! Started logfile: J1129-3707_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:18:40 2005 obs J1129-3707_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J1129-3707_S_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: J1129-3707 ! ! 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 1443 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 J1129-3707_S_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.218007 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.162 mas, bmaj=6.291 mas, bpa=5.613 degrees ! Estimated noise=1.72572 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.164668 Jy ! Component: 100 - total flux cleaned = 0.187593 Jy ! Total flux subtracted in 100 components = 0.187593 Jy ! Clean residual min=-0.010553 max=0.011927 Jy/beam ! Clean residual mean=0.000034 rms=0.002545 Jy/beam ! Combined flux in latest and established models = 0.187593 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.187593 Jy ! ! Correcting IF 1. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.093334Jy sigma=1.151782 ! Fit after self-cal, rms=0.093359Jy sigma=1.145931 ! Inverting map and beam ! Estimated beam: bmin=2.162 mas, bmaj=6.291 mas, bpa=5.613 degrees ! Estimated noise=1.72572 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.12 mas, bmaj=8.419 mas, bpa=3.609 degrees ! Estimated noise=0.991547 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.0135591 Jy ! Component: 100 - total flux cleaned = 0.0185083 Jy ! Component: 150 - total flux cleaned = 0.0198361 Jy ! Component: 200 - total flux cleaned = 0.0201981 Jy ! Total flux subtracted in 200 components = 0.0201981 Jy ! Clean residual min=-0.010003 max=0.006692 Jy/beam ! Clean residual mean=-0.000022 rms=0.002159 Jy/beam ! Combined flux in latest and established models = 0.207791 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 22 components and 0.207791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092239Jy sigma=1.124097 ! Fit after self-cal, rms=0.092235Jy sigma=1.123509 ! 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.12 x 8.419 at 3.609 degrees (North through East) ! Clean map min=-0.0095332 max=0.18915 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 ! 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 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.092235Jy sigma=1.123509 ! Fit after self-cal, rms=0.092235Jy sigma=1.123509 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.092235Jy sigma=1.123509 ! Fit after self-cal, rms=0.092230Jy sigma=1.123003 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.12 mas, bmaj=8.419 mas, bpa=3.609 degrees ! Estimated noise=0.991547 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.000351095 Jy ! Component: 100 - total flux cleaned = 0.000609111 Jy ! Component: 150 - total flux cleaned = 0.000905937 Jy ! Component: 200 - total flux cleaned = 0.00112299 Jy ! Total flux subtracted in 200 components = 0.00112299 Jy ! Clean residual min=-0.009820 max=0.006725 Jy/beam ! Clean residual mean=-0.000030 rms=0.002122 Jy/beam ! Combined flux in latest and established models = 0.208914 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 24 components and 0.208914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092205Jy sigma=1.122120 ! Fit after self-cal, rms=0.092203Jy sigma=1.121653 ! 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.092203Jy sigma=1.121653 ! Fit after self-cal, rms=0.089314Jy sigma=1.061817 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.00208537 Jy ! Component: 100 - total flux cleaned = 0.00217289 Jy ! Component: 150 - total flux cleaned = 0.00221703 Jy ! Component: 200 - total flux cleaned = 0.00229843 Jy ! Total flux subtracted in 200 components = 0.00229843 Jy ! Clean residual min=-0.009137 max=0.005783 Jy/beam ! Clean residual mean=-0.000045 rms=0.002034 Jy/beam ! Combined flux in latest and established models = 0.211213 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 29 components and 0.211213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089286Jy sigma=1.060936 ! Fit after self-cal, rms=0.089150Jy sigma=1.057405 ! 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.12 x 8.419 at 3.609 degrees (North through East) ! Clean map min=-0.0086771 max=0.18677 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.089150Jy sigma=1.057405 ! Fit after self-cal, rms=0.089933Jy sigma=1.044479 ! 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.089933Jy sigma=1.044479 ! Fit after self-cal, rms=0.089922Jy sigma=1.043951 ! Inverting map and beam ! Estimated beam: bmin=3.122 mas, bmaj=8.4 mas, bpa=3.987 degrees ! Estimated noise=0.998345 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00201808 Jy ! Component: 100 - total flux cleaned = 0.00227509 Jy ! Component: 150 - total flux cleaned = 0.0022727 Jy ! Component: 200 - total flux cleaned = 0.00227216 Jy ! Total flux subtracted in 200 components = 0.00227216 Jy ! Clean residual min=-0.007966 max=0.005629 Jy/beam ! Clean residual mean=-0.000129 rms=0.001865 Jy/beam ! Combined flux in latest and established models = 0.213485 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 33 components and 0.213485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089907Jy sigma=1.043363 ! Fit after self-cal, rms=0.089900Jy sigma=1.043259 ! 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.089900Jy sigma=1.043259 ! Fit after self-cal, rms=0.089029Jy sigma=1.018157 ! 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.089029Jy sigma=1.018157 ! Fit after self-cal, rms=0.089047Jy sigma=1.018003 ! Inverting map and beam ! Estimated beam: bmin=3.129 mas, bmaj=8.429 mas, bpa=3.566 degrees ! Estimated noise=0.983072 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00273049 Jy ! Component: 100 - total flux cleaned = -0.00299608 Jy ! Component: 150 - total flux cleaned = -0.00305552 Jy ! Component: 200 - total flux cleaned = -0.00307926 Jy ! Total flux subtracted in 200 components = -0.00307926 Jy ! Clean residual min=-0.006828 max=0.004581 Jy/beam ! Clean residual mean=-0.000038 rms=0.001556 Jy/beam ! Combined flux in latest and established models = 0.210406 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 40 components and 0.210406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089005Jy sigma=1.016901 ! Fit after self-cal, rms=0.089008Jy sigma=1.016882 ! 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=9.122 mas, bmaj=29.74 mas, bpa=10.63 degrees ! Estimated noise=1.24938 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.00163697 Jy ! Component: 100 - total flux cleaned = 0.00174545 Jy ! Component: 150 - total flux cleaned = 0.0019024 Jy ! Component: 200 - total flux cleaned = 0.00205271 Jy ! Total flux subtracted in 200 components = 0.00205271 Jy ! Clean residual min=-0.006417 max=0.005011 Jy/beam ! Clean residual mean=-0.000101 rms=0.001944 Jy/beam ! Combined flux in latest and established models = 0.212458 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 3 model components to the UV plane model. ! The established model now contains 40 components and 0.212458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089071Jy sigma=1.016826 ! Fit after self-cal, rms=0.089075Jy sigma=1.016808 ! 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.164 mas, bmaj=6.287 mas, bpa=5.644 degrees ! Estimated noise=1.73314 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.166245 Jy ! Component: 100 - total flux cleaned = 0.189514 Jy ! Component: 150 - total flux cleaned = 0.196674 Jy ! Component: 200 - total flux cleaned = 0.200065 Jy ! Total flux subtracted in 200 components = 0.200065 Jy ! Clean residual min=-0.007261 max=0.006715 Jy/beam ! Clean residual mean=0.000003 rms=0.001897 Jy/beam ! Combined flux in latest and established models = 0.200065 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.200065 Jy ! Inverting map and beam ! Estimated beam: bmin=3.129 mas, bmaj=8.429 mas, bpa=3.566 degrees ! Estimated noise=0.983072 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.00556667 Jy ! Component: 100 - total flux cleaned = 0.0070624 Jy ! Component: 150 - total flux cleaned = 0.00733687 Jy ! Component: 200 - total flux cleaned = 0.00765695 Jy ! Total flux subtracted in 200 components = 0.00765695 Jy ! Clean residual min=-0.007157 max=0.004975 Jy/beam ! Clean residual mean=-0.000019 rms=0.001664 Jy/beam ! Combined flux in latest and established models = 0.207722 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 28 components and 0.207722 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=9.122 mas, bmaj=29.74 mas, bpa=10.63 degrees ! Estimated noise=1.24938 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.00261092 Jy ! Component: 100 - total flux cleaned = 0.00277203 Jy ! Component: 150 - total flux cleaned = 0.0030049 Jy ! Component: 200 - total flux cleaned = 0.00322472 Jy ! Total flux subtracted in 200 components = 0.00322472 Jy ! Clean residual min=-0.006569 max=0.005223 Jy/beam ! Clean residual mean=-0.000080 rms=0.002031 Jy/beam ! Combined flux in latest and established models = 0.210947 Jy ! Adding 3 model components to the UV plane model. ! The established model now contains 28 components and 0.210947 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.129 mas, bmaj=8.429 mas, bpa=3.566 degrees ! Estimated noise=0.983072 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00140543 Jy ! Component: 100 - total flux cleaned = -0.00140463 Jy ! Component: 150 - total flux cleaned = -0.0013718 Jy ! Component: 200 - total flux cleaned = -0.00130366 Jy ! Total flux subtracted in 200 components = -0.00130366 Jy ! Clean residual min=-0.006930 max=0.004634 Jy/beam ! Clean residual mean=-0.000033 rms=0.001585 Jy/beam ! Combined flux in latest and established models = 0.209643 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.209643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088974Jy sigma=1.017493 ! Fit after self-cal, rms=0.088971Jy sigma=1.017476 wmodel J1129-3707_S_2005_05_12_yyk\_map.mod ! Writing 32 model components to file: J1129-3707_S_2005_05_12_yyk_map.mod wobs J1129-3707_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J1129-3707_S_2005_05_12_yyk_uvs.fits wwins J1129-3707_S_2005_05_12_yyk\_map.win ! wwins: Wrote 1 windows to J1129-3707_S_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.00280069 Jy ! Component: 100 - total flux cleaned = -0.00333809 Jy ! Component: 150 - total flux cleaned = -0.00318086 Jy ! Component: 200 - total flux cleaned = -0.00303537 Jy ! Component: 250 - total flux cleaned = -0.00324408 Jy ! Component: 300 - total flux cleaned = -0.00351053 Jy ! Component: 350 - total flux cleaned = -0.00363728 Jy ! Component: 400 - total flux cleaned = -0.00382188 Jy ! Component: 450 - total flux cleaned = -0.00376242 Jy ! Component: 500 - total flux cleaned = -0.00370612 Jy ! Component: 550 - total flux cleaned = -0.00376161 Jy ! Component: 600 - total flux cleaned = -0.00376092 Jy ! Component: 650 - total flux cleaned = -0.00386643 Jy ! Component: 700 - total flux cleaned = -0.00401976 Jy ! Component: 750 - total flux cleaned = -0.00401946 Jy ! Component: 800 - total flux cleaned = -0.00397126 Jy ! Component: 850 - total flux cleaned = -0.0040676 Jy ! Component: 900 - total flux cleaned = -0.00401987 Jy ! Component: 950 - total flux cleaned = -0.00406573 Jy ! Component: 1000 - total flux cleaned = -0.00406551 Jy ! Component: 1050 - total flux cleaned = -0.0040651 Jy ! Component: 1100 - total flux cleaned = -0.00406529 Jy ! Component: 1150 - total flux cleaned = -0.0041076 Jy ! Component: 1200 - total flux cleaned = -0.00410685 Jy ! Component: 1250 - total flux cleaned = -0.00406585 Jy ! Component: 1300 - total flux cleaned = -0.00398484 Jy ! Component: 1350 - total flux cleaned = -0.00390564 Jy ! Component: 1400 - total flux cleaned = -0.00382749 Jy ! Component: 1450 - total flux cleaned = -0.00378938 Jy ! Component: 1500 - total flux cleaned = -0.00378903 Jy ! Component: 1550 - total flux cleaned = -0.00363918 Jy ! Component: 1600 - total flux cleaned = -0.00349239 Jy ! Component: 1650 - total flux cleaned = -0.00345698 Jy ! Component: 1700 - total flux cleaned = -0.0034212 Jy ! Component: 1750 - total flux cleaned = -0.00327982 Jy ! Component: 1800 - total flux cleaned = -0.00321014 Jy ! Component: 1850 - total flux cleaned = -0.00307261 Jy ! Component: 1900 - total flux cleaned = -0.00303881 Jy ! Component: 1950 - total flux cleaned = -0.00300457 Jy ! Component: 2000 - total flux cleaned = -0.0029378 Jy ! Total flux subtracted in 2048 components = -0.00283926 Jy ! Clean residual min=-0.001909 max=0.001931 Jy/beam ! Clean residual mean=0.000079 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.206804 Jy keep ! Adding 136 model components to the UV plane model. ! The established model now contains 168 components and 0.206804 Jy ![Exited script file: muppet] wmap "J1129-3707_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.129 x 8.429 at 3.566 degrees (North through East) ! Clean map min=-0.0042843 max=0.18664 Jy/beam ! Writing clean map to FITS file: J1129-3707_S_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.186638 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000688627 device "J1129-3707_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J1129-3707_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.10689 1.10689 2.21378 4.42756 8.85512 17.7102 35.4205 70.8409 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.186 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.129 x 8.429 at 3.566 degrees (North through East) ! Clean map min=-0.0042843 max=0.18664 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1129-3707_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J1129-3707_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1129-3707_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:18:44 2005