! Started logfile: J1854-1539_S_2005_07_20_yyk_uvs.log on Fri Jan 20 10:53:21 2006 obs J1854-1539_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J1854-1539_S_2005_07_20_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.837778 visibilities/baseline/integration-bin. ! Found source: J1854-1539 ! ! 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 1508 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 J1854-1539_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.183034 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=3.026 mas, bmaj=6.748 mas, bpa=5.507 degrees ! Estimated noise=1.75622 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.119709 Jy ! Component: 100 - total flux cleaned = 0.16655 Jy ! Total flux subtracted in 100 components = 0.16655 Jy ! Clean residual min=-0.008128 max=0.015381 Jy/beam ! Clean residual mean=-0.000099 rms=0.002908 Jy/beam ! Combined flux in latest and established models = 0.16655 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.16655 Jy ! ! Correcting IF 1. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.084838Jy sigma=1.303526 ! Fit after self-cal, rms=0.084078Jy sigma=1.296471 ! Inverting map and beam ! Estimated beam: bmin=3.026 mas, bmaj=6.748 mas, bpa=5.507 degrees ! Estimated noise=1.75622 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=4.171 mas, bmaj=9.61 mas, bpa=6.935 degrees ! Estimated noise=1.20134 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.0304432 Jy ! Component: 100 - total flux cleaned = 0.043603 Jy ! Component: 150 - total flux cleaned = 0.0498709 Jy ! Component: 200 - total flux cleaned = 0.0517202 Jy ! Total flux subtracted in 200 components = 0.0517202 Jy ! Clean residual min=-0.006408 max=0.007519 Jy/beam ! Clean residual mean=-0.000041 rms=0.002070 Jy/beam ! Combined flux in latest and established models = 0.21827 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 40 model components to the UV plane model. ! The established model now contains 61 components and 0.21827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075773Jy sigma=1.132877 ! Fit after self-cal, rms=0.075732Jy sigma=1.132652 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.171 x 9.61 at 6.935 degrees (North through East) ! Clean map min=-0.0062509 max=0.14451 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.075732Jy sigma=1.132652 ! Fit after self-cal, rms=0.075732Jy sigma=1.132652 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.075732Jy sigma=1.132652 ! Fit after self-cal, rms=0.075733Jy sigma=1.132651 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.171 mas, bmaj=9.61 mas, bpa=6.935 degrees ! Estimated noise=1.20134 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.000864164 Jy ! Component: 100 - total flux cleaned = 0.00149577 Jy ! Component: 150 - total flux cleaned = 0.00215607 Jy ! Component: 200 - total flux cleaned = 0.00265782 Jy ! Total flux subtracted in 200 components = 0.00265782 Jy ! Clean residual min=-0.006331 max=0.006733 Jy/beam ! Clean residual mean=-0.000034 rms=0.002007 Jy/beam ! Combined flux in latest and established models = 0.220928 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 66 components and 0.220928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075485Jy sigma=1.128967 ! Fit after self-cal, rms=0.075477Jy sigma=1.128907 ! 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.075477Jy sigma=1.128907 ! Fit after self-cal, rms=0.070989Jy sigma=1.083416 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.00180722 Jy ! Component: 100 - total flux cleaned = 0.00223712 Jy ! Component: 150 - total flux cleaned = 0.00250371 Jy ! Component: 200 - total flux cleaned = 0.00274674 Jy ! Total flux subtracted in 200 components = 0.00274674 Jy ! Clean residual min=-0.006236 max=0.006215 Jy/beam ! Clean residual mean=-0.000030 rms=0.001956 Jy/beam ! Combined flux in latest and established models = 0.223675 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 69 components and 0.223674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070864Jy sigma=1.081817 ! Fit after self-cal, rms=0.070356Jy sigma=1.078517 ! 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: 4.171 x 9.61 at 6.935 degrees (North through East) ! Clean map min=-0.0061204 max=0.14269 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.070356Jy sigma=1.078517 ! Fit after self-cal, rms=0.070356Jy sigma=1.078517 ! 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.070356Jy sigma=1.078517 ! Fit after self-cal, rms=0.070283Jy sigma=1.078107 ! Inverting map and beam ! Estimated beam: bmin=4.171 mas, bmaj=9.61 mas, bpa=6.935 degrees ! Estimated noise=1.20134 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000336933 Jy ! Component: 100 - total flux cleaned = 0.000520315 Jy ! Component: 150 - total flux cleaned = 0.000644983 Jy ! Component: 200 - total flux cleaned = 0.000721296 Jy ! Total flux subtracted in 200 components = 0.000721296 Jy ! Clean residual min=-0.006226 max=0.005861 Jy/beam ! Clean residual mean=-0.000028 rms=0.001935 Jy/beam ! Combined flux in latest and established models = 0.224396 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 76 components and 0.224396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070254Jy sigma=1.077367 ! Fit after self-cal, rms=0.070242Jy sigma=1.077250 ! 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.070242Jy sigma=1.077250 ! Fit after self-cal, rms=0.068411Jy sigma=1.060436 ! 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.068411Jy sigma=1.060436 ! Fit after self-cal, rms=0.068415Jy sigma=1.060345 ! Inverting map and beam ! Estimated beam: bmin=4.191 mas, bmaj=9.621 mas, bpa=6.528 degrees ! Estimated noise=1.1836 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00294554 Jy ! Component: 100 - total flux cleaned = -0.00356285 Jy ! Component: 150 - total flux cleaned = -0.00356379 Jy ! Component: 200 - total flux cleaned = -0.00353527 Jy ! Total flux subtracted in 200 components = -0.00353527 Jy ! Clean residual min=-0.005962 max=0.005464 Jy/beam ! Clean residual mean=-0.000034 rms=0.001841 Jy/beam ! Combined flux in latest and established models = 0.220861 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 88 components and 0.22086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068472Jy sigma=1.058452 ! Fit after self-cal, rms=0.068473Jy sigma=1.058425 ! 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.272 mas, bmaj=16.32 mas, bpa=7.001 degrees ! Estimated noise=1.37315 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.00103886 Jy ! Component: 100 - total flux cleaned = 0.00109053 Jy ! Component: 150 - total flux cleaned = 0.00123079 Jy ! Component: 200 - total flux cleaned = 0.00136091 Jy ! Total flux subtracted in 200 components = 0.00136091 Jy ! Clean residual min=-0.006626 max=0.006042 Jy/beam ! Clean residual mean=-0.000054 rms=0.002378 Jy/beam ! Combined flux in latest and established models = 0.222221 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 96 components and 0.222221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068584Jy sigma=1.058668 ! Fit after self-cal, rms=0.068572Jy sigma=1.058264 ! 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=3.033 mas, bmaj=6.748 mas, bpa=5.321 degrees ! Estimated noise=1.73304 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.119418 Jy ! Component: 100 - total flux cleaned = 0.165291 Jy ! Component: 150 - total flux cleaned = 0.187485 Jy ! Component: 200 - total flux cleaned = 0.200281 Jy ! Total flux subtracted in 200 components = 0.200281 Jy ! Clean residual min=-0.008077 max=0.007101 Jy/beam ! Clean residual mean=-0.000043 rms=0.002105 Jy/beam ! Combined flux in latest and established models = 0.200281 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 40 model components to the UV plane model. ! The established model now contains 40 components and 0.200281 Jy ! Inverting map and beam ! Estimated beam: bmin=4.191 mas, bmaj=9.621 mas, bpa=6.528 degrees ! Estimated noise=1.1836 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.0109324 Jy ! Component: 100 - total flux cleaned = 0.0157475 Jy ! Component: 150 - total flux cleaned = 0.0169527 Jy ! Component: 200 - total flux cleaned = 0.017575 Jy ! Total flux subtracted in 200 components = 0.017575 Jy ! Clean residual min=-0.006047 max=0.006880 Jy/beam ! Clean residual mean=-0.000042 rms=0.001921 Jy/beam ! Combined flux in latest and established models = 0.217856 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.217856 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.272 mas, bmaj=16.32 mas, bpa=7.001 degrees ! Estimated noise=1.37315 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.00142858 Jy ! Component: 100 - total flux cleaned = 0.00183007 Jy ! Component: 150 - total flux cleaned = 0.00209001 Jy ! Component: 200 - total flux cleaned = 0.00232398 Jy ! Total flux subtracted in 200 components = 0.00232398 Jy ! Clean residual min=-0.006919 max=0.007365 Jy/beam ! Clean residual mean=-0.000063 rms=0.002460 Jy/beam ! Combined flux in latest and established models = 0.22018 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.22018 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.191 mas, bmaj=9.621 mas, bpa=6.528 degrees ! Estimated noise=1.1836 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000194269 Jy ! Component: 100 - total flux cleaned = -0.000108712 Jy ! Component: 150 - total flux cleaned = -3.86902e-05 Jy ! Component: 200 - total flux cleaned = 1.98957e-05 Jy ! Total flux subtracted in 200 components = 1.98957e-05 Jy ! Clean residual min=-0.005946 max=0.005698 Jy/beam ! Clean residual mean=-0.000037 rms=0.001849 Jy/beam ! Combined flux in latest and established models = 0.2202 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 64 components and 0.2202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068415Jy sigma=1.058087 ! Fit after self-cal, rms=0.068357Jy sigma=1.057661 wmodel J1854-1539_S_2005_07_20_yyk\_map.mod ! Writing 64 model components to file: J1854-1539_S_2005_07_20_yyk_map.mod wobs J1854-1539_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J1854-1539_S_2005_07_20_yyk_uvs.fits wwins J1854-1539_S_2005_07_20_yyk\_map.win ! wwins: Wrote 1 windows to J1854-1539_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.000306353 Jy ! Component: 100 - total flux cleaned = 2.15305e-05 Jy ! Component: 150 - total flux cleaned = 0.000198633 Jy ! Component: 200 - total flux cleaned = 0.000195484 Jy ! Component: 250 - total flux cleaned = -0.00047359 Jy ! Component: 300 - total flux cleaned = -0.000956112 Jy ! Component: 350 - total flux cleaned = -0.00126388 Jy ! Component: 400 - total flux cleaned = -0.00141077 Jy ! Component: 450 - total flux cleaned = -0.00169426 Jy ! Component: 500 - total flux cleaned = -0.00169561 Jy ! Component: 550 - total flux cleaned = -0.00203324 Jy ! Component: 600 - total flux cleaned = -0.00216416 Jy ! Component: 650 - total flux cleaned = -0.00260778 Jy ! Component: 700 - total flux cleaned = -0.00297624 Jy ! Component: 750 - total flux cleaned = -0.0032162 Jy ! Component: 800 - total flux cleaned = -0.0033909 Jy ! Component: 850 - total flux cleaned = -0.00350466 Jy ! Component: 900 - total flux cleaned = -0.00356135 Jy ! Component: 950 - total flux cleaned = -0.00377781 Jy ! Component: 1000 - total flux cleaned = -0.00377655 Jy ! Component: 1050 - total flux cleaned = -0.00372423 Jy ! Component: 1100 - total flux cleaned = -0.0037247 Jy ! Component: 1150 - total flux cleaned = -0.0036748 Jy ! Component: 1200 - total flux cleaned = -0.00362654 Jy ! Component: 1250 - total flux cleaned = -0.00381897 Jy ! Component: 1300 - total flux cleaned = -0.00381876 Jy ! Component: 1350 - total flux cleaned = -0.0040049 Jy ! Component: 1400 - total flux cleaned = -0.00405003 Jy ! Component: 1450 - total flux cleaned = -0.00418501 Jy ! Component: 1500 - total flux cleaned = -0.0043631 Jy ! Component: 1550 - total flux cleaned = -0.00449331 Jy ! Component: 1600 - total flux cleaned = -0.00457913 Jy ! Component: 1650 - total flux cleaned = -0.00470655 Jy ! Component: 1700 - total flux cleaned = -0.00474811 Jy ! Component: 1750 - total flux cleaned = -0.00483047 Jy ! Component: 1800 - total flux cleaned = -0.00507426 Jy ! Component: 1850 - total flux cleaned = -0.00507418 Jy ! Component: 1900 - total flux cleaned = -0.00527286 Jy ! Component: 1950 - total flux cleaned = -0.00542932 Jy ! Component: 2000 - total flux cleaned = -0.00550669 Jy ! Total flux subtracted in 2048 components = -0.00577559 Jy ! Clean residual min=-0.002586 max=0.002111 Jy/beam ! Clean residual mean=-0.000009 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.214424 Jy keep ! Adding 147 model components to the UV plane model. ! The established model now contains 211 components and 0.214424 Jy ![Exited script file: muppet] wmap "J1854-1539_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.191 x 9.621 at 6.528 degrees (North through East) ! Clean map min=-0.0045843 max=0.14255 Jy/beam ! Writing clean map to FITS file: J1854-1539_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.142554 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00081256 device "J1854-1539_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J1854-1539_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.71001 1.71001 3.42001 6.84003 13.6801 27.3601 54.7202 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0024 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.142 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.191 x 9.621 at 6.528 degrees (North through East) ! Clean map min=-0.0045843 max=0.14255 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1854-1539_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J1854-1539_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1854-1539_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 10:53:25 2006