! Started logfile: J1029-1852_X_1997_07_02_yyk_uvs.log on Mon Jan 8 04:51:13 2007 obs J1029-1852_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J1029-1852_X_1997_07_02_yyk_uva.fits ! AN table 1: 145 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.630958 visibilities/baseline/integration-bin. ! Found source: J1029-1852 ! ! 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 16468 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 J1029-1852_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.530225 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.7192 mas, bmaj=1.951 mas, bpa=-5.784 degrees ! Estimated noise=1981.03 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.388122 Jy ! Component: 100 - total flux cleaned = 0.47353 Jy ! Total flux subtracted in 100 components = 0.47353 Jy ! Clean residual min=-0.021244 max=0.025106 Jy/beam ! Clean residual mean=-0.000126 rms=0.005390 Jy/beam ! Combined flux in latest and established models = 0.47353 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.47353 Jy ! ! Correcting IF 1. ! A total of 296 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 296 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 296 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 296 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.242740Jy sigma=0.001443 ! Fit after self-cal, rms=0.242550Jy sigma=0.001442 ! Inverting map and beam ! Estimated beam: bmin=0.7192 mas, bmaj=1.951 mas, bpa=-5.784 degrees ! Estimated noise=1981.03 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.9002 mas, bmaj=2.392 mas, bpa=-6.747 degrees ! Estimated noise=905.517 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.0384556 Jy ! Component: 100 - total flux cleaned = 0.0507862 Jy ! Component: 150 - total flux cleaned = 0.0544467 Jy ! Component: 200 - total flux cleaned = 0.0546539 Jy ! Total flux subtracted in 200 components = 0.0546539 Jy ! Clean residual min=-0.011214 max=0.016730 Jy/beam ! Clean residual mean=-0.000070 rms=0.003397 Jy/beam ! Combined flux in latest and established models = 0.528184 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 22 components and 0.528184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.239220Jy sigma=0.001419 ! Fit after self-cal, rms=0.239200Jy sigma=0.001418 ! 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.9002 x 2.392 at -6.747 degrees (North through East) ! Clean map min=-0.010663 max=0.46263 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.00787 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.09 HN 0.99 KP 0.99 ! LA 0.97 MK 1.02 NL 1.03 OV 0.98 ! PT 0.93 SC 0.92 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01362 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.07 HN 0.95 KP 0.97 ! LA 0.96 MK 0.98 NL 1.00 OV 1.05 ! PT 0.89 SC 0.99 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.998473 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.11 HN 1.01 KP 0.95 ! LA 0.96 MK 0.99 NL 1.03 OV 1.00 ! PT 0.95 SC 1.04 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.993137 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.10 HN 1.03 KP 0.97 ! LA 0.97 MK 0.96 NL 1.01 OV 0.99 ! PT 0.97 SC 1.04 ! ! ! Fit before self-cal, rms=0.239200Jy sigma=0.001418 ! Fit after self-cal, rms=0.239981Jy sigma=0.001408 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.239981Jy sigma=0.001408 ! Fit after self-cal, rms=0.239983Jy sigma=0.001408 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8979 mas, bmaj=2.394 mas, bpa=-6.847 degrees ! Estimated noise=908.05 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.00312585 Jy ! Component: 100 - total flux cleaned = 0.00295214 Jy ! Component: 150 - total flux cleaned = 0.0027962 Jy ! Component: 200 - total flux cleaned = 0.00265302 Jy ! Total flux subtracted in 200 components = 0.00265302 Jy ! Clean residual min=-0.009194 max=0.008833 Jy/beam ! Clean residual mean=-0.000010 rms=0.002450 Jy/beam ! Combined flux in latest and established models = 0.530837 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 27 components and 0.530837 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.239950Jy sigma=0.001407 ! Fit after self-cal, rms=0.239946Jy sigma=0.001407 ! 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.239946Jy sigma=0.001407 ! Fit after self-cal, rms=0.217891Jy sigma=0.001275 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) ! Added new window around map position (-9, 14.2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0139709 Jy ! Component: 100 - total flux cleaned = 0.0164174 Jy ! Component: 150 - total flux cleaned = 0.0167204 Jy ! Component: 200 - total flux cleaned = 0.0168568 Jy ! Total flux subtracted in 200 components = 0.0168568 Jy ! Clean residual min=-0.007631 max=0.008781 Jy/beam ! Clean residual mean=-0.000033 rms=0.002006 Jy/beam ! Combined flux in latest and established models = 0.547694 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 55 components and 0.547694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.217264Jy sigma=0.001271 ! Fit after self-cal, rms=0.213472Jy sigma=0.001248 ! 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.8979 x 2.394 at -6.847 degrees (North through East) ! Clean map min=-0.006051 max=0.47182 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.213472Jy sigma=0.001248 ! Fit after self-cal, rms=0.212248Jy sigma=0.001243 ! 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.212248Jy sigma=0.001243 ! Fit after self-cal, rms=0.211360Jy sigma=0.001237 ! Inverting map and beam ! Estimated beam: bmin=0.8977 mas, bmaj=2.395 mas, bpa=-6.874 degrees ! Estimated noise=901.846 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00153806 Jy ! Component: 100 - total flux cleaned = -0.00136801 Jy ! Component: 150 - total flux cleaned = -0.00129774 Jy ! Component: 200 - total flux cleaned = -0.00129539 Jy ! Total flux subtracted in 200 components = -0.00129539 Jy ! Clean residual min=-0.004127 max=0.004770 Jy/beam ! Clean residual mean=-0.000069 rms=0.001124 Jy/beam ! Combined flux in latest and established models = 0.546399 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 67 components and 0.546399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.211304Jy sigma=0.001237 ! Fit after self-cal, rms=0.210993Jy sigma=0.001235 ! 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.210993Jy sigma=0.001235 ! Fit after self-cal, rms=0.210825Jy sigma=0.001233 ! 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.210825Jy sigma=0.001233 ! Fit after self-cal, rms=0.210719Jy sigma=0.001232 ! Inverting map and beam ! Estimated beam: bmin=0.8976 mas, bmaj=2.395 mas, bpa=-6.883 degrees ! Estimated noise=901.371 mJy/beam. ! Added new window around map position (8.2, -4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00582775 Jy ! Component: 100 - total flux cleaned = 0.0074557 Jy ! Component: 150 - total flux cleaned = 0.00876987 Jy ! Component: 200 - total flux cleaned = 0.00955824 Jy ! Total flux subtracted in 200 components = 0.00955824 Jy ! Clean residual min=-0.003580 max=0.003421 Jy/beam ! Clean residual mean=-0.000046 rms=0.000901 Jy/beam ! Combined flux in latest and established models = 0.555957 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 91 components and 0.555957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210588Jy sigma=0.001231 ! Fit after self-cal, rms=0.210531Jy sigma=0.001231 ! 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.054 mas, bmaj=4.194 mas, bpa=-8.035 degrees ! Estimated noise=1158.68 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.00208439 Jy ! Component: 100 - total flux cleaned = 0.00286031 Jy ! Component: 150 - total flux cleaned = 0.00345696 Jy ! Component: 200 - total flux cleaned = 0.00377708 Jy ! Total flux subtracted in 200 components = 0.00377708 Jy ! Clean residual min=-0.003090 max=0.003826 Jy/beam ! Clean residual mean=-0.000069 rms=0.001000 Jy/beam ! Combined flux in latest and established models = 0.559734 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 106 components and 0.559734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210526Jy sigma=0.001231 ! Fit after self-cal, rms=0.210500Jy sigma=0.001231 ! 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.7185 mas, bmaj=1.952 mas, bpa=-5.916 degrees ! Estimated noise=1973.68 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.39872 Jy ! Component: 100 - total flux cleaned = 0.486343 Jy ! Component: 150 - total flux cleaned = 0.520817 Jy ! Component: 200 - total flux cleaned = 0.53753 Jy ! Total flux subtracted in 200 components = 0.53753 Jy ! Clean residual min=-0.011710 max=0.008797 Jy/beam ! Clean residual mean=-0.000039 rms=0.002519 Jy/beam ! Combined flux in latest and established models = 0.53753 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.53753 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8976 mas, bmaj=2.395 mas, bpa=-6.883 degrees ! Estimated noise=901.371 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.0112283 Jy ! Component: 100 - total flux cleaned = 0.0157838 Jy ! Component: 150 - total flux cleaned = 0.0175336 Jy ! Component: 200 - total flux cleaned = 0.0186995 Jy ! Total flux subtracted in 200 components = 0.0186995 Jy ! Clean residual min=-0.003944 max=0.003802 Jy/beam ! Clean residual mean=-0.000038 rms=0.001019 Jy/beam ! Combined flux in latest and established models = 0.55623 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 38 components and 0.55623 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.054 mas, bmaj=4.194 mas, bpa=-8.035 degrees ! Estimated noise=1158.68 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.00256833 Jy ! Component: 100 - total flux cleaned = 0.00308843 Jy ! Component: 150 - total flux cleaned = 0.00341439 Jy ! Component: 200 - total flux cleaned = 0.00367887 Jy ! Total flux subtracted in 200 components = 0.00367887 Jy ! Clean residual min=-0.003230 max=0.004345 Jy/beam ! Clean residual mean=-0.000066 rms=0.001028 Jy/beam ! Combined flux in latest and established models = 0.559909 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 52 components and 0.559909 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8976 mas, bmaj=2.395 mas, bpa=-6.883 degrees ! Estimated noise=901.371 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000195994 Jy ! Component: 100 - total flux cleaned = 0.000191259 Jy ! Component: 150 - total flux cleaned = 0.000189599 Jy ! Component: 200 - total flux cleaned = 0.000272891 Jy ! Total flux subtracted in 200 components = 0.000272891 Jy ! Clean residual min=-0.003339 max=0.003494 Jy/beam ! Clean residual mean=-0.000033 rms=0.000932 Jy/beam ! Combined flux in latest and established models = 0.560182 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 66 components and 0.560182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210582Jy sigma=0.001231 ! Fit after self-cal, rms=0.210563Jy sigma=0.001231 wmodel J1029-1852_X_1997_07_02_yyk\_map.mod ! Writing 66 model components to file: J1029-1852_X_1997_07_02_yyk_map.mod wobs J1029-1852_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J1029-1852_X_1997_07_02_yyk_uvs.fits wwins J1029-1852_X_1997_07_02_yyk\_map.win ! wwins: Wrote 3 windows to J1029-1852_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.000250527 Jy ! Component: 100 - total flux cleaned = 0.000370999 Jy ! Component: 150 - total flux cleaned = 0.000603219 Jy ! Component: 200 - total flux cleaned = 0.000821229 Jy ! Component: 250 - total flux cleaned = 0.0011277 Jy ! Component: 300 - total flux cleaned = 0.00132395 Jy ! Component: 350 - total flux cleaned = 0.00137189 Jy ! Component: 400 - total flux cleaned = 0.00141769 Jy ! Component: 450 - total flux cleaned = 0.00141938 Jy ! Component: 500 - total flux cleaned = 0.00150739 Jy ! Component: 550 - total flux cleaned = 0.00142235 Jy ! Component: 600 - total flux cleaned = 0.00142302 Jy ! Component: 650 - total flux cleaned = 0.00138332 Jy ! Component: 700 - total flux cleaned = 0.00134361 Jy ! Component: 750 - total flux cleaned = 0.00145952 Jy ! Component: 800 - total flux cleaned = 0.00142128 Jy ! Component: 850 - total flux cleaned = 0.00142095 Jy ! Component: 900 - total flux cleaned = 0.00131089 Jy ! Component: 950 - total flux cleaned = 0.00127517 Jy ! Component: 1000 - total flux cleaned = 0.0011333 Jy ! Component: 1050 - total flux cleaned = 0.0010298 Jy ! Component: 1100 - total flux cleaned = 0.000961638 Jy ! Component: 1150 - total flux cleaned = 0.00089484 Jy ! Component: 1200 - total flux cleaned = 0.000895027 Jy ! Component: 1250 - total flux cleaned = 0.000797344 Jy ! Component: 1300 - total flux cleaned = 0.000796951 Jy ! Component: 1350 - total flux cleaned = 0.000671561 Jy ! Component: 1400 - total flux cleaned = 0.000640868 Jy ! Component: 1450 - total flux cleaned = 0.000579534 Jy ! Component: 1500 - total flux cleaned = 0.000609298 Jy ! Component: 1550 - total flux cleaned = 0.000460613 Jy ! Component: 1600 - total flux cleaned = 0.000519544 Jy ! Component: 1650 - total flux cleaned = 0.000490096 Jy ! Component: 1700 - total flux cleaned = 0.000489561 Jy ! Component: 1750 - total flux cleaned = 0.000461052 Jy ! Component: 1800 - total flux cleaned = 0.000433143 Jy ! Component: 1850 - total flux cleaned = 0.000433697 Jy ! Component: 1900 - total flux cleaned = 0.000461002 Jy ! Component: 1950 - total flux cleaned = 0.000461142 Jy ! Component: 2000 - total flux cleaned = 0.000487669 Jy ! Total flux subtracted in 2048 components = 0.000540079 Jy ! Clean residual min=-0.001504 max=0.001508 Jy/beam ! Clean residual mean=-0.000017 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.560722 Jy keep ! Adding 136 model components to the UV plane model. ! The established model now contains 202 components and 0.560722 Jy ![Exited script file: muppet] wmap "J1029-1852_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8976 x 2.395 at -6.883 degrees (North through East) ! Clean map min=-0.002313 max=0.47113 Jy/beam ! Writing clean map to FITS file: J1029-1852_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.471135 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000485514 device "J1029-1852_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J1029-1852_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.309156 0.309156 0.618313 1.23663 2.47325 4.9465 9.893 19.786 39.572 79.144 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.471 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.8976 x 2.395 at -6.883 degrees (North through East) ! Clean map min=-0.002313 max=0.47113 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1029-1852_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J1029-1852_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1029-1852_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 04:51:23 2007