! Started logfile: J0917-2131_X_1997_07_02_yyk_uvs.log on Mon Jan 8 04:22:17 2007 obs J0917-2131_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J0917-2131_X_1997_07_02_yyk_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.839005 visibilities/baseline/integration-bin. ! Found source: J0917-2131 ! ! 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 21596 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 J0917-2131_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.314974 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.7443 mas, bmaj=2.172 mas, bpa=-2.449 degrees ! Estimated noise=1398.44 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.190434 Jy ! Component: 100 - total flux cleaned = 0.230767 Jy ! Total flux subtracted in 100 components = 0.230767 Jy ! Clean residual min=-0.009362 max=0.011702 Jy/beam ! Clean residual mean=-0.000107 rms=0.002904 Jy/beam ! Combined flux in latest and established models = 0.230767 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.230767 Jy ! ! Correcting IF 1. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.218499Jy sigma=0.001300 ! Fit after self-cal, rms=0.218389Jy sigma=0.001299 ! Inverting map and beam ! Estimated beam: bmin=0.7443 mas, bmaj=2.172 mas, bpa=-2.449 degrees ! Estimated noise=1398.44 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.9237 mas, bmaj=2.578 mas, bpa=-2.408 degrees ! Estimated noise=771.373 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.0221264 Jy ! Component: 100 - total flux cleaned = 0.0300348 Jy ! Component: 150 - total flux cleaned = 0.0333557 Jy ! Component: 200 - total flux cleaned = 0.0347629 Jy ! Total flux subtracted in 200 components = 0.0347629 Jy ! Clean residual min=-0.008514 max=0.010332 Jy/beam ! Clean residual mean=-0.000094 rms=0.002497 Jy/beam ! Combined flux in latest and established models = 0.26553 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 35 components and 0.26553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.217652Jy sigma=0.001290 ! Fit after self-cal, rms=0.217632Jy sigma=0.001290 ! 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.9237 x 2.578 at -2.408 degrees (North through East) ! Clean map min=-0.0081862 max=0.22507 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.992544 ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 FD 1.07 HN 0.99 KP 0.97 ! LA 1.02 MK 1.06 NL 0.99 OV 0.95 ! PT 0.91 SC 0.92 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.997733 ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 1.06 HN 0.93 KP 0.95 ! LA 0.98 MK 1.00 NL 0.99 OV 1.05 ! PT 0.84 SC 1.01 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.989566 ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 FD 1.10 HN 0.99 KP 0.94 ! LA 1.00 MK 1.04 NL 0.96 OV 0.95 ! PT 0.92 SC 1.02 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.976273 ! Telescope amplitude corrections in sub-array 1: ! BR 1.25 FD 1.09 HN 1.03 KP 0.98 ! LA 0.97 MK 0.96 NL 1.00 OV 0.99 ! PT 0.95 SC 1.01 ! ! ! Fit before self-cal, rms=0.217632Jy sigma=0.001290 ! Fit after self-cal, rms=0.224039Jy sigma=0.001282 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.224039Jy sigma=0.001282 ! Fit after self-cal, rms=0.224038Jy sigma=0.001282 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9251 mas, bmaj=2.623 mas, bpa=-2.482 degrees ! Estimated noise=752.894 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.00621888 Jy ! Component: 100 - total flux cleaned = -0.00699995 Jy ! Component: 150 - total flux cleaned = -0.00715421 Jy ! Component: 200 - total flux cleaned = -0.00715358 Jy ! Total flux subtracted in 200 components = -0.00715358 Jy ! Clean residual min=-0.006073 max=0.006250 Jy/beam ! Clean residual mean=-0.000063 rms=0.001609 Jy/beam ! Combined flux in latest and established models = 0.258376 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.258376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.223838Jy sigma=0.001281 ! Fit after self-cal, rms=0.223827Jy sigma=0.001281 ! 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.223827Jy sigma=0.001281 ! Fit after self-cal, rms=0.209671Jy sigma=0.001219 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.00794064 Jy ! Component: 100 - total flux cleaned = 0.00993371 Jy ! Component: 150 - total flux cleaned = 0.0101414 Jy ! Component: 200 - total flux cleaned = 0.0101986 Jy ! Total flux subtracted in 200 components = 0.0101986 Jy ! Clean residual min=-0.004304 max=0.005502 Jy/beam ! Clean residual mean=-0.000030 rms=0.001303 Jy/beam ! Combined flux in latest and established models = 0.268575 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 50 components and 0.268575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209393Jy sigma=0.001217 ! Fit after self-cal, rms=0.207933Jy sigma=0.001211 ! 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.9251 x 2.623 at -2.482 degrees (North through East) ! Clean map min=-0.0040042 max=0.2313 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.207933Jy sigma=0.001211 ! Fit after self-cal, rms=0.202810Jy sigma=0.001207 ! 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.202810Jy sigma=0.001207 ! Fit after self-cal, rms=0.202481Jy sigma=0.001206 ! Inverting map and beam ! Estimated beam: bmin=0.9314 mas, bmaj=2.599 mas, bpa=-2.575 degrees ! Estimated noise=747.977 mJy/beam. ! Added new window around map position (1, -7.2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00523382 Jy ! Component: 100 - total flux cleaned = 0.00640364 Jy ! Component: 150 - total flux cleaned = 0.00688618 Jy ! Component: 200 - total flux cleaned = 0.00694366 Jy ! Total flux subtracted in 200 components = 0.00694366 Jy ! Clean residual min=-0.003068 max=0.003409 Jy/beam ! Clean residual mean=-0.000004 rms=0.000847 Jy/beam ! Combined flux in latest and established models = 0.275519 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 71 components and 0.275519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202380Jy sigma=0.001205 ! Fit after self-cal, rms=0.202228Jy sigma=0.001205 ! 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.202228Jy sigma=0.001205 ! Fit after self-cal, rms=0.201159Jy sigma=0.001203 ! 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.201159Jy sigma=0.001203 ! Fit after self-cal, rms=0.201092Jy sigma=0.001203 ! Inverting map and beam ! Estimated beam: bmin=0.9305 mas, bmaj=2.59 mas, bpa=-2.414 degrees ! Estimated noise=746.367 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00214941 Jy ! Component: 100 - total flux cleaned = 0.00240003 Jy ! Component: 150 - total flux cleaned = 0.00236493 Jy ! Component: 200 - total flux cleaned = 0.00233388 Jy ! Total flux subtracted in 200 components = 0.00233388 Jy ! Clean residual min=-0.002996 max=0.002782 Jy/beam ! Clean residual mean=-0.000003 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.277852 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 85 components and 0.277852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201070Jy sigma=0.001203 ! Fit after self-cal, rms=0.201028Jy sigma=0.001203 ! 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.226 mas, bmaj=4.944 mas, bpa=-4.121 degrees ! Estimated noise=940.804 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.000456337 Jy ! Component: 100 - total flux cleaned = 0.000710865 Jy ! Component: 150 - total flux cleaned = 0.000736326 Jy ! Component: 200 - total flux cleaned = 0.000759005 Jy ! Total flux subtracted in 200 components = 0.000759005 Jy ! Clean residual min=-0.003717 max=0.003374 Jy/beam ! Clean residual mean=-0.000005 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.278611 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 102 components and 0.278611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201026Jy sigma=0.001203 ! Fit after self-cal, rms=0.201002Jy sigma=0.001202 ! 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.7461 mas, bmaj=2.172 mas, bpa=-2.423 degrees ! Estimated noise=1365.7 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.194166 Jy ! Component: 100 - total flux cleaned = 0.237009 Jy ! Component: 150 - total flux cleaned = 0.254424 Jy ! Component: 200 - total flux cleaned = 0.264289 Jy ! Total flux subtracted in 200 components = 0.264289 Jy ! Clean residual min=-0.005609 max=0.005927 Jy/beam ! Clean residual mean=-0.000019 rms=0.001610 Jy/beam ! Combined flux in latest and established models = 0.264289 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.264289 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9305 mas, bmaj=2.59 mas, bpa=-2.414 degrees ! Estimated noise=746.367 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.00772787 Jy ! Component: 100 - total flux cleaned = 0.0111318 Jy ! Component: 150 - total flux cleaned = 0.0122584 Jy ! Component: 200 - total flux cleaned = 0.0129941 Jy ! Total flux subtracted in 200 components = 0.0129941 Jy ! Clean residual min=-0.003201 max=0.002954 Jy/beam ! Clean residual mean=-0.000007 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.277283 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 55 components and 0.277283 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.226 mas, bmaj=4.944 mas, bpa=-4.121 degrees ! Estimated noise=940.804 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.0011661 Jy ! Component: 100 - total flux cleaned = 0.00124605 Jy ! Component: 150 - total flux cleaned = 0.00131805 Jy ! Component: 200 - total flux cleaned = 0.00137878 Jy ! Total flux subtracted in 200 components = 0.00137878 Jy ! Clean residual min=-0.003772 max=0.003486 Jy/beam ! Clean residual mean=-0.000006 rms=0.001073 Jy/beam ! Combined flux in latest and established models = 0.278661 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 73 components and 0.278661 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9305 mas, bmaj=2.59 mas, bpa=-2.414 degrees ! Estimated noise=746.367 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000317068 Jy ! Component: 100 - total flux cleaned = -0.000231678 Jy ! Component: 150 - total flux cleaned = -0.000192348 Jy ! Component: 200 - total flux cleaned = -0.000229129 Jy ! Total flux subtracted in 200 components = -0.000229129 Jy ! Clean residual min=-0.003080 max=0.002750 Jy/beam ! Clean residual mean=-0.000004 rms=0.000798 Jy/beam ! Combined flux in latest and established models = 0.278432 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 86 components and 0.278432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201006Jy sigma=0.001202 ! Fit after self-cal, rms=0.200987Jy sigma=0.001202 wmodel J0917-2131_X_1997_07_02_yyk\_map.mod ! Writing 86 model components to file: J0917-2131_X_1997_07_02_yyk_map.mod wobs J0917-2131_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J0917-2131_X_1997_07_02_yyk_uvs.fits wwins J0917-2131_X_1997_07_02_yyk\_map.win ! wwins: Wrote 2 windows to J0917-2131_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.000294344 Jy ! Component: 100 - total flux cleaned = -0.000244513 Jy ! Component: 150 - total flux cleaned = -0.000336626 Jy ! Component: 200 - total flux cleaned = -0.000465999 Jy ! Component: 250 - total flux cleaned = -0.000590098 Jy ! Component: 300 - total flux cleaned = -0.000870684 Jy ! Component: 350 - total flux cleaned = -0.0010251 Jy ! Component: 400 - total flux cleaned = -0.00113925 Jy ! Component: 450 - total flux cleaned = -0.00125031 Jy ! Component: 500 - total flux cleaned = -0.00132235 Jy ! Component: 550 - total flux cleaned = -0.00135832 Jy ! Component: 600 - total flux cleaned = -0.00153045 Jy ! Component: 650 - total flux cleaned = -0.00153024 Jy ! Component: 700 - total flux cleaned = -0.00163004 Jy ! Component: 750 - total flux cleaned = -0.00176015 Jy ! Component: 800 - total flux cleaned = -0.00179181 Jy ! Component: 850 - total flux cleaned = -0.0018852 Jy ! Component: 900 - total flux cleaned = -0.00188447 Jy ! Component: 950 - total flux cleaned = -0.00191473 Jy ! Component: 1000 - total flux cleaned = -0.00206308 Jy ! Component: 1050 - total flux cleaned = -0.00215024 Jy ! Component: 1100 - total flux cleaned = -0.00226536 Jy ! Component: 1150 - total flux cleaned = -0.00240687 Jy ! Component: 1200 - total flux cleaned = -0.00257444 Jy ! Component: 1250 - total flux cleaned = -0.00273949 Jy ! Component: 1300 - total flux cleaned = -0.0028208 Jy ! Component: 1350 - total flux cleaned = -0.00300825 Jy ! Component: 1400 - total flux cleaned = -0.00314011 Jy ! Component: 1450 - total flux cleaned = -0.00327022 Jy ! Component: 1500 - total flux cleaned = -0.00342448 Jy ! Component: 1550 - total flux cleaned = -0.00355143 Jy ! Component: 1600 - total flux cleaned = -0.00367661 Jy ! Component: 1650 - total flux cleaned = -0.00385021 Jy ! Component: 1700 - total flux cleaned = -0.00399756 Jy ! Component: 1750 - total flux cleaned = -0.00419131 Jy ! Component: 1800 - total flux cleaned = -0.00433458 Jy ! Component: 1850 - total flux cleaned = -0.00452448 Jy ! Component: 1900 - total flux cleaned = -0.00466516 Jy ! Component: 1950 - total flux cleaned = -0.00475783 Jy ! Component: 2000 - total flux cleaned = -0.00494145 Jy ! Total flux subtracted in 2048 components = -0.00503226 Jy ! Clean residual min=-0.001253 max=0.001237 Jy/beam ! Clean residual mean=-0.000008 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.2734 Jy keep ! Adding 132 model components to the UV plane model. ! The established model now contains 218 components and 0.2734 Jy ![Exited script file: muppet] wmap "J0917-2131_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9305 x 2.59 at -2.414 degrees (North through East) ! Clean map min=-0.002423 max=0.22867 Jy/beam ! Writing clean map to FITS file: J0917-2131_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.228669 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000439658 device "J0917-2131_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J0917-2131_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.576805 0.576805 1.15361 2.30722 4.61444 9.22888 18.4578 36.9155 73.831 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.228 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.9305 x 2.59 at -2.414 degrees (North through East) ! Clean map min=-0.002423 max=0.22867 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0917-2131_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J0917-2131_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0917-2131_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 04:22:27 2007