! Started logfile: J1911-1921_S_2005_07_20_yyk_uvs.log on Fri Jan 20 10:53:49 2006 obs J1911-1921_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J1911-1921_S_2005_07_20_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.9 visibilities/baseline/integration-bin. ! Found source: J1911-1921 ! ! 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 1620 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 J1911-1921_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.176934 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.418 mas, bmaj=6.62 mas, bpa=-0.8199 degrees ! Estimated noise=1.66122 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.131354 Jy ! Component: 100 - total flux cleaned = 0.163392 Jy ! Total flux subtracted in 100 components = 0.163392 Jy ! Clean residual min=-0.008262 max=0.010001 Jy/beam ! Clean residual mean=-0.000101 rms=0.002219 Jy/beam ! Combined flux in latest and established models = 0.163392 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.163392 Jy ! ! Correcting IF 1. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.077057Jy sigma=1.097983 ! Fit after self-cal, rms=0.076698Jy sigma=1.092771 ! Inverting map and beam ! Estimated beam: bmin=2.418 mas, bmaj=6.62 mas, bpa=-0.8199 degrees ! Estimated noise=1.66122 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.01 mas, bmaj=7.888 mas, bpa=-1.911 degrees ! Estimated noise=1.10332 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.0123221 Jy ! Component: 100 - total flux cleaned = 0.0167956 Jy ! Component: 150 - total flux cleaned = 0.0184732 Jy ! Component: 200 - total flux cleaned = 0.0186171 Jy ! Total flux subtracted in 200 components = 0.0186171 Jy ! Clean residual min=-0.005000 max=0.005081 Jy/beam ! Clean residual mean=-0.000074 rms=0.001395 Jy/beam ! Combined flux in latest and established models = 0.18201 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 32 components and 0.18201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074996Jy sigma=1.069395 ! Fit after self-cal, rms=0.074984Jy sigma=1.069273 ! 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.01 x 7.888 at -1.911 degrees (North through East) ! Clean map min=-0.0048382 max=0.15334 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.02089 ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.02 HN 0.99 KP 0.97 ! LA 1.08 MK 0.93 NL 0.92 OV 0.95 ! PT 1.11 SC 0.96 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.98062 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 HN 1.11 KP 1.02 ! LA 1.08 MK 0.95 NL 1.01 OV 1.01 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.960216 ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 FD 0.99 HN 1.08 KP 0.97 ! LA 0.92 MK 1.13 NL 1.03 OV 1.00 ! PT 1.11 SC 1.01 ! ! ! 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.074984Jy sigma=1.069273 ! Fit after self-cal, rms=0.073597Jy sigma=1.054283 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.073597Jy sigma=1.054283 ! Fit after self-cal, rms=0.073596Jy sigma=1.054204 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.008 mas, bmaj=7.847 mas, bpa=-1.668 degrees ! Estimated noise=1.09778 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 = -2.11036e-05 Jy ! Component: 100 - total flux cleaned = -2.19913e-05 Jy ! Component: 150 - total flux cleaned = -2.02196e-05 Jy ! Component: 200 - total flux cleaned = -7.86856e-05 Jy ! Total flux subtracted in 200 components = -7.86856e-05 Jy ! Clean residual min=-0.004429 max=0.004747 Jy/beam ! Clean residual mean=-0.000040 rms=0.001267 Jy/beam ! Combined flux in latest and established models = 0.181931 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.181931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073597Jy sigma=1.053756 ! Fit after self-cal, rms=0.073593Jy sigma=1.053691 ! 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.073593Jy sigma=1.053691 ! Fit after self-cal, rms=0.071620Jy sigma=1.019365 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.000633193 Jy ! Component: 100 - total flux cleaned = 0.000662357 Jy ! Component: 150 - total flux cleaned = 0.000662816 Jy ! Component: 200 - total flux cleaned = 0.000640108 Jy ! Total flux subtracted in 200 components = 0.000640108 Jy ! Clean residual min=-0.004480 max=0.004409 Jy/beam ! Clean residual mean=-0.000039 rms=0.001232 Jy/beam ! Combined flux in latest and established models = 0.182571 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.182571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071591Jy sigma=1.019071 ! Fit after self-cal, rms=0.071487Jy sigma=1.016956 ! 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.008 x 7.847 at -1.668 degrees (North through East) ! Clean map min=-0.0042954 max=0.15401 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.071487Jy sigma=1.016956 ! Fit after self-cal, rms=0.072195Jy sigma=0.998300 ! 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.072195Jy sigma=0.998300 ! Fit after self-cal, rms=0.072204Jy sigma=0.998005 ! Inverting map and beam ! Estimated beam: bmin=2.999 mas, bmaj=7.82 mas, bpa=-2.064 degrees ! Estimated noise=1.10704 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00219318 Jy ! Component: 100 - total flux cleaned = 0.00241202 Jy ! Component: 150 - total flux cleaned = 0.00238576 Jy ! Component: 200 - total flux cleaned = 0.0023869 Jy ! Total flux subtracted in 200 components = 0.0023869 Jy ! Clean residual min=-0.004401 max=0.004345 Jy/beam ! Clean residual mean=-0.000022 rms=0.001218 Jy/beam ! Combined flux in latest and established models = 0.184958 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 57 components and 0.184958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072054Jy sigma=0.997058 ! Fit after self-cal, rms=0.072049Jy sigma=0.996990 ! 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.072049Jy sigma=0.996990 ! Fit after self-cal, rms=0.071664Jy sigma=0.983369 ! 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.071664Jy sigma=0.983369 ! Fit after self-cal, rms=0.071658Jy sigma=0.983321 ! Inverting map and beam ! Estimated beam: bmin=2.98 mas, bmaj=7.858 mas, bpa=-2.638 degrees ! Estimated noise=1.11934 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00267053 Jy ! Component: 100 - total flux cleaned = 0.00315408 Jy ! Component: 150 - total flux cleaned = 0.00320154 Jy ! Component: 200 - total flux cleaned = 0.00316446 Jy ! Total flux subtracted in 200 components = 0.00316446 Jy ! Clean residual min=-0.004252 max=0.004357 Jy/beam ! Clean residual mean=-0.000025 rms=0.001217 Jy/beam ! Combined flux in latest and established models = 0.188122 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 65 components and 0.188122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071490Jy sigma=0.982068 ! Fit after self-cal, rms=0.071484Jy sigma=0.982046 ! 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=7.542 mas, bmaj=16.82 mas, bpa=5.195 degrees ! Estimated noise=1.46718 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.00041712 Jy ! Component: 100 - total flux cleaned = -0.000536573 Jy ! Component: 150 - total flux cleaned = -0.000630665 Jy ! Component: 200 - total flux cleaned = -0.000656204 Jy ! Total flux subtracted in 200 components = -0.000656204 Jy ! Clean residual min=-0.004500 max=0.004892 Jy/beam ! Clean residual mean=-0.000047 rms=0.001580 Jy/beam ! Combined flux in latest and established models = 0.187466 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 68 components and 0.187466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071484Jy sigma=0.982405 ! Fit after self-cal, rms=0.071466Jy sigma=0.982264 ! 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.414 mas, bmaj=6.617 mas, bpa=-1.204 degrees ! Estimated noise=1.67104 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.133486 Jy ! Component: 100 - total flux cleaned = 0.166035 Jy ! Component: 150 - total flux cleaned = 0.18031 Jy ! Component: 200 - total flux cleaned = 0.187617 Jy ! Total flux subtracted in 200 components = 0.187617 Jy ! Clean residual min=-0.007204 max=0.006416 Jy/beam ! Clean residual mean=-0.000045 rms=0.001686 Jy/beam ! Combined flux in latest and established models = 0.187617 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.187617 Jy ! Inverting map and beam ! Estimated beam: bmin=2.98 mas, bmaj=7.858 mas, bpa=-2.638 degrees ! Estimated noise=1.11934 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.000141233 Jy ! Component: 100 - total flux cleaned = 0.00028241 Jy ! Component: 150 - total flux cleaned = 0.000339309 Jy ! Component: 200 - total flux cleaned = 0.000339346 Jy ! Total flux subtracted in 200 components = 0.000339346 Jy ! Clean residual min=-0.004244 max=0.004327 Jy/beam ! Clean residual mean=-0.000025 rms=0.001229 Jy/beam ! Combined flux in latest and established models = 0.187956 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 43 components and 0.187956 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=7.542 mas, bmaj=16.82 mas, bpa=5.195 degrees ! Estimated noise=1.46718 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.000195849 Jy ! Component: 100 - total flux cleaned = -0.000347391 Jy ! Component: 150 - total flux cleaned = -0.00046754 Jy ! Component: 200 - total flux cleaned = -0.000563198 Jy ! Total flux subtracted in 200 components = -0.000563198 Jy ! Clean residual min=-0.004518 max=0.004908 Jy/beam ! Clean residual mean=-0.000048 rms=0.001583 Jy/beam ! Combined flux in latest and established models = 0.187393 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 53 components and 0.187393 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.98 mas, bmaj=7.858 mas, bpa=-2.638 degrees ! Estimated noise=1.11934 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000649887 Jy ! Component: 100 - total flux cleaned = 0.000705821 Jy ! Component: 150 - total flux cleaned = 0.000709567 Jy ! Component: 200 - total flux cleaned = 0.000650717 Jy ! Total flux subtracted in 200 components = 0.000650717 Jy ! Clean residual min=-0.004223 max=0.004288 Jy/beam ! Clean residual mean=-0.000025 rms=0.001216 Jy/beam ! Combined flux in latest and established models = 0.188044 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.188044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071435Jy sigma=0.981937 ! Fit after self-cal, rms=0.071434Jy sigma=0.981904 wmodel J1911-1921_S_2005_07_20_yyk\_map.mod ! Writing 61 model components to file: J1911-1921_S_2005_07_20_yyk_map.mod wobs J1911-1921_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J1911-1921_S_2005_07_20_yyk_uvs.fits wwins J1911-1921_S_2005_07_20_yyk\_map.win ! wwins: Wrote 1 windows to J1911-1921_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.000382045 Jy ! Component: 100 - total flux cleaned = -0.00074918 Jy ! Component: 150 - total flux cleaned = -0.00116623 Jy ! Component: 200 - total flux cleaned = -0.00182835 Jy ! Component: 250 - total flux cleaned = -0.0024635 Jy ! Component: 300 - total flux cleaned = -0.00289444 Jy ! Component: 350 - total flux cleaned = -0.00336837 Jy ! Component: 400 - total flux cleaned = -0.00359929 Jy ! Component: 450 - total flux cleaned = -0.00393625 Jy ! Component: 500 - total flux cleaned = -0.00404489 Jy ! Component: 550 - total flux cleaned = -0.00399176 Jy ! Component: 600 - total flux cleaned = -0.0039416 Jy ! Component: 650 - total flux cleaned = -0.00389232 Jy ! Component: 700 - total flux cleaned = -0.00389213 Jy ! Component: 750 - total flux cleaned = -0.00374724 Jy ! Component: 800 - total flux cleaned = -0.00369976 Jy ! Component: 850 - total flux cleaned = -0.00379239 Jy ! Component: 900 - total flux cleaned = -0.00383677 Jy ! Component: 950 - total flux cleaned = -0.0037914 Jy ! Component: 1000 - total flux cleaned = -0.00374836 Jy ! Component: 1050 - total flux cleaned = -0.00379191 Jy ! Component: 1100 - total flux cleaned = -0.00374979 Jy ! Component: 1150 - total flux cleaned = -0.003834 Jy ! Component: 1200 - total flux cleaned = -0.00391577 Jy ! Component: 1250 - total flux cleaned = -0.00383616 Jy ! Component: 1300 - total flux cleaned = -0.00395464 Jy ! Component: 1350 - total flux cleaned = -0.0039936 Jy ! Component: 1400 - total flux cleaned = -0.00410768 Jy ! Component: 1450 - total flux cleaned = -0.00406965 Jy ! Component: 1500 - total flux cleaned = -0.00406967 Jy ! Component: 1550 - total flux cleaned = -0.00421591 Jy ! Component: 1600 - total flux cleaned = -0.00436 Jy ! Component: 1650 - total flux cleaned = -0.00435996 Jy ! Component: 1700 - total flux cleaned = -0.00450008 Jy ! Component: 1750 - total flux cleaned = -0.00456921 Jy ! Component: 1800 - total flux cleaned = -0.00463755 Jy ! Component: 1850 - total flux cleaned = -0.00473911 Jy ! Component: 1900 - total flux cleaned = -0.00483928 Jy ! Component: 1950 - total flux cleaned = -0.00497126 Jy ! Component: 2000 - total flux cleaned = -0.00503643 Jy ! Total flux subtracted in 2048 components = -0.00513261 Jy ! Clean residual min=-0.001744 max=0.002058 Jy/beam ! Clean residual mean=-0.000022 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.182911 Jy keep ! Adding 138 model components to the UV plane model. ! The established model now contains 199 components and 0.182911 Jy ![Exited script file: muppet] wmap "J1911-1921_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.98 x 7.858 at -2.638 degrees (North through East) ! Clean map min=-0.0040047 max=0.15712 Jy/beam ! Writing clean map to FITS file: J1911-1921_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.157119 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000659852 device "J1911-1921_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J1911-1921_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.25991 1.25991 2.51982 5.03963 10.0793 20.1585 40.3171 80.6341 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.157 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.98 x 7.858 at -2.638 degrees (North through East) ! Clean map min=-0.0040047 max=0.15712 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1911-1921_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J1911-1921_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1911-1921_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 10:53:53 2006