! Started logfile: J2140-1923_S_2005_07_20_yyk_uvs.log on Fri Jan 20 11:03:12 2006 obs J2140-1923_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J2140-1923_S_2005_07_20_yyk_uve.fits ! AN table 1: 12 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.764815 visibilities/baseline/integration-bin. ! Found source: J2140-1923 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1527 lines of history. ! ! Reading 1652 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 J2140-1923_S_2005_07_20_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.140091 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.464 mas, bmaj=6.486 mas, bpa=-4.453 degrees ! Estimated noise=1.66455 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.0992542 Jy ! Component: 100 - total flux cleaned = 0.120984 Jy ! Total flux subtracted in 100 components = 0.120984 Jy ! Clean residual min=-0.006547 max=0.008543 Jy/beam ! Clean residual mean=0.000017 rms=0.001972 Jy/beam ! Combined flux in latest and established models = 0.120984 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.120984 Jy ! ! Correcting IF 1. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.076864Jy sigma=1.066406 ! Fit after self-cal, rms=0.075244Jy sigma=1.054049 ! Inverting map and beam ! Estimated beam: bmin=2.464 mas, bmaj=6.486 mas, bpa=-4.453 degrees ! Estimated noise=1.66455 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.146 mas, bmaj=8.422 mas, bpa=-7.529 degrees ! Estimated noise=1.13172 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.00827319 Jy ! Component: 100 - total flux cleaned = 0.00967777 Jy ! Component: 150 - total flux cleaned = 0.00961339 Jy ! Component: 200 - total flux cleaned = 0.00955796 Jy ! Total flux subtracted in 200 components = 0.00955796 Jy ! Clean residual min=-0.004165 max=0.004726 Jy/beam ! Clean residual mean=0.000019 rms=0.001293 Jy/beam ! Combined flux in latest and established models = 0.130542 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 29 components and 0.130542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074765Jy sigma=1.041835 ! Fit after self-cal, rms=0.074760Jy sigma=1.041820 ! 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.146 x 8.422 at -7.529 degrees (North through East) ! Clean map min=-0.0042163 max=0.11837 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.02283 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.02 HN 0.93 KP 0.99 ! LA 1.11 MK 0.89 NL 0.94 OV 1.05 ! PT 1.08 SC 0.86 ! ! ! Correcting IF 2. ! 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 3. ! Amplitude normalization factor in sub-array 1: 0.978536 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 1.06 KP 0.93 ! LA 0.96 MK 1.10 NL 1.08 OV 1.03 ! PT 1.10 SC 0.97 ! ! ! 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.074760Jy sigma=1.041820 ! Fit after self-cal, rms=0.073726Jy sigma=1.033461 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.073726Jy sigma=1.033461 ! Fit after self-cal, rms=0.073724Jy sigma=1.033432 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.097 mas, bmaj=8.166 mas, bpa=-6.66 degrees ! Estimated noise=1.13754 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.00244085 Jy ! Component: 100 - total flux cleaned = 0.0031503 Jy ! Component: 150 - total flux cleaned = 0.00315068 Jy ! Component: 200 - total flux cleaned = 0.00315053 Jy ! Total flux subtracted in 200 components = 0.00315053 Jy ! Clean residual min=-0.004097 max=0.004867 Jy/beam ! Clean residual mean=0.000073 rms=0.001311 Jy/beam ! Combined flux in latest and established models = 0.133692 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 34 components and 0.133692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073639Jy sigma=1.032327 ! Fit after self-cal, rms=0.073653Jy sigma=1.032305 ! 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.073653Jy sigma=1.032305 ! Fit after self-cal, rms=0.068023Jy sigma=0.973084 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.0016154 Jy ! Component: 100 - total flux cleaned = 0.00161732 Jy ! Component: 150 - total flux cleaned = 0.00164878 Jy ! Component: 200 - total flux cleaned = 0.00162443 Jy ! Total flux subtracted in 200 components = 0.00162443 Jy ! Clean residual min=-0.004068 max=0.004953 Jy/beam ! Clean residual mean=0.000067 rms=0.001293 Jy/beam ! Combined flux in latest and established models = 0.135317 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 41 components and 0.135317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067988Jy sigma=0.972294 ! Fit after self-cal, rms=0.067039Jy sigma=0.965969 ! 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.097 x 8.166 at -6.66 degrees (North through East) ! Clean map min=-0.0038681 max=0.12023 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.067039Jy sigma=0.965969 ! Fit after self-cal, rms=0.064139Jy sigma=0.951212 ! 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.064139Jy sigma=0.951212 ! Fit after self-cal, rms=0.063935Jy sigma=0.949846 ! Inverting map and beam ! Estimated beam: bmin=3.136 mas, bmaj=8.165 mas, bpa=-6.15 degrees ! Estimated noise=1.10683 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00310422 Jy ! Component: 100 - total flux cleaned = -0.00435917 Jy ! Component: 150 - total flux cleaned = -0.00486752 Jy ! Component: 200 - total flux cleaned = -0.00495672 Jy ! Total flux subtracted in 200 components = -0.00495672 Jy ! Clean residual min=-0.003910 max=0.004180 Jy/beam ! Clean residual mean=0.000060 rms=0.001202 Jy/beam ! Combined flux in latest and established models = 0.13036 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 62 components and 0.13036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063798Jy sigma=0.947902 ! Fit after self-cal, rms=0.063745Jy sigma=0.947527 ! 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.063745Jy sigma=0.947527 ! Fit after self-cal, rms=0.063473Jy sigma=0.940889 ! 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.063473Jy sigma=0.940889 ! Fit after self-cal, rms=0.063470Jy sigma=0.940745 ! Inverting map and beam ! Estimated beam: bmin=3.16 mas, bmaj=8.233 mas, bpa=-6.164 degrees ! Estimated noise=1.0989 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0011648 Jy ! Component: 100 - total flux cleaned = -0.00163149 Jy ! Component: 150 - total flux cleaned = -0.00166614 Jy ! Component: 200 - total flux cleaned = -0.00169753 Jy ! Total flux subtracted in 200 components = -0.00169753 Jy ! Clean residual min=-0.003876 max=0.004224 Jy/beam ! Clean residual mean=0.000065 rms=0.001192 Jy/beam ! Combined flux in latest and established models = 0.128662 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 63 components and 0.128662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063443Jy sigma=0.940453 ! Fit after self-cal, rms=0.063446Jy sigma=0.940380 ! 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.172 mas, bmaj=17.55 mas, bpa=2.618 degrees ! Estimated noise=1.40072 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.000420076 Jy ! Component: 100 - total flux cleaned = -0.000425082 Jy ! Component: 150 - total flux cleaned = -0.000458523 Jy ! Component: 200 - total flux cleaned = -0.000497326 Jy ! Total flux subtracted in 200 components = -0.000497326 Jy ! Clean residual min=-0.004894 max=0.004862 Jy/beam ! Clean residual mean=0.000129 rms=0.001562 Jy/beam ! Combined flux in latest and established models = 0.128165 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 4 model components to the UV plane model. ! The established model now contains 64 components and 0.128165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063482Jy sigma=0.940623 ! Fit after self-cal, rms=0.063485Jy sigma=0.940393 ! 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.468 mas, bmaj=6.448 mas, bpa=-3.84 degrees ! Estimated noise=1.60077 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0990532 Jy ! Component: 100 - total flux cleaned = 0.119704 Jy ! Component: 150 - total flux cleaned = 0.126603 Jy ! Component: 200 - total flux cleaned = 0.127871 Jy ! Total flux subtracted in 200 components = 0.127871 Jy ! Clean residual min=-0.005250 max=0.005338 Jy/beam ! Clean residual mean=0.000020 rms=0.001428 Jy/beam ! Combined flux in latest and established models = 0.127871 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.127871 Jy ! Inverting map and beam ! Estimated beam: bmin=3.16 mas, bmaj=8.233 mas, bpa=-6.164 degrees ! Estimated noise=1.0989 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.00196219 Jy ! Component: 100 - total flux cleaned = 0.00191503 Jy ! Component: 150 - total flux cleaned = 0.00183668 Jy ! Component: 200 - total flux cleaned = 0.00176933 Jy ! Total flux subtracted in 200 components = 0.00176933 Jy ! Clean residual min=-0.004068 max=0.004221 Jy/beam ! Clean residual mean=0.000063 rms=0.001207 Jy/beam ! Combined flux in latest and established models = 0.129641 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.129641 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.172 mas, bmaj=17.55 mas, bpa=2.618 degrees ! Estimated noise=1.40072 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.000804514 Jy ! Component: 100 - total flux cleaned = -0.000877805 Jy ! Component: 150 - total flux cleaned = -0.000943756 Jy ! Component: 200 - total flux cleaned = -0.00100271 Jy ! Total flux subtracted in 200 components = -0.00100271 Jy ! Clean residual min=-0.004955 max=0.004840 Jy/beam ! Clean residual mean=0.000127 rms=0.001577 Jy/beam ! Combined flux in latest and established models = 0.128638 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 40 components and 0.128638 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.16 mas, bmaj=8.233 mas, bpa=-6.164 degrees ! Estimated noise=1.0989 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000373705 Jy ! Component: 100 - total flux cleaned = 0.000406158 Jy ! Component: 150 - total flux cleaned = 0.000383061 Jy ! Component: 200 - total flux cleaned = 0.000359014 Jy ! Total flux subtracted in 200 components = 0.000359014 Jy ! Clean residual min=-0.003914 max=0.004226 Jy/beam ! Clean residual mean=0.000065 rms=0.001195 Jy/beam ! Combined flux in latest and established models = 0.128997 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 45 components and 0.128997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063447Jy sigma=0.940598 ! Fit after self-cal, rms=0.063454Jy sigma=0.940530 wmodel J2140-1923_S_2005_07_20_yyk\_map.mod ! Writing 45 model components to file: J2140-1923_S_2005_07_20_yyk_map.mod wobs J2140-1923_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J2140-1923_S_2005_07_20_yyk_uvs.fits wwins J2140-1923_S_2005_07_20_yyk\_map.win ! wwins: Wrote 1 windows to J2140-1923_S_2005_07_20_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000632872 Jy ! Component: 100 - total flux cleaned = 0.00111991 Jy ! Component: 150 - total flux cleaned = 0.00124992 Jy ! Component: 200 - total flux cleaned = 0.00137268 Jy ! Component: 250 - total flux cleaned = 0.00137324 Jy ! Component: 300 - total flux cleaned = 0.00126189 Jy ! Component: 350 - total flux cleaned = 0.00120891 Jy ! Component: 400 - total flux cleaned = 0.00110551 Jy ! Component: 450 - total flux cleaned = 0.00105589 Jy ! Component: 500 - total flux cleaned = 0.0011043 Jy ! Component: 550 - total flux cleaned = 0.000871255 Jy ! Component: 600 - total flux cleaned = 0.00059879 Jy ! Component: 650 - total flux cleaned = 0.00042142 Jy ! Component: 700 - total flux cleaned = 0.000162723 Jy ! Component: 750 - total flux cleaned = 3.67522e-05 Jy ! Component: 800 - total flux cleaned = -0.000127991 Jy ! Component: 850 - total flux cleaned = -0.000289125 Jy ! Component: 900 - total flux cleaned = -0.000526669 Jy ! Component: 950 - total flux cleaned = -0.000798672 Jy ! Component: 1000 - total flux cleaned = -0.00106625 Jy ! Component: 1050 - total flux cleaned = -0.00132864 Jy ! Component: 1100 - total flux cleaned = -0.00165919 Jy ! Component: 1150 - total flux cleaned = -0.00183974 Jy ! Component: 1200 - total flux cleaned = -0.00208863 Jy ! Component: 1250 - total flux cleaned = -0.00236898 Jy ! Component: 1300 - total flux cleaned = -0.00260972 Jy ! Component: 1350 - total flux cleaned = -0.0027116 Jy ! Component: 1400 - total flux cleaned = -0.00304562 Jy ! Component: 1450 - total flux cleaned = -0.00314383 Jy ! Component: 1500 - total flux cleaned = -0.00333876 Jy ! Component: 1550 - total flux cleaned = -0.00353024 Jy ! Component: 1600 - total flux cleaned = -0.00362491 Jy ! Component: 1650 - total flux cleaned = -0.00378137 Jy ! Component: 1700 - total flux cleaned = -0.00408756 Jy ! Component: 1750 - total flux cleaned = -0.00426936 Jy ! Component: 1800 - total flux cleaned = -0.00432915 Jy ! Component: 1850 - total flux cleaned = -0.00465374 Jy ! Component: 1900 - total flux cleaned = -0.00485675 Jy ! Component: 1950 - total flux cleaned = -0.00482787 Jy ! Component: 2000 - total flux cleaned = -0.00494172 Jy ! Total flux subtracted in 2048 components = -0.00519464 Jy ! Clean residual min=-0.001776 max=0.001591 Jy/beam ! Clean residual mean=0.000008 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.123802 Jy keep ! Adding 141 model components to the UV plane model. ! The established model now contains 186 components and 0.123802 Jy ![Exited script file: muppet] wmap "J2140-1923_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.16 x 8.233 at -6.164 degrees (North through East) ! Clean map min=-0.0030467 max=0.11798 Jy/beam ! Writing clean map to FITS file: J2140-1923_S_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.117979 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000556228 device "J2140-1923_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J2140-1923_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.41439 1.41439 2.82879 5.65758 11.3152 22.6303 45.2606 90.5213 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.117 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.16 x 8.233 at -6.164 degrees (North through East) ! Clean map min=-0.0030467 max=0.11798 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2140-1923_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J2140-1923_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2140-1923_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 11:03:16 2006