! Started logfile: J0210-1444_S_2005_05_12_yyk_uvs.log on Sat Oct 8 16:50:20 2005 obs J0210-1444_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0210-1444_S_2005_05_12_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.94 visibilities/baseline/integration-bin. ! Found source: J0210-1444 ! ! 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 1443 lines of history. ! ! Reading 1692 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 J0210-1444_S_2005_05_12_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.167399 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.412 mas, bmaj=6.451 mas, bpa=-1.172 degrees ! Estimated noise=1.75585 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.112473 Jy ! Component: 100 - total flux cleaned = 0.137921 Jy ! Total flux subtracted in 100 components = 0.137921 Jy ! Clean residual min=-0.009295 max=0.009895 Jy/beam ! Clean residual mean=-0.000067 rms=0.002498 Jy/beam ! Combined flux in latest and established models = 0.137921 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.137921 Jy ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.098960Jy sigma=1.217404 ! Fit after self-cal, rms=0.097856Jy sigma=1.188373 ! Inverting map and beam ! Estimated beam: bmin=2.412 mas, bmaj=6.451 mas, bpa=-1.172 degrees ! Estimated noise=1.75585 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.004 mas, bmaj=7.46 mas, bpa=-0.6105 degrees ! Estimated noise=1.20236 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.0174331 Jy ! Component: 100 - total flux cleaned = 0.0253728 Jy ! Component: 150 - total flux cleaned = 0.0295089 Jy ! Component: 200 - total flux cleaned = 0.0317 Jy ! Total flux subtracted in 200 components = 0.0317 Jy ! Clean residual min=-0.007825 max=0.006117 Jy/beam ! Clean residual mean=-0.000063 rms=0.001986 Jy/beam ! Combined flux in latest and established models = 0.169621 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 45 model components to the UV plane model. ! The established model now contains 58 components and 0.169621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096387Jy sigma=1.146653 ! Fit after self-cal, rms=0.096371Jy sigma=1.146450 ! 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.004 x 7.46 at -0.6105 degrees (North through East) ! Clean map min=-0.0073227 max=0.13283 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.096371Jy sigma=1.146450 ! Fit after self-cal, rms=0.096371Jy sigma=1.146450 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.096371Jy sigma=1.146450 ! Fit after self-cal, rms=0.096371Jy sigma=1.146449 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.004 mas, bmaj=7.46 mas, bpa=-0.6105 degrees ! Estimated noise=1.20236 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.000797503 Jy ! Component: 100 - total flux cleaned = 0.00106919 Jy ! Component: 150 - total flux cleaned = 0.00132731 Jy ! Component: 200 - total flux cleaned = 0.00151648 Jy ! Total flux subtracted in 200 components = 0.00151648 Jy ! Clean residual min=-0.007728 max=0.006270 Jy/beam ! Clean residual mean=-0.000062 rms=0.001958 Jy/beam ! Combined flux in latest and established models = 0.171137 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 66 components and 0.171137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096326Jy sigma=1.145687 ! Fit after self-cal, rms=0.096322Jy sigma=1.145597 ! 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.096322Jy sigma=1.145597 ! Fit after self-cal, rms=0.090130Jy sigma=1.073644 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.00242635 Jy ! Component: 100 - total flux cleaned = 0.00286793 Jy ! Component: 150 - total flux cleaned = 0.00299854 Jy ! Component: 200 - total flux cleaned = 0.00305526 Jy ! Total flux subtracted in 200 components = 0.00305526 Jy ! Clean residual min=-0.007699 max=0.006391 Jy/beam ! Clean residual mean=-0.000060 rms=0.001913 Jy/beam ! Combined flux in latest and established models = 0.174193 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 73 components and 0.174193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090167Jy sigma=1.072675 ! Fit after self-cal, rms=0.089835Jy sigma=1.069985 ! 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.004 x 7.46 at -0.6105 degrees (North through East) ! Clean map min=-0.0071903 max=0.13344 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.089835Jy sigma=1.069985 ! Fit after self-cal, rms=0.089564Jy sigma=1.067613 ! 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.089564Jy sigma=1.067613 ! Fit after self-cal, rms=0.089533Jy sigma=1.067399 ! Inverting map and beam ! Estimated beam: bmin=2.968 mas, bmaj=7.394 mas, bpa=-1.175 degrees ! Estimated noise=1.19994 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125287 Jy ! Component: 100 - total flux cleaned = 0.00156989 Jy ! Component: 150 - total flux cleaned = 0.00166192 Jy ! Component: 200 - total flux cleaned = 0.00169095 Jy ! Total flux subtracted in 200 components = 0.00169095 Jy ! Clean residual min=-0.007278 max=0.006453 Jy/beam ! Clean residual mean=-0.000056 rms=0.001858 Jy/beam ! Combined flux in latest and established models = 0.175884 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 79 components and 0.175884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089509Jy sigma=1.066882 ! Fit after self-cal, rms=0.089500Jy sigma=1.066826 ! 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.089500Jy sigma=1.066826 ! Fit after self-cal, rms=0.088976Jy sigma=1.059587 ! 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.088976Jy sigma=1.059587 ! Fit after self-cal, rms=0.088977Jy sigma=1.059546 ! Inverting map and beam ! Estimated beam: bmin=2.968 mas, bmaj=7.384 mas, bpa=-1.874 degrees ! Estimated noise=1.18428 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00178917 Jy ! Component: 100 - total flux cleaned = -0.00182907 Jy ! Component: 150 - total flux cleaned = -0.00176425 Jy ! Component: 200 - total flux cleaned = -0.00173336 Jy ! Total flux subtracted in 200 components = -0.00173336 Jy ! Clean residual min=-0.006701 max=0.006593 Jy/beam ! Clean residual mean=-0.000044 rms=0.001790 Jy/beam ! Combined flux in latest and established models = 0.17415 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 85 components and 0.17415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088895Jy sigma=1.058812 ! Fit after self-cal, rms=0.088893Jy sigma=1.058789 ! 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.475 mas, bmaj=14.55 mas, bpa=6.434 degrees ! Estimated noise=1.57003 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.00305276 Jy ! Component: 100 - total flux cleaned = 0.00328487 Jy ! Component: 150 - total flux cleaned = 0.00344491 Jy ! Component: 200 - total flux cleaned = 0.00363838 Jy ! Total flux subtracted in 200 components = 0.00363838 Jy ! Clean residual min=-0.008171 max=0.007297 Jy/beam ! Clean residual mean=-0.000098 rms=0.002673 Jy/beam ! Combined flux in latest and established models = 0.177789 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 87 components and 0.177789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089055Jy sigma=1.059480 ! Fit after self-cal, rms=0.089022Jy sigma=1.059133 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.394 mas, bmaj=6.422 mas, bpa=-1.751 degrees ! Estimated noise=1.72225 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.114643 Jy ! Component: 100 - total flux cleaned = 0.140459 Jy ! Component: 150 - total flux cleaned = 0.152818 Jy ! Component: 200 - total flux cleaned = 0.159857 Jy ! Total flux subtracted in 200 components = 0.159857 Jy ! Clean residual min=-0.006755 max=0.006645 Jy/beam ! Clean residual mean=-0.000043 rms=0.001971 Jy/beam ! Combined flux in latest and established models = 0.159857 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.159857 Jy ! Inverting map and beam ! Estimated beam: bmin=2.968 mas, bmaj=7.384 mas, bpa=-1.874 degrees ! Estimated noise=1.18428 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.00759954 Jy ! Component: 100 - total flux cleaned = 0.010882 Jy ! Component: 150 - total flux cleaned = 0.0118179 Jy ! Component: 200 - total flux cleaned = 0.0120958 Jy ! Total flux subtracted in 200 components = 0.0120958 Jy ! Clean residual min=-0.006735 max=0.006514 Jy/beam ! Clean residual mean=-0.000045 rms=0.001844 Jy/beam ! Combined flux in latest and established models = 0.171953 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 57 components and 0.171953 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.475 mas, bmaj=14.55 mas, bpa=6.434 degrees ! Estimated noise=1.57003 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.00390332 Jy ! Component: 100 - total flux cleaned = 0.00423174 Jy ! Component: 150 - total flux cleaned = 0.00451358 Jy ! Component: 200 - total flux cleaned = 0.00470549 Jy ! Total flux subtracted in 200 components = 0.00470549 Jy ! Clean residual min=-0.008175 max=0.007487 Jy/beam ! Clean residual mean=-0.000099 rms=0.002712 Jy/beam ! Combined flux in latest and established models = 0.176659 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 60 components and 0.176659 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.968 mas, bmaj=7.384 mas, bpa=-1.874 degrees ! Estimated noise=1.18428 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00229104 Jy ! Component: 100 - total flux cleaned = -0.00247552 Jy ! Component: 150 - total flux cleaned = -0.00252379 Jy ! Component: 200 - total flux cleaned = -0.00248027 Jy ! Total flux subtracted in 200 components = -0.00248027 Jy ! Clean residual min=-0.006682 max=0.006492 Jy/beam ! Clean residual mean=-0.000044 rms=0.001794 Jy/beam ! Combined flux in latest and established models = 0.174178 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 67 components and 0.174178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088916Jy sigma=1.059195 ! Fit after self-cal, rms=0.088917Jy sigma=1.059119 wmodel J0210-1444_S_2005_05_12_yyk\_map.mod ! Writing 67 model components to file: J0210-1444_S_2005_05_12_yyk_map.mod wobs J0210-1444_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0210-1444_S_2005_05_12_yyk_uvs.fits wwins J0210-1444_S_2005_05_12_yyk\_map.win ! wwins: Wrote 1 windows to J0210-1444_S_2005_05_12_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00155629 Jy ! Component: 100 - total flux cleaned = -0.00318088 Jy ! Component: 150 - total flux cleaned = -0.00417283 Jy ! Component: 200 - total flux cleaned = -0.00473026 Jy ! Component: 250 - total flux cleaned = -0.00482145 Jy ! Component: 300 - total flux cleaned = -0.00491032 Jy ! Component: 350 - total flux cleaned = -0.00507099 Jy ! Component: 400 - total flux cleaned = -0.00507145 Jy ! Component: 450 - total flux cleaned = -0.00522182 Jy ! Component: 500 - total flux cleaned = -0.00551381 Jy ! Component: 550 - total flux cleaned = -0.00551473 Jy ! Component: 600 - total flux cleaned = -0.00579012 Jy ! Component: 650 - total flux cleaned = -0.00598973 Jy ! Component: 700 - total flux cleaned = -0.00618499 Jy ! Component: 750 - total flux cleaned = -0.00624757 Jy ! Component: 800 - total flux cleaned = -0.00606136 Jy ! Component: 850 - total flux cleaned = -0.00618499 Jy ! Component: 900 - total flux cleaned = -0.0063643 Jy ! Component: 950 - total flux cleaned = -0.00630593 Jy ! Component: 1000 - total flux cleaned = -0.00607716 Jy ! Component: 1050 - total flux cleaned = -0.0062458 Jy ! Component: 1100 - total flux cleaned = -0.00630146 Jy ! Component: 1150 - total flux cleaned = -0.00651994 Jy ! Component: 1200 - total flux cleaned = -0.00667931 Jy ! Component: 1250 - total flux cleaned = -0.00667846 Jy ! Component: 1300 - total flux cleaned = -0.00678222 Jy ! Component: 1350 - total flux cleaned = -0.00698419 Jy ! Component: 1400 - total flux cleaned = -0.00713353 Jy ! Component: 1450 - total flux cleaned = -0.00723192 Jy ! Component: 1500 - total flux cleaned = -0.00747325 Jy ! Component: 1550 - total flux cleaned = -0.00747301 Jy ! Component: 1600 - total flux cleaned = -0.00761288 Jy ! Component: 1650 - total flux cleaned = -0.00779671 Jy ! Component: 1700 - total flux cleaned = -0.00770514 Jy ! Component: 1750 - total flux cleaned = -0.00779533 Jy ! Component: 1800 - total flux cleaned = -0.00792873 Jy ! Component: 1850 - total flux cleaned = -0.00788529 Jy ! Component: 1900 - total flux cleaned = -0.00805779 Jy ! Component: 1950 - total flux cleaned = -0.00805834 Jy ! Component: 2000 - total flux cleaned = -0.00822665 Jy ! Total flux subtracted in 2048 components = -0.00822619 Jy ! Clean residual min=-0.002499 max=0.002461 Jy/beam ! Clean residual mean=-0.000004 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.165952 Jy keep ! Adding 135 model components to the UV plane model. ! The established model now contains 202 components and 0.165952 Jy ![Exited script file: muppet] wmap "J0210-1444_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.968 x 7.384 at -1.874 degrees (North through East) ! Clean map min=-0.0044131 max=0.1317 Jy/beam ! Writing clean map to FITS file: J0210-1444_S_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.131703 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000847745 device "J0210-1444_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0210-1444_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.93104 1.93104 3.86209 7.72417 15.4483 30.8967 61.7934 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0025 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.131 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.968 x 7.384 at -1.874 degrees (North through East) ! Clean map min=-0.0044131 max=0.1317 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0210-1444_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0210-1444_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0210-1444_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 16:50:23 2005