! Started logfile: J0538-4405_S_1995_07_15_yyk_uvs.log on Sun Jan 7 16:29:57 2007 obs J0538-4405_S_1995_07_15_yyk_uva.fits ! Reading UV FITS file: J0538-4405_S_1995_07_15_yyk_uva.fits ! AN table 1: 70 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.408571 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0538-4405 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22049e+09 4e+06 1 4e+06 ! 02 2 2.23236e+09 4e+06 1 4e+06 ! 03 3 2.29236e+09 4e+06 1 4e+06 ! 04 4 2.32236e+09 4e+06 1 4e+06 ! ! Polarization(s): RR ! ! Read 793 lines of history. ! ! Reading 5148 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 J0538-4405_S_1995_07_15_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 4.10385 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=2.214 mas, bmaj=7.001 mas, bpa=0.6284 degrees ! Estimated noise=5468.67 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 = 3.23931 Jy ! Component: 100 - total flux cleaned = 3.86588 Jy ! Total flux subtracted in 100 components = 3.86588 Jy ! Clean residual min=-0.206898 max=0.200611 Jy/beam ! Clean residual mean=0.000995 rms=0.065710 Jy/beam ! Combined flux in latest and established models = 3.86588 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 3.86588 Jy ! ! Correcting IF 1. ! A total of 252 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 252 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 252 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 252 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.937426Jy sigma=0.002911 ! Fit after self-cal, rms=0.935305Jy sigma=0.002903 ! Inverting map and beam ! Estimated beam: bmin=2.214 mas, bmaj=7.001 mas, bpa=0.6291 degrees ! Estimated noise=5472.34 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=3.102 mas, bmaj=9.407 mas, bpa=-6.056 degrees ! Estimated noise=2940.18 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.317638 Jy ! Component: 100 - total flux cleaned = 0.415243 Jy ! Component: 150 - total flux cleaned = 0.446314 Jy ! Component: 200 - total flux cleaned = 0.452872 Jy ! Total flux subtracted in 200 components = 0.452872 Jy ! Clean residual min=-0.182745 max=0.147079 Jy/beam ! Clean residual mean=-0.000597 rms=0.054202 Jy/beam ! Combined flux in latest and established models = 4.31875 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 39 components and 4.31875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.843643Jy sigma=0.002655 ! Fit after self-cal, rms=0.843569Jy sigma=0.002655 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.102 x 9.407 at -6.056 degrees (North through East) ! Clean map min=-0.17927 max=3.8802 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.00378 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.00* KP 0.88 ! LA 0.99 MK 0.99 NL 1.00* OV 1.13 ! PT 1.01 SC 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.985843 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 HN 1.00* KP 0.86 ! LA 1.06 MK 1.04 NL 1.00* OV 1.06 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.01935 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.00* KP 0.90 ! LA 0.90 MK 0.91 NL 1.00* OV 0.95 ! PT 1.04 SC 1.04 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.01056 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.12 HN 1.00* KP 0.93 ! LA 0.94 MK 1.04 NL 1.00* OV 0.96 ! PT 0.90 SC 0.99 ! ! ! Fit before self-cal, rms=0.843569Jy sigma=0.002655 ! Fit after self-cal, rms=0.716539Jy sigma=0.002296 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.716539Jy sigma=0.002296 ! Fit after self-cal, rms=0.716536Jy sigma=0.002296 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=9.369 mas, bpa=-5.956 degrees ! Estimated noise=2952.04 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.0315495 Jy ! Component: 100 - total flux cleaned = 0.0380156 Jy ! Component: 150 - total flux cleaned = 0.0384517 Jy ! Component: 200 - total flux cleaned = 0.0384756 Jy ! Total flux subtracted in 200 components = 0.0384756 Jy ! Clean residual min=-0.018376 max=0.027116 Jy/beam ! Clean residual mean=0.000067 rms=0.006686 Jy/beam ! Combined flux in latest and established models = 4.35722 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 4.35722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.715396Jy sigma=0.002292 ! Fit after self-cal, rms=0.715379Jy sigma=0.002292 ! 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.715379Jy sigma=0.002292 ! Fit after self-cal, rms=0.604921Jy sigma=0.001923 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.00770819 Jy ! Component: 100 - total flux cleaned = 0.00774264 Jy ! Component: 150 - total flux cleaned = 0.00679093 Jy ! Component: 200 - total flux cleaned = 0.00603394 Jy ! Total flux subtracted in 200 components = 0.00603394 Jy ! Clean residual min=-0.019455 max=0.025044 Jy/beam ! Clean residual mean=-0.000028 rms=0.006505 Jy/beam ! Combined flux in latest and established models = 4.36326 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 52 components and 4.36326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.603768Jy sigma=0.001920 ! Fit after self-cal, rms=0.582683Jy sigma=0.001856 ! 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: 3.113 x 9.369 at -5.956 degrees (North through East) ! Clean map min=-0.018316 max=3.9431 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.582683Jy sigma=0.001856 ! Fit after self-cal, rms=0.571902Jy sigma=0.001826 ! 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.571902Jy sigma=0.001826 ! Fit after self-cal, rms=0.567180Jy sigma=0.001813 ! Inverting map and beam ! Estimated beam: bmin=3.101 mas, bmaj=9.332 mas, bpa=-5.915 degrees ! Estimated noise=2946.07 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00138058 Jy ! Component: 100 - total flux cleaned = 0.00137937 Jy ! Component: 150 - total flux cleaned = 0.00136016 Jy ! Component: 200 - total flux cleaned = 0.00134946 Jy ! Total flux subtracted in 200 components = 0.00134946 Jy ! Clean residual min=-0.015155 max=0.023154 Jy/beam ! Clean residual mean=0.000113 rms=0.005646 Jy/beam ! Combined flux in latest and established models = 4.36461 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 58 components and 4.36461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.566955Jy sigma=0.001813 ! Fit after self-cal, rms=0.565829Jy sigma=0.001810 ! 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.565829Jy sigma=0.001810 ! Fit after self-cal, rms=0.563145Jy sigma=0.001803 ! 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.563145Jy sigma=0.001803 ! Fit after self-cal, rms=0.562957Jy sigma=0.001803 ! Inverting map and beam ! Estimated beam: bmin=3.097 mas, bmaj=9.316 mas, bpa=-5.886 degrees ! Estimated noise=2944.08 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00148502 Jy ! Component: 100 - total flux cleaned = 0.00130573 Jy ! Component: 150 - total flux cleaned = 0.00113966 Jy ! Component: 200 - total flux cleaned = 0.00129501 Jy ! Total flux subtracted in 200 components = 0.00129501 Jy ! Clean residual min=-0.015088 max=0.022460 Jy/beam ! Clean residual mean=0.000149 rms=0.005559 Jy/beam ! Combined flux in latest and established models = 4.3659 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 59 components and 4.3659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.562809Jy sigma=0.001803 ! Fit after self-cal, rms=0.562775Jy sigma=0.001803 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=10.73 mas, bmaj=36.1 mas, bpa=0.3706 degrees ! Estimated noise=3788.5 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.00175395 Jy ! Component: 100 - total flux cleaned = 0.00175815 Jy ! Component: 150 - total flux cleaned = 0.00176383 Jy ! Component: 200 - total flux cleaned = 0.00177191 Jy ! Total flux subtracted in 200 components = 0.00177191 Jy ! Clean residual min=-0.013253 max=0.016349 Jy/beam ! Clean residual mean=0.000255 rms=0.005670 Jy/beam ! Combined flux in latest and established models = 4.36768 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 60 components and 4.36768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.562807Jy sigma=0.001803 ! Fit after self-cal, rms=0.562686Jy sigma=0.001803 ! 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=2.207 mas, bmaj=6.988 mas, bpa=0.8926 degrees ! Estimated noise=5440.92 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 3.25709 Jy ! Component: 100 - total flux cleaned = 3.86604 Jy ! Component: 150 - total flux cleaned = 4.11275 Jy ! Component: 200 - total flux cleaned = 4.23068 Jy ! Total flux subtracted in 200 components = 4.23068 Jy ! Clean residual min=-0.033642 max=0.045209 Jy/beam ! Clean residual mean=0.000240 rms=0.013627 Jy/beam ! Combined flux in latest and established models = 4.23068 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 29 model components to the UV plane model. ! The established model now contains 29 components and 4.23068 Jy ! Inverting map and beam ! Estimated beam: bmin=3.097 mas, bmaj=9.316 mas, bpa=-5.886 degrees ! Estimated noise=2944.08 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.0935318 Jy ! Component: 100 - total flux cleaned = 0.12266 Jy ! Component: 150 - total flux cleaned = 0.131753 Jy ! Component: 200 - total flux cleaned = 0.132895 Jy ! Total flux subtracted in 200 components = 0.132895 Jy ! Clean residual min=-0.013952 max=0.017793 Jy/beam ! Clean residual mean=0.000157 rms=0.005142 Jy/beam ! Combined flux in latest and established models = 4.36357 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 40 components and 4.36357 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=10.73 mas, bmaj=36.1 mas, bpa=0.3706 degrees ! Estimated noise=3788.5 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.00331419 Jy ! Component: 100 - total flux cleaned = 0.00330426 Jy ! Component: 150 - total flux cleaned = 0.00329999 Jy ! Component: 200 - total flux cleaned = 0.00329822 Jy ! Total flux subtracted in 200 components = 0.00329822 Jy ! Clean residual min=-0.013396 max=0.014256 Jy/beam ! Clean residual mean=0.000263 rms=0.005647 Jy/beam ! Combined flux in latest and established models = 4.36687 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 46 components and 4.36687 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.097 mas, bmaj=9.316 mas, bpa=-5.886 degrees ! Estimated noise=2944.08 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00206961 Jy ! Component: 100 - total flux cleaned = -0.0020627 Jy ! Component: 150 - total flux cleaned = -0.0020719 Jy ! Component: 200 - total flux cleaned = -0.00207759 Jy ! Total flux subtracted in 200 components = -0.00207759 Jy ! Clean residual min=-0.013741 max=0.017954 Jy/beam ! Clean residual mean=0.000156 rms=0.005047 Jy/beam ! Combined flux in latest and established models = 4.36479 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 50 components and 4.36479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.562314Jy sigma=0.001802 ! Fit after self-cal, rms=0.562286Jy sigma=0.001802 wmodel J0538-4405_S_1995_07_15_yyk\_map.mod ! Writing 50 model components to file: J0538-4405_S_1995_07_15_yyk_map.mod wobs J0538-4405_S_1995_07_15_yyk\_uvs.fits ! Writing UV FITS file: J0538-4405_S_1995_07_15_yyk_uvs.fits wwins J0538-4405_S_1995_07_15_yyk\_map.win ! wwins: Wrote 1 windows to J0538-4405_S_1995_07_15_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.00779331 Jy ! Component: 100 - total flux cleaned = 0.011102 Jy ! Component: 150 - total flux cleaned = 0.01304 Jy ! Component: 200 - total flux cleaned = 0.015583 Jy ! Component: 250 - total flux cleaned = 0.0170239 Jy ! Component: 300 - total flux cleaned = 0.0181783 Jy ! Component: 350 - total flux cleaned = 0.0189454 Jy ! Component: 400 - total flux cleaned = 0.0195174 Jy ! Component: 450 - total flux cleaned = 0.0200536 Jy ! Component: 500 - total flux cleaned = 0.02031 Jy ! Component: 550 - total flux cleaned = 0.0205475 Jy ! Component: 600 - total flux cleaned = 0.0205488 Jy ! Component: 650 - total flux cleaned = 0.0205499 Jy ! Component: 700 - total flux cleaned = 0.02034 Jy ! Component: 750 - total flux cleaned = 0.0203418 Jy ! Component: 800 - total flux cleaned = 0.0201425 Jy ! Component: 850 - total flux cleaned = 0.0198525 Jy ! Component: 900 - total flux cleaned = 0.0196662 Jy ! Component: 950 - total flux cleaned = 0.0198506 Jy ! Component: 1000 - total flux cleaned = 0.0201221 Jy ! Component: 1050 - total flux cleaned = 0.0202112 Jy ! Component: 1100 - total flux cleaned = 0.0203889 Jy ! Component: 1150 - total flux cleaned = 0.0204771 Jy ! Component: 1200 - total flux cleaned = 0.0206512 Jy ! Component: 1250 - total flux cleaned = 0.0206514 Jy ! Component: 1300 - total flux cleaned = 0.0206527 Jy ! Component: 1350 - total flux cleaned = 0.020653 Jy ! Component: 1400 - total flux cleaned = 0.0207374 Jy ! Component: 1450 - total flux cleaned = 0.0207376 Jy ! Component: 1500 - total flux cleaned = 0.0206522 Jy ! Component: 1550 - total flux cleaned = 0.0206523 Jy ! Component: 1600 - total flux cleaned = 0.0206511 Jy ! Component: 1650 - total flux cleaned = 0.020824 Jy ! Component: 1700 - total flux cleaned = 0.0208236 Jy ! Component: 1750 - total flux cleaned = 0.0209113 Jy ! Component: 1800 - total flux cleaned = 0.0209999 Jy ! Component: 1850 - total flux cleaned = 0.0209998 Jy ! Component: 1900 - total flux cleaned = 0.0209997 Jy ! Component: 1950 - total flux cleaned = 0.021 Jy ! Component: 2000 - total flux cleaned = 0.0209048 Jy ! Total flux subtracted in 2048 components = 0.0211001 Jy ! Clean residual min=-0.005369 max=0.005386 Jy/beam ! Clean residual mean=0.000050 rms=0.001829 Jy/beam ! Combined flux in latest and established models = 4.38589 Jy keep ! Adding 112 model components to the UV plane model. ! The established model now contains 162 components and 4.38589 Jy ![Exited script file: muppet] wmap "J0538-4405_S_1995_07_15_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.097 x 9.316 at -5.886 degrees (North through East) ! Clean map min=-0.0075076 max=3.9507 Jy/beam ! Writing clean map to FITS file: J0538-4405_S_1995_07_15_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 3.9507 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00198056 device "J0538-4405_S_1995_07_15_yyk\_map.eps/VPS" ! Attempting to open device: 'J0538-4405_S_1995_07_15_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.150396 0.150396 0.300792 0.601584 1.20317 2.40634 4.81267 9.62535 19.2507 38.5014 77.0028 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0059 print "peak=",int(peak_flux*1000)/1000 ! peak= 3.95 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.097 x 9.316 at -5.886 degrees (North through East) ! Clean map min=-0.0075076 max=3.9507 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0538-4405_S_1995_07_15_yyk\_map.gif/gif" ! Attempting to open device: 'J0538-4405_S_1995_07_15_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0538-4405_S_1995_07_15_yyk_uvs.log closed on Sun Jan 7 16:30:03 2007