! Started logfile: J1942-3130_S_2005_06_01_yyk_uvs.log on Sat Oct 8 17:40:43 2005 obs J1942-3130_S_2005_06_01_yyk_uve.fits ! Reading UV FITS file: J1942-3130_S_2005_06_01_yyk_uve.fits ! AN table 1: 19 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.836257 visibilities/baseline/integration-bin. ! Found source: J1942-3130 ! ! 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 1802 lines of history. ! ! Reading 2860 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 J1942-3130_S_2005_06_01_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.15664 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.356 mas, bmaj=6.268 mas, bpa=5.762 degrees ! Estimated noise=1.40413 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.111292 Jy ! Component: 100 - total flux cleaned = 0.133999 Jy ! Total flux subtracted in 100 components = 0.133999 Jy ! Clean residual min=-0.007272 max=0.008944 Jy/beam ! Clean residual mean=-0.000099 rms=0.002070 Jy/beam ! Combined flux in latest and established models = 0.133999 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.133999 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 46 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.072228Jy sigma=1.090786 ! Fit after self-cal, rms=0.072102Jy sigma=1.087730 ! Inverting map and beam ! Estimated beam: bmin=2.356 mas, bmaj=6.268 mas, bpa=5.762 degrees ! Estimated noise=1.40413 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.117 mas, bmaj=8.287 mas, bpa=0.9722 degrees ! Estimated noise=0.856776 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.0144739 Jy ! Component: 100 - total flux cleaned = 0.019101 Jy ! Component: 150 - total flux cleaned = 0.0206547 Jy ! Component: 200 - total flux cleaned = 0.020913 Jy ! Total flux subtracted in 200 components = 0.020913 Jy ! Clean residual min=-0.005988 max=0.005284 Jy/beam ! Clean residual mean=0.000034 rms=0.001459 Jy/beam ! Combined flux in latest and established models = 0.154912 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 35 model components to the UV plane model. ! The established model now contains 52 components and 0.154912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069701Jy sigma=1.054412 ! Fit after self-cal, rms=0.069700Jy sigma=1.054298 ! 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.117 x 8.287 at 0.9722 degrees (North through East) ! Clean map min=-0.0057471 max=0.13265 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.0158 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.92 HN 1.00* KP 0.94 ! LA 1.19 MK 0.87 NL 1.02 OV 1.02 ! PT 1.02 SC 0.89 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.979033 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.00* KP 0.95 ! LA 1.12 MK 0.96 NL 1.12 OV 0.97 ! PT 1.01 SC 1.06 ! ! ! 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.069700Jy sigma=1.054298 ! Fit after self-cal, rms=0.069000Jy sigma=1.041947 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.069000Jy sigma=1.041947 ! Fit after self-cal, rms=0.068998Jy sigma=1.041860 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.046 mas, bmaj=8.152 mas, bpa=0.5923 degrees ! Estimated noise=0.85271 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.00182545 Jy ! Component: 100 - total flux cleaned = 0.00203604 Jy ! Component: 150 - total flux cleaned = 0.0022523 Jy ! Component: 200 - total flux cleaned = 0.00242774 Jy ! Total flux subtracted in 200 components = 0.00242774 Jy ! Clean residual min=-0.005842 max=0.004431 Jy/beam ! Clean residual mean=0.000270 rms=0.001284 Jy/beam ! Combined flux in latest and established models = 0.15734 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 66 components and 0.15734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068869Jy sigma=1.040463 ! Fit after self-cal, rms=0.068867Jy sigma=1.040391 ! 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.068867Jy sigma=1.040391 ! Fit after self-cal, rms=0.066963Jy sigma=1.002891 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.00124193 Jy ! Component: 100 - total flux cleaned = 0.00145129 Jy ! Component: 150 - total flux cleaned = 0.00146965 Jy ! Component: 200 - total flux cleaned = 0.00150564 Jy ! Total flux subtracted in 200 components = 0.00150564 Jy ! Clean residual min=-0.005764 max=0.004473 Jy/beam ! Clean residual mean=0.000268 rms=0.001257 Jy/beam ! Combined flux in latest and established models = 0.158846 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 70 components and 0.158846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066889Jy sigma=1.002558 ! Fit after self-cal, rms=0.066841Jy sigma=1.000766 ! 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.046 x 8.152 at 0.5923 degrees (North through East) ! Clean map min=-0.0055256 max=0.13121 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.066841Jy sigma=1.000766 ! Fit after self-cal, rms=0.066559Jy sigma=0.992147 ! 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.066559Jy sigma=0.992147 ! Fit after self-cal, rms=0.066571Jy sigma=0.991879 ! Inverting map and beam ! Estimated beam: bmin=2.963 mas, bmaj=8.01 mas, bpa=0.2514 degrees ! Estimated noise=0.852589 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00266006 Jy ! Component: 100 - total flux cleaned = 0.00299499 Jy ! Component: 150 - total flux cleaned = 0.00317401 Jy ! Component: 200 - total flux cleaned = 0.00331839 Jy ! Total flux subtracted in 200 components = 0.00331839 Jy ! Clean residual min=-0.004910 max=0.004220 Jy/beam ! Clean residual mean=0.000213 rms=0.001148 Jy/beam ! Combined flux in latest and established models = 0.162164 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 77 components and 0.162164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066422Jy sigma=0.990392 ! Fit after self-cal, rms=0.066424Jy sigma=0.990352 ! 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.066424Jy sigma=0.990352 ! Fit after self-cal, rms=0.066842Jy sigma=0.984242 ! 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.066842Jy sigma=0.984242 ! Fit after self-cal, rms=0.066860Jy sigma=0.984173 ! Inverting map and beam ! Estimated beam: bmin=2.94 mas, bmaj=7.97 mas, bpa=0.2869 degrees ! Estimated noise=0.857041 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00181707 Jy ! Component: 100 - total flux cleaned = 0.00228287 Jy ! Component: 150 - total flux cleaned = 0.00240308 Jy ! Component: 200 - total flux cleaned = 0.00251143 Jy ! Total flux subtracted in 200 components = 0.00251143 Jy ! Clean residual min=-0.004527 max=0.004287 Jy/beam ! Clean residual mean=0.000223 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.164676 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.164676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066750Jy sigma=0.983494 ! Fit after self-cal, rms=0.066755Jy sigma=0.983481 ! 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.989 mas, bmaj=24.8 mas, bpa=8.346 degrees ! Estimated noise=1.12711 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.000623145 Jy ! Component: 100 - total flux cleaned = 0.000650597 Jy ! Component: 150 - total flux cleaned = 0.000652058 Jy ! Component: 200 - total flux cleaned = 0.000673606 Jy ! Total flux subtracted in 200 components = 0.000673606 Jy ! Clean residual min=-0.004415 max=0.005484 Jy/beam ! Clean residual mean=0.000445 rms=0.001673 Jy/beam ! Combined flux in latest and established models = 0.165349 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 85 components and 0.165349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066735Jy sigma=0.983466 ! Fit after self-cal, rms=0.066734Jy sigma=0.983399 ! 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.31 mas, bmaj=6.227 mas, bpa=5.538 degrees ! Estimated noise=1.3656 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.10918 Jy ! Component: 100 - total flux cleaned = 0.134734 Jy ! Component: 150 - total flux cleaned = 0.14805 Jy ! Component: 200 - total flux cleaned = 0.155379 Jy ! Total flux subtracted in 200 components = 0.155379 Jy ! Clean residual min=-0.005835 max=0.005101 Jy/beam ! Clean residual mean=-0.000014 rms=0.001521 Jy/beam ! Combined flux in latest and established models = 0.155379 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 43 model components to the UV plane model. ! The established model now contains 43 components and 0.155379 Jy ! Inverting map and beam ! Estimated beam: bmin=2.94 mas, bmaj=7.97 mas, bpa=0.2869 degrees ! Estimated noise=0.857041 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.00603804 Jy ! Component: 100 - total flux cleaned = 0.00827483 Jy ! Component: 150 - total flux cleaned = 0.00879659 Jy ! Component: 200 - total flux cleaned = 0.00896077 Jy ! Total flux subtracted in 200 components = 0.00896077 Jy ! Clean residual min=-0.004458 max=0.004399 Jy/beam ! Clean residual mean=0.000225 rms=0.001099 Jy/beam ! Combined flux in latest and established models = 0.16434 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 53 components and 0.16434 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.989 mas, bmaj=24.8 mas, bpa=8.346 degrees ! Estimated noise=1.12711 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.000857551 Jy ! Component: 100 - total flux cleaned = 0.000884256 Jy ! Component: 150 - total flux cleaned = 0.000886383 Jy ! Component: 200 - total flux cleaned = 0.000908969 Jy ! Total flux subtracted in 200 components = 0.000908969 Jy ! Clean residual min=-0.004425 max=0.005501 Jy/beam ! Clean residual mean=0.000446 rms=0.001674 Jy/beam ! Combined flux in latest and established models = 0.165249 Jy ! Adding 4 model components to the UV plane model. ! The established model now contains 53 components and 0.165249 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.94 mas, bmaj=7.97 mas, bpa=0.2869 degrees ! Estimated noise=0.857041 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000189582 Jy ! Component: 100 - total flux cleaned = -0.000248935 Jy ! Component: 150 - total flux cleaned = -0.000269105 Jy ! Component: 200 - total flux cleaned = -0.000285915 Jy ! Total flux subtracted in 200 components = -0.000285915 Jy ! Clean residual min=-0.004441 max=0.004330 Jy/beam ! Clean residual mean=0.000222 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.164963 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 58 components and 0.164963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066766Jy sigma=0.983437 ! Fit after self-cal, rms=0.066758Jy sigma=0.983381 wmodel J1942-3130_S_2005_06_01_yyk\_map.mod ! Writing 58 model components to file: J1942-3130_S_2005_06_01_yyk_map.mod wobs J1942-3130_S_2005_06_01_yyk\_uvs.fits ! Writing UV FITS file: J1942-3130_S_2005_06_01_yyk_uvs.fits wwins J1942-3130_S_2005_06_01_yyk\_map.win ! wwins: Wrote 1 windows to J1942-3130_S_2005_06_01_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.000376793 Jy ! Component: 100 - total flux cleaned = 0.000791316 Jy ! Component: 150 - total flux cleaned = 0.00128257 Jy ! Component: 200 - total flux cleaned = 0.00183868 Jy ! Component: 250 - total flux cleaned = 0.00239849 Jy ! Component: 300 - total flux cleaned = 0.00296887 Jy ! Component: 350 - total flux cleaned = 0.00350445 Jy ! Component: 400 - total flux cleaned = 0.00413756 Jy ! Component: 450 - total flux cleaned = 0.00466244 Jy ! Component: 500 - total flux cleaned = 0.00532269 Jy ! Component: 550 - total flux cleaned = 0.00595899 Jy ! Component: 600 - total flux cleaned = 0.0065019 Jy ! Component: 650 - total flux cleaned = 0.00695705 Jy ! Component: 700 - total flux cleaned = 0.0074336 Jy ! Component: 750 - total flux cleaned = 0.0078314 Jy ! Component: 800 - total flux cleaned = 0.00822015 Jy ! Component: 850 - total flux cleaned = 0.00860014 Jy ! Component: 900 - total flux cleaned = 0.00891076 Jy ! Component: 950 - total flux cleaned = 0.00924577 Jy ! Component: 1000 - total flux cleaned = 0.00948472 Jy ! Component: 1050 - total flux cleaned = 0.00986488 Jy ! Component: 1100 - total flux cleaned = 0.0101512 Jy ! Component: 1150 - total flux cleaned = 0.0104051 Jy ! Component: 1200 - total flux cleaned = 0.0107383 Jy ! Component: 1250 - total flux cleaned = 0.0110386 Jy ! Component: 1300 - total flux cleaned = 0.0113068 Jy ! Component: 1350 - total flux cleaned = 0.0115185 Jy ! Component: 1400 - total flux cleaned = 0.0118309 Jy ! Component: 1450 - total flux cleaned = 0.012036 Jy ! Component: 1500 - total flux cleaned = 0.0123392 Jy ! Component: 1550 - total flux cleaned = 0.0126129 Jy ! Component: 1600 - total flux cleaned = 0.0128577 Jy ! Component: 1650 - total flux cleaned = 0.0131477 Jy ! Component: 1700 - total flux cleaned = 0.0133862 Jy ! Component: 1750 - total flux cleaned = 0.0136917 Jy ! Component: 1800 - total flux cleaned = 0.0139001 Jy ! Component: 1850 - total flux cleaned = 0.0140836 Jy ! Component: 1900 - total flux cleaned = 0.0143773 Jy ! Component: 1950 - total flux cleaned = 0.0146227 Jy ! Component: 2000 - total flux cleaned = 0.014843 Jy ! Total flux subtracted in 2048 components = 0.0151047 Jy ! Clean residual min=-0.001251 max=0.001269 Jy/beam ! Clean residual mean=0.000145 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.180068 Jy keep ! Adding 136 model components to the UV plane model. ! The established model now contains 194 components and 0.180068 Jy ![Exited script file: muppet] wmap "J1942-3130_S_2005_06_01_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.94 x 7.97 at 0.2869 degrees (North through East) ! Clean map min=-0.0029585 max=0.13026 Jy/beam ! Writing clean map to FITS file: J1942-3130_S_2005_06_01_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.130264 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000450375 device "J1942-3130_S_2005_06_01_yyk\_map.eps/VPS" ! Attempting to open device: 'J1942-3130_S_2005_06_01_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.03722 1.03722 2.07445 4.14889 8.29779 16.5956 33.1912 66.3823 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.13 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.94 x 7.97 at 0.2869 degrees (North through East) ! Clean map min=-0.0029585 max=0.13026 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1942-3130_S_2005_06_01_yyk\_map.gif/gif" ! Attempting to open device: 'J1942-3130_S_2005_06_01_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1942-3130_S_2005_06_01_yyk_uvs.log closed on Sat Oct 8 17:40:47 2005