! Started logfile: J1509-0735_S_2005_07_20_yyk_uvs.log on Fri Jan 20 10:37:44 2006 obs J1509-0735_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J1509-0735_S_2005_07_20_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.78 visibilities/baseline/integration-bin. ! Found source: J1509-0735 ! ! 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 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1527 lines of history. ! ! Reading 1404 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 J1509-0735_S_2005_07_20_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.296685 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=2.422 mas, bmaj=6.374 mas, bpa=-1.365 degrees ! Estimated noise=1.32604 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.231059 Jy ! Component: 100 - total flux cleaned = 0.285528 Jy ! Total flux subtracted in 100 components = 0.285528 Jy ! Clean residual min=-0.009785 max=0.016605 Jy/beam ! Clean residual mean=-0.000066 rms=0.003027 Jy/beam ! Combined flux in latest and established models = 0.285528 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.285528 Jy ! ! Correcting IF 1. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.076314Jy sigma=1.352214 ! Fit after self-cal, rms=0.076126Jy sigma=1.348488 ! Inverting map and beam ! Estimated beam: bmin=2.422 mas, bmaj=6.374 mas, bpa=-1.365 degrees ! Estimated noise=1.32604 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=2.953 mas, bmaj=7.455 mas, bpa=-3.054 degrees ! Estimated noise=1.01844 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.0245174 Jy ! Component: 100 - total flux cleaned = 0.0350489 Jy ! Component: 150 - total flux cleaned = 0.0401395 Jy ! Component: 200 - total flux cleaned = 0.041036 Jy ! Total flux subtracted in 200 components = 0.041036 Jy ! Clean residual min=-0.007379 max=0.010093 Jy/beam ! Clean residual mean=-0.000028 rms=0.002445 Jy/beam ! Combined flux in latest and established models = 0.326564 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 40 components and 0.326564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068188Jy sigma=1.241304 ! Fit after self-cal, rms=0.068177Jy sigma=1.241144 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.953 x 7.455 at -3.054 degrees (North through East) ! Clean map min=-0.0070471 max=0.26936 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.02101 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 HN 0.98 KP 0.97 ! LA 1.07 MK 0.90 NL 0.92 OV 0.97 ! PT 1.11 SC 0.88 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00367 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 0.99 KP 1.01 ! LA 1.05 MK 0.96 NL 0.96 OV 1.02 ! PT 1.01 SC 0.95 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.924372 ! Telescope amplitude corrections in sub-array 1: ! BR 1.64 FD 0.95 HN 1.00 KP 0.96 ! LA 0.95 MK 1.16 NL 1.03 OV 1.03 ! PT 1.10 SC 1.00 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.03643 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 HN 0.90 KP 0.88 ! LA 0.79 MK 1.11 NL 0.95 OV 0.88 ! PT 1.02 SC 1.10 ! ! ! Fit before self-cal, rms=0.068177Jy sigma=1.241144 ! Fit after self-cal, rms=0.060304Jy sigma=1.095747 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.060304Jy sigma=1.095747 ! Fit after self-cal, rms=0.060296Jy sigma=1.095610 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.977 mas, bmaj=7.623 mas, bpa=-2.485 degrees ! Estimated noise=1.00252 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.00499709 Jy ! Component: 100 - total flux cleaned = -0.00557942 Jy ! Component: 150 - total flux cleaned = -0.00577125 Jy ! Component: 200 - total flux cleaned = -0.00586127 Jy ! Total flux subtracted in 200 components = -0.00586127 Jy ! Clean residual min=-0.004006 max=0.003925 Jy/beam ! Clean residual mean=0.000030 rms=0.001085 Jy/beam ! Combined flux in latest and established models = 0.320703 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 48 components and 0.320703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060130Jy sigma=1.087475 ! Fit after self-cal, rms=0.060120Jy sigma=1.087361 ! 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.060120Jy sigma=1.087361 ! Fit after self-cal, rms=0.058464Jy sigma=1.057430 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 = 3.06976e-05 Jy ! Component: 100 - total flux cleaned = -0.000108345 Jy ! Component: 150 - total flux cleaned = -0.000238985 Jy ! Component: 200 - total flux cleaned = -0.000420058 Jy ! Total flux subtracted in 200 components = -0.000420058 Jy ! Clean residual min=-0.003909 max=0.003879 Jy/beam ! Clean residual mean=0.000030 rms=0.001063 Jy/beam ! Combined flux in latest and established models = 0.320283 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 51 components and 0.320283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058341Jy sigma=1.055353 ! Fit after self-cal, rms=0.058183Jy sigma=1.053156 ! 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: 2.977 x 7.623 at -2.485 degrees (North through East) ! Clean map min=-0.0037386 max=0.26886 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.058183Jy sigma=1.053156 ! Fit after self-cal, rms=0.052520Jy sigma=0.935052 ! 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.052520Jy sigma=0.935052 ! Fit after self-cal, rms=0.052507Jy sigma=0.934605 ! Inverting map and beam ! Estimated beam: bmin=2.981 mas, bmaj=7.658 mas, bpa=-2.737 degrees ! Estimated noise=1.00143 mJy/beam. ! Added new window around map position (60.5, -51.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00249758 Jy ! Component: 100 - total flux cleaned = 0.00199278 Jy ! Component: 150 - total flux cleaned = 0.00174971 Jy ! Component: 200 - total flux cleaned = 0.0015274 Jy ! Total flux subtracted in 200 components = 0.0015274 Jy ! Clean residual min=-0.002965 max=0.003006 Jy/beam ! Clean residual mean=0.000007 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.32181 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 70 components and 0.32181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052282Jy sigma=0.930047 ! Fit after self-cal, rms=0.052287Jy sigma=0.929782 ! 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.052287Jy sigma=0.929782 ! Fit after self-cal, rms=0.051254Jy sigma=0.905380 ! 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.051254Jy sigma=0.905380 ! Fit after self-cal, rms=0.051268Jy sigma=0.905333 ! Inverting map and beam ! Estimated beam: bmin=2.983 mas, bmaj=7.655 mas, bpa=-2.698 degrees ! Estimated noise=1.00131 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000521469 Jy ! Component: 100 - total flux cleaned = 0.000377104 Jy ! Component: 150 - total flux cleaned = 0.000244591 Jy ! Component: 200 - total flux cleaned = 0.000119555 Jy ! Total flux subtracted in 200 components = 0.000119555 Jy ! Clean residual min=-0.002726 max=0.002838 Jy/beam ! Clean residual mean=0.000007 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.32193 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 77 components and 0.32193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051207Jy sigma=0.904097 ! Fit after self-cal, rms=0.051217Jy sigma=0.904066 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.375 mas, bmaj=13.61 mas, bpa=1.248 degrees ! Estimated noise=1.31362 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 = -9.24594e-05 Jy ! Component: 100 - total flux cleaned = -0.000182286 Jy ! Component: 150 - total flux cleaned = -0.000251954 Jy ! Component: 200 - total flux cleaned = -0.000310765 Jy ! Total flux subtracted in 200 components = -0.000310765 Jy ! Clean residual min=-0.003189 max=0.003221 Jy/beam ! Clean residual mean=0.000013 rms=0.000951 Jy/beam ! Combined flux in latest and established models = 0.321619 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 94 components and 0.321619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051218Jy sigma=0.903880 ! Fit after self-cal, rms=0.051225Jy sigma=0.903837 ! 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=2.437 mas, bmaj=6.467 mas, bpa=-1.565 degrees ! Estimated noise=1.29769 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.226079 Jy ! Component: 100 - total flux cleaned = 0.277946 Jy ! Component: 150 - total flux cleaned = 0.299403 Jy ! Component: 200 - total flux cleaned = 0.309777 Jy ! Total flux subtracted in 200 components = 0.309777 Jy ! Clean residual min=-0.005142 max=0.004138 Jy/beam ! Clean residual mean=-0.000007 rms=0.001197 Jy/beam ! Combined flux in latest and established models = 0.309777 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.309777 Jy ! Inverting map and beam ! Estimated beam: bmin=2.983 mas, bmaj=7.655 mas, bpa=-2.698 degrees ! Estimated noise=1.00131 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.00652763 Jy ! Component: 100 - total flux cleaned = 0.00907315 Jy ! Component: 150 - total flux cleaned = 0.0102145 Jy ! Component: 200 - total flux cleaned = 0.0106488 Jy ! Total flux subtracted in 200 components = 0.0106488 Jy ! Clean residual min=-0.002784 max=0.002863 Jy/beam ! Clean residual mean=0.000004 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.320426 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 54 components and 0.320426 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.375 mas, bmaj=13.61 mas, bpa=1.248 degrees ! Estimated noise=1.31362 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.000228448 Jy ! Component: 100 - total flux cleaned = 0.000299182 Jy ! Component: 150 - total flux cleaned = 0.000329694 Jy ! Component: 200 - total flux cleaned = 0.000379214 Jy ! Total flux subtracted in 200 components = 0.000379214 Jy ! Clean residual min=-0.003279 max=0.003337 Jy/beam ! Clean residual mean=0.000013 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.320805 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 71 components and 0.320805 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.983 mas, bmaj=7.655 mas, bpa=-2.698 degrees ! Estimated noise=1.00131 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000166693 Jy ! Component: 100 - total flux cleaned = -0.000301318 Jy ! Component: 150 - total flux cleaned = -0.000341101 Jy ! Component: 200 - total flux cleaned = -0.00037829 Jy ! Total flux subtracted in 200 components = -0.00037829 Jy ! Clean residual min=-0.002681 max=0.002897 Jy/beam ! Clean residual mean=0.000006 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.320427 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 88 components and 0.320427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051241Jy sigma=0.903673 ! Fit after self-cal, rms=0.051241Jy sigma=0.903624 wmodel J1509-0735_S_2005_07_20_yyk\_map.mod ! Writing 88 model components to file: J1509-0735_S_2005_07_20_yyk_map.mod wobs J1509-0735_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J1509-0735_S_2005_07_20_yyk_uvs.fits wwins J1509-0735_S_2005_07_20_yyk\_map.win ! wwins: Wrote 2 windows to J1509-0735_S_2005_07_20_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.000801273 Jy ! Component: 100 - total flux cleaned = 0.00065687 Jy ! Component: 150 - total flux cleaned = 0.000657822 Jy ! Component: 200 - total flux cleaned = 0.000657958 Jy ! Component: 250 - total flux cleaned = 0.000701336 Jy ! Component: 300 - total flux cleaned = 0.000743167 Jy ! Component: 350 - total flux cleaned = 0.000865046 Jy ! Component: 400 - total flux cleaned = 0.000983435 Jy ! Component: 450 - total flux cleaned = 0.00117446 Jy ! Component: 500 - total flux cleaned = 0.00132291 Jy ! Component: 550 - total flux cleaned = 0.0015039 Jy ! Component: 600 - total flux cleaned = 0.00160974 Jy ! Component: 650 - total flux cleaned = 0.0017482 Jy ! Component: 700 - total flux cleaned = 0.00191761 Jy ! Component: 750 - total flux cleaned = 0.00208265 Jy ! Component: 800 - total flux cleaned = 0.00227594 Jy ! Component: 850 - total flux cleaned = 0.00249655 Jy ! Component: 900 - total flux cleaned = 0.00261988 Jy ! Component: 950 - total flux cleaned = 0.00264974 Jy ! Component: 1000 - total flux cleaned = 0.00267955 Jy ! Component: 1050 - total flux cleaned = 0.00267947 Jy ! Component: 1100 - total flux cleaned = 0.00273723 Jy ! Component: 1150 - total flux cleaned = 0.00282199 Jy ! Component: 1200 - total flux cleaned = 0.00276607 Jy ! Component: 1250 - total flux cleaned = 0.00279376 Jy ! Component: 1300 - total flux cleaned = 0.0028213 Jy ! Component: 1350 - total flux cleaned = 0.00279411 Jy ! Component: 1400 - total flux cleaned = 0.00284663 Jy ! Component: 1450 - total flux cleaned = 0.00287196 Jy ! Component: 1500 - total flux cleaned = 0.00284611 Jy ! Component: 1550 - total flux cleaned = 0.00274468 Jy ! Component: 1600 - total flux cleaned = 0.00279483 Jy ! Component: 1650 - total flux cleaned = 0.00277017 Jy ! Component: 1700 - total flux cleaned = 0.00274551 Jy ! Component: 1750 - total flux cleaned = 0.00269721 Jy ! Component: 1800 - total flux cleaned = 0.00262565 Jy ! Component: 1850 - total flux cleaned = 0.00267297 Jy ! Component: 1900 - total flux cleaned = 0.00271978 Jy ! Component: 1950 - total flux cleaned = 0.00251219 Jy ! Component: 2000 - total flux cleaned = 0.00255857 Jy ! Total flux subtracted in 2048 components = 0.00260391 Jy ! Clean residual min=-0.001578 max=0.001238 Jy/beam ! Clean residual mean=0.000004 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.323031 Jy keep ! Adding 136 model components to the UV plane model. ! The established model now contains 224 components and 0.323031 Jy ![Exited script file: muppet] wmap "J1509-0735_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.983 x 7.655 at -2.698 degrees (North through East) ! Clean map min=-0.0025019 max=0.27118 Jy/beam ! Writing clean map to FITS file: J1509-0735_S_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.271185 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000459899 device "J1509-0735_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J1509-0735_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.508767 0.508767 1.01753 2.03507 4.07014 8.14028 16.2806 32.5611 65.1222 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.271 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.983 x 7.655 at -2.698 degrees (North through East) ! Clean map min=-0.0025019 max=0.27118 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1509-0735_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J1509-0735_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1509-0735_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 10:37:48 2006