! Started logfile: J0847-0703_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:10:32 2005 obs J0847-0703_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0847-0703_S_2005_05_12_yyk_uve.fits ! AN table 1: 12 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.812963 visibilities/baseline/integration-bin. ! Found source: J0847-0703 ! ! 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 1756 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 J0847-0703_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.401969 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.71 mas, bmaj=7.834 mas, bpa=-5.606 degrees ! Estimated noise=1.39755 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.32761 Jy ! Component: 100 - total flux cleaned = 0.389772 Jy ! Total flux subtracted in 100 components = 0.389772 Jy ! Clean residual min=-0.014967 max=0.015760 Jy/beam ! Clean residual mean=-0.000126 rms=0.004010 Jy/beam ! Combined flux in latest and established models = 0.389772 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.389772 Jy ! ! Correcting IF 1. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.093703Jy sigma=1.669706 ! Fit after self-cal, rms=0.093734Jy sigma=1.654870 ! Inverting map and beam ! Estimated beam: bmin=2.71 mas, bmaj=7.834 mas, bpa=-5.606 degrees ! Estimated noise=1.39755 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.532 mas, bmaj=10.81 mas, bpa=-9.389 degrees ! Estimated noise=0.904498 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.0189285 Jy ! Component: 100 - total flux cleaned = 0.0189277 Jy ! Component: 150 - total flux cleaned = 0.0189266 Jy ! Component: 200 - total flux cleaned = 0.0191102 Jy ! Total flux subtracted in 200 components = 0.0191102 Jy ! Clean residual min=-0.015631 max=0.012515 Jy/beam ! Clean residual mean=-0.000413 rms=0.004074 Jy/beam ! Combined flux in latest and established models = 0.408882 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 33 components and 0.408882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090627Jy sigma=1.587108 ! Fit after self-cal, rms=0.090470Jy sigma=1.585054 ! 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.532 x 10.81 at -9.389 degrees (North through East) ! Clean map min=-0.015134 max=0.37572 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.04463 ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 0.96 HN 0.99 KP 0.92 ! LA 1.17 MK 0.86 NL 0.91 OV 0.92 ! PT 1.00 SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.999843 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.04 HN 1.05 KP 0.99 ! LA 1.11 MK 0.89 NL 0.97 OV 0.97 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.965415 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.22 HN 1.08 KP 0.92 ! LA 1.06 MK 1.11 NL 1.01 OV 0.94 ! PT 1.02 SC 1.01 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.01434 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.02 HN 1.01 KP 0.83 ! LA 1.18 MK 1.05 NL 0.97 OV 0.83 ! PT 0.89 SC 1.12 ! ! ! Fit before self-cal, rms=0.090470Jy sigma=1.585054 ! Fit after self-cal, rms=0.077435Jy sigma=1.320624 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.077435Jy sigma=1.320624 ! Fit after self-cal, rms=0.077268Jy sigma=1.319344 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.54 mas, bmaj=10.77 mas, bpa=-9.76 degrees ! Estimated noise=0.903641 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 (5.5, 6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00788032 Jy ! Component: 100 - total flux cleaned = 0.00810193 Jy ! Component: 150 - total flux cleaned = 0.00827338 Jy ! Component: 200 - total flux cleaned = 0.00828342 Jy ! Total flux subtracted in 200 components = 0.00828342 Jy ! Clean residual min=-0.005195 max=0.005539 Jy/beam ! Clean residual mean=0.000023 rms=0.001563 Jy/beam ! Combined flux in latest and established models = 0.417166 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 59 components and 0.417166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076243Jy sigma=1.293383 ! Fit after self-cal, rms=0.076125Jy sigma=1.291646 ! 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.076125Jy sigma=1.291646 ! Fit after self-cal, rms=0.074297Jy sigma=1.225596 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.00101579 Jy ! Component: 100 - total flux cleaned = 0.000517106 Jy ! Component: 150 - total flux cleaned = 0.000287929 Jy ! Component: 200 - total flux cleaned = -2.6532e-05 Jy ! Total flux subtracted in 200 components = -2.6532e-05 Jy ! Clean residual min=-0.005006 max=0.005269 Jy/beam ! Clean residual mean=0.000024 rms=0.001417 Jy/beam ! Combined flux in latest and established models = 0.417139 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 73 components and 0.417139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074037Jy sigma=1.219370 ! Fit after self-cal, rms=0.074299Jy sigma=1.214924 ! 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.54 x 10.77 at -9.76 degrees (North through East) ! Clean map min=-0.0046815 max=0.37819 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.074299Jy sigma=1.214924 ! Fit after self-cal, rms=0.071066Jy sigma=1.126658 ! 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.071066Jy sigma=1.126658 ! Fit after self-cal, rms=0.071190Jy sigma=1.125766 ! Inverting map and beam ! Estimated beam: bmin=3.524 mas, bmaj=10.7 mas, bpa=-9.66 degrees ! Estimated noise=0.900013 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00281259 Jy ! Component: 100 - total flux cleaned = 0.00307914 Jy ! Component: 150 - total flux cleaned = 0.003235 Jy ! Component: 200 - total flux cleaned = 0.0033012 Jy ! Total flux subtracted in 200 components = 0.0033012 Jy ! Clean residual min=-0.004120 max=0.004230 Jy/beam ! Clean residual mean=0.000025 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 0.42044 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 102 components and 0.42044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071039Jy sigma=1.121564 ! Fit after self-cal, rms=0.071074Jy sigma=1.121207 ! 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.071074Jy sigma=1.121207 ! Fit after self-cal, rms=0.071190Jy sigma=1.077612 ! 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.071190Jy sigma=1.077612 ! Fit after self-cal, rms=0.071146Jy sigma=1.077169 ! Inverting map and beam ! Estimated beam: bmin=3.514 mas, bmaj=10.71 mas, bpa=-9.831 degrees ! Estimated noise=0.898491 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00170565 Jy ! Component: 100 - total flux cleaned = 0.00208003 Jy ! Component: 150 - total flux cleaned = 0.00202677 Jy ! Component: 200 - total flux cleaned = 0.00202623 Jy ! Total flux subtracted in 200 components = 0.00202623 Jy ! Clean residual min=-0.003885 max=0.003736 Jy/beam ! Clean residual mean=0.000028 rms=0.000977 Jy/beam ! Combined flux in latest and established models = 0.422467 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 121 components and 0.422467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071069Jy sigma=1.075102 ! Fit after self-cal, rms=0.071045Jy sigma=1.074921 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.259 mas, bmaj=15.81 mas, bpa=2.313 degrees ! Estimated noise=1.07052 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.000881679 Jy ! Component: 100 - total flux cleaned = 0.000948637 Jy ! Component: 150 - total flux cleaned = 0.000947172 Jy ! Component: 200 - total flux cleaned = 0.000968252 Jy ! Total flux subtracted in 200 components = 0.000968252 Jy ! Clean residual min=-0.003382 max=0.003220 Jy/beam ! Clean residual mean=0.000029 rms=0.000926 Jy/beam ! Combined flux in latest and established models = 0.423435 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 139 components and 0.423435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071025Jy sigma=1.074941 ! Fit after self-cal, rms=0.071030Jy sigma=1.074883 ! 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.698 mas, bmaj=7.802 mas, bpa=-5.783 degrees ! Estimated noise=1.3614 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.320398 Jy ! Component: 100 - total flux cleaned = 0.384285 Jy ! Component: 150 - total flux cleaned = 0.406517 Jy ! Component: 200 - total flux cleaned = 0.417893 Jy ! Total flux subtracted in 200 components = 0.417893 Jy ! Clean residual min=-0.006043 max=0.006274 Jy/beam ! Clean residual mean=0.000051 rms=0.001636 Jy/beam ! Combined flux in latest and established models = 0.417893 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.417893 Jy ! Inverting map and beam ! Estimated beam: bmin=3.514 mas, bmaj=10.71 mas, bpa=-9.831 degrees ! Estimated noise=0.898491 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.00700621 Jy ! Component: 100 - total flux cleaned = 0.00702554 Jy ! Component: 150 - total flux cleaned = 0.00672644 Jy ! Component: 200 - total flux cleaned = 0.0064853 Jy ! Total flux subtracted in 200 components = 0.0064853 Jy ! Clean residual min=-0.003787 max=0.004070 Jy/beam ! Clean residual mean=0.000013 rms=0.001030 Jy/beam ! Combined flux in latest and established models = 0.424378 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 48 components and 0.424378 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.259 mas, bmaj=15.81 mas, bpa=2.313 degrees ! Estimated noise=1.07052 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.00011196 Jy ! Component: 100 - total flux cleaned = -0.000229004 Jy ! Component: 150 - total flux cleaned = -0.000106509 Jy ! Component: 200 - total flux cleaned = -6.18791e-06 Jy ! Total flux subtracted in 200 components = -6.18791e-06 Jy ! Clean residual min=-0.003337 max=0.003068 Jy/beam ! Clean residual mean=0.000016 rms=0.000889 Jy/beam ! Combined flux in latest and established models = 0.424372 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 76 components and 0.424372 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.514 mas, bmaj=10.71 mas, bpa=-9.831 degrees ! Estimated noise=0.898491 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00084914 Jy ! Component: 100 - total flux cleaned = -0.000850236 Jy ! Component: 150 - total flux cleaned = -0.00078181 Jy ! Component: 200 - total flux cleaned = -0.000785027 Jy ! Total flux subtracted in 200 components = -0.000785027 Jy ! Clean residual min=-0.003879 max=0.004085 Jy/beam ! Clean residual mean=0.000020 rms=0.000997 Jy/beam ! Combined flux in latest and established models = 0.423587 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 98 components and 0.423587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071096Jy sigma=1.078791 ! Fit after self-cal, rms=0.071140Jy sigma=1.078405 wmodel J0847-0703_S_2005_05_12_yyk\_map.mod ! Writing 98 model components to file: J0847-0703_S_2005_05_12_yyk_map.mod wobs J0847-0703_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0847-0703_S_2005_05_12_yyk_uvs.fits wwins J0847-0703_S_2005_05_12_yyk\_map.win ! wwins: Wrote 2 windows to J0847-0703_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 = -4.6677e-05 Jy ! Component: 100 - total flux cleaned = -0.000107487 Jy ! Component: 150 - total flux cleaned = -0.00010918 Jy ! Component: 200 - total flux cleaned = 4.88639e-05 Jy ! Component: 250 - total flux cleaned = 0.000199706 Jy ! Component: 300 - total flux cleaned = 0.000247603 Jy ! Component: 350 - total flux cleaned = 0.000294508 Jy ! Component: 400 - total flux cleaned = 0.000385471 Jy ! Component: 450 - total flux cleaned = 0.000605605 Jy ! Component: 500 - total flux cleaned = 0.000949452 Jy ! Component: 550 - total flux cleaned = 0.0012857 Jy ! Component: 600 - total flux cleaned = 0.00165517 Jy ! Component: 650 - total flux cleaned = 0.0018564 Jy ! Component: 700 - total flux cleaned = 0.00205407 Jy ! Component: 750 - total flux cleaned = 0.0023258 Jy ! Component: 800 - total flux cleaned = 0.00263071 Jy ! Component: 850 - total flux cleaned = 0.00270555 Jy ! Component: 900 - total flux cleaned = 0.00300121 Jy ! Component: 950 - total flux cleaned = 0.00321813 Jy ! Component: 1000 - total flux cleaned = 0.00336072 Jy ! Component: 1050 - total flux cleaned = 0.00343124 Jy ! Component: 1100 - total flux cleaned = 0.00363997 Jy ! Component: 1150 - total flux cleaned = 0.00374302 Jy ! Component: 1200 - total flux cleaned = 0.00387848 Jy ! Component: 1250 - total flux cleaned = 0.0039791 Jy ! Component: 1300 - total flux cleaned = 0.00417753 Jy ! Component: 1350 - total flux cleaned = 0.00417761 Jy ! Component: 1400 - total flux cleaned = 0.00433911 Jy ! Component: 1450 - total flux cleaned = 0.00440338 Jy ! Component: 1500 - total flux cleaned = 0.00446681 Jy ! Component: 1550 - total flux cleaned = 0.0045294 Jy ! Component: 1600 - total flux cleaned = 0.00452925 Jy ! Component: 1650 - total flux cleaned = 0.00459093 Jy ! Component: 1700 - total flux cleaned = 0.00465196 Jy ! Component: 1750 - total flux cleaned = 0.00459101 Jy ! Component: 1800 - total flux cleaned = 0.00459125 Jy ! Component: 1850 - total flux cleaned = 0.00465092 Jy ! Component: 1900 - total flux cleaned = 0.00471002 Jy ! Component: 1950 - total flux cleaned = 0.00473937 Jy ! Component: 2000 - total flux cleaned = 0.00476854 Jy ! Total flux subtracted in 2048 components = 0.00471089 Jy ! Clean residual min=-0.001564 max=0.001756 Jy/beam ! Clean residual mean=-0.000017 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.428298 Jy keep ! Adding 137 model components to the UV plane model. ! The established model now contains 235 components and 0.428298 Jy ![Exited script file: muppet] wmap "J0847-0703_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.514 x 10.71 at -9.831 degrees (North through East) ! Clean map min=-0.003389 max=0.37279 Jy/beam ! Writing clean map to FITS file: J0847-0703_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.37279 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000614755 device "J0847-0703_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0847-0703_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.494719 0.494719 0.989439 1.97888 3.95775 7.91551 15.831 31.662 63.3241 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.372 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.514 x 10.71 at -9.831 degrees (North through East) ! Clean map min=-0.003389 max=0.37279 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0847-0703_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0847-0703_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0847-0703_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:10:36 2005