! Started logfile: J0929-3801_S_2002_01_31_yyk_uvs.log on Tue Jun 26 22:37:31 2007 obs J0929-3801_S_2002_01_31_yyk_uva.fits ! Reading UV FITS file: J0929-3801_S_2002_01_31_yyk_uva.fits ! AN table 1: 45 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.73037 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 1224 lines of history. ! ! Reading 5916 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_01_31_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.281097 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.489 mas, bmaj=6.702 mas, bpa=-0.419 degrees ! Estimated noise=2456.53 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.149151 Jy ! Component: 100 - total flux cleaned = 0.189899 Jy ! Total flux subtracted in 100 components = 0.189899 Jy ! Clean residual min=-0.013598 max=0.018750 Jy/beam ! Clean residual mean=0.000038 rms=0.004074 Jy/beam ! Combined flux in latest and established models = 0.189899 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.189899 Jy ! ! Correcting IF 1. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.205521Jy sigma=0.001210 ! Fit after self-cal, rms=0.205361Jy sigma=0.001208 ! Inverting map and beam ! Estimated beam: bmin=2.489 mas, bmaj=6.702 mas, bpa=-0.419 degrees ! Estimated noise=2456.53 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.24 mas, bmaj=8.755 mas, bpa=4.032 degrees ! Estimated noise=1543.71 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.0282043 Jy ! Component: 100 - total flux cleaned = 0.0373652 Jy ! Component: 150 - total flux cleaned = 0.0399719 Jy ! Component: 200 - total flux cleaned = 0.0402279 Jy ! Total flux subtracted in 200 components = 0.0402279 Jy ! Clean residual min=-0.009763 max=0.012164 Jy/beam ! Clean residual mean=0.000082 rms=0.003155 Jy/beam ! Combined flux in latest and established models = 0.230127 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 35 components and 0.230127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203403Jy sigma=0.001192 ! Fit after self-cal, rms=0.203401Jy sigma=0.001192 ! 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.24 x 8.755 at 4.032 degrees (North through East) ! Clean map min=-0.009497 max=0.17341 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 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.203401Jy sigma=0.001192 ! Fit after self-cal, rms=0.203401Jy sigma=0.001192 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.203401Jy sigma=0.001192 ! Fit after self-cal, rms=0.203401Jy sigma=0.001192 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.24 mas, bmaj=8.755 mas, bpa=4.032 degrees ! Estimated noise=1543.71 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.000303734 Jy ! Component: 100 - total flux cleaned = 0.000377433 Jy ! Component: 150 - total flux cleaned = 0.000445305 Jy ! Component: 200 - total flux cleaned = 0.000508996 Jy ! Total flux subtracted in 200 components = 0.000508996 Jy ! Clean residual min=-0.009583 max=0.012307 Jy/beam ! Clean residual mean=0.000080 rms=0.003126 Jy/beam ! Combined flux in latest and established models = 0.230636 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.230636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203358Jy sigma=0.001192 ! Fit after self-cal, rms=0.203357Jy sigma=0.001192 ! 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.203357Jy sigma=0.001192 ! Fit after self-cal, rms=0.202154Jy sigma=0.001185 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.000767458 Jy ! Component: 100 - total flux cleaned = 0.000993759 Jy ! Component: 150 - total flux cleaned = 0.00105856 Jy ! Component: 200 - total flux cleaned = 0.00106058 Jy ! Total flux subtracted in 200 components = 0.00106058 Jy ! Clean residual min=-0.009550 max=0.012297 Jy/beam ! Clean residual mean=0.000087 rms=0.003092 Jy/beam ! Combined flux in latest and established models = 0.231696 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 49 components and 0.231696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202114Jy sigma=0.001184 ! Fit after self-cal, rms=0.201947Jy sigma=0.001183 ! 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.24 x 8.755 at 4.032 degrees (North through East) ! Clean map min=-0.0093582 max=0.17205 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.201947Jy sigma=0.001183 ! Fit after self-cal, rms=0.201947Jy sigma=0.001183 ! 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.201947Jy sigma=0.001183 ! Fit after self-cal, rms=0.201923Jy sigma=0.001183 ! Inverting map and beam ! Estimated beam: bmin=3.24 mas, bmaj=8.755 mas, bpa=4.032 degrees ! Estimated noise=1543.71 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000143818 Jy ! Component: 100 - total flux cleaned = 0.000203722 Jy ! Component: 150 - total flux cleaned = 0.000261344 Jy ! Component: 200 - total flux cleaned = 0.000320049 Jy ! Total flux subtracted in 200 components = 0.000320049 Jy ! Clean residual min=-0.009466 max=0.012240 Jy/beam ! Clean residual mean=0.000087 rms=0.003066 Jy/beam ! Combined flux in latest and established models = 0.232016 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 51 components and 0.232016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201891Jy sigma=0.001183 ! Fit after self-cal, rms=0.201893Jy sigma=0.001183 ! 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.201893Jy sigma=0.001183 ! Fit after self-cal, rms=0.209236Jy 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.209236Jy sigma=0.001178 ! Fit after self-cal, rms=0.209250Jy sigma=0.001178 ! Inverting map and beam ! Estimated beam: bmin=3.309 mas, bmaj=8.938 mas, bpa=4.478 degrees ! Estimated noise=1569.27 mJy/beam. ! Added new window around map position (-6.5, -14). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0119827 Jy ! Component: 100 - total flux cleaned = 0.0126236 Jy ! Component: 150 - total flux cleaned = 0.0124811 Jy ! Component: 200 - total flux cleaned = 0.0126197 Jy ! Total flux subtracted in 200 components = 0.0126197 Jy ! Clean residual min=-0.005666 max=0.008603 Jy/beam ! Clean residual mean=-0.000041 rms=0.002035 Jy/beam ! Combined flux in latest and established models = 0.244636 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 34 model components to the UV plane model. ! The established model now contains 84 components and 0.244636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.208677Jy sigma=0.001175 ! Fit after self-cal, rms=0.208609Jy sigma=0.001174 ! 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.431 mas, bmaj=33.49 mas, bpa=5.861 degrees ! Estimated noise=1935.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) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.003404 Jy ! Component: 100 - total flux cleaned = 0.00361205 Jy ! Component: 150 - total flux cleaned = 0.00369883 Jy ! Component: 200 - total flux cleaned = 0.00378047 Jy ! Total flux subtracted in 200 components = 0.00378047 Jy ! Clean residual min=-0.005755 max=0.005581 Jy/beam ! Clean residual mean=-0.000075 rms=0.002154 Jy/beam ! Combined flux in latest and established models = 0.248416 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 92 components and 0.248416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.208505Jy sigma=0.001174 ! Fit after self-cal, rms=0.208491Jy sigma=0.001173 ! 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.504 mas, bmaj=6.726 mas, bpa=-0.2763 degrees ! Estimated noise=2525.93 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.154386 Jy ! Component: 100 - total flux cleaned = 0.196695 Jy ! Component: 150 - total flux cleaned = 0.217493 Jy ! Component: 200 - total flux cleaned = 0.229534 Jy ! Total flux subtracted in 200 components = 0.229534 Jy ! Clean residual min=-0.008381 max=0.010006 Jy/beam ! Clean residual mean=-0.000013 rms=0.002568 Jy/beam ! Combined flux in latest and established models = 0.229534 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 41 model components to the UV plane model. ! The established model now contains 41 components and 0.229534 Jy ! Inverting map and beam ! Estimated beam: bmin=3.309 mas, bmaj=8.938 mas, bpa=4.478 degrees ! Estimated noise=1569.27 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) ! Added new window around map position (4, 9.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0132094 Jy ! Component: 100 - total flux cleaned = 0.0192348 Jy ! Component: 150 - total flux cleaned = 0.0214528 Jy ! Component: 200 - total flux cleaned = 0.0222 Jy ! Total flux subtracted in 200 components = 0.0222 Jy ! Clean residual min=-0.004560 max=0.005193 Jy/beam ! Clean residual mean=-0.000067 rms=0.001648 Jy/beam ! Combined flux in latest and established models = 0.251734 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 80 components and 0.251734 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.431 mas, bmaj=33.49 mas, bpa=5.861 degrees ! Estimated noise=1935.07 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.000128688 Jy ! Component: 100 - total flux cleaned = 0.000203318 Jy ! Component: 150 - total flux cleaned = 0.00033989 Jy ! Component: 200 - total flux cleaned = 0.000404266 Jy ! Total flux subtracted in 200 components = 0.000404266 Jy ! Clean residual min=-0.004841 max=0.004555 Jy/beam ! Clean residual mean=-0.000100 rms=0.001973 Jy/beam ! Combined flux in latest and established models = 0.252139 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 91 components and 0.252139 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.309 mas, bmaj=8.938 mas, bpa=4.478 degrees ! Estimated noise=1569.27 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000510783 Jy ! Component: 100 - total flux cleaned = -0.000260956 Jy ! Component: 150 - total flux cleaned = -3.55398e-05 Jy ! Component: 200 - total flux cleaned = -3.54872e-05 Jy ! Total flux subtracted in 200 components = -3.54872e-05 Jy ! Clean residual min=-0.004443 max=0.005141 Jy/beam ! Clean residual mean=-0.000064 rms=0.001554 Jy/beam ! Combined flux in latest and established models = 0.252103 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 105 components and 0.252103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.208286Jy sigma=0.001172 ! Fit after self-cal, rms=0.208296Jy sigma=0.001172 wmodel J0929-3801_S_2002_01_31_yyk\_map.mod ! Writing 105 model components to file: J0929-3801_S_2002_01_31_yyk_map.mod wobs J0929-3801_S_2002_01_31_yyk\_uvs.fits ! Writing UV FITS file: J0929-3801_S_2002_01_31_yyk_uvs.fits wwins J0929-3801_S_2002_01_31_yyk\_map.win ! wwins: Wrote 3 windows to J0929-3801_S_2002_01_31_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.00181736 Jy ! Component: 100 - total flux cleaned = 0.00270037 Jy ! Component: 150 - total flux cleaned = 0.00329413 Jy ! Component: 200 - total flux cleaned = 0.00357634 Jy ! Component: 250 - total flux cleaned = 0.00390472 Jy ! Component: 300 - total flux cleaned = 0.00415028 Jy ! Component: 350 - total flux cleaned = 0.00450218 Jy ! Component: 400 - total flux cleaned = 0.00444691 Jy ! Component: 450 - total flux cleaned = 0.00439407 Jy ! Component: 500 - total flux cleaned = 0.00444498 Jy ! Component: 550 - total flux cleaned = 0.00424231 Jy ! Component: 600 - total flux cleaned = 0.00419434 Jy ! Component: 650 - total flux cleaned = 0.0041473 Jy ! Component: 700 - total flux cleaned = 0.00414684 Jy ! Component: 750 - total flux cleaned = 0.00401434 Jy ! Component: 800 - total flux cleaned = 0.0039717 Jy ! Component: 850 - total flux cleaned = 0.00384711 Jy ! Component: 900 - total flux cleaned = 0.00384688 Jy ! Component: 950 - total flux cleaned = 0.00376659 Jy ! Component: 1000 - total flux cleaned = 0.00357453 Jy ! Component: 1050 - total flux cleaned = 0.00349962 Jy ! Component: 1100 - total flux cleaned = 0.00320579 Jy ! Component: 1150 - total flux cleaned = 0.00302636 Jy ! Component: 1200 - total flux cleaned = 0.00281452 Jy ! Component: 1250 - total flux cleaned = 0.00257315 Jy ! Component: 1300 - total flux cleaned = 0.00243766 Jy ! Component: 1350 - total flux cleaned = 0.00220463 Jy ! Component: 1400 - total flux cleaned = 0.00197659 Jy ! Component: 1450 - total flux cleaned = 0.00184903 Jy ! Component: 1500 - total flux cleaned = 0.00175443 Jy ! Component: 1550 - total flux cleaned = 0.0015686 Jy ! Component: 1600 - total flux cleaned = 0.00147703 Jy ! Component: 1650 - total flux cleaned = 0.0013568 Jy ! Component: 1700 - total flux cleaned = 0.00123849 Jy ! Component: 1750 - total flux cleaned = 0.00112117 Jy ! Component: 1800 - total flux cleaned = 0.00100542 Jy ! Component: 1850 - total flux cleaned = 0.000861916 Jy ! Component: 1900 - total flux cleaned = 0.000776741 Jy ! Component: 1950 - total flux cleaned = 0.000691877 Jy ! Component: 2000 - total flux cleaned = 0.000467347 Jy ! Total flux subtracted in 2048 components = 0.000355702 Jy ! Clean residual min=-0.001539 max=0.001628 Jy/beam ! Clean residual mean=-0.000064 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.252459 Jy keep ! Adding 126 model components to the UV plane model. ! The established model now contains 231 components and 0.252459 Jy ![Exited script file: muppet] wmap "J0929-3801_S_2002_01_31_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.309 x 8.938 at 4.478 degrees (North through East) ! Clean map min=-0.0035143 max=0.16771 Jy/beam ! Writing clean map to FITS file: J0929-3801_S_2002_01_31_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.16771 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000564484 device "J0929-3801_S_2002_01_31_yyk\_map.eps/VPS" ! Attempting to open device: 'J0929-3801_S_2002_01_31_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.00975 1.00975 2.0195 4.03901 8.07802 16.156 32.3121 64.6241 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.167 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.309 x 8.938 at 4.478 degrees (North through East) ! Clean map min=-0.0035143 max=0.16771 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0929-3801_S_2002_01_31_yyk\_map.gif/gif" ! Attempting to open device: 'J0929-3801_S_2002_01_31_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0929-3801_S_2002_01_31_yyk_uvs.log closed on Tue Jun 26 22:37:37 2007