! Started logfile: J1416-1705_X_2005_07_08_yyk_uvs.log on Fri Jan 20 10:34:23 2006 obs J1416-1705_X_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J1416-1705_X_2005_07_08_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.911111 visibilities/baseline/integration-bin. ! Found source: J1416-1705 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1407 lines of history. ! ! Reading 1804 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 J1416-1705_X_2005_07_08_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.158357 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.688 mas, bmaj=1.723 mas, bpa=-1.096 degrees ! Estimated noise=1.48667 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.115253 Jy ! Component: 100 - total flux cleaned = 0.14302 Jy ! Total flux subtracted in 100 components = 0.14302 Jy ! Clean residual min=-0.006957 max=0.010335 Jy/beam ! Clean residual mean=0.000016 rms=0.001921 Jy/beam ! Combined flux in latest and established models = 0.14302 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.14302 Jy ! ! Correcting IF 1. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 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 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.069075Jy sigma=1.122294 ! Fit after self-cal, rms=0.069176Jy sigma=1.114771 ! Inverting map and beam ! Estimated beam: bmin=0.688 mas, bmaj=1.723 mas, bpa=-1.096 degrees ! Estimated noise=1.48667 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.879 mas, bmaj=2.146 mas, bpa=-0.9228 degrees ! Estimated noise=1.04261 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.0158793 Jy ! Component: 100 - total flux cleaned = 0.02128 Jy ! Component: 150 - total flux cleaned = 0.023443 Jy ! Component: 200 - total flux cleaned = 0.0241457 Jy ! Total flux subtracted in 200 components = 0.0241457 Jy ! Clean residual min=-0.005150 max=0.004645 Jy/beam ! Clean residual mean=0.000042 rms=0.001344 Jy/beam ! Combined flux in latest and established models = 0.167166 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 37 components and 0.167166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067266Jy sigma=1.066466 ! Fit after self-cal, rms=0.067263Jy sigma=1.066436 ! 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.879 x 2.146 at -0.9228 degrees (North through East) ! Clean map min=-0.0047845 max=0.13905 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.01455 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.97 HN 1.00* KP 0.97 ! LA 0.97 MK 0.98 NL 1.05 OV 1.04 ! PT 0.96 SC 0.91 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01949 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.99 HN 1.00* KP 0.87 ! LA 0.97 MK 1.07 NL 0.98 OV 1.02 ! PT 1.07 SC 0.89 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.067263Jy sigma=1.066436 ! Fit after self-cal, rms=0.066829Jy sigma=1.056161 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.066829Jy sigma=1.056161 ! Fit after self-cal, rms=0.066827Jy sigma=1.056149 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8695 mas, bmaj=2.128 mas, bpa=0.8961 degrees ! Estimated noise=1.03692 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.00102139 Jy ! Component: 100 - total flux cleaned = 0.00108417 Jy ! Component: 150 - total flux cleaned = 0.00109266 Jy ! Component: 200 - total flux cleaned = 0.0010614 Jy ! Total flux subtracted in 200 components = 0.0010614 Jy ! Clean residual min=-0.005062 max=0.004168 Jy/beam ! Clean residual mean=0.000034 rms=0.001192 Jy/beam ! Combined flux in latest and established models = 0.168227 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 41 components and 0.168227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066672Jy sigma=1.054547 ! Fit after self-cal, rms=0.066664Jy sigma=1.054520 ! 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.066664Jy sigma=1.054520 ! Fit after self-cal, rms=0.061908Jy sigma=0.995932 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.00076576 Jy ! Component: 100 - total flux cleaned = 0.000911796 Jy ! Component: 150 - total flux cleaned = 0.000971189 Jy ! Component: 200 - total flux cleaned = 0.00102434 Jy ! Total flux subtracted in 200 components = 0.00102434 Jy ! Clean residual min=-0.004804 max=0.004156 Jy/beam ! Clean residual mean=0.000034 rms=0.001170 Jy/beam ! Combined flux in latest and established models = 0.169251 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.169251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061891Jy sigma=0.995331 ! Fit after self-cal, rms=0.061452Jy sigma=0.989952 ! 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.8695 x 2.128 at 0.8961 degrees (North through East) ! Clean map min=-0.0044678 max=0.13833 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.061452Jy sigma=0.989952 ! Fit after self-cal, rms=0.059605Jy sigma=0.976367 ! 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.059605Jy sigma=0.976367 ! Fit after self-cal, rms=0.059584Jy sigma=0.975669 ! Inverting map and beam ! Estimated beam: bmin=0.8559 mas, bmaj=2.105 mas, bpa=2.093 degrees ! Estimated noise=1.00913 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00205091 Jy ! Component: 100 - total flux cleaned = -0.00213994 Jy ! Component: 150 - total flux cleaned = -0.00214262 Jy ! Component: 200 - total flux cleaned = -0.0021162 Jy ! Total flux subtracted in 200 components = -0.0021162 Jy ! Clean residual min=-0.004472 max=0.003528 Jy/beam ! Clean residual mean=0.000026 rms=0.001039 Jy/beam ! Combined flux in latest and established models = 0.167135 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 49 components and 0.167135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059441Jy sigma=0.973561 ! Fit after self-cal, rms=0.059439Jy sigma=0.973445 ! 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.059439Jy sigma=0.973445 ! Fit after self-cal, rms=0.058809Jy sigma=0.964575 ! 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.058809Jy sigma=0.964575 ! Fit after self-cal, rms=0.058817Jy sigma=0.964537 ! Inverting map and beam ! Estimated beam: bmin=0.8503 mas, bmaj=2.096 mas, bpa=2.544 degrees ! Estimated noise=0.995514 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00119989 Jy ! Component: 100 - total flux cleaned = -0.00130411 Jy ! Component: 150 - total flux cleaned = -0.00130305 Jy ! Component: 200 - total flux cleaned = -0.00127583 Jy ! Total flux subtracted in 200 components = -0.00127583 Jy ! Clean residual min=-0.004451 max=0.003286 Jy/beam ! Clean residual mean=0.000025 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.165859 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 51 components and 0.165859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058748Jy sigma=0.963530 ! Fit after self-cal, rms=0.058745Jy sigma=0.963507 ! 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.519 mas, bmaj=4.946 mas, bpa=3.288 degrees ! Estimated noise=1.28387 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.000374969 Jy ! Component: 100 - total flux cleaned = 0.000429192 Jy ! Component: 150 - total flux cleaned = 0.000479989 Jy ! Component: 200 - total flux cleaned = 0.000549249 Jy ! Total flux subtracted in 200 components = 0.000549249 Jy ! Clean residual min=-0.005528 max=0.003431 Jy/beam ! Clean residual mean=0.000049 rms=0.001412 Jy/beam ! Combined flux in latest and established models = 0.166409 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 51 components and 0.166409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058734Jy sigma=0.963542 ! Fit after self-cal, rms=0.058731Jy sigma=0.963417 ! 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.6821 mas, bmaj=1.713 mas, bpa=0.4524 degrees ! Estimated noise=1.41855 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.113088 Jy ! Component: 100 - total flux cleaned = 0.141328 Jy ! Component: 150 - total flux cleaned = 0.152947 Jy ! Component: 200 - total flux cleaned = 0.158693 Jy ! Total flux subtracted in 200 components = 0.158693 Jy ! Clean residual min=-0.005591 max=0.005280 Jy/beam ! Clean residual mean=0.000007 rms=0.001304 Jy/beam ! Combined flux in latest and established models = 0.158693 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.158693 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8503 mas, bmaj=2.096 mas, bpa=2.544 degrees ! Estimated noise=0.995514 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.00469613 Jy ! Component: 100 - total flux cleaned = 0.00647218 Jy ! Component: 150 - total flux cleaned = 0.00689257 Jy ! Component: 200 - total flux cleaned = 0.00703977 Jy ! Total flux subtracted in 200 components = 0.00703977 Jy ! Clean residual min=-0.004436 max=0.003286 Jy/beam ! Clean residual mean=0.000025 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.165733 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 39 components and 0.165733 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.519 mas, bmaj=4.946 mas, bpa=3.288 degrees ! Estimated noise=1.28387 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.000569443 Jy ! Component: 100 - total flux cleaned = 0.000633253 Jy ! Component: 150 - total flux cleaned = 0.000709992 Jy ! Component: 200 - total flux cleaned = 0.000753517 Jy ! Total flux subtracted in 200 components = 0.000753517 Jy ! Clean residual min=-0.005508 max=0.003457 Jy/beam ! Clean residual mean=0.000050 rms=0.001412 Jy/beam ! Combined flux in latest and established models = 0.166486 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 42 components and 0.166486 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8503 mas, bmaj=2.096 mas, bpa=2.544 degrees ! Estimated noise=0.995514 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000133196 Jy ! Component: 100 - total flux cleaned = -0.000161733 Jy ! Component: 150 - total flux cleaned = -0.000160898 Jy ! Component: 200 - total flux cleaned = -0.000137999 Jy ! Total flux subtracted in 200 components = -0.000137999 Jy ! Clean residual min=-0.004436 max=0.003351 Jy/beam ! Clean residual mean=0.000026 rms=0.001005 Jy/beam ! Combined flux in latest and established models = 0.166348 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 47 components and 0.166348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058699Jy sigma=0.963225 ! Fit after self-cal, rms=0.058695Jy sigma=0.963185 wmodel J1416-1705_X_2005_07_08_yyk\_map.mod ! Writing 47 model components to file: J1416-1705_X_2005_07_08_yyk_map.mod wobs J1416-1705_X_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J1416-1705_X_2005_07_08_yyk_uvs.fits wwins J1416-1705_X_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J1416-1705_X_2005_07_08_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00190213 Jy ! Component: 100 - total flux cleaned = -0.00356531 Jy ! Component: 150 - total flux cleaned = -0.00454113 Jy ! Component: 200 - total flux cleaned = -0.00499429 Jy ! Component: 250 - total flux cleaned = -0.00537197 Jy ! Component: 300 - total flux cleaned = -0.00573408 Jy ! Component: 350 - total flux cleaned = -0.00632797 Jy ! Component: 400 - total flux cleaned = -0.00670862 Jy ! Component: 450 - total flux cleaned = -0.00689364 Jy ! Component: 500 - total flux cleaned = -0.00716391 Jy ! Component: 550 - total flux cleaned = -0.00746942 Jy ! Component: 600 - total flux cleaned = -0.00755397 Jy ! Component: 650 - total flux cleaned = -0.00763619 Jy ! Component: 700 - total flux cleaned = -0.007636 Jy ! Component: 750 - total flux cleaned = -0.00755717 Jy ! Component: 800 - total flux cleaned = -0.00775142 Jy ! Component: 850 - total flux cleaned = -0.00771361 Jy ! Component: 900 - total flux cleaned = -0.00775206 Jy ! Component: 950 - total flux cleaned = -0.00778902 Jy ! Component: 1000 - total flux cleaned = -0.00782502 Jy ! Component: 1050 - total flux cleaned = -0.00792982 Jy ! Component: 1100 - total flux cleaned = -0.00799831 Jy ! Component: 1150 - total flux cleaned = -0.0078972 Jy ! Component: 1200 - total flux cleaned = -0.00796382 Jy ! Component: 1250 - total flux cleaned = -0.00815818 Jy ! Component: 1300 - total flux cleaned = -0.00815812 Jy ! Component: 1350 - total flux cleaned = -0.00806424 Jy ! Component: 1400 - total flux cleaned = -0.00800253 Jy ! Component: 1450 - total flux cleaned = -0.00800308 Jy ! Component: 1500 - total flux cleaned = -0.00800312 Jy ! Component: 1550 - total flux cleaned = -0.00791357 Jy ! Component: 1600 - total flux cleaned = -0.00779579 Jy ! Component: 1650 - total flux cleaned = -0.00779582 Jy ! Component: 1700 - total flux cleaned = -0.00779592 Jy ! Component: 1750 - total flux cleaned = -0.00782356 Jy ! Component: 1800 - total flux cleaned = -0.00773883 Jy ! Component: 1850 - total flux cleaned = -0.00782141 Jy ! Component: 1900 - total flux cleaned = -0.00773942 Jy ! Component: 1950 - total flux cleaned = -0.00784798 Jy ! Component: 2000 - total flux cleaned = -0.0079014 Jy ! Total flux subtracted in 2048 components = -0.00795429 Jy ! Clean residual min=-0.001863 max=0.001481 Jy/beam ! Clean residual mean=0.000009 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.158394 Jy keep ! Adding 157 model components to the UV plane model. ! The established model now contains 204 components and 0.158394 Jy ![Exited script file: muppet] wmap "J1416-1705_X_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8503 x 2.096 at 2.544 degrees (North through East) ! Clean map min=-0.0032466 max=0.1308 Jy/beam ! Writing clean map to FITS file: J1416-1705_X_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.130796 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000502832 device "J1416-1705_X_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J1416-1705_X_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.15332 1.15332 2.30665 4.61329 9.22659 18.4532 36.9064 73.8127 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.13 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.8503 x 2.096 at 2.544 degrees (North through East) ! Clean map min=-0.0032466 max=0.1308 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1416-1705_X_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J1416-1705_X_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1416-1705_X_2005_07_08_yyk_uvs.log closed on Fri Jan 20 10:34:27 2006