! Started logfile: J1553-2422_X_1997_07_02_yyk_uvs.log on Mon Jan 8 06:47:37 2007 obs J1553-2422_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J1553-2422_X_1997_07_02_yyk_uva.fits ! AN table 1: 147 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.867271 visibilities/baseline/integration-bin. ! Found source: J1553-2422 ! ! 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 22948 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 J1553-2422_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.739383 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.7549 mas, bmaj=2.209 mas, bpa=1.613 degrees ! Estimated noise=1174.76 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.59358 Jy ! Component: 100 - total flux cleaned = 0.675106 Jy ! Total flux subtracted in 100 components = 0.675106 Jy ! Clean residual min=-0.019315 max=0.031366 Jy/beam ! Clean residual mean=0.000019 rms=0.006098 Jy/beam ! Combined flux in latest and established models = 0.675106 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.675106 Jy ! ! Correcting IF 1. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.286863Jy sigma=0.001716 ! Fit after self-cal, rms=0.286416Jy sigma=0.001714 ! Inverting map and beam ! Estimated beam: bmin=0.7549 mas, bmaj=2.209 mas, bpa=1.621 degrees ! Estimated noise=1175.18 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.9527 mas, bmaj=2.69 mas, bpa=-0.294 degrees ! Estimated noise=754.696 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.0301623 Jy ! Component: 100 - total flux cleaned = 0.0419174 Jy ! Component: 150 - total flux cleaned = 0.0430331 Jy ! Component: 200 - total flux cleaned = 0.0437455 Jy ! Total flux subtracted in 200 components = 0.0437455 Jy ! Clean residual min=-0.017083 max=0.022941 Jy/beam ! Clean residual mean=0.000134 rms=0.005245 Jy/beam ! Combined flux in latest and established models = 0.718852 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 16 components and 0.718852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.285571Jy sigma=0.001700 ! Fit after self-cal, rms=0.285562Jy sigma=0.001700 ! 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.9527 x 2.69 at -0.294 degrees (North through East) ! Clean map min=-0.017021 max=0.67987 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: 0.994153 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00 HN 1.08 KP 1.01 ! LA 1.08 MK 0.98 NL 1.00 OV 0.98 ! PT 0.93 SC 0.96 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00278 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 HN 1.03 KP 1.00 ! LA 1.06 MK 0.94 NL 0.99 OV 1.03 ! PT 0.89 SC 1.01 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.995771 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.02 HN 1.10 KP 0.99 ! LA 1.07 MK 0.96 NL 0.99 OV 0.95 ! PT 0.93 SC 1.04 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.993118 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00 HN 1.09 KP 0.97 ! LA 1.08 MK 0.95 NL 0.98 OV 0.97 ! PT 0.94 SC 1.03 ! ! ! Fit before self-cal, rms=0.285562Jy sigma=0.001700 ! Fit after self-cal, rms=0.288810Jy sigma=0.001677 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.288810Jy sigma=0.001677 ! Fit after self-cal, rms=0.288812Jy sigma=0.001677 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9456 mas, bmaj=2.689 mas, bpa=-0.963 degrees ! Estimated noise=746.496 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.00640795 Jy ! Component: 100 - total flux cleaned = -0.00791532 Jy ! Component: 150 - total flux cleaned = -0.00797579 Jy ! Component: 200 - total flux cleaned = -0.00803029 Jy ! Total flux subtracted in 200 components = -0.00803029 Jy ! Clean residual min=-0.016387 max=0.015700 Jy/beam ! Clean residual mean=0.000135 rms=0.004178 Jy/beam ! Combined flux in latest and established models = 0.710821 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 28 components and 0.710821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.288648Jy sigma=0.001676 ! Fit after self-cal, rms=0.288643Jy sigma=0.001676 ! 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.288643Jy sigma=0.001676 ! Fit after self-cal, rms=0.242170Jy sigma=0.001375 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 (4, -16.8). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0214776 Jy ! Component: 100 - total flux cleaned = 0.0284513 Jy ! Component: 150 - total flux cleaned = 0.0310894 Jy ! Component: 200 - total flux cleaned = 0.0332852 Jy ! Total flux subtracted in 200 components = 0.0332852 Jy ! Clean residual min=-0.012262 max=0.014350 Jy/beam ! Clean residual mean=0.000091 rms=0.003306 Jy/beam ! Combined flux in latest and established models = 0.744107 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 56 components and 0.744107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.241042Jy sigma=0.001365 ! Fit after self-cal, rms=0.235854Jy sigma=0.001330 ! 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.9456 x 2.689 at -0.963 degrees (North through East) ! Clean map min=-0.011792 max=0.69238 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.235854Jy sigma=0.001330 ! Fit after self-cal, rms=0.235822Jy sigma=0.001303 ! 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.235822Jy sigma=0.001303 ! Fit after self-cal, rms=0.234917Jy sigma=0.001297 ! Inverting map and beam ! Estimated beam: bmin=0.9511 mas, bmaj=2.673 mas, bpa=-0.7379 degrees ! Estimated noise=741.791 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00551593 Jy ! Component: 100 - total flux cleaned = -0.00646419 Jy ! Component: 150 - total flux cleaned = -0.00678949 Jy ! Component: 200 - total flux cleaned = -0.0068433 Jy ! Total flux subtracted in 200 components = -0.0068433 Jy ! Clean residual min=-0.003749 max=0.003539 Jy/beam ! Clean residual mean=0.000003 rms=0.000996 Jy/beam ! Combined flux in latest and established models = 0.737263 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 36 model components to the UV plane model. ! The established model now contains 89 components and 0.737263 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.234787Jy sigma=0.001296 ! Fit after self-cal, rms=0.234557Jy sigma=0.001295 ! 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.234557Jy sigma=0.001295 ! Fit after self-cal, rms=0.422510Jy sigma=0.001350 ! 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.422510Jy sigma=0.001350 ! Fit after self-cal, rms=0.422430Jy sigma=0.001349 ! Inverting map and beam ! Estimated beam: bmin=0.976 mas, bmaj=2.822 mas, bpa=-2.588 degrees ! Estimated noise=750.393 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000689606 Jy ! Component: 100 - total flux cleaned = -0.00164203 Jy ! Component: 150 - total flux cleaned = -0.00222589 Jy ! Component: 200 - total flux cleaned = -0.00248845 Jy ! Total flux subtracted in 200 components = -0.00248845 Jy ! Clean residual min=-0.004115 max=0.004403 Jy/beam ! Clean residual mean=0.000003 rms=0.001140 Jy/beam ! Combined flux in latest and established models = 0.734775 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 96 components and 0.734775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.419838Jy sigma=0.001345 ! Fit after self-cal, rms=0.419782Jy sigma=0.001345 ! 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.395 mas, bmaj=5.609 mas, bpa=-1.065 degrees ! Estimated noise=922.007 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.00148153 Jy ! Component: 100 - total flux cleaned = -0.00148281 Jy ! Component: 150 - total flux cleaned = -0.00159781 Jy ! Component: 200 - total flux cleaned = -0.00164655 Jy ! Total flux subtracted in 200 components = -0.00164655 Jy ! Clean residual min=-0.003826 max=0.003418 Jy/beam ! Clean residual mean=0.000011 rms=0.001174 Jy/beam ! Combined flux in latest and established models = 0.733129 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 113 components and 0.733128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.419642Jy sigma=0.001345 ! Fit after self-cal, rms=0.419630Jy sigma=0.001344 ! 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.7667 mas, bmaj=2.264 mas, bpa=0.2628 degrees ! Estimated noise=1202.22 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.624993 Jy ! Component: 100 - total flux cleaned = 0.707154 Jy ! Component: 150 - total flux cleaned = 0.719201 Jy ! Component: 200 - total flux cleaned = 0.722372 Jy ! Total flux subtracted in 200 components = 0.722372 Jy ! Clean residual min=-0.011255 max=0.013281 Jy/beam ! Clean residual mean=-0.000006 rms=0.002647 Jy/beam ! Combined flux in latest and established models = 0.722372 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.722372 Jy ! Inverting map and beam ! Estimated beam: bmin=0.976 mas, bmaj=2.822 mas, bpa=-2.588 degrees ! Estimated noise=750.393 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) ! Added new window around map position (-1, -2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00775982 Jy ! Component: 100 - total flux cleaned = 0.00904853 Jy ! Component: 150 - total flux cleaned = 0.00904419 Jy ! Component: 200 - total flux cleaned = 0.00892093 Jy ! Total flux subtracted in 200 components = 0.00892093 Jy ! Clean residual min=-0.003945 max=0.004243 Jy/beam ! Clean residual mean=0.000001 rms=0.001024 Jy/beam ! Combined flux in latest and established models = 0.731293 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 36 components and 0.731292 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.395 mas, bmaj=5.609 mas, bpa=-1.065 degrees ! Estimated noise=922.007 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.00107405 Jy ! Component: 100 - total flux cleaned = 0.000993631 Jy ! Component: 150 - total flux cleaned = 0.000795517 Jy ! Component: 200 - total flux cleaned = 0.000740835 Jy ! Total flux subtracted in 200 components = 0.000740835 Jy ! Clean residual min=-0.003592 max=0.003772 Jy/beam ! Clean residual mean=0.000011 rms=0.001160 Jy/beam ! Combined flux in latest and established models = 0.732033 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 54 components and 0.732033 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.976 mas, bmaj=2.822 mas, bpa=-2.588 degrees ! Estimated noise=750.393 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000315671 Jy ! Component: 100 - total flux cleaned = -0.000322861 Jy ! Component: 150 - total flux cleaned = -0.000325316 Jy ! Component: 200 - total flux cleaned = -0.000327519 Jy ! Total flux subtracted in 200 components = -0.000327519 Jy ! Clean residual min=-0.003759 max=0.003369 Jy/beam ! Clean residual mean=0.000004 rms=0.000940 Jy/beam ! Combined flux in latest and established models = 0.731706 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 69 components and 0.731706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.416037Jy sigma=0.001342 ! Fit after self-cal, rms=0.416035Jy sigma=0.001342 wmodel J1553-2422_X_1997_07_02_yyk\_map.mod ! Writing 69 model components to file: J1553-2422_X_1997_07_02_yyk_map.mod wobs J1553-2422_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J1553-2422_X_1997_07_02_yyk_uvs.fits wwins J1553-2422_X_1997_07_02_yyk\_map.win ! wwins: Wrote 3 windows to J1553-2422_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.000730109 Jy ! Component: 100 - total flux cleaned = -0.00112675 Jy ! Component: 150 - total flux cleaned = -0.0014526 Jy ! Component: 200 - total flux cleaned = -0.00181248 Jy ! Component: 250 - total flux cleaned = -0.00186248 Jy ! Component: 300 - total flux cleaned = -0.00186288 Jy ! Component: 350 - total flux cleaned = -0.00172825 Jy ! Component: 400 - total flux cleaned = -0.0015979 Jy ! Component: 450 - total flux cleaned = -0.00151442 Jy ! Component: 500 - total flux cleaned = -0.00151441 Jy ! Component: 550 - total flux cleaned = -0.00135508 Jy ! Component: 600 - total flux cleaned = -0.00115969 Jy ! Component: 650 - total flux cleaned = -0.00089175 Jy ! Component: 700 - total flux cleaned = -0.00062903 Jy ! Component: 750 - total flux cleaned = -0.000445281 Jy ! Component: 800 - total flux cleaned = -0.000337116 Jy ! Component: 850 - total flux cleaned = -0.000266354 Jy ! Component: 900 - total flux cleaned = -0.000266727 Jy ! Component: 950 - total flux cleaned = -0.000266117 Jy ! Component: 1000 - total flux cleaned = -0.000266777 Jy ! Component: 1050 - total flux cleaned = -0.000332948 Jy ! Component: 1100 - total flux cleaned = -0.000430271 Jy ! Component: 1150 - total flux cleaned = -0.000333268 Jy ! Component: 1200 - total flux cleaned = -0.000301848 Jy ! Component: 1250 - total flux cleaned = -0.000239351 Jy ! Component: 1300 - total flux cleaned = -0.000270582 Jy ! Component: 1350 - total flux cleaned = -0.000331386 Jy ! Component: 1400 - total flux cleaned = -0.000240695 Jy ! Component: 1450 - total flux cleaned = -0.000210497 Jy ! Component: 1500 - total flux cleaned = -3.4338e-05 Jy ! Component: 1550 - total flux cleaned = 2.30022e-05 Jy ! Component: 1600 - total flux cleaned = -5.624e-06 Jy ! Component: 1650 - total flux cleaned = 0.000136655 Jy ! Component: 1700 - total flux cleaned = 0.000305363 Jy ! Component: 1750 - total flux cleaned = 0.000388908 Jy ! Component: 1800 - total flux cleaned = 0.00055453 Jy ! Component: 1850 - total flux cleaned = 0.000663776 Jy ! Component: 1900 - total flux cleaned = 0.000690971 Jy ! Component: 1950 - total flux cleaned = 0.000691306 Jy ! Component: 2000 - total flux cleaned = 0.000930889 Jy ! Total flux subtracted in 2048 components = 0.000983769 Jy ! Clean residual min=-0.001683 max=0.001668 Jy/beam ! Clean residual mean=0.000005 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.732689 Jy keep ! Adding 127 model components to the UV plane model. ! The established model now contains 196 components and 0.732689 Jy ![Exited script file: muppet] wmap "J1553-2422_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.976 x 2.822 at -2.588 degrees (North through East) ! Clean map min=-0.0026769 max=0.70034 Jy/beam ! Writing clean map to FITS file: J1553-2422_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.700342 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000503774 device "J1553-2422_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J1553-2422_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.215798 0.215798 0.431596 0.863192 1.72638 3.45277 6.90553 13.8111 27.6221 55.2443 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.7 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.976 x 2.822 at -2.588 degrees (North through East) ! Clean map min=-0.0026769 max=0.70034 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1553-2422_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J1553-2422_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1553-2422_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 06:47:46 2007