! Started logfile: J1159-0940_X_1997_05_07_yyk_uvs.log on Mon Jan 8 05:30:27 2007 obs J1159-0940_X_1997_05_07_yyk_uva.fits ! Reading UV FITS file: J1159-0940_X_1997_05_07_yyk_uva.fits ! AN table 1: 145 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.951111 visibilities/baseline/integration-bin. ! Found source: J1159-0940 ! ! 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.15447e+09 8e+06 1 8e+06 ! 02 2 8.23447e+09 8e+06 1 8e+06 ! 03 3 8.41447e+09 8e+06 1 8e+06 ! 04 4 8.55447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 613 lines of history. ! ! Reading 24824 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 J1159-0940_X_1997_05_07_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.296449 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.7339 mas, bmaj=1.844 mas, bpa=-2.559 degrees ! Estimated noise=1102.74 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.183075 Jy ! Component: 100 - total flux cleaned = 0.215486 Jy ! Total flux subtracted in 100 components = 0.215486 Jy ! Clean residual min=-0.010676 max=0.013895 Jy/beam ! Clean residual mean=0.000001 rms=0.003356 Jy/beam ! Combined flux in latest and established models = 0.215487 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 0.215487 Jy ! ! Correcting IF 1. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.204609Jy sigma=0.001274 ! Fit after self-cal, rms=0.204299Jy sigma=0.001272 ! Inverting map and beam ! Estimated beam: bmin=0.7339 mas, bmaj=1.844 mas, bpa=-2.559 degrees ! Estimated noise=1102.74 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.9031 mas, bmaj=2.248 mas, bpa=-3.392 degrees ! Estimated noise=672.415 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.0163558 Jy ! Component: 100 - total flux cleaned = 0.0221138 Jy ! Component: 150 - total flux cleaned = 0.0231188 Jy ! Component: 200 - total flux cleaned = 0.0235125 Jy ! Total flux subtracted in 200 components = 0.0235125 Jy ! Clean residual min=-0.011914 max=0.018481 Jy/beam ! Clean residual mean=-0.000013 rms=0.004499 Jy/beam ! Combined flux in latest and established models = 0.238999 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 27 components and 0.238999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203783Jy sigma=0.001265 ! Fit after self-cal, rms=0.203771Jy sigma=0.001265 ! 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.9031 x 2.248 at -3.392 degrees (North through East) ! Clean map min=-0.011633 max=0.21773 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: 0.998649 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.20 HN 0.96 KP 1.01 ! LA 0.97 MK 1.05 NL 1.01 OV 0.99 ! PT 0.93 SC 0.95 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00977 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.14 HN 0.97 KP 1.00 ! LA 0.96 MK 1.03 NL 0.96 OV 1.03 ! PT 0.89 SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.990103 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.13 HN 0.99 KP 1.00 ! LA 0.95 MK 1.05 NL 1.04 OV 1.00 ! PT 0.93 SC 1.05 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.98709 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.10 HN 0.99 KP 1.00 ! LA 0.95 MK 1.01 NL 1.08 OV 0.99 ! PT 0.99 SC 1.02 ! ! ! Fit before self-cal, rms=0.203771Jy sigma=0.001265 ! Fit after self-cal, rms=0.204430Jy sigma=0.001260 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.204430Jy sigma=0.001260 ! Fit after self-cal, rms=0.204455Jy sigma=0.001260 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9136 mas, bmaj=2.254 mas, bpa=-2.879 degrees ! Estimated noise=664.738 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.00224685 Jy ! Component: 100 - total flux cleaned = -0.00239889 Jy ! Component: 150 - total flux cleaned = -0.00246606 Jy ! Component: 200 - total flux cleaned = -0.00252688 Jy ! Total flux subtracted in 200 components = -0.00252688 Jy ! Clean residual min=-0.011189 max=0.016655 Jy/beam ! Clean residual mean=0.000008 rms=0.003914 Jy/beam ! Combined flux in latest and established models = 0.236472 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.236472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.204383Jy sigma=0.001260 ! Fit after self-cal, rms=0.204375Jy sigma=0.001260 ! 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.204375Jy sigma=0.001260 ! Fit after self-cal, rms=0.202013Jy sigma=0.001248 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.000143579 Jy ! Component: 100 - total flux cleaned = 0.000144092 Jy ! Component: 150 - total flux cleaned = 0.00014603 Jy ! Component: 200 - total flux cleaned = 0.000145688 Jy ! Total flux subtracted in 200 components = 0.000145688 Jy ! Clean residual min=-0.011314 max=0.016672 Jy/beam ! Clean residual mean=0.000006 rms=0.003895 Jy/beam ! Combined flux in latest and established models = 0.236618 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.236618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202007Jy sigma=0.001247 ! Fit after self-cal, rms=0.201686Jy sigma=0.001246 ! 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.9136 x 2.254 at -2.879 degrees (North through East) ! Clean map min=-0.011039 max=0.21815 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.201686Jy sigma=0.001246 ! Fit after self-cal, rms=0.220233Jy sigma=0.001239 ! 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.220233Jy sigma=0.001239 ! Fit after self-cal, rms=0.220141Jy sigma=0.001239 ! Inverting map and beam ! Estimated beam: bmin=0.905 mas, bmaj=2.292 mas, bpa=-2.913 degrees ! Estimated noise=661.661 mJy/beam. ! Added new window around map position (5.6, -5.2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.018596 Jy ! Component: 100 - total flux cleaned = 0.0266092 Jy ! Component: 150 - total flux cleaned = 0.0302533 Jy ! Component: 200 - total flux cleaned = 0.03138 Jy ! Total flux subtracted in 200 components = 0.03138 Jy ! Clean residual min=-0.009912 max=0.010913 Jy/beam ! Clean residual mean=-0.000020 rms=0.002880 Jy/beam ! Combined flux in latest and established models = 0.267998 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 45 model components to the UV plane model. ! The established model now contains 81 components and 0.267998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219222Jy sigma=0.001230 ! Fit after self-cal, rms=0.219178Jy sigma=0.001230 ! 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.219178Jy sigma=0.001230 ! Fit after self-cal, rms=0.219951Jy sigma=0.001227 ! 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.219951Jy sigma=0.001227 ! Fit after self-cal, rms=0.219940Jy sigma=0.001227 ! Inverting map and beam ! Estimated beam: bmin=0.9038 mas, bmaj=2.294 mas, bpa=-2.87 degrees ! Estimated noise=657.161 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00514932 Jy ! Component: 100 - total flux cleaned = 0.00620426 Jy ! Component: 150 - total flux cleaned = 0.00650724 Jy ! Component: 200 - total flux cleaned = 0.00685962 Jy ! Total flux subtracted in 200 components = 0.00685962 Jy ! Clean residual min=-0.009567 max=0.010017 Jy/beam ! Clean residual mean=-0.000019 rms=0.002777 Jy/beam ! Combined flux in latest and established models = 0.274858 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 103 components and 0.274858 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219819Jy sigma=0.001226 ! Fit after self-cal, rms=0.219818Jy sigma=0.001226 ! 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.324 mas, bmaj=4.108 mas, bpa=0.038 degrees ! Estimated noise=848.266 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.00376551 Jy ! Component: 100 - total flux cleaned = 0.00362446 Jy ! Component: 150 - total flux cleaned = 0.00391297 Jy ! Component: 200 - total flux cleaned = 0.00408518 Jy ! Total flux subtracted in 200 components = 0.00408518 Jy ! Clean residual min=-0.014486 max=0.015547 Jy/beam ! Clean residual mean=-0.000032 rms=0.004949 Jy/beam ! Combined flux in latest and established models = 0.278943 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 111 components and 0.278943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219852Jy sigma=0.001226 ! Fit after self-cal, rms=0.219836Jy sigma=0.001226 ! 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.7338 mas, bmaj=1.866 mas, bpa=-1.846 degrees ! Estimated noise=1105.07 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.186245 Jy ! Component: 100 - total flux cleaned = 0.216789 Jy ! Component: 150 - total flux cleaned = 0.232222 Jy ! Component: 200 - total flux cleaned = 0.242942 Jy ! Total flux subtracted in 200 components = 0.242942 Jy ! Clean residual min=-0.007767 max=0.010027 Jy/beam ! Clean residual mean=0.000002 rms=0.002511 Jy/beam ! Combined flux in latest and established models = 0.242942 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.242942 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9038 mas, bmaj=2.294 mas, bpa=-2.87 degrees ! Estimated noise=657.161 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) ! Added new window around map position (3.6, -9.8). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0175161 Jy ! Component: 100 - total flux cleaned = 0.0281246 Jy ! Component: 150 - total flux cleaned = 0.0359284 Jy ! Component: 200 - total flux cleaned = 0.0418227 Jy ! Total flux subtracted in 200 components = 0.0418227 Jy ! Clean residual min=-0.008283 max=0.008915 Jy/beam ! Clean residual mean=0.000002 rms=0.002475 Jy/beam ! Combined flux in latest and established models = 0.284765 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 100 components and 0.284765 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.324 mas, bmaj=4.108 mas, bpa=0.038 degrees ! Estimated noise=848.266 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.00809353 Jy ! Component: 100 - total flux cleaned = 0.0133338 Jy ! Component: 150 - total flux cleaned = 0.0169483 Jy ! Component: 200 - total flux cleaned = 0.0191254 Jy ! Total flux subtracted in 200 components = 0.0191254 Jy ! Clean residual min=-0.015242 max=0.014323 Jy/beam ! Clean residual mean=0.000024 rms=0.004425 Jy/beam ! Combined flux in latest and established models = 0.30389 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 117 components and 0.30389 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9038 mas, bmaj=2.294 mas, bpa=-2.87 degrees ! Estimated noise=657.161 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 9.5429e-05 Jy ! Component: 100 - total flux cleaned = 0.000758329 Jy ! Component: 150 - total flux cleaned = 0.000997301 Jy ! Component: 200 - total flux cleaned = 0.00113597 Jy ! Total flux subtracted in 200 components = 0.00113597 Jy ! Clean residual min=-0.009084 max=0.009101 Jy/beam ! Clean residual mean=0.000012 rms=0.002410 Jy/beam ! Combined flux in latest and established models = 0.305026 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 131 components and 0.305026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219192Jy sigma=0.001221 ! Fit after self-cal, rms=0.219125Jy sigma=0.001220 wmodel J1159-0940_X_1997_05_07_yyk\_map.mod ! Writing 131 model components to file: J1159-0940_X_1997_05_07_yyk_map.mod wobs J1159-0940_X_1997_05_07_yyk\_uvs.fits ! Writing UV FITS file: J1159-0940_X_1997_05_07_yyk_uvs.fits wwins J1159-0940_X_1997_05_07_yyk\_map.win ! wwins: Wrote 3 windows to J1159-0940_X_1997_05_07_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.00034364 Jy ! Component: 100 - total flux cleaned = 0.00105675 Jy ! Component: 150 - total flux cleaned = 0.00183578 Jy ! Component: 200 - total flux cleaned = 0.00280779 Jy ! Component: 250 - total flux cleaned = 0.00396752 Jy ! Component: 300 - total flux cleaned = 0.00518295 Jy ! Component: 350 - total flux cleaned = 0.00634106 Jy ! Component: 400 - total flux cleaned = 0.00755561 Jy ! Component: 450 - total flux cleaned = 0.00843299 Jy ! Component: 500 - total flux cleaned = 0.00927959 Jy ! Component: 550 - total flux cleaned = 0.00991673 Jy ! Component: 600 - total flux cleaned = 0.010624 Jy ! Component: 650 - total flux cleaned = 0.0111404 Jy ! Component: 700 - total flux cleaned = 0.0116455 Jy ! Component: 750 - total flux cleaned = 0.0122151 Jy ! Component: 800 - total flux cleaned = 0.012609 Jy ! Component: 850 - total flux cleaned = 0.0128401 Jy ! Component: 900 - total flux cleaned = 0.0129145 Jy ! Component: 950 - total flux cleaned = 0.0129879 Jy ! Component: 1000 - total flux cleaned = 0.0129151 Jy ! Component: 1050 - total flux cleaned = 0.012986 Jy ! Component: 1100 - total flux cleaned = 0.0132625 Jy ! Component: 1150 - total flux cleaned = 0.0131954 Jy ! Component: 1200 - total flux cleaned = 0.0133963 Jy ! Component: 1250 - total flux cleaned = 0.0135272 Jy ! Component: 1300 - total flux cleaned = 0.0137198 Jy ! Component: 1350 - total flux cleaned = 0.0139079 Jy ! Component: 1400 - total flux cleaned = 0.0138453 Jy ! Component: 1450 - total flux cleaned = 0.0139065 Jy ! Component: 1500 - total flux cleaned = 0.0140262 Jy ! Component: 1550 - total flux cleaned = 0.0136727 Jy ! Component: 1600 - total flux cleaned = 0.0136725 Jy ! Component: 1650 - total flux cleaned = 0.0134437 Jy ! Component: 1700 - total flux cleaned = 0.0133311 Jy ! Component: 1750 - total flux cleaned = 0.0131641 Jy ! Component: 1800 - total flux cleaned = 0.0129998 Jy ! Component: 1850 - total flux cleaned = 0.0127297 Jy ! Component: 1900 - total flux cleaned = 0.0125701 Jy ! Component: 1950 - total flux cleaned = 0.0123596 Jy ! Component: 2000 - total flux cleaned = 0.0121522 Jy ! Total flux subtracted in 2048 components = 0.0118957 Jy ! Clean residual min=-0.003037 max=0.003583 Jy/beam ! Clean residual mean=-0.000009 rms=0.001192 Jy/beam ! Combined flux in latest and established models = 0.316922 Jy keep ! Adding 219 model components to the UV plane model. ! The established model now contains 350 components and 0.316922 Jy ![Exited script file: muppet] wmap "J1159-0940_X_1997_05_07_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9038 x 2.294 at -2.87 degrees (North through East) ! Clean map min=-0.0062853 max=0.22071 Jy/beam ! Writing clean map to FITS file: J1159-0940_X_1997_05_07_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.22071 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00118833 device "J1159-0940_X_1997_05_07_yyk\_map.eps/VPS" ! Attempting to open device: 'J1159-0940_X_1997_05_07_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.61523 1.61523 3.23046 6.46093 12.9219 25.8437 51.6874 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0035 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.22 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.9038 x 2.294 at -2.87 degrees (North through East) ! Clean map min=-0.0062853 max=0.22071 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1159-0940_X_1997_05_07_yyk\_map.gif/gif" ! Attempting to open device: 'J1159-0940_X_1997_05_07_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1159-0940_X_1997_05_07_yyk_uvs.log closed on Mon Jan 8 05:30:38 2007