! Started logfile: J1127-1857_S_2005_06_30_yyk_uvs.log on Sat Oct 8 17:18:32 2005 obs J1127-1857_S_2005_06_30_yyk_uve.fits ! Reading UV FITS file: J1127-1857_S_2005_06_30_yyk_uve.fits ! AN table 1: 5 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.924444 visibilities/baseline/integration-bin. ! Found source: J1127-1857 ! ! 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 1469 lines of history. ! ! Reading 832 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 J1127-1857_S_2005_06_30_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)= 1.15342 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.617 mas, bmaj=6.821 mas, bpa=-6.699 degrees ! Estimated noise=2.15103 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.938175 Jy ! Component: 100 - total flux cleaned = 1.0744 Jy ! Total flux subtracted in 100 components = 1.0744 Jy ! Clean residual min=-0.027500 max=0.036279 Jy/beam ! Clean residual mean=-0.000158 rms=0.008390 Jy/beam ! Combined flux in latest and established models = 1.0744 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 1.0744 Jy ! ! Correcting IF 1. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.267132Jy sigma=2.510433 ! Fit after self-cal, rms=0.267097Jy sigma=2.508336 ! Inverting map and beam ! Estimated beam: bmin=2.617 mas, bmaj=6.821 mas, bpa=-6.699 degrees ! Estimated noise=2.15103 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.169 mas, bmaj=8.069 mas, bpa=-9.266 degrees ! Estimated noise=1.66387 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.0395569 Jy ! Component: 100 - total flux cleaned = 0.0492396 Jy ! Component: 150 - total flux cleaned = 0.0492401 Jy ! Component: 200 - total flux cleaned = 0.0492335 Jy ! Total flux subtracted in 200 components = 0.0492335 Jy ! Clean residual min=-0.016156 max=0.017770 Jy/beam ! Clean residual mean=-0.000016 rms=0.005043 Jy/beam ! Combined flux in latest and established models = 1.12363 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 33 components and 1.12363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.258165Jy sigma=2.416483 ! Fit after self-cal, rms=0.258149Jy sigma=2.416367 ! 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.169 x 8.069 at -9.266 degrees (North through East) ! Clean map min=-0.014879 max=1.072 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.01374 ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.06 HN 1.00 KP 0.98 ! LA 1.10 MK 0.88 NL 0.94 OV 0.97 ! PT 1.08 SC 0.95 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.971383 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.04 HN 1.04 KP 1.02 ! LA 1.06 MK 0.98 NL 0.97 OV 1.04 ! PT 1.06 SC 1.02 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.03064 ! Telescope amplitude corrections in sub-array 1: ! BR 0.50 FD 0.94 HN 1.03 KP 0.99 ! LA 0.96 MK 1.09 NL 1.05 OV 1.00 ! PT 1.12 SC 1.02 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.02628 ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.99 HN 0.92 KP 0.91 ! LA 0.80 MK 1.09 NL 0.96 OV 0.87 ! PT 1.00 SC 1.11 ! ! ! Fit before self-cal, rms=0.258149Jy sigma=2.416367 ! Fit after self-cal, rms=0.093593Jy sigma=1.263152 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.093593Jy sigma=1.263152 ! Fit after self-cal, rms=0.093597Jy sigma=1.263096 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=8.147 mas, bpa=-9.275 degrees ! Estimated noise=1.68351 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.0174403 Jy ! Component: 100 - total flux cleaned = 0.0194459 Jy ! Component: 150 - total flux cleaned = 0.0197799 Jy ! Component: 200 - total flux cleaned = 0.0200757 Jy ! Total flux subtracted in 200 components = 0.0200757 Jy ! Clean residual min=-0.008648 max=0.008092 Jy/beam ! Clean residual mean=-0.000061 rms=0.002133 Jy/beam ! Combined flux in latest and established models = 1.14371 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 44 components and 1.14371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090891Jy sigma=1.226537 ! Fit after self-cal, rms=0.090865Jy sigma=1.226404 ! 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.090865Jy sigma=1.226404 ! Fit after self-cal, rms=0.089122Jy sigma=1.201250 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.00018924 Jy ! Component: 100 - total flux cleaned = 0.000439447 Jy ! Component: 150 - total flux cleaned = 0.00065705 Jy ! Component: 200 - total flux cleaned = 0.000793293 Jy ! Total flux subtracted in 200 components = 0.000793293 Jy ! Clean residual min=-0.008768 max=0.008086 Jy/beam ! Clean residual mean=-0.000059 rms=0.002106 Jy/beam ! Combined flux in latest and established models = 1.1445 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 47 components and 1.1445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089015Jy sigma=1.199736 ! Fit after self-cal, rms=0.088942Jy sigma=1.197955 ! 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.228 x 8.147 at -9.275 degrees (North through East) ! Clean map min=-0.0080954 max=1.0915 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.088942Jy sigma=1.197955 ! Fit after self-cal, rms=0.073290Jy sigma=0.935695 ! 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.073290Jy sigma=0.935695 ! Fit after self-cal, rms=0.073319Jy sigma=0.935508 ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=8.151 mas, bpa=-9.241 degrees ! Estimated noise=1.68119 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00132403 Jy ! Component: 100 - total flux cleaned = -0.00126776 Jy ! Component: 150 - total flux cleaned = -0.00126852 Jy ! Component: 200 - total flux cleaned = -0.00118495 Jy ! Total flux subtracted in 200 components = -0.00118495 Jy ! Clean residual min=-0.006509 max=0.004910 Jy/beam ! Clean residual mean=-0.000044 rms=0.001545 Jy/beam ! Combined flux in latest and established models = 1.14331 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 57 components and 1.14331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073258Jy sigma=0.934452 ! Fit after self-cal, rms=0.073264Jy sigma=0.934368 ! 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.073264Jy sigma=0.934368 ! Fit after self-cal, rms=0.071852Jy sigma=0.913836 ! 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.071852Jy sigma=0.913836 ! Fit after self-cal, rms=0.071858Jy sigma=0.913833 ! Inverting map and beam ! Estimated beam: bmin=3.233 mas, bmaj=8.162 mas, bpa=-9.232 degrees ! Estimated noise=1.68133 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00127796 Jy ! Component: 100 - total flux cleaned = -0.00123194 Jy ! Component: 150 - total flux cleaned = -0.00119606 Jy ! Component: 200 - total flux cleaned = -0.00116498 Jy ! Total flux subtracted in 200 components = -0.00116498 Jy ! Clean residual min=-0.006524 max=0.004983 Jy/beam ! Clean residual mean=-0.000046 rms=0.001528 Jy/beam ! Combined flux in latest and established models = 1.14215 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 59 components and 1.14215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071820Jy sigma=0.913137 ! Fit after self-cal, rms=0.071815Jy sigma=0.913092 ! 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.982 mas, bmaj=16.54 mas, bpa=-6.937 degrees ! Estimated noise=2.15279 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.000398443 Jy ! Component: 100 - total flux cleaned = -0.000400205 Jy ! Component: 150 - total flux cleaned = -0.000345646 Jy ! Component: 200 - total flux cleaned = -0.00032163 Jy ! Total flux subtracted in 200 components = -0.00032163 Jy ! Clean residual min=-0.005715 max=0.005078 Jy/beam ! Clean residual mean=-0.000090 rms=0.001935 Jy/beam ! Combined flux in latest and established models = 1.14183 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 64 components and 1.14183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071830Jy sigma=0.913188 ! Fit after self-cal, rms=0.071814Jy sigma=0.913052 ! Inverting map uvtaper 0,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.636 mas, bmaj=6.843 mas, bpa=-6.875 degrees ! Estimated noise=2.14354 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.935102 Jy ! Component: 100 - total flux cleaned = 1.06505 Jy ! Component: 150 - total flux cleaned = 1.10934 Jy ! Component: 200 - total flux cleaned = 1.12994 Jy ! Total flux subtracted in 200 components = 1.12994 Jy ! Clean residual min=-0.008377 max=0.007523 Jy/beam ! Clean residual mean=-0.000043 rms=0.002207 Jy/beam ! Combined flux in latest and established models = 1.12994 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 1.12994 Jy ! Inverting map and beam ! Estimated beam: bmin=3.233 mas, bmaj=8.162 mas, bpa=-9.232 degrees ! Estimated noise=1.68133 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.0100101 Jy ! Component: 100 - total flux cleaned = 0.0125002 Jy ! Component: 150 - total flux cleaned = 0.0128913 Jy ! Component: 200 - total flux cleaned = 0.0131196 Jy ! Total flux subtracted in 200 components = 0.0131196 Jy ! Clean residual min=-0.006549 max=0.004884 Jy/beam ! Clean residual mean=-0.000042 rms=0.001543 Jy/beam ! Combined flux in latest and established models = 1.14306 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 56 components and 1.14306 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.982 mas, bmaj=16.54 mas, bpa=-6.937 degrees ! Estimated noise=2.15279 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.00066381 Jy ! Component: 100 - total flux cleaned = -0.000690102 Jy ! Component: 150 - total flux cleaned = -0.000666369 Jy ! Component: 200 - total flux cleaned = -0.000668332 Jy ! Total flux subtracted in 200 components = -0.000668332 Jy ! Clean residual min=-0.005706 max=0.005027 Jy/beam ! Clean residual mean=-0.000086 rms=0.001921 Jy/beam ! Combined flux in latest and established models = 1.14239 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 66 components and 1.14239 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.233 mas, bmaj=8.162 mas, bpa=-9.232 degrees ! Estimated noise=1.68133 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000819971 Jy ! Component: 100 - total flux cleaned = 0.000770412 Jy ! Component: 150 - total flux cleaned = 0.000675659 Jy ! Component: 200 - total flux cleaned = 0.00058718 Jy ! Total flux subtracted in 200 components = 0.00058718 Jy ! Clean residual min=-0.006543 max=0.004873 Jy/beam ! Clean residual mean=-0.000042 rms=0.001527 Jy/beam ! Combined flux in latest and established models = 1.14298 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 71 components and 1.14298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071912Jy sigma=0.913914 ! Fit after self-cal, rms=0.071906Jy sigma=0.913823 wmodel J1127-1857_S_2005_06_30_yyk\_map.mod ! Writing 71 model components to file: J1127-1857_S_2005_06_30_yyk_map.mod wobs J1127-1857_S_2005_06_30_yyk\_uvs.fits ! Writing UV FITS file: J1127-1857_S_2005_06_30_yyk_uvs.fits wwins J1127-1857_S_2005_06_30_yyk\_map.win ! wwins: Wrote 1 windows to J1127-1857_S_2005_06_30_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.00272514 Jy ! Component: 100 - total flux cleaned = -0.00356483 Jy ! Component: 150 - total flux cleaned = -0.00356469 Jy ! Component: 200 - total flux cleaned = -0.00332729 Jy ! Component: 250 - total flux cleaned = -0.00287859 Jy ! Component: 300 - total flux cleaned = -0.002595 Jy ! Component: 350 - total flux cleaned = -0.00252774 Jy ! Component: 400 - total flux cleaned = -0.0025278 Jy ! Component: 450 - total flux cleaned = -0.00246339 Jy ! Component: 500 - total flux cleaned = -0.00252533 Jy ! Component: 550 - total flux cleaned = -0.0027025 Jy ! Component: 600 - total flux cleaned = -0.00264547 Jy ! Component: 650 - total flux cleaned = -0.00275958 Jy ! Component: 700 - total flux cleaned = -0.00287032 Jy ! Component: 750 - total flux cleaned = -0.00308504 Jy ! Component: 800 - total flux cleaned = -0.00313696 Jy ! Component: 850 - total flux cleaned = -0.00323876 Jy ! Component: 900 - total flux cleaned = -0.00343683 Jy ! Component: 950 - total flux cleaned = -0.0036307 Jy ! Component: 1000 - total flux cleaned = -0.00396094 Jy ! Component: 1050 - total flux cleaned = -0.00419108 Jy ! Component: 1100 - total flux cleaned = -0.00455266 Jy ! Component: 1150 - total flux cleaned = -0.0048615 Jy ! Component: 1200 - total flux cleaned = -0.00533693 Jy ! Component: 1250 - total flux cleaned = -0.00563474 Jy ! Component: 1300 - total flux cleaned = -0.00605074 Jy ! Component: 1350 - total flux cleaned = -0.00625443 Jy ! Component: 1400 - total flux cleaned = -0.00637511 Jy ! Component: 1450 - total flux cleaned = -0.00665159 Jy ! Component: 1500 - total flux cleaned = -0.0068833 Jy ! Component: 1550 - total flux cleaned = -0.0069214 Jy ! Component: 1600 - total flux cleaned = -0.00688492 Jy ! Component: 1650 - total flux cleaned = -0.00692161 Jy ! Component: 1700 - total flux cleaned = -0.00674118 Jy ! Component: 1750 - total flux cleaned = -0.00677719 Jy ! Component: 1800 - total flux cleaned = -0.00670761 Jy ! Component: 1850 - total flux cleaned = -0.0067769 Jy ! Component: 1900 - total flux cleaned = -0.00684518 Jy ! Component: 1950 - total flux cleaned = -0.00681134 Jy ! Component: 2000 - total flux cleaned = -0.0068453 Jy ! Total flux subtracted in 2048 components = -0.00687784 Jy ! Clean residual min=-0.002141 max=0.001641 Jy/beam ! Clean residual mean=-0.000009 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 1.1361 Jy keep ! Adding 124 model components to the UV plane model. ! The established model now contains 195 components and 1.1361 Jy ![Exited script file: muppet] wmap "J1127-1857_S_2005_06_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.233 x 8.162 at -9.232 degrees (North through East) ! Clean map min=-0.0066442 max=1.0903 Jy/beam ! Writing clean map to FITS file: J1127-1857_S_2005_06_30_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.0903 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000631922 device "J1127-1857_S_2005_06_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J1127-1857_S_2005_06_30_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.173876 0.173876 0.347752 0.695504 1.39101 2.78202 5.56404 11.1281 22.2561 44.5123 89.0246 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(peak_flux*1000)/1000 ! peak= 1.09 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.233 x 8.162 at -9.232 degrees (North through East) ! Clean map min=-0.0066442 max=1.0903 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1127-1857_S_2005_06_30_yyk\_map.gif/gif" ! Attempting to open device: 'J1127-1857_S_2005_06_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1127-1857_S_2005_06_30_yyk_uvs.log closed on Sat Oct 8 17:18:36 2005