! Started logfile: J1127-1857_S_2002_01_31_yyk_uvs.log on Tue Jun 26 22:41:32 2007 obs J1127-1857_S_2002_01_31_yyk_uva.fits ! Reading UV FITS file: J1127-1857_S_2002_01_31_yyk_uva.fits ! AN table 1: 31 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.49319 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1127-1857 ! ! 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 2752 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 J1127-1857_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.851778 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=3.159 mas, bmaj=16 mas, bpa=-20.33 degrees ! Estimated noise=1926.28 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.721005 Jy ! Component: 100 - total flux cleaned = 0.848373 Jy ! Total flux subtracted in 100 components = 0.848373 Jy ! Clean residual min=-0.027197 max=0.038431 Jy/beam ! Clean residual mean=0.000349 rms=0.008951 Jy/beam ! Combined flux in latest and established models = 0.848372 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.848372 Jy ! ! Correcting IF 1. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 122 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.174032Jy sigma=0.001463 ! Fit after self-cal, rms=0.174010Jy sigma=0.001463 ! Inverting map and beam ! Estimated beam: bmin=3.159 mas, bmaj=16 mas, bpa=-20.32 degrees ! Estimated noise=1928.19 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.583 mas, bmaj=16.93 mas, bpa=-19.25 degrees ! Estimated noise=1567.71 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.0131572 Jy ! Component: 100 - total flux cleaned = 0.011351 Jy ! Component: 150 - total flux cleaned = 0.00910921 Jy ! Component: 200 - total flux cleaned = 0.00704408 Jy ! Total flux subtracted in 200 components = 0.00704408 Jy ! Clean residual min=-0.019289 max=0.017673 Jy/beam ! Clean residual mean=0.000415 rms=0.005686 Jy/beam ! Combined flux in latest and established models = 0.855417 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 18 components and 0.855417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169253Jy sigma=0.001432 ! Fit after self-cal, rms=0.169244Jy sigma=0.001431 ! 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.583 x 16.93 at -19.25 degrees (North through East) ! Clean map min=-0.019107 max=0.73704 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.01337 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.15 HN 1.00* KP 0.95 ! LA 0.96 MK 0.94 NL 0.94 OV 0.96 ! PT 1.05 SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00574 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00 HN 1.00* KP 1.00* ! LA 0.96 MK 1.06 NL 0.99 OV 0.97 ! PT 1.02 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.968203 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.96 HN 1.00* KP 1.02 ! LA 0.97 MK 1.02 NL 1.10 OV 1.02 ! PT 1.17 SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.02359 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.90 HN 1.00* KP 1.05 ! LA 0.81 MK 0.97 NL 1.07 OV 0.95 ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.169244Jy sigma=0.001431 ! Fit after self-cal, rms=0.147647Jy sigma=0.001268 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.147647Jy sigma=0.001268 ! Fit after self-cal, rms=0.147645Jy sigma=0.001268 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.591 mas, bmaj=16.79 mas, bpa=-19.28 degrees ! Estimated noise=1571.72 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.00711313 Jy ! Component: 100 - total flux cleaned = 0.008081 Jy ! Component: 150 - total flux cleaned = 0.00835583 Jy ! Component: 200 - total flux cleaned = 0.00846511 Jy ! Total flux subtracted in 200 components = 0.00846511 Jy ! Clean residual min=-0.011238 max=0.007286 Jy/beam ! Clean residual mean=0.000214 rms=0.002605 Jy/beam ! Combined flux in latest and established models = 0.863882 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 31 components and 0.863882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147344Jy sigma=0.001264 ! Fit after self-cal, rms=0.147341Jy sigma=0.001264 ! 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.147341Jy sigma=0.001264 ! Fit after self-cal, rms=0.146042Jy sigma=0.001252 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 = -2.69176e-05 Jy ! Component: 100 - total flux cleaned = 0.000118044 Jy ! Component: 150 - total flux cleaned = 0.000246431 Jy ! Component: 200 - total flux cleaned = 0.000306332 Jy ! Total flux subtracted in 200 components = 0.000306332 Jy ! Clean residual min=-0.010893 max=0.007407 Jy/beam ! Clean residual mean=0.000211 rms=0.002581 Jy/beam ! Combined flux in latest and established models = 0.864188 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 46 components and 0.864188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146006Jy sigma=0.001252 ! Fit after self-cal, rms=0.145755Jy sigma=0.001249 ! 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.591 x 16.79 at -19.28 degrees (North through East) ! Clean map min=-0.010785 max=0.7426 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.145755Jy sigma=0.001249 ! Fit after self-cal, rms=0.142997Jy sigma=0.001212 ! 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.142997Jy sigma=0.001212 ! Fit after self-cal, rms=0.142942Jy sigma=0.001212 ! Inverting map and beam ! Estimated beam: bmin=3.599 mas, bmaj=16.7 mas, bpa=-19.29 degrees ! Estimated noise=1570.53 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000631577 Jy ! Component: 100 - total flux cleaned = 0.000713254 Jy ! Component: 150 - total flux cleaned = 0.000864588 Jy ! Component: 200 - total flux cleaned = 0.000863366 Jy ! Total flux subtracted in 200 components = 0.000863366 Jy ! Clean residual min=-0.010350 max=0.006844 Jy/beam ! Clean residual mean=0.000152 rms=0.002339 Jy/beam ! Combined flux in latest and established models = 0.865051 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 57 components and 0.865051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142836Jy sigma=0.001211 ! Fit after self-cal, rms=0.142820Jy sigma=0.001211 ! 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.142820Jy sigma=0.001211 ! Fit after self-cal, rms=0.142340Jy sigma=0.001205 ! 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.142340Jy sigma=0.001205 ! Fit after self-cal, rms=0.142342Jy sigma=0.001205 ! Inverting map and beam ! Estimated beam: bmin=3.607 mas, bmaj=16.65 mas, bpa=-19.29 degrees ! Estimated noise=1571.17 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000536951 Jy ! Component: 100 - total flux cleaned = 0.000693971 Jy ! Component: 150 - total flux cleaned = 0.000564447 Jy ! Component: 200 - total flux cleaned = 0.000509514 Jy ! Total flux subtracted in 200 components = 0.000509514 Jy ! Clean residual min=-0.010036 max=0.006743 Jy/beam ! Clean residual mean=0.000128 rms=0.002253 Jy/beam ! Combined flux in latest and established models = 0.865561 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 70 components and 0.865561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142271Jy sigma=0.001205 ! Fit after self-cal, rms=0.142273Jy sigma=0.001205 ! 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.283 mas, bmaj=19.84 mas, bpa=0.5341 degrees ! Estimated noise=1840.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.000371734 Jy ! Component: 100 - total flux cleaned = 0.000523863 Jy ! Component: 150 - total flux cleaned = 0.000594496 Jy ! Component: 200 - total flux cleaned = 0.000628285 Jy ! Total flux subtracted in 200 components = 0.000628285 Jy ! Clean residual min=-0.012620 max=0.008305 Jy/beam ! Clean residual mean=0.000210 rms=0.002924 Jy/beam ! Combined flux in latest and established models = 0.866189 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 76 components and 0.866189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142265Jy sigma=0.001205 ! Fit after self-cal, rms=0.142267Jy sigma=0.001205 ! 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=3.154 mas, bmaj=15.9 mas, bpa=-20.44 degrees ! Estimated noise=1916.94 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.716953 Jy ! Component: 100 - total flux cleaned = 0.836099 Jy ! Component: 150 - total flux cleaned = 0.869584 Jy ! Component: 200 - total flux cleaned = 0.86982 Jy ! Total flux subtracted in 200 components = 0.86982 Jy ! Clean residual min=-0.012763 max=0.009292 Jy/beam ! Clean residual mean=0.000033 rms=0.002931 Jy/beam ! Combined flux in latest and established models = 0.869819 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.869819 Jy ! Inverting map and beam ! Estimated beam: bmin=3.607 mas, bmaj=16.65 mas, bpa=-19.29 degrees ! Estimated noise=1571.17 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 = -9.86864e-05 Jy ! Component: 100 - total flux cleaned = -0.000608009 Jy ! Component: 150 - total flux cleaned = -0.0010173 Jy ! Component: 200 - total flux cleaned = -0.00134062 Jy ! Total flux subtracted in 200 components = -0.00134062 Jy ! Clean residual min=-0.010566 max=0.006291 Jy/beam ! Clean residual mean=0.000127 rms=0.002280 Jy/beam ! Combined flux in latest and established models = 0.868479 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 40 components and 0.868479 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.283 mas, bmaj=19.84 mas, bpa=0.5341 degrees ! Estimated noise=1840.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.000211828 Jy ! Component: 100 - total flux cleaned = 0.000141452 Jy ! Component: 150 - total flux cleaned = 9.19943e-05 Jy ! Component: 200 - total flux cleaned = -7.04752e-06 Jy ! Total flux subtracted in 200 components = -7.04752e-06 Jy ! Clean residual min=-0.012681 max=0.007921 Jy/beam ! Clean residual mean=0.000198 rms=0.002940 Jy/beam ! Combined flux in latest and established models = 0.868472 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 58 components and 0.868472 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.607 mas, bmaj=16.65 mas, bpa=-19.29 degrees ! Estimated noise=1571.17 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 7.48032e-05 Jy ! Component: 100 - total flux cleaned = -6.12074e-05 Jy ! Component: 150 - total flux cleaned = -0.000237558 Jy ! Component: 200 - total flux cleaned = -0.000337518 Jy ! Total flux subtracted in 200 components = -0.000337518 Jy ! Clean residual min=-0.010117 max=0.006569 Jy/beam ! Clean residual mean=0.000123 rms=0.002237 Jy/beam ! Combined flux in latest and established models = 0.868134 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 73 components and 0.868134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142261Jy sigma=0.001204 ! Fit after self-cal, rms=0.142262Jy sigma=0.001204 wmodel J1127-1857_S_2002_01_31_yyk\_map.mod ! Writing 73 model components to file: J1127-1857_S_2002_01_31_yyk_map.mod wobs J1127-1857_S_2002_01_31_yyk\_uvs.fits ! Writing UV FITS file: J1127-1857_S_2002_01_31_yyk_uvs.fits wwins J1127-1857_S_2002_01_31_yyk\_map.win ! wwins: Wrote 1 windows to J1127-1857_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.00422027 Jy ! Component: 100 - total flux cleaned = -0.0068648 Jy ! Component: 150 - total flux cleaned = -0.00739996 Jy ! Component: 200 - total flux cleaned = -0.00788067 Jy ! Component: 250 - total flux cleaned = -0.00841314 Jy ! Component: 300 - total flux cleaned = -0.00891508 Jy ! Component: 350 - total flux cleaned = -0.00915217 Jy ! Component: 400 - total flux cleaned = -0.0095263 Jy ! Component: 450 - total flux cleaned = -0.0100251 Jy ! Component: 500 - total flux cleaned = -0.0104339 Jy ! Component: 550 - total flux cleaned = -0.0107609 Jy ! Component: 600 - total flux cleaned = -0.0112593 Jy ! Component: 650 - total flux cleaned = -0.0114365 Jy ! Component: 700 - total flux cleaned = -0.0117834 Jy ! Component: 750 - total flux cleaned = -0.012063 Jy ! Component: 800 - total flux cleaned = -0.0122779 Jy ! Component: 850 - total flux cleaned = -0.0126405 Jy ! Component: 900 - total flux cleaned = -0.01274 Jy ! Component: 950 - total flux cleaned = -0.0129818 Jy ! Component: 1000 - total flux cleaned = -0.0131226 Jy ! Component: 1050 - total flux cleaned = -0.0132126 Jy ! Component: 1100 - total flux cleaned = -0.0132117 Jy ! Component: 1150 - total flux cleaned = -0.0132108 Jy ! Component: 1200 - total flux cleaned = -0.0133363 Jy ! Component: 1250 - total flux cleaned = -0.0132539 Jy ! Component: 1300 - total flux cleaned = -0.0133347 Jy ! Component: 1350 - total flux cleaned = -0.0133746 Jy ! Component: 1400 - total flux cleaned = -0.0134907 Jy ! Component: 1450 - total flux cleaned = -0.013528 Jy ! Component: 1500 - total flux cleaned = -0.0136023 Jy ! Component: 1550 - total flux cleaned = -0.0136386 Jy ! Component: 1600 - total flux cleaned = -0.0137103 Jy ! Component: 1650 - total flux cleaned = -0.0137455 Jy ! Component: 1700 - total flux cleaned = -0.01378 Jy ! Component: 1750 - total flux cleaned = -0.0137804 Jy ! Component: 1800 - total flux cleaned = -0.0138797 Jy ! Component: 1850 - total flux cleaned = -0.0138142 Jy ! Component: 1900 - total flux cleaned = -0.0137503 Jy ! Component: 1950 - total flux cleaned = -0.0136869 Jy ! Component: 2000 - total flux cleaned = -0.0136239 Jy ! Total flux subtracted in 2048 components = -0.0135011 Jy ! Clean residual min=-0.002148 max=0.001856 Jy/beam ! Clean residual mean=0.000001 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.854633 Jy keep ! Adding 129 model components to the UV plane model. ! The established model now contains 202 components and 0.854633 Jy ![Exited script file: muppet] wmap "J1127-1857_S_2002_01_31_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.607 x 16.65 at -19.29 degrees (North through East) ! Clean map min=-0.0075758 max=0.75065 Jy/beam ! Writing clean map to FITS file: J1127-1857_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.750649 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000583572 device "J1127-1857_S_2002_01_31_yyk\_map.eps/VPS" ! Attempting to open device: 'J1127-1857_S_2002_01_31_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.233227 0.233227 0.466454 0.932908 1.86582 3.73163 7.46326 14.9265 29.8531 59.7061 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.75 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.607 x 16.65 at -19.29 degrees (North through East) ! Clean map min=-0.0075758 max=0.75065 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1127-1857_S_2002_01_31_yyk\_map.gif/gif" ! Attempting to open device: 'J1127-1857_S_2002_01_31_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1127-1857_S_2002_01_31_yyk_uvs.log closed on Tue Jun 26 22:41:38 2007