! Started logfile: J1608-1625_S_2006_12_18_yyk_uvs.log on Mon Jun 16 19:47:55 2008 obs J1608-1625_S_2006_12_18_yyk_uve.fits ! Reading UV FITS file: J1608-1625_S_2006_12_18_yyk_uve.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.569444 visibilities/baseline/integration-bin. ! Found source: J1608-1625 ! ! 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 2469 lines of history. ! ! Reading 1640 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 J1608-1625_S_2006_12_18_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.126958 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.615 mas, bmaj=12.8 mas, bpa=-16.43 degrees ! Estimated noise=1.79407 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.078609 Jy ! Component: 100 - total flux cleaned = 0.0951336 Jy ! Total flux subtracted in 100 components = 0.0951336 Jy ! Clean residual min=-0.008627 max=0.009830 Jy/beam ! Clean residual mean=0.000006 rms=0.002499 Jy/beam ! Combined flux in latest and established models = 0.0951336 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0951336 Jy ! ! Correcting IF 1. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.082984Jy sigma=1.144849 ! Fit after self-cal, rms=0.079153Jy sigma=1.101507 ! Inverting map and beam ! Estimated beam: bmin=2.615 mas, bmaj=12.8 mas, bpa=-16.43 degrees ! Estimated noise=1.794 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.295 mas, bmaj=15.85 mas, bpa=-16.68 degrees ! Estimated noise=1.13972 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.012601 Jy ! Component: 100 - total flux cleaned = 0.0171939 Jy ! Component: 150 - total flux cleaned = 0.0194951 Jy ! Component: 200 - total flux cleaned = 0.0199598 Jy ! Total flux subtracted in 200 components = 0.0199598 Jy ! Clean residual min=-0.004835 max=0.004512 Jy/beam ! Clean residual mean=-0.000084 rms=0.001376 Jy/beam ! Combined flux in latest and established models = 0.115093 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 40 model components to the UV plane model. ! The established model now contains 62 components and 0.115093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078217Jy sigma=1.074758 ! Fit after self-cal, rms=0.078208Jy sigma=1.074670 ! 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.295 x 15.85 at -16.68 degrees (North through East) ! Clean map min=-0.0047631 max=0.097882 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.02579 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00* HN 0.97 KP 0.93 ! LA 1.03 MK 0.88 NL 1.01 OV 0.98 ! PT 0.99 SC 1.00* ! ! ! 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: 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.01593 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.87 KP 0.94 ! LA 1.03 MK 0.95 NL 1.15 OV 0.94 ! PT 0.96 SC 1.00* ! ! ! Fit before self-cal, rms=0.078208Jy sigma=1.074670 ! Fit after self-cal, rms=0.077395Jy sigma=1.070359 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.077395Jy sigma=1.070359 ! Fit after self-cal, rms=0.077401Jy sigma=1.070353 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.231 mas, bmaj=15.74 mas, bpa=-16.76 degrees ! Estimated noise=1.12908 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.00159131 Jy ! Component: 100 - total flux cleaned = 0.00159577 Jy ! Component: 150 - total flux cleaned = 0.00163256 Jy ! Component: 200 - total flux cleaned = 0.00166616 Jy ! Total flux subtracted in 200 components = 0.00166616 Jy ! Clean residual min=-0.004619 max=0.003930 Jy/beam ! Clean residual mean=-0.000055 rms=0.001235 Jy/beam ! Combined flux in latest and established models = 0.116759 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 75 components and 0.116759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077352Jy sigma=1.069580 ! Fit after self-cal, rms=0.077352Jy sigma=1.069567 ! 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.077352Jy sigma=1.069567 ! Fit after self-cal, rms=0.068214Jy sigma=0.960183 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.00309335 Jy ! Component: 100 - total flux cleaned = 0.00337239 Jy ! Component: 150 - total flux cleaned = 0.00342892 Jy ! Component: 200 - total flux cleaned = 0.00334913 Jy ! Total flux subtracted in 200 components = 0.00334913 Jy ! Clean residual min=-0.004425 max=0.003891 Jy/beam ! Clean residual mean=-0.000073 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.120109 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 92 components and 0.120109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068049Jy sigma=0.957345 ! Fit after self-cal, rms=0.066833Jy sigma=0.950681 ! 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.231 x 15.74 at -16.76 degrees (North through East) ! Clean map min=-0.0042775 max=0.10048 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.066833Jy sigma=0.950681 ! Fit after self-cal, rms=0.065744Jy sigma=0.942604 ! 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.065744Jy sigma=0.942604 ! Fit after self-cal, rms=0.065389Jy sigma=0.941286 ! Inverting map and beam ! Estimated beam: bmin=3.174 mas, bmaj=15.91 mas, bpa=-16.7 degrees ! Estimated noise=1.11617 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000205639 Jy ! Component: 100 - total flux cleaned = -0.000414956 Jy ! Component: 150 - total flux cleaned = -0.000544372 Jy ! Component: 200 - total flux cleaned = -0.000578911 Jy ! Total flux subtracted in 200 components = -0.000578911 Jy ! Clean residual min=-0.003567 max=0.003806 Jy/beam ! Clean residual mean=-0.000062 rms=0.001045 Jy/beam ! Combined flux in latest and established models = 0.11953 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 108 components and 0.11953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065339Jy sigma=0.940291 ! Fit after self-cal, rms=0.065210Jy sigma=0.939919 ! 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.065210Jy sigma=0.939919 ! Fit after self-cal, rms=0.065782Jy sigma=0.936511 ! 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.065782Jy sigma=0.936511 ! Fit after self-cal, rms=0.065765Jy sigma=0.936134 ! Inverting map and beam ! Estimated beam: bmin=3.178 mas, bmaj=16.01 mas, bpa=-16.62 degrees ! Estimated noise=1.10733 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00111111 Jy ! Component: 100 - total flux cleaned = -0.00130587 Jy ! Component: 150 - total flux cleaned = -0.00133822 Jy ! Component: 200 - total flux cleaned = -0.00136805 Jy ! Total flux subtracted in 200 components = -0.00136805 Jy ! Clean residual min=-0.003580 max=0.003413 Jy/beam ! Clean residual mean=-0.000060 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 0.118162 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 110 components and 0.118162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065740Jy sigma=0.935514 ! Fit after self-cal, rms=0.065727Jy sigma=0.935436 ! 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=7.711 mas, bmaj=20.52 mas, bpa=-4.343 degrees ! Estimated noise=1.38387 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.000269227 Jy ! Component: 100 - total flux cleaned = 0.000265004 Jy ! Component: 150 - total flux cleaned = 0.000279289 Jy ! Component: 200 - total flux cleaned = 0.000279964 Jy ! Total flux subtracted in 200 components = 0.000279964 Jy ! Clean residual min=-0.003681 max=0.003343 Jy/beam ! Clean residual mean=-0.000115 rms=0.001103 Jy/beam ! Combined flux in latest and established models = 0.118442 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 119 components and 0.118442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065755Jy sigma=0.935731 ! Fit after self-cal, rms=0.065740Jy sigma=0.935610 ! 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.569 mas, bmaj=12.97 mas, bpa=-16.41 degrees ! Estimated noise=1.75996 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0862837 Jy ! Component: 100 - total flux cleaned = 0.104811 Jy ! Component: 150 - total flux cleaned = 0.112499 Jy ! Component: 200 - total flux cleaned = 0.115625 Jy ! Total flux subtracted in 200 components = 0.115625 Jy ! Clean residual min=-0.005422 max=0.004497 Jy/beam ! Clean residual mean=-0.000027 rms=0.001441 Jy/beam ! Combined flux in latest and established models = 0.115625 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.115625 Jy ! Inverting map and beam ! Estimated beam: bmin=3.178 mas, bmaj=16.01 mas, bpa=-16.62 degrees ! Estimated noise=1.10733 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.00110499 Jy ! Component: 100 - total flux cleaned = 0.00142303 Jy ! Component: 150 - total flux cleaned = 0.00167258 Jy ! Component: 200 - total flux cleaned = 0.00172187 Jy ! Total flux subtracted in 200 components = 0.00172187 Jy ! Clean residual min=-0.003633 max=0.003233 Jy/beam ! Clean residual mean=-0.000056 rms=0.001019 Jy/beam ! Combined flux in latest and established models = 0.117347 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 53 components and 0.117347 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=7.711 mas, bmaj=20.52 mas, bpa=-4.343 degrees ! Estimated noise=1.38387 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.00101759 Jy ! Component: 100 - total flux cleaned = 0.00106723 Jy ! Component: 150 - total flux cleaned = 0.00109056 Jy ! Component: 200 - total flux cleaned = 0.00113106 Jy ! Total flux subtracted in 200 components = 0.00113106 Jy ! Clean residual min=-0.003680 max=0.003323 Jy/beam ! Clean residual mean=-0.000116 rms=0.001108 Jy/beam ! Combined flux in latest and established models = 0.118478 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 62 components and 0.118478 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.178 mas, bmaj=16.01 mas, bpa=-16.62 degrees ! Estimated noise=1.10733 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00065505 Jy ! Component: 100 - total flux cleaned = -0.00069586 Jy ! Component: 150 - total flux cleaned = -0.000734046 Jy ! Component: 200 - total flux cleaned = -0.000770569 Jy ! Total flux subtracted in 200 components = -0.000770569 Jy ! Clean residual min=-0.003568 max=0.003243 Jy/beam ! Clean residual mean=-0.000058 rms=0.000998 Jy/beam ! Combined flux in latest and established models = 0.117708 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 75 components and 0.117708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065771Jy sigma=0.936131 ! Fit after self-cal, rms=0.065764Jy sigma=0.935976 wmodel J1608-1625_S_2006_12_18_yyk\_map.mod ! Writing 75 model components to file: J1608-1625_S_2006_12_18_yyk_map.mod wobs J1608-1625_S_2006_12_18_yyk\_uvs.fits ! Writing UV FITS file: J1608-1625_S_2006_12_18_yyk_uvs.fits wwins J1608-1625_S_2006_12_18_yyk\_map.win ! wwins: Wrote 1 windows to J1608-1625_S_2006_12_18_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.000603838 Jy ! Component: 100 - total flux cleaned = -0.000888258 Jy ! Component: 150 - total flux cleaned = -0.00131034 Jy ! Component: 200 - total flux cleaned = -0.00195824 Jy ! Component: 250 - total flux cleaned = -0.00266666 Jy ! Component: 300 - total flux cleaned = -0.00334311 Jy ! Component: 350 - total flux cleaned = -0.00386159 Jy ! Component: 400 - total flux cleaned = -0.00452809 Jy ! Component: 450 - total flux cleaned = -0.00488902 Jy ! Component: 500 - total flux cleaned = -0.00520086 Jy ! Component: 550 - total flux cleaned = -0.00550285 Jy ! Component: 600 - total flux cleaned = -0.00568558 Jy ! Component: 650 - total flux cleaned = -0.00582796 Jy ! Component: 700 - total flux cleaned = -0.00596635 Jy ! Component: 750 - total flux cleaned = -0.00606786 Jy ! Component: 800 - total flux cleaned = -0.00620001 Jy ! Component: 850 - total flux cleaned = -0.00629688 Jy ! Component: 900 - total flux cleaned = -0.00645365 Jy ! Component: 950 - total flux cleaned = -0.00663709 Jy ! Component: 1000 - total flux cleaned = -0.00669629 Jy ! Component: 1050 - total flux cleaned = -0.00684294 Jy ! Component: 1100 - total flux cleaned = -0.00704293 Jy ! Component: 1150 - total flux cleaned = -0.00715512 Jy ! Component: 1200 - total flux cleaned = -0.00731981 Jy ! Component: 1250 - total flux cleaned = -0.00742731 Jy ! Component: 1300 - total flux cleaned = -0.00758508 Jy ! Component: 1350 - total flux cleaned = -0.00771405 Jy ! Component: 1400 - total flux cleaned = -0.00784034 Jy ! Component: 1450 - total flux cleaned = -0.00786452 Jy ! Component: 1500 - total flux cleaned = -0.00791337 Jy ! Component: 1550 - total flux cleaned = -0.00803341 Jy ! Component: 1600 - total flux cleaned = -0.00810396 Jy ! Component: 1650 - total flux cleaned = -0.00815043 Jy ! Component: 1700 - total flux cleaned = -0.00817349 Jy ! Component: 1750 - total flux cleaned = -0.00826318 Jy ! Component: 1800 - total flux cleaned = -0.0083511 Jy ! Component: 1850 - total flux cleaned = -0.00839426 Jy ! Component: 1900 - total flux cleaned = -0.00839421 Jy ! Component: 1950 - total flux cleaned = -0.00847921 Jy ! Component: 2000 - total flux cleaned = -0.00852118 Jy ! Total flux subtracted in 2048 components = -0.00858312 Jy ! Clean residual min=-0.001180 max=0.001227 Jy/beam ! Clean residual mean=-0.000021 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.109124 Jy keep ! Adding 137 model components to the UV plane model. ! The established model now contains 212 components and 0.109124 Jy ![Exited script file: muppet] wmap "J1608-1625_S_2006_12_18_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.178 x 16.01 at -16.62 degrees (North through East) ! Clean map min=-0.0028322 max=0.099686 Jy/beam ! Writing clean map to FITS file: J1608-1625_S_2006_12_18_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0996863 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000435715 device "J1608-1625_S_2006_12_18_yyk\_map.eps/VPS" ! Attempting to open device: 'J1608-1625_S_2006_12_18_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.31126 1.31126 2.62252 5.24504 10.4901 20.9802 41.9603 83.9207 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.099 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.178 x 16.01 at -16.62 degrees (North through East) ! Clean map min=-0.0028322 max=0.099686 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1608-1625_S_2006_12_18_yyk\_map.gif/gif" ! Attempting to open device: 'J1608-1625_S_2006_12_18_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1608-1625_S_2006_12_18_yyk_uvs.log closed on Mon Jun 16 19:48:01 2008