! Started logfile: J0653-1929_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:06:01 2005 obs J0653-1929_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0653-1929_S_2005_05_12_yyk_uve.fits ! AN table 1: 13 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.755556 visibilities/baseline/integration-bin. ! Found source: J0653-1929 ! ! 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 1442 lines of history. ! ! Reading 1768 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 J0653-1929_S_2005_05_12_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.189254 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.649 mas, bmaj=7.675 mas, bpa=-7.549 degrees ! Estimated noise=1.41299 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.145536 Jy ! Component: 100 - total flux cleaned = 0.168072 Jy ! Total flux subtracted in 100 components = 0.168072 Jy ! Clean residual min=-0.006306 max=0.009084 Jy/beam ! Clean residual mean=0.000013 rms=0.001864 Jy/beam ! Combined flux in latest and established models = 0.168072 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.168072 Jy ! ! Correcting IF 1. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.073752Jy sigma=1.102742 ! Fit after self-cal, rms=0.073562Jy sigma=1.097637 ! Inverting map and beam ! Estimated beam: bmin=2.649 mas, bmaj=7.675 mas, bpa=-7.549 degrees ! Estimated noise=1.41299 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.503 mas, bmaj=9.853 mas, bpa=-8.119 degrees ! Estimated noise=0.968437 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.00825584 Jy ! Component: 100 - total flux cleaned = 0.0115459 Jy ! Component: 150 - total flux cleaned = 0.0120934 Jy ! Component: 200 - total flux cleaned = 0.0122865 Jy ! Total flux subtracted in 200 components = 0.0122865 Jy ! Clean residual min=-0.005323 max=0.005570 Jy/beam ! Clean residual mean=0.000129 rms=0.001429 Jy/beam ! Combined flux in latest and established models = 0.180359 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 23 components and 0.180359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072604Jy sigma=1.084881 ! Fit after self-cal, rms=0.072589Jy sigma=1.084397 ! 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.503 x 9.853 at -8.119 degrees (North through East) ! Clean map min=-0.0051334 max=0.16577 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.0098 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.11 HN 0.97 KP 0.99 ! LA 1.00 MK 1.00 NL 0.94 OV 0.97 ! PT 0.97 SC 0.92 ! ! ! 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.072589Jy sigma=1.084397 ! Fit after self-cal, rms=0.072663Jy sigma=1.080333 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.072663Jy sigma=1.080333 ! Fit after self-cal, rms=0.072654Jy sigma=1.080189 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.487 mas, bmaj=9.806 mas, bpa=-7.957 degrees ! Estimated noise=0.971127 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.00108386 Jy ! Component: 100 - total flux cleaned = 0.00108544 Jy ! Component: 150 - total flux cleaned = 0.00112473 Jy ! Component: 200 - total flux cleaned = 0.0011245 Jy ! Total flux subtracted in 200 components = 0.0011245 Jy ! Clean residual min=-0.004959 max=0.005042 Jy/beam ! Clean residual mean=0.000111 rms=0.001298 Jy/beam ! Combined flux in latest and established models = 0.181483 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 28 components and 0.181483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072577Jy sigma=1.079221 ! Fit after self-cal, rms=0.072568Jy sigma=1.078975 ! 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.072568Jy sigma=1.078975 ! Fit after self-cal, rms=0.070588Jy sigma=1.043760 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.000881606 Jy ! Component: 100 - total flux cleaned = 0.000814297 Jy ! Component: 150 - total flux cleaned = 0.000813283 Jy ! Component: 200 - total flux cleaned = 0.00078313 Jy ! Total flux subtracted in 200 components = 0.00078313 Jy ! Clean residual min=-0.005029 max=0.004914 Jy/beam ! Clean residual mean=0.000112 rms=0.001290 Jy/beam ! Combined flux in latest and established models = 0.182266 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 33 components and 0.182266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070510Jy sigma=1.043235 ! Fit after self-cal, rms=0.070397Jy sigma=1.040625 ! 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.487 x 9.806 at -7.957 degrees (North through East) ! Clean map min=-0.004856 max=0.16709 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.070397Jy sigma=1.040625 ! Fit after self-cal, rms=0.069740Jy sigma=1.036914 ! 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.069740Jy sigma=1.036914 ! Fit after self-cal, rms=0.069764Jy sigma=1.036536 ! Inverting map and beam ! Estimated beam: bmin=3.485 mas, bmaj=9.812 mas, bpa=-7.924 degrees ! Estimated noise=0.965287 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000823647 Jy ! Component: 100 - total flux cleaned = -0.000890348 Jy ! Component: 150 - total flux cleaned = -0.00089093 Jy ! Component: 200 - total flux cleaned = -0.000890625 Jy ! Total flux subtracted in 200 components = -0.000890625 Jy ! Clean residual min=-0.004773 max=0.005005 Jy/beam ! Clean residual mean=0.000134 rms=0.001257 Jy/beam ! Combined flux in latest and established models = 0.181376 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 37 components and 0.181376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069796Jy sigma=1.036059 ! Fit after self-cal, rms=0.069817Jy sigma=1.035941 ! 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.069817Jy sigma=1.035941 ! Fit after self-cal, rms=0.069124Jy sigma=1.024964 ! 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.069124Jy sigma=1.024964 ! Fit after self-cal, rms=0.069142Jy sigma=1.024872 ! Inverting map and beam ! Estimated beam: bmin=3.511 mas, bmaj=9.884 mas, bpa=-7.899 degrees ! Estimated noise=0.959892 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00172184 Jy ! Component: 100 - total flux cleaned = -0.0021609 Jy ! Component: 150 - total flux cleaned = -0.00229074 Jy ! Component: 200 - total flux cleaned = -0.00233936 Jy ! Total flux subtracted in 200 components = -0.00233936 Jy ! Clean residual min=-0.004159 max=0.004878 Jy/beam ! Clean residual mean=0.000100 rms=0.001168 Jy/beam ! Combined flux in latest and established models = 0.179036 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 43 components and 0.179036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069175Jy sigma=1.024200 ! Fit after self-cal, rms=0.069182Jy sigma=1.024162 ! 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.601 mas, bmaj=17.58 mas, bpa=4.628 degrees ! Estimated noise=1.17186 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.000278055 Jy ! Component: 100 - total flux cleaned = 0.000271662 Jy ! Component: 150 - total flux cleaned = 0.00029721 Jy ! Component: 200 - total flux cleaned = 0.000344371 Jy ! Total flux subtracted in 200 components = 0.000344371 Jy ! Clean residual min=-0.003415 max=0.004670 Jy/beam ! Clean residual mean=0.000178 rms=0.001440 Jy/beam ! Combined flux in latest and established models = 0.179381 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 55 components and 0.179381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069207Jy sigma=1.024383 ! Fit after self-cal, rms=0.069211Jy sigma=1.024329 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.648 mas, bmaj=7.665 mas, bpa=-7.417 degrees ! Estimated noise=1.40265 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.145089 Jy ! Component: 100 - total flux cleaned = 0.168823 Jy ! Component: 150 - total flux cleaned = 0.176875 Jy ! Component: 200 - total flux cleaned = 0.179627 Jy ! Total flux subtracted in 200 components = 0.179627 Jy ! Clean residual min=-0.005854 max=0.006324 Jy/beam ! Clean residual mean=0.000010 rms=0.001544 Jy/beam ! Combined flux in latest and established models = 0.179627 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.179627 Jy ! Inverting map and beam ! Estimated beam: bmin=3.511 mas, bmaj=9.884 mas, bpa=-7.899 degrees ! Estimated noise=0.959892 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.00179236 Jy ! Component: 100 - total flux cleaned = -0.0016097 Jy ! Component: 150 - total flux cleaned = -0.00146443 Jy ! Component: 200 - total flux cleaned = -0.00135082 Jy ! Total flux subtracted in 200 components = -0.00135082 Jy ! Clean residual min=-0.004436 max=0.004940 Jy/beam ! Clean residual mean=0.000106 rms=0.001202 Jy/beam ! Combined flux in latest and established models = 0.178277 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 28 components and 0.178277 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.601 mas, bmaj=17.58 mas, bpa=4.628 degrees ! Estimated noise=1.17186 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.000400792 Jy ! Component: 100 - total flux cleaned = 0.000521548 Jy ! Component: 150 - total flux cleaned = 0.000619811 Jy ! Component: 200 - total flux cleaned = 0.000736778 Jy ! Total flux subtracted in 200 components = 0.000736778 Jy ! Clean residual min=-0.003376 max=0.004756 Jy/beam ! Clean residual mean=0.000184 rms=0.001457 Jy/beam ! Combined flux in latest and established models = 0.179013 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 31 components and 0.179013 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.511 mas, bmaj=9.884 mas, bpa=-7.899 degrees ! Estimated noise=0.959892 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000410691 Jy ! Component: 100 - total flux cleaned = -0.00035382 Jy ! Component: 150 - total flux cleaned = -0.000273342 Jy ! Component: 200 - total flux cleaned = -0.000240656 Jy ! Total flux subtracted in 200 components = -0.000240656 Jy ! Clean residual min=-0.004182 max=0.004986 Jy/beam ! Clean residual mean=0.000102 rms=0.001175 Jy/beam ! Combined flux in latest and established models = 0.178773 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 42 components and 0.178773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069174Jy sigma=1.024341 ! Fit after self-cal, rms=0.069174Jy sigma=1.024313 wmodel J0653-1929_S_2005_05_12_yyk\_map.mod ! Writing 42 model components to file: J0653-1929_S_2005_05_12_yyk_map.mod wobs J0653-1929_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0653-1929_S_2005_05_12_yyk_uvs.fits wwins J0653-1929_S_2005_05_12_yyk\_map.win ! wwins: Wrote 1 windows to J0653-1929_S_2005_05_12_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108053 Jy ! Component: 100 - total flux cleaned = 0.00172783 Jy ! Component: 150 - total flux cleaned = 0.00253943 Jy ! Component: 200 - total flux cleaned = 0.00330763 Jy ! Component: 250 - total flux cleaned = 0.00410112 Jy ! Component: 300 - total flux cleaned = 0.00479914 Jy ! Component: 350 - total flux cleaned = 0.00513366 Jy ! Component: 400 - total flux cleaned = 0.00550821 Jy ! Component: 450 - total flux cleaned = 0.00561123 Jy ! Component: 500 - total flux cleaned = 0.00571125 Jy ! Component: 550 - total flux cleaned = 0.005999 Jy ! Component: 600 - total flux cleaned = 0.00623056 Jy ! Component: 650 - total flux cleaned = 0.00654595 Jy ! Component: 700 - total flux cleaned = 0.00663332 Jy ! Component: 750 - total flux cleaned = 0.00697517 Jy ! Component: 800 - total flux cleaned = 0.00730984 Jy ! Component: 850 - total flux cleaned = 0.00747249 Jy ! Component: 900 - total flux cleaned = 0.00763341 Jy ! Component: 950 - total flux cleaned = 0.00783056 Jy ! Component: 1000 - total flux cleaned = 0.00806306 Jy ! Component: 1050 - total flux cleaned = 0.00829111 Jy ! Component: 1100 - total flux cleaned = 0.00843986 Jy ! Component: 1150 - total flux cleaned = 0.00851314 Jy ! Component: 1200 - total flux cleaned = 0.00873093 Jy ! Component: 1250 - total flux cleaned = 0.00890876 Jy ! Component: 1300 - total flux cleaned = 0.0091194 Jy ! Component: 1350 - total flux cleaned = 0.00925712 Jy ! Component: 1400 - total flux cleaned = 0.00932464 Jy ! Component: 1450 - total flux cleaned = 0.00939149 Jy ! Component: 1500 - total flux cleaned = 0.00958878 Jy ! Component: 1550 - total flux cleaned = 0.00955579 Jy ! Component: 1600 - total flux cleaned = 0.00971531 Jy ! Component: 1650 - total flux cleaned = 0.00974659 Jy ! Component: 1700 - total flux cleaned = 0.00990199 Jy ! Component: 1750 - total flux cleaned = 0.00999347 Jy ! Component: 1800 - total flux cleaned = 0.0100841 Jy ! Component: 1850 - total flux cleaned = 0.0102634 Jy ! Component: 1900 - total flux cleaned = 0.0103521 Jy ! Component: 1950 - total flux cleaned = 0.0104979 Jy ! Component: 2000 - total flux cleaned = 0.0105271 Jy ! Total flux subtracted in 2048 components = 0.0106701 Jy ! Clean residual min=-0.001798 max=0.001871 Jy/beam ! Clean residual mean=0.000069 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.189443 Jy keep ! Adding 129 model components to the UV plane model. ! The established model now contains 171 components and 0.189443 Jy ![Exited script file: muppet] wmap "J0653-1929_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.511 x 9.884 at -7.899 degrees (North through East) ! Clean map min=-0.0036088 max=0.16607 Jy/beam ! Writing clean map to FITS file: J0653-1929_S_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.166071 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000583388 device "J0653-1929_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0653-1929_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.05386 1.05386 2.10773 4.21545 8.4309 16.8618 33.7236 67.4472 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.166 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.511 x 9.884 at -7.899 degrees (North through East) ! Clean map min=-0.0036088 max=0.16607 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0653-1929_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0653-1929_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0653-1929_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:06:05 2005