! Started logfile: J0800-2302_X_2005_06_01_yyk_uvs.log on Sat Oct 8 17:09:00 2005 obs J0800-2302_X_2005_06_01_yyk_uve.fits ! Reading UV FITS file: J0800-2302_X_2005_06_01_yyk_uve.fits ! AN table 1: 18 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.955556 visibilities/baseline/integration-bin. ! Found source: J0800-2302 ! ! 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 1617 lines of history. ! ! Reading 3096 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 J0800-2302_X_2005_06_01_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.173363 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.7991 mas, bmaj=3.888 mas, bpa=-17.35 degrees ! Estimated noise=1.26137 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.139097 Jy ! Component: 100 - total flux cleaned = 0.159398 Jy ! Total flux subtracted in 100 components = 0.159398 Jy ! Clean residual min=-0.006561 max=0.007578 Jy/beam ! Clean residual mean=-0.000020 rms=0.001801 Jy/beam ! Combined flux in latest and established models = 0.159398 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.159398 Jy ! ! Correcting IF 1. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.057956Jy sigma=1.060515 ! Fit after self-cal, rms=0.057693Jy sigma=1.055008 ! Inverting map and beam ! Estimated beam: bmin=0.7991 mas, bmaj=3.888 mas, bpa=-17.35 degrees ! Estimated noise=1.26137 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=1.081 mas, bmaj=4.166 mas, bpa=-16.1 degrees ! Estimated noise=0.819203 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.0092575 Jy ! Component: 100 - total flux cleaned = 0.0129402 Jy ! Component: 150 - total flux cleaned = 0.0142967 Jy ! Component: 200 - total flux cleaned = 0.0144627 Jy ! Total flux subtracted in 200 components = 0.0144627 Jy ! Clean residual min=-0.004052 max=0.004209 Jy/beam ! Clean residual mean=-0.000033 rms=0.001168 Jy/beam ! Combined flux in latest and established models = 0.17386 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 43 components and 0.17386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056750Jy sigma=1.035255 ! Fit after self-cal, rms=0.056723Jy sigma=1.034744 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.081 x 4.166 at -16.1 degrees (North through East) ! Clean map min=-0.0038774 max=0.1632 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.00559 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.98 HN 1.00* KP 0.96 ! LA 1.02 MK 1.02 NL 1.00 OV 1.03 ! PT 1.00 SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.0121 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 1.00* KP 0.92 ! LA 0.98 MK 0.96 NL 0.97 OV 1.05 ! PT 1.00 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.999823 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.01 HN 1.00* KP 0.85 ! LA 1.00 MK 1.03 NL 0.99 OV 1.08 ! PT 1.02 SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.983753 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.02 HN 1.00* KP 0.98 ! LA 1.01 MK 1.04 NL 0.99 OV 1.06 ! PT 1.09 SC 1.00* ! ! ! Fit before self-cal, rms=0.056723Jy sigma=1.034744 ! Fit after self-cal, rms=0.055765Jy sigma=1.017671 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.055765Jy sigma=1.017671 ! Fit after self-cal, rms=0.055757Jy sigma=1.017497 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.087 mas, bmaj=4.163 mas, bpa=-16.06 degrees ! Estimated noise=0.818297 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.000796234 Jy ! Component: 100 - total flux cleaned = 0.000838345 Jy ! Component: 150 - total flux cleaned = 0.00083821 Jy ! Component: 200 - total flux cleaned = 0.000839395 Jy ! Total flux subtracted in 200 components = 0.000839395 Jy ! Clean residual min=-0.003091 max=0.002838 Jy/beam ! Clean residual mean=-0.000016 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.1747 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 56 components and 0.1747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055700Jy sigma=1.016324 ! Fit after self-cal, rms=0.055686Jy sigma=1.016097 ! 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.055686Jy sigma=1.016097 ! Fit after self-cal, rms=0.053026Jy sigma=0.960735 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.00109298 Jy ! Component: 100 - total flux cleaned = 0.00109276 Jy ! Component: 150 - total flux cleaned = 0.00105783 Jy ! Component: 200 - total flux cleaned = 0.00105812 Jy ! Total flux subtracted in 200 components = 0.00105812 Jy ! Clean residual min=-0.002978 max=0.002942 Jy/beam ! Clean residual mean=-0.000021 rms=0.000828 Jy/beam ! Combined flux in latest and established models = 0.175758 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 61 components and 0.175758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052990Jy sigma=0.959866 ! Fit after self-cal, rms=0.052904Jy sigma=0.957508 ! 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: 1.087 x 4.163 at -16.06 degrees (North through East) ! Clean map min=-0.0029529 max=0.16432 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.052904Jy sigma=0.957508 ! Fit after self-cal, rms=0.052748Jy sigma=0.951414 ! 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.052748Jy sigma=0.951414 ! Fit after self-cal, rms=0.052753Jy sigma=0.951200 ! Inverting map and beam ! Estimated beam: bmin=1.078 mas, bmaj=4.178 mas, bpa=-16.24 degrees ! Estimated noise=0.815067 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 8.67697e-05 Jy ! Component: 100 - total flux cleaned = 8.21606e-05 Jy ! Component: 150 - total flux cleaned = 0.000111108 Jy ! Component: 200 - total flux cleaned = 0.000160879 Jy ! Total flux subtracted in 200 components = 0.000160879 Jy ! Clean residual min=-0.002980 max=0.002751 Jy/beam ! Clean residual mean=-0.000028 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.175919 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 68 components and 0.175919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052726Jy sigma=0.950647 ! Fit after self-cal, rms=0.052728Jy sigma=0.950606 ! 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.052728Jy sigma=0.950606 ! Fit after self-cal, rms=0.052252Jy sigma=0.927647 ! 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.052252Jy sigma=0.927647 ! Fit after self-cal, rms=0.052258Jy sigma=0.927560 ! Inverting map and beam ! Estimated beam: bmin=1.083 mas, bmaj=4.188 mas, bpa=-16.2 degrees ! Estimated noise=0.813541 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000190318 Jy ! Component: 100 - total flux cleaned = -0.000242414 Jy ! Component: 150 - total flux cleaned = -0.000242613 Jy ! Component: 200 - total flux cleaned = -0.00022255 Jy ! Total flux subtracted in 200 components = -0.00022255 Jy ! Clean residual min=-0.002797 max=0.002790 Jy/beam ! Clean residual mean=-0.000024 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.175696 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 74 components and 0.175696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052234Jy sigma=0.927212 ! Fit after self-cal, rms=0.052237Jy sigma=0.927192 ! 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.625 mas, bmaj=6.037 mas, bpa=5.68 degrees ! Estimated noise=0.932955 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.000170033 Jy ! Component: 100 - total flux cleaned = -0.000169207 Jy ! Component: 150 - total flux cleaned = -0.000169157 Jy ! Component: 200 - total flux cleaned = -0.000187457 Jy ! Total flux subtracted in 200 components = -0.000187457 Jy ! Clean residual min=-0.002620 max=0.002737 Jy/beam ! Clean residual mean=-0.000038 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.175509 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 81 components and 0.175509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052234Jy sigma=0.927142 ! Fit after self-cal, rms=0.052234Jy sigma=0.927122 ! 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.8012 mas, bmaj=3.892 mas, bpa=-17.37 degrees ! Estimated noise=1.25714 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.139613 Jy ! Component: 100 - total flux cleaned = 0.159782 Jy ! Component: 150 - total flux cleaned = 0.167533 Jy ! Component: 200 - total flux cleaned = 0.172335 Jy ! Total flux subtracted in 200 components = 0.172335 Jy ! Clean residual min=-0.005454 max=0.004263 Jy/beam ! Clean residual mean=-0.000014 rms=0.001343 Jy/beam ! Combined flux in latest and established models = 0.172335 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.172335 Jy ! Inverting map and beam ! Estimated beam: bmin=1.083 mas, bmaj=4.188 mas, bpa=-16.2 degrees ! Estimated noise=0.813541 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.00347071 Jy ! Component: 100 - total flux cleaned = 0.00396019 Jy ! Component: 150 - total flux cleaned = 0.00396319 Jy ! Component: 200 - total flux cleaned = 0.00396465 Jy ! Total flux subtracted in 200 components = 0.00396465 Jy ! Clean residual min=-0.003054 max=0.002969 Jy/beam ! Clean residual mean=-0.000024 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.176299 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 36 components and 0.176299 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.625 mas, bmaj=6.037 mas, bpa=5.68 degrees ! Estimated noise=0.932955 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.000323813 Jy ! Component: 100 - total flux cleaned = -0.00036395 Jy ! Component: 150 - total flux cleaned = -0.000437665 Jy ! Component: 200 - total flux cleaned = -0.000502079 Jy ! Total flux subtracted in 200 components = -0.000502079 Jy ! Clean residual min=-0.002645 max=0.002787 Jy/beam ! Clean residual mean=-0.000038 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.175797 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.175797 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.083 mas, bmaj=4.188 mas, bpa=-16.2 degrees ! Estimated noise=0.813541 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 7.36334e-06 Jy ! Component: 100 - total flux cleaned = 4.17563e-05 Jy ! Component: 150 - total flux cleaned = 7.23397e-05 Jy ! Component: 200 - total flux cleaned = 0.000129302 Jy ! Total flux subtracted in 200 components = 0.000129302 Jy ! Clean residual min=-0.002858 max=0.002892 Jy/beam ! Clean residual mean=-0.000024 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.175926 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 54 components and 0.175926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052271Jy sigma=0.927901 ! Fit after self-cal, rms=0.052268Jy sigma=0.927886 wmodel J0800-2302_X_2005_06_01_yyk\_map.mod ! Writing 54 model components to file: J0800-2302_X_2005_06_01_yyk_map.mod wobs J0800-2302_X_2005_06_01_yyk\_uvs.fits ! Writing UV FITS file: J0800-2302_X_2005_06_01_yyk_uvs.fits wwins J0800-2302_X_2005_06_01_yyk\_map.win ! wwins: Wrote 1 windows to J0800-2302_X_2005_06_01_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.000422052 Jy ! Component: 100 - total flux cleaned = 0.000425395 Jy ! Component: 150 - total flux cleaned = 0.000298728 Jy ! Component: 200 - total flux cleaned = 0.000138553 Jy ! Component: 250 - total flux cleaned = -9.27255e-05 Jy ! Component: 300 - total flux cleaned = -0.000278041 Jy ! Component: 350 - total flux cleaned = -0.000456779 Jy ! Component: 400 - total flux cleaned = -0.00069689 Jy ! Component: 450 - total flux cleaned = -0.000830528 Jy ! Component: 500 - total flux cleaned = -0.000992923 Jy ! Component: 550 - total flux cleaned = -0.00111935 Jy ! Component: 600 - total flux cleaned = -0.00130405 Jy ! Component: 650 - total flux cleaned = -0.00139413 Jy ! Component: 700 - total flux cleaned = -0.00153977 Jy ! Component: 750 - total flux cleaned = -0.0016248 Jy ! Component: 800 - total flux cleaned = -0.00170752 Jy ! Component: 850 - total flux cleaned = -0.00181544 Jy ! Component: 900 - total flux cleaned = -0.00192127 Jy ! Component: 950 - total flux cleaned = -0.00202408 Jy ! Component: 1000 - total flux cleaned = -0.00199905 Jy ! Component: 1050 - total flux cleaned = -0.0020981 Jy ! Component: 1100 - total flux cleaned = -0.00214564 Jy ! Component: 1150 - total flux cleaned = -0.00214598 Jy ! Component: 1200 - total flux cleaned = -0.00219249 Jy ! Component: 1250 - total flux cleaned = -0.0023059 Jy ! Component: 1300 - total flux cleaned = -0.00232798 Jy ! Component: 1350 - total flux cleaned = -0.00237127 Jy ! Component: 1400 - total flux cleaned = -0.00239261 Jy ! Component: 1450 - total flux cleaned = -0.00239278 Jy ! Component: 1500 - total flux cleaned = -0.00247513 Jy ! Component: 1550 - total flux cleaned = -0.00253538 Jy ! Component: 1600 - total flux cleaned = -0.00257497 Jy ! Component: 1650 - total flux cleaned = -0.00265388 Jy ! Component: 1700 - total flux cleaned = -0.00273125 Jy ! Component: 1750 - total flux cleaned = -0.00278836 Jy ! Component: 1800 - total flux cleaned = -0.00282599 Jy ! Component: 1850 - total flux cleaned = -0.0028816 Jy ! Component: 1900 - total flux cleaned = -0.00291829 Jy ! Component: 1950 - total flux cleaned = -0.00295444 Jy ! Component: 2000 - total flux cleaned = -0.00304313 Jy ! Total flux subtracted in 2048 components = -0.00304314 Jy ! Clean residual min=-0.001002 max=0.001067 Jy/beam ! Clean residual mean=-0.000008 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.172883 Jy keep ! Adding 139 model components to the UV plane model. ! The established model now contains 193 components and 0.172883 Jy ![Exited script file: muppet] wmap "J0800-2302_X_2005_06_01_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.083 x 4.188 at -16.2 degrees (North through East) ! Clean map min=-0.0019346 max=0.16186 Jy/beam ! Writing clean map to FITS file: J0800-2302_X_2005_06_01_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.161859 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000356627 device "J0800-2302_X_2005_06_01_yyk\_map.eps/VPS" ! Attempting to open device: 'J0800-2302_X_2005_06_01_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.660997 0.660997 1.32199 2.64399 5.28797 10.5759 21.1519 42.3038 84.6076 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.161 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.083 x 4.188 at -16.2 degrees (North through East) ! Clean map min=-0.0019346 max=0.16186 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0800-2302_X_2005_06_01_yyk\_map.gif/gif" ! Attempting to open device: 'J0800-2302_X_2005_06_01_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0800-2302_X_2005_06_01_yyk_uvs.log closed on Sat Oct 8 17:09:04 2005