! Started logfile: J0505-0419_X_2007_01_11_yyk_uvs.log on Mon Jun 16 19:16:23 2008 obs J0505-0419_X_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J0505-0419_X_2007_01_11_yyk_uve.fits ! AN table 1: 16 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.876736 visibilities/baseline/integration-bin. ! Found source: J0505-0419 ! ! 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 2146 lines of history. ! ! Reading 2020 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 J0505-0419_X_2007_01_11_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.169573 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.643 mas, bmaj=1.765 mas, bpa=-1.863 degrees ! Estimated noise=1.21274 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.124388 Jy ! Component: 100 - total flux cleaned = 0.141336 Jy ! Total flux subtracted in 100 components = 0.141336 Jy ! Clean residual min=-0.006058 max=0.005794 Jy/beam ! Clean residual mean=-0.000005 rms=0.001540 Jy/beam ! Combined flux in latest and established models = 0.141336 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.141336 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 9 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.088238Jy sigma=1.105229 ! Fit after self-cal, rms=0.088019Jy sigma=1.101946 ! Inverting map and beam ! Estimated beam: bmin=0.643 mas, bmaj=1.765 mas, bpa=-1.863 degrees ! Estimated noise=1.21274 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.7979 mas, bmaj=2.04 mas, bpa=-1.115 degrees ! Estimated noise=0.87207 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.0062174 Jy ! Component: 100 - total flux cleaned = 0.0087739 Jy ! Component: 150 - total flux cleaned = 0.00996157 Jy ! Component: 200 - total flux cleaned = 0.0104412 Jy ! Total flux subtracted in 200 components = 0.0104412 Jy ! Clean residual min=-0.004388 max=0.004910 Jy/beam ! Clean residual mean=-0.000005 rms=0.001242 Jy/beam ! Combined flux in latest and established models = 0.151777 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 24 components and 0.151777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087720Jy sigma=1.094459 ! Fit after self-cal, rms=0.087729Jy sigma=1.094321 ! 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.7979 x 2.04 at -1.115 degrees (North through East) ! Clean map min=-0.0039912 max=0.14405 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.00751 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 1.04 KP 0.98 ! LA 0.98 MK 1.00 OV 0.94 PT 0.98 ! SC 1.02 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01961 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 1.02 KP 0.91 ! LA 0.95 MK 0.96 OV 0.98 PT 1.05 ! SC 0.99 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.00218 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.07 HN 0.86 KP 0.93 ! LA 0.93 MK 1.01 OV 1.06 PT 1.08 ! SC 0.97 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.980336 ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.07 HN 0.90 KP 0.88 ! LA 0.96 MK 1.09 OV 1.06 PT 1.14 ! SC 0.99 ! ! ! Fit before self-cal, rms=0.087729Jy sigma=1.094321 ! Fit after self-cal, rms=0.086733Jy sigma=1.075432 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.086733Jy sigma=1.075432 ! Fit after self-cal, rms=0.086724Jy sigma=1.075269 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7942 mas, bmaj=2.044 mas, bpa=-1.251 degrees ! Estimated noise=0.877689 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.00142484 Jy ! Component: 100 - total flux cleaned = 0.00156216 Jy ! Component: 150 - total flux cleaned = 0.00158899 Jy ! Component: 200 - total flux cleaned = 0.00161367 Jy ! Total flux subtracted in 200 components = 0.00161367 Jy ! Clean residual min=-0.003876 max=0.004589 Jy/beam ! Clean residual mean=-0.000002 rms=0.001084 Jy/beam ! Combined flux in latest and established models = 0.153391 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 34 components and 0.153391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086693Jy sigma=1.074667 ! Fit after self-cal, rms=0.086690Jy sigma=1.074549 ! 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.086690Jy sigma=1.074549 ! Fit after self-cal, rms=0.081687Jy sigma=0.986806 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.00161929 Jy ! Component: 100 - total flux cleaned = 0.00172499 Jy ! Component: 150 - total flux cleaned = 0.00179052 Jy ! Component: 200 - total flux cleaned = 0.00180825 Jy ! Total flux subtracted in 200 components = 0.00180825 Jy ! Clean residual min=-0.003756 max=0.004593 Jy/beam ! Clean residual mean=-0.000002 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.155199 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 35 components and 0.155199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081639Jy sigma=0.985929 ! Fit after self-cal, rms=0.081197Jy sigma=0.980254 ! 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.7942 x 2.044 at -1.251 degrees (North through East) ! Clean map min=-0.0034099 max=0.14729 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.081197Jy sigma=0.980254 ! Fit after self-cal, rms=0.081625Jy sigma=0.970825 ! 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.081625Jy sigma=0.970825 ! Fit after self-cal, rms=0.081625Jy sigma=0.969824 ! Inverting map and beam ! Estimated beam: bmin=0.7931 mas, bmaj=2.045 mas, bpa=-1.534 degrees ! Estimated noise=0.877124 mJy/beam. ! Added new window around map position (15.4, -15.8). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00378752 Jy ! Component: 100 - total flux cleaned = 0.00463213 Jy ! Component: 150 - total flux cleaned = 0.00506453 Jy ! Component: 200 - total flux cleaned = 0.00521753 Jy ! Total flux subtracted in 200 components = 0.00521753 Jy ! Clean residual min=-0.003625 max=0.002960 Jy/beam ! Clean residual mean=-0.000003 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.160417 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 53 components and 0.160417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081439Jy sigma=0.964913 ! Fit after self-cal, rms=0.081436Jy sigma=0.964487 ! 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.081436Jy sigma=0.964487 ! Fit after self-cal, rms=0.081595Jy sigma=0.950495 ! 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.081595Jy sigma=0.950495 ! Fit after self-cal, rms=0.081750Jy sigma=0.950304 ! Inverting map and beam ! Estimated beam: bmin=0.7935 mas, bmaj=2.053 mas, bpa=-1.881 degrees ! Estimated noise=0.877167 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000965796 Jy ! Component: 100 - total flux cleaned = 0.00131318 Jy ! Component: 150 - total flux cleaned = 0.00135548 Jy ! Component: 200 - total flux cleaned = 0.00139573 Jy ! Total flux subtracted in 200 components = 0.00139573 Jy ! Clean residual min=-0.003473 max=0.002950 Jy/beam ! Clean residual mean=-0.000002 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.161812 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 62 components and 0.161812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081690Jy sigma=0.949321 ! Fit after self-cal, rms=0.081746Jy sigma=0.949251 ! 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.201 mas, bmaj=3.748 mas, bpa=10.66 degrees ! Estimated noise=1.20289 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.00132107 Jy ! Component: 100 - total flux cleaned = 0.00169612 Jy ! Component: 150 - total flux cleaned = 0.00173646 Jy ! Component: 200 - total flux cleaned = 0.00177308 Jy ! Total flux subtracted in 200 components = 0.00177308 Jy ! Clean residual min=-0.003802 max=0.003173 Jy/beam ! Clean residual mean=-0.000006 rms=0.001098 Jy/beam ! Combined flux in latest and established models = 0.163586 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 71 components and 0.163586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081767Jy sigma=0.949361 ! Fit after self-cal, rms=0.081803Jy sigma=0.949266 ! 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.6417 mas, bmaj=1.772 mas, bpa=-2.238 degrees ! Estimated noise=1.22452 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.127711 Jy ! Component: 100 - total flux cleaned = 0.14569 Jy ! Component: 150 - total flux cleaned = 0.151405 Jy ! Component: 200 - total flux cleaned = 0.153473 Jy ! Total flux subtracted in 200 components = 0.153473 Jy ! Clean residual min=-0.004694 max=0.004743 Jy/beam ! Clean residual mean=-0.000002 rms=0.001138 Jy/beam ! Combined flux in latest and established models = 0.153473 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.153473 Jy ! Inverting map and beam ! Estimated beam: bmin=0.7935 mas, bmaj=2.053 mas, bpa=-1.881 degrees ! Estimated noise=0.877167 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.00430849 Jy ! Component: 100 - total flux cleaned = 0.0064324 Jy ! Component: 150 - total flux cleaned = 0.00734926 Jy ! Component: 200 - total flux cleaned = 0.00768315 Jy ! Total flux subtracted in 200 components = 0.00768315 Jy ! Clean residual min=-0.003541 max=0.003047 Jy/beam ! Clean residual mean=-0.000003 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.161156 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 40 components and 0.161156 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.201 mas, bmaj=3.748 mas, bpa=10.66 degrees ! Estimated noise=1.20289 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.0016624 Jy ! Component: 100 - total flux cleaned = 0.00218078 Jy ! Component: 150 - total flux cleaned = 0.00232696 Jy ! Component: 200 - total flux cleaned = 0.00238414 Jy ! Total flux subtracted in 200 components = 0.00238414 Jy ! Clean residual min=-0.003799 max=0.003171 Jy/beam ! Clean residual mean=-0.000006 rms=0.001097 Jy/beam ! Combined flux in latest and established models = 0.16354 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 57 components and 0.16354 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.7935 mas, bmaj=2.053 mas, bpa=-1.881 degrees ! Estimated noise=0.877167 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000511894 Jy ! Component: 100 - total flux cleaned = -0.000741252 Jy ! Component: 150 - total flux cleaned = -0.000870234 Jy ! Component: 200 - total flux cleaned = -0.000898862 Jy ! Total flux subtracted in 200 components = -0.000898862 Jy ! Clean residual min=-0.003517 max=0.002999 Jy/beam ! Clean residual mean=-0.000002 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.162641 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 66 components and 0.162641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081769Jy sigma=0.949354 ! Fit after self-cal, rms=0.081778Jy sigma=0.949243 wmodel J0505-0419_X_2007_01_11_yyk\_map.mod ! Writing 66 model components to file: J0505-0419_X_2007_01_11_yyk_map.mod wobs J0505-0419_X_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J0505-0419_X_2007_01_11_yyk_uvs.fits wwins J0505-0419_X_2007_01_11_yyk\_map.win ! wwins: Wrote 2 windows to J0505-0419_X_2007_01_11_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.000707739 Jy ! Component: 100 - total flux cleaned = -0.00123346 Jy ! Component: 150 - total flux cleaned = -0.0018225 Jy ! Component: 200 - total flux cleaned = -0.00223691 Jy ! Component: 250 - total flux cleaned = -0.00263208 Jy ! Component: 300 - total flux cleaned = -0.00297048 Jy ! Component: 350 - total flux cleaned = -0.00301117 Jy ! Component: 400 - total flux cleaned = -0.0030908 Jy ! Component: 450 - total flux cleaned = -0.00312954 Jy ! Component: 500 - total flux cleaned = -0.00324212 Jy ! Component: 550 - total flux cleaned = -0.00338746 Jy ! Component: 600 - total flux cleaned = -0.00349308 Jy ! Component: 650 - total flux cleaned = -0.00345844 Jy ! Component: 700 - total flux cleaned = -0.00345875 Jy ! Component: 750 - total flux cleaned = -0.0034591 Jy ! Component: 800 - total flux cleaned = -0.00362127 Jy ! Component: 850 - total flux cleaned = -0.00368438 Jy ! Component: 900 - total flux cleaned = -0.00377759 Jy ! Component: 950 - total flux cleaned = -0.00383854 Jy ! Component: 1000 - total flux cleaned = -0.00395811 Jy ! Component: 1050 - total flux cleaned = -0.0039865 Jy ! Component: 1100 - total flux cleaned = -0.00398658 Jy ! Component: 1150 - total flux cleaned = -0.00401461 Jy ! Component: 1200 - total flux cleaned = -0.00404197 Jy ! Component: 1250 - total flux cleaned = -0.00401459 Jy ! Component: 1300 - total flux cleaned = -0.00398773 Jy ! Component: 1350 - total flux cleaned = -0.00404118 Jy ! Component: 1400 - total flux cleaned = -0.00396263 Jy ! Component: 1450 - total flux cleaned = -0.0038856 Jy ! Component: 1500 - total flux cleaned = -0.00391047 Jy ! Component: 1550 - total flux cleaned = -0.0038103 Jy ! Component: 1600 - total flux cleaned = -0.00373669 Jy ! Component: 1650 - total flux cleaned = -0.00368812 Jy ! Component: 1700 - total flux cleaned = -0.00359247 Jy ! Component: 1750 - total flux cleaned = -0.00347507 Jy ! Component: 1800 - total flux cleaned = -0.00340524 Jy ! Component: 1850 - total flux cleaned = -0.00338249 Jy ! Component: 1900 - total flux cleaned = -0.00331493 Jy ! Component: 1950 - total flux cleaned = -0.00327007 Jy ! Component: 2000 - total flux cleaned = -0.00320446 Jy ! Total flux subtracted in 2048 components = -0.0032042 Jy ! Clean residual min=-0.001076 max=0.001596 Jy/beam ! Clean residual mean=-0.000004 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.159437 Jy keep ! Adding 143 model components to the UV plane model. ! The established model now contains 209 components and 0.159437 Jy ![Exited script file: muppet] wmap "J0505-0419_X_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7935 x 2.053 at -1.881 degrees (North through East) ! Clean map min=-0.0021538 max=0.14815 Jy/beam ! Writing clean map to FITS file: J0505-0419_X_2007_01_11_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.148145 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000401969 device "J0505-0419_X_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J0505-0419_X_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.814002 0.814002 1.628 3.25601 6.51201 13.024 26.048 52.0961 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.148 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.7935 x 2.053 at -1.881 degrees (North through East) ! Clean map min=-0.0021538 max=0.14815 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0505-0419_X_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J0505-0419_X_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0505-0419_X_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:16:29 2008