! Started logfile: J2000-1748_X_2005_07_09_yyk_uvs.log on Fri Jan 20 10:56:59 2006 obs J2000-1748_X_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J2000-1748_X_2005_07_09_yyk_uve.fits ! AN table 1: 4 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.9 visibilities/baseline/integration-bin. ! Found source: J2000-1748 ! ! 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 1479 lines of history. ! ! Reading 648 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 J2000-1748_X_2005_07_09_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)= 1.51073 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.6785 mas, bmaj=1.855 mas, bpa=-5.462 degrees ! Estimated noise=2.43236 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 = 1.27101 Jy ! Component: 100 - total flux cleaned = 1.49255 Jy ! Total flux subtracted in 100 components = 1.49255 Jy ! Clean residual min=-0.035399 max=0.064379 Jy/beam ! Clean residual mean=-0.000211 rms=0.011037 Jy/beam ! Combined flux in latest and established models = 1.49255 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 1.49255 Jy ! ! Correcting IF 1. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.184266Jy sigma=2.748887 ! Fit after self-cal, rms=0.183630Jy sigma=2.727329 ! Inverting map and beam ! Estimated beam: bmin=0.6785 mas, bmaj=1.855 mas, bpa=-5.462 degrees ! Estimated noise=2.43236 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.8044 mas, bmaj=2.048 mas, bpa=-3.339 degrees ! Estimated noise=1.91979 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.0941607 Jy ! Component: 100 - total flux cleaned = 0.130147 Jy ! Component: 150 - total flux cleaned = 0.143789 Jy ! Component: 200 - total flux cleaned = 0.144141 Jy ! Total flux subtracted in 200 components = 0.144141 Jy ! Clean residual min=-0.026939 max=0.024161 Jy/beam ! Clean residual mean=0.000077 rms=0.006427 Jy/beam ! Combined flux in latest and established models = 1.63669 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 37 components and 1.63669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148658Jy sigma=2.106678 ! Fit after self-cal, rms=0.148741Jy sigma=2.105817 ! 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.8044 x 2.048 at -3.339 degrees (North through East) ! Clean map min=-0.026748 max=1.4893 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.00393 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.99 HN 1.02 KP 0.98 ! LA 1.02 MK 1.00 NL 1.02 OV 1.02 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01321 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 1.02 KP 0.93 ! LA 0.99 MK 1.00 NL 0.97 OV 0.99 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.01425 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.03 HN 0.92 KP 0.87 ! LA 0.99 MK 1.03 NL 0.97 OV 1.04 ! PT 1.06 SC 0.95 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.952351 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.02 HN 0.97 KP 1.00 ! LA 0.99 MK 1.03 NL 1.00 OV 1.06 ! PT 1.17 SC 1.22 ! ! ! Fit before self-cal, rms=0.148741Jy sigma=2.105817 ! Fit after self-cal, rms=0.125542Jy sigma=1.716765 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.125542Jy sigma=1.716765 ! Fit after self-cal, rms=0.125561Jy sigma=1.716457 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8105 mas, bmaj=2.067 mas, bpa=-3.421 degrees ! Estimated noise=1.90881 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.0105456 Jy ! Component: 100 - total flux cleaned = -0.0124939 Jy ! Component: 150 - total flux cleaned = -0.0122478 Jy ! Component: 200 - total flux cleaned = -0.0120349 Jy ! Total flux subtracted in 200 components = -0.0120349 Jy ! Clean residual min=-0.014240 max=0.014890 Jy/beam ! Clean residual mean=0.000029 rms=0.003737 Jy/beam ! Combined flux in latest and established models = 1.62466 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 1.62466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125057Jy sigma=1.704243 ! Fit after self-cal, rms=0.125136Jy sigma=1.703574 ! 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.125136Jy sigma=1.703574 ! Fit after self-cal, rms=0.119904Jy sigma=1.621942 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.000145556 Jy ! Component: 100 - total flux cleaned = 0.000543484 Jy ! Component: 150 - total flux cleaned = 0.000705823 Jy ! Component: 200 - total flux cleaned = 0.000787898 Jy ! Total flux subtracted in 200 components = 0.000787898 Jy ! Clean residual min=-0.014153 max=0.014843 Jy/beam ! Clean residual mean=0.000030 rms=0.003468 Jy/beam ! Combined flux in latest and established models = 1.62544 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 53 components and 1.62545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119771Jy sigma=1.619709 ! Fit after self-cal, rms=0.119052Jy sigma=1.609425 ! 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.8105 x 2.067 at -3.421 degrees (North through East) ! Clean map min=-0.012246 max=1.4831 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.119052Jy sigma=1.609425 ! Fit after self-cal, rms=0.097835Jy sigma=1.098720 ! 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.097835Jy sigma=1.098720 ! Fit after self-cal, rms=0.097716Jy sigma=1.095809 ! Inverting map and beam ! Estimated beam: bmin=0.8121 mas, bmaj=2.071 mas, bpa=-3.434 degrees ! Estimated noise=1.90801 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000846211 Jy ! Component: 100 - total flux cleaned = -0.000434831 Jy ! Component: 150 - total flux cleaned = -0.000499347 Jy ! Component: 200 - total flux cleaned = -0.000559027 Jy ! Total flux subtracted in 200 components = -0.000559027 Jy ! Clean residual min=-0.009679 max=0.008709 Jy/beam ! Clean residual mean=-0.000055 rms=0.002337 Jy/beam ! Combined flux in latest and established models = 1.62489 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 55 components and 1.62489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097576Jy sigma=1.093124 ! Fit after self-cal, rms=0.097583Jy sigma=1.091895 ! 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.097583Jy sigma=1.091895 ! Fit after self-cal, rms=0.096940Jy sigma=1.076188 ! 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.096940Jy sigma=1.076188 ! Fit after self-cal, rms=0.096966Jy sigma=1.075917 ! Inverting map and beam ! Estimated beam: bmin=0.8129 mas, bmaj=2.073 mas, bpa=-3.468 degrees ! Estimated noise=1.90874 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00103821 Jy ! Component: 100 - total flux cleaned = -0.000832328 Jy ! Component: 150 - total flux cleaned = -0.000833691 Jy ! Component: 200 - total flux cleaned = -0.000887215 Jy ! Total flux subtracted in 200 components = -0.000887215 Jy ! Clean residual min=-0.009307 max=0.008610 Jy/beam ! Clean residual mean=-0.000053 rms=0.002310 Jy/beam ! Combined flux in latest and established models = 1.624 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 58 components and 1.624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096859Jy sigma=1.074115 ! Fit after self-cal, rms=0.096889Jy sigma=1.073819 ! 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.083 mas, bmaj=4.249 mas, bpa=-1.763 degrees ! Estimated noise=2.59072 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.00121333 Jy ! Component: 100 - total flux cleaned = 0.00115944 Jy ! Component: 150 - total flux cleaned = 0.00107304 Jy ! Component: 200 - total flux cleaned = 0.00104777 Jy ! Total flux subtracted in 200 components = 0.00104777 Jy ! Clean residual min=-0.011918 max=0.011055 Jy/beam ! Clean residual mean=-0.000116 rms=0.003186 Jy/beam ! Combined flux in latest and established models = 1.62505 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 60 components and 1.62505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096762Jy sigma=1.075014 ! Fit after self-cal, rms=0.096788Jy sigma=1.073472 ! 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=0.682 mas, bmaj=1.864 mas, bpa=-5.549 degrees ! Estimated noise=2.42896 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.26913 Jy ! Component: 100 - total flux cleaned = 1.48386 Jy ! Component: 150 - total flux cleaned = 1.56342 Jy ! Component: 200 - total flux cleaned = 1.59832 Jy ! Total flux subtracted in 200 components = 1.59832 Jy ! Clean residual min=-0.015407 max=0.012257 Jy/beam ! Clean residual mean=-0.000078 rms=0.003334 Jy/beam ! Combined flux in latest and established models = 1.59832 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 23 model components to the UV plane model. ! The established model now contains 23 components and 1.59832 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8129 mas, bmaj=2.073 mas, bpa=-3.468 degrees ! Estimated noise=1.90874 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.0183483 Jy ! Component: 100 - total flux cleaned = 0.0249573 Jy ! Component: 150 - total flux cleaned = 0.0258608 Jy ! Component: 200 - total flux cleaned = 0.0260101 Jy ! Total flux subtracted in 200 components = 0.0260101 Jy ! Clean residual min=-0.010017 max=0.009212 Jy/beam ! Clean residual mean=-0.000054 rms=0.002395 Jy/beam ! Combined flux in latest and established models = 1.62433 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 38 components and 1.62433 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.083 mas, bmaj=4.249 mas, bpa=-1.763 degrees ! Estimated noise=2.59072 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.00176764 Jy ! Component: 100 - total flux cleaned = 0.0017731 Jy ! Component: 150 - total flux cleaned = 0.00173784 Jy ! Component: 200 - total flux cleaned = 0.00168128 Jy ! Total flux subtracted in 200 components = 0.00168128 Jy ! Clean residual min=-0.011954 max=0.010859 Jy/beam ! Clean residual mean=-0.000114 rms=0.003173 Jy/beam ! Combined flux in latest and established models = 1.62601 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 45 components and 1.62601 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8129 mas, bmaj=2.073 mas, bpa=-3.468 degrees ! Estimated noise=1.90874 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 5.48487e-05 Jy ! Component: 100 - total flux cleaned = -5.03277e-05 Jy ! Component: 150 - total flux cleaned = -0.000233579 Jy ! Component: 200 - total flux cleaned = -0.000317248 Jy ! Total flux subtracted in 200 components = -0.000317248 Jy ! Clean residual min=-0.010096 max=0.008994 Jy/beam ! Clean residual mean=-0.000052 rms=0.002357 Jy/beam ! Combined flux in latest and established models = 1.62569 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 58 components and 1.62569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096965Jy sigma=1.080150 ! Fit after self-cal, rms=0.096989Jy sigma=1.079515 wmodel J2000-1748_X_2005_07_09_yyk\_map.mod ! Writing 58 model components to file: J2000-1748_X_2005_07_09_yyk_map.mod wobs J2000-1748_X_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J2000-1748_X_2005_07_09_yyk_uvs.fits wwins J2000-1748_X_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J2000-1748_X_2005_07_09_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.00212784 Jy ! Component: 100 - total flux cleaned = -0.00305059 Jy ! Component: 150 - total flux cleaned = -0.00290714 Jy ! Component: 200 - total flux cleaned = -0.00303584 Jy ! Component: 250 - total flux cleaned = -0.00303345 Jy ! Component: 300 - total flux cleaned = -0.00303781 Jy ! Component: 350 - total flux cleaned = -0.00348442 Jy ! Component: 400 - total flux cleaned = -0.00348224 Jy ! Component: 450 - total flux cleaned = -0.00348027 Jy ! Component: 500 - total flux cleaned = -0.00328062 Jy ! Component: 550 - total flux cleaned = -0.00318415 Jy ! Component: 600 - total flux cleaned = -0.00290965 Jy ! Component: 650 - total flux cleaned = -0.00309405 Jy ! Component: 700 - total flux cleaned = -0.00335821 Jy ! Component: 750 - total flux cleaned = -0.00318856 Jy ! Component: 800 - total flux cleaned = -0.00335756 Jy ! Component: 850 - total flux cleaned = -0.00327629 Jy ! Component: 900 - total flux cleaned = -0.00367509 Jy ! Component: 950 - total flux cleaned = -0.00382886 Jy ! Component: 1000 - total flux cleaned = -0.00420928 Jy ! Component: 1050 - total flux cleaned = -0.00465435 Jy ! Component: 1100 - total flux cleaned = -0.00487179 Jy ! Component: 1150 - total flux cleaned = -0.00530061 Jy ! Component: 1200 - total flux cleaned = -0.00558154 Jy ! Component: 1250 - total flux cleaned = -0.00585754 Jy ! Component: 1300 - total flux cleaned = -0.00592565 Jy ! Component: 1350 - total flux cleaned = -0.00619365 Jy ! Component: 1400 - total flux cleaned = -0.00651937 Jy ! Component: 1450 - total flux cleaned = -0.00684018 Jy ! Component: 1500 - total flux cleaned = -0.00715608 Jy ! Component: 1550 - total flux cleaned = -0.00734364 Jy ! Component: 1600 - total flux cleaned = -0.00777316 Jy ! Component: 1650 - total flux cleaned = -0.00789393 Jy ! Component: 1700 - total flux cleaned = -0.00825059 Jy ! Component: 1750 - total flux cleaned = -0.00842581 Jy ! Component: 1800 - total flux cleaned = -0.00877031 Jy ! Component: 1850 - total flux cleaned = -0.00888261 Jy ! Component: 1900 - total flux cleaned = -0.00893889 Jy ! Component: 1950 - total flux cleaned = -0.0089399 Jy ! Component: 2000 - total flux cleaned = -0.00915911 Jy ! Total flux subtracted in 2048 components = -0.00915917 Jy ! Clean residual min=-0.003088 max=0.003087 Jy/beam ! Clean residual mean=-0.000025 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 1.61653 Jy keep ! Adding 139 model components to the UV plane model. ! The established model now contains 197 components and 1.61653 Jy ![Exited script file: muppet] wmap "J2000-1748_X_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8129 x 2.073 at -3.468 degrees (North through East) ! Clean map min=-0.0065992 max=1.4847 Jy/beam ! Writing clean map to FITS file: J2000-1748_X_2005_07_09_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.48472 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000966527 device "J2000-1748_X_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J2000-1748_X_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.195295 0.195295 0.390589 0.781178 1.56236 3.12471 6.24943 12.4989 24.9977 49.9954 99.9908 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0028 print "peak=",int(peak_flux*1000)/1000 ! peak= 1.484 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.8129 x 2.073 at -3.468 degrees (North through East) ! Clean map min=-0.0065992 max=1.4847 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2000-1748_X_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J2000-1748_X_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2000-1748_X_2005_07_09_yyk_uvs.log closed on Fri Jan 20 10:57:03 2006