! Started logfile: J1508-1548_X_2005_07_09_yyk_uvs.log on Fri Jan 20 10:37:40 2006 obs J1508-1548_X_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J1508-1548_X_2005_07_09_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1508-1548 ! ! 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 1479 lines of history. ! ! Reading 1800 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 J1508-1548_X_2005_07_09_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)= 0.311816 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.7036 mas, bmaj=1.77 mas, bpa=-2.26 degrees ! Estimated noise=1.3152 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.252657 Jy ! Component: 100 - total flux cleaned = 0.297436 Jy ! Total flux subtracted in 100 components = 0.297436 Jy ! Clean residual min=-0.008107 max=0.012336 Jy/beam ! Clean residual mean=-0.000035 rms=0.002376 Jy/beam ! Combined flux in latest and established models = 0.297436 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.297436 Jy ! ! Correcting IF 1. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.080082Jy sigma=1.214228 ! Fit after self-cal, rms=0.079707Jy sigma=1.208070 ! Inverting map and beam ! Estimated beam: bmin=0.7036 mas, bmaj=1.77 mas, bpa=-2.26 degrees ! Estimated noise=1.3152 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.8854 mas, bmaj=2.225 mas, bpa=-3.039 degrees ! Estimated noise=0.955874 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.023708 Jy ! Component: 100 - total flux cleaned = 0.0331484 Jy ! Component: 150 - total flux cleaned = 0.0373039 Jy ! Component: 200 - total flux cleaned = 0.0387703 Jy ! Total flux subtracted in 200 components = 0.0387703 Jy ! Clean residual min=-0.006057 max=0.005078 Jy/beam ! Clean residual mean=-0.000005 rms=0.001430 Jy/beam ! Combined flux in latest and established models = 0.336207 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 30 components and 0.336207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075159Jy sigma=1.109980 ! Fit after self-cal, rms=0.075142Jy sigma=1.109705 ! 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.8854 x 2.225 at -3.039 degrees (North through East) ! Clean map min=-0.0055589 max=0.29702 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.00894 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.99 HN 1.06 KP 0.98 ! LA 1.01 MK 1.00 NL 0.96 OV 1.00 ! PT 0.97 SC 0.96 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00815 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.01 HN 1.02 KP 0.90 ! LA 1.00 MK 1.02 NL 1.01 OV 0.99 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.01303 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.05 HN 0.95 KP 0.87 ! LA 0.99 MK 1.04 NL 0.98 OV 1.01 ! PT 1.03 SC 0.93 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.955685 ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.05 HN 1.01 KP 0.99 ! LA 1.02 MK 1.02 NL 0.96 OV 1.01 ! PT 1.12 SC 1.19 ! ! ! Fit before self-cal, rms=0.075142Jy sigma=1.109705 ! Fit after self-cal, rms=0.072776Jy sigma=1.073578 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.072776Jy sigma=1.073578 ! Fit after self-cal, rms=0.072777Jy sigma=1.073564 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8939 mas, bmaj=2.237 mas, bpa=-2.809 degrees ! Estimated noise=0.953665 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.00116258 Jy ! Component: 100 - total flux cleaned = -0.00130519 Jy ! Component: 150 - total flux cleaned = -0.001445 Jy ! Component: 200 - total flux cleaned = -0.0015011 Jy ! Total flux subtracted in 200 components = -0.0015011 Jy ! Clean residual min=-0.004095 max=0.004598 Jy/beam ! Clean residual mean=-0.000004 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.334706 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.334706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072752Jy sigma=1.072696 ! Fit after self-cal, rms=0.072737Jy sigma=1.072570 ! 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.072737Jy sigma=1.072570 ! Fit after self-cal, rms=0.070093Jy sigma=1.029290 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.000635324 Jy ! Component: 100 - total flux cleaned = 0.000696066 Jy ! Component: 150 - total flux cleaned = 0.000746869 Jy ! Component: 200 - total flux cleaned = 0.000770698 Jy ! Total flux subtracted in 200 components = 0.000770698 Jy ! Clean residual min=-0.004058 max=0.004449 Jy/beam ! Clean residual mean=-0.000003 rms=0.001077 Jy/beam ! Combined flux in latest and established models = 0.335476 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 38 components and 0.335476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070083Jy sigma=1.028832 ! Fit after self-cal, rms=0.069889Jy sigma=1.025290 ! 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.8939 x 2.237 at -2.809 degrees (North through East) ! Clean map min=-0.003744 max=0.29646 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.069889Jy sigma=1.025290 ! Fit after self-cal, rms=0.068637Jy sigma=0.979442 ! 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.068637Jy sigma=0.979442 ! Fit after self-cal, rms=0.068642Jy sigma=0.978823 ! Inverting map and beam ! Estimated beam: bmin=0.8945 mas, bmaj=2.228 mas, bpa=-2.724 degrees ! Estimated noise=0.951977 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000231922 Jy ! Component: 100 - total flux cleaned = 0.000338121 Jy ! Component: 150 - total flux cleaned = 0.00039885 Jy ! Component: 200 - total flux cleaned = 0.000427897 Jy ! Total flux subtracted in 200 components = 0.000427897 Jy ! Clean residual min=-0.003828 max=0.003735 Jy/beam ! Clean residual mean=-0.000003 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.335904 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.335904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068625Jy sigma=0.978309 ! Fit after self-cal, rms=0.068637Jy sigma=0.978099 ! 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.068637Jy sigma=0.978099 ! Fit after self-cal, rms=0.067592Jy sigma=0.955921 ! 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.067592Jy sigma=0.955921 ! Fit after self-cal, rms=0.067613Jy sigma=0.955852 ! Inverting map and beam ! Estimated beam: bmin=0.8943 mas, bmaj=2.228 mas, bpa=-2.816 degrees ! Estimated noise=0.953145 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00053201 Jy ! Component: 100 - total flux cleaned = 0.000708377 Jy ! Component: 150 - total flux cleaned = 0.0007325 Jy ! Component: 200 - total flux cleaned = 0.000755016 Jy ! Total flux subtracted in 200 components = 0.000755016 Jy ! Clean residual min=-0.003827 max=0.003708 Jy/beam ! Clean residual mean=-0.000004 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.336659 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 43 components and 0.336659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067598Jy sigma=0.955457 ! Fit after self-cal, rms=0.067604Jy sigma=0.955400 ! 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.259 mas, bmaj=4.705 mas, bpa=3.401 degrees ! Estimated noise=1.20303 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.000799173 Jy ! Component: 100 - total flux cleaned = 0.00079008 Jy ! Component: 150 - total flux cleaned = 0.000786692 Jy ! Component: 200 - total flux cleaned = 0.000785528 Jy ! Total flux subtracted in 200 components = 0.000785528 Jy ! Clean residual min=-0.004439 max=0.003699 Jy/beam ! Clean residual mean=-0.000009 rms=0.001211 Jy/beam ! Combined flux in latest and established models = 0.337445 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 48 components and 0.337445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067664Jy sigma=0.955681 ! Fit after self-cal, rms=0.067603Jy sigma=0.955098 ! 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.7074 mas, bmaj=1.776 mas, bpa=-2.36 degrees ! Estimated noise=1.32842 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.255767 Jy ! Component: 100 - total flux cleaned = 0.299927 Jy ! Component: 150 - total flux cleaned = 0.316388 Jy ! Component: 200 - total flux cleaned = 0.325075 Jy ! Total flux subtracted in 200 components = 0.325075 Jy ! Clean residual min=-0.005383 max=0.004999 Jy/beam ! Clean residual mean=-0.000010 rms=0.001478 Jy/beam ! Combined flux in latest and established models = 0.325075 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.325075 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8943 mas, bmaj=2.228 mas, bpa=-2.816 degrees ! Estimated noise=0.953145 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) ! Added new window around map position (-1, 1). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00697023 Jy ! Component: 100 - total flux cleaned = 0.0101646 Jy ! Component: 150 - total flux cleaned = 0.0115393 Jy ! Component: 200 - total flux cleaned = 0.0118361 Jy ! Total flux subtracted in 200 components = 0.0118361 Jy ! Clean residual min=-0.003656 max=0.003598 Jy/beam ! Clean residual mean=-0.000004 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.336911 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 60 components and 0.336911 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.259 mas, bmaj=4.705 mas, bpa=3.401 degrees ! Estimated noise=1.20303 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.000908351 Jy ! Component: 100 - total flux cleaned = 0.00101771 Jy ! Component: 150 - total flux cleaned = 0.00104073 Jy ! Component: 200 - total flux cleaned = 0.00104103 Jy ! Total flux subtracted in 200 components = 0.00104103 Jy ! Clean residual min=-0.004407 max=0.003769 Jy/beam ! Clean residual mean=-0.000008 rms=0.001182 Jy/beam ! Combined flux in latest and established models = 0.337952 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 71 components and 0.337952 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8943 mas, bmaj=2.228 mas, bpa=-2.816 degrees ! Estimated noise=0.953145 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000198555 Jy ! Component: 100 - total flux cleaned = -0.000200217 Jy ! Component: 150 - total flux cleaned = -0.000199819 Jy ! Component: 200 - total flux cleaned = -0.000200392 Jy ! Total flux subtracted in 200 components = -0.000200392 Jy ! Clean residual min=-0.003628 max=0.003643 Jy/beam ! Clean residual mean=-0.000003 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 0.337752 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 82 components and 0.337752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067451Jy sigma=0.951760 ! Fit after self-cal, rms=0.067444Jy sigma=0.951418 wmodel J1508-1548_X_2005_07_09_yyk\_map.mod ! Writing 82 model components to file: J1508-1548_X_2005_07_09_yyk_map.mod wobs J1508-1548_X_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J1508-1548_X_2005_07_09_yyk_uvs.fits wwins J1508-1548_X_2005_07_09_yyk\_map.win ! wwins: Wrote 2 windows to J1508-1548_X_2005_07_09_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.000556454 Jy ! Component: 100 - total flux cleaned = 0.000304455 Jy ! Component: 150 - total flux cleaned = 0.000186064 Jy ! Component: 200 - total flux cleaned = 7.58648e-05 Jy ! Component: 250 - total flux cleaned = 7.84884e-05 Jy ! Component: 300 - total flux cleaned = -2.44208e-05 Jy ! Component: 350 - total flux cleaned = -0.000123055 Jy ! Component: 400 - total flux cleaned = -0.000121452 Jy ! Component: 450 - total flux cleaned = -7.34597e-05 Jy ! Component: 500 - total flux cleaned = -0.000118836 Jy ! Component: 550 - total flux cleaned = -0.000207382 Jy ! Component: 600 - total flux cleaned = -0.000250249 Jy ! Component: 650 - total flux cleaned = -0.000249582 Jy ! Component: 700 - total flux cleaned = -0.000166608 Jy ! Component: 750 - total flux cleaned = -0.000247791 Jy ! Component: 800 - total flux cleaned = -0.000287506 Jy ! Component: 850 - total flux cleaned = -0.000248095 Jy ! Component: 900 - total flux cleaned = -0.000287019 Jy ! Component: 950 - total flux cleaned = -0.000287341 Jy ! Component: 1000 - total flux cleaned = -0.00032518 Jy ! Component: 1050 - total flux cleaned = -0.000398215 Jy ! Component: 1100 - total flux cleaned = -0.000541191 Jy ! Component: 1150 - total flux cleaned = -0.000611119 Jy ! Component: 1200 - total flux cleaned = -0.000715536 Jy ! Component: 1250 - total flux cleaned = -0.000852425 Jy ! Component: 1300 - total flux cleaned = -0.000886446 Jy ! Component: 1350 - total flux cleaned = -0.00102035 Jy ! Component: 1400 - total flux cleaned = -0.00108584 Jy ! Component: 1450 - total flux cleaned = -0.0011502 Jy ! Component: 1500 - total flux cleaned = -0.00118209 Jy ! Component: 1550 - total flux cleaned = -0.00118209 Jy ! Component: 1600 - total flux cleaned = -0.00124507 Jy ! Component: 1650 - total flux cleaned = -0.00130726 Jy ! Component: 1700 - total flux cleaned = -0.00133804 Jy ! Component: 1750 - total flux cleaned = -0.00130774 Jy ! Component: 1800 - total flux cleaned = -0.00136789 Jy ! Component: 1850 - total flux cleaned = -0.00136759 Jy ! Component: 1900 - total flux cleaned = -0.00136754 Jy ! Component: 1950 - total flux cleaned = -0.00142594 Jy ! Component: 2000 - total flux cleaned = -0.00145451 Jy ! Total flux subtracted in 2048 components = -0.00148316 Jy ! Clean residual min=-0.002030 max=0.001728 Jy/beam ! Clean residual mean=-0.000001 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.336269 Jy keep ! Adding 143 model components to the UV plane model. ! The established model now contains 225 components and 0.336269 Jy ![Exited script file: muppet] wmap "J1508-1548_X_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8943 x 2.228 at -2.816 degrees (North through East) ! Clean map min=-0.0027782 max=0.29793 Jy/beam ! Writing clean map to FITS file: J1508-1548_X_2005_07_09_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.297926 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000523249 device "J1508-1548_X_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J1508-1548_X_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.52689 0.52689 1.05378 2.10756 4.21512 8.43025 16.8605 33.721 67.442 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.297 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.8943 x 2.228 at -2.816 degrees (North through East) ! Clean map min=-0.0027782 max=0.29793 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1508-1548_X_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J1508-1548_X_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1508-1548_X_2005_07_09_yyk_uvs.log closed on Fri Jan 20 10:37:44 2006