! Started logfile: J1159-2148_X_1997_07_02_yyk_uvs.log on Mon Jan 8 05:30:39 2007 obs J1159-2148_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J1159-2148_X_1997_07_02_yyk_uva.fits ! AN table 1: 141 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.623168 visibilities/baseline/integration-bin. ! Found source: J1159-2148 ! ! 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 753 lines of history. ! ! Reading 15816 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-2148_X_1997_07_02_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.444464 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.7193 mas, bmaj=2.042 mas, bpa=-11.48 degrees ! Estimated noise=1586.89 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.303378 Jy ! Component: 100 - total flux cleaned = 0.359482 Jy ! Total flux subtracted in 100 components = 0.359482 Jy ! Clean residual min=-0.019352 max=0.036126 Jy/beam ! Clean residual mean=0.000215 rms=0.006214 Jy/beam ! Combined flux in latest and established models = 0.359482 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.359482 Jy ! ! Correcting IF 1. ! A total of 294 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 294 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 294 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 294 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.254796Jy sigma=0.001434 ! Fit after self-cal, rms=0.254550Jy sigma=0.001433 ! Inverting map and beam ! Estimated beam: bmin=0.7193 mas, bmaj=2.042 mas, bpa=-11.48 degrees ! Estimated noise=1586.89 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.8911 mas, bmaj=2.336 mas, bpa=-10.43 degrees ! Estimated noise=960.811 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.0357322 Jy ! Component: 100 - total flux cleaned = 0.0494861 Jy ! Component: 150 - total flux cleaned = 0.0547697 Jy ! Component: 200 - total flux cleaned = 0.0549157 Jy ! Total flux subtracted in 200 components = 0.0549157 Jy ! Clean residual min=-0.015634 max=0.030120 Jy/beam ! Clean residual mean=0.000180 rms=0.005530 Jy/beam ! Combined flux in latest and established models = 0.414398 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 33 components and 0.414398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.252407Jy sigma=0.001414 ! Fit after self-cal, rms=0.252377Jy sigma=0.001413 ! 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.8911 x 2.336 at -10.43 degrees (North through East) ! Clean map min=-0.014508 max=0.36338 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.01573 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.13 HN 0.97 KP 0.93 ! LA 0.97 MK 1.05 NL 0.98 OV 0.93 ! PT 0.91 SC 0.95 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.02175 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.13 HN 0.97 KP 0.91 ! LA 0.95 MK 0.95 NL 0.99 OV 1.00 ! PT 0.87 SC 0.99 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.994235 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.18 HN 1.01 KP 0.92 ! LA 1.00 MK 1.01 NL 0.97 OV 0.96 ! PT 0.92 SC 1.04 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.968651 ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 FD 1.18 HN 1.05 KP 0.93 ! LA 1.00 MK 0.99 NL 0.98 OV 0.99 ! PT 0.97 SC 1.05 ! ! ! Fit before self-cal, rms=0.252377Jy sigma=0.001413 ! Fit after self-cal, rms=0.251459Jy sigma=0.001400 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.251459Jy sigma=0.001400 ! Fit after self-cal, rms=0.251465Jy sigma=0.001400 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8926 mas, bmaj=2.357 mas, bpa=-10.69 degrees ! Estimated noise=955.902 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 (-2.8, 2.8). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0199663 Jy ! Component: 100 - total flux cleaned = 0.0168865 Jy ! Component: 150 - total flux cleaned = 0.0146954 Jy ! Component: 200 - total flux cleaned = 0.0131088 Jy ! Total flux subtracted in 200 components = 0.0131088 Jy ! Clean residual min=-0.015189 max=0.016593 Jy/beam ! Clean residual mean=0.000190 rms=0.003972 Jy/beam ! Combined flux in latest and established models = 0.427507 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 57 components and 0.427507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.249591Jy sigma=0.001387 ! Fit after self-cal, rms=0.249471Jy sigma=0.001386 ! 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.249471Jy sigma=0.001386 ! Fit after self-cal, rms=0.231001Jy sigma=0.001276 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.0104728 Jy ! Component: 100 - total flux cleaned = 0.013043 Jy ! Component: 150 - total flux cleaned = 0.0130373 Jy ! Component: 200 - total flux cleaned = 0.0132126 Jy ! Total flux subtracted in 200 components = 0.0132126 Jy ! Clean residual min=-0.012075 max=0.013025 Jy/beam ! Clean residual mean=0.000183 rms=0.003665 Jy/beam ! Combined flux in latest and established models = 0.440719 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 64 components and 0.440719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.230846Jy sigma=0.001273 ! Fit after self-cal, rms=0.228343Jy sigma=0.001260 ! 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.8926 x 2.357 at -10.69 degrees (North through East) ! Clean map min=-0.011397 max=0.37172 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.228343Jy sigma=0.001260 ! Fit after self-cal, rms=0.238476Jy sigma=0.001232 ! 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.238476Jy sigma=0.001232 ! Fit after self-cal, rms=0.237756Jy sigma=0.001228 ! Inverting map and beam ! Estimated beam: bmin=0.8966 mas, bmaj=2.37 mas, bpa=-10.78 degrees ! Estimated noise=941.785 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107732 Jy ! Component: 100 - total flux cleaned = 0.0133196 Jy ! Component: 150 - total flux cleaned = 0.013679 Jy ! Component: 200 - total flux cleaned = 0.0139592 Jy ! Total flux subtracted in 200 components = 0.0139592 Jy ! Clean residual min=-0.004554 max=0.005188 Jy/beam ! Clean residual mean=-0.000019 rms=0.001363 Jy/beam ! Combined flux in latest and established models = 0.454679 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 88 components and 0.454678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.237391Jy sigma=0.001225 ! Fit after self-cal, rms=0.237004Jy sigma=0.001223 ! 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.237004Jy sigma=0.001223 ! Fit after self-cal, rms=0.238297Jy sigma=0.001220 ! 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.238297Jy sigma=0.001220 ! Fit after self-cal, rms=0.238118Jy sigma=0.001220 ! Inverting map and beam ! Estimated beam: bmin=0.8962 mas, bmaj=2.368 mas, bpa=-10.83 degrees ! Estimated noise=939.734 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00393988 Jy ! Component: 100 - total flux cleaned = 0.00514336 Jy ! Component: 150 - total flux cleaned = 0.00523711 Jy ! Component: 200 - total flux cleaned = 0.00531619 Jy ! Total flux subtracted in 200 components = 0.00531619 Jy ! Clean residual min=-0.003736 max=0.004027 Jy/beam ! Clean residual mean=-0.000019 rms=0.001091 Jy/beam ! Combined flux in latest and established models = 0.459995 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 106 components and 0.459995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.238028Jy sigma=0.001219 ! Fit after self-cal, rms=0.237904Jy sigma=0.001218 ! 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.016 mas, bmaj=4.307 mas, bpa=-9.837 degrees ! Estimated noise=1211.44 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.000668771 Jy ! Component: 100 - total flux cleaned = 0.0011704 Jy ! Component: 150 - total flux cleaned = 0.00108093 Jy ! Component: 200 - total flux cleaned = 0.00100638 Jy ! Total flux subtracted in 200 components = 0.00100638 Jy ! Clean residual min=-0.004863 max=0.004123 Jy/beam ! Clean residual mean=-0.000026 rms=0.001331 Jy/beam ! Combined flux in latest and established models = 0.461001 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 115 components and 0.461001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.237906Jy sigma=0.001218 ! Fit after self-cal, rms=0.237831Jy sigma=0.001218 ! 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.7169 mas, bmaj=2.044 mas, bpa=-11.63 degrees ! Estimated noise=1597.35 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.31567 Jy ! Component: 100 - total flux cleaned = 0.384897 Jy ! Component: 150 - total flux cleaned = 0.420418 Jy ! Component: 200 - total flux cleaned = 0.439802 Jy ! Total flux subtracted in 200 components = 0.439802 Jy ! Clean residual min=-0.008905 max=0.008389 Jy/beam ! Clean residual mean=0.000049 rms=0.002305 Jy/beam ! Combined flux in latest and established models = 0.439801 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.439801 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8962 mas, bmaj=2.368 mas, bpa=-10.83 degrees ! Estimated noise=939.734 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.0139685 Jy ! Component: 100 - total flux cleaned = 0.0197758 Jy ! Component: 150 - total flux cleaned = 0.0210021 Jy ! Component: 200 - total flux cleaned = 0.0216195 Jy ! Total flux subtracted in 200 components = 0.0216195 Jy ! Clean residual min=-0.003893 max=0.004181 Jy/beam ! Clean residual mean=0.000005 rms=0.001157 Jy/beam ! Combined flux in latest and established models = 0.461421 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 54 components and 0.461421 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.016 mas, bmaj=4.307 mas, bpa=-9.837 degrees ! Estimated noise=1211.44 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.000315104 Jy ! Component: 100 - total flux cleaned = -2.63497e-05 Jy ! Component: 150 - total flux cleaned = -0.000192683 Jy ! Component: 200 - total flux cleaned = -0.000257001 Jy ! Total flux subtracted in 200 components = -0.000257001 Jy ! Clean residual min=-0.004724 max=0.004324 Jy/beam ! Clean residual mean=-0.000010 rms=0.001374 Jy/beam ! Combined flux in latest and established models = 0.461164 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 75 components and 0.461164 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8962 mas, bmaj=2.368 mas, bpa=-10.83 degrees ! Estimated noise=939.734 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -1.18196e-05 Jy ! Component: 100 - total flux cleaned = 0.000144041 Jy ! Component: 150 - total flux cleaned = 0.000272449 Jy ! Component: 200 - total flux cleaned = 0.000380851 Jy ! Total flux subtracted in 200 components = 0.000380851 Jy ! Clean residual min=-0.003666 max=0.003602 Jy/beam ! Clean residual mean=-0.000006 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.461545 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.461545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.237843Jy sigma=0.001218 ! Fit after self-cal, rms=0.237789Jy sigma=0.001217 wmodel J1159-2148_X_1997_07_02_yyk\_map.mod ! Writing 87 model components to file: J1159-2148_X_1997_07_02_yyk_map.mod wobs J1159-2148_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J1159-2148_X_1997_07_02_yyk_uvs.fits wwins J1159-2148_X_1997_07_02_yyk\_map.win ! wwins: Wrote 2 windows to J1159-2148_X_1997_07_02_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.00032301 Jy ! Component: 100 - total flux cleaned = -0.000805554 Jy ! Component: 150 - total flux cleaned = -0.00125947 Jy ! Component: 200 - total flux cleaned = -0.00164022 Jy ! Component: 250 - total flux cleaned = -0.00195354 Jy ! Component: 300 - total flux cleaned = -0.00230663 Jy ! Component: 350 - total flux cleaned = -0.00250227 Jy ! Component: 400 - total flux cleaned = -0.00264499 Jy ! Component: 450 - total flux cleaned = -0.00278496 Jy ! Component: 500 - total flux cleaned = -0.00301138 Jy ! Component: 550 - total flux cleaned = -0.00318774 Jy ! Component: 600 - total flux cleaned = -0.00348911 Jy ! Component: 650 - total flux cleaned = -0.0036984 Jy ! Component: 700 - total flux cleaned = -0.00390431 Jy ! Component: 750 - total flux cleaned = -0.00410527 Jy ! Component: 800 - total flux cleaned = -0.00430193 Jy ! Component: 850 - total flux cleaned = -0.00457052 Jy ! Component: 900 - total flux cleaned = -0.00468374 Jy ! Component: 950 - total flux cleaned = -0.00486819 Jy ! Component: 1000 - total flux cleaned = -0.00501293 Jy ! Component: 1050 - total flux cleaned = -0.00529626 Jy ! Component: 1100 - total flux cleaned = -0.00546978 Jy ! Component: 1150 - total flux cleaned = -0.00560497 Jy ! Component: 1200 - total flux cleaned = -0.00573813 Jy ! Component: 1250 - total flux cleaned = -0.0058366 Jy ! Component: 1300 - total flux cleaned = -0.00599722 Jy ! Component: 1350 - total flux cleaned = -0.0059017 Jy ! Component: 1400 - total flux cleaned = -0.00590191 Jy ! Component: 1450 - total flux cleaned = -0.00593291 Jy ! Component: 1500 - total flux cleaned = -0.00590285 Jy ! Component: 1550 - total flux cleaned = -0.00602213 Jy ! Component: 1600 - total flux cleaned = -0.00602183 Jy ! Component: 1650 - total flux cleaned = -0.00607967 Jy ! Component: 1700 - total flux cleaned = -0.005966 Jy ! Component: 1750 - total flux cleaned = -0.00596666 Jy ! Component: 1800 - total flux cleaned = -0.00593966 Jy ! Component: 1850 - total flux cleaned = -0.00596731 Jy ! Component: 1900 - total flux cleaned = -0.00588765 Jy ! Component: 1950 - total flux cleaned = -0.00594001 Jy ! Component: 2000 - total flux cleaned = -0.00591389 Jy ! Total flux subtracted in 2048 components = -0.00596507 Jy ! Clean residual min=-0.001317 max=0.001558 Jy/beam ! Clean residual mean=-0.000000 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.45558 Jy keep ! Adding 148 model components to the UV plane model. ! The established model now contains 235 components and 0.45558 Jy ![Exited script file: muppet] wmap "J1159-2148_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8962 x 2.368 at -10.83 degrees (North through East) ! Clean map min=-0.0046201 max=0.36905 Jy/beam ! Writing clean map to FITS file: J1159-2148_X_1997_07_02_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.369055 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000487502 device "J1159-2148_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J1159-2148_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.396284 0.396284 0.792568 1.58514 3.17027 6.34054 12.6811 25.3622 50.7243 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.369 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.8962 x 2.368 at -10.83 degrees (North through East) ! Clean map min=-0.0046201 max=0.36905 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1159-2148_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J1159-2148_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1159-2148_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 05:30:48 2007