! Started logfile: J1159-2148_X_1997_08_27_yyk_uvs.log on Mon Jan 8 05:30:50 2007 obs J1159-2148_X_1997_08_27_yyk_uva.fits ! Reading UV FITS file: J1159-2148_X_1997_08_27_yyk_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.775772 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 702 lines of history. ! ! Reading 20108 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_08_27_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.45458 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.8007 mas, bmaj=1.674 mas, bpa=-17.94 degrees ! Estimated noise=1761.91 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.268782 Jy ! Component: 100 - total flux cleaned = 0.323584 Jy ! Total flux subtracted in 100 components = 0.323584 Jy ! Clean residual min=-0.044293 max=0.048081 Jy/beam ! Clean residual mean=-0.000581 rms=0.009510 Jy/beam ! Combined flux in latest and established models = 0.323584 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.323584 Jy ! ! Correcting IF 1. ! A total of 186 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 186 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 186 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 186 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.300992Jy sigma=0.001542 ! Fit after self-cal, rms=0.299933Jy sigma=0.001537 ! Inverting map and beam ! Estimated beam: bmin=0.8007 mas, bmaj=1.674 mas, bpa=-17.94 degrees ! Estimated noise=1761.91 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.9535 mas, bmaj=2.156 mas, bpa=-14.31 degrees ! Estimated noise=919.912 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.052542 Jy ! Component: 100 - total flux cleaned = 0.0614965 Jy ! Component: 150 - total flux cleaned = 0.0636354 Jy ! Component: 200 - total flux cleaned = 0.0649639 Jy ! Total flux subtracted in 200 components = 0.0649639 Jy ! Clean residual min=-0.024410 max=0.026131 Jy/beam ! Clean residual mean=-0.001522 rms=0.006032 Jy/beam ! Combined flux in latest and established models = 0.388548 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 31 components and 0.388548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.295305Jy sigma=0.001499 ! Fit after self-cal, rms=0.295284Jy sigma=0.001499 ! 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.9535 x 2.156 at -14.31 degrees (North through East) ! Clean map min=-0.02324 max=0.33895 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00553 ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.93 HN 0.92 KP 1.00 ! LA 0.93 MK 1.04 NL 1.01 OV 1.15 ! PT 0.86 SC 0.95 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.994958 ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 FD 0.90 HN 0.91 KP 1.01 ! LA 0.90 MK 1.05 NL 0.99 OV 1.21 ! PT 0.85 SC 1.02 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.982455 ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 0.95 HN 0.96 KP 1.00 ! LA 0.90 MK 1.03 NL 1.01 OV 1.18 ! PT 0.89 SC 1.08 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.960295 ! Telescope amplitude corrections in sub-array 1: ! BR 1.26 FD 0.94 HN 1.01 KP 0.99 ! LA 0.92 MK 1.05 NL 0.99 OV 1.27 ! PT 0.93 SC 1.06 ! ! ! Fit before self-cal, rms=0.295284Jy sigma=0.001499 ! Fit after self-cal, rms=0.293131Jy sigma=0.001478 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.293131Jy sigma=0.001478 ! Fit after self-cal, rms=0.293165Jy sigma=0.001477 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9782 mas, bmaj=2.241 mas, bpa=-14.73 degrees ! Estimated noise=882.762 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.0113043 Jy ! Component: 100 - total flux cleaned = -0.0113512 Jy ! Component: 150 - total flux cleaned = -0.0116155 Jy ! Component: 200 - total flux cleaned = -0.0114034 Jy ! Total flux subtracted in 200 components = -0.0114034 Jy ! Clean residual min=-0.023033 max=0.017362 Jy/beam ! Clean residual mean=-0.001126 rms=0.004892 Jy/beam ! Combined flux in latest and established models = 0.377145 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 36 components and 0.377145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.291983Jy sigma=0.001474 ! Fit after self-cal, rms=0.291949Jy sigma=0.001473 ! 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.291949Jy sigma=0.001473 ! Fit after self-cal, rms=0.282078Jy sigma=0.001403 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.00936755 Jy ! Component: 100 - total flux cleaned = 0.0108782 Jy ! Component: 150 - total flux cleaned = 0.0113373 Jy ! Component: 200 - total flux cleaned = 0.0116188 Jy ! Total flux subtracted in 200 components = 0.0116188 Jy ! Clean residual min=-0.022586 max=0.018224 Jy/beam ! Clean residual mean=-0.001202 rms=0.005046 Jy/beam ! Combined flux in latest and established models = 0.388763 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.388763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.282194Jy sigma=0.001401 ! Fit after self-cal, rms=0.280978Jy sigma=0.001392 ! 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.9782 x 2.241 at -14.73 degrees (North through East) ! Clean map min=-0.021846 max=0.33733 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.280978Jy sigma=0.001392 ! Fit after self-cal, rms=3.882721Jy sigma=0.001321 ! 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=3.882721Jy sigma=0.001321 ! Fit after self-cal, rms=3.885221Jy sigma=0.001318 ! Inverting map and beam ! Estimated beam: bmin=0.9724 mas, bmaj=2.505 mas, bpa=-12.68 degrees ! Estimated noise=874.09 mJy/beam. ! Added new window around map position (-2.8, 3). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0227846 Jy ! Component: 100 - total flux cleaned = 0.0232246 Jy ! Component: 150 - total flux cleaned = 0.0236347 Jy ! Component: 200 - total flux cleaned = 0.0236545 Jy ! Total flux subtracted in 200 components = 0.0236545 Jy ! Clean residual min=-0.008801 max=0.010532 Jy/beam ! Clean residual mean=0.000028 rms=0.002336 Jy/beam ! Combined flux in latest and established models = 0.412418 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 62 components and 0.412418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=3.885145Jy sigma=0.001304 ! Fit after self-cal, rms=3.885137Jy sigma=0.001302 ! 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=3.885137Jy sigma=0.001302 ! Fit after self-cal, rms=6.863832Jy sigma=0.001298 ! 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=6.863832Jy sigma=0.001298 ! Fit after self-cal, rms=6.863894Jy sigma=0.001297 ! Inverting map and beam ! Estimated beam: bmin=0.9607 mas, bmaj=2.48 mas, bpa=-13.07 degrees ! Estimated noise=869.326 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0106761 Jy ! Component: 100 - total flux cleaned = 0.0115447 Jy ! Component: 150 - total flux cleaned = 0.0113113 Jy ! Component: 200 - total flux cleaned = 0.0108877 Jy ! Total flux subtracted in 200 components = 0.0108877 Jy ! Clean residual min=-0.006622 max=0.006326 Jy/beam ! Clean residual mean=0.000020 rms=0.001634 Jy/beam ! Combined flux in latest and established models = 0.423306 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 73 components and 0.423306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=6.863932Jy sigma=0.001293 ! Fit after self-cal, rms=6.863609Jy sigma=0.001292 ! 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.223 mas, bmaj=4.798 mas, bpa=-11.68 degrees ! Estimated noise=1092.64 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.000443352 Jy ! Component: 100 - total flux cleaned = -0.000590501 Jy ! Component: 150 - total flux cleaned = -0.00107475 Jy ! Component: 200 - total flux cleaned = -0.00139338 Jy ! Total flux subtracted in 200 components = -0.00139338 Jy ! Clean residual min=-0.005503 max=0.005732 Jy/beam ! Clean residual mean=0.000045 rms=0.001700 Jy/beam ! Combined flux in latest and established models = 0.421912 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 90 components and 0.421912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=6.863641Jy sigma=0.001292 ! Fit after self-cal, rms=6.863160Jy sigma=0.001291 ! 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.7653 mas, bmaj=1.918 mas, bpa=-14.04 degrees ! Estimated noise=1969.64 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.299713 Jy ! Component: 100 - total flux cleaned = 0.365112 Jy ! Component: 150 - total flux cleaned = 0.396944 Jy ! Component: 200 - total flux cleaned = 0.409966 Jy ! Total flux subtracted in 200 components = 0.409966 Jy ! Clean residual min=-0.015148 max=0.015232 Jy/beam ! Clean residual mean=0.000162 rms=0.004360 Jy/beam ! Combined flux in latest and established models = 0.409965 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.409965 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9607 mas, bmaj=2.48 mas, bpa=-13.07 degrees ! Estimated noise=869.326 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.0116421 Jy ! Component: 100 - total flux cleaned = 0.014274 Jy ! Component: 150 - total flux cleaned = 0.0144452 Jy ! Component: 200 - total flux cleaned = 0.0142964 Jy ! Total flux subtracted in 200 components = 0.0142964 Jy ! Clean residual min=-0.005514 max=0.005403 Jy/beam ! Clean residual mean=0.000051 rms=0.001353 Jy/beam ! Combined flux in latest and established models = 0.424262 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 40 components and 0.424262 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.223 mas, bmaj=4.798 mas, bpa=-11.68 degrees ! Estimated noise=1092.64 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.00193421 Jy ! Component: 100 - total flux cleaned = -0.00294417 Jy ! Component: 150 - total flux cleaned = -0.00365418 Jy ! Component: 200 - total flux cleaned = -0.00408095 Jy ! Total flux subtracted in 200 components = -0.00408095 Jy ! Clean residual min=-0.004542 max=0.005243 Jy/beam ! Clean residual mean=0.000078 rms=0.001534 Jy/beam ! Combined flux in latest and established models = 0.420181 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 49 components and 0.420181 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9607 mas, bmaj=2.48 mas, bpa=-13.07 degrees ! Estimated noise=869.326 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00179146 Jy ! Component: 100 - total flux cleaned = 0.00166821 Jy ! Component: 150 - total flux cleaned = 0.00154798 Jy ! Component: 200 - total flux cleaned = 0.00135562 Jy ! Total flux subtracted in 200 components = 0.00135562 Jy ! Clean residual min=-0.004910 max=0.004389 Jy/beam ! Clean residual mean=0.000045 rms=0.001226 Jy/beam ! Combined flux in latest and established models = 0.421537 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 60 components and 0.421537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=6.863078Jy sigma=0.001291 ! Fit after self-cal, rms=6.863779Jy sigma=0.001290 wmodel J1159-2148_X_1997_08_27_yyk\_map.mod ! Writing 60 model components to file: J1159-2148_X_1997_08_27_yyk_map.mod wobs J1159-2148_X_1997_08_27_yyk\_uvs.fits ! Writing UV FITS file: J1159-2148_X_1997_08_27_yyk_uvs.fits wwins J1159-2148_X_1997_08_27_yyk\_map.win ! wwins: Wrote 2 windows to J1159-2148_X_1997_08_27_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.001801 Jy ! Component: 100 - total flux cleaned = -0.00188507 Jy ! Component: 150 - total flux cleaned = -0.00168448 Jy ! Component: 200 - total flux cleaned = -0.00162018 Jy ! Component: 250 - total flux cleaned = -0.00155947 Jy ! Component: 300 - total flux cleaned = -0.00185826 Jy ! Component: 350 - total flux cleaned = -0.00208948 Jy ! Component: 400 - total flux cleaned = -0.00231433 Jy ! Component: 450 - total flux cleaned = -0.00253329 Jy ! Component: 500 - total flux cleaned = -0.00242795 Jy ! Component: 550 - total flux cleaned = -0.00248236 Jy ! Component: 600 - total flux cleaned = -0.00278455 Jy ! Component: 650 - total flux cleaned = -0.00278409 Jy ! Component: 700 - total flux cleaned = -0.00283087 Jy ! Component: 750 - total flux cleaned = -0.00269133 Jy ! Component: 800 - total flux cleaned = -0.00287523 Jy ! Component: 850 - total flux cleaned = -0.00283115 Jy ! Component: 900 - total flux cleaned = -0.00278867 Jy ! Component: 950 - total flux cleaned = -0.00300335 Jy ! Component: 1000 - total flux cleaned = -0.00325505 Jy ! Component: 1050 - total flux cleaned = -0.003461 Jy ! Component: 1100 - total flux cleaned = -0.00378405 Jy ! Component: 1150 - total flux cleaned = -0.004022 Jy ! Component: 1200 - total flux cleaned = -0.00433458 Jy ! Component: 1250 - total flux cleaned = -0.00471637 Jy ! Component: 1300 - total flux cleaned = -0.00494087 Jy ! Component: 1350 - total flux cleaned = -0.00508855 Jy ! Component: 1400 - total flux cleaned = -0.0053427 Jy ! Component: 1450 - total flux cleaned = -0.00544956 Jy ! Component: 1500 - total flux cleaned = -0.0055896 Jy ! Component: 1550 - total flux cleaned = -0.00562434 Jy ! Component: 1600 - total flux cleaned = -0.00579445 Jy ! Component: 1650 - total flux cleaned = -0.00582758 Jy ! Component: 1700 - total flux cleaned = -0.00589344 Jy ! Component: 1750 - total flux cleaned = -0.00592597 Jy ! Component: 1800 - total flux cleaned = -0.00599097 Jy ! Component: 1850 - total flux cleaned = -0.00611804 Jy ! Component: 1900 - total flux cleaned = -0.00614919 Jy ! Component: 1950 - total flux cleaned = -0.00621124 Jy ! Component: 2000 - total flux cleaned = -0.00633357 Jy ! Total flux subtracted in 2048 components = -0.00639313 Jy ! Clean residual min=-0.001696 max=0.001542 Jy/beam ! Clean residual mean=0.000019 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.415143 Jy keep ! Adding 149 model components to the UV plane model. ! The established model now contains 209 components and 0.415144 Jy ![Exited script file: muppet] wmap "J1159-2148_X_1997_08_27_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9607 x 2.48 at -13.07 degrees (North through East) ! Clean map min=-0.0030747 max=0.34943 Jy/beam ! Writing clean map to FITS file: J1159-2148_X_1997_08_27_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.349432 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000578443 device "J1159-2148_X_1997_08_27_yyk\_map.eps/VPS" ! Attempting to open device: 'J1159-2148_X_1997_08_27_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.496615 0.496615 0.993229 1.98646 3.97292 7.94583 15.8917 31.7833 63.5667 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.349 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.9607 x 2.48 at -13.07 degrees (North through East) ! Clean map min=-0.0030747 max=0.34943 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1159-2148_X_1997_08_27_yyk\_map.gif/gif" ! Attempting to open device: 'J1159-2148_X_1997_08_27_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1159-2148_X_1997_08_27_yyk_uvs.log closed on Mon Jan 8 05:30:58 2007