! Started logfile: J0402-3147_X_2005_06_30_yyk_uvs.log on Sat Oct 8 16:55:17 2005 obs J0402-3147_X_2005_06_30_yyk_uve.fits ! Reading UV FITS file: J0402-3147_X_2005_06_30_yyk_uve.fits ! AN table 1: 5 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.773333 visibilities/baseline/integration-bin. ! Found source: J0402-3147 ! ! 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.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1460 lines of history. ! ! Reading 696 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 J0402-3147_X_2005_06_30_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.536343 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.7219 mas, bmaj=1.787 mas, bpa=-5.536 degrees ! Estimated noise=2.48788 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.436391 Jy ! Component: 100 - total flux cleaned = 0.52755 Jy ! Total flux subtracted in 100 components = 0.52755 Jy ! Clean residual min=-0.025176 max=0.037126 Jy/beam ! Clean residual mean=-0.000160 rms=0.006582 Jy/beam ! Combined flux in latest and established models = 0.52755 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.52755 Jy ! ! Correcting IF 1. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.093524Jy sigma=1.545114 ! Fit after self-cal, rms=0.093044Jy sigma=1.536447 ! Inverting map and beam ! Estimated beam: bmin=0.7219 mas, bmaj=1.787 mas, bpa=-5.536 degrees ! Estimated noise=2.48788 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.8791 mas, bmaj=2.272 mas, bpa=-5.071 degrees ! Estimated noise=1.84643 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.0431781 Jy ! Component: 100 - total flux cleaned = 0.0563013 Jy ! Component: 150 - total flux cleaned = 0.0604275 Jy ! Component: 200 - total flux cleaned = 0.0608922 Jy ! Total flux subtracted in 200 components = 0.0608922 Jy ! Clean residual min=-0.018854 max=0.019761 Jy/beam ! Clean residual mean=-0.000019 rms=0.004760 Jy/beam ! Combined flux in latest and established models = 0.588443 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 25 components and 0.588443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081919Jy sigma=1.305672 ! Fit after self-cal, rms=0.081876Jy sigma=1.305128 ! 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.8791 x 2.272 at -5.071 degrees (North through East) ! Clean map min=-0.017197 max=0.51645 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.00942 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.98 HN 1.00* KP 0.93 ! LA 0.97 MK 0.98 NL 1.09 OV 1.03 ! PT 0.96 SC 0.95 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.02126 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.95 HN 1.00* KP 0.90 ! LA 0.96 MK 0.97 NL 1.07 OV 1.03 ! PT 0.99 SC 0.92 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.98941 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00 HN 1.00* KP 0.84 ! LA 0.99 MK 1.05 NL 1.06 OV 1.08 ! PT 1.05 SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.948212 ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.04 HN 1.00* KP 0.94 ! LA 0.99 MK 1.06 NL 1.08 OV 1.04 ! PT 1.13 SC 1.19 ! ! ! Fit before self-cal, rms=0.081876Jy sigma=1.305128 ! Fit after self-cal, rms=0.072616Jy sigma=1.113518 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.072616Jy sigma=1.113518 ! Fit after self-cal, rms=0.072634Jy sigma=1.113463 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8835 mas, bmaj=2.295 mas, bpa=-4.954 degrees ! Estimated noise=1.82511 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.00631269 Jy ! Component: 100 - total flux cleaned = -0.00828913 Jy ! Component: 150 - total flux cleaned = -0.0084592 Jy ! Component: 200 - total flux cleaned = -0.00851145 Jy ! Total flux subtracted in 200 components = -0.00851145 Jy ! Clean residual min=-0.008562 max=0.007620 Jy/beam ! Clean residual mean=-0.000023 rms=0.002175 Jy/beam ! Combined flux in latest and established models = 0.579931 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 37 components and 0.579931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072072Jy sigma=1.106587 ! Fit after self-cal, rms=0.072071Jy sigma=1.106566 ! 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.072071Jy sigma=1.106566 ! Fit after self-cal, rms=0.070553Jy sigma=1.072373 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.000276945 Jy ! Component: 100 - total flux cleaned = 0.000229893 Jy ! Component: 150 - total flux cleaned = 0.000182779 Jy ! Component: 200 - total flux cleaned = 0.000139173 Jy ! Total flux subtracted in 200 components = 0.000139173 Jy ! Clean residual min=-0.008632 max=0.007667 Jy/beam ! Clean residual mean=-0.000022 rms=0.002145 Jy/beam ! Combined flux in latest and established models = 0.58007 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 38 components and 0.58007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070488Jy sigma=1.071597 ! Fit after self-cal, rms=0.070512Jy sigma=1.069783 ! 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.8835 x 2.295 at -4.954 degrees (North through East) ! Clean map min=-0.0077962 max=0.51644 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.070512Jy sigma=1.069783 ! Fit after self-cal, rms=0.065330Jy sigma=0.946868 ! 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.065330Jy sigma=0.946868 ! Fit after self-cal, rms=0.065360Jy sigma=0.946736 ! Inverting map and beam ! Estimated beam: bmin=0.8846 mas, bmaj=2.298 mas, bpa=-4.884 degrees ! Estimated noise=1.82214 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000177916 Jy ! Component: 100 - total flux cleaned = -0.000213231 Jy ! Component: 150 - total flux cleaned = -0.000247668 Jy ! Component: 200 - total flux cleaned = -0.00028167 Jy ! Total flux subtracted in 200 components = -0.00028167 Jy ! Clean residual min=-0.005766 max=0.006902 Jy/beam ! Clean residual mean=-0.000035 rms=0.001752 Jy/beam ! Combined flux in latest and established models = 0.579789 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 43 components and 0.579789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065316Jy sigma=0.946184 ! Fit after self-cal, rms=0.065324Jy sigma=0.946162 ! 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.065324Jy sigma=0.946162 ! Fit after self-cal, rms=0.064614Jy sigma=0.932787 ! 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.064614Jy sigma=0.932787 ! Fit after self-cal, rms=0.064618Jy sigma=0.932781 ! Inverting map and beam ! Estimated beam: bmin=0.8847 mas, bmaj=2.298 mas, bpa=-4.824 degrees ! Estimated noise=1.82134 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000214412 Jy ! Component: 100 - total flux cleaned = -0.000247933 Jy ! Component: 150 - total flux cleaned = -0.00027896 Jy ! Component: 200 - total flux cleaned = -0.000309192 Jy ! Total flux subtracted in 200 components = -0.000309192 Jy ! Clean residual min=-0.005778 max=0.006923 Jy/beam ! Clean residual mean=-0.000039 rms=0.001756 Jy/beam ! Combined flux in latest and established models = 0.579479 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 43 components and 0.579479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064586Jy sigma=0.932353 ! Fit after self-cal, rms=0.064585Jy sigma=0.932346 ! 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.718 mas, bmaj=8.08 mas, bpa=-1.616 degrees ! Estimated noise=2.28386 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.000208528 Jy ! Component: 100 - total flux cleaned = -0.000207565 Jy ! Component: 150 - total flux cleaned = -0.000204931 Jy ! Component: 200 - total flux cleaned = -0.000202686 Jy ! Total flux subtracted in 200 components = -0.000202686 Jy ! Clean residual min=-0.005979 max=0.008458 Jy/beam ! Clean residual mean=-0.000073 rms=0.002291 Jy/beam ! Combined flux in latest and established models = 0.579277 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 5 model components to the UV plane model. ! The established model now contains 46 components and 0.579277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064648Jy sigma=0.932820 ! Fit after self-cal, rms=0.064607Jy sigma=0.932369 ! Inverting map uvtaper 0,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.7291 mas, bmaj=1.806 mas, bpa=-5.788 degrees ! Estimated noise=2.52762 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.442297 Jy ! Component: 100 - total flux cleaned = 0.53041 Jy ! Component: 150 - total flux cleaned = 0.561765 Jy ! Component: 200 - total flux cleaned = 0.574692 Jy ! Total flux subtracted in 200 components = 0.574692 Jy ! Clean residual min=-0.010626 max=0.009733 Jy/beam ! Clean residual mean=-0.000032 rms=0.002723 Jy/beam ! Combined flux in latest and established models = 0.574692 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.574692 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8847 mas, bmaj=2.298 mas, bpa=-4.824 degrees ! Estimated noise=1.82134 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.00435358 Jy ! Component: 100 - total flux cleaned = 0.0046664 Jy ! Component: 150 - total flux cleaned = 0.00484653 Jy ! Component: 200 - total flux cleaned = 0.0048398 Jy ! Total flux subtracted in 200 components = 0.0048398 Jy ! Clean residual min=-0.006220 max=0.007419 Jy/beam ! Clean residual mean=-0.000039 rms=0.001793 Jy/beam ! Combined flux in latest and established models = 0.579532 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 23 components and 0.579532 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.718 mas, bmaj=8.08 mas, bpa=-1.616 degrees ! Estimated noise=2.28386 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.000250206 Jy ! Component: 100 - total flux cleaned = -0.000243497 Jy ! Component: 150 - total flux cleaned = -0.00024006 Jy ! Component: 200 - total flux cleaned = -0.000237895 Jy ! Total flux subtracted in 200 components = -0.000237895 Jy ! Clean residual min=-0.005995 max=0.008462 Jy/beam ! Clean residual mean=-0.000073 rms=0.002291 Jy/beam ! Combined flux in latest and established models = 0.579294 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 30 components and 0.579294 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8847 mas, bmaj=2.298 mas, bpa=-4.824 degrees ! Estimated noise=1.82134 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 8.44791e-05 Jy ! Component: 100 - total flux cleaned = 1.29563e-05 Jy ! Component: 150 - total flux cleaned = -4.99098e-05 Jy ! Component: 200 - total flux cleaned = -0.000108778 Jy ! Total flux subtracted in 200 components = -0.000108778 Jy ! Clean residual min=-0.006227 max=0.007113 Jy/beam ! Clean residual mean=-0.000040 rms=0.001758 Jy/beam ! Combined flux in latest and established models = 0.579185 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 32 components and 0.579185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064864Jy sigma=0.934802 ! Fit after self-cal, rms=0.064826Jy sigma=0.934456 wmodel J0402-3147_X_2005_06_30_yyk\_map.mod ! Writing 32 model components to file: J0402-3147_X_2005_06_30_yyk_map.mod wobs J0402-3147_X_2005_06_30_yyk\_uvs.fits ! Writing UV FITS file: J0402-3147_X_2005_06_30_yyk_uvs.fits wwins J0402-3147_X_2005_06_30_yyk\_map.win ! wwins: Wrote 1 windows to J0402-3147_X_2005_06_30_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.00294755 Jy ! Component: 100 - total flux cleaned = 0.00337267 Jy ! Component: 150 - total flux cleaned = 0.0026999 Jy ! Component: 200 - total flux cleaned = 0.001992 Jy ! Component: 250 - total flux cleaned = 0.00125072 Jy ! Component: 300 - total flux cleaned = 0.000472353 Jy ! Component: 350 - total flux cleaned = -4.37597e-05 Jy ! Component: 400 - total flux cleaned = -0.000463607 Jy ! Component: 450 - total flux cleaned = -0.000466922 Jy ! Component: 500 - total flux cleaned = -9.1046e-05 Jy ! Component: 550 - total flux cleaned = 2.87982e-05 Jy ! Component: 600 - total flux cleaned = 0.00043941 Jy ! Component: 650 - total flux cleaned = 0.000720372 Jy ! Component: 700 - total flux cleaned = 0.000775209 Jy ! Component: 750 - total flux cleaned = 0.00093467 Jy ! Component: 800 - total flux cleaned = 0.00108934 Jy ! Component: 850 - total flux cleaned = 0.00123876 Jy ! Component: 900 - total flux cleaned = 0.00133541 Jy ! Component: 950 - total flux cleaned = 0.0014291 Jy ! Component: 1000 - total flux cleaned = 0.00138387 Jy ! Component: 1050 - total flux cleaned = 0.00133953 Jy ! Component: 1100 - total flux cleaned = 0.0012533 Jy ! Component: 1150 - total flux cleaned = 0.00121111 Jy ! Component: 1200 - total flux cleaned = 0.00121077 Jy ! Component: 1250 - total flux cleaned = 0.00113009 Jy ! Component: 1300 - total flux cleaned = 0.00101141 Jy ! Component: 1350 - total flux cleaned = 0.000933664 Jy ! Component: 1400 - total flux cleaned = 0.000819331 Jy ! Component: 1450 - total flux cleaned = 0.000745293 Jy ! Component: 1500 - total flux cleaned = 0.00067182 Jy ! Component: 1550 - total flux cleaned = 0.000563616 Jy ! Component: 1600 - total flux cleaned = 0.000386064 Jy ! Component: 1650 - total flux cleaned = 0.00021121 Jy ! Component: 1700 - total flux cleaned = 0.000176486 Jy ! Component: 1750 - total flux cleaned = 3.9621e-05 Jy ! Component: 1800 - total flux cleaned = -0.000161034 Jy ! Component: 1850 - total flux cleaned = -0.000292616 Jy ! Component: 1900 - total flux cleaned = -0.000357389 Jy ! Component: 1950 - total flux cleaned = -0.000517357 Jy ! Component: 2000 - total flux cleaned = -0.000611818 Jy ! Total flux subtracted in 2048 components = -0.000674553 Jy ! Clean residual min=-0.001948 max=0.001548 Jy/beam ! Clean residual mean=-0.000012 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.578511 Jy keep ! Adding 118 model components to the UV plane model. ! The established model now contains 150 components and 0.578511 Jy ![Exited script file: muppet] wmap "J0402-3147_X_2005_06_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8847 x 2.298 at -4.824 degrees (North through East) ! Clean map min=-0.0038413 max=0.51677 Jy/beam ! Writing clean map to FITS file: J0402-3147_X_2005_06_30_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.516767 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000563529 device "J0402-3147_X_2005_06_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J0402-3147_X_2005_06_30_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.327147 0.327147 0.654294 1.30859 2.61718 5.23436 10.4687 20.9374 41.8748 83.7497 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.516 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.8847 x 2.298 at -4.824 degrees (North through East) ! Clean map min=-0.0038413 max=0.51677 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0402-3147_X_2005_06_30_yyk\_map.gif/gif" ! Attempting to open device: 'J0402-3147_X_2005_06_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0402-3147_X_2005_06_30_yyk_uvs.log closed on Sat Oct 8 16:55:21 2005