! Started logfile: J0929-3801_S_2002_05_14_yyk_uvs.log on Tue Jun 26 22:37:37 2007 obs J0929-3801_S_2002_05_14_yyk_uva.fits ! Reading UV FITS file: J0929-3801_S_2002_05_14_yyk_uva.fits ! AN table 1: 37 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.774174 visibilities/baseline/integration-bin. ! Found source: J0929-3801 ! ! 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.22947e+09 8e+06 1 8e+06 ! 02 2 2.25947e+09 8e+06 1 8e+06 ! 03 3 2.34947e+09 8e+06 1 8e+06 ! 04 4 2.36947e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1153 lines of history. ! ! Reading 5156 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 J0929-3801_S_2002_05_14_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.397065 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.447 mas, bmaj=6.802 mas, bpa=8.885 degrees ! Estimated noise=3811.07 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.256509 Jy ! Component: 100 - total flux cleaned = 0.319841 Jy ! Total flux subtracted in 100 components = 0.319841 Jy ! Clean residual min=-0.017026 max=0.026602 Jy/beam ! Clean residual mean=0.000433 rms=0.005913 Jy/beam ! Combined flux in latest and established models = 0.31984 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.31984 Jy ! ! Correcting IF 1. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 83 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.243343Jy sigma=0.001231 ! Fit after self-cal, rms=0.243148Jy sigma=0.001230 ! Inverting map and beam ! Estimated beam: bmin=2.447 mas, bmaj=6.802 mas, bpa=8.885 degrees ! Estimated noise=3812.44 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.108 mas, bmaj=8.372 mas, bpa=5.44 degrees ! Estimated noise=1867.89 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.0359828 Jy ! Component: 100 - total flux cleaned = 0.0476064 Jy ! Component: 150 - total flux cleaned = 0.0520636 Jy ! Component: 200 - total flux cleaned = 0.0534112 Jy ! Total flux subtracted in 200 components = 0.0534112 Jy ! Clean residual min=-0.009823 max=0.013196 Jy/beam ! Clean residual mean=0.000563 rms=0.003096 Jy/beam ! Combined flux in latest and established models = 0.373252 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 37 model components to the UV plane model. ! The established model now contains 50 components and 0.373252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.240295Jy sigma=0.001211 ! Fit after self-cal, rms=0.240295Jy sigma=0.001211 ! 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.108 x 8.372 at 5.44 degrees (North through East) ! Clean map min=-0.0098043 max=0.29553 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: 0.972323 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.10 HN 1.00* KP 0.95 ! LA 0.95 NL 1.16 OV 0.99 PT 1.01 ! SC 1.10 MK 1.04 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.98535 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 HN 1.00* KP 1.00* ! LA 0.95 NL 1.12 OV 1.00 PT 0.97 ! SC 1.02 MK 1.09 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.970914 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.90 HN 1.00* KP 0.98 ! LA 0.95 NL 1.23 OV 1.12 PT 1.18 ! SC 0.97 MK 0.97 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.0285 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.84 HN 1.00* KP 1.03 ! LA 0.82 NL 1.29 OV 0.89 PT 0.97 ! SC 0.91 MK 0.94 ! ! ! Fit before self-cal, rms=0.240295Jy sigma=0.001211 ! Fit after self-cal, rms=0.242181Jy sigma=0.001191 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.242181Jy sigma=0.001191 ! Fit after self-cal, rms=0.242186Jy sigma=0.001191 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.117 mas, bmaj=8.38 mas, bpa=5.732 degrees ! Estimated noise=1821.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) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00616203 Jy ! Component: 100 - total flux cleaned = -0.00774573 Jy ! Component: 150 - total flux cleaned = -0.0079409 Jy ! Component: 200 - total flux cleaned = -0.00809841 Jy ! Total flux subtracted in 200 components = -0.00809841 Jy ! Clean residual min=-0.005599 max=0.006167 Jy/beam ! Clean residual mean=0.000091 rms=0.001656 Jy/beam ! Combined flux in latest and established models = 0.365153 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 61 components and 0.365153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.242081Jy sigma=0.001191 ! Fit after self-cal, rms=0.242077Jy sigma=0.001191 ! 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.242077Jy sigma=0.001191 ! Fit after self-cal, rms=0.240807Jy sigma=0.001183 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.000774807 Jy ! Component: 100 - total flux cleaned = 0.000699635 Jy ! Component: 150 - total flux cleaned = 0.000664093 Jy ! Component: 200 - total flux cleaned = 0.000628761 Jy ! Total flux subtracted in 200 components = 0.000628761 Jy ! Clean residual min=-0.005402 max=0.006201 Jy/beam ! Clean residual mean=0.000077 rms=0.001656 Jy/beam ! Combined flux in latest and established models = 0.365782 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 77 components and 0.365782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.240798Jy sigma=0.001183 ! Fit after self-cal, rms=0.240636Jy sigma=0.001182 ! 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.117 x 8.38 at 5.732 degrees (North through East) ! Clean map min=-0.0054203 max=0.29417 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.240636Jy sigma=0.001182 ! Fit after self-cal, rms=0.240678Jy sigma=0.001178 ! 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.240678Jy sigma=0.001178 ! Fit after self-cal, rms=0.240651Jy sigma=0.001178 ! Inverting map and beam ! Estimated beam: bmin=3.106 mas, bmaj=8.353 mas, bpa=5.713 degrees ! Estimated noise=1815.38 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000143934 Jy ! Component: 100 - total flux cleaned = -0.000224557 Jy ! Component: 150 - total flux cleaned = -0.000299575 Jy ! Component: 200 - total flux cleaned = -0.000373038 Jy ! Total flux subtracted in 200 components = -0.000373038 Jy ! Clean residual min=-0.005138 max=0.006316 Jy/beam ! Clean residual mean=0.000092 rms=0.001612 Jy/beam ! Combined flux in latest and established models = 0.365409 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 80 components and 0.365409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.240640Jy sigma=0.001178 ! Fit after self-cal, rms=0.240640Jy sigma=0.001178 ! 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.240640Jy sigma=0.001178 ! Fit after self-cal, rms=0.241362Jy sigma=0.001175 ! 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.241362Jy sigma=0.001175 ! Fit after self-cal, rms=0.241370Jy sigma=0.001175 ! Inverting map and beam ! Estimated beam: bmin=3.103 mas, bmaj=8.343 mas, bpa=5.697 degrees ! Estimated noise=1815.44 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000560711 Jy ! Component: 100 - total flux cleaned = 0.000521285 Jy ! Component: 150 - total flux cleaned = 0.000451347 Jy ! Component: 200 - total flux cleaned = 0.000415424 Jy ! Total flux subtracted in 200 components = 0.000415424 Jy ! Clean residual min=-0.005196 max=0.006150 Jy/beam ! Clean residual mean=0.000091 rms=0.001597 Jy/beam ! Combined flux in latest and established models = 0.365824 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 82 components and 0.365824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.241362Jy sigma=0.001175 ! Fit after self-cal, rms=0.241376Jy sigma=0.001175 ! 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=9.337 mas, bmaj=32.23 mas, bpa=9.532 degrees ! Estimated noise=2304.85 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.000142126 Jy ! Component: 100 - total flux cleaned = 0.000141098 Jy ! Component: 150 - total flux cleaned = 0.00013968 Jy ! Component: 200 - total flux cleaned = 0.000139297 Jy ! Total flux subtracted in 200 components = 0.000139297 Jy ! Clean residual min=-0.005639 max=0.004909 Jy/beam ! Clean residual mean=0.000169 rms=0.001997 Jy/beam ! Combined flux in latest and established models = 0.365964 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 86 components and 0.365963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.241380Jy sigma=0.001175 ! Fit after self-cal, rms=0.241390Jy sigma=0.001175 ! 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.442 mas, bmaj=6.77 mas, bpa=9.04 degrees ! Estimated noise=3794.76 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.256771 Jy ! Component: 100 - total flux cleaned = 0.320733 Jy ! Component: 150 - total flux cleaned = 0.34782 Jy ! Component: 200 - total flux cleaned = 0.36053 Jy ! Total flux subtracted in 200 components = 0.36053 Jy ! Clean residual min=-0.011118 max=0.011828 Jy/beam ! Clean residual mean=0.000051 rms=0.003447 Jy/beam ! Combined flux in latest and established models = 0.360529 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.360529 Jy ! Inverting map and beam ! Estimated beam: bmin=3.103 mas, bmaj=8.343 mas, bpa=5.697 degrees ! Estimated noise=1815.44 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.00539545 Jy ! Component: 100 - total flux cleaned = 0.00555961 Jy ! Component: 150 - total flux cleaned = 0.00557785 Jy ! Component: 200 - total flux cleaned = 0.00550923 Jy ! Total flux subtracted in 200 components = 0.00550923 Jy ! Clean residual min=-0.005512 max=0.006144 Jy/beam ! Clean residual mean=0.000089 rms=0.001582 Jy/beam ! Combined flux in latest and established models = 0.366039 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 46 components and 0.366039 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=9.337 mas, bmaj=32.23 mas, bpa=9.532 degrees ! Estimated noise=2304.85 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.000158385 Jy ! Component: 100 - total flux cleaned = -0.000157565 Jy ! Component: 150 - total flux cleaned = -0.000158742 Jy ! Component: 200 - total flux cleaned = -0.000159862 Jy ! Total flux subtracted in 200 components = -0.000159862 Jy ! Clean residual min=-0.005752 max=0.005043 Jy/beam ! Clean residual mean=0.000171 rms=0.001978 Jy/beam ! Combined flux in latest and established models = 0.365879 Jy ! Adding 4 model components to the UV plane model. ! The established model now contains 49 components and 0.365879 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.103 mas, bmaj=8.343 mas, bpa=5.697 degrees ! Estimated noise=1815.44 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000234984 Jy ! Component: 100 - total flux cleaned = -0.000230071 Jy ! Component: 150 - total flux cleaned = -0.000271347 Jy ! Component: 200 - total flux cleaned = -0.000308054 Jy ! Total flux subtracted in 200 components = -0.000308054 Jy ! Clean residual min=-0.004913 max=0.006046 Jy/beam ! Clean residual mean=0.000094 rms=0.001566 Jy/beam ! Combined flux in latest and established models = 0.365571 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 63 components and 0.365571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.241432Jy sigma=0.001175 ! Fit after self-cal, rms=0.241437Jy sigma=0.001175 wmodel J0929-3801_S_2002_05_14_yyk\_map.mod ! Writing 63 model components to file: J0929-3801_S_2002_05_14_yyk_map.mod wobs J0929-3801_S_2002_05_14_yyk\_uvs.fits ! Writing UV FITS file: J0929-3801_S_2002_05_14_yyk_uvs.fits wwins J0929-3801_S_2002_05_14_yyk\_map.win ! wwins: Wrote 1 windows to J0929-3801_S_2002_05_14_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.00199099 Jy ! Component: 100 - total flux cleaned = 0.0025132 Jy ! Component: 150 - total flux cleaned = 0.0026757 Jy ! Component: 200 - total flux cleaned = 0.00297454 Jy ! Component: 250 - total flux cleaned = 0.00318371 Jy ! Component: 300 - total flux cleaned = 0.00365388 Jy ! Component: 350 - total flux cleaned = 0.00423137 Jy ! Component: 400 - total flux cleaned = 0.00460108 Jy ! Component: 450 - total flux cleaned = 0.00483804 Jy ! Component: 500 - total flux cleaned = 0.0051238 Jy ! Component: 550 - total flux cleaned = 0.00540041 Jy ! Component: 600 - total flux cleaned = 0.00545347 Jy ! Component: 650 - total flux cleaned = 0.00560898 Jy ! Component: 700 - total flux cleaned = 0.0057609 Jy ! Component: 750 - total flux cleaned = 0.0060073 Jy ! Component: 800 - total flux cleaned = 0.00624695 Jy ! Component: 850 - total flux cleaned = 0.00652784 Jy ! Component: 900 - total flux cleaned = 0.00671082 Jy ! Component: 950 - total flux cleaned = 0.00697884 Jy ! Component: 1000 - total flux cleaned = 0.00719648 Jy ! Component: 1050 - total flux cleaned = 0.00740918 Jy ! Component: 1100 - total flux cleaned = 0.0075754 Jy ! Component: 1150 - total flux cleaned = 0.00757509 Jy ! Component: 1200 - total flux cleaned = 0.00765475 Jy ! Component: 1250 - total flux cleaned = 0.00769459 Jy ! Component: 1300 - total flux cleaned = 0.00780978 Jy ! Component: 1350 - total flux cleaned = 0.00777223 Jy ! Component: 1400 - total flux cleaned = 0.00780977 Jy ! Component: 1450 - total flux cleaned = 0.00784589 Jy ! Component: 1500 - total flux cleaned = 0.00777419 Jy ! Component: 1550 - total flux cleaned = 0.00780988 Jy ! Component: 1600 - total flux cleaned = 0.007845 Jy ! Component: 1650 - total flux cleaned = 0.00787951 Jy ! Component: 1700 - total flux cleaned = 0.00791373 Jy ! Component: 1750 - total flux cleaned = 0.00801537 Jy ! Component: 1800 - total flux cleaned = 0.00811627 Jy ! Component: 1850 - total flux cleaned = 0.00824941 Jy ! Component: 1900 - total flux cleaned = 0.0082829 Jy ! Component: 1950 - total flux cleaned = 0.0085757 Jy ! Component: 2000 - total flux cleaned = 0.00863992 Jy ! Total flux subtracted in 2048 components = 0.00883132 Jy ! Clean residual min=-0.002284 max=0.001772 Jy/beam ! Clean residual mean=0.000013 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.374402 Jy keep ! Adding 123 model components to the UV plane model. ! The established model now contains 186 components and 0.374402 Jy ![Exited script file: muppet] wmap "J0929-3801_S_2002_05_14_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.103 x 8.343 at 5.697 degrees (North through East) ! Clean map min=-0.0040949 max=0.30114 Jy/beam ! Writing clean map to FITS file: J0929-3801_S_2002_05_14_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.301136 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000644163 device "J0929-3801_S_2002_05_14_yyk\_map.eps/VPS" ! Attempting to open device: 'J0929-3801_S_2002_05_14_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.641732 0.641732 1.28346 2.56693 5.13386 10.2677 20.5354 41.0709 82.1417 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.301 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.103 x 8.343 at 5.697 degrees (North through East) ! Clean map min=-0.0040949 max=0.30114 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0929-3801_S_2002_05_14_yyk\_map.gif/gif" ! Attempting to open device: 'J0929-3801_S_2002_05_14_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0929-3801_S_2002_05_14_yyk_uvs.log closed on Tue Jun 26 22:37:44 2007