! Started logfile: J0501-0159_X_2005_05_12_yyk_uvs.log on Sat Oct 8 16:57:29 2005 obs J0501-0159_X_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0501-0159_X_2005_05_12_yyk_uve.fits ! AN table 1: 5 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.884444 visibilities/baseline/integration-bin. ! Found source: J0501-0159 ! ! 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 1439 lines of history. ! ! Reading 796 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 J0501-0159_X_2005_05_12_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 1.06319 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.7882 mas, bmaj=1.908 mas, bpa=-2.497 degrees ! Estimated noise=1.7754 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.909537 Jy ! Component: 100 - total flux cleaned = 1.02957 Jy ! Total flux subtracted in 100 components = 1.02957 Jy ! Clean residual min=-0.033225 max=0.046908 Jy/beam ! Clean residual mean=0.000223 rms=0.009680 Jy/beam ! Combined flux in latest and established models = 1.02957 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 1.02957 Jy ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.143287Jy sigma=2.690486 ! Fit after self-cal, rms=0.143143Jy sigma=2.687557 ! Inverting map and beam ! Estimated beam: bmin=0.7882 mas, bmaj=1.908 mas, bpa=-2.497 degrees ! Estimated noise=1.7754 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.9963 mas, bmaj=2.375 mas, bpa=-5.431 degrees ! Estimated noise=1.32847 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.0513084 Jy ! Component: 100 - total flux cleaned = 0.0722914 Jy ! Component: 150 - total flux cleaned = 0.079564 Jy ! Component: 200 - total flux cleaned = 0.0804731 Jy ! Total flux subtracted in 200 components = 0.0804731 Jy ! Clean residual min=-0.038132 max=0.046853 Jy/beam ! Clean residual mean=0.000265 rms=0.010889 Jy/beam ! Combined flux in latest and established models = 1.11005 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 18 components and 1.11005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133904Jy sigma=2.447797 ! Fit after self-cal, rms=0.133901Jy sigma=2.447664 ! 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.9963 x 2.375 at -5.431 degrees (North through East) ! Clean map min=-0.036844 max=1.0546 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: 0.999731 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.98 HN 1.24 KP 0.93 ! LA 1.02 MK 0.95 NL 0.97 OV 1.03 ! PT 0.91 SC 1.01 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.999458 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 1.26 KP 0.89 ! LA 1.02 MK 0.95 NL 0.95 OV 1.01 ! PT 0.97 SC 0.98 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.987688 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.02 HN 1.20 KP 0.84 ! LA 1.00 MK 0.99 NL 0.96 OV 1.04 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.968342 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.04 HN 1.24 KP 0.96 ! LA 0.97 MK 0.99 NL 0.97 OV 1.06 ! PT 1.05 SC 0.99 ! ! ! Fit before self-cal, rms=0.133901Jy sigma=2.447664 ! Fit after self-cal, rms=0.079962Jy sigma=1.445490 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.079962Jy sigma=1.445490 ! Fit after self-cal, rms=0.079999Jy sigma=1.445384 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.001 mas, bmaj=2.383 mas, bpa=-5.523 degrees ! Estimated noise=1.29815 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 (-4, 3.2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0233297 Jy ! Component: 100 - total flux cleaned = 0.0264658 Jy ! Component: 150 - total flux cleaned = 0.028884 Jy ! Component: 200 - total flux cleaned = 0.0295427 Jy ! Total flux subtracted in 200 components = 0.0295427 Jy ! Clean residual min=-0.010653 max=0.010976 Jy/beam ! Clean residual mean=0.000027 rms=0.002790 Jy/beam ! Combined flux in latest and established models = 1.13959 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 45 components and 1.13959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067140Jy sigma=1.173730 ! Fit after self-cal, rms=0.066653Jy sigma=1.161814 ! 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.066653Jy sigma=1.161814 ! Fit after self-cal, rms=0.065219Jy sigma=1.127364 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.00539732 Jy ! Component: 100 - total flux cleaned = 0.00583341 Jy ! Component: 150 - total flux cleaned = 0.00617644 Jy ! Component: 200 - total flux cleaned = 0.00631871 Jy ! Total flux subtracted in 200 components = 0.00631871 Jy ! Clean residual min=-0.008739 max=0.007930 Jy/beam ! Clean residual mean=0.000015 rms=0.002297 Jy/beam ! Combined flux in latest and established models = 1.14591 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 61 components and 1.14591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064200Jy sigma=1.106195 ! Fit after self-cal, rms=0.064123Jy sigma=1.103130 ! 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: 1.001 x 2.383 at -5.523 degrees (North through East) ! Clean map min=-0.0083836 max=1.046 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.064123Jy sigma=1.103130 ! Fit after self-cal, rms=0.057899Jy sigma=0.969834 ! 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.057899Jy sigma=0.969834 ! Fit after self-cal, rms=0.057902Jy sigma=0.969693 ! Inverting map and beam ! Estimated beam: bmin=1.004 mas, bmaj=2.383 mas, bpa=-5.388 degrees ! Estimated noise=1.29721 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0061836 Jy ! Component: 100 - total flux cleaned = 0.00767544 Jy ! Component: 150 - total flux cleaned = 0.00861891 Jy ! Component: 200 - total flux cleaned = 0.00905047 Jy ! Total flux subtracted in 200 components = 0.00905047 Jy ! Clean residual min=-0.005502 max=0.005869 Jy/beam ! Clean residual mean=0.000014 rms=0.001563 Jy/beam ! Combined flux in latest and established models = 1.15496 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 77 components and 1.15496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057384Jy sigma=0.956696 ! Fit after self-cal, rms=0.057378Jy sigma=0.955452 ! 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.057378Jy sigma=0.955452 ! Fit after self-cal, rms=0.056111Jy sigma=0.935784 ! 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.056111Jy sigma=0.935784 ! Fit after self-cal, rms=0.056111Jy sigma=0.935782 ! Inverting map and beam ! Estimated beam: bmin=1.004 mas, bmaj=2.382 mas, bpa=-5.354 degrees ! Estimated noise=1.29668 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00346863 Jy ! Component: 100 - total flux cleaned = 0.00404139 Jy ! Component: 150 - total flux cleaned = 0.00412489 Jy ! Component: 200 - total flux cleaned = 0.00419918 Jy ! Total flux subtracted in 200 components = 0.00419918 Jy ! Clean residual min=-0.005062 max=0.005103 Jy/beam ! Clean residual mean=0.000015 rms=0.001422 Jy/beam ! Combined flux in latest and established models = 1.15916 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 94 components and 1.15916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055894Jy sigma=0.930376 ! Fit after self-cal, rms=0.055903Jy sigma=0.929951 ! 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.351 mas, bmaj=3.913 mas, bpa=8.494 degrees ! Estimated noise=1.55824 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.00151019 Jy ! Component: 100 - total flux cleaned = 0.0015767 Jy ! Component: 150 - total flux cleaned = 0.00168104 Jy ! Component: 200 - total flux cleaned = 0.00172173 Jy ! Total flux subtracted in 200 components = 0.00172173 Jy ! Clean residual min=-0.005229 max=0.006064 Jy/beam ! Clean residual mean=0.000017 rms=0.001727 Jy/beam ! Combined flux in latest and established models = 1.16088 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 102 components and 1.16088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055883Jy sigma=0.929622 ! Fit after self-cal, rms=0.055885Jy sigma=0.929373 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7853 mas, bmaj=1.908 mas, bpa=-2.603 degrees ! Estimated noise=1.75447 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.898893 Jy ! Component: 100 - total flux cleaned = 1.01964 Jy ! Component: 150 - total flux cleaned = 1.05598 Jy ! Component: 200 - total flux cleaned = 1.07867 Jy ! Total flux subtracted in 200 components = 1.07867 Jy ! Clean residual min=-0.008842 max=0.011339 Jy/beam ! Clean residual mean=0.000106 rms=0.002823 Jy/beam ! Combined flux in latest and established models = 1.07867 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 31 model components to the UV plane model. ! The established model now contains 31 components and 1.07867 Jy ! Inverting map and beam ! Estimated beam: bmin=1.004 mas, bmaj=2.382 mas, bpa=-5.354 degrees ! Estimated noise=1.29668 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.0254118 Jy ! Component: 100 - total flux cleaned = 0.0412676 Jy ! Component: 150 - total flux cleaned = 0.0521565 Jy ! Component: 200 - total flux cleaned = 0.0598676 Jy ! Total flux subtracted in 200 components = 0.0598676 Jy ! Clean residual min=-0.005563 max=0.006223 Jy/beam ! Clean residual mean=0.000060 rms=0.001746 Jy/beam ! Combined flux in latest and established models = 1.13854 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 75 components and 1.13854 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.351 mas, bmaj=3.913 mas, bpa=8.494 degrees ! Estimated noise=1.55824 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.00849221 Jy ! Component: 100 - total flux cleaned = 0.013535 Jy ! Component: 150 - total flux cleaned = 0.0168101 Jy ! Component: 200 - total flux cleaned = 0.0189743 Jy ! Total flux subtracted in 200 components = 0.0189743 Jy ! Clean residual min=-0.005225 max=0.006521 Jy/beam ! Clean residual mean=0.000027 rms=0.001751 Jy/beam ! Combined flux in latest and established models = 1.15751 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 100 components and 1.15751 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.004 mas, bmaj=2.382 mas, bpa=-5.354 degrees ! Estimated noise=1.29668 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106867 Jy ! Component: 100 - total flux cleaned = 0.00106249 Jy ! Component: 150 - total flux cleaned = 0.00112715 Jy ! Component: 200 - total flux cleaned = 0.0011847 Jy ! Total flux subtracted in 200 components = 0.0011847 Jy ! Clean residual min=-0.005123 max=0.005216 Jy/beam ! Clean residual mean=0.000012 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 1.15869 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 117 components and 1.15869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055775Jy sigma=0.927722 ! Fit after self-cal, rms=0.055761Jy sigma=0.927395 wmodel J0501-0159_X_2005_05_12_yyk\_map.mod ! Writing 117 model components to file: J0501-0159_X_2005_05_12_yyk_map.mod wobs J0501-0159_X_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0501-0159_X_2005_05_12_yyk_uvs.fits wwins J0501-0159_X_2005_05_12_yyk\_map.win ! wwins: Wrote 2 windows to J0501-0159_X_2005_05_12_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000318461 Jy ! Component: 100 - total flux cleaned = 0.000645885 Jy ! Component: 150 - total flux cleaned = 0.00141102 Jy ! Component: 200 - total flux cleaned = 0.00176683 Jy ! Component: 250 - total flux cleaned = 0.00163187 Jy ! Component: 300 - total flux cleaned = 0.00169508 Jy ! Component: 350 - total flux cleaned = 0.00169495 Jy ! Component: 400 - total flux cleaned = 0.0018666 Jy ! Component: 450 - total flux cleaned = 0.00197496 Jy ! Component: 500 - total flux cleaned = 0.002028 Jy ! Component: 550 - total flux cleaned = 0.00182823 Jy ! Component: 600 - total flux cleaned = 0.00178135 Jy ! Component: 650 - total flux cleaned = 0.00159418 Jy ! Component: 700 - total flux cleaned = 0.00164006 Jy ! Component: 750 - total flux cleaned = 0.00137647 Jy ! Component: 800 - total flux cleaned = 0.00120623 Jy ! Component: 850 - total flux cleaned = 0.000874453 Jy ! Component: 900 - total flux cleaned = 0.000713909 Jy ! Component: 950 - total flux cleaned = 0.000596718 Jy ! Component: 1000 - total flux cleaned = 0.000482407 Jy ! Component: 1050 - total flux cleaned = 0.000370642 Jy ! Component: 1100 - total flux cleaned = 0.000333913 Jy ! Component: 1150 - total flux cleaned = 0.00011684 Jy ! Component: 1200 - total flux cleaned = 1.12152e-05 Jy ! Component: 1250 - total flux cleaned = 1.09716e-05 Jy ! Component: 1300 - total flux cleaned = -0.000229749 Jy ! Component: 1350 - total flux cleaned = -0.000364384 Jy ! Component: 1400 - total flux cleaned = -0.000496306 Jy ! Component: 1450 - total flux cleaned = -0.000560766 Jy ! Component: 1500 - total flux cleaned = -0.000624518 Jy ! Component: 1550 - total flux cleaned = -0.000655875 Jy ! Component: 1600 - total flux cleaned = -0.000810128 Jy ! Component: 1650 - total flux cleaned = -0.000810769 Jy ! Component: 1700 - total flux cleaned = -0.00102055 Jy ! Component: 1750 - total flux cleaned = -0.00107968 Jy ! Component: 1800 - total flux cleaned = -0.00119655 Jy ! Component: 1850 - total flux cleaned = -0.00133919 Jy ! Component: 1900 - total flux cleaned = -0.0014805 Jy ! Component: 1950 - total flux cleaned = -0.00159153 Jy ! Component: 2000 - total flux cleaned = -0.00164637 Jy ! Total flux subtracted in 2048 components = -0.0018086 Jy ! Clean residual min=-0.001818 max=0.001684 Jy/beam ! Clean residual mean=0.000001 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 1.15689 Jy keep ! Adding 128 model components to the UV plane model. ! The established model now contains 245 components and 1.15689 Jy ![Exited script file: muppet] wmap "J0501-0159_X_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.004 x 2.382 at -5.354 degrees (North through East) ! Clean map min=-0.0033181 max=1.0475 Jy/beam ! Writing clean map to FITS file: J0501-0159_X_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.04747 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000484819 device "J0501-0159_X_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0501-0159_X_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.138855 0.138855 0.277709 0.555418 1.11084 2.22167 4.44335 8.88669 17.7734 35.5468 71.0935 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 1.047 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.004 x 2.382 at -5.354 degrees (North through East) ! Clean map min=-0.0033181 max=1.0475 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0501-0159_X_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0501-0159_X_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0501-0159_X_2005_05_12_yyk_uvs.log closed on Sat Oct 8 16:57:33 2005