! Started logfile: J0920-3631_S_2002_01_31_yyk_uvs.log on Tue Jun 26 22:36:11 2007 obs J0920-3631_S_2002_01_31_yyk_uva.fits ! Reading UV FITS file: J0920-3631_S_2002_01_31_yyk_uva.fits ! AN table 1: 34 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.691503 visibilities/baseline/integration-bin. ! Found source: J0920-3631 ! ! 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 4232 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 J0920-3631_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.257286 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.612 mas, bmaj=6.842 mas, bpa=2.116 degrees ! Estimated noise=3321.22 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.147693 Jy ! Component: 100 - total flux cleaned = 0.183023 Jy ! Total flux subtracted in 100 components = 0.183023 Jy ! Clean residual min=-0.016289 max=0.023166 Jy/beam ! Clean residual mean=0.000228 rms=0.005264 Jy/beam ! Combined flux in latest and established models = 0.183023 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.183023 Jy ! ! Correcting IF 1. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.189107Jy sigma=0.001202 ! Fit after self-cal, rms=0.188935Jy sigma=0.001201 ! Inverting map and beam ! Estimated beam: bmin=2.612 mas, bmaj=6.842 mas, bpa=2.116 degrees ! Estimated noise=3321.22 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=2.868 mas, bmaj=7.95 mas, bpa=-0.4434 degrees ! Estimated noise=1693.98 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.021066 Jy ! Component: 100 - total flux cleaned = 0.0288694 Jy ! Component: 150 - total flux cleaned = 0.0298789 Jy ! Component: 200 - total flux cleaned = 0.0304699 Jy ! Total flux subtracted in 200 components = 0.0304699 Jy ! Clean residual min=-0.012208 max=0.017484 Jy/beam ! Clean residual mean=0.000610 rms=0.004159 Jy/beam ! Combined flux in latest and established models = 0.213492 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 30 components and 0.213492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.187700Jy sigma=0.001190 ! Fit after self-cal, rms=0.187659Jy sigma=0.001190 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.868 x 7.95 at -0.4434 degrees (North through East) ! Clean map min=-0.012069 max=0.15852 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1 ! 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. ! 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. ! 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. ! 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.187659Jy sigma=0.001190 ! Fit after self-cal, rms=0.187659Jy sigma=0.001190 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.187659Jy sigma=0.001190 ! Fit after self-cal, rms=0.187659Jy sigma=0.001190 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.868 mas, bmaj=7.95 mas, bpa=-0.4434 degrees ! Estimated noise=1693.98 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.000319149 Jy ! Component: 100 - total flux cleaned = 0.000725464 Jy ! Component: 150 - total flux cleaned = 0.000971907 Jy ! Component: 200 - total flux cleaned = 0.00109487 Jy ! Total flux subtracted in 200 components = 0.00109487 Jy ! Clean residual min=-0.012224 max=0.017363 Jy/beam ! Clean residual mean=0.000604 rms=0.004101 Jy/beam ! Combined flux in latest and established models = 0.214587 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.214587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.187546Jy sigma=0.001189 ! Fit after self-cal, rms=0.187531Jy sigma=0.001189 ! 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.187531Jy sigma=0.001189 ! Fit after self-cal, rms=0.186486Jy sigma=0.001182 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.00101635 Jy ! Component: 100 - total flux cleaned = 0.00137176 Jy ! Component: 150 - total flux cleaned = 0.00159707 Jy ! Component: 200 - total flux cleaned = 0.00170343 Jy ! Total flux subtracted in 200 components = 0.00170343 Jy ! Clean residual min=-0.011781 max=0.017321 Jy/beam ! Clean residual mean=0.000596 rms=0.004031 Jy/beam ! Combined flux in latest and established models = 0.216291 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 39 components and 0.216291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186402Jy sigma=0.001181 ! Fit after self-cal, rms=0.186238Jy sigma=0.001180 ! 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: 2.868 x 7.95 at -0.4434 degrees (North through East) ! Clean map min=-0.011574 max=0.15787 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.186238Jy sigma=0.001180 ! Fit after self-cal, rms=0.186238Jy sigma=0.001180 ! 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.186238Jy sigma=0.001180 ! Fit after self-cal, rms=0.186212Jy sigma=0.001180 ! Inverting map and beam ! Estimated beam: bmin=2.868 mas, bmaj=7.95 mas, bpa=-0.4434 degrees ! Estimated noise=1693.98 mJy/beam. ! Added new window around map position (9, 4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0204979 Jy ! Component: 100 - total flux cleaned = 0.0275834 Jy ! Component: 150 - total flux cleaned = 0.0285329 Jy ! Component: 200 - total flux cleaned = 0.0291707 Jy ! Total flux subtracted in 200 components = 0.0291707 Jy ! Clean residual min=-0.009619 max=0.010308 Jy/beam ! Clean residual mean=0.000392 rms=0.002878 Jy/beam ! Combined flux in latest and established models = 0.245461 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 38 model components to the UV plane model. ! The established model now contains 76 components and 0.245461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184599Jy sigma=0.001169 ! Fit after self-cal, rms=0.184445Jy sigma=0.001168 ! 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.184445Jy sigma=0.001168 ! Fit after self-cal, rms=0.184294Jy sigma=0.001168 ! 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.184294Jy sigma=0.001168 ! Fit after self-cal, rms=0.184302Jy sigma=0.001168 ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=7.954 mas, bpa=0.2129 degrees ! Estimated noise=1691.9 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00417044 Jy ! Component: 100 - total flux cleaned = 0.00457188 Jy ! Component: 150 - total flux cleaned = 0.0047132 Jy ! Component: 200 - total flux cleaned = 0.00458722 Jy ! Total flux subtracted in 200 components = 0.00458722 Jy ! Clean residual min=-0.009014 max=0.008981 Jy/beam ! Clean residual mean=0.000303 rms=0.002509 Jy/beam ! Combined flux in latest and established models = 0.250049 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 85 components and 0.250049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184028Jy sigma=0.001166 ! Fit after self-cal, rms=0.183999Jy sigma=0.001166 ! 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.768 mas, bmaj=28.48 mas, bpa=5.654 degrees ! Estimated noise=2235.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) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00387213 Jy ! Component: 100 - total flux cleaned = 0.00398854 Jy ! Component: 150 - total flux cleaned = 0.00389069 Jy ! Component: 200 - total flux cleaned = 0.00397861 Jy ! Total flux subtracted in 200 components = 0.00397861 Jy ! Clean residual min=-0.011149 max=0.009373 Jy/beam ! Clean residual mean=0.000575 rms=0.003798 Jy/beam ! Combined flux in latest and established models = 0.254027 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 92 components and 0.254027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183974Jy sigma=0.001166 ! Fit after self-cal, rms=0.183962Jy sigma=0.001165 ! 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.617 mas, bmaj=6.848 mas, bpa=2.395 degrees ! Estimated noise=3323.85 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.149566 Jy ! Component: 100 - total flux cleaned = 0.19001 Jy ! Component: 150 - total flux cleaned = 0.210282 Jy ! Component: 200 - total flux cleaned = 0.223346 Jy ! Total flux subtracted in 200 components = 0.223346 Jy ! Clean residual min=-0.012100 max=0.012781 Jy/beam ! Clean residual mean=0.000186 rms=0.003722 Jy/beam ! Combined flux in latest and established models = 0.223346 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.223346 Jy ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=7.954 mas, bpa=0.2129 degrees ! Estimated noise=1691.9 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.0159499 Jy ! Component: 100 - total flux cleaned = 0.0234099 Jy ! Component: 150 - total flux cleaned = 0.0254652 Jy ! Component: 200 - total flux cleaned = 0.0267698 Jy ! Total flux subtracted in 200 components = 0.0267698 Jy ! Clean residual min=-0.007918 max=0.009136 Jy/beam ! Clean residual mean=0.000305 rms=0.002495 Jy/beam ! Combined flux in latest and established models = 0.250116 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 62 components and 0.250116 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.768 mas, bmaj=28.48 mas, bpa=5.654 degrees ! Estimated noise=2235.67 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.00315082 Jy ! Component: 100 - total flux cleaned = 0.00389058 Jy ! Component: 150 - total flux cleaned = 0.00448927 Jy ! Component: 200 - total flux cleaned = 0.00506108 Jy ! Total flux subtracted in 200 components = 0.00506108 Jy ! Clean residual min=-0.010542 max=0.009286 Jy/beam ! Clean residual mean=0.000564 rms=0.003711 Jy/beam ! Combined flux in latest and established models = 0.255177 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 67 components and 0.255177 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=7.954 mas, bpa=0.2129 degrees ! Estimated noise=1691.9 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000436737 Jy ! Component: 100 - total flux cleaned = -0.000345874 Jy ! Component: 150 - total flux cleaned = -0.000350971 Jy ! Component: 200 - total flux cleaned = -0.000273327 Jy ! Total flux subtracted in 200 components = -0.000273327 Jy ! Clean residual min=-0.008591 max=0.008390 Jy/beam ! Clean residual mean=0.000274 rms=0.002368 Jy/beam ! Combined flux in latest and established models = 0.254903 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 82 components and 0.254903 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183913Jy sigma=0.001165 ! Fit after self-cal, rms=0.183896Jy sigma=0.001165 wmodel J0920-3631_S_2002_01_31_yyk\_map.mod ! Writing 82 model components to file: J0920-3631_S_2002_01_31_yyk_map.mod wobs J0920-3631_S_2002_01_31_yyk\_uvs.fits ! Writing UV FITS file: J0920-3631_S_2002_01_31_yyk_uvs.fits wwins J0920-3631_S_2002_01_31_yyk\_map.win ! wwins: Wrote 2 windows to J0920-3631_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.000115474 Jy ! Component: 100 - total flux cleaned = -0.000369739 Jy ! Component: 150 - total flux cleaned = -0.000491279 Jy ! Component: 200 - total flux cleaned = -8.05561e-05 Jy ! Component: 250 - total flux cleaned = 2.05614e-05 Jy ! Component: 300 - total flux cleaned = 0.000297464 Jy ! Component: 350 - total flux cleaned = 0.000295886 Jy ! Component: 400 - total flux cleaned = 0.000546075 Jy ! Component: 450 - total flux cleaned = 0.000704185 Jy ! Component: 500 - total flux cleaned = 0.000856908 Jy ! Component: 550 - total flux cleaned = 0.00108068 Jy ! Component: 600 - total flux cleaned = 0.00100885 Jy ! Component: 650 - total flux cleaned = 0.0010802 Jy ! Component: 700 - total flux cleaned = 0.00114827 Jy ! Component: 750 - total flux cleaned = 0.00127868 Jy ! Component: 800 - total flux cleaned = 0.00121455 Jy ! Component: 850 - total flux cleaned = 0.00146348 Jy ! Component: 900 - total flux cleaned = 0.00182458 Jy ! Component: 950 - total flux cleaned = 0.00200066 Jy ! Component: 1000 - total flux cleaned = 0.00234584 Jy ! Component: 1050 - total flux cleaned = 0.00268247 Jy ! Component: 1100 - total flux cleaned = 0.0029565 Jy ! Component: 1150 - total flux cleaned = 0.0033848 Jy ! Component: 1200 - total flux cleaned = 0.00375087 Jy ! Component: 1250 - total flux cleaned = 0.00405798 Jy ! Component: 1300 - total flux cleaned = 0.00455727 Jy ! Component: 1350 - total flux cleaned = 0.00484919 Jy ! Component: 1400 - total flux cleaned = 0.0052316 Jy ! Component: 1450 - total flux cleaned = 0.00560537 Jy ! Component: 1500 - total flux cleaned = 0.00601734 Jy ! Component: 1550 - total flux cleaned = 0.00624255 Jy ! Component: 1600 - total flux cleaned = 0.00672799 Jy ! Component: 1650 - total flux cleaned = 0.00707367 Jy ! Component: 1700 - total flux cleaned = 0.0074557 Jy ! Component: 1750 - total flux cleaned = 0.00778966 Jy ! Component: 1800 - total flux cleaned = 0.00815905 Jy ! Component: 1850 - total flux cleaned = 0.00836073 Jy ! Component: 1900 - total flux cleaned = 0.00852025 Jy ! Component: 1950 - total flux cleaned = 0.00883395 Jy ! Component: 2000 - total flux cleaned = 0.00898802 Jy ! Total flux subtracted in 2048 components = 0.00921591 Jy ! Clean residual min=-0.002202 max=0.002536 Jy/beam ! Clean residual mean=0.000071 rms=0.000839 Jy/beam ! Combined flux in latest and established models = 0.264119 Jy keep ! Adding 143 model components to the UV plane model. ! The established model now contains 225 components and 0.264119 Jy ![Exited script file: muppet] wmap "J0920-3631_S_2002_01_31_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.888 x 7.954 at 0.2129 degrees (North through East) ! Clean map min=-0.0073201 max=0.1516 Jy/beam ! Writing clean map to FITS file: J0920-3631_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.151596 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000782959 device "J0920-3631_S_2002_01_31_yyk\_map.eps/VPS" ! Attempting to open device: 'J0920-3631_S_2002_01_31_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.54943 1.54943 3.09886 6.19772 12.3954 24.7909 49.5818 99.1635 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0023 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.151 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.888 x 7.954 at 0.2129 degrees (North through East) ! Clean map min=-0.0073201 max=0.1516 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0920-3631_S_2002_01_31_yyk\_map.gif/gif" ! Attempting to open device: 'J0920-3631_S_2002_01_31_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0920-3631_S_2002_01_31_yyk_uvs.log closed on Tue Jun 26 22:36:17 2007