! Started logfile: J1537-1527_S_2005_07_08_yyk_uvs.log on Fri Jan 20 10:38:58 2006 obs J1537-1527_S_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J1537-1527_S_2005_07_08_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.9 visibilities/baseline/integration-bin. ! Found source: J1537-1527 ! ! 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 1411 lines of history. ! ! Reading 1620 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 J1537-1527_S_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.333781 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.586 mas, bmaj=7.096 mas, bpa=-6.667 degrees ! Estimated noise=1.40538 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.268453 Jy ! Component: 100 - total flux cleaned = 0.309735 Jy ! Total flux subtracted in 100 components = 0.309735 Jy ! Clean residual min=-0.008375 max=0.009948 Jy/beam ! Clean residual mean=0.000016 rms=0.002418 Jy/beam ! Combined flux in latest and established models = 0.309735 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.309735 Jy ! ! Correcting IF 1. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.092601Jy sigma=1.343737 ! Fit after self-cal, rms=0.092425Jy sigma=1.340326 ! Inverting map and beam ! Estimated beam: bmin=2.586 mas, bmaj=7.096 mas, bpa=-6.667 degrees ! Estimated noise=1.40538 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=3.378 mas, bmaj=8.84 mas, bpa=-8.245 degrees ! Estimated noise=1.00521 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.0118355 Jy ! Component: 100 - total flux cleaned = 0.0147824 Jy ! Component: 150 - total flux cleaned = 0.0157274 Jy ! Component: 200 - total flux cleaned = 0.0165628 Jy ! Total flux subtracted in 200 components = 0.0165628 Jy ! Clean residual min=-0.007623 max=0.009475 Jy/beam ! Clean residual mean=-0.000012 rms=0.002358 Jy/beam ! Combined flux in latest and established models = 0.326298 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 30 components and 0.326298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091043Jy sigma=1.316633 ! Fit after self-cal, rms=0.091035Jy sigma=1.316626 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.378 x 8.84 at -8.245 degrees (North through East) ! Clean map min=-0.0073205 max=0.3008 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.01088 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.00 HN 1.09 KP 0.96 ! LA 1.06 MK 0.89 NL 0.92 OV 0.97 ! PT 1.08 SC 1.00 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.998074 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 1.08 KP 0.98 ! LA 1.00 MK 0.97 NL 0.97 OV 1.04 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.951494 ! Telescope amplitude corrections in sub-array 1: ! BR 1.29 FD 0.96 HN 1.07 KP 0.99 ! LA 0.95 MK 1.12 NL 1.04 OV 1.01 ! PT 1.10 SC 0.97 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.04569 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.97 HN 0.94 KP 0.88 ! LA 0.77 MK 1.10 NL 0.95 OV 0.84 ! PT 0.98 SC 1.07 ! ! ! Fit before self-cal, rms=0.091035Jy sigma=1.316626 ! Fit after self-cal, rms=0.090117Jy sigma=1.171379 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.090117Jy sigma=1.171379 ! Fit after self-cal, rms=0.090115Jy sigma=1.171332 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.439 mas, bmaj=8.975 mas, bpa=-7.824 degrees ! Estimated noise=1.00286 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.00185985 Jy ! Component: 100 - total flux cleaned = -0.0019547 Jy ! Component: 150 - total flux cleaned = -0.00203891 Jy ! Component: 200 - total flux cleaned = -0.00215264 Jy ! Total flux subtracted in 200 components = -0.00215264 Jy ! Clean residual min=-0.004119 max=0.004912 Jy/beam ! Clean residual mean=0.000079 rms=0.001291 Jy/beam ! Combined flux in latest and established models = 0.324145 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 35 components and 0.324145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090011Jy sigma=1.170300 ! Fit after self-cal, rms=0.090011Jy sigma=1.170289 ! 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.090011Jy sigma=1.170289 ! Fit after self-cal, rms=0.087890Jy sigma=1.135624 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.000313882 Jy ! Component: 100 - total flux cleaned = 0.000211621 Jy ! Component: 150 - total flux cleaned = 0.000117767 Jy ! Component: 200 - total flux cleaned = 2.99435e-05 Jy ! Total flux subtracted in 200 components = 2.99435e-05 Jy ! Clean residual min=-0.004123 max=0.005035 Jy/beam ! Clean residual mean=0.000080 rms=0.001300 Jy/beam ! Combined flux in latest and established models = 0.324175 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.324175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087759Jy sigma=1.135224 ! Fit after self-cal, rms=0.087544Jy sigma=1.132219 ! 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: 3.439 x 8.975 at -7.824 degrees (North through East) ! Clean map min=-0.0040146 max=0.30393 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.087544Jy sigma=1.132219 ! Fit after self-cal, rms=0.066012Jy sigma=0.955221 ! 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.066012Jy sigma=0.955221 ! Fit after self-cal, rms=0.066003Jy sigma=0.954544 ! Inverting map and beam ! Estimated beam: bmin=3.45 mas, bmaj=8.913 mas, bpa=-7.705 degrees ! Estimated noise=0.995778 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000675457 Jy ! Component: 100 - total flux cleaned = -0.000772382 Jy ! Component: 150 - total flux cleaned = -0.000864062 Jy ! Component: 200 - total flux cleaned = -0.00092231 Jy ! Total flux subtracted in 200 components = -0.00092231 Jy ! Clean residual min=-0.004000 max=0.003335 Jy/beam ! Clean residual mean=0.000066 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 0.323253 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.323253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065954Jy sigma=0.954070 ! Fit after self-cal, rms=0.065968Jy sigma=0.953949 ! 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.065968Jy sigma=0.953949 ! Fit after self-cal, rms=0.063775Jy sigma=0.919765 ! 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.063775Jy sigma=0.919765 ! Fit after self-cal, rms=0.063784Jy sigma=0.919719 ! Inverting map and beam ! Estimated beam: bmin=3.451 mas, bmaj=8.93 mas, bpa=-7.72 degrees ! Estimated noise=0.996388 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000128321 Jy ! Component: 100 - total flux cleaned = 1.54779e-05 Jy ! Component: 150 - total flux cleaned = -7.92413e-05 Jy ! Component: 200 - total flux cleaned = -0.000191428 Jy ! Total flux subtracted in 200 components = -0.000191428 Jy ! Clean residual min=-0.004026 max=0.003292 Jy/beam ! Clean residual mean=0.000070 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 0.323061 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 51 components and 0.323061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063742Jy sigma=0.919172 ! Fit after self-cal, rms=0.063751Jy sigma=0.919156 ! 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=8.411 mas, bmaj=17.08 mas, bpa=2.867 degrees ! Estimated noise=1.21201 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.000310195 Jy ! Component: 100 - total flux cleaned = -0.00032301 Jy ! Component: 150 - total flux cleaned = -0.000356841 Jy ! Component: 200 - total flux cleaned = -0.000387823 Jy ! Total flux subtracted in 200 components = -0.000387823 Jy ! Clean residual min=-0.004167 max=0.003730 Jy/beam ! Clean residual mean=0.000130 rms=0.001376 Jy/beam ! Combined flux in latest and established models = 0.322673 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 57 components and 0.322673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063733Jy sigma=0.919061 ! Fit after self-cal, rms=0.063741Jy sigma=0.919040 ! 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.618 mas, bmaj=7.113 mas, bpa=-6.484 degrees ! Estimated noise=1.38265 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.264633 Jy ! Component: 100 - total flux cleaned = 0.304369 Jy ! Component: 150 - total flux cleaned = 0.314696 Jy ! Component: 200 - total flux cleaned = 0.319056 Jy ! Total flux subtracted in 200 components = 0.319056 Jy ! Clean residual min=-0.004993 max=0.004240 Jy/beam ! Clean residual mean=0.000047 rms=0.001188 Jy/beam ! Combined flux in latest and established models = 0.319055 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.319055 Jy ! Inverting map and beam ! Estimated beam: bmin=3.451 mas, bmaj=8.93 mas, bpa=-7.72 degrees ! Estimated noise=0.996388 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.00205084 Jy ! Component: 100 - total flux cleaned = 0.00230323 Jy ! Component: 150 - total flux cleaned = 0.00226258 Jy ! Component: 200 - total flux cleaned = 0.00220035 Jy ! Total flux subtracted in 200 components = 0.00220035 Jy ! Clean residual min=-0.004044 max=0.003195 Jy/beam ! Clean residual mean=0.000075 rms=0.000978 Jy/beam ! Combined flux in latest and established models = 0.321256 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 44 components and 0.321256 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=8.411 mas, bmaj=17.08 mas, bpa=2.867 degrees ! Estimated noise=1.21201 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.000264415 Jy ! Component: 100 - total flux cleaned = 0.000372417 Jy ! Component: 150 - total flux cleaned = 0.000437567 Jy ! Component: 200 - total flux cleaned = 0.00047375 Jy ! Total flux subtracted in 200 components = 0.00047375 Jy ! Clean residual min=-0.004203 max=0.003729 Jy/beam ! Clean residual mean=0.000136 rms=0.001383 Jy/beam ! Combined flux in latest and established models = 0.321729 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 47 components and 0.321729 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.451 mas, bmaj=8.93 mas, bpa=-7.72 degrees ! Estimated noise=0.996388 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -5.99655e-05 Jy ! Component: 100 - total flux cleaned = -8.84831e-05 Jy ! Component: 150 - total flux cleaned = -8.60643e-05 Jy ! Component: 200 - total flux cleaned = -8.44208e-05 Jy ! Total flux subtracted in 200 components = -8.44208e-05 Jy ! Clean residual min=-0.004042 max=0.003205 Jy/beam ! Clean residual mean=0.000074 rms=0.000974 Jy/beam ! Combined flux in latest and established models = 0.321645 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 61 components and 0.321645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063723Jy sigma=0.919019 ! Fit after self-cal, rms=0.063725Jy sigma=0.919005 wmodel J1537-1527_S_2005_07_08_yyk\_map.mod ! Writing 61 model components to file: J1537-1527_S_2005_07_08_yyk_map.mod wobs J1537-1527_S_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J1537-1527_S_2005_07_08_yyk_uvs.fits wwins J1537-1527_S_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J1537-1527_S_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.00144954 Jy ! Component: 100 - total flux cleaned = -0.0015608 Jy ! Component: 150 - total flux cleaned = -0.00161568 Jy ! Component: 200 - total flux cleaned = -0.0014203 Jy ! Component: 250 - total flux cleaned = -0.00105265 Jy ! Component: 300 - total flux cleaned = -0.000614814 Jy ! Component: 350 - total flux cleaned = -0.000319427 Jy ! Component: 400 - total flux cleaned = -3.53934e-05 Jy ! Component: 450 - total flux cleaned = 0.000277423 Jy ! Component: 500 - total flux cleaned = 0.000542222 Jy ! Component: 550 - total flux cleaned = 0.000835167 Jy ! Component: 600 - total flux cleaned = 0.00104889 Jy ! Component: 650 - total flux cleaned = 0.00125562 Jy ! Component: 700 - total flux cleaned = 0.00135457 Jy ! Component: 750 - total flux cleaned = 0.00141879 Jy ! Component: 800 - total flux cleaned = 0.00154576 Jy ! Component: 850 - total flux cleaned = 0.00167006 Jy ! Component: 900 - total flux cleaned = 0.00173148 Jy ! Component: 950 - total flux cleaned = 0.0017909 Jy ! Component: 1000 - total flux cleaned = 0.0018195 Jy ! Component: 1050 - total flux cleaned = 0.00187643 Jy ! Component: 1100 - total flux cleaned = 0.00190409 Jy ! Component: 1150 - total flux cleaned = 0.00198742 Jy ! Component: 1200 - total flux cleaned = 0.00204236 Jy ! Component: 1250 - total flux cleaned = 0.00222978 Jy ! Component: 1300 - total flux cleaned = 0.00222954 Jy ! Component: 1350 - total flux cleaned = 0.00222967 Jy ! Component: 1400 - total flux cleaned = 0.00217807 Jy ! Component: 1450 - total flux cleaned = 0.00222835 Jy ! Component: 1500 - total flux cleaned = 0.00220332 Jy ! Component: 1550 - total flux cleaned = 0.00212913 Jy ! Component: 1600 - total flux cleaned = 0.00200796 Jy ! Component: 1650 - total flux cleaned = 0.00193659 Jy ! Component: 1700 - total flux cleaned = 0.00193684 Jy ! Component: 1750 - total flux cleaned = 0.00191354 Jy ! Component: 1800 - total flux cleaned = 0.00175268 Jy ! Component: 1850 - total flux cleaned = 0.00177594 Jy ! Component: 1900 - total flux cleaned = 0.00173121 Jy ! Component: 1950 - total flux cleaned = 0.00173134 Jy ! Component: 2000 - total flux cleaned = 0.00175326 Jy ! Total flux subtracted in 2048 components = 0.00183997 Jy ! Clean residual min=-0.001331 max=0.001196 Jy/beam ! Clean residual mean=0.000004 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.323485 Jy keep ! Adding 127 model components to the UV plane model. ! The established model now contains 188 components and 0.323485 Jy ![Exited script file: muppet] wmap "J1537-1527_S_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.451 x 8.93 at -7.72 degrees (North through East) ! Clean map min=-0.0034769 max=0.30683 Jy/beam ! Writing clean map to FITS file: J1537-1527_S_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.306834 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000443096 device "J1537-1527_S_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J1537-1527_S_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.433227 0.433227 0.866454 1.73291 3.46582 6.93163 13.8633 27.7265 55.4531 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.306 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.451 x 8.93 at -7.72 degrees (North through East) ! Clean map min=-0.0034769 max=0.30683 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1537-1527_S_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J1537-1527_S_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1537-1527_S_2005_07_08_yyk_uvs.log closed on Fri Jan 20 10:39:02 2006