! Started logfile: J2108-2911_S_2005_07_20_yyk_uvs.log on Fri Jan 20 11:01:53 2006 obs J2108-2911_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J2108-2911_S_2005_07_20_yyk_uve.fits ! AN table 1: 12 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.646296 visibilities/baseline/integration-bin. ! Found source: J2108-2911 ! ! 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 1527 lines of history. ! ! Reading 1396 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 J2108-2911_S_2005_07_20_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.157985 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.271 mas, bmaj=6.116 mas, bpa=1.23 degrees ! Estimated noise=1.85089 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.109587 Jy ! Component: 100 - total flux cleaned = 0.125159 Jy ! Total flux subtracted in 100 components = 0.125159 Jy ! Clean residual min=-0.009608 max=0.010088 Jy/beam ! Clean residual mean=-0.000040 rms=0.002734 Jy/beam ! Combined flux in latest and established models = 0.125159 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.125159 Jy ! ! Correcting IF 1. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 37 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.090395Jy sigma=1.207400 ! Fit after self-cal, rms=0.085668Jy sigma=1.143507 ! Inverting map and beam ! Estimated beam: bmin=2.271 mas, bmaj=6.117 mas, bpa=1.23 degrees ! Estimated noise=1.8506 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=2.915 mas, bmaj=7.555 mas, bpa=-2.945 degrees ! Estimated noise=1.39267 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.00832417 Jy ! Component: 100 - total flux cleaned = 0.0111329 Jy ! Component: 150 - total flux cleaned = 0.0114738 Jy ! Component: 200 - total flux cleaned = 0.0116451 Jy ! Total flux subtracted in 200 components = 0.0116451 Jy ! Clean residual min=-0.007198 max=0.008083 Jy/beam ! Clean residual mean=0.000035 rms=0.002373 Jy/beam ! Combined flux in latest and established models = 0.136804 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 28 components and 0.136804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084808Jy sigma=1.134311 ! Fit after self-cal, rms=0.084804Jy sigma=1.134270 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.915 x 7.555 at -2.945 degrees (North through East) ! Clean map min=-0.0069461 max=0.12829 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.04444 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.03 HN 1.00* KP 0.98 ! LA 1.00* MK 0.85 NL 0.88 OV 0.92 ! PT 1.00 SC 0.97 ! ! ! 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: 0.972735 ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 0.92 HN 1.00* KP 0.96 ! LA 1.00* MK 1.08 NL 1.05 OV 1.02 ! PT 1.09 SC 0.99 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.00117 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.13 HN 1.00* KP 0.93 ! LA 1.00* MK 1.15 NL 0.90 OV 0.86 ! PT 0.95 SC 1.12 ! ! ! Fit before self-cal, rms=0.084804Jy sigma=1.134270 ! Fit after self-cal, rms=0.084482Jy sigma=1.117660 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.084482Jy sigma=1.117660 ! Fit after self-cal, rms=0.084473Jy sigma=1.117604 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.987 mas, bmaj=7.687 mas, bpa=-2.951 degrees ! Estimated noise=1.3801 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.00235058 Jy ! Component: 100 - total flux cleaned = -0.00263355 Jy ! Component: 150 - total flux cleaned = -0.00282104 Jy ! Component: 200 - total flux cleaned = -0.00291837 Jy ! Total flux subtracted in 200 components = -0.00291837 Jy ! Clean residual min=-0.006661 max=0.007608 Jy/beam ! Clean residual mean=0.000022 rms=0.002281 Jy/beam ! Combined flux in latest and established models = 0.133885 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 41 components and 0.133885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084501Jy sigma=1.116563 ! Fit after self-cal, rms=0.084506Jy sigma=1.116538 ! 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.084506Jy sigma=1.116538 ! Fit after self-cal, rms=0.079226Jy sigma=0.987674 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.00375082 Jy ! Component: 100 - total flux cleaned = 0.00391237 Jy ! Component: 150 - total flux cleaned = 0.00384437 Jy ! Component: 200 - total flux cleaned = 0.00378651 Jy ! Total flux subtracted in 200 components = 0.00378651 Jy ! Clean residual min=-0.005660 max=0.006167 Jy/beam ! Clean residual mean=-0.000012 rms=0.001609 Jy/beam ! Combined flux in latest and established models = 0.137672 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 50 components and 0.137672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078984Jy sigma=0.983773 ! Fit after self-cal, rms=0.077727Jy sigma=0.972594 ! 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: 2.987 x 7.687 at -2.951 degrees (North through East) ! Clean map min=-0.0054505 max=0.13374 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.077727Jy sigma=0.972594 ! Fit after self-cal, rms=0.075259Jy sigma=0.963403 ! 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.075259Jy sigma=0.963403 ! Fit after self-cal, rms=0.074798Jy sigma=0.960815 ! Inverting map and beam ! Estimated beam: bmin=3.028 mas, bmaj=7.762 mas, bpa=-2.342 degrees ! Estimated noise=1.35275 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00276535 Jy ! Component: 100 - total flux cleaned = -0.0031702 Jy ! Component: 150 - total flux cleaned = -0.00332329 Jy ! Component: 200 - total flux cleaned = -0.00335829 Jy ! Total flux subtracted in 200 components = -0.00335829 Jy ! Clean residual min=-0.005193 max=0.004866 Jy/beam ! Clean residual mean=-0.000033 rms=0.001475 Jy/beam ! Combined flux in latest and established models = 0.134314 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 57 components and 0.134314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074813Jy sigma=0.959343 ! Fit after self-cal, rms=0.074575Jy sigma=0.958324 ! 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.074575Jy sigma=0.958324 ! Fit after self-cal, rms=0.072691Jy sigma=0.950995 ! 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.072691Jy sigma=0.950995 ! Fit after self-cal, rms=0.072571Jy sigma=0.950351 ! Inverting map and beam ! Estimated beam: bmin=3.074 mas, bmaj=7.78 mas, bpa=-1.593 degrees ! Estimated noise=1.32491 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00306317 Jy ! Component: 100 - total flux cleaned = -0.00367539 Jy ! Component: 150 - total flux cleaned = -0.00371481 Jy ! Component: 200 - total flux cleaned = -0.00378494 Jy ! Total flux subtracted in 200 components = -0.00378494 Jy ! Clean residual min=-0.004554 max=0.004555 Jy/beam ! Clean residual mean=-0.000033 rms=0.001304 Jy/beam ! Combined flux in latest and established models = 0.130529 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 67 components and 0.130529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072573Jy sigma=0.948514 ! Fit after self-cal, rms=0.072500Jy sigma=0.948233 ! 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.683 mas, bmaj=22.03 mas, bpa=4.073 degrees ! Estimated noise=1.70431 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.000251062 Jy ! Component: 100 - total flux cleaned = -0.0001744 Jy ! Component: 150 - total flux cleaned = -0.000140558 Jy ! Component: 200 - total flux cleaned = -0.000106568 Jy ! Total flux subtracted in 200 components = -0.000106568 Jy ! Clean residual min=-0.005031 max=0.004181 Jy/beam ! Clean residual mean=-0.000068 rms=0.001752 Jy/beam ! Combined flux in latest and established models = 0.130422 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 4 model components to the UV plane model. ! The established model now contains 68 components and 0.130422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072523Jy sigma=0.948380 ! Fit after self-cal, rms=0.072490Jy sigma=0.948222 ! 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.316 mas, bmaj=6.162 mas, bpa=1.972 degrees ! Estimated noise=1.79363 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.112832 Jy ! Component: 100 - total flux cleaned = 0.128002 Jy ! Component: 150 - total flux cleaned = 0.129113 Jy ! Component: 200 - total flux cleaned = 0.129856 Jy ! Total flux subtracted in 200 components = 0.129856 Jy ! Clean residual min=-0.006348 max=0.006065 Jy/beam ! Clean residual mean=-0.000027 rms=0.001777 Jy/beam ! Combined flux in latest and established models = 0.129857 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.129857 Jy ! Inverting map and beam ! Estimated beam: bmin=3.074 mas, bmaj=7.78 mas, bpa=-1.593 degrees ! Estimated noise=1.32491 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.000510796 Jy ! Component: 100 - total flux cleaned = 0.000368391 Jy ! Component: 150 - total flux cleaned = 0.000330537 Jy ! Component: 200 - total flux cleaned = 0.000331875 Jy ! Total flux subtracted in 200 components = 0.000331875 Jy ! Clean residual min=-0.004577 max=0.004830 Jy/beam ! Clean residual mean=-0.000038 rms=0.001306 Jy/beam ! Combined flux in latest and established models = 0.130188 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 24 components and 0.130188 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.683 mas, bmaj=22.03 mas, bpa=4.073 degrees ! Estimated noise=1.70431 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.000220125 Jy ! Component: 100 - total flux cleaned = 0.000261154 Jy ! Component: 150 - total flux cleaned = 0.00033331 Jy ! Component: 200 - total flux cleaned = 0.000366856 Jy ! Total flux subtracted in 200 components = 0.000366856 Jy ! Clean residual min=-0.005024 max=0.004231 Jy/beam ! Clean residual mean=-0.000067 rms=0.001756 Jy/beam ! Combined flux in latest and established models = 0.130555 Jy ! Adding 4 model components to the UV plane model. ! The established model now contains 27 components and 0.130555 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.074 mas, bmaj=7.78 mas, bpa=-1.593 degrees ! Estimated noise=1.32491 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000190644 Jy ! Component: 100 - total flux cleaned = -0.000140351 Jy ! Component: 150 - total flux cleaned = -0.000139293 Jy ! Component: 200 - total flux cleaned = -0.000161866 Jy ! Total flux subtracted in 200 components = -0.000161866 Jy ! Clean residual min=-0.004578 max=0.004695 Jy/beam ! Clean residual mean=-0.000035 rms=0.001302 Jy/beam ! Combined flux in latest and established models = 0.130393 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 37 components and 0.130393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072508Jy sigma=0.948309 ! Fit after self-cal, rms=0.072477Jy sigma=0.948159 wmodel J2108-2911_S_2005_07_20_yyk\_map.mod ! Writing 37 model components to file: J2108-2911_S_2005_07_20_yyk_map.mod wobs J2108-2911_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J2108-2911_S_2005_07_20_yyk_uvs.fits wwins J2108-2911_S_2005_07_20_yyk\_map.win ! wwins: Wrote 1 windows to J2108-2911_S_2005_07_20_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.000153455 Jy ! Component: 100 - total flux cleaned = -0.000233245 Jy ! Component: 150 - total flux cleaned = -9.24275e-05 Jy ! Component: 200 - total flux cleaned = -9.51838e-05 Jy ! Component: 250 - total flux cleaned = -3.50049e-05 Jy ! Component: 300 - total flux cleaned = -0.000212354 Jy ! Component: 350 - total flux cleaned = -9.99202e-05 Jy ! Component: 400 - total flux cleaned = -0.000206019 Jy ! Component: 450 - total flux cleaned = -0.000360883 Jy ! Component: 500 - total flux cleaned = -0.000412054 Jy ! Component: 550 - total flux cleaned = -0.000653753 Jy ! Component: 600 - total flux cleaned = -0.000745987 Jy ! Component: 650 - total flux cleaned = -0.000790677 Jy ! Component: 700 - total flux cleaned = -0.00105623 Jy ! Component: 750 - total flux cleaned = -0.00122865 Jy ! Component: 800 - total flux cleaned = -0.00122857 Jy ! Component: 850 - total flux cleaned = -0.00147875 Jy ! Component: 900 - total flux cleaned = -0.00176359 Jy ! Component: 950 - total flux cleaned = -0.00196225 Jy ! Component: 1000 - total flux cleaned = -0.00200062 Jy ! Component: 1050 - total flux cleaned = -0.00207817 Jy ! Component: 1100 - total flux cleaned = -0.00219266 Jy ! Component: 1150 - total flux cleaned = -0.00226699 Jy ! Component: 1200 - total flux cleaned = -0.00234021 Jy ! Component: 1250 - total flux cleaned = -0.0023765 Jy ! Component: 1300 - total flux cleaned = -0.00237677 Jy ! Component: 1350 - total flux cleaned = -0.0023771 Jy ! Component: 1400 - total flux cleaned = -0.00234271 Jy ! Component: 1450 - total flux cleaned = -0.00234255 Jy ! Component: 1500 - total flux cleaned = -0.00224143 Jy ! Component: 1550 - total flux cleaned = -0.00227466 Jy ! Component: 1600 - total flux cleaned = -0.00234035 Jy ! Component: 1650 - total flux cleaned = -0.00246975 Jy ! Component: 1700 - total flux cleaned = -0.00253369 Jy ! Component: 1750 - total flux cleaned = -0.00262751 Jy ! Component: 1800 - total flux cleaned = -0.00268948 Jy ! Component: 1850 - total flux cleaned = -0.00256671 Jy ! Component: 1900 - total flux cleaned = -0.00262728 Jy ! Component: 1950 - total flux cleaned = -0.00256753 Jy ! Component: 2000 - total flux cleaned = -0.00256756 Jy ! Total flux subtracted in 2048 components = -0.00256719 Jy ! Clean residual min=-0.002020 max=0.001621 Jy/beam ! Clean residual mean=-0.000024 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.127826 Jy keep ! Adding 115 model components to the UV plane model. ! The established model now contains 152 components and 0.127826 Jy ![Exited script file: muppet] wmap "J2108-2911_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.074 x 7.78 at -1.593 degrees (North through East) ! Clean map min=-0.0035595 max=0.12998 Jy/beam ! Writing clean map to FITS file: J2108-2911_S_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.129983 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000582239 device "J2108-2911_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J2108-2911_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.3438 1.3438 2.6876 5.3752 10.7504 21.5008 43.0016 86.0033 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.129 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.074 x 7.78 at -1.593 degrees (North through East) ! Clean map min=-0.0035595 max=0.12998 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2108-2911_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J2108-2911_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2108-2911_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 11:01:57 2006