! Started logfile: J0342-1354_S_2005_07_09_yyk_uvs.log on Fri Jan 20 09:51:43 2006 obs J0342-1354_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J0342-1354_S_2005_07_09_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.874747 visibilities/baseline/integration-bin. ! Found source: J0342-1354 ! ! 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 1602 lines of history. ! ! Reading 1732 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 J0342-1354_S_2005_07_09_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.142278 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.551 mas, bmaj=6.442 mas, bpa=-1.241 degrees ! Estimated noise=1.41911 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.0942996 Jy ! Component: 100 - total flux cleaned = 0.113565 Jy ! Total flux subtracted in 100 components = 0.113565 Jy ! Clean residual min=-0.009525 max=0.009187 Jy/beam ! Clean residual mean=-0.000038 rms=0.002572 Jy/beam ! Combined flux in latest and established models = 0.113565 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.113565 Jy ! ! Correcting IF 1. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 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.085634Jy sigma=1.326437 ! Fit after self-cal, rms=0.082894Jy sigma=1.252979 ! Inverting map and beam ! Estimated beam: bmin=2.551 mas, bmaj=6.442 mas, bpa=-1.241 degrees ! Estimated noise=1.41911 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.18 mas, bmaj=7.858 mas, bpa=-2.469 degrees ! Estimated noise=0.970085 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.0118033 Jy ! Component: 100 - total flux cleaned = 0.0148944 Jy ! Component: 150 - total flux cleaned = 0.0158494 Jy ! Component: 200 - total flux cleaned = 0.015933 Jy ! Total flux subtracted in 200 components = 0.015933 Jy ! Clean residual min=-0.007039 max=0.006227 Jy/beam ! Clean residual mean=-0.000001 rms=0.001944 Jy/beam ! Combined flux in latest and established models = 0.129498 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 31 components and 0.129498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081951Jy sigma=1.229095 ! Fit after self-cal, rms=0.081959Jy sigma=1.228997 ! 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.18 x 7.858 at -2.469 degrees (North through East) ! Clean map min=-0.0069803 max=0.11361 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 ! 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 2. ! Amplitude normalization factor in sub-array 1: 1.00386 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 HN 1.04 KP 0.98 ! LA 1.07 MK 0.90 NL 0.92 OV 1.04 ! PT 1.07 SC 0.95 ! ! ! 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.081959Jy sigma=1.228997 ! Fit after self-cal, rms=0.081264Jy sigma=1.226370 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.081264Jy sigma=1.226370 ! Fit after self-cal, rms=0.081263Jy sigma=1.226365 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.138 mas, bmaj=7.778 mas, bpa=-2.681 degrees ! Estimated noise=0.970543 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.00169371 Jy ! Component: 100 - total flux cleaned = 0.00184105 Jy ! Component: 150 - total flux cleaned = 0.00190824 Jy ! Component: 200 - total flux cleaned = 0.00197333 Jy ! Total flux subtracted in 200 components = 0.00197333 Jy ! Clean residual min=-0.007114 max=0.006007 Jy/beam ! Clean residual mean=0.000017 rms=0.001921 Jy/beam ! Combined flux in latest and established models = 0.131471 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.131471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081233Jy sigma=1.225611 ! Fit after self-cal, rms=0.081238Jy sigma=1.225580 ! 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.081238Jy sigma=1.225580 ! Fit after self-cal, rms=0.076186Jy sigma=1.134602 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.00242806 Jy ! Component: 100 - total flux cleaned = 0.00270802 Jy ! Component: 150 - total flux cleaned = 0.00277574 Jy ! Component: 200 - total flux cleaned = 0.00283858 Jy ! Total flux subtracted in 200 components = 0.00283858 Jy ! Clean residual min=-0.006536 max=0.005963 Jy/beam ! Clean residual mean=0.000018 rms=0.001833 Jy/beam ! Combined flux in latest and established models = 0.13431 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 36 components and 0.13431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076114Jy sigma=1.133209 ! Fit after self-cal, rms=0.075657Jy sigma=1.121696 ! 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.138 x 7.778 at -2.681 degrees (North through East) ! Clean map min=-0.0063337 max=0.11562 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.075657Jy sigma=1.121696 ! Fit after self-cal, rms=0.074861Jy sigma=1.115903 ! 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.074861Jy sigma=1.115903 ! Fit after self-cal, rms=0.074928Jy sigma=1.113750 ! Inverting map and beam ! Estimated beam: bmin=3.077 mas, bmaj=7.67 mas, bpa=-2.892 degrees ! Estimated noise=0.965652 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00161607 Jy ! Component: 100 - total flux cleaned = 0.00205437 Jy ! Component: 150 - total flux cleaned = 0.00213573 Jy ! Component: 200 - total flux cleaned = 0.00221169 Jy ! Total flux subtracted in 200 components = 0.00221169 Jy ! Clean residual min=-0.006296 max=0.005767 Jy/beam ! Clean residual mean=0.000050 rms=0.001759 Jy/beam ! Combined flux in latest and established models = 0.136522 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 48 components and 0.136522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074897Jy sigma=1.113094 ! Fit after self-cal, rms=0.074969Jy sigma=1.112583 ! 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.074969Jy sigma=1.112583 ! Fit after self-cal, rms=0.074299Jy sigma=1.103936 ! 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.074299Jy sigma=1.103936 ! Fit after self-cal, rms=0.074337Jy sigma=1.103706 ! Inverting map and beam ! Estimated beam: bmin=3.117 mas, bmaj=7.762 mas, bpa=-2.749 degrees ! Estimated noise=0.968028 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -5.67775e-05 Jy ! Component: 100 - total flux cleaned = -2.6687e-05 Jy ! Component: 150 - total flux cleaned = -2.55523e-05 Jy ! Component: 200 - total flux cleaned = -1.29791e-06 Jy ! Total flux subtracted in 200 components = -1.29791e-06 Jy ! Clean residual min=-0.006258 max=0.005695 Jy/beam ! Clean residual mean=0.000061 rms=0.001719 Jy/beam ! Combined flux in latest and established models = 0.13652 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 51 components and 0.13652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074307Jy sigma=1.103340 ! Fit after self-cal, rms=0.074333Jy sigma=1.103263 ! 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.237 mas, bmaj=15.59 mas, bpa=3.535 degrees ! Estimated noise=1.23967 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.00193355 Jy ! Component: 100 - total flux cleaned = 0.0021117 Jy ! Component: 150 - total flux cleaned = 0.00226941 Jy ! Component: 200 - total flux cleaned = 0.00245239 Jy ! Total flux subtracted in 200 components = 0.00245239 Jy ! Clean residual min=-0.006532 max=0.005926 Jy/beam ! Clean residual mean=0.000092 rms=0.002423 Jy/beam ! Combined flux in latest and established models = 0.138973 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 51 components and 0.138973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074347Jy sigma=1.103947 ! Fit after self-cal, rms=0.074363Jy sigma=1.103833 ! 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.527 mas, bmaj=6.435 mas, bpa=-1.38 degrees ! Estimated noise=1.39392 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0998865 Jy ! Component: 100 - total flux cleaned = 0.117354 Jy ! Component: 150 - total flux cleaned = 0.124558 Jy ! Component: 200 - total flux cleaned = 0.128123 Jy ! Total flux subtracted in 200 components = 0.128123 Jy ! Clean residual min=-0.005839 max=0.005511 Jy/beam ! Clean residual mean=0.000009 rms=0.001542 Jy/beam ! Combined flux in latest and established models = 0.128123 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 37 model components to the UV plane model. ! The established model now contains 37 components and 0.128123 Jy ! Inverting map and beam ! Estimated beam: bmin=3.117 mas, bmaj=7.762 mas, bpa=-2.749 degrees ! Estimated noise=0.968028 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.00460572 Jy ! Component: 100 - total flux cleaned = 0.00664774 Jy ! Component: 150 - total flux cleaned = 0.00698336 Jy ! Component: 200 - total flux cleaned = 0.00732634 Jy ! Total flux subtracted in 200 components = 0.00732634 Jy ! Clean residual min=-0.006274 max=0.005725 Jy/beam ! Clean residual mean=0.000062 rms=0.001734 Jy/beam ! Combined flux in latest and established models = 0.135449 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 46 components and 0.135449 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.237 mas, bmaj=15.59 mas, bpa=3.535 degrees ! Estimated noise=1.23967 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.00252803 Jy ! Component: 100 - total flux cleaned = 0.00272715 Jy ! Component: 150 - total flux cleaned = 0.00290706 Jy ! Component: 200 - total flux cleaned = 0.00306812 Jy ! Total flux subtracted in 200 components = 0.00306812 Jy ! Clean residual min=-0.006607 max=0.005870 Jy/beam ! Clean residual mean=0.000094 rms=0.002428 Jy/beam ! Combined flux in latest and established models = 0.138517 Jy ! Adding 4 model components to the UV plane model. ! The established model now contains 47 components and 0.138517 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.117 mas, bmaj=7.762 mas, bpa=-2.749 degrees ! Estimated noise=0.968028 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0016301 Jy ! Component: 100 - total flux cleaned = -0.00153576 Jy ! Component: 150 - total flux cleaned = -0.00146723 Jy ! Component: 200 - total flux cleaned = -0.00143677 Jy ! Total flux subtracted in 200 components = -0.00143677 Jy ! Clean residual min=-0.006243 max=0.005655 Jy/beam ! Clean residual mean=0.000059 rms=0.001711 Jy/beam ! Combined flux in latest and established models = 0.137081 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 57 components and 0.137081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074344Jy sigma=1.102789 ! Fit after self-cal, rms=0.074361Jy sigma=1.102737 wmodel J0342-1354_S_2005_07_09_yyk\_map.mod ! Writing 57 model components to file: J0342-1354_S_2005_07_09_yyk_map.mod wobs J0342-1354_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J0342-1354_S_2005_07_09_yyk_uvs.fits wwins J0342-1354_S_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J0342-1354_S_2005_07_09_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.00170714 Jy ! Component: 100 - total flux cleaned = -0.00210823 Jy ! Component: 150 - total flux cleaned = -0.00193257 Jy ! Component: 200 - total flux cleaned = -0.00167456 Jy ! Component: 250 - total flux cleaned = -0.00118631 Jy ! Component: 300 - total flux cleaned = -0.000796529 Jy ! Component: 350 - total flux cleaned = -0.000422127 Jy ! Component: 400 - total flux cleaned = -6.03423e-05 Jy ! Component: 450 - total flux cleaned = 0.000357165 Jy ! Component: 500 - total flux cleaned = 0.000892284 Jy ! Component: 550 - total flux cleaned = 0.00147645 Jy ! Component: 600 - total flux cleaned = 0.00191708 Jy ! Component: 650 - total flux cleaned = 0.00235004 Jy ! Component: 700 - total flux cleaned = 0.00271092 Jy ! Component: 750 - total flux cleaned = 0.00306538 Jy ! Component: 800 - total flux cleaned = 0.00341175 Jy ! Component: 850 - total flux cleaned = 0.00346857 Jy ! Component: 900 - total flux cleaned = 0.00363777 Jy ! Component: 950 - total flux cleaned = 0.00396476 Jy ! Component: 1000 - total flux cleaned = 0.0040711 Jy ! Component: 1050 - total flux cleaned = 0.0040719 Jy ! Component: 1100 - total flux cleaned = 0.00433012 Jy ! Component: 1150 - total flux cleaned = 0.00438157 Jy ! Component: 1200 - total flux cleaned = 0.00448234 Jy ! Component: 1250 - total flux cleaned = 0.00482201 Jy ! Component: 1300 - total flux cleaned = 0.00472488 Jy ! Component: 1350 - total flux cleaned = 0.00486586 Jy ! Component: 1400 - total flux cleaned = 0.00491198 Jy ! Component: 1450 - total flux cleaned = 0.00500366 Jy ! Component: 1500 - total flux cleaned = 0.00513742 Jy ! Component: 1550 - total flux cleaned = 0.00522413 Jy ! Component: 1600 - total flux cleaned = 0.00530949 Jy ! Component: 1650 - total flux cleaned = 0.00535155 Jy ! Component: 1700 - total flux cleaned = 0.00535168 Jy ! Component: 1750 - total flux cleaned = 0.00543386 Jy ! Component: 1800 - total flux cleaned = 0.00555517 Jy ! Component: 1850 - total flux cleaned = 0.00571412 Jy ! Component: 1900 - total flux cleaned = 0.00567425 Jy ! Component: 1950 - total flux cleaned = 0.00579052 Jy ! Component: 2000 - total flux cleaned = 0.00571473 Jy ! Total flux subtracted in 2048 components = 0.00582842 Jy ! Clean residual min=-0.001896 max=0.002501 Jy/beam ! Clean residual mean=0.000008 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.142909 Jy keep ! Adding 155 model components to the UV plane model. ! The established model now contains 212 components and 0.142909 Jy ![Exited script file: muppet] wmap "J0342-1354_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.117 x 7.762 at -2.749 degrees (North through East) ! Clean map min=-0.0047727 max=0.11435 Jy/beam ! Writing clean map to FITS file: J0342-1354_S_2005_07_09_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.114353 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000753596 device "J0342-1354_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J0342-1354_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.97702 1.97702 3.95404 7.90809 15.8162 31.6323 63.2647 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.114 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.117 x 7.762 at -2.749 degrees (North through East) ! Clean map min=-0.0047727 max=0.11435 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0342-1354_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J0342-1354_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0342-1354_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 09:51:47 2006