! Started logfile: J1400-1858_X_2005_06_01_yyk_uvs.log on Sat Oct 8 17:23:26 2005 obs J1400-1858_X_2005_06_01_yyk_uve.fits ! Reading UV FITS file: J1400-1858_X_2005_06_01_yyk_uve.fits ! AN table 1: 13 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.830769 visibilities/baseline/integration-bin. ! Found source: J1400-1858 ! ! 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 1618 lines of history. ! ! Reading 1944 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 J1400-1858_X_2005_06_01_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.299855 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.6644 mas, bmaj=1.73 mas, bpa=0.03059 degrees ! Estimated noise=1.27625 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.24893 Jy ! Component: 100 - total flux cleaned = 0.284182 Jy ! Total flux subtracted in 100 components = 0.284182 Jy ! Clean residual min=-0.006874 max=0.008521 Jy/beam ! Clean residual mean=-0.000007 rms=0.001808 Jy/beam ! Combined flux in latest and established models = 0.284182 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.284182 Jy ! ! Correcting IF 1. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.070195Jy sigma=1.149696 ! Fit after self-cal, rms=0.069508Jy sigma=1.135499 ! Inverting map and beam ! Estimated beam: bmin=0.6651 mas, bmaj=1.728 mas, bpa=0.0578 degrees ! Estimated noise=1.28279 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.833 mas, bmaj=2.12 mas, bpa=0.4146 degrees ! Estimated noise=0.876369 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.0140445 Jy ! Component: 100 - total flux cleaned = 0.0186473 Jy ! Component: 150 - total flux cleaned = 0.0202269 Jy ! Component: 200 - total flux cleaned = 0.0204925 Jy ! Total flux subtracted in 200 components = 0.0204925 Jy ! Clean residual min=-0.004587 max=0.004464 Jy/beam ! Clean residual mean=0.000003 rms=0.001190 Jy/beam ! Combined flux in latest and established models = 0.304675 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 25 components and 0.304675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067952Jy sigma=1.098009 ! Fit after self-cal, rms=0.067953Jy sigma=1.097917 ! 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.833 x 2.12 at 0.4146 degrees (North through East) ! Clean map min=-0.0041171 max=0.29162 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.00863 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.99 HN 1.03 KP 0.98 ! LA 1.02 MK 1.00 NL 0.99 OV 1.04 ! PT 0.93 SC 0.96 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.0156 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 1.02 KP 0.93 ! LA 1.00 MK 1.00 NL 0.99 OV 0.97 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00729 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.02 HN 0.94 KP 0.89 ! LA 0.99 MK 1.03 NL 1.00 OV 1.03 ! PT 1.07 SC 0.92 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.954785 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.08 HN 1.00 KP 1.00 ! LA 0.99 MK 1.02 NL 0.98 OV 1.05 ! PT 1.06 SC 1.25 ! ! ! Fit before self-cal, rms=0.067953Jy sigma=1.097917 ! Fit after self-cal, rms=0.065166Jy sigma=1.056621 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.065166Jy sigma=1.056621 ! Fit after self-cal, rms=0.065155Jy sigma=1.056516 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.84 mas, bmaj=2.133 mas, bpa=0.75 degrees ! Estimated noise=0.874289 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.00157748 Jy ! Component: 100 - total flux cleaned = -0.00171997 Jy ! Component: 150 - total flux cleaned = -0.00175684 Jy ! Component: 200 - total flux cleaned = -0.00179121 Jy ! Total flux subtracted in 200 components = -0.00179121 Jy ! Clean residual min=-0.003740 max=0.003637 Jy/beam ! Clean residual mean=0.000001 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.302884 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 32 components and 0.302884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065117Jy sigma=1.055916 ! Fit after self-cal, rms=0.065113Jy sigma=1.055851 ! 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.065113Jy sigma=1.055851 ! Fit after self-cal, rms=0.062828Jy sigma=1.015779 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.000156337 Jy ! Component: 100 - total flux cleaned = 0.000183204 Jy ! Component: 150 - total flux cleaned = 0.000203407 Jy ! Component: 200 - total flux cleaned = 0.00022078 Jy ! Total flux subtracted in 200 components = 0.00022078 Jy ! Clean residual min=-0.003646 max=0.003662 Jy/beam ! Clean residual mean=0.000000 rms=0.000941 Jy/beam ! Combined flux in latest and established models = 0.303104 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 37 components and 0.303104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062822Jy sigma=1.015509 ! Fit after self-cal, rms=0.062607Jy sigma=1.012355 ! 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.84 x 2.133 at 0.75 degrees (North through East) ! Clean map min=-0.0033852 max=0.29198 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.062607Jy sigma=1.012355 ! Fit after self-cal, rms=0.061097Jy sigma=0.967852 ! 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.061097Jy sigma=0.967852 ! Fit after self-cal, rms=0.061073Jy sigma=0.967348 ! Inverting map and beam ! Estimated beam: bmin=0.841 mas, bmaj=2.137 mas, bpa=0.6589 degrees ! Estimated noise=0.87287 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000290766 Jy ! Component: 100 - total flux cleaned = -0.000231735 Jy ! Component: 150 - total flux cleaned = -0.0001682 Jy ! Component: 200 - total flux cleaned = -0.000140735 Jy ! Total flux subtracted in 200 components = -0.000140735 Jy ! Clean residual min=-0.003558 max=0.002915 Jy/beam ! Clean residual mean=-0.000006 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.302964 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 39 components and 0.302964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061058Jy sigma=0.967142 ! Fit after self-cal, rms=0.061055Jy sigma=0.966971 ! 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.061055Jy sigma=0.966971 ! Fit after self-cal, rms=0.060178Jy sigma=0.943359 ! 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.060178Jy sigma=0.943359 ! Fit after self-cal, rms=0.060179Jy sigma=0.943309 ! Inverting map and beam ! Estimated beam: bmin=0.8416 mas, bmaj=2.138 mas, bpa=0.6628 degrees ! Estimated noise=0.874462 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000493941 Jy ! Component: 100 - total flux cleaned = 0.000566644 Jy ! Component: 150 - total flux cleaned = 0.000611183 Jy ! Component: 200 - total flux cleaned = 0.0006619 Jy ! Total flux subtracted in 200 components = 0.0006619 Jy ! Clean residual min=-0.003572 max=0.002973 Jy/beam ! Clean residual mean=-0.000008 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.303625 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.303625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060170Jy sigma=0.943113 ! Fit after self-cal, rms=0.060172Jy sigma=0.943080 ! 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.219 mas, bmaj=4.87 mas, bpa=6.339 degrees ! Estimated noise=1.13215 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 = -8.37572e-05 Jy ! Component: 100 - total flux cleaned = -7.39072e-05 Jy ! Component: 150 - total flux cleaned = -5.05683e-05 Jy ! Component: 200 - total flux cleaned = -3.71864e-05 Jy ! Total flux subtracted in 200 components = -3.71864e-05 Jy ! Clean residual min=-0.004164 max=0.003455 Jy/beam ! Clean residual mean=-0.000015 rms=0.001040 Jy/beam ! Combined flux in latest and established models = 0.303588 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 4 model components to the UV plane model. ! The established model now contains 42 components and 0.303588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060171Jy sigma=0.943127 ! Fit after self-cal, rms=0.060174Jy sigma=0.943107 ! Inverting map uvtaper 0,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.6688 mas, bmaj=1.737 mas, bpa=-0.1417 degrees ! Estimated noise=1.29793 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.251956 Jy ! Component: 100 - total flux cleaned = 0.286617 Jy ! Component: 150 - total flux cleaned = 0.296264 Jy ! Component: 200 - total flux cleaned = 0.30032 Jy ! Total flux subtracted in 200 components = 0.30032 Jy ! Clean residual min=-0.004869 max=0.004691 Jy/beam ! Clean residual mean=-0.000004 rms=0.001170 Jy/beam ! Combined flux in latest and established models = 0.30032 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.30032 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8416 mas, bmaj=2.138 mas, bpa=0.6628 degrees ! Estimated noise=0.874462 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.00299735 Jy ! Component: 100 - total flux cleaned = 0.00355655 Jy ! Component: 150 - total flux cleaned = 0.00361938 Jy ! Component: 200 - total flux cleaned = 0.00362091 Jy ! Total flux subtracted in 200 components = 0.00362091 Jy ! Clean residual min=-0.003665 max=0.002874 Jy/beam ! Clean residual mean=-0.000008 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.303941 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 22 components and 0.303941 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.219 mas, bmaj=4.87 mas, bpa=6.339 degrees ! Estimated noise=1.13215 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 = -7.4591e-05 Jy ! Component: 100 - total flux cleaned = -7.47039e-05 Jy ! Component: 150 - total flux cleaned = -7.49774e-05 Jy ! Component: 200 - total flux cleaned = -7.51341e-05 Jy ! Total flux subtracted in 200 components = -7.51341e-05 Jy ! Clean residual min=-0.004174 max=0.003453 Jy/beam ! Clean residual mean=-0.000014 rms=0.001038 Jy/beam ! Combined flux in latest and established models = 0.303866 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 25 components and 0.303866 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8416 mas, bmaj=2.138 mas, bpa=0.6628 degrees ! Estimated noise=0.874462 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 9.25383e-05 Jy ! Component: 100 - total flux cleaned = 6.68541e-05 Jy ! Component: 150 - total flux cleaned = 8.97119e-05 Jy ! Component: 200 - total flux cleaned = 8.89149e-05 Jy ! Total flux subtracted in 200 components = 8.89149e-05 Jy ! Clean residual min=-0.003623 max=0.002899 Jy/beam ! Clean residual mean=-0.000008 rms=0.000803 Jy/beam ! Combined flux in latest and established models = 0.303955 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 27 components and 0.303955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060199Jy sigma=0.943850 ! Fit after self-cal, rms=0.060200Jy sigma=0.943786 wmodel J1400-1858_X_2005_06_01_yyk\_map.mod ! Writing 27 model components to file: J1400-1858_X_2005_06_01_yyk_map.mod wobs J1400-1858_X_2005_06_01_yyk\_uvs.fits ! Writing UV FITS file: J1400-1858_X_2005_06_01_yyk_uvs.fits wwins J1400-1858_X_2005_06_01_yyk\_map.win ! wwins: Wrote 1 windows to J1400-1858_X_2005_06_01_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.00118648 Jy ! Component: 100 - total flux cleaned = -0.00113784 Jy ! Component: 150 - total flux cleaned = -0.0013272 Jy ! Component: 200 - total flux cleaned = -0.00141937 Jy ! Component: 250 - total flux cleaned = -0.00155184 Jy ! Component: 300 - total flux cleaned = -0.00163568 Jy ! Component: 350 - total flux cleaned = -0.0017584 Jy ! Component: 400 - total flux cleaned = -0.00187816 Jy ! Component: 450 - total flux cleaned = -0.00207257 Jy ! Component: 500 - total flux cleaned = -0.002263 Jy ! Component: 550 - total flux cleaned = -0.00241272 Jy ! Component: 600 - total flux cleaned = -0.00270536 Jy ! Component: 650 - total flux cleaned = -0.00281192 Jy ! Component: 700 - total flux cleaned = -0.00295237 Jy ! Component: 750 - total flux cleaned = -0.00312511 Jy ! Component: 800 - total flux cleaned = -0.00329487 Jy ! Component: 850 - total flux cleaned = -0.00346177 Jy ! Component: 900 - total flux cleaned = -0.0036259 Jy ! Component: 950 - total flux cleaned = -0.00381916 Jy ! Component: 1000 - total flux cleaned = -0.00388247 Jy ! Component: 1050 - total flux cleaned = -0.00397684 Jy ! Component: 1100 - total flux cleaned = -0.00400818 Jy ! Component: 1150 - total flux cleaned = -0.00403903 Jy ! Component: 1200 - total flux cleaned = -0.00415963 Jy ! Component: 1250 - total flux cleaned = -0.00424837 Jy ! Component: 1300 - total flux cleaned = -0.00433615 Jy ! Component: 1350 - total flux cleaned = -0.00439419 Jy ! Component: 1400 - total flux cleaned = -0.00450843 Jy ! Component: 1450 - total flux cleaned = -0.00464917 Jy ! Component: 1500 - total flux cleaned = -0.0047882 Jy ! Component: 1550 - total flux cleaned = -0.00481556 Jy ! Component: 1600 - total flux cleaned = -0.00500543 Jy ! Component: 1650 - total flux cleaned = -0.00503227 Jy ! Component: 1700 - total flux cleaned = -0.00508574 Jy ! Component: 1750 - total flux cleaned = -0.00519122 Jy ! Component: 1800 - total flux cleaned = -0.00534684 Jy ! Component: 1850 - total flux cleaned = -0.00534661 Jy ! Component: 1900 - total flux cleaned = -0.00547388 Jy ! Component: 1950 - total flux cleaned = -0.00552451 Jy ! Component: 2000 - total flux cleaned = -0.0056739 Jy ! Total flux subtracted in 2048 components = -0.0057233 Jy ! Clean residual min=-0.001308 max=0.001387 Jy/beam ! Clean residual mean=-0.000007 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.298231 Jy keep ! Adding 135 model components to the UV plane model. ! The established model now contains 162 components and 0.298232 Jy ![Exited script file: muppet] wmap "J1400-1858_X_2005_06_01_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8416 x 2.138 at 0.6628 degrees (North through East) ! Clean map min=-0.0027745 max=0.29237 Jy/beam ! Writing clean map to FITS file: J1400-1858_X_2005_06_01_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.29237 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000471209 device "J1400-1858_X_2005_06_01_yyk\_map.eps/VPS" ! Attempting to open device: 'J1400-1858_X_2005_06_01_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.483506 0.483506 0.967013 1.93403 3.86805 7.7361 15.4722 30.9444 61.8888 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.292 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.8416 x 2.138 at 0.6628 degrees (North through East) ! Clean map min=-0.0027745 max=0.29237 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1400-1858_X_2005_06_01_yyk\_map.gif/gif" ! Attempting to open device: 'J1400-1858_X_2005_06_01_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1400-1858_X_2005_06_01_yyk_uvs.log closed on Sat Oct 8 17:23:30 2005