! Started logfile: J0038-0329_S_2005_07_20_yyk_uvs.log on Fri Jan 20 09:41:30 2006 obs J0038-0329_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J0038-0329_S_2005_07_20_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.842424 visibilities/baseline/integration-bin. ! Found source: J0038-0329 ! ! 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.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1527 lines of history. ! ! Reading 1668 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 J0038-0329_S_2005_07_20_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)= 0.289651 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.601 mas, bmaj=7.037 mas, bpa=-7.788 degrees ! Estimated noise=1.3612 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.224694 Jy ! Component: 100 - total flux cleaned = 0.279214 Jy ! Total flux subtracted in 100 components = 0.279214 Jy ! Clean residual min=-0.011579 max=0.016946 Jy/beam ! Clean residual mean=-0.000061 rms=0.004059 Jy/beam ! Combined flux in latest and established models = 0.279214 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.279214 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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.076288Jy sigma=1.282607 ! Fit after self-cal, rms=0.075918Jy sigma=1.275759 ! Inverting map and beam ! Estimated beam: bmin=2.601 mas, bmaj=7.037 mas, bpa=-7.788 degrees ! Estimated noise=1.3612 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.309 mas, bmaj=9.351 mas, bpa=-10.1 degrees ! Estimated noise=0.945931 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.0199692 Jy ! Component: 100 - total flux cleaned = 0.0247351 Jy ! Component: 150 - total flux cleaned = 0.024738 Jy ! Component: 200 - total flux cleaned = 0.0247259 Jy ! Total flux subtracted in 200 components = 0.0247259 Jy ! Clean residual min=-0.005244 max=0.005497 Jy/beam ! Clean residual mean=-0.000111 rms=0.001412 Jy/beam ! Combined flux in latest and established models = 0.30394 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 34 components and 0.30394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070910Jy sigma=1.199853 ! Fit after self-cal, rms=0.070900Jy sigma=1.199651 ! 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.309 x 9.351 at -10.1 degrees (North through East) ! Clean map min=-0.0050093 max=0.26885 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.01753 ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.02 HN 0.96 KP 0.97 ! LA 1.09 MK 0.91 NL 0.98 OV 0.98 ! PT 1.08 SC 0.92 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.989514 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HN 1.03 KP 1.03 ! LA 1.08 MK 0.99 NL 0.99 OV 1.03 ! PT 1.03 SC 0.90 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.98488 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.02 KP 0.97 ! LA 0.96 MK 1.13 NL 1.03 OV 1.02 ! PT 1.11 SC 0.96 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.03897 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.99 HN 0.89 KP 0.89 ! LA 0.80 MK 1.06 NL 0.94 OV 0.87 ! PT 0.99 SC 1.25 ! ! ! Fit before self-cal, rms=0.070900Jy sigma=1.199651 ! Fit after self-cal, rms=0.062727Jy sigma=1.082250 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.062727Jy sigma=1.082250 ! Fit after self-cal, rms=0.062722Jy sigma=1.082132 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.341 mas, bmaj=9.263 mas, bpa=-9.819 degrees ! Estimated noise=0.9496 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.00399994 Jy ! Component: 100 - total flux cleaned = 0.00469453 Jy ! Component: 150 - total flux cleaned = 0.00475594 Jy ! Component: 200 - total flux cleaned = 0.00475488 Jy ! Total flux subtracted in 200 components = 0.00475488 Jy ! Clean residual min=-0.003462 max=0.003691 Jy/beam ! Clean residual mean=0.000027 rms=0.001018 Jy/beam ! Combined flux in latest and established models = 0.308695 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 43 components and 0.308695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062489Jy sigma=1.078086 ! Fit after self-cal, rms=0.062484Jy sigma=1.077975 ! 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.062484Jy sigma=1.077975 ! Fit after self-cal, rms=0.059509Jy sigma=1.019016 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.000395028 Jy ! Component: 100 - total flux cleaned = 0.000299387 Jy ! Component: 150 - total flux cleaned = 0.000168851 Jy ! Component: 200 - total flux cleaned = 0.000167527 Jy ! Total flux subtracted in 200 components = 0.000167527 Jy ! Clean residual min=-0.003073 max=0.003180 Jy/beam ! Clean residual mean=0.000030 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.308863 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 52 components and 0.308862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059397Jy sigma=1.017848 ! Fit after self-cal, rms=0.059408Jy sigma=1.009966 ! 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.341 x 9.263 at -9.819 degrees (North through East) ! Clean map min=-0.0029142 max=0.27289 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.059408Jy sigma=1.009966 ! Fit after self-cal, rms=0.056308Jy sigma=0.973797 ! 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.056308Jy sigma=0.973797 ! Fit after self-cal, rms=0.056440Jy sigma=0.972009 ! Inverting map and beam ! Estimated beam: bmin=3.327 mas, bmaj=9.093 mas, bpa=-9.454 degrees ! Estimated noise=0.946824 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000610154 Jy ! Component: 100 - total flux cleaned = 0.000784817 Jy ! Component: 150 - total flux cleaned = 0.000848089 Jy ! Component: 200 - total flux cleaned = 0.00090626 Jy ! Total flux subtracted in 200 components = 0.00090626 Jy ! Clean residual min=-0.003160 max=0.003084 Jy/beam ! Clean residual mean=0.000019 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.309769 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 59 components and 0.309769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056414Jy sigma=0.971423 ! Fit after self-cal, rms=0.056500Jy sigma=0.971138 ! 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.056500Jy sigma=0.971138 ! Fit after self-cal, rms=0.054905Jy sigma=0.944150 ! 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.054905Jy sigma=0.944150 ! Fit after self-cal, rms=0.054944Jy sigma=0.944093 ! Inverting map and beam ! Estimated beam: bmin=3.326 mas, bmaj=9.071 mas, bpa=-9.365 degrees ! Estimated noise=0.94664 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000803882 Jy ! Component: 100 - total flux cleaned = 0.000935946 Jy ! Component: 150 - total flux cleaned = 0.00099312 Jy ! Component: 200 - total flux cleaned = 0.00104712 Jy ! Total flux subtracted in 200 components = 0.00104712 Jy ! Clean residual min=-0.003084 max=0.003002 Jy/beam ! Clean residual mean=0.000018 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.310816 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 64 components and 0.310816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054907Jy sigma=0.943473 ! Fit after self-cal, rms=0.054930Jy sigma=0.943457 ! 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=7.875 mas, bmaj=14.41 mas, bpa=-3.615 degrees ! Estimated noise=1.17722 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.000460292 Jy ! Component: 100 - total flux cleaned = 0.000456616 Jy ! Component: 150 - total flux cleaned = 0.00045859 Jy ! Component: 200 - total flux cleaned = 0.000448881 Jy ! Total flux subtracted in 200 components = 0.000448881 Jy ! Clean residual min=-0.003171 max=0.002951 Jy/beam ! Clean residual mean=0.000033 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.311265 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 69 components and 0.311265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054945Jy sigma=0.943589 ! Fit after self-cal, rms=0.054948Jy sigma=0.943462 ! 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.615 mas, bmaj=7.016 mas, bpa=-7.568 degrees ! Estimated noise=1.34148 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.222635 Jy ! Component: 100 - total flux cleaned = 0.2729 Jy ! Component: 150 - total flux cleaned = 0.293924 Jy ! Component: 200 - total flux cleaned = 0.303479 Jy ! Total flux subtracted in 200 components = 0.303479 Jy ! Clean residual min=-0.005937 max=0.005570 Jy/beam ! Clean residual mean=-0.000001 rms=0.001460 Jy/beam ! Combined flux in latest and established models = 0.303479 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.303479 Jy ! Inverting map and beam ! Estimated beam: bmin=3.326 mas, bmaj=9.071 mas, bpa=-9.365 degrees ! Estimated noise=0.94664 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 (-2.5, -2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00620593 Jy ! Component: 100 - total flux cleaned = 0.00848946 Jy ! Component: 150 - total flux cleaned = 0.00855639 Jy ! Component: 200 - total flux cleaned = 0.00849775 Jy ! Total flux subtracted in 200 components = 0.00849775 Jy ! Clean residual min=-0.003025 max=0.002791 Jy/beam ! Clean residual mean=0.000012 rms=0.000836 Jy/beam ! Combined flux in latest and established models = 0.311976 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 48 components and 0.311976 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=7.875 mas, bmaj=14.41 mas, bpa=-3.615 degrees ! Estimated noise=1.17722 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.000272188 Jy ! Component: 100 - total flux cleaned = 0.00029695 Jy ! Component: 150 - total flux cleaned = 0.00034158 Jy ! Component: 200 - total flux cleaned = 0.000341774 Jy ! Total flux subtracted in 200 components = 0.000341774 Jy ! Clean residual min=-0.003157 max=0.002778 Jy/beam ! Clean residual mean=0.000024 rms=0.000914 Jy/beam ! Combined flux in latest and established models = 0.312318 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 60 components and 0.312318 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.326 mas, bmaj=9.071 mas, bpa=-9.365 degrees ! Estimated noise=0.94664 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000403865 Jy ! Component: 100 - total flux cleaned = -0.000317013 Jy ! Component: 150 - total flux cleaned = -0.000277883 Jy ! Component: 200 - total flux cleaned = -0.00024164 Jy ! Total flux subtracted in 200 components = -0.00024164 Jy ! Clean residual min=-0.003002 max=0.002842 Jy/beam ! Clean residual mean=0.000013 rms=0.000823 Jy/beam ! Combined flux in latest and established models = 0.312077 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 73 components and 0.312077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054698Jy sigma=0.939506 ! Fit after self-cal, rms=0.054701Jy sigma=0.939339 wmodel J0038-0329_S_2005_07_20_yyk\_map.mod ! Writing 73 model components to file: J0038-0329_S_2005_07_20_yyk_map.mod wobs J0038-0329_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J0038-0329_S_2005_07_20_yyk_uvs.fits wwins J0038-0329_S_2005_07_20_yyk\_map.win ! wwins: Wrote 2 windows to J0038-0329_S_2005_07_20_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.000548559 Jy ! Component: 100 - total flux cleaned = -0.000502139 Jy ! Component: 150 - total flux cleaned = -0.000549282 Jy ! Component: 200 - total flux cleaned = -0.000503895 Jy ! Component: 250 - total flux cleaned = -0.000459867 Jy ! Component: 300 - total flux cleaned = -0.000418357 Jy ! Component: 350 - total flux cleaned = -0.000419491 Jy ! Component: 400 - total flux cleaned = -0.000380908 Jy ! Component: 450 - total flux cleaned = -0.000189349 Jy ! Component: 500 - total flux cleaned = -0.000151064 Jy ! Component: 550 - total flux cleaned = -0.000186482 Jy ! Component: 600 - total flux cleaned = -0.000221559 Jy ! Component: 650 - total flux cleaned = -0.000220944 Jy ! Component: 700 - total flux cleaned = -0.00022121 Jy ! Component: 750 - total flux cleaned = -0.000389977 Jy ! Component: 800 - total flux cleaned = -0.000455464 Jy ! Component: 850 - total flux cleaned = -0.000520635 Jy ! Component: 900 - total flux cleaned = -0.000713499 Jy ! Component: 950 - total flux cleaned = -0.000871084 Jy ! Component: 1000 - total flux cleaned = -0.0010881 Jy ! Component: 1050 - total flux cleaned = -0.00127118 Jy ! Component: 1100 - total flux cleaned = -0.00136153 Jy ! Component: 1150 - total flux cleaned = -0.00151013 Jy ! Component: 1200 - total flux cleaned = -0.00153968 Jy ! Component: 1250 - total flux cleaned = -0.00179944 Jy ! Component: 1300 - total flux cleaned = -0.00191293 Jy ! Component: 1350 - total flux cleaned = -0.00202543 Jy ! Component: 1400 - total flux cleaned = -0.00219164 Jy ! Component: 1450 - total flux cleaned = -0.00238294 Jy ! Component: 1500 - total flux cleaned = -0.00246437 Jy ! Component: 1550 - total flux cleaned = -0.00265129 Jy ! Component: 1600 - total flux cleaned = -0.00280903 Jy ! Component: 1650 - total flux cleaned = -0.00296527 Jy ! Component: 1700 - total flux cleaned = -0.00311974 Jy ! Component: 1750 - total flux cleaned = -0.00329725 Jy ! Component: 1800 - total flux cleaned = -0.00342268 Jy ! Component: 1850 - total flux cleaned = -0.00349733 Jy ! Component: 1900 - total flux cleaned = -0.00374298 Jy ! Component: 1950 - total flux cleaned = -0.00384006 Jy ! Component: 2000 - total flux cleaned = -0.00403189 Jy ! Total flux subtracted in 2048 components = -0.00417395 Jy ! Clean residual min=-0.001605 max=0.001380 Jy/beam ! Clean residual mean=0.000010 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.307903 Jy keep ! Adding 131 model components to the UV plane model. ! The established model now contains 204 components and 0.307903 Jy ![Exited script file: muppet] wmap "J0038-0329_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.326 x 9.071 at -9.365 degrees (North through East) ! Clean map min=-0.0028972 max=0.27014 Jy/beam ! Writing clean map to FITS file: J0038-0329_S_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.270143 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000482341 device "J0038-0329_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J0038-0329_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.535651 0.535651 1.0713 2.1426 4.28521 8.57042 17.1408 34.2817 68.5633 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.27 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.326 x 9.071 at -9.365 degrees (North through East) ! Clean map min=-0.0028972 max=0.27014 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0038-0329_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J0038-0329_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0038-0329_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 09:41:34 2006