! Started logfile: J0551-1909_X_2005_07_08_yyk_uvs.log on Fri Jan 20 09:59:19 2006 obs J0551-1909_X_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J0551-1909_X_2005_07_08_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.933333 visibilities/baseline/integration-bin. ! Found source: J0551-1909 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1407 lines of history. ! ! Reading 1680 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 J0551-1909_X_2005_07_08_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.150157 Jy uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9041 mas, bmaj=2.938 mas, bpa=10.29 degrees ! Estimated noise=1.4475 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.106901 Jy ! Component: 100 - total flux cleaned = 0.139653 Jy ! Total flux subtracted in 100 components = 0.139653 Jy ! Clean residual min=-0.009167 max=0.011169 Jy/beam ! Clean residual mean=-0.000030 rms=0.002431 Jy/beam ! Combined flux in latest and established models = 0.139653 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.139653 Jy ! ! Correcting IF 1. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.071433Jy sigma=1.285801 ! Fit after self-cal, rms=0.069142Jy sigma=1.111895 ! Inverting map and beam ! Estimated beam: bmin=0.9022 mas, bmaj=2.935 mas, bpa=10.29 degrees ! Estimated noise=1.45406 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=1.133 mas, bmaj=3.519 mas, bpa=9.896 degrees ! Estimated noise=1.0673 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.0183642 Jy ! Component: 100 - total flux cleaned = 0.0240932 Jy ! Component: 150 - total flux cleaned = 0.0245525 Jy ! Component: 200 - total flux cleaned = 0.0245512 Jy ! Total flux subtracted in 200 components = 0.0245512 Jy ! Clean residual min=-0.005232 max=0.004643 Jy/beam ! Clean residual mean=-0.000028 rms=0.001129 Jy/beam ! Combined flux in latest and established models = 0.164204 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 28 components and 0.164204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066513Jy sigma=1.044789 ! Fit after self-cal, rms=0.066506Jy sigma=1.044641 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.133 x 3.519 at 9.896 degrees (North through East) ! Clean map min=-0.004933 max=0.13347 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.01288 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.95 HN 1.00 KP 1.00 ! LA 1.03 MK 1.00* NL 0.97 OV 1.06 ! PT 0.97 SC 0.96 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.03587 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.01 HN 0.96 KP 0.96 ! LA 1.01 MK 1.00* NL 0.95 OV 0.95 ! PT 1.01 SC 0.85 ! ! ! 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.066506Jy sigma=1.044641 ! Fit after self-cal, rms=0.065894Jy sigma=1.037278 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.065894Jy sigma=1.037278 ! Fit after self-cal, rms=0.065892Jy sigma=1.037194 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.103 mas, bmaj=3.465 mas, bpa=10.76 degrees ! Estimated noise=1.0639 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.00235989 Jy ! Component: 100 - total flux cleaned = 0.00264191 Jy ! Component: 150 - total flux cleaned = 0.00267613 Jy ! Component: 200 - total flux cleaned = 0.00264519 Jy ! Total flux subtracted in 200 components = 0.00264519 Jy ! Clean residual min=-0.005037 max=0.004140 Jy/beam ! Clean residual mean=-0.000033 rms=0.001080 Jy/beam ! Combined flux in latest and established models = 0.16685 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 38 components and 0.16685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065749Jy sigma=1.035774 ! Fit after self-cal, rms=0.065744Jy sigma=1.035759 ! 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.065744Jy sigma=1.035759 ! Fit after self-cal, rms=0.061373Jy sigma=0.984115 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.000982654 Jy ! Component: 100 - total flux cleaned = 0.000888923 Jy ! Component: 150 - total flux cleaned = 0.000809659 Jy ! Component: 200 - total flux cleaned = 0.000763496 Jy ! Total flux subtracted in 200 components = 0.000763496 Jy ! Clean residual min=-0.004918 max=0.004067 Jy/beam ! Clean residual mean=-0.000037 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.167613 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.167613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061369Jy sigma=0.983427 ! Fit after self-cal, rms=0.060869Jy sigma=0.979805 ! Inverting map print "*** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime ***" ! *** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime *** ! dynam = dynam - 0.25 restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.103 x 3.465 at 10.76 degrees (North through East) ! Clean map min=-0.0046306 max=0.13444 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.060869Jy sigma=0.979805 ! Fit after self-cal, rms=0.059302Jy sigma=0.966669 ! 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.059302Jy sigma=0.966669 ! Fit after self-cal, rms=0.059231Jy sigma=0.966121 ! Inverting map and beam ! Estimated beam: bmin=1.085 mas, bmaj=3.438 mas, bpa=11.21 degrees ! Estimated noise=1.04261 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00124932 Jy ! Component: 100 - total flux cleaned = -0.00122045 Jy ! Component: 150 - total flux cleaned = -0.00122084 Jy ! Component: 200 - total flux cleaned = -0.00119583 Jy ! Total flux subtracted in 200 components = -0.00119583 Jy ! Clean residual min=-0.003938 max=0.003521 Jy/beam ! Clean residual mean=-0.000008 rms=0.001012 Jy/beam ! Combined flux in latest and established models = 0.166417 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 59 components and 0.166417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059136Jy sigma=0.965214 ! Fit after self-cal, rms=0.059126Jy sigma=0.965091 ! 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.059126Jy sigma=0.965091 ! Fit after self-cal, rms=0.058856Jy sigma=0.955116 ! 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.058856Jy sigma=0.955116 ! Fit after self-cal, rms=0.058865Jy sigma=0.955018 ! Inverting map and beam ! Estimated beam: bmin=1.081 mas, bmaj=3.403 mas, bpa=11.11 degrees ! Estimated noise=1.03354 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -3.14644e-05 Jy ! Component: 100 - total flux cleaned = 0.000100611 Jy ! Component: 150 - total flux cleaned = 0.000153974 Jy ! Component: 200 - total flux cleaned = 0.000225785 Jy ! Total flux subtracted in 200 components = 0.000225785 Jy ! Clean residual min=-0.003739 max=0.003387 Jy/beam ! Clean residual mean=-0.000013 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.166643 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 63 components and 0.166643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058792Jy sigma=0.954410 ! Fit after self-cal, rms=0.058799Jy sigma=0.954384 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.311 mas, bmaj=4.743 mas, bpa=-0.4876 degrees ! Estimated noise=1.23971 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.00085081 Jy ! Component: 100 - total flux cleaned = 0.00087928 Jy ! Component: 150 - total flux cleaned = 0.000906218 Jy ! Component: 200 - total flux cleaned = 0.000931142 Jy ! Total flux subtracted in 200 components = 0.000931142 Jy ! Clean residual min=-0.004585 max=0.003608 Jy/beam ! Clean residual mean=-0.000025 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.167574 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 72 components and 0.167574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058796Jy sigma=0.954456 ! Fit after self-cal, rms=0.058792Jy sigma=0.954317 ! 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=0.8972 mas, bmaj=2.905 mas, bpa=10.57 degrees ! Estimated noise=1.41139 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.10614 Jy ! Component: 100 - total flux cleaned = 0.137908 Jy ! Component: 150 - total flux cleaned = 0.152166 Jy ! Component: 200 - total flux cleaned = 0.15953 Jy ! Total flux subtracted in 200 components = 0.15953 Jy ! Clean residual min=-0.006949 max=0.005261 Jy/beam ! Clean residual mean=-0.000009 rms=0.001433 Jy/beam ! Combined flux in latest and established models = 0.15953 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.15953 Jy ! Inverting map and beam ! Estimated beam: bmin=1.081 mas, bmaj=3.403 mas, bpa=11.11 degrees ! Estimated noise=1.03354 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.00510804 Jy ! Component: 100 - total flux cleaned = 0.00645224 Jy ! Component: 150 - total flux cleaned = 0.00682329 Jy ! Component: 200 - total flux cleaned = 0.00708112 Jy ! Total flux subtracted in 200 components = 0.00708112 Jy ! Clean residual min=-0.003737 max=0.003499 Jy/beam ! Clean residual mean=-0.000013 rms=0.000995 Jy/beam ! Combined flux in latest and established models = 0.166611 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 41 components and 0.166611 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.311 mas, bmaj=4.743 mas, bpa=-0.4876 degrees ! Estimated noise=1.23971 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.00104706 Jy ! Component: 100 - total flux cleaned = 0.00116797 Jy ! Component: 150 - total flux cleaned = 0.00119261 Jy ! Component: 200 - total flux cleaned = 0.00121695 Jy ! Total flux subtracted in 200 components = 0.00121695 Jy ! Clean residual min=-0.004542 max=0.003615 Jy/beam ! Clean residual mean=-0.000025 rms=0.001180 Jy/beam ! Combined flux in latest and established models = 0.167828 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 46 components and 0.167828 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.081 mas, bmaj=3.403 mas, bpa=11.11 degrees ! Estimated noise=1.03354 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000732956 Jy ! Component: 100 - total flux cleaned = -0.000783596 Jy ! Component: 150 - total flux cleaned = -0.000743351 Jy ! Component: 200 - total flux cleaned = -0.000726641 Jy ! Total flux subtracted in 200 components = -0.000726641 Jy ! Clean residual min=-0.003717 max=0.003391 Jy/beam ! Clean residual mean=-0.000013 rms=0.000987 Jy/beam ! Combined flux in latest and established models = 0.167102 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.167102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058689Jy sigma=0.953728 ! Fit after self-cal, rms=0.058689Jy sigma=0.953695 wmodel J0551-1909_X_2005_07_08_yyk\_map.mod ! Writing 52 model components to file: J0551-1909_X_2005_07_08_yyk_map.mod wobs J0551-1909_X_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J0551-1909_X_2005_07_08_yyk_uvs.fits wwins J0551-1909_X_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J0551-1909_X_2005_07_08_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.00137098 Jy ! Component: 100 - total flux cleaned = -0.00180414 Jy ! Component: 150 - total flux cleaned = -0.00208756 Jy ! Component: 200 - total flux cleaned = -0.00246457 Jy ! Component: 250 - total flux cleaned = -0.00272304 Jy ! Component: 300 - total flux cleaned = -0.00287148 Jy ! Component: 350 - total flux cleaned = -0.00296584 Jy ! Component: 400 - total flux cleaned = -0.00310393 Jy ! Component: 450 - total flux cleaned = -0.00323781 Jy ! Component: 500 - total flux cleaned = -0.00323789 Jy ! Component: 550 - total flux cleaned = -0.0032796 Jy ! Component: 600 - total flux cleaned = -0.00327851 Jy ! Component: 650 - total flux cleaned = -0.00327797 Jy ! Component: 700 - total flux cleaned = -0.00331622 Jy ! Component: 750 - total flux cleaned = -0.00335499 Jy ! Component: 800 - total flux cleaned = -0.0033549 Jy ! Component: 850 - total flux cleaned = -0.00317219 Jy ! Component: 900 - total flux cleaned = -0.00299312 Jy ! Component: 950 - total flux cleaned = -0.00281721 Jy ! Component: 1000 - total flux cleaned = -0.00267814 Jy ! Component: 1050 - total flux cleaned = -0.0024394 Jy ! Component: 1100 - total flux cleaned = -0.00227128 Jy ! Component: 1150 - total flux cleaned = -0.00207318 Jy ! Component: 1200 - total flux cleaned = -0.00194347 Jy ! Component: 1250 - total flux cleaned = -0.00191185 Jy ! Component: 1300 - total flux cleaned = -0.00184833 Jy ! Component: 1350 - total flux cleaned = -0.00191068 Jy ! Component: 1400 - total flux cleaned = -0.0018182 Jy ! Component: 1450 - total flux cleaned = -0.0016667 Jy ! Component: 1500 - total flux cleaned = -0.00163653 Jy ! Component: 1550 - total flux cleaned = -0.00160689 Jy ! Component: 1600 - total flux cleaned = -0.00146159 Jy ! Component: 1650 - total flux cleaned = -0.00140474 Jy ! Component: 1700 - total flux cleaned = -0.0013478 Jy ! Component: 1750 - total flux cleaned = -0.00134824 Jy ! Component: 1800 - total flux cleaned = -0.00140363 Jy ! Component: 1850 - total flux cleaned = -0.00140366 Jy ! Component: 1900 - total flux cleaned = -0.00143101 Jy ! Component: 1950 - total flux cleaned = -0.00140424 Jy ! Component: 2000 - total flux cleaned = -0.00145746 Jy ! Total flux subtracted in 2048 components = -0.00145738 Jy ! Clean residual min=-0.001524 max=0.001567 Jy/beam ! Clean residual mean=-0.000001 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.165644 Jy keep ! Adding 130 model components to the UV plane model. ! The established model now contains 182 components and 0.165644 Jy ![Exited script file: muppet] wmap "J0551-1909_X_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.081 x 3.403 at 11.11 degrees (North through East) ! Clean map min=-0.002664 max=0.1297 Jy/beam ! Writing clean map to FITS file: J0551-1909_X_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.1297 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000534768 device "J0551-1909_X_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J0551-1909_X_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.23693 1.23693 2.47386 4.94773 9.89545 19.7909 39.5818 79.1636 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.129 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.081 x 3.403 at 11.11 degrees (North through East) ! Clean map min=-0.002664 max=0.1297 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0551-1909_X_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J0551-1909_X_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0551-1909_X_2005_07_08_yyk_uvs.log closed on Fri Jan 20 09:59:23 2006