! Started logfile: J1319-1239_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:21:46 2005 obs J1319-1239_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J1319-1239_S_2005_05_12_yyk_uve.fits ! AN table 1: 19 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.989474 visibilities/baseline/integration-bin. ! Found source: J1319-1239 ! ! 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 1443 lines of history. ! ! Reading 3384 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 J1319-1239_S_2005_05_12_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.220202 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.487 mas, bmaj=7.801 mas, bpa=-5.775 degrees ! Estimated noise=1.25623 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.162984 Jy ! Component: 100 - total flux cleaned = 0.212326 Jy ! Total flux subtracted in 100 components = 0.212326 Jy ! Clean residual min=-0.008766 max=0.017381 Jy/beam ! Clean residual mean=0.000025 rms=0.003191 Jy/beam ! Combined flux in latest and established models = 0.212326 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.212326 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 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.083528Jy sigma=1.367803 ! Fit after self-cal, rms=0.083469Jy sigma=1.361858 ! Inverting map and beam ! Estimated beam: bmin=2.487 mas, bmaj=7.801 mas, bpa=-5.775 degrees ! Estimated noise=1.25623 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.398 mas, bmaj=9.855 mas, bpa=-7.612 degrees ! Estimated noise=0.720474 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.0266152 Jy ! Component: 100 - total flux cleaned = 0.0373675 Jy ! Component: 150 - total flux cleaned = 0.0422026 Jy ! Component: 200 - total flux cleaned = 0.0429413 Jy ! Total flux subtracted in 200 components = 0.0429413 Jy ! Clean residual min=-0.006995 max=0.011513 Jy/beam ! Clean residual mean=0.000060 rms=0.002196 Jy/beam ! Combined flux in latest and established models = 0.255267 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 51 components and 0.255267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076483Jy sigma=1.231574 ! Fit after self-cal, rms=0.076482Jy sigma=1.231468 ! 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.398 x 9.855 at -7.612 degrees (North through East) ! Clean map min=-0.0067104 max=0.15933 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.00852 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.96 HN 1.09 KP 0.97 ! LA 0.93 MK 0.85 NL 1.11 OV 0.97 ! PT 1.05 SC 0.99 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.992633 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.05 HN 1.08 KP 1.05 ! LA 0.92 MK 0.91 NL 1.10 OV 0.95 ! PT 1.00 SC 0.98 ! ! ! 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.076482Jy sigma=1.231468 ! Fit after self-cal, rms=0.075798Jy sigma=1.213346 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.075798Jy sigma=1.213346 ! Fit after self-cal, rms=0.075799Jy sigma=1.213339 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.316 mas, bmaj=9.769 mas, bpa=-8.317 degrees ! Estimated noise=0.713537 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.00119072 Jy ! Component: 100 - total flux cleaned = 0.00162606 Jy ! Component: 150 - total flux cleaned = 0.00198119 Jy ! Component: 200 - total flux cleaned = 0.00242303 Jy ! Total flux subtracted in 200 components = 0.00242303 Jy ! Clean residual min=-0.005300 max=0.008824 Jy/beam ! Clean residual mean=-0.000001 rms=0.001822 Jy/beam ! Combined flux in latest and established models = 0.25769 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 55 components and 0.25769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075650Jy sigma=1.209859 ! Fit after self-cal, rms=0.075648Jy sigma=1.209828 ! 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.075648Jy sigma=1.209828 ! Fit after self-cal, rms=0.073612Jy sigma=1.155406 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) ! Added new window around map position (3, 10.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00745428 Jy ! Component: 100 - total flux cleaned = 0.00809334 Jy ! Component: 150 - total flux cleaned = 0.00854164 Jy ! Component: 200 - total flux cleaned = 0.00894032 Jy ! Total flux subtracted in 200 components = 0.00894033 Jy ! Clean residual min=-0.004569 max=0.005321 Jy/beam ! Clean residual mean=-0.000034 rms=0.001422 Jy/beam ! Combined flux in latest and established models = 0.26663 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 78 components and 0.266631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072347Jy sigma=1.129235 ! Fit after self-cal, rms=0.072366Jy sigma=1.123853 ! 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.316 x 9.769 at -8.317 degrees (North through East) ! Clean map min=-0.0050434 max=0.15379 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.072366Jy sigma=1.123853 ! Fit after self-cal, rms=0.071114Jy sigma=1.111878 ! 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.071114Jy sigma=1.111878 ! Fit after self-cal, rms=0.071202Jy sigma=1.111527 ! Inverting map and beam ! Estimated beam: bmin=3.289 mas, bmaj=9.676 mas, bpa=-8.227 degrees ! Estimated noise=0.711198 mJy/beam. ! Added new window around map position (20, -31). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00655418 Jy ! Component: 100 - total flux cleaned = 0.00821538 Jy ! Component: 150 - total flux cleaned = 0.00919174 Jy ! Component: 200 - total flux cleaned = 0.00961577 Jy ! Total flux subtracted in 200 components = 0.00961577 Jy ! Clean residual min=-0.004334 max=0.004343 Jy/beam ! Clean residual mean=-0.000038 rms=0.001209 Jy/beam ! Combined flux in latest and established models = 0.276246 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 103 components and 0.276246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070592Jy sigma=1.098289 ! Fit after self-cal, rms=0.070634Jy sigma=1.097237 ! 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.070634Jy sigma=1.097237 ! Fit after self-cal, rms=0.069030Jy sigma=1.052592 ! 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.069030Jy sigma=1.052592 ! Fit after self-cal, rms=0.069060Jy sigma=1.052463 ! Inverting map and beam ! Estimated beam: bmin=3.311 mas, bmaj=9.68 mas, bpa=-8.127 degrees ! Estimated noise=0.716382 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000865297 Jy ! Component: 100 - total flux cleaned = 0.00121713 Jy ! Component: 150 - total flux cleaned = 0.00144252 Jy ! Component: 200 - total flux cleaned = 0.00170786 Jy ! Total flux subtracted in 200 components = 0.00170786 Jy ! Clean residual min=-0.003667 max=0.003395 Jy/beam ! Clean residual mean=-0.000042 rms=0.001031 Jy/beam ! Combined flux in latest and established models = 0.277954 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 122 components and 0.277954 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068794Jy sigma=1.048288 ! Fit after self-cal, rms=0.068826Jy sigma=1.047968 ! 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.467 mas, bmaj=17.15 mas, bpa=5.373 degrees ! Estimated noise=0.881753 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.000747818 Jy ! Component: 100 - total flux cleaned = 0.000803434 Jy ! Component: 150 - total flux cleaned = 0.000853714 Jy ! Component: 200 - total flux cleaned = 0.00085497 Jy ! Total flux subtracted in 200 components = 0.00085497 Jy ! Clean residual min=-0.003868 max=0.003599 Jy/beam ! Clean residual mean=-0.000080 rms=0.001335 Jy/beam ! Combined flux in latest and established models = 0.278809 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 141 components and 0.278809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068749Jy sigma=1.047128 ! Fit after self-cal, rms=0.068762Jy sigma=1.047042 ! 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.448 mas, bmaj=7.764 mas, bpa=-5.946 degrees ! Estimated noise=1.22461 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.161375 Jy ! Component: 100 - total flux cleaned = 0.211565 Jy ! Component: 150 - total flux cleaned = 0.235495 Jy ! Component: 200 - total flux cleaned = 0.249485 Jy ! Total flux subtracted in 200 components = 0.249485 Jy ! Clean residual min=-0.006080 max=0.007501 Jy/beam ! Clean residual mean=0.000001 rms=0.001869 Jy/beam ! Combined flux in latest and established models = 0.249485 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 46 model components to the UV plane model. ! The established model now contains 46 components and 0.249485 Jy ! Inverting map and beam ! Estimated beam: bmin=3.311 mas, bmaj=9.68 mas, bpa=-8.127 degrees ! Estimated noise=0.716382 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.012179 Jy ! Component: 100 - total flux cleaned = 0.0190626 Jy ! Component: 150 - total flux cleaned = 0.0222187 Jy ! Component: 200 - total flux cleaned = 0.0236305 Jy ! Total flux subtracted in 200 components = 0.0236305 Jy ! Clean residual min=-0.003952 max=0.004368 Jy/beam ! Clean residual mean=-0.000029 rms=0.001214 Jy/beam ! Combined flux in latest and established models = 0.273116 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 96 components and 0.273116 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.467 mas, bmaj=17.15 mas, bpa=5.373 degrees ! Estimated noise=0.881753 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.00257015 Jy ! Component: 100 - total flux cleaned = 0.00327876 Jy ! Component: 150 - total flux cleaned = 0.00377674 Jy ! Component: 200 - total flux cleaned = 0.0040363 Jy ! Total flux subtracted in 200 components = 0.0040363 Jy ! Clean residual min=-0.004072 max=0.003614 Jy/beam ! Clean residual mean=-0.000072 rms=0.001357 Jy/beam ! Combined flux in latest and established models = 0.277152 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 113 components and 0.277152 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.311 mas, bmaj=9.68 mas, bpa=-8.127 degrees ! Estimated noise=0.716382 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00223891 Jy ! Component: 100 - total flux cleaned = -0.00203272 Jy ! Component: 150 - total flux cleaned = -0.00184621 Jy ! Component: 200 - total flux cleaned = -0.00167679 Jy ! Total flux subtracted in 200 components = -0.00167679 Jy ! Clean residual min=-0.003675 max=0.003325 Jy/beam ! Clean residual mean=-0.000034 rms=0.001063 Jy/beam ! Combined flux in latest and established models = 0.275475 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 135 components and 0.275475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068826Jy sigma=1.049513 ! Fit after self-cal, rms=0.068828Jy sigma=1.049007 wmodel J1319-1239_S_2005_05_12_yyk\_map.mod ! Writing 135 model components to file: J1319-1239_S_2005_05_12_yyk_map.mod wobs J1319-1239_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J1319-1239_S_2005_05_12_yyk_uvs.fits wwins J1319-1239_S_2005_05_12_yyk\_map.win ! wwins: Wrote 3 windows to J1319-1239_S_2005_05_12_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.00094371 Jy ! Component: 100 - total flux cleaned = -0.000828069 Jy ! Component: 150 - total flux cleaned = -0.000774112 Jy ! Component: 200 - total flux cleaned = -0.000973965 Jy ! Component: 250 - total flux cleaned = -0.00131109 Jy ! Component: 300 - total flux cleaned = -0.00163377 Jy ! Component: 350 - total flux cleaned = -0.00189772 Jy ! Component: 400 - total flux cleaned = -0.00198332 Jy ! Component: 450 - total flux cleaned = -0.0020255 Jy ! Component: 500 - total flux cleaned = -0.00218814 Jy ! Component: 550 - total flux cleaned = -0.00226663 Jy ! Component: 600 - total flux cleaned = -0.00234246 Jy ! Component: 650 - total flux cleaned = -0.00230527 Jy ! Component: 700 - total flux cleaned = -0.00230537 Jy ! Component: 750 - total flux cleaned = -0.00230586 Jy ! Component: 800 - total flux cleaned = -0.00237607 Jy ! Component: 850 - total flux cleaned = -0.00244402 Jy ! Component: 900 - total flux cleaned = -0.00251125 Jy ! Component: 950 - total flux cleaned = -0.00260922 Jy ! Component: 1000 - total flux cleaned = -0.00267279 Jy ! Component: 1050 - total flux cleaned = -0.00273536 Jy ! Component: 1100 - total flux cleaned = -0.00270474 Jy ! Component: 1150 - total flux cleaned = -0.00273541 Jy ! Component: 1200 - total flux cleaned = -0.00273535 Jy ! Component: 1250 - total flux cleaned = -0.00270628 Jy ! Component: 1300 - total flux cleaned = -0.00267829 Jy ! Component: 1350 - total flux cleaned = -0.00273491 Jy ! Component: 1400 - total flux cleaned = -0.00270731 Jy ! Component: 1450 - total flux cleaned = -0.00262655 Jy ! Component: 1500 - total flux cleaned = -0.00254673 Jy ! Component: 1550 - total flux cleaned = -0.00252042 Jy ! Component: 1600 - total flux cleaned = -0.00244335 Jy ! Component: 1650 - total flux cleaned = -0.00244333 Jy ! Component: 1700 - total flux cleaned = -0.00234301 Jy ! Component: 1750 - total flux cleaned = -0.00231807 Jy ! Component: 1800 - total flux cleaned = -0.0022204 Jy ! Component: 1850 - total flux cleaned = -0.00212436 Jy ! Component: 1900 - total flux cleaned = -0.00212447 Jy ! Component: 1950 - total flux cleaned = -0.00198363 Jy ! Component: 2000 - total flux cleaned = -0.00193746 Jy ! Total flux subtracted in 2048 components = -0.00189191 Jy ! Clean residual min=-0.001428 max=0.001515 Jy/beam ! Clean residual mean=0.000001 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.273584 Jy keep ! Adding 148 model components to the UV plane model. ! The established model now contains 283 components and 0.273583 Jy ![Exited script file: muppet] wmap "J1319-1239_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.311 x 9.68 at -8.127 degrees (North through East) ! Clean map min=-0.004061 max=0.1572 Jy/beam ! Writing clean map to FITS file: J1319-1239_S_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.157204 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000497391 device "J1319-1239_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J1319-1239_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.949193 0.949193 1.89839 3.79677 7.59354 15.1871 30.3742 60.7483 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.157 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.311 x 9.68 at -8.127 degrees (North through East) ! Clean map min=-0.004061 max=0.1572 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1319-1239_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J1319-1239_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1319-1239_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:21:50 2005