! Started logfile: J0617-3634_S_2002_01_31_yyk_uvs.log on Tue Jun 26 22:21:30 2007 obs J0617-3634_S_2002_01_31_yyk_uva.fits ! Reading UV FITS file: J0617-3634_S_2002_01_31_yyk_uva.fits ! AN table 1: 35 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.72381 visibilities/baseline/integration-bin. ! Found source: J0617-3634 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22947e+09 8e+06 1 8e+06 ! 02 2 2.25947e+09 8e+06 1 8e+06 ! 03 3 2.34947e+09 8e+06 1 8e+06 ! 04 4 2.36947e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1224 lines of history. ! ! Reading 4560 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 J0617-3634_S_2002_01_31_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.334978 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.482 mas, bmaj=6.523 mas, bpa=-0.2409 degrees ! Estimated noise=2344.04 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.144483 Jy ! Component: 100 - total flux cleaned = 0.211725 Jy ! Total flux subtracted in 100 components = 0.211725 Jy ! Clean residual min=-0.026848 max=0.040354 Jy/beam ! Clean residual mean=0.000789 rms=0.011069 Jy/beam ! Combined flux in latest and established models = 0.211725 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 44 model components to the UV plane model. ! The established model now contains 44 components and 0.211725 Jy ! ! Correcting IF 1. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.267651Jy sigma=0.001655 ! Fit after self-cal, rms=0.267435Jy sigma=0.001653 ! Inverting map and beam ! Estimated beam: bmin=2.482 mas, bmaj=6.523 mas, bpa=-0.2411 degrees ! Estimated noise=2344.96 mJy/beam. print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.893 mas, bmaj=7.939 mas, bpa=-0.9918 degrees ! Estimated noise=1659.79 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.0531003 Jy ! Component: 100 - total flux cleaned = 0.0747068 Jy ! Component: 150 - total flux cleaned = 0.083421 Jy ! Component: 200 - total flux cleaned = 0.0840985 Jy ! Total flux subtracted in 200 components = 0.0840985 Jy ! Clean residual min=-0.035928 max=0.063033 Jy/beam ! Clean residual mean=0.001388 rms=0.016155 Jy/beam ! Combined flux in latest and established models = 0.295824 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 64 components and 0.295823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.260047Jy sigma=0.001607 ! Fit after self-cal, rms=0.259936Jy sigma=0.001606 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.893 x 7.939 at -0.9918 degrees (North through East) ! Clean map min=-0.034565 max=0.1351 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.259936Jy sigma=0.001606 ! Fit after self-cal, rms=0.259936Jy sigma=0.001606 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.259936Jy sigma=0.001606 ! Fit after self-cal, rms=0.259936Jy sigma=0.001606 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.893 mas, bmaj=7.939 mas, bpa=-0.9918 degrees ! Estimated noise=1659.79 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.00241755 Jy ! Component: 100 - total flux cleaned = 0.00264551 Jy ! Component: 150 - total flux cleaned = 0.00286859 Jy ! Component: 200 - total flux cleaned = 0.00307794 Jy ! Total flux subtracted in 200 components = 0.00307794 Jy ! Clean residual min=-0.034754 max=0.061896 Jy/beam ! Clean residual mean=0.001387 rms=0.016111 Jy/beam ! Combined flux in latest and established models = 0.298901 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 74 components and 0.298901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.259571Jy sigma=0.001604 ! Fit after self-cal, rms=0.259616Jy sigma=0.001604 ! 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.259616Jy sigma=0.001604 ! Fit after self-cal, rms=0.258416Jy sigma=0.001596 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.00252287 Jy ! Component: 100 - total flux cleaned = 0.00301534 Jy ! Component: 150 - total flux cleaned = 0.00346429 Jy ! Component: 200 - total flux cleaned = 0.00368212 Jy ! Total flux subtracted in 200 components = 0.00368212 Jy ! Clean residual min=-0.034266 max=0.059794 Jy/beam ! Clean residual mean=0.001421 rms=0.015936 Jy/beam ! Combined flux in latest and established models = 0.302584 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 79 components and 0.302584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.258050Jy sigma=0.001594 ! Fit after self-cal, rms=0.257942Jy sigma=0.001593 ! Inverting map print "*** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime ***" ! *** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime *** ! dynam = dynam - 0.25 restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.893 x 7.939 at -0.9918 degrees (North through East) ! Clean map min=-0.033843 max=0.12977 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.257942Jy sigma=0.001593 ! Fit after self-cal, rms=0.257942Jy sigma=0.001593 ! 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.257942Jy sigma=0.001593 ! Fit after self-cal, rms=0.257958Jy sigma=0.001593 ! Inverting map and beam ! Estimated beam: bmin=2.893 mas, bmaj=7.939 mas, bpa=-0.9918 degrees ! Estimated noise=1659.79 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000777634 Jy ! Component: 100 - total flux cleaned = 0.000995782 Jy ! Component: 150 - total flux cleaned = 0.00119499 Jy ! Component: 200 - total flux cleaned = 0.00157153 Jy ! Total flux subtracted in 200 components = 0.00157153 Jy ! Clean residual min=-0.034314 max=0.058983 Jy/beam ! Clean residual mean=0.001430 rms=0.015821 Jy/beam ! Combined flux in latest and established models = 0.304155 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 83 components and 0.304155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.257665Jy sigma=0.001591 ! Fit after self-cal, rms=0.257701Jy sigma=0.001591 ! 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.257701Jy sigma=0.001591 ! Fit after self-cal, rms=0.257701Jy sigma=0.001591 ! 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.257701Jy sigma=0.001591 ! Fit after self-cal, rms=0.257721Jy sigma=0.001591 ! Inverting map and beam ! Estimated beam: bmin=2.893 mas, bmaj=7.939 mas, bpa=-0.9918 degrees ! Estimated noise=1659.79 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000490256 Jy ! Component: 100 - total flux cleaned = 0.000695001 Jy ! Component: 150 - total flux cleaned = 0.000887999 Jy ! Component: 200 - total flux cleaned = 0.00124154 Jy ! Total flux subtracted in 200 components = 0.00124154 Jy ! Clean residual min=-0.034254 max=0.058706 Jy/beam ! Clean residual mean=0.001430 rms=0.015769 Jy/beam ! Combined flux in latest and established models = 0.305397 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 88 components and 0.305397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.257461Jy sigma=0.001590 ! Fit after self-cal, rms=0.257486Jy sigma=0.001590 ! 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.621 mas, bmaj=27.35 mas, bpa=4.65 degrees ! Estimated noise=2189.1 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.0146307 Jy ! Component: 100 - total flux cleaned = 0.014963 Jy ! Component: 150 - total flux cleaned = 0.0155932 Jy ! Component: 200 - total flux cleaned = 0.0162247 Jy ! Total flux subtracted in 200 components = 0.0162247 Jy ! Clean residual min=-0.055987 max=0.110448 Jy/beam ! Clean residual mean=0.002999 rms=0.030373 Jy/beam ! Combined flux in latest and established models = 0.321621 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 5 model components to the UV plane model. ! The established model now contains 88 components and 0.321621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.257194Jy sigma=0.001591 ! Fit after self-cal, rms=0.257143Jy sigma=0.001590 ! Inverting map uvtaper 0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.482 mas, bmaj=6.523 mas, bpa=-0.2411 degrees ! Estimated noise=2344.96 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.146681 Jy ! Component: 100 - total flux cleaned = 0.216081 Jy ! Component: 150 - total flux cleaned = 0.253776 Jy ! Component: 200 - total flux cleaned = 0.274955 Jy ! Total flux subtracted in 200 components = 0.274955 Jy ! Clean residual min=-0.023864 max=0.040521 Jy/beam ! Clean residual mean=0.000871 rms=0.010021 Jy/beam ! Combined flux in latest and established models = 0.274955 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 58 model components to the UV plane model. ! The established model now contains 58 components and 0.274955 Jy ! Inverting map and beam ! Estimated beam: bmin=2.893 mas, bmaj=7.939 mas, bpa=-0.9918 degrees ! Estimated noise=1659.79 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.0188088 Jy ! Component: 100 - total flux cleaned = 0.0256954 Jy ! Component: 150 - total flux cleaned = 0.0263721 Jy ! Component: 200 - total flux cleaned = 0.0266031 Jy ! Total flux subtracted in 200 components = 0.0266031 Jy ! Clean residual min=-0.034788 max=0.058571 Jy/beam ! Clean residual mean=0.001437 rms=0.015826 Jy/beam ! Combined flux in latest and established models = 0.301558 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 65 components and 0.301558 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.621 mas, bmaj=27.35 mas, bpa=4.65 degrees ! Estimated noise=2189.1 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.0173038 Jy ! Component: 100 - total flux cleaned = 0.0179755 Jy ! Component: 150 - total flux cleaned = 0.0186439 Jy ! Component: 200 - total flux cleaned = 0.0192663 Jy ! Total flux subtracted in 200 components = 0.0192663 Jy ! Clean residual min=-0.055914 max=0.110390 Jy/beam ! Clean residual mean=0.003009 rms=0.030415 Jy/beam ! Combined flux in latest and established models = 0.320824 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 78 components and 0.320824 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.893 mas, bmaj=7.939 mas, bpa=-0.9918 degrees ! Estimated noise=1659.79 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0142349 Jy ! Component: 100 - total flux cleaned = -0.0139876 Jy ! Component: 150 - total flux cleaned = -0.0137737 Jy ! Component: 200 - total flux cleaned = -0.0135791 Jy ! Total flux subtracted in 200 components = -0.0135791 Jy ! Clean residual min=-0.034534 max=0.059022 Jy/beam ! Clean residual mean=0.001432 rms=0.015742 Jy/beam ! Combined flux in latest and established models = 0.307245 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 89 components and 0.307245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.257509Jy sigma=0.001591 ! Fit after self-cal, rms=0.257421Jy sigma=0.001590 wmodel J0617-3634_S_2002_01_31_yyk\_map.mod ! Writing 89 model components to file: J0617-3634_S_2002_01_31_yyk_map.mod wobs J0617-3634_S_2002_01_31_yyk\_uvs.fits ! Writing UV FITS file: J0617-3634_S_2002_01_31_yyk_uvs.fits wwins J0617-3634_S_2002_01_31_yyk\_map.win ! wwins: Wrote 1 windows to J0617-3634_S_2002_01_31_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.0252405 Jy ! Component: 100 - total flux cleaned = 0.0457948 Jy ! Component: 150 - total flux cleaned = 0.0636831 Jy ! Component: 200 - total flux cleaned = 0.079731 Jy ! Component: 250 - total flux cleaned = 0.0937772 Jy ! Component: 300 - total flux cleaned = 0.103645 Jy ! Component: 350 - total flux cleaned = 0.113519 Jy ! Component: 400 - total flux cleaned = 0.121426 Jy ! Component: 450 - total flux cleaned = 0.129442 Jy ! Component: 500 - total flux cleaned = 0.136213 Jy ! Component: 550 - total flux cleaned = 0.142273 Jy ! Component: 600 - total flux cleaned = 0.147678 Jy ! Component: 650 - total flux cleaned = 0.152486 Jy ! Component: 700 - total flux cleaned = 0.157899 Jy ! Component: 750 - total flux cleaned = 0.162391 Jy ! Component: 800 - total flux cleaned = 0.167831 Jy ! Component: 850 - total flux cleaned = 0.173465 Jy ! Component: 900 - total flux cleaned = 0.177913 Jy ! Component: 950 - total flux cleaned = 0.182909 Jy ! Component: 1000 - total flux cleaned = 0.187444 Jy ! Component: 1050 - total flux cleaned = 0.19122 Jy ! Component: 1100 - total flux cleaned = 0.195518 Jy ! Component: 1150 - total flux cleaned = 0.199704 Jy ! Component: 1200 - total flux cleaned = 0.203501 Jy ! Component: 1250 - total flux cleaned = 0.207498 Jy ! Component: 1300 - total flux cleaned = 0.211956 Jy ! Component: 1350 - total flux cleaned = 0.21549 Jy ! Component: 1400 - total flux cleaned = 0.219217 Jy ! Component: 1450 - total flux cleaned = 0.22312 Jy ! Component: 1500 - total flux cleaned = 0.226689 Jy ! Component: 1550 - total flux cleaned = 0.230435 Jy ! Component: 1600 - total flux cleaned = 0.234109 Jy ! Component: 1650 - total flux cleaned = 0.237472 Jy ! Component: 1700 - total flux cleaned = 0.240773 Jy ! Component: 1750 - total flux cleaned = 0.243779 Jy ! Component: 1800 - total flux cleaned = 0.246735 Jy ! Component: 1850 - total flux cleaned = 0.249864 Jy ! Component: 1900 - total flux cleaned = 0.252498 Jy ! Component: 1950 - total flux cleaned = 0.255518 Jy ! Component: 2000 - total flux cleaned = 0.258272 Jy ! Total flux subtracted in 2048 components = 0.260566 Jy ! Clean residual min=-0.011528 max=0.010322 Jy/beam ! Clean residual mean=0.000821 rms=0.005992 Jy/beam ! Combined flux in latest and established models = 0.567811 Jy keep ! Adding 442 model components to the UV plane model. ! The established model now contains 531 components and 0.567811 Jy ![Exited script file: muppet] wmap "J0617-3634_S_2002_01_31_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.893 x 7.939 at -0.9918 degrees (North through East) ! Clean map min=-0.022298 max=0.12097 Jy/beam ! Writing clean map to FITS file: J0617-3634_S_2002_01_31_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.120974 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00603404 device "J0617-3634_S_2002_01_31_yyk\_map.eps/VPS" ! Attempting to open device: 'J0617-3634_S_2002_01_31_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -14.9637 14.9637 29.9273 59.8547 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0181 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.12 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.893 x 7.939 at -0.9918 degrees (North through East) ! Clean map min=-0.022298 max=0.12097 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0617-3634_S_2002_01_31_yyk\_map.gif/gif" ! Attempting to open device: 'J0617-3634_S_2002_01_31_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0617-3634_S_2002_01_31_yyk_uvs.log closed on Tue Jun 26 22:21:37 2007