! Started logfile: J0405-1308_X_2005_07_08_yyk_uvs.log on Fri Jan 20 09:53:26 2006 obs J0405-1308_X_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J0405-1308_X_2005_07_08_yyk_uve.fits ! AN table 1: 4 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.95 visibilities/baseline/integration-bin. ! Found source: J0405-1308 ! ! 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 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1407 lines of history. ! ! Reading 684 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 J0405-1308_X_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 1.30347 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=0.6792 mas, bmaj=1.686 mas, bpa=3.466 degrees ! Estimated noise=2.29632 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 = 1.08083 Jy ! Component: 100 - total flux cleaned = 1.26326 Jy ! Total flux subtracted in 100 components = 1.26326 Jy ! Clean residual min=-0.037927 max=0.056943 Jy/beam ! Clean residual mean=-0.000018 rms=0.011278 Jy/beam ! Combined flux in latest and established models = 1.26326 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 1.26326 Jy ! ! Correcting IF 1. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.173678Jy sigma=2.741117 ! Fit after self-cal, rms=0.173375Jy sigma=2.735589 ! Inverting map and beam ! Estimated beam: bmin=0.6792 mas, bmaj=1.686 mas, bpa=3.466 degrees ! Estimated noise=2.29632 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=0.8653 mas, bmaj=2.157 mas, bpa=-0.3093 degrees ! Estimated noise=1.69681 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.0997856 Jy ! Component: 100 - total flux cleaned = 0.134948 Jy ! Component: 150 - total flux cleaned = 0.150539 Jy ! Component: 200 - total flux cleaned = 0.15442 Jy ! Total flux subtracted in 200 components = 0.15442 Jy ! Clean residual min=-0.040606 max=0.026627 Jy/beam ! Clean residual mean=0.000039 rms=0.007615 Jy/beam ! Combined flux in latest and established models = 1.41768 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 34 components and 1.41768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134940Jy sigma=2.028140 ! Fit after self-cal, rms=0.134486Jy sigma=2.025055 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8653 x 2.157 at -0.3093 degrees (North through East) ! Clean map min=-0.037218 max=1.2802 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.00675 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 1.03 KP 0.96 ! LA 1.00 MK 1.01 NL 0.99 OV 1.04 ! PT 0.97 SC 0.96 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01363 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.02 KP 0.91 ! LA 0.96 MK 1.00 NL 0.97 OV 1.01 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.01172 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.04 HN 0.92 KP 0.85 ! LA 0.97 MK 1.05 NL 0.97 OV 1.05 ! PT 1.06 SC 0.92 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.954849 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.06 HN 0.99 KP 0.98 ! LA 0.97 MK 1.03 NL 0.99 OV 1.07 ! PT 1.11 SC 1.21 ! ! ! Fit before self-cal, rms=0.134486Jy sigma=2.025055 ! Fit after self-cal, rms=0.105377Jy sigma=1.538028 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.105377Jy sigma=1.538028 ! Fit after self-cal, rms=0.105388Jy sigma=1.537998 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8724 mas, bmaj=2.179 mas, bpa=-0.1496 degrees ! Estimated noise=1.69324 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.00628661 Jy ! Component: 100 - total flux cleaned = -0.00694915 Jy ! Component: 150 - total flux cleaned = -0.0065883 Jy ! Component: 200 - total flux cleaned = -0.0062668 Jy ! Total flux subtracted in 200 components = -0.0062668 Jy ! Clean residual min=-0.011781 max=0.016392 Jy/beam ! Clean residual mean=0.000012 rms=0.003596 Jy/beam ! Combined flux in latest and established models = 1.41142 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 1.41142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104658Jy sigma=1.523935 ! Fit after self-cal, rms=0.104506Jy sigma=1.523067 ! 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.104506Jy sigma=1.523067 ! Fit after self-cal, rms=0.098537Jy sigma=1.455280 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) ! Added new window around map position (0.6, -4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0184918 Jy ! Component: 100 - total flux cleaned = 0.0223929 Jy ! Component: 150 - total flux cleaned = 0.0229003 Jy ! Component: 200 - total flux cleaned = 0.0228914 Jy ! Total flux subtracted in 200 components = 0.0228914 Jy ! Clean residual min=-0.010390 max=0.011988 Jy/beam ! Clean residual mean=0.000020 rms=0.002876 Jy/beam ! Combined flux in latest and established models = 1.43431 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 62 components and 1.43431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096090Jy sigma=1.407231 ! Fit after self-cal, rms=0.095232Jy sigma=1.397457 ! 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: 0.8724 x 2.179 at -0.1496 degrees (North through East) ! Clean map min=-0.0094225 max=1.2777 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.095232Jy sigma=1.397457 ! Fit after self-cal, rms=0.072749Jy sigma=0.983214 ! 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.072749Jy sigma=0.983214 ! Fit after self-cal, rms=0.072670Jy sigma=0.982207 ! Inverting map and beam ! Estimated beam: bmin=0.8723 mas, bmaj=2.181 mas, bpa=-0.2478 degrees ! Estimated noise=1.68939 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00441026 Jy ! Component: 100 - total flux cleaned = 0.00460713 Jy ! Component: 150 - total flux cleaned = 0.00494976 Jy ! Component: 200 - total flux cleaned = 0.00494338 Jy ! Total flux subtracted in 200 components = 0.00494338 Jy ! Clean residual min=-0.007815 max=0.006228 Jy/beam ! Clean residual mean=0.000003 rms=0.001806 Jy/beam ! Combined flux in latest and established models = 1.43925 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 1.43925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071872Jy sigma=0.965510 ! Fit after self-cal, rms=0.071798Jy sigma=0.964041 ! 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.071798Jy sigma=0.964041 ! Fit after self-cal, rms=0.069658Jy sigma=0.933409 ! 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.069658Jy sigma=0.933409 ! Fit after self-cal, rms=0.069660Jy sigma=0.933393 ! Inverting map and beam ! Estimated beam: bmin=0.8722 mas, bmaj=2.18 mas, bpa=-0.2544 degrees ! Estimated noise=1.68896 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00313523 Jy ! Component: 100 - total flux cleaned = 0.0032889 Jy ! Component: 150 - total flux cleaned = 0.00341835 Jy ! Component: 200 - total flux cleaned = 0.00352567 Jy ! Total flux subtracted in 200 components = 0.00352567 Jy ! Clean residual min=-0.007521 max=0.005740 Jy/beam ! Clean residual mean=0.000003 rms=0.001667 Jy/beam ! Combined flux in latest and established models = 1.44278 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 76 components and 1.44278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069288Jy sigma=0.925199 ! Fit after self-cal, rms=0.069245Jy sigma=0.924593 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.232 mas, bmaj=4.584 mas, bpa=7.681 degrees ! Estimated noise=2.14171 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.00169 Jy ! Component: 100 - total flux cleaned = 0.00159297 Jy ! Component: 150 - total flux cleaned = 0.00139782 Jy ! Component: 200 - total flux cleaned = 0.00118649 Jy ! Total flux subtracted in 200 components = 0.00118649 Jy ! Clean residual min=-0.007412 max=0.006872 Jy/beam ! Clean residual mean=0.000005 rms=0.002223 Jy/beam ! Combined flux in latest and established models = 1.44396 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 88 components and 1.44396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069183Jy sigma=0.922897 ! Fit after self-cal, rms=0.069152Jy sigma=0.922107 ! 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=0.6839 mas, bmaj=1.701 mas, bpa=3.215 degrees ! Estimated noise=2.3154 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.09003 Jy ! Component: 100 - total flux cleaned = 1.26301 Jy ! Component: 150 - total flux cleaned = 1.33646 Jy ! Component: 200 - total flux cleaned = 1.37376 Jy ! Total flux subtracted in 200 components = 1.37376 Jy ! Clean residual min=-0.010890 max=0.013512 Jy/beam ! Clean residual mean=-0.000010 rms=0.003092 Jy/beam ! Combined flux in latest and established models = 1.37375 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 25 model components to the UV plane model. ! The established model now contains 25 components and 1.37375 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8722 mas, bmaj=2.18 mas, bpa=-0.2544 degrees ! Estimated noise=1.68896 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.0297497 Jy ! Component: 100 - total flux cleaned = 0.0442212 Jy ! Component: 150 - total flux cleaned = 0.0528535 Jy ! Component: 200 - total flux cleaned = 0.0586861 Jy ! Total flux subtracted in 200 components = 0.0586861 Jy ! Clean residual min=-0.007544 max=0.006357 Jy/beam ! Clean residual mean=-0.000001 rms=0.001738 Jy/beam ! Combined flux in latest and established models = 1.43244 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 66 components and 1.43244 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.232 mas, bmaj=4.584 mas, bpa=7.681 degrees ! Estimated noise=2.14171 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.00623487 Jy ! Component: 100 - total flux cleaned = 0.00815451 Jy ! Component: 150 - total flux cleaned = 0.0088163 Jy ! Component: 200 - total flux cleaned = 0.009269 Jy ! Total flux subtracted in 200 components = 0.009269 Jy ! Clean residual min=-0.007904 max=0.006181 Jy/beam ! Clean residual mean=0.000004 rms=0.002234 Jy/beam ! Combined flux in latest and established models = 1.44171 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 78 components and 1.44171 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8722 mas, bmaj=2.18 mas, bpa=-0.2544 degrees ! Estimated noise=1.68896 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 3.10989e-05 Jy ! Component: 100 - total flux cleaned = -0.000107866 Jy ! Component: 150 - total flux cleaned = -0.000103353 Jy ! Component: 200 - total flux cleaned = -1.84507e-05 Jy ! Total flux subtracted in 200 components = -1.84507e-05 Jy ! Clean residual min=-0.007131 max=0.005708 Jy/beam ! Clean residual mean=0.000002 rms=0.001576 Jy/beam ! Combined flux in latest and established models = 1.44169 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 94 components and 1.44169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068945Jy sigma=0.918870 ! Fit after self-cal, rms=0.068914Jy sigma=0.917749 wmodel J0405-1308_X_2005_07_08_yyk\_map.mod ! Writing 94 model components to file: J0405-1308_X_2005_07_08_yyk_map.mod wobs J0405-1308_X_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J0405-1308_X_2005_07_08_yyk_uvs.fits wwins J0405-1308_X_2005_07_08_yyk\_map.win ! wwins: Wrote 2 windows to J0405-1308_X_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.00301654 Jy ! Component: 100 - total flux cleaned = -0.00417576 Jy ! Component: 150 - total flux cleaned = -0.00479372 Jy ! Component: 200 - total flux cleaned = -0.00537222 Jy ! Component: 250 - total flux cleaned = -0.00600536 Jy ! Component: 300 - total flux cleaned = -0.00667929 Jy ! Component: 350 - total flux cleaned = -0.00710673 Jy ! Component: 400 - total flux cleaned = -0.00731314 Jy ! Component: 450 - total flux cleaned = -0.00744255 Jy ! Component: 500 - total flux cleaned = -0.00750433 Jy ! Component: 550 - total flux cleaned = -0.00744305 Jy ! Component: 600 - total flux cleaned = -0.00738422 Jy ! Component: 650 - total flux cleaned = -0.00738539 Jy ! Component: 700 - total flux cleaned = -0.00722023 Jy ! Component: 750 - total flux cleaned = -0.00700518 Jy ! Component: 800 - total flux cleaned = -0.00679512 Jy ! Component: 850 - total flux cleaned = -0.00684639 Jy ! Component: 900 - total flux cleaned = -0.00664699 Jy ! Component: 950 - total flux cleaned = -0.0065004 Jy ! Component: 1000 - total flux cleaned = -0.00635669 Jy ! Component: 1050 - total flux cleaned = -0.00626262 Jy ! Component: 1100 - total flux cleaned = -0.00598552 Jy ! Component: 1150 - total flux cleaned = -0.00575943 Jy ! Component: 1200 - total flux cleaned = -0.00566966 Jy ! Component: 1250 - total flux cleaned = -0.00545004 Jy ! Component: 1300 - total flux cleaned = -0.00519167 Jy ! Component: 1350 - total flux cleaned = -0.00514954 Jy ! Component: 1400 - total flux cleaned = -0.00510655 Jy ! Component: 1450 - total flux cleaned = -0.00494127 Jy ! Component: 1500 - total flux cleaned = -0.00477921 Jy ! Component: 1550 - total flux cleaned = -0.00489923 Jy ! Component: 1600 - total flux cleaned = -0.0047022 Jy ! Component: 1650 - total flux cleaned = -0.00478052 Jy ! Component: 1700 - total flux cleaned = -0.00478074 Jy ! Component: 1750 - total flux cleaned = -0.00470535 Jy ! Component: 1800 - total flux cleaned = -0.00463032 Jy ! Component: 1850 - total flux cleaned = -0.00463054 Jy ! Component: 1900 - total flux cleaned = -0.00452073 Jy ! Component: 1950 - total flux cleaned = -0.00452028 Jy ! Component: 2000 - total flux cleaned = -0.00441221 Jy ! Total flux subtracted in 2048 components = -0.00434133 Jy ! Clean residual min=-0.001822 max=0.002038 Jy/beam ! Clean residual mean=-0.000003 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 1.43735 Jy keep ! Adding 121 model components to the UV plane model. ! The established model now contains 215 components and 1.43735 Jy ![Exited script file: muppet] wmap "J0405-1308_X_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8722 x 2.18 at -0.2544 degrees (North through East) ! Clean map min=-0.0042816 max=1.2778 Jy/beam ! Writing clean map to FITS file: J0405-1308_X_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 1.27783 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000647598 device "J0405-1308_X_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J0405-1308_X_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.152039 0.152039 0.304078 0.608156 1.21631 2.43262 4.86525 9.7305 19.461 38.922 77.844 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(peak_flux*1000)/1000 ! peak= 1.277 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8722 x 2.18 at -0.2544 degrees (North through East) ! Clean map min=-0.0042816 max=1.2778 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0405-1308_X_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J0405-1308_X_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0405-1308_X_2005_07_08_yyk_uvs.log closed on Fri Jan 20 09:53:30 2006