! Started logfile: J0005-1648_X_1997_07_02_yyk_uvs.log on Mon Jan 8 01:34:08 2007 obs J0005-1648_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J0005-1648_X_1997_07_02_yyk_uva.fits ! AN table 1: 147 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1.20831 visibilities/baseline/integration-bin. ! Found source: J0005-1648 ! ! 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.15447e+09 8e+06 1 8e+06 ! 02 2 8.23447e+09 8e+06 1 8e+06 ! 03 3 8.41447e+09 8e+06 1 8e+06 ! 04 4 8.55447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 753 lines of history. ! ! Reading 31972 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 J0005-1648_X_1997_07_02_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.255064 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.7423 mas, bmaj=1.969 mas, bpa=-8.692 degrees ! Estimated noise=957.128 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.137313 Jy ! Component: 100 - total flux cleaned = 0.168689 Jy ! Total flux subtracted in 100 components = 0.168689 Jy ! Clean residual min=-0.007789 max=0.008649 Jy/beam ! Clean residual mean=0.000048 rms=0.002076 Jy/beam ! Combined flux in latest and established models = 0.168689 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.168689 Jy ! ! Correcting IF 1. ! A total of 239 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 239 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 239 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 239 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.195499Jy sigma=0.001567 ! Fit after self-cal, rms=0.195396Jy sigma=0.001567 ! Inverting map and beam ! Estimated beam: bmin=0.7423 mas, bmaj=1.969 mas, bpa=-8.692 degrees ! Estimated noise=957.137 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=0.9285 mas, bmaj=2.344 mas, bpa=-9.98 degrees ! Estimated noise=600.044 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.0146606 Jy ! Component: 100 - total flux cleaned = 0.0199815 Jy ! Component: 150 - total flux cleaned = 0.0220441 Jy ! Component: 200 - total flux cleaned = 0.0223828 Jy ! Total flux subtracted in 200 components = 0.0223828 Jy ! Clean residual min=-0.004623 max=0.006851 Jy/beam ! Clean residual mean=0.000002 rms=0.001460 Jy/beam ! Combined flux in latest and established models = 0.191072 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 40 components and 0.191072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.195098Jy sigma=0.001561 ! Fit after self-cal, rms=0.195090Jy sigma=0.001561 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9285 x 2.344 at -9.98 degrees (North through East) ! Clean map min=-0.0043446 max=0.16041 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.01047 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.06 HN 1.02 KP 0.95 ! LA 0.96 MK 1.07 NL 1.03 OV 0.97 ! PT 0.92 SC 0.87 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.003 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.07 HN 0.98 KP 0.97 ! LA 0.96 MK 0.99 NL 0.99 OV 1.06 ! PT 0.91 SC 1.01 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.97587 ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.12 HN 1.08 KP 0.99 ! LA 0.96 MK 0.98 NL 1.00 OV 0.99 ! PT 0.95 SC 1.06 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.975769 ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.03 HN 1.05 KP 0.95 ! LA 1.02 MK 0.96 NL 1.03 OV 1.02 ! PT 1.00 SC 1.06 ! ! ! Fit before self-cal, rms=0.195090Jy sigma=0.001561 ! Fit after self-cal, rms=0.194445Jy sigma=0.001558 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.194445Jy sigma=0.001558 ! Fit after self-cal, rms=0.194447Jy sigma=0.001558 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9318 mas, bmaj=2.359 mas, bpa=-9.941 degrees ! Estimated noise=590.251 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.00323816 Jy ! Component: 100 - total flux cleaned = -0.00409299 Jy ! Component: 150 - total flux cleaned = -0.00426266 Jy ! Component: 200 - total flux cleaned = -0.00433271 Jy ! Total flux subtracted in 200 components = -0.00433271 Jy ! Clean residual min=-0.004014 max=0.005210 Jy/beam ! Clean residual mean=0.000043 rms=0.001130 Jy/beam ! Combined flux in latest and established models = 0.186739 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.186739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194368Jy sigma=0.001558 ! Fit after self-cal, rms=0.194361Jy sigma=0.001558 ! 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.194361Jy sigma=0.001558 ! Fit after self-cal, rms=0.192737Jy sigma=0.001546 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 (2.2, -7.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0058728 Jy ! Component: 100 - total flux cleaned = 0.00824057 Jy ! Component: 150 - total flux cleaned = 0.00881089 Jy ! Component: 200 - total flux cleaned = 0.00914152 Jy ! Total flux subtracted in 200 components = 0.00914152 Jy ! Clean residual min=-0.003676 max=0.003730 Jy/beam ! Clean residual mean=0.000062 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.19588 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 73 components and 0.19588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192617Jy sigma=0.001545 ! Fit after self-cal, rms=0.192359Jy sigma=0.001542 ! 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: 0.9318 x 2.359 at -9.941 degrees (North through East) ! Clean map min=-0.0032865 max=0.16017 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.192359Jy sigma=0.001542 ! Fit after self-cal, rms=0.195770Jy sigma=0.001541 ! 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.195770Jy sigma=0.001541 ! Fit after self-cal, rms=0.195703Jy sigma=0.001540 ! Inverting map and beam ! Estimated beam: bmin=0.9333 mas, bmaj=2.353 mas, bpa=-9.653 degrees ! Estimated noise=585.716 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00246609 Jy ! Component: 100 - total flux cleaned = 0.00280521 Jy ! Component: 150 - total flux cleaned = 0.0028933 Jy ! Component: 200 - total flux cleaned = 0.00296967 Jy ! Total flux subtracted in 200 components = 0.00296967 Jy ! Clean residual min=-0.003164 max=0.002818 Jy/beam ! Clean residual mean=-0.000003 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.19885 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 91 components and 0.19885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.195680Jy sigma=0.001540 ! Fit after self-cal, rms=0.195643Jy sigma=0.001539 ! 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.195643Jy sigma=0.001539 ! Fit after self-cal, rms=0.196956Jy sigma=0.001537 ! 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.196956Jy sigma=0.001537 ! Fit after self-cal, rms=0.196940Jy sigma=0.001537 ! Inverting map and beam ! Estimated beam: bmin=0.9344 mas, bmaj=2.354 mas, bpa=-9.61 degrees ! Estimated noise=585.934 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124703 Jy ! Component: 100 - total flux cleaned = 0.00132033 Jy ! Component: 150 - total flux cleaned = 0.00128713 Jy ! Component: 200 - total flux cleaned = 0.00125778 Jy ! Total flux subtracted in 200 components = 0.00125778 Jy ! Clean residual min=-0.002882 max=0.002798 Jy/beam ! Clean residual mean=-0.000002 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.200108 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 100 components and 0.200108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196930Jy sigma=0.001537 ! Fit after self-cal, rms=0.196917Jy sigma=0.001537 ! 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.239 mas, bmaj=4.522 mas, bpa=-10.43 degrees ! Estimated noise=746.972 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 = -4.01241e-05 Jy ! Component: 100 - total flux cleaned = -0.000176867 Jy ! Component: 150 - total flux cleaned = -0.00017526 Jy ! Component: 200 - total flux cleaned = -0.000173629 Jy ! Total flux subtracted in 200 components = -0.000173629 Jy ! Clean residual min=-0.002684 max=0.002596 Jy/beam ! Clean residual mean=-0.000007 rms=0.000852 Jy/beam ! Combined flux in latest and established models = 0.199934 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 113 components and 0.199934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196914Jy sigma=0.001537 ! Fit after self-cal, rms=0.196907Jy sigma=0.001537 ! 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.7415 mas, bmaj=1.976 mas, bpa=-8.696 degrees ! Estimated noise=951.484 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.138208 Jy ! Component: 100 - total flux cleaned = 0.16991 Jy ! Component: 150 - total flux cleaned = 0.182852 Jy ! Component: 200 - total flux cleaned = 0.190166 Jy ! Total flux subtracted in 200 components = 0.190166 Jy ! Clean residual min=-0.004708 max=0.004483 Jy/beam ! Clean residual mean=-0.000005 rms=0.001213 Jy/beam ! Combined flux in latest and established models = 0.190166 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.190166 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9344 mas, bmaj=2.354 mas, bpa=-9.61 degrees ! Estimated noise=585.934 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.0054595 Jy ! Component: 100 - total flux cleaned = 0.00775149 Jy ! Component: 150 - total flux cleaned = 0.00891775 Jy ! Component: 200 - total flux cleaned = 0.00943803 Jy ! Total flux subtracted in 200 components = 0.00943803 Jy ! Clean residual min=-0.003100 max=0.002909 Jy/beam ! Clean residual mean=-0.000003 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.199604 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 56 components and 0.199604 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.239 mas, bmaj=4.522 mas, bpa=-10.43 degrees ! Estimated noise=746.972 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.000102428 Jy ! Component: 100 - total flux cleaned = 4.51619e-05 Jy ! Component: 150 - total flux cleaned = 0.00010808 Jy ! Component: 200 - total flux cleaned = 0.000166595 Jy ! Total flux subtracted in 200 components = 0.000166595 Jy ! Clean residual min=-0.002592 max=0.002692 Jy/beam ! Clean residual mean=-0.000009 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.19977 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 66 components and 0.19977 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9344 mas, bmaj=2.354 mas, bpa=-9.61 degrees ! Estimated noise=585.934 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000226524 Jy ! Component: 100 - total flux cleaned = 0.000270247 Jy ! Component: 150 - total flux cleaned = 0.000309485 Jy ! Component: 200 - total flux cleaned = 0.000383214 Jy ! Total flux subtracted in 200 components = 0.000383214 Jy ! Clean residual min=-0.002968 max=0.002847 Jy/beam ! Clean residual mean=-0.000003 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.200154 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 88 components and 0.200154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196913Jy sigma=0.001537 ! Fit after self-cal, rms=0.196907Jy sigma=0.001537 wmodel J0005-1648_X_1997_07_02_yyk\_map.mod ! Writing 88 model components to file: J0005-1648_X_1997_07_02_yyk_map.mod wobs J0005-1648_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J0005-1648_X_1997_07_02_yyk_uvs.fits wwins J0005-1648_X_1997_07_02_yyk\_map.win ! wwins: Wrote 2 windows to J0005-1648_X_1997_07_02_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.000705761 Jy ! Component: 100 - total flux cleaned = -0.00107865 Jy ! Component: 150 - total flux cleaned = -0.00129446 Jy ! Component: 200 - total flux cleaned = -0.00154004 Jy ! Component: 250 - total flux cleaned = -0.00188586 Jy ! Component: 300 - total flux cleaned = -0.00210684 Jy ! Component: 350 - total flux cleaned = -0.00231848 Jy ! Component: 400 - total flux cleaned = -0.00248845 Jy ! Component: 450 - total flux cleaned = -0.0025547 Jy ! Component: 500 - total flux cleaned = -0.00281239 Jy ! Component: 550 - total flux cleaned = -0.00293828 Jy ! Component: 600 - total flux cleaned = -0.00315458 Jy ! Component: 650 - total flux cleaned = -0.00336556 Jy ! Component: 700 - total flux cleaned = -0.00354305 Jy ! Component: 750 - total flux cleaned = -0.00368854 Jy ! Component: 800 - total flux cleaned = -0.00388787 Jy ! Component: 850 - total flux cleaned = -0.00402762 Jy ! Component: 900 - total flux cleaned = -0.00419213 Jy ! Component: 950 - total flux cleaned = -0.00429996 Jy ! Component: 1000 - total flux cleaned = -0.0043534 Jy ! Component: 1050 - total flux cleaned = -0.00448459 Jy ! Component: 1100 - total flux cleaned = -0.0046134 Jy ! Component: 1150 - total flux cleaned = -0.00468939 Jy ! Component: 1200 - total flux cleaned = -0.00473919 Jy ! Component: 1250 - total flux cleaned = -0.00476391 Jy ! Component: 1300 - total flux cleaned = -0.00486094 Jy ! Component: 1350 - total flux cleaned = -0.00483675 Jy ! Component: 1400 - total flux cleaned = -0.00493155 Jy ! Component: 1450 - total flux cleaned = -0.00497858 Jy ! Component: 1500 - total flux cleaned = -0.00502481 Jy ! Component: 1550 - total flux cleaned = -0.00513917 Jy ! Component: 1600 - total flux cleaned = -0.0051391 Jy ! Component: 1650 - total flux cleaned = -0.00518403 Jy ! Component: 1700 - total flux cleaned = -0.00525 Jy ! Component: 1750 - total flux cleaned = -0.00525003 Jy ! Component: 1800 - total flux cleaned = -0.00525023 Jy ! Component: 1850 - total flux cleaned = -0.00533542 Jy ! Component: 1900 - total flux cleaned = -0.00533516 Jy ! Component: 1950 - total flux cleaned = -0.00537686 Jy ! Component: 2000 - total flux cleaned = -0.00533508 Jy ! Total flux subtracted in 2048 components = -0.00525301 Jy ! Clean residual min=-0.001112 max=0.001097 Jy/beam ! Clean residual mean=0.000003 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.194901 Jy keep ! Adding 140 model components to the UV plane model. ! The established model now contains 228 components and 0.194901 Jy ![Exited script file: muppet] wmap "J0005-1648_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9344 x 2.354 at -9.61 degrees (North through East) ! Clean map min=-0.0023037 max=0.15982 Jy/beam ! Writing clean map to FITS file: J0005-1648_X_1997_07_02_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.159822 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000380703 device "J0005-1648_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J0005-1648_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.714614 0.714614 1.42923 2.85846 5.71691 11.4338 22.8676 45.7353 91.4706 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.159 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9344 x 2.354 at -9.61 degrees (North through East) ! Clean map min=-0.0023037 max=0.15982 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0005-1648_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J0005-1648_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0005-1648_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 01:34:17 2007