! Started logfile: J0634-2335_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:03:47 2005 obs J0634-2335_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0634-2335_S_2005_05_12_yyk_uve.fits ! AN table 1: 13 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.904274 visibilities/baseline/integration-bin. ! Found source: J0634-2335 ! ! 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.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1442 lines of history. ! ! Reading 2116 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 J0634-2335_S_2005_05_12_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.497013 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.58 mas, bmaj=6.085 mas, bpa=3.391 degrees ! Estimated noise=1.5436 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.392656 Jy ! Component: 100 - total flux cleaned = 0.474369 Jy ! Total flux subtracted in 100 components = 0.474369 Jy ! Clean residual min=-0.015749 max=0.025283 Jy/beam ! Clean residual mean=-0.000066 rms=0.004782 Jy/beam ! Combined flux in latest and established models = 0.474369 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.474369 Jy ! ! Correcting IF 1. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.108590Jy sigma=1.600412 ! Fit after self-cal, rms=0.108418Jy sigma=1.595946 ! Inverting map and beam ! Estimated beam: bmin=2.58 mas, bmaj=6.085 mas, bpa=3.391 degrees ! Estimated noise=1.5436 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.356 mas, bmaj=8.093 mas, bpa=-2.34 degrees ! Estimated noise=1.02093 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.0357089 Jy ! Component: 100 - total flux cleaned = 0.0470123 Jy ! Component: 150 - total flux cleaned = 0.0510137 Jy ! Component: 200 - total flux cleaned = 0.0517207 Jy ! Total flux subtracted in 200 components = 0.0517207 Jy ! Clean residual min=-0.011911 max=0.010992 Jy/beam ! Clean residual mean=-0.000137 rms=0.003199 Jy/beam ! Combined flux in latest and established models = 0.526089 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 39 model components to the UV plane model. ! The established model now contains 46 components and 0.526089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096785Jy sigma=1.450389 ! Fit after self-cal, rms=0.096734Jy sigma=1.450008 ! 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.356 x 8.093 at -2.34 degrees (North through East) ! Clean map min=-0.011434 max=0.46524 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.03946 ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 0.97 HN 1.00* KP 0.93 ! LA 1.06 MK 0.89 NL 0.95 OV 0.95 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.998445 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.07 HN 1.00* KP 1.01 ! LA 1.00 MK 0.97 NL 0.95 OV 1.01 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.960826 ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.24 HN 1.00* KP 0.95 ! LA 0.96 MK 1.07 NL 1.01 OV 1.01 ! PT 1.05 SC 0.99 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.0186 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.06 HN 1.00* KP 0.87 ! LA 1.06 MK 1.10 NL 0.92 OV 0.85 ! PT 0.92 SC 1.07 ! ! ! Fit before self-cal, rms=0.096734Jy sigma=1.450008 ! Fit after self-cal, rms=0.084152Jy sigma=1.214148 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.084152Jy sigma=1.214148 ! Fit after self-cal, rms=0.084143Jy sigma=1.214076 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.377 mas, bmaj=8.103 mas, bpa=-2.135 degrees ! Estimated noise=1.02354 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 (-10, 11.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104664 Jy ! Component: 100 - total flux cleaned = 0.0143548 Jy ! Component: 150 - total flux cleaned = 0.0151908 Jy ! Component: 200 - total flux cleaned = 0.0152855 Jy ! Total flux subtracted in 200 components = 0.0152855 Jy ! Clean residual min=-0.005219 max=0.004863 Jy/beam ! Clean residual mean=-0.000068 rms=0.001320 Jy/beam ! Combined flux in latest and established models = 0.541375 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 38 model components to the UV plane model. ! The established model now contains 84 components and 0.541375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083139Jy sigma=1.195963 ! Fit after self-cal, rms=0.083051Jy sigma=1.195085 ! 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.083051Jy sigma=1.195085 ! Fit after self-cal, rms=0.080292Jy sigma=1.146968 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.00154587 Jy ! Component: 100 - total flux cleaned = 0.00154637 Jy ! Component: 150 - total flux cleaned = 0.00154218 Jy ! Component: 200 - total flux cleaned = 0.00147561 Jy ! Total flux subtracted in 200 components = 0.00147561 Jy ! Clean residual min=-0.004922 max=0.004486 Jy/beam ! Clean residual mean=-0.000076 rms=0.001255 Jy/beam ! Combined flux in latest and established models = 0.54285 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 36 model components to the UV plane model. ! The established model now contains 107 components and 0.54285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080070Jy sigma=1.144865 ! Fit after self-cal, rms=0.079919Jy sigma=1.141958 ! 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.377 x 8.103 at -2.135 degrees (North through East) ! Clean map min=-0.004884 max=0.46943 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.079919Jy sigma=1.141958 ! Fit after self-cal, rms=0.066663Jy sigma=0.947729 ! 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.066663Jy sigma=0.947729 ! Fit after self-cal, rms=0.066656Jy sigma=0.947352 ! Inverting map and beam ! Estimated beam: bmin=3.383 mas, bmaj=8.129 mas, bpa=-2.145 degrees ! Estimated noise=1.01883 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000641505 Jy ! Component: 100 - total flux cleaned = 0.000933156 Jy ! Component: 150 - total flux cleaned = 0.00109587 Jy ! Component: 200 - total flux cleaned = 0.00118835 Jy ! Total flux subtracted in 200 components = 0.00118835 Jy ! Clean residual min=-0.002872 max=0.002584 Jy/beam ! Clean residual mean=-0.000022 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.544039 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 136 components and 0.544039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066570Jy sigma=0.944974 ! Fit after self-cal, rms=0.066563Jy sigma=0.944852 ! 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.066563Jy sigma=0.944852 ! Fit after self-cal, rms=0.064331Jy sigma=0.897586 ! 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.064331Jy sigma=0.897586 ! Fit after self-cal, rms=0.064331Jy sigma=0.897567 ! Inverting map and beam ! Estimated beam: bmin=3.378 mas, bmaj=8.12 mas, bpa=-2.158 degrees ! Estimated noise=1.01827 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00017254 Jy ! Component: 100 - total flux cleaned = 0.000180187 Jy ! Component: 150 - total flux cleaned = 0.000291078 Jy ! Component: 200 - total flux cleaned = 0.000394495 Jy ! Total flux subtracted in 200 components = 0.000394495 Jy ! Clean residual min=-0.002668 max=0.002597 Jy/beam ! Clean residual mean=-0.000017 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.544433 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 148 components and 0.544433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064301Jy sigma=0.896759 ! Fit after self-cal, rms=0.064300Jy sigma=0.896736 ! 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.085 mas, bmaj=19.57 mas, bpa=5.452 degrees ! Estimated noise=1.26188 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.000416232 Jy ! Component: 100 - total flux cleaned = 0.000442719 Jy ! Component: 150 - total flux cleaned = 0.000420485 Jy ! Component: 200 - total flux cleaned = 0.00042072 Jy ! Total flux subtracted in 200 components = 0.00042072 Jy ! Clean residual min=-0.002730 max=0.002379 Jy/beam ! Clean residual mean=-0.000034 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.544854 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 158 components and 0.544854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064302Jy sigma=0.896634 ! Fit after self-cal, rms=0.064294Jy sigma=0.896606 ! 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=2.597 mas, bmaj=6.115 mas, bpa=3.66 degrees ! Estimated noise=1.52519 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.388077 Jy ! Component: 100 - total flux cleaned = 0.466204 Jy ! Component: 150 - total flux cleaned = 0.498442 Jy ! Component: 200 - total flux cleaned = 0.513306 Jy ! Total flux subtracted in 200 components = 0.513306 Jy ! Clean residual min=-0.005316 max=0.005814 Jy/beam ! Clean residual mean=-0.000010 rms=0.001559 Jy/beam ! Combined flux in latest and established models = 0.513306 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.513306 Jy ! Inverting map and beam ! Estimated beam: bmin=3.378 mas, bmaj=8.12 mas, bpa=-2.158 degrees ! Estimated noise=1.01827 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.0144658 Jy ! Component: 100 - total flux cleaned = 0.0222943 Jy ! Component: 150 - total flux cleaned = 0.0269739 Jy ! Component: 200 - total flux cleaned = 0.029268 Jy ! Total flux subtracted in 200 components = 0.029268 Jy ! Clean residual min=-0.002463 max=0.002575 Jy/beam ! Clean residual mean=-0.000015 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.542574 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 67 components and 0.542574 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.085 mas, bmaj=19.57 mas, bpa=5.452 degrees ! Estimated noise=1.26188 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.00148697 Jy ! Component: 100 - total flux cleaned = 0.00200936 Jy ! Component: 150 - total flux cleaned = 0.00240001 Jy ! Component: 200 - total flux cleaned = 0.00262761 Jy ! Total flux subtracted in 200 components = 0.00262761 Jy ! Clean residual min=-0.002579 max=0.002390 Jy/beam ! Clean residual mean=-0.000043 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.545202 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 87 components and 0.545202 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.378 mas, bmaj=8.12 mas, bpa=-2.158 degrees ! Estimated noise=1.01827 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -2.91885e-05 Jy ! Component: 100 - total flux cleaned = 6.22097e-05 Jy ! Component: 150 - total flux cleaned = 0.000139036 Jy ! Component: 200 - total flux cleaned = 0.000103231 Jy ! Total flux subtracted in 200 components = 0.000103231 Jy ! Clean residual min=-0.002451 max=0.002579 Jy/beam ! Clean residual mean=-0.000024 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.545305 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 106 components and 0.545305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064342Jy sigma=0.897157 ! Fit after self-cal, rms=0.064341Jy sigma=0.897079 wmodel J0634-2335_S_2005_05_12_yyk\_map.mod ! Writing 106 model components to file: J0634-2335_S_2005_05_12_yyk_map.mod wobs J0634-2335_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0634-2335_S_2005_05_12_yyk_uvs.fits wwins J0634-2335_S_2005_05_12_yyk\_map.win ! wwins: Wrote 2 windows to J0634-2335_S_2005_05_12_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.000563853 Jy ! Component: 100 - total flux cleaned = 0.000567821 Jy ! Component: 150 - total flux cleaned = 0.000527687 Jy ! Component: 200 - total flux cleaned = 0.000334426 Jy ! Component: 250 - total flux cleaned = 0.000222451 Jy ! Component: 300 - total flux cleaned = 0.000222194 Jy ! Component: 350 - total flux cleaned = 0.000256251 Jy ! Component: 400 - total flux cleaned = 0.000254332 Jy ! Component: 450 - total flux cleaned = 0.000253743 Jy ! Component: 500 - total flux cleaned = 0.000188104 Jy ! Component: 550 - total flux cleaned = 0.00028542 Jy ! Component: 600 - total flux cleaned = 0.000317179 Jy ! Component: 650 - total flux cleaned = 0.000379067 Jy ! Component: 700 - total flux cleaned = 0.000379475 Jy ! Component: 750 - total flux cleaned = 0.000469474 Jy ! Component: 800 - total flux cleaned = 0.000556505 Jy ! Component: 850 - total flux cleaned = 0.000470207 Jy ! Component: 900 - total flux cleaned = 0.000526799 Jy ! Component: 950 - total flux cleaned = 0.000443105 Jy ! Component: 1000 - total flux cleaned = 0.000443615 Jy ! Component: 1050 - total flux cleaned = 0.000416385 Jy ! Component: 1100 - total flux cleaned = 0.000468834 Jy ! Component: 1150 - total flux cleaned = 0.000468258 Jy ! Component: 1200 - total flux cleaned = 0.000519635 Jy ! Component: 1250 - total flux cleaned = 0.000569676 Jy ! Component: 1300 - total flux cleaned = 0.000544688 Jy ! Component: 1350 - total flux cleaned = 0.000594153 Jy ! Component: 1400 - total flux cleaned = 0.00059391 Jy ! Component: 1450 - total flux cleaned = 0.000570305 Jy ! Component: 1500 - total flux cleaned = 0.000570949 Jy ! Component: 1550 - total flux cleaned = 0.000617699 Jy ! Component: 1600 - total flux cleaned = 0.000617805 Jy ! Component: 1650 - total flux cleaned = 0.000640441 Jy ! Component: 1700 - total flux cleaned = 0.000662746 Jy ! Component: 1750 - total flux cleaned = 0.000706689 Jy ! Component: 1800 - total flux cleaned = 0.00075019 Jy ! Component: 1850 - total flux cleaned = 0.000793197 Jy ! Component: 1900 - total flux cleaned = 0.000835718 Jy ! Component: 1950 - total flux cleaned = 0.000835526 Jy ! Component: 2000 - total flux cleaned = 0.000794117 Jy ! Total flux subtracted in 2048 components = 0.00087694 Jy ! Clean residual min=-0.001425 max=0.001497 Jy/beam ! Clean residual mean=-0.000008 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.546182 Jy keep ! Adding 132 model components to the UV plane model. ! The established model now contains 238 components and 0.546182 Jy ![Exited script file: muppet] wmap "J0634-2335_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.378 x 8.12 at -2.158 degrees (North through East) ! Clean map min=-0.002243 max=0.46997 Jy/beam ! Writing clean map to FITS file: J0634-2335_S_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.46997 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000421918 device "J0634-2335_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0634-2335_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.269327 0.269327 0.538653 1.07731 2.15461 4.30922 8.61845 17.2369 34.4738 68.9476 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.469 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.378 x 8.12 at -2.158 degrees (North through East) ! Clean map min=-0.002243 max=0.46997 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0634-2335_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0634-2335_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0634-2335_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:03:51 2005