! Started logfile: J1735-0559_X_2005_07_09_yyk_uvs.log on Fri Jan 20 10:49:23 2006 obs J1735-0559_X_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J1735-0559_X_2005_07_09_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.762222 visibilities/baseline/integration-bin. ! Found source: J1735-0559 ! ! 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 1484 lines of history. ! ! Reading 1372 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 J1735-0559_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)= 0.137946 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.7747 mas, bmaj=4.037 mas, bpa=-16.11 degrees ! Estimated noise=2.13647 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.0744822 Jy ! Component: 100 - total flux cleaned = 0.101434 Jy ! Total flux subtracted in 100 components = 0.101434 Jy ! Clean residual min=-0.011605 max=0.021796 Jy/beam ! Clean residual mean=-0.000011 rms=0.003867 Jy/beam ! Combined flux in latest and established models = 0.101434 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 33 components and 0.101434 Jy ! ! Correcting IF 1. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.088799Jy sigma=1.362127 ! Fit after self-cal, rms=0.086629Jy sigma=1.338558 ! Inverting map and beam ! Estimated beam: bmin=0.7747 mas, bmaj=4.037 mas, bpa=-16.11 degrees ! Estimated noise=2.13647 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=1.095 mas, bmaj=4.84 mas, bpa=-15.53 degrees ! Estimated noise=1.18523 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.031891 Jy ! Component: 100 - total flux cleaned = 0.0445943 Jy ! Component: 150 - total flux cleaned = 0.0514228 Jy ! Component: 200 - total flux cleaned = 0.055413 Jy ! Total flux subtracted in 200 components = 0.055413 Jy ! Clean residual min=-0.007419 max=0.013814 Jy/beam ! Clean residual mean=-0.000005 rms=0.002606 Jy/beam ! Combined flux in latest and established models = 0.156847 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 55 model components to the UV plane model. ! The established model now contains 84 components and 0.156847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080341Jy sigma=1.144007 ! Fit after self-cal, rms=0.080214Jy sigma=1.142941 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.095 x 4.84 at -15.53 degrees (North through East) ! Clean map min=-0.0069096 max=0.10649 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.01646 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 0.87 KP 1.04 ! LA 0.93 MK 0.99 NL 1.05 OV 1.01 ! PT 0.99 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.080214Jy sigma=1.142941 ! Fit after self-cal, rms=0.080068Jy sigma=1.141355 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.080068Jy sigma=1.141355 ! Fit after self-cal, rms=0.080070Jy sigma=1.141196 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.09 mas, bmaj=4.843 mas, bpa=-15.48 degrees ! Estimated noise=1.18514 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 (4.2, -12.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0115738 Jy ! Component: 100 - total flux cleaned = 0.0110118 Jy ! Component: 150 - total flux cleaned = 0.010554 Jy ! Component: 200 - total flux cleaned = 0.010753 Jy ! Total flux subtracted in 200 components = 0.010753 Jy ! Clean residual min=-0.005404 max=0.008236 Jy/beam ! Clean residual mean=-0.000008 rms=0.001795 Jy/beam ! Combined flux in latest and established models = 0.1676 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 111 components and 0.1676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078076Jy sigma=1.090267 ! Fit after self-cal, rms=0.077732Jy sigma=1.082222 ! 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.077732Jy sigma=1.082222 ! Fit after self-cal, rms=0.073328Jy sigma=1.013333 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.00586771 Jy ! Component: 100 - total flux cleaned = 0.00572264 Jy ! Component: 150 - total flux cleaned = 0.00586058 Jy ! Component: 200 - total flux cleaned = 0.00608928 Jy ! Total flux subtracted in 200 components = 0.00608928 Jy ! Clean residual min=-0.004641 max=0.005179 Jy/beam ! Clean residual mean=-0.000012 rms=0.001370 Jy/beam ! Combined flux in latest and established models = 0.173689 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 135 components and 0.173689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072724Jy sigma=0.997009 ! Fit after self-cal, rms=0.072183Jy sigma=0.988853 ! 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: 1.09 x 4.843 at -15.48 degrees (North through East) ! Clean map min=-0.0042138 max=0.10511 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.072183Jy sigma=0.988853 ! Fit after self-cal, rms=0.070848Jy sigma=0.980239 ! 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.070848Jy sigma=0.980239 ! Fit after self-cal, rms=0.070837Jy sigma=0.979580 ! Inverting map and beam ! Estimated beam: bmin=1.065 mas, bmaj=5.01 mas, bpa=-15.73 degrees ! Estimated noise=1.16527 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000648883 Jy ! Component: 100 - total flux cleaned = 0.000149449 Jy ! Component: 150 - total flux cleaned = -0.00015752 Jy ! Component: 200 - total flux cleaned = -0.000336034 Jy ! Total flux subtracted in 200 components = -0.000336034 Jy ! Clean residual min=-0.003949 max=0.003695 Jy/beam ! Clean residual mean=0.000003 rms=0.001133 Jy/beam ! Combined flux in latest and established models = 0.173353 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 34 model components to the UV plane model. ! The established model now contains 160 components and 0.173353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070483Jy sigma=0.971332 ! Fit after self-cal, rms=0.070393Jy sigma=0.969940 ! 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.070393Jy sigma=0.969940 ! Fit after self-cal, rms=0.070543Jy sigma=0.968719 ! 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.070543Jy sigma=0.968719 ! Fit after self-cal, rms=0.070559Jy sigma=0.968638 ! Inverting map and beam ! Estimated beam: bmin=1.061 mas, bmaj=5.077 mas, bpa=-15.7 degrees ! Estimated noise=1.16383 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000397223 Jy ! Component: 100 - total flux cleaned = 0.000295447 Jy ! Component: 150 - total flux cleaned = 0.000215683 Jy ! Component: 200 - total flux cleaned = 7.3748e-05 Jy ! Total flux subtracted in 200 components = 7.3748e-05 Jy ! Clean residual min=-0.003621 max=0.003365 Jy/beam ! Clean residual mean=-0.000006 rms=0.001028 Jy/beam ! Combined flux in latest and established models = 0.173427 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 37 model components to the UV plane model. ! The established model now contains 184 components and 0.173427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070394Jy sigma=0.964674 ! Fit after self-cal, rms=0.070350Jy sigma=0.964085 ! 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.472 mas, bmaj=5.509 mas, bpa=-7.013 degrees ! Estimated noise=1.33208 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.000767276 Jy ! Component: 100 - total flux cleaned = 0.000608736 Jy ! Component: 150 - total flux cleaned = 0.000335729 Jy ! Component: 200 - total flux cleaned = 0.000154424 Jy ! Total flux subtracted in 200 components = 0.000154424 Jy ! Clean residual min=-0.003015 max=0.003733 Jy/beam ! Clean residual mean=-0.000006 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.173581 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 205 components and 0.173581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070280Jy sigma=0.962047 ! Fit after self-cal, rms=0.070219Jy sigma=0.961390 ! 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.7652 mas, bmaj=4.139 mas, bpa=-16.16 degrees ! Estimated noise=2.10568 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0825501 Jy ! Component: 100 - total flux cleaned = 0.114412 Jy ! Component: 150 - total flux cleaned = 0.133437 Jy ! Component: 200 - total flux cleaned = 0.144389 Jy ! Total flux subtracted in 200 components = 0.144389 Jy ! Clean residual min=-0.007005 max=0.007883 Jy/beam ! Clean residual mean=-0.000008 rms=0.002128 Jy/beam ! Combined flux in latest and established models = 0.14439 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 46 model components to the UV plane model. ! The established model now contains 46 components and 0.14439 Jy ! Inverting map and beam ! Estimated beam: bmin=1.061 mas, bmaj=5.077 mas, bpa=-15.7 degrees ! Estimated noise=1.16383 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.0156017 Jy ! Component: 100 - total flux cleaned = 0.0221541 Jy ! Component: 150 - total flux cleaned = 0.0251461 Jy ! Component: 200 - total flux cleaned = 0.0267535 Jy ! Total flux subtracted in 200 components = 0.0267535 Jy ! Clean residual min=-0.003903 max=0.004372 Jy/beam ! Clean residual mean=-0.000003 rms=0.001087 Jy/beam ! Combined flux in latest and established models = 0.171143 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 106 components and 0.171143 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.472 mas, bmaj=5.509 mas, bpa=-7.013 degrees ! Estimated noise=1.33208 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.00126894 Jy ! Component: 100 - total flux cleaned = 0.00185619 Jy ! Component: 150 - total flux cleaned = 0.00225763 Jy ! Component: 200 - total flux cleaned = 0.0025939 Jy ! Total flux subtracted in 200 components = 0.0025939 Jy ! Clean residual min=-0.003327 max=0.003768 Jy/beam ! Clean residual mean=-0.000005 rms=0.001040 Jy/beam ! Combined flux in latest and established models = 0.173737 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 129 components and 0.173737 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.061 mas, bmaj=5.077 mas, bpa=-15.7 degrees ! Estimated noise=1.16383 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -3.30009e-05 Jy ! Component: 100 - total flux cleaned = 0.000100959 Jy ! Component: 150 - total flux cleaned = 4.27012e-05 Jy ! Component: 200 - total flux cleaned = 4.44202e-05 Jy ! Total flux subtracted in 200 components = 4.44202e-05 Jy ! Clean residual min=-0.003700 max=0.003508 Jy/beam ! Clean residual mean=-0.000004 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.173781 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 148 components and 0.173781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070068Jy sigma=0.960179 ! Fit after self-cal, rms=0.069950Jy sigma=0.958269 wmodel J1735-0559_X_2005_07_09_yyk\_map.mod ! Writing 148 model components to file: J1735-0559_X_2005_07_09_yyk_map.mod wobs J1735-0559_X_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J1735-0559_X_2005_07_09_yyk_uvs.fits wwins J1735-0559_X_2005_07_09_yyk\_map.win ! wwins: Wrote 2 windows to J1735-0559_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 = 4.62523e-05 Jy ! Component: 100 - total flux cleaned = -0.000171068 Jy ! Component: 150 - total flux cleaned = -0.000417676 Jy ! Component: 200 - total flux cleaned = -0.000555785 Jy ! Component: 250 - total flux cleaned = -0.00064616 Jy ! Component: 300 - total flux cleaned = -0.000690291 Jy ! Component: 350 - total flux cleaned = -0.000775668 Jy ! Component: 400 - total flux cleaned = -0.000817211 Jy ! Component: 450 - total flux cleaned = -0.000857138 Jy ! Component: 500 - total flux cleaned = -0.000737799 Jy ! Component: 550 - total flux cleaned = -0.000699181 Jy ! Component: 600 - total flux cleaned = -0.000661063 Jy ! Component: 650 - total flux cleaned = -0.000624264 Jy ! Component: 700 - total flux cleaned = -0.000660597 Jy ! Component: 750 - total flux cleaned = -0.00058844 Jy ! Component: 800 - total flux cleaned = -0.000554016 Jy ! Component: 850 - total flux cleaned = -0.000623633 Jy ! Component: 900 - total flux cleaned = -0.000725412 Jy ! Component: 950 - total flux cleaned = -0.000658844 Jy ! Component: 1000 - total flux cleaned = -0.000659094 Jy ! Component: 1050 - total flux cleaned = -0.000723105 Jy ! Component: 1100 - total flux cleaned = -0.000754661 Jy ! Component: 1150 - total flux cleaned = -0.000754983 Jy ! Component: 1200 - total flux cleaned = -0.000754875 Jy ! Component: 1250 - total flux cleaned = -0.000573561 Jy ! Component: 1300 - total flux cleaned = -0.000484323 Jy ! Component: 1350 - total flux cleaned = -0.000337921 Jy ! Component: 1400 - total flux cleaned = -0.000136045 Jy ! Component: 1450 - total flux cleaned = 3.51668e-05 Jy ! Component: 1500 - total flux cleaned = 0.000204217 Jy ! Component: 1550 - total flux cleaned = 0.000398744 Jy ! Component: 1600 - total flux cleaned = 0.000618315 Jy ! Component: 1650 - total flux cleaned = 0.000808287 Jy ! Component: 1700 - total flux cleaned = 0.00102318 Jy ! Component: 1750 - total flux cleaned = 0.00126218 Jy ! Component: 1800 - total flux cleaned = 0.00147207 Jy ! Component: 1850 - total flux cleaned = 0.00157603 Jy ! Component: 1900 - total flux cleaned = 0.00183333 Jy ! Component: 1950 - total flux cleaned = 0.00198631 Jy ! Component: 2000 - total flux cleaned = 0.00216301 Jy ! Total flux subtracted in 2048 components = 0.00233764 Jy ! Clean residual min=-0.001377 max=0.001411 Jy/beam ! Clean residual mean=-0.000006 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.176119 Jy keep ! Adding 113 model components to the UV plane model. ! The established model now contains 261 components and 0.176119 Jy ![Exited script file: muppet] wmap "J1735-0559_X_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.061 x 5.077 at -15.7 degrees (North through East) ! Clean map min=-0.0031884 max=0.096067 Jy/beam ! Writing clean map to FITS file: J1735-0559_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 0.0960673 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00049481 device "J1735-0559_X_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J1735-0559_X_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.5452 1.5452 3.0904 6.18079 12.3616 24.7232 49.4464 98.8927 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.096 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.061 x 5.077 at -15.7 degrees (North through East) ! Clean map min=-0.0031884 max=0.096067 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1735-0559_X_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J1735-0559_X_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1735-0559_X_2005_07_09_yyk_uvs.log closed on Fri Jan 20 10:49:28 2006