! Started logfile: J2138-1849_S_2005_07_08_yyk_uvs.log on Fri Jan 20 11:02:55 2006 obs J2138-1849_S_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J2138-1849_S_2005_07_08_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.921212 visibilities/baseline/integration-bin. ! Found source: J2138-1849 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1411 lines of history. ! ! Reading 1824 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 J2138-1849_S_2005_07_08_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.272802 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.498 mas, bmaj=6.519 mas, bpa=0.5173 degrees ! Estimated noise=1.33644 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.189984 Jy ! Component: 100 - total flux cleaned = 0.248248 Jy ! Total flux subtracted in 100 components = 0.248248 Jy ! Clean residual min=-0.010251 max=0.019420 Jy/beam ! Clean residual mean=0.000055 rms=0.003472 Jy/beam ! Combined flux in latest and established models = 0.248248 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.248248 Jy ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.103025Jy sigma=1.539673 ! Fit after self-cal, rms=0.102922Jy sigma=1.536979 ! Inverting map and beam ! Estimated beam: bmin=2.498 mas, bmaj=6.519 mas, bpa=0.5173 degrees ! Estimated noise=1.33644 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.219 mas, bmaj=8.116 mas, bpa=-3.149 degrees ! Estimated noise=0.949016 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.0351674 Jy ! Component: 100 - total flux cleaned = 0.0509774 Jy ! Component: 150 - total flux cleaned = 0.0579919 Jy ! Component: 200 - total flux cleaned = 0.0593663 Jy ! Total flux subtracted in 200 components = 0.0593663 Jy ! Clean residual min=-0.011201 max=0.013498 Jy/beam ! Clean residual mean=-0.000023 rms=0.003746 Jy/beam ! Combined flux in latest and established models = 0.307614 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 42 components and 0.307614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091577Jy sigma=1.359982 ! Fit after self-cal, rms=0.091559Jy sigma=1.359724 ! 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.219 x 8.116 at -3.149 degrees (North through East) ! Clean map min=-0.011033 max=0.21753 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.03852 ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 0.96 HN 1.15 KP 0.94 ! LA 1.02 MK 0.91 NL 0.93 OV 0.99 ! PT 1.05 SC 0.83 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00493 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.95 HN 1.15 KP 0.97 ! LA 1.00 MK 1.03 NL 0.99 OV 0.97 ! PT 1.00 SC 0.93 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.918661 ! Telescope amplitude corrections in sub-array 1: ! BR 1.63 FD 0.92 HN 1.21 KP 0.97 ! LA 0.92 MK 1.13 NL 1.07 OV 1.00 ! PT 1.09 SC 0.95 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.04793 ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.95 HN 1.01 KP 0.86 ! LA 0.75 MK 1.09 NL 0.99 OV 0.85 ! PT 0.98 SC 0.99 ! ! ! Fit before self-cal, rms=0.091559Jy sigma=1.359724 ! Fit after self-cal, rms=0.096959Jy sigma=1.190199 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.096959Jy sigma=1.190199 ! Fit after self-cal, rms=0.096961Jy sigma=1.190075 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.253 mas, bmaj=8.177 mas, bpa=-1.121 degrees ! Estimated noise=0.937479 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.00410848 Jy ! Component: 100 - total flux cleaned = -0.00443516 Jy ! Component: 150 - total flux cleaned = -0.00462511 Jy ! Component: 200 - total flux cleaned = -0.00479821 Jy ! Total flux subtracted in 200 components = -0.00479821 Jy ! Clean residual min=-0.004799 max=0.005634 Jy/beam ! Clean residual mean=0.000002 rms=0.001461 Jy/beam ! Combined flux in latest and established models = 0.302816 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 48 components and 0.302816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096789Jy sigma=1.184645 ! Fit after self-cal, rms=0.096786Jy sigma=1.184597 ! 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.096786Jy sigma=1.184597 ! Fit after self-cal, rms=0.095064Jy sigma=1.154786 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.000306824 Jy ! Component: 100 - total flux cleaned = 0.000162763 Jy ! Component: 150 - total flux cleaned = 2.71916e-05 Jy ! Component: 200 - total flux cleaned = -9.90902e-05 Jy ! Total flux subtracted in 200 components = -9.90902e-05 Jy ! Clean residual min=-0.004782 max=0.005621 Jy/beam ! Clean residual mean=0.000003 rms=0.001459 Jy/beam ! Combined flux in latest and established models = 0.302717 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 53 components and 0.302717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094829Jy sigma=1.152991 ! Fit after self-cal, rms=0.094704Jy sigma=1.150873 ! 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.253 x 8.177 at -1.121 degrees (North through East) ! Clean map min=-0.0045615 max=0.22014 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.094704Jy sigma=1.150873 ! Fit after self-cal, rms=0.063823Jy sigma=0.952783 ! 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.063823Jy sigma=0.952783 ! Fit after self-cal, rms=0.063799Jy sigma=0.952273 ! Inverting map and beam ! Estimated beam: bmin=3.237 mas, bmaj=8.188 mas, bpa=-1.358 degrees ! Estimated noise=0.926925 mJy/beam. ! Added new window around map position (6.5, 7). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00414434 Jy ! Component: 100 - total flux cleaned = 0.00463438 Jy ! Component: 150 - total flux cleaned = 0.00463524 Jy ! Component: 200 - total flux cleaned = 0.00480552 Jy ! Total flux subtracted in 200 components = 0.00480552 Jy ! Clean residual min=-0.003693 max=0.003329 Jy/beam ! Clean residual mean=-0.000057 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.307523 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 69 components and 0.307523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063359Jy sigma=0.943494 ! Fit after self-cal, rms=0.063280Jy sigma=0.942657 ! 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.063280Jy sigma=0.942657 ! Fit after self-cal, rms=0.061820Jy sigma=0.916313 ! 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.061820Jy sigma=0.916313 ! Fit after self-cal, rms=0.061827Jy sigma=0.916276 ! Inverting map and beam ! Estimated beam: bmin=3.207 mas, bmaj=8.143 mas, bpa=-1.61 degrees ! Estimated noise=0.923734 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00240042 Jy ! Component: 100 - total flux cleaned = 0.00287318 Jy ! Component: 150 - total flux cleaned = 0.00307245 Jy ! Component: 200 - total flux cleaned = 0.00313214 Jy ! Total flux subtracted in 200 components = 0.00313214 Jy ! Clean residual min=-0.003410 max=0.003326 Jy/beam ! Clean residual mean=-0.000057 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.310655 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 81 components and 0.310655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061626Jy sigma=0.912772 ! Fit after self-cal, rms=0.061592Jy sigma=0.912468 ! 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.226 mas, bmaj=17.45 mas, bpa=7.748 degrees ! Estimated noise=1.16917 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.000619509 Jy ! Component: 100 - total flux cleaned = 0.000770835 Jy ! Component: 150 - total flux cleaned = 0.00080369 Jy ! Component: 200 - total flux cleaned = 0.000831907 Jy ! Total flux subtracted in 200 components = 0.000831907 Jy ! Clean residual min=-0.003744 max=0.003265 Jy/beam ! Clean residual mean=-0.000114 rms=0.001091 Jy/beam ! Combined flux in latest and established models = 0.311487 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 92 components and 0.311487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061573Jy sigma=0.912159 ! Fit after self-cal, rms=0.061554Jy sigma=0.911843 ! 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.507 mas, bmaj=6.49 mas, bpa=1.33 degrees ! Estimated noise=1.26823 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.181575 Jy ! Component: 100 - total flux cleaned = 0.237367 Jy ! Component: 150 - total flux cleaned = 0.2647 Jy ! Component: 200 - total flux cleaned = 0.279252 Jy ! Total flux subtracted in 200 components = 0.279252 Jy ! Clean residual min=-0.005290 max=0.005811 Jy/beam ! Clean residual mean=0.000015 rms=0.001451 Jy/beam ! Combined flux in latest and established models = 0.279252 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.279252 Jy ! Inverting map and beam ! Estimated beam: bmin=3.207 mas, bmaj=8.143 mas, bpa=-1.61 degrees ! Estimated noise=0.923734 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.0134955 Jy ! Component: 100 - total flux cleaned = 0.0203081 Jy ! Component: 150 - total flux cleaned = 0.024612 Jy ! Component: 200 - total flux cleaned = 0.0275136 Jy ! Total flux subtracted in 200 components = 0.0275136 Jy ! Clean residual min=-0.003281 max=0.003075 Jy/beam ! Clean residual mean=-0.000043 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.306765 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 93 components and 0.306765 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.226 mas, bmaj=17.45 mas, bpa=7.748 degrees ! Estimated noise=1.16917 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.00287461 Jy ! Component: 100 - total flux cleaned = 0.00406876 Jy ! Component: 150 - total flux cleaned = 0.00424968 Jy ! Component: 200 - total flux cleaned = 0.0042997 Jy ! Total flux subtracted in 200 components = 0.0042997 Jy ! Clean residual min=-0.003718 max=0.003032 Jy/beam ! Clean residual mean=-0.000113 rms=0.001060 Jy/beam ! Combined flux in latest and established models = 0.311065 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 111 components and 0.311065 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.207 mas, bmaj=8.143 mas, bpa=-1.61 degrees ! Estimated noise=0.923734 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000446671 Jy ! Component: 100 - total flux cleaned = 0.000689609 Jy ! Component: 150 - total flux cleaned = 0.000813088 Jy ! Component: 200 - total flux cleaned = 0.000992362 Jy ! Total flux subtracted in 200 components = 0.000992362 Jy ! Clean residual min=-0.003522 max=0.003105 Jy/beam ! Clean residual mean=-0.000064 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.312058 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 126 components and 0.312057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061348Jy sigma=0.907422 ! Fit after self-cal, rms=0.061324Jy sigma=0.907194 wmodel J2138-1849_S_2005_07_08_yyk\_map.mod ! Writing 126 model components to file: J2138-1849_S_2005_07_08_yyk_map.mod wobs J2138-1849_S_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J2138-1849_S_2005_07_08_yyk_uvs.fits wwins J2138-1849_S_2005_07_08_yyk\_map.win ! wwins: Wrote 2 windows to J2138-1849_S_2005_07_08_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000678797 Jy ! Component: 100 - total flux cleaned = -0.0011553 Jy ! Component: 150 - total flux cleaned = -0.00130396 Jy ! Component: 200 - total flux cleaned = -0.00148791 Jy ! Component: 250 - total flux cleaned = -0.00179602 Jy ! Component: 300 - total flux cleaned = -0.00217796 Jy ! Component: 350 - total flux cleaned = -0.00258764 Jy ! Component: 400 - total flux cleaned = -0.00294496 Jy ! Component: 450 - total flux cleaned = -0.00332908 Jy ! Component: 500 - total flux cleaned = -0.00373906 Jy ! Component: 550 - total flux cleaned = -0.00410097 Jy ! Component: 600 - total flux cleaned = -0.00434714 Jy ! Component: 650 - total flux cleaned = -0.00448381 Jy ! Component: 700 - total flux cleaned = -0.0045173 Jy ! Component: 750 - total flux cleaned = -0.00471479 Jy ! Component: 800 - total flux cleaned = -0.004875 Jy ! Component: 850 - total flux cleaned = -0.0050315 Jy ! Component: 900 - total flux cleaned = -0.00512344 Jy ! Component: 950 - total flux cleaned = -0.00518369 Jy ! Component: 1000 - total flux cleaned = -0.00521355 Jy ! Component: 1050 - total flux cleaned = -0.00527123 Jy ! Component: 1100 - total flux cleaned = -0.00529984 Jy ! Component: 1150 - total flux cleaned = -0.00538411 Jy ! Component: 1200 - total flux cleaned = -0.00532886 Jy ! Component: 1250 - total flux cleaned = -0.0054384 Jy ! Component: 1300 - total flux cleaned = -0.00538468 Jy ! Component: 1350 - total flux cleaned = -0.00546379 Jy ! Component: 1400 - total flux cleaned = -0.00543752 Jy ! Component: 1450 - total flux cleaned = -0.00548854 Jy ! Component: 1500 - total flux cleaned = -0.00553916 Jy ! Component: 1550 - total flux cleaned = -0.00553896 Jy ! Component: 1600 - total flux cleaned = -0.00561299 Jy ! Component: 1650 - total flux cleaned = -0.00571021 Jy ! Component: 1700 - total flux cleaned = -0.00571035 Jy ! Component: 1750 - total flux cleaned = -0.00580563 Jy ! Component: 1800 - total flux cleaned = -0.00582961 Jy ! Component: 1850 - total flux cleaned = -0.00589932 Jy ! Component: 1900 - total flux cleaned = -0.00592239 Jy ! Component: 1950 - total flux cleaned = -0.00596761 Jy ! Component: 2000 - total flux cleaned = -0.0059899 Jy ! Total flux subtracted in 2048 components = -0.00605603 Jy ! Clean residual min=-0.001324 max=0.001454 Jy/beam ! Clean residual mean=-0.000033 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.306001 Jy keep ! Adding 127 model components to the UV plane model. ! The established model now contains 253 components and 0.306001 Jy ![Exited script file: muppet] wmap "J2138-1849_S_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.207 x 8.143 at -1.61 degrees (North through East) ! Clean map min=-0.0024076 max=0.22241 Jy/beam ! Writing clean map to FITS file: J2138-1849_S_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.222412 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000442023 device "J2138-1849_S_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J2138-1849_S_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.596223 0.596223 1.19245 2.38489 4.76978 9.53957 19.0791 38.1583 76.3165 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.222 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.207 x 8.143 at -1.61 degrees (North through East) ! Clean map min=-0.0024076 max=0.22241 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2138-1849_S_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J2138-1849_S_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2138-1849_S_2005_07_08_yyk_uvs.log closed on Fri Jan 20 11:02:59 2006