! Started logfile: J1248-0632_S_1997_05_07_yyk_uvs.log on Sun Jan 7 18:09:09 2007 obs J1248-0632_S_1997_05_07_yyk_uva.fits ! Reading UV FITS file: J1248-0632_S_1997_05_07_yyk_uva.fits ! AN table 1: 149 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.883221 visibilities/baseline/integration-bin. ! Found source: J1248-0632 ! ! 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 2.22447e+09 8e+06 1 8e+06 ! 02 2 2.23447e+09 8e+06 1 8e+06 ! 03 3 2.29447e+09 8e+06 1 8e+06 ! 04 4 2.32447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 614 lines of history. ! ! Reading 23688 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 J1248-0632_S_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.426812 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=2.964 mas, bmaj=7.495 mas, bpa=-0.1745 degrees ! Estimated noise=1613.5 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.275936 Jy ! Component: 100 - total flux cleaned = 0.323756 Jy ! Total flux subtracted in 100 components = 0.323756 Jy ! Clean residual min=-0.013304 max=0.014359 Jy/beam ! Clean residual mean=0.000061 rms=0.003351 Jy/beam ! Combined flux in latest and established models = 0.323756 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.323756 Jy ! ! Correcting IF 1. ! A total of 241 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.272764Jy sigma=0.001203 ! Fit after self-cal, rms=0.272641Jy sigma=0.001203 ! Inverting map and beam ! Estimated beam: bmin=2.964 mas, bmaj=7.495 mas, bpa=-0.1746 degrees ! Estimated noise=1613.82 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=3.674 mas, bmaj=9.212 mas, bpa=-2.454 degrees ! Estimated noise=984.034 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.000407202 Jy ! Component: 100 - total flux cleaned = -3.44151e-05 Jy ! Component: 150 - total flux cleaned = -0.000407728 Jy ! Component: 200 - total flux cleaned = -0.000421544 Jy ! Total flux subtracted in 200 components = -0.000421544 Jy ! Clean residual min=-0.007413 max=0.010187 Jy/beam ! Clean residual mean=0.000195 rms=0.002469 Jy/beam ! Combined flux in latest and established models = 0.323334 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 19 components and 0.323334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.270931Jy sigma=0.001198 ! Fit after self-cal, rms=0.270926Jy sigma=0.001198 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.674 x 9.212 at -2.454 degrees (North through East) ! Clean map min=-0.0070771 max=0.3112 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.02736 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.05 HN 0.96 KP 0.89 ! LA 0.96 MK 0.98 NL 1.00* OV 1.08 ! PT 0.99 SC 0.84 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.974445 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.12 HN 1.10 KP 1.00 ! LA 1.06 MK 1.06 NL 0.98 OV 1.04 ! PT 0.98 SC 0.88 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.06188 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.05 HN 0.92 KP 0.92 ! LA 0.78 MK 0.86 NL 0.93 OV 0.92 ! PT 1.10 SC 0.98 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.996921 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.11 HN 1.03 KP 0.94 ! LA 0.87 MK 1.04 NL 1.06 OV 1.11 ! PT 0.91 SC 0.98 ! ! ! Fit before self-cal, rms=0.270926Jy sigma=0.001198 ! Fit after self-cal, rms=0.263220Jy sigma=0.001188 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.263220Jy sigma=0.001188 ! Fit after self-cal, rms=0.263217Jy sigma=0.001188 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.611 mas, bmaj=8.984 mas, bpa=-1.072 degrees ! Estimated noise=991.565 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.00628275 Jy ! Component: 100 - total flux cleaned = 0.00767708 Jy ! Component: 150 - total flux cleaned = 0.00802737 Jy ! Component: 200 - total flux cleaned = 0.00811706 Jy ! Total flux subtracted in 200 components = 0.00811706 Jy ! Clean residual min=-0.005521 max=0.007021 Jy/beam ! Clean residual mean=0.000117 rms=0.001868 Jy/beam ! Combined flux in latest and established models = 0.331451 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 33 components and 0.331451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.263055Jy sigma=0.001188 ! Fit after self-cal, rms=0.263053Jy sigma=0.001188 ! 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.263053Jy sigma=0.001188 ! Fit after self-cal, rms=0.261828Jy sigma=0.001182 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.00102008 Jy ! Component: 100 - total flux cleaned = 0.00116231 Jy ! Component: 150 - total flux cleaned = 0.0012018 Jy ! Component: 200 - total flux cleaned = 0.00123736 Jy ! Total flux subtracted in 200 components = 0.00123736 Jy ! Clean residual min=-0.005370 max=0.006960 Jy/beam ! Clean residual mean=0.000114 rms=0.001860 Jy/beam ! Combined flux in latest and established models = 0.332689 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 37 components and 0.332689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.261799Jy sigma=0.001182 ! Fit after self-cal, rms=0.261667Jy sigma=0.001181 ! 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: 3.611 x 8.984 at -1.072 degrees (North through East) ! Clean map min=-0.0052603 max=0.31573 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.261667Jy sigma=0.001181 ! Fit after self-cal, rms=0.259197Jy sigma=0.001176 ! 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.259197Jy sigma=0.001176 ! Fit after self-cal, rms=0.259179Jy sigma=0.001175 ! Inverting map and beam ! Estimated beam: bmin=3.603 mas, bmaj=8.96 mas, bpa=-0.9745 degrees ! Estimated noise=988.485 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -1.09441e-06 Jy ! Component: 100 - total flux cleaned = 0.000276671 Jy ! Component: 150 - total flux cleaned = 0.000350632 Jy ! Component: 200 - total flux cleaned = 0.000383749 Jy ! Total flux subtracted in 200 components = 0.000383749 Jy ! Clean residual min=-0.004180 max=0.006504 Jy/beam ! Clean residual mean=0.000105 rms=0.001707 Jy/beam ! Combined flux in latest and established models = 0.333072 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 45 components and 0.333072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.259166Jy sigma=0.001175 ! Fit after self-cal, rms=0.259167Jy sigma=0.001175 ! 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.259167Jy sigma=0.001175 ! Fit after self-cal, rms=0.259754Jy sigma=0.001174 ! 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.259754Jy sigma=0.001174 ! Fit after self-cal, rms=0.259761Jy sigma=0.001174 ! Inverting map and beam ! Estimated beam: bmin=3.599 mas, bmaj=8.942 mas, bpa=-0.8728 degrees ! Estimated noise=990.067 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000719221 Jy ! Component: 100 - total flux cleaned = 0.001106 Jy ! Component: 150 - total flux cleaned = 0.0012299 Jy ! Component: 200 - total flux cleaned = 0.00125626 Jy ! Total flux subtracted in 200 components = 0.00125626 Jy ! Clean residual min=-0.004108 max=0.006475 Jy/beam ! Clean residual mean=0.000106 rms=0.001695 Jy/beam ! Combined flux in latest and established models = 0.334329 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 45 components and 0.334329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.259750Jy sigma=0.001174 ! Fit after self-cal, rms=0.259755Jy sigma=0.001174 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.058 mas, bmaj=13.97 mas, bpa=0.277 degrees ! Estimated noise=1216.17 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.000571357 Jy ! Component: 100 - total flux cleaned = 0.000413613 Jy ! Component: 150 - total flux cleaned = 0.000296171 Jy ! Component: 200 - total flux cleaned = 0.000233415 Jy ! Total flux subtracted in 200 components = 0.000233415 Jy ! Clean residual min=-0.005062 max=0.008138 Jy/beam ! Clean residual mean=0.000193 rms=0.002694 Jy/beam ! Combined flux in latest and established models = 0.334562 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 54 components and 0.334562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.259755Jy sigma=0.001174 ! Fit after self-cal, rms=0.259754Jy sigma=0.001174 ! 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=2.933 mas, bmaj=7.398 mas, bpa=0.6758 degrees ! Estimated noise=1610.99 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.276387 Jy ! Component: 100 - total flux cleaned = 0.324268 Jy ! Component: 150 - total flux cleaned = 0.334012 Jy ! Component: 200 - total flux cleaned = 0.334358 Jy ! Total flux subtracted in 200 components = 0.334358 Jy ! Clean residual min=-0.006084 max=0.006514 Jy/beam ! Clean residual mean=0.000054 rms=0.001694 Jy/beam ! Combined flux in latest and established models = 0.334358 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.334358 Jy ! Inverting map and beam ! Estimated beam: bmin=3.599 mas, bmaj=8.942 mas, bpa=-0.8728 degrees ! Estimated noise=990.067 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.000582086 Jy ! Component: 100 - total flux cleaned = -0.000757505 Jy ! Component: 150 - total flux cleaned = -0.000904683 Jy ! Component: 200 - total flux cleaned = -0.00102295 Jy ! Total flux subtracted in 200 components = -0.00102295 Jy ! Clean residual min=-0.004503 max=0.006643 Jy/beam ! Clean residual mean=0.000109 rms=0.001703 Jy/beam ! Combined flux in latest and established models = 0.333335 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 29 components and 0.333335 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.058 mas, bmaj=13.97 mas, bpa=0.277 degrees ! Estimated noise=1216.17 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.000336203 Jy ! Component: 100 - total flux cleaned = 0.000272056 Jy ! Component: 150 - total flux cleaned = 0.000369375 Jy ! Component: 200 - total flux cleaned = 0.000411317 Jy ! Total flux subtracted in 200 components = 0.000411317 Jy ! Clean residual min=-0.005133 max=0.008074 Jy/beam ! Clean residual mean=0.000197 rms=0.002685 Jy/beam ! Combined flux in latest and established models = 0.333747 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 32 components and 0.333747 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.599 mas, bmaj=8.942 mas, bpa=-0.8728 degrees ! Estimated noise=990.067 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -3.3667e-05 Jy ! Component: 100 - total flux cleaned = -0.000102411 Jy ! Component: 150 - total flux cleaned = -0.000156087 Jy ! Component: 200 - total flux cleaned = -0.000158176 Jy ! Total flux subtracted in 200 components = -0.000158176 Jy ! Clean residual min=-0.004340 max=0.006503 Jy/beam ! Clean residual mean=0.000108 rms=0.001686 Jy/beam ! Combined flux in latest and established models = 0.333588 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.333588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.259769Jy sigma=0.001174 ! Fit after self-cal, rms=0.259769Jy sigma=0.001174 wmodel J1248-0632_S_1997_05_07_yyk\_map.mod ! Writing 40 model components to file: J1248-0632_S_1997_05_07_yyk_map.mod wobs J1248-0632_S_1997_05_07_yyk\_uvs.fits ! Writing UV FITS file: J1248-0632_S_1997_05_07_yyk_uvs.fits wwins J1248-0632_S_1997_05_07_yyk\_map.win ! wwins: Wrote 1 windows to J1248-0632_S_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.00277468 Jy ! Component: 100 - total flux cleaned = 0.00513651 Jy ! Component: 150 - total flux cleaned = 0.00725952 Jy ! Component: 200 - total flux cleaned = 0.00874031 Jy ! Component: 250 - total flux cleaned = 0.0101258 Jy ! Component: 300 - total flux cleaned = 0.0113627 Jy ! Component: 350 - total flux cleaned = 0.0122777 Jy ! Component: 400 - total flux cleaned = 0.0129663 Jy ! Component: 450 - total flux cleaned = 0.0134475 Jy ! Component: 500 - total flux cleaned = 0.0138543 Jy ! Component: 550 - total flux cleaned = 0.0141901 Jy ! Component: 600 - total flux cleaned = 0.014461 Jy ! Component: 650 - total flux cleaned = 0.0147249 Jy ! Component: 700 - total flux cleaned = 0.0149818 Jy ! Component: 750 - total flux cleaned = 0.0152316 Jy ! Component: 800 - total flux cleaned = 0.0152318 Jy ! Component: 850 - total flux cleaned = 0.015375 Jy ! Component: 900 - total flux cleaned = 0.0154675 Jy ! Component: 950 - total flux cleaned = 0.0156931 Jy ! Component: 1000 - total flux cleaned = 0.0158693 Jy ! Component: 1050 - total flux cleaned = 0.0159984 Jy ! Component: 1100 - total flux cleaned = 0.0161252 Jy ! Component: 1150 - total flux cleaned = 0.0163733 Jy ! Component: 1200 - total flux cleaned = 0.0165349 Jy ! Component: 1250 - total flux cleaned = 0.0168519 Jy ! Component: 1300 - total flux cleaned = 0.0170073 Jy ! Component: 1350 - total flux cleaned = 0.0171989 Jy ! Component: 1400 - total flux cleaned = 0.0174612 Jy ! Component: 1450 - total flux cleaned = 0.0176081 Jy ! Component: 1500 - total flux cleaned = 0.0178244 Jy ! Component: 1550 - total flux cleaned = 0.0179661 Jy ! Component: 1600 - total flux cleaned = 0.0181059 Jy ! Component: 1650 - total flux cleaned = 0.0183801 Jy ! Component: 1700 - total flux cleaned = 0.0185826 Jy ! Component: 1750 - total flux cleaned = 0.018848 Jy ! Component: 1800 - total flux cleaned = 0.0190107 Jy ! Component: 1850 - total flux cleaned = 0.0191079 Jy ! Component: 1900 - total flux cleaned = 0.0193622 Jy ! Component: 1950 - total flux cleaned = 0.0196116 Jy ! Component: 2000 - total flux cleaned = 0.0197038 Jy ! Total flux subtracted in 2048 components = 0.0199763 Jy ! Clean residual min=-0.001792 max=0.001542 Jy/beam ! Clean residual mean=0.000068 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.353565 Jy keep ! Adding 146 model components to the UV plane model. ! The established model now contains 186 components and 0.353565 Jy ![Exited script file: muppet] wmap "J1248-0632_S_1997_05_07_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.599 x 8.942 at -0.8728 degrees (North through East) ! Clean map min=-0.0035292 max=0.31655 Jy/beam ! Writing clean map to FITS file: J1248-0632_S_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.316553 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000665133 device "J1248-0632_S_1997_05_07_yyk\_map.eps/VPS" ! Attempting to open device: 'J1248-0632_S_1997_05_07_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.630352 0.630352 1.2607 2.52141 5.04282 10.0856 20.1713 40.3425 80.6851 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.316 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.599 x 8.942 at -0.8728 degrees (North through East) ! Clean map min=-0.0035292 max=0.31655 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1248-0632_S_1997_05_07_yyk\_map.gif/gif" ! Attempting to open device: 'J1248-0632_S_1997_05_07_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1248-0632_S_1997_05_07_yyk_uvs.log closed on Sun Jan 7 18:09:16 2007