! Started logfile: J0542-0913_X_2005_05_12_yyk_uvs.log on Sat Oct 8 16:59:25 2005 obs J0542-0913_X_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0542-0913_X_2005_05_12_yyk_uve.fits ! AN table 1: 12 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.757407 visibilities/baseline/integration-bin. ! Found source: J0542-0913 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1438 lines of history. ! ! Reading 1636 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 J0542-0913_X_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.282324 Jy uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7968 mas, bmaj=1.845 mas, bpa=7.203 degrees ! Estimated noise=1.47207 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.2228 Jy ! Component: 100 - total flux cleaned = 0.27363 Jy ! Total flux subtracted in 100 components = 0.27363 Jy ! Clean residual min=-0.012151 max=0.015477 Jy/beam ! Clean residual mean=-0.000015 rms=0.003118 Jy/beam ! Combined flux in latest and established models = 0.27363 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.27363 Jy ! ! Correcting IF 1. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.070899Jy sigma=1.254699 ! Fit after self-cal, rms=0.070729Jy sigma=1.250030 ! Inverting map and beam ! Estimated beam: bmin=0.7968 mas, bmaj=1.845 mas, bpa=7.203 degrees ! Estimated noise=1.47207 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=1.081 mas, bmaj=2.285 mas, bpa=8.348 degrees ! Estimated noise=1.02512 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.0269742 Jy ! Component: 100 - total flux cleaned = 0.0355113 Jy ! Component: 150 - total flux cleaned = 0.0382243 Jy ! Component: 200 - total flux cleaned = 0.0384088 Jy ! Total flux subtracted in 200 components = 0.0384088 Jy ! Clean residual min=-0.009482 max=0.009942 Jy/beam ! Clean residual mean=-0.000015 rms=0.002507 Jy/beam ! Combined flux in latest and established models = 0.312039 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 32 components and 0.312039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064357Jy sigma=1.105574 ! Fit after self-cal, rms=0.064365Jy sigma=1.105378 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.081 x 2.285 at 8.348 degrees (North through East) ! Clean map min=-0.0090025 max=0.27147 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: 0.981286 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.98 HN 1.00* KP 0.94 ! LA 1.17 MK 1.08 NL 1.04 OV 1.01 ! PT 0.94 SC 1.06 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.99899 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 HN 1.00* KP 0.89 ! LA 1.17 MK 1.03 NL 0.99 OV 0.99 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.990202 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.00* KP 0.85 ! LA 1.19 MK 1.03 NL 0.98 OV 1.01 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.979922 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.01 HN 1.00* KP 0.96 ! LA 1.16 MK 1.04 NL 0.97 OV 1.02 ! PT 1.05 SC 0.96 ! ! ! Fit before self-cal, rms=0.064365Jy sigma=1.105378 ! Fit after self-cal, rms=0.059209Jy sigma=1.004890 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.059209Jy sigma=1.004890 ! Fit after self-cal, rms=0.059201Jy sigma=1.004855 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.094 mas, bmaj=2.321 mas, bpa=8.682 degrees ! Estimated noise=0.999314 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.00609742 Jy ! Component: 100 - total flux cleaned = -0.00682176 Jy ! Component: 150 - total flux cleaned = -0.00677754 Jy ! Component: 200 - total flux cleaned = -0.00673721 Jy ! Total flux subtracted in 200 components = -0.00673721 Jy ! Clean residual min=-0.003456 max=0.003706 Jy/beam ! Clean residual mean=0.000002 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 0.305302 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 41 components and 0.305302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058791Jy sigma=0.994387 ! Fit after self-cal, rms=0.058790Jy sigma=0.994284 ! 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.058790Jy sigma=0.994284 ! Fit after self-cal, rms=0.056738Jy sigma=0.952631 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.000203828 Jy ! Component: 100 - total flux cleaned = 0.000274188 Jy ! Component: 150 - total flux cleaned = 0.000304801 Jy ! Component: 200 - total flux cleaned = 0.000335532 Jy ! Total flux subtracted in 200 components = 0.000335532 Jy ! Clean residual min=-0.003528 max=0.003613 Jy/beam ! Clean residual mean=0.000002 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.305637 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 42 components and 0.305637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056721Jy sigma=0.951911 ! Fit after self-cal, rms=0.056643Jy sigma=0.949399 ! 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: 1.094 x 2.321 at 8.682 degrees (North through East) ! Clean map min=-0.0032873 max=0.26563 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.056643Jy sigma=0.949399 ! Fit after self-cal, rms=0.056223Jy sigma=0.939903 ! 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.056223Jy sigma=0.939903 ! Fit after self-cal, rms=0.056233Jy sigma=0.939695 ! Inverting map and beam ! Estimated beam: bmin=1.095 mas, bmaj=2.308 mas, bpa=8.533 degrees ! Estimated noise=0.99887 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000629165 Jy ! Component: 100 - total flux cleaned = 0.000629913 Jy ! Component: 150 - total flux cleaned = 0.000663213 Jy ! Component: 200 - total flux cleaned = 0.000690114 Jy ! Total flux subtracted in 200 components = 0.000690114 Jy ! Clean residual min=-0.003331 max=0.003471 Jy/beam ! Clean residual mean=0.000001 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.306328 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 44 components and 0.306328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056207Jy sigma=0.938945 ! Fit after self-cal, rms=0.056215Jy sigma=0.938890 ! 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.056215Jy sigma=0.938890 ! Fit after self-cal, rms=0.054472Jy sigma=0.908890 ! 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.054472Jy sigma=0.908890 ! Fit after self-cal, rms=0.054482Jy sigma=0.908863 ! Inverting map and beam ! Estimated beam: bmin=1.094 mas, bmaj=2.299 mas, bpa=8.251 degrees ! Estimated noise=1.00007 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000995371 Jy ! Component: 100 - total flux cleaned = 0.00101741 Jy ! Component: 150 - total flux cleaned = 0.00100176 Jy ! Component: 200 - total flux cleaned = 0.00100302 Jy ! Total flux subtracted in 200 components = 0.00100302 Jy ! Clean residual min=-0.003396 max=0.003449 Jy/beam ! Clean residual mean=0.000000 rms=0.000887 Jy/beam ! Combined flux in latest and established models = 0.307331 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 50 components and 0.307331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054470Jy sigma=0.908462 ! Fit after self-cal, rms=0.054472Jy sigma=0.908434 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.54 mas, bmaj=4.105 mas, bpa=7.445 degrees ! Estimated noise=1.17823 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.000143934 Jy ! Component: 100 - total flux cleaned = 0.000159788 Jy ! Component: 150 - total flux cleaned = 0.000183664 Jy ! Component: 200 - total flux cleaned = 0.000192807 Jy ! Total flux subtracted in 200 components = 0.000192807 Jy ! Clean residual min=-0.002577 max=0.003511 Jy/beam ! Clean residual mean=-0.000001 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.307523 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 52 components and 0.307523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054461Jy sigma=0.908397 ! Fit after self-cal, rms=0.054468Jy sigma=0.908339 ! 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=0.8002 mas, bmaj=1.849 mas, bpa=7.301 degrees ! Estimated noise=1.44714 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.219302 Jy ! Component: 100 - total flux cleaned = 0.26899 Jy ! Component: 150 - total flux cleaned = 0.289973 Jy ! Component: 200 - total flux cleaned = 0.299792 Jy ! Total flux subtracted in 200 components = 0.299792 Jy ! Clean residual min=-0.006262 max=0.004653 Jy/beam ! Clean residual mean=0.000003 rms=0.001410 Jy/beam ! Combined flux in latest and established models = 0.299792 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.299792 Jy ! Inverting map and beam ! Estimated beam: bmin=1.094 mas, bmaj=2.299 mas, bpa=8.251 degrees ! Estimated noise=1.00007 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.00563043 Jy ! Component: 100 - total flux cleaned = 0.00703173 Jy ! Component: 150 - total flux cleaned = 0.00723141 Jy ! Component: 200 - total flux cleaned = 0.00738083 Jy ! Total flux subtracted in 200 components = 0.00738083 Jy ! Clean residual min=-0.003348 max=0.003402 Jy/beam ! Clean residual mean=0.000000 rms=0.000894 Jy/beam ! Combined flux in latest and established models = 0.307173 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 36 components and 0.307173 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.54 mas, bmaj=4.105 mas, bpa=7.445 degrees ! Estimated noise=1.17823 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.000211236 Jy ! Component: 100 - total flux cleaned = 0.00023764 Jy ! Component: 150 - total flux cleaned = 0.000248917 Jy ! Component: 200 - total flux cleaned = 0.000258103 Jy ! Total flux subtracted in 200 components = 0.000258103 Jy ! Clean residual min=-0.002583 max=0.003488 Jy/beam ! Clean residual mean=-0.000001 rms=0.000935 Jy/beam ! Combined flux in latest and established models = 0.307431 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.307431 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.094 mas, bmaj=2.299 mas, bpa=8.251 degrees ! Estimated noise=1.00007 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -8.8825e-05 Jy ! Component: 100 - total flux cleaned = -8.85749e-05 Jy ! Component: 150 - total flux cleaned = -0.000111652 Jy ! Component: 200 - total flux cleaned = -0.000111603 Jy ! Total flux subtracted in 200 components = -0.000111603 Jy ! Clean residual min=-0.003380 max=0.003416 Jy/beam ! Clean residual mean=0.000000 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.307319 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.307319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054455Jy sigma=0.908841 ! Fit after self-cal, rms=0.054448Jy sigma=0.908752 wmodel J0542-0913_X_2005_05_12_yyk\_map.mod ! Writing 49 model components to file: J0542-0913_X_2005_05_12_yyk_map.mod wobs J0542-0913_X_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0542-0913_X_2005_05_12_yyk_uvs.fits wwins J0542-0913_X_2005_05_12_yyk\_map.win ! wwins: Wrote 1 windows to J0542-0913_X_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 = -5.06093e-05 Jy ! Component: 100 - total flux cleaned = -0.000376925 Jy ! Component: 150 - total flux cleaned = -0.000737793 Jy ! Component: 200 - total flux cleaned = -0.00107646 Jy ! Component: 250 - total flux cleaned = -0.00144235 Jy ! Component: 300 - total flux cleaned = -0.00166241 Jy ! Component: 350 - total flux cleaned = -0.00195981 Jy ! Component: 400 - total flux cleaned = -0.00220713 Jy ! Component: 450 - total flux cleaned = -0.00252647 Jy ! Component: 500 - total flux cleaned = -0.0027985 Jy ! Component: 550 - total flux cleaned = -0.00310171 Jy ! Component: 600 - total flux cleaned = -0.00335969 Jy ! Component: 650 - total flux cleaned = -0.00364855 Jy ! Component: 700 - total flux cleaned = -0.00386081 Jy ! Component: 750 - total flux cleaned = -0.00410339 Jy ! Component: 800 - total flux cleaned = -0.00423947 Jy ! Component: 850 - total flux cleaned = -0.00437376 Jy ! Component: 900 - total flux cleaned = -0.00440657 Jy ! Component: 950 - total flux cleaned = -0.00437496 Jy ! Component: 1000 - total flux cleaned = -0.00434355 Jy ! Component: 1050 - total flux cleaned = -0.00437518 Jy ! Component: 1100 - total flux cleaned = -0.00440557 Jy ! Component: 1150 - total flux cleaned = -0.00434469 Jy ! Component: 1200 - total flux cleaned = -0.00434489 Jy ! Component: 1250 - total flux cleaned = -0.00425637 Jy ! Component: 1300 - total flux cleaned = -0.00422714 Jy ! Component: 1350 - total flux cleaned = -0.00419851 Jy ! Component: 1400 - total flux cleaned = -0.00414179 Jy ! Component: 1450 - total flux cleaned = -0.00414185 Jy ! Component: 1500 - total flux cleaned = -0.00405866 Jy ! Component: 1550 - total flux cleaned = -0.00403131 Jy ! Component: 1600 - total flux cleaned = -0.00405855 Jy ! Component: 1650 - total flux cleaned = -0.00405851 Jy ! Component: 1700 - total flux cleaned = -0.00400478 Jy ! Component: 1750 - total flux cleaned = -0.00389981 Jy ! Component: 1800 - total flux cleaned = -0.00387383 Jy ! Component: 1850 - total flux cleaned = -0.00379691 Jy ! Component: 1900 - total flux cleaned = -0.00384755 Jy ! Component: 1950 - total flux cleaned = -0.00374669 Jy ! Component: 2000 - total flux cleaned = -0.00374666 Jy ! Total flux subtracted in 2048 components = -0.00377088 Jy ! Clean residual min=-0.001562 max=0.001513 Jy/beam ! Clean residual mean=0.000005 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.303548 Jy keep ! Adding 136 model components to the UV plane model. ! The established model now contains 185 components and 0.303548 Jy ![Exited script file: muppet] wmap "J0542-0913_X_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.094 x 2.299 at 8.251 degrees (North through East) ! Clean map min=-0.0019033 max=0.26544 Jy/beam ! Writing clean map to FITS file: J0542-0913_X_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.265443 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000449446 device "J0542-0913_X_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0542-0913_X_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.507958 0.507958 1.01592 2.03183 4.06367 8.12733 16.2547 32.5093 65.0187 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.265 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.094 x 2.299 at 8.251 degrees (North through East) ! Clean map min=-0.0019033 max=0.26544 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0542-0913_X_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0542-0913_X_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0542-0913_X_2005_05_12_yyk_uvs.log closed on Sat Oct 8 16:59:29 2005