! Started logfile: J0521-1737_S_2005_07_08_yyk_uvs.log on Fri Jan 20 09:57:31 2006 obs J0521-1737_S_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J0521-1737_S_2005_07_08_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.846667 visibilities/baseline/integration-bin. ! Found source: J0521-1737 ! ! 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 1412 lines of history. ! ! Reading 1524 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 J0521-1737_S_2005_07_08_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.153067 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.796 mas, bmaj=12.62 mas, bpa=-20.34 degrees ! Estimated noise=1.68479 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.105072 Jy ! Component: 100 - total flux cleaned = 0.132279 Jy ! Total flux subtracted in 100 components = 0.132279 Jy ! Clean residual min=-0.008420 max=0.008018 Jy/beam ! Clean residual mean=0.000033 rms=0.002340 Jy/beam ! Combined flux in latest and established models = 0.132279 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.132279 Jy ! ! Correcting IF 1. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.077573Jy sigma=1.101280 ! Fit after self-cal, rms=0.077328Jy sigma=1.095499 ! Inverting map and beam ! Estimated beam: bmin=2.796 mas, bmaj=12.62 mas, bpa=-20.34 degrees ! Estimated noise=1.6846 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.678 mas, bmaj=13.97 mas, bpa=-19.98 degrees ! Estimated noise=1.18196 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.0128108 Jy ! Component: 100 - total flux cleaned = 0.017853 Jy ! Component: 150 - total flux cleaned = 0.0187737 Jy ! Component: 200 - total flux cleaned = 0.0193744 Jy ! Total flux subtracted in 200 components = 0.0193744 Jy ! Clean residual min=-0.005477 max=0.005927 Jy/beam ! Clean residual mean=-0.000074 rms=0.001496 Jy/beam ! Combined flux in latest and established models = 0.151654 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 37 model components to the UV plane model. ! The established model now contains 49 components and 0.151654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075460Jy sigma=1.067465 ! Fit after self-cal, rms=0.075461Jy sigma=1.067118 ! 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.678 x 13.97 at -19.98 degrees (North through East) ! Clean map min=-0.0052581 max=0.12717 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.00905 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 0.97 KP 0.99 ! LA 0.97 MK 0.98 NL 0.96 OV 1.05 ! PT 1.02 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.075461Jy sigma=1.067118 ! Fit after self-cal, rms=0.075356Jy sigma=1.066430 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.075356Jy sigma=1.066430 ! Fit after self-cal, rms=0.075357Jy sigma=1.066427 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.661 mas, bmaj=13.96 mas, bpa=-19.98 degrees ! Estimated noise=1.18236 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.00124291 Jy ! Component: 100 - total flux cleaned = 0.00148427 Jy ! Component: 150 - total flux cleaned = 0.00148233 Jy ! Component: 200 - total flux cleaned = 0.00148266 Jy ! Total flux subtracted in 200 components = 0.00148266 Jy ! Clean residual min=-0.005493 max=0.005813 Jy/beam ! Clean residual mean=-0.000070 rms=0.001482 Jy/beam ! Combined flux in latest and established models = 0.153136 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 60 components and 0.153136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075268Jy sigma=1.065119 ! Fit after self-cal, rms=0.075275Jy sigma=1.065057 ! 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.075275Jy sigma=1.065057 ! Fit after self-cal, rms=0.071950Jy sigma=1.017057 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.00117505 Jy ! Component: 100 - total flux cleaned = 0.00106979 Jy ! Component: 150 - total flux cleaned = 0.00106898 Jy ! Component: 200 - total flux cleaned = 0.00106972 Jy ! Total flux subtracted in 200 components = 0.00106972 Jy ! Clean residual min=-0.005265 max=0.005634 Jy/beam ! Clean residual mean=-0.000065 rms=0.001442 Jy/beam ! Combined flux in latest and established models = 0.154206 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 71 components and 0.154206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071827Jy sigma=1.015982 ! Fit after self-cal, rms=0.071219Jy sigma=1.011131 ! 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.661 x 13.96 at -19.98 degrees (North through East) ! Clean map min=-0.0050208 max=0.12862 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.071219Jy sigma=1.011131 ! Fit after self-cal, rms=0.070748Jy sigma=1.008974 ! 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.070748Jy sigma=1.008974 ! Fit after self-cal, rms=0.070528Jy sigma=1.008118 ! Inverting map and beam ! Estimated beam: bmin=3.65 mas, bmaj=13.97 mas, bpa=-19.95 degrees ! Estimated noise=1.17627 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000261248 Jy ! Component: 100 - total flux cleaned = -0.000303394 Jy ! Component: 150 - total flux cleaned = -0.000337912 Jy ! Component: 200 - total flux cleaned = -0.000337108 Jy ! Total flux subtracted in 200 components = -0.000337108 Jy ! Clean residual min=-0.005149 max=0.005562 Jy/beam ! Clean residual mean=-0.000060 rms=0.001413 Jy/beam ! Combined flux in latest and established models = 0.153869 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 75 components and 0.153869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070505Jy sigma=1.007590 ! Fit after self-cal, rms=0.070417Jy sigma=1.007357 ! 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.070417Jy sigma=1.007357 ! Fit after self-cal, rms=0.070331Jy sigma=1.005084 ! 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.070331Jy sigma=1.005084 ! Fit after self-cal, rms=0.070280Jy sigma=1.005003 ! Inverting map and beam ! Estimated beam: bmin=3.647 mas, bmaj=13.94 mas, bpa=-19.99 degrees ! Estimated noise=1.17842 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000564802 Jy ! Component: 100 - total flux cleaned = 0.00056436 Jy ! Component: 150 - total flux cleaned = 0.000532811 Jy ! Component: 200 - total flux cleaned = 0.000533597 Jy ! Total flux subtracted in 200 components = 0.000533597 Jy ! Clean residual min=-0.005187 max=0.005445 Jy/beam ! Clean residual mean=-0.000057 rms=0.001419 Jy/beam ! Combined flux in latest and established models = 0.154402 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 78 components and 0.154402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070247Jy sigma=1.004598 ! Fit after self-cal, rms=0.070223Jy sigma=1.004557 ! 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.261 mas, bmaj=18.11 mas, bpa=-7.546 degrees ! Estimated noise=1.40417 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.000264844 Jy ! Component: 100 - total flux cleaned = -0.000387504 Jy ! Component: 150 - total flux cleaned = -0.000464231 Jy ! Component: 200 - total flux cleaned = -0.000508808 Jy ! Total flux subtracted in 200 components = -0.000508808 Jy ! Clean residual min=-0.005303 max=0.005623 Jy/beam ! Clean residual mean=-0.000110 rms=0.001647 Jy/beam ! Combined flux in latest and established models = 0.153894 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 90 components and 0.153894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070198Jy sigma=1.004548 ! Fit after self-cal, rms=0.070184Jy sigma=1.004464 ! 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.788 mas, bmaj=12.61 mas, bpa=-20.34 degrees ! Estimated noise=1.67556 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.106707 Jy ! Component: 100 - total flux cleaned = 0.134338 Jy ! Component: 150 - total flux cleaned = 0.145299 Jy ! Component: 200 - total flux cleaned = 0.150617 Jy ! Total flux subtracted in 200 components = 0.150617 Jy ! Clean residual min=-0.006787 max=0.006798 Jy/beam ! Clean residual mean=0.000013 rms=0.001963 Jy/beam ! Combined flux in latest and established models = 0.150617 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.150617 Jy ! Inverting map and beam ! Estimated beam: bmin=3.647 mas, bmaj=13.94 mas, bpa=-19.99 degrees ! Estimated noise=1.17842 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.0025598 Jy ! Component: 100 - total flux cleaned = 0.00337095 Jy ! Component: 150 - total flux cleaned = 0.00374474 Jy ! Component: 200 - total flux cleaned = 0.0036789 Jy ! Total flux subtracted in 200 components = 0.0036789 Jy ! Clean residual min=-0.005548 max=0.005229 Jy/beam ! Clean residual mean=-0.000057 rms=0.001456 Jy/beam ! Combined flux in latest and established models = 0.154296 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 52 components and 0.154296 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.261 mas, bmaj=18.11 mas, bpa=-7.546 degrees ! Estimated noise=1.40417 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.000306075 Jy ! Component: 100 - total flux cleaned = 0.000115339 Jy ! Component: 150 - total flux cleaned = -4.14819e-06 Jy ! Component: 200 - total flux cleaned = -7.5048e-05 Jy ! Total flux subtracted in 200 components = -7.5048e-05 Jy ! Clean residual min=-0.005436 max=0.005513 Jy/beam ! Clean residual mean=-0.000111 rms=0.001662 Jy/beam ! Combined flux in latest and established models = 0.154221 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 73 components and 0.154221 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.647 mas, bmaj=13.94 mas, bpa=-19.99 degrees ! Estimated noise=1.17842 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00032181 Jy ! Component: 100 - total flux cleaned = 0.000257821 Jy ! Component: 150 - total flux cleaned = 0.000258981 Jy ! Component: 200 - total flux cleaned = 0.00026167 Jy ! Total flux subtracted in 200 components = 0.00026167 Jy ! Clean residual min=-0.005455 max=0.005317 Jy/beam ! Clean residual mean=-0.000057 rms=0.001434 Jy/beam ! Combined flux in latest and established models = 0.154483 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.154483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070283Jy sigma=1.005905 ! Fit after self-cal, rms=0.070271Jy sigma=1.005752 wmodel J0521-1737_S_2005_07_08_yyk\_map.mod ! Writing 82 model components to file: J0521-1737_S_2005_07_08_yyk_map.mod wobs J0521-1737_S_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J0521-1737_S_2005_07_08_yyk_uvs.fits wwins J0521-1737_S_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J0521-1737_S_2005_07_08_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.000241445 Jy ! Component: 100 - total flux cleaned = -3.21132e-06 Jy ! Component: 150 - total flux cleaned = 0.000446727 Jy ! Component: 200 - total flux cleaned = 0.000868621 Jy ! Component: 250 - total flux cleaned = 0.00132919 Jy ! Component: 300 - total flux cleaned = 0.00189944 Jy ! Component: 350 - total flux cleaned = 0.00250895 Jy ! Component: 400 - total flux cleaned = 0.00274269 Jy ! Component: 450 - total flux cleaned = 0.00280042 Jy ! Component: 500 - total flux cleaned = 0.0029128 Jy ! Component: 550 - total flux cleaned = 0.00286059 Jy ! Component: 600 - total flux cleaned = 0.00301995 Jy ! Component: 650 - total flux cleaned = 0.00302035 Jy ! Component: 700 - total flux cleaned = 0.00296983 Jy ! Component: 750 - total flux cleaned = 0.00296872 Jy ! Component: 800 - total flux cleaned = 0.00272636 Jy ! Component: 850 - total flux cleaned = 0.00263295 Jy ! Component: 900 - total flux cleaned = 0.00268087 Jy ! Component: 950 - total flux cleaned = 0.00259057 Jy ! Component: 1000 - total flux cleaned = 0.00263432 Jy ! Component: 1050 - total flux cleaned = 0.00236949 Jy ! Component: 1100 - total flux cleaned = 0.00232645 Jy ! Component: 1150 - total flux cleaned = 0.0022417 Jy ! Component: 1200 - total flux cleaned = 0.00219955 Jy ! Component: 1250 - total flux cleaned = 0.00203482 Jy ! Component: 1300 - total flux cleaned = 0.00199544 Jy ! Component: 1350 - total flux cleaned = 0.00195557 Jy ! Component: 1400 - total flux cleaned = 0.00183755 Jy ! Component: 1450 - total flux cleaned = 0.00176035 Jy ! Component: 1500 - total flux cleaned = 0.00164537 Jy ! Component: 1550 - total flux cleaned = 0.00168401 Jy ! Component: 1600 - total flux cleaned = 0.00164663 Jy ! Component: 1650 - total flux cleaned = 0.00160952 Jy ! Component: 1700 - total flux cleaned = 0.00149968 Jy ! Component: 1750 - total flux cleaned = 0.00142823 Jy ! Component: 1800 - total flux cleaned = 0.00146356 Jy ! Component: 1850 - total flux cleaned = 0.00139322 Jy ! Component: 1900 - total flux cleaned = 0.00142805 Jy ! Component: 1950 - total flux cleaned = 0.00139332 Jy ! Component: 2000 - total flux cleaned = 0.00132498 Jy ! Total flux subtracted in 2048 components = 0.00135883 Jy ! Clean residual min=-0.002320 max=0.002009 Jy/beam ! Clean residual mean=-0.000034 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.155842 Jy keep ! Adding 139 model components to the UV plane model. ! The established model now contains 221 components and 0.155842 Jy ![Exited script file: muppet] wmap "J0521-1737_S_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.647 x 13.94 at -19.99 degrees (North through East) ! Clean map min=-0.0036076 max=0.12892 Jy/beam ! Writing clean map to FITS file: J0521-1737_S_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.128924 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000760086 device "J0521-1737_S_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J0521-1737_S_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.76868 1.76868 3.53737 7.07474 14.1495 28.2989 56.5979 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.128 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.647 x 13.94 at -19.99 degrees (North through East) ! Clean map min=-0.0036076 max=0.12892 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0521-1737_S_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J0521-1737_S_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0521-1737_S_2005_07_08_yyk_uvs.log closed on Fri Jan 20 09:57:35 2006