! Started logfile: J0321-3122_S_2002_01_31_yyk_uvs.log on Tue Jun 26 22:06:38 2007 obs J0321-3122_S_2002_01_31_yyk_uva.fits ! Reading UV FITS file: J0321-3122_S_2002_01_31_yyk_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.741333 visibilities/baseline/integration-bin. ! Found source: J0321-3122 ! ! 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.22947e+09 8e+06 1 8e+06 ! 02 2 2.25947e+09 8e+06 1 8e+06 ! 03 3 2.34947e+09 8e+06 1 8e+06 ! 04 4 2.36947e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1224 lines of history. ! ! Reading 10008 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 J0321-3122_S_2002_01_31_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.222198 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.382 mas, bmaj=5.969 mas, bpa=1.463 degrees ! Estimated noise=2033.24 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.5). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0738361 Jy ! Component: 100 - total flux cleaned = 0.100063 Jy ! Total flux subtracted in 100 components = 0.100063 Jy ! Clean residual min=-0.011944 max=0.016806 Jy/beam ! Clean residual mean=0.000055 rms=0.003516 Jy/beam ! Combined flux in latest and established models = 0.100063 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.100063 Jy ! ! Correcting IF 1. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 207 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 121 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.197169Jy sigma=0.001265 ! Fit after self-cal, rms=0.195569Jy sigma=0.001256 ! Inverting map and beam ! Estimated beam: bmin=2.382 mas, bmaj=5.969 mas, bpa=1.463 degrees ! Estimated noise=2033.24 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.227 mas, bmaj=8.228 mas, bpa=-3.049 degrees ! Estimated noise=1072.11 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.0243189 Jy ! Component: 100 - total flux cleaned = 0.0315739 Jy ! Component: 150 - total flux cleaned = 0.0339351 Jy ! Component: 200 - total flux cleaned = 0.034205 Jy ! Total flux subtracted in 200 components = 0.034205 Jy ! Clean residual min=-0.008528 max=0.012128 Jy/beam ! Clean residual mean=0.000260 rms=0.002739 Jy/beam ! Combined flux in latest and established models = 0.134268 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 39 model components to the UV plane model. ! The established model now contains 59 components and 0.134268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193949Jy sigma=0.001242 ! Fit after self-cal, rms=0.193936Jy sigma=0.001242 ! 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.227 x 8.228 at -3.049 degrees (North through East) ! Clean map min=-0.0082436 max=0.099532 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. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.193936Jy sigma=0.001242 ! Fit after self-cal, rms=0.193984Jy sigma=0.001242 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.193984Jy sigma=0.001242 ! Fit after self-cal, rms=0.193983Jy sigma=0.001242 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.224 mas, bmaj=8.221 mas, bpa=-3.049 degrees ! Estimated noise=1072.94 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.000162771 Jy ! Component: 100 - total flux cleaned = 0.000244954 Jy ! Component: 150 - total flux cleaned = 0.000312827 Jy ! Component: 200 - total flux cleaned = 0.000312192 Jy ! Total flux subtracted in 200 components = 0.000312192 Jy ! Clean residual min=-0.008576 max=0.012136 Jy/beam ! Clean residual mean=0.000257 rms=0.002731 Jy/beam ! Combined flux in latest and established models = 0.13458 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 63 components and 0.13458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193969Jy sigma=0.001242 ! Fit after self-cal, rms=0.193964Jy sigma=0.001242 ! 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.193964Jy sigma=0.001242 ! Fit after self-cal, rms=0.192433Jy sigma=0.001231 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) ! Added new window around map position (6, 2.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104037 Jy ! Component: 100 - total flux cleaned = 0.0120495 Jy ! Component: 150 - total flux cleaned = 0.0132153 Jy ! Component: 200 - total flux cleaned = 0.0137506 Jy ! Total flux subtracted in 200 components = 0.0137506 Jy ! Clean residual min=-0.006641 max=0.009508 Jy/beam ! Clean residual mean=0.000191 rms=0.002216 Jy/beam ! Combined flux in latest and established models = 0.148331 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 92 components and 0.148331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191428Jy sigma=0.001225 ! Fit after self-cal, rms=0.191062Jy sigma=0.001222 ! 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.224 x 8.221 at -3.049 degrees (North through East) ! Clean map min=-0.0075148 max=0.10161 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.191062Jy sigma=0.001222 ! Fit after self-cal, rms=0.191062Jy sigma=0.001222 ! 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.191062Jy sigma=0.001222 ! Fit after self-cal, rms=0.191048Jy sigma=0.001222 ! Inverting map and beam ! Estimated beam: bmin=3.224 mas, bmaj=8.221 mas, bpa=-3.049 degrees ! Estimated noise=1072.94 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00452429 Jy ! Component: 100 - total flux cleaned = 0.00452384 Jy ! Component: 150 - total flux cleaned = 0.00453186 Jy ! Component: 200 - total flux cleaned = 0.0047322 Jy ! Total flux subtracted in 200 components = 0.0047322 Jy ! Clean residual min=-0.005801 max=0.007777 Jy/beam ! Clean residual mean=0.000162 rms=0.001950 Jy/beam ! Combined flux in latest and established models = 0.153063 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 107 components and 0.153063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.190758Jy sigma=0.001220 ! Fit after self-cal, rms=0.190753Jy sigma=0.001220 ! 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.190753Jy sigma=0.001220 ! Fit after self-cal, rms=0.187155Jy sigma=0.001219 ! 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.187155Jy sigma=0.001219 ! Fit after self-cal, rms=0.187163Jy sigma=0.001219 ! Inverting map and beam ! Estimated beam: bmin=3.188 mas, bmaj=8.173 mas, bpa=-3.139 degrees ! Estimated noise=1044.22 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00110098 Jy ! Component: 100 - total flux cleaned = -0.00111149 Jy ! Component: 150 - total flux cleaned = -0.00143359 Jy ! Component: 200 - total flux cleaned = -0.00172349 Jy ! Total flux subtracted in 200 components = -0.00172349 Jy ! Clean residual min=-0.005164 max=0.006560 Jy/beam ! Clean residual mean=0.000085 rms=0.001765 Jy/beam ! Combined flux in latest and established models = 0.15134 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 126 components and 0.15134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.187060Jy sigma=0.001219 ! Fit after self-cal, rms=0.187017Jy sigma=0.001218 ! 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=8.868 mas, bmaj=22.92 mas, bpa=4.185 degrees ! Estimated noise=1326.8 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.00195503 Jy ! Component: 100 - total flux cleaned = 0.00177912 Jy ! Component: 150 - total flux cleaned = 0.00159192 Jy ! Component: 200 - total flux cleaned = 0.00142613 Jy ! Total flux subtracted in 200 components = 0.00142613 Jy ! Clean residual min=-0.006341 max=0.007933 Jy/beam ! Clean residual mean=0.000166 rms=0.002564 Jy/beam ! Combined flux in latest and established models = 0.152766 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 133 components and 0.152766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186981Jy sigma=0.001218 ! Fit after self-cal, rms=0.186974Jy sigma=0.001218 ! 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.382 mas, bmaj=5.971 mas, bpa=1.365 degrees ! Estimated noise=1993.39 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0785285 Jy ! Component: 100 - total flux cleaned = 0.106358 Jy ! Component: 150 - total flux cleaned = 0.122824 Jy ! Component: 200 - total flux cleaned = 0.133185 Jy ! Total flux subtracted in 200 components = 0.133185 Jy ! Clean residual min=-0.010489 max=0.009271 Jy/beam ! Clean residual mean=0.000041 rms=0.002701 Jy/beam ! Combined flux in latest and established models = 0.133185 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 55 model components to the UV plane model. ! The established model now contains 55 components and 0.133185 Jy ! Inverting map and beam ! Estimated beam: bmin=3.188 mas, bmaj=8.173 mas, bpa=-3.139 degrees ! Estimated noise=1044.22 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.0117978 Jy ! Component: 100 - total flux cleaned = 0.0155318 Jy ! Component: 150 - total flux cleaned = 0.0168163 Jy ! Component: 200 - total flux cleaned = 0.0176126 Jy ! Total flux subtracted in 200 components = 0.0176126 Jy ! Clean residual min=-0.005261 max=0.006672 Jy/beam ! Clean residual mean=0.000094 rms=0.001804 Jy/beam ! Combined flux in latest and established models = 0.150798 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 81 components and 0.150798 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=8.868 mas, bmaj=22.92 mas, bpa=4.185 degrees ! Estimated noise=1326.8 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.00222154 Jy ! Component: 100 - total flux cleaned = 0.00230334 Jy ! Component: 150 - total flux cleaned = 0.00244077 Jy ! Component: 200 - total flux cleaned = 0.00244406 Jy ! Total flux subtracted in 200 components = 0.00244406 Jy ! Clean residual min=-0.006581 max=0.008122 Jy/beam ! Clean residual mean=0.000172 rms=0.002640 Jy/beam ! Combined flux in latest and established models = 0.153242 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 97 components and 0.153242 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.188 mas, bmaj=8.173 mas, bpa=-3.139 degrees ! Estimated noise=1044.22 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 2.95911e-05 Jy ! Component: 100 - total flux cleaned = -0.000205345 Jy ! Component: 150 - total flux cleaned = -0.000416704 Jy ! Component: 200 - total flux cleaned = -0.0004796 Jy ! Total flux subtracted in 200 components = -0.0004796 Jy ! Clean residual min=-0.005137 max=0.006396 Jy/beam ! Clean residual mean=0.000082 rms=0.001744 Jy/beam ! Combined flux in latest and established models = 0.152762 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 111 components and 0.152762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186972Jy sigma=0.001218 ! Fit after self-cal, rms=0.186962Jy sigma=0.001218 wmodel J0321-3122_S_2002_01_31_yyk\_map.mod ! Writing 111 model components to file: J0321-3122_S_2002_01_31_yyk_map.mod wobs J0321-3122_S_2002_01_31_yyk\_uvs.fits ! Writing UV FITS file: J0321-3122_S_2002_01_31_yyk_uvs.fits wwins J0321-3122_S_2002_01_31_yyk\_map.win ! wwins: Wrote 2 windows to J0321-3122_S_2002_01_31_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.00289441 Jy ! Component: 100 - total flux cleaned = 0.00493577 Jy ! Component: 150 - total flux cleaned = 0.0062401 Jy ! Component: 200 - total flux cleaned = 0.00711077 Jy ! Component: 250 - total flux cleaned = 0.00768342 Jy ! Component: 300 - total flux cleaned = 0.00807529 Jy ! Component: 350 - total flux cleaned = 0.00852468 Jy ! Component: 400 - total flux cleaned = 0.00895344 Jy ! Component: 450 - total flux cleaned = 0.00936482 Jy ! Component: 500 - total flux cleaned = 0.00989051 Jy ! Component: 550 - total flux cleaned = 0.0103971 Jy ! Component: 600 - total flux cleaned = 0.0108889 Jy ! Component: 650 - total flux cleaned = 0.0112465 Jy ! Component: 700 - total flux cleaned = 0.0114798 Jy ! Component: 750 - total flux cleaned = 0.0118211 Jy ! Component: 800 - total flux cleaned = 0.0119871 Jy ! Component: 850 - total flux cleaned = 0.0122045 Jy ! Component: 900 - total flux cleaned = 0.0123103 Jy ! Component: 950 - total flux cleaned = 0.0124673 Jy ! Component: 1000 - total flux cleaned = 0.0125706 Jy ! Component: 1050 - total flux cleaned = 0.0130241 Jy ! Component: 1100 - total flux cleaned = 0.0133697 Jy ! Component: 1150 - total flux cleaned = 0.0135643 Jy ! Component: 1200 - total flux cleaned = 0.0138524 Jy ! Component: 1250 - total flux cleaned = 0.014088 Jy ! Component: 1300 - total flux cleaned = 0.0142733 Jy ! Component: 1350 - total flux cleaned = 0.0145018 Jy ! Component: 1400 - total flux cleaned = 0.0147708 Jy ! Component: 1450 - total flux cleaned = 0.0149918 Jy ! Component: 1500 - total flux cleaned = 0.0149912 Jy ! Component: 1550 - total flux cleaned = 0.0151639 Jy ! Component: 1600 - total flux cleaned = 0.0153346 Jy ! Component: 1650 - total flux cleaned = 0.0154607 Jy ! Component: 1700 - total flux cleaned = 0.0156269 Jy ! Component: 1750 - total flux cleaned = 0.0156686 Jy ! Component: 1800 - total flux cleaned = 0.0159138 Jy ! Component: 1850 - total flux cleaned = 0.0161954 Jy ! Component: 1900 - total flux cleaned = 0.0162752 Jy ! Component: 1950 - total flux cleaned = 0.0163547 Jy ! Component: 2000 - total flux cleaned = 0.0165501 Jy ! Total flux subtracted in 2048 components = 0.0167046 Jy ! Clean residual min=-0.002331 max=0.003210 Jy/beam ! Clean residual mean=0.000071 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.169467 Jy keep ! Adding 142 model components to the UV plane model. ! The established model now contains 253 components and 0.169467 Jy ![Exited script file: muppet] wmap "J0321-3122_S_2002_01_31_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.188 x 8.173 at -3.139 degrees (North through East) ! Clean map min=-0.0035372 max=0.089296 Jy/beam ! Writing clean map to FITS file: J0321-3122_S_2002_01_31_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0892957 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000834175 device "J0321-3122_S_2002_01_31_yyk\_map.eps/VPS" ! Attempting to open device: 'J0321-3122_S_2002_01_31_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.80251 2.80251 5.60503 11.2101 22.4201 44.8402 89.6804 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0025 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.089 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.188 x 8.173 at -3.139 degrees (North through East) ! Clean map min=-0.0035372 max=0.089296 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0321-3122_S_2002_01_31_yyk\_map.gif/gif" ! Attempting to open device: 'J0321-3122_S_2002_01_31_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0321-3122_S_2002_01_31_yyk_uvs.log closed on Tue Jun 26 22:06:45 2007