! Started logfile: J1121-0442_S_2005_07_09_yyk_uvs.log on Fri Jan 20 10:20:52 2006 obs J1121-0442_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J1121-0442_S_2005_07_09_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.94 visibilities/baseline/integration-bin. ! Found source: J1121-0442 ! ! 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 1692 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 J1121-0442_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.163749 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=3.138 mas, bmaj=14.36 mas, bpa=24.44 degrees ! Estimated noise=1.55941 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.12377 Jy ! Component: 100 - total flux cleaned = 0.147187 Jy ! Total flux subtracted in 100 components = 0.147187 Jy ! Clean residual min=-0.006526 max=0.008604 Jy/beam ! Clean residual mean=0.000053 rms=0.002319 Jy/beam ! Combined flux in latest and established models = 0.147187 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.147187 Jy ! ! Correcting IF 1. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.065576Jy sigma=1.142423 ! Fit after self-cal, rms=0.065347Jy sigma=1.135521 ! Inverting map and beam ! Estimated beam: bmin=3.138 mas, bmaj=14.36 mas, bpa=24.44 degrees ! Estimated noise=1.55941 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=4.228 mas, bmaj=14.54 mas, bpa=24.28 degrees ! Estimated noise=1.1177 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.0133652 Jy ! Component: 100 - total flux cleaned = 0.0211104 Jy ! Component: 150 - total flux cleaned = 0.0258544 Jy ! Component: 200 - total flux cleaned = 0.0288016 Jy ! Total flux subtracted in 200 components = 0.0288016 Jy ! Clean residual min=-0.005097 max=0.004371 Jy/beam ! Clean residual mean=-0.000095 rms=0.001498 Jy/beam ! Combined flux in latest and established models = 0.175989 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 56 model components to the UV plane model. ! The established model now contains 76 components and 0.175989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062729Jy sigma=1.090106 ! Fit after self-cal, rms=0.062709Jy sigma=1.089784 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.228 x 14.54 at 24.28 degrees (North through East) ! Clean map min=-0.0051709 max=0.14225 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.02287 ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 0.98 HN 1.00* KP 1.00 ! LA 1.10 MK 1.00* NL 0.93 OV 0.90 ! PT 1.03 SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.0066 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.98 HN 1.00* KP 1.01 ! LA 1.05 MK 1.00* NL 0.90 OV 1.06 ! PT 1.01 SC 0.96 ! ! ! 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.062709Jy sigma=1.089784 ! Fit after self-cal, rms=0.061800Jy sigma=1.077372 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.061800Jy sigma=1.077372 ! Fit after self-cal, rms=0.061804Jy sigma=1.077352 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.166 mas, bmaj=14.24 mas, bpa=24.36 degrees ! Estimated noise=1.11445 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.00490862 Jy ! Component: 100 - total flux cleaned = 0.00784657 Jy ! Component: 150 - total flux cleaned = 0.00883015 Jy ! Component: 200 - total flux cleaned = 0.00963229 Jy ! Total flux subtracted in 200 components = 0.00963229 Jy ! Clean residual min=-0.004581 max=0.004576 Jy/beam ! Clean residual mean=-0.000044 rms=0.001409 Jy/beam ! Combined flux in latest and established models = 0.185621 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 100 components and 0.185621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061427Jy sigma=1.070124 ! Fit after self-cal, rms=0.061423Jy sigma=1.070058 ! 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.061423Jy sigma=1.070058 ! Fit after self-cal, rms=0.058828Jy sigma=1.022248 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.00178185 Jy ! Component: 100 - total flux cleaned = 0.00232455 Jy ! Component: 150 - total flux cleaned = 0.00254708 Jy ! Component: 200 - total flux cleaned = 0.00274516 Jy ! Total flux subtracted in 200 components = 0.00274516 Jy ! Clean residual min=-0.004507 max=0.004568 Jy/beam ! Clean residual mean=-0.000056 rms=0.001392 Jy/beam ! Combined flux in latest and established models = 0.188366 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 114 components and 0.188366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058752Jy sigma=1.021167 ! Fit after self-cal, rms=0.058677Jy sigma=1.018294 ! 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: 4.166 x 14.24 at 24.36 degrees (North through East) ! Clean map min=-0.0044689 max=0.14178 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.058677Jy sigma=1.018294 ! Fit after self-cal, rms=0.056454Jy sigma=0.991408 ! 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.056454Jy sigma=0.991408 ! Fit after self-cal, rms=0.056481Jy sigma=0.991050 ! Inverting map and beam ! Estimated beam: bmin=4.155 mas, bmaj=14.17 mas, bpa=24.38 degrees ! Estimated noise=1.09986 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -2.19636e-05 Jy ! Component: 100 - total flux cleaned = 0.000421652 Jy ! Component: 150 - total flux cleaned = 0.000660884 Jy ! Component: 200 - total flux cleaned = 0.000866698 Jy ! Total flux subtracted in 200 components = 0.000866698 Jy ! Clean residual min=-0.004485 max=0.004252 Jy/beam ! Clean residual mean=0.000002 rms=0.001329 Jy/beam ! Combined flux in latest and established models = 0.189233 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 124 components and 0.189233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056502Jy sigma=0.989698 ! Fit after self-cal, rms=0.056508Jy sigma=0.989643 ! 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.056508Jy sigma=0.989643 ! Fit after self-cal, rms=0.055727Jy sigma=0.978415 ! 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.055727Jy sigma=0.978415 ! Fit after self-cal, rms=0.055738Jy sigma=0.978366 ! Inverting map and beam ! Estimated beam: bmin=4.153 mas, bmaj=14.08 mas, bpa=24.32 degrees ! Estimated noise=1.09359 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000373592 Jy ! Component: 100 - total flux cleaned = 0.000732986 Jy ! Component: 150 - total flux cleaned = 0.000970497 Jy ! Component: 200 - total flux cleaned = 0.00112554 Jy ! Total flux subtracted in 200 components = 0.00112554 Jy ! Clean residual min=-0.004279 max=0.004432 Jy/beam ! Clean residual mean=0.000001 rms=0.001347 Jy/beam ! Combined flux in latest and established models = 0.190358 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 127 components and 0.190358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055751Jy sigma=0.977708 ! Fit after self-cal, rms=0.055752Jy sigma=0.977696 ! 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=9.026 mas, bmaj=14.44 mas, bpa=20.91 degrees ! Estimated noise=1.23984 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.000354397 Jy ! Component: 100 - total flux cleaned = 0.000459643 Jy ! Component: 150 - total flux cleaned = 0.000546026 Jy ! Component: 200 - total flux cleaned = 0.000620086 Jy ! Total flux subtracted in 200 components = 0.000620086 Jy ! Clean residual min=-0.004531 max=0.003986 Jy/beam ! Clean residual mean=-0.000001 rms=0.001563 Jy/beam ! Combined flux in latest and established models = 0.190978 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 136 components and 0.190978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055766Jy sigma=0.977573 ! Fit after self-cal, rms=0.055767Jy sigma=0.977557 ! 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=3.123 mas, bmaj=14.21 mas, bpa=24.48 degrees ! Estimated noise=1.50289 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.120259 Jy ! Component: 100 - total flux cleaned = 0.144334 Jy ! Component: 150 - total flux cleaned = 0.157068 Jy ! Component: 200 - total flux cleaned = 0.165744 Jy ! Total flux subtracted in 200 components = 0.165744 Jy ! Clean residual min=-0.005953 max=0.005652 Jy/beam ! Clean residual mean=0.000054 rms=0.001755 Jy/beam ! Combined flux in latest and established models = 0.165744 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 51 model components to the UV plane model. ! The established model now contains 51 components and 0.165744 Jy ! Inverting map and beam ! Estimated beam: bmin=4.153 mas, bmaj=14.08 mas, bpa=24.32 degrees ! Estimated noise=1.09359 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.00880624 Jy ! Component: 100 - total flux cleaned = 0.0142929 Jy ! Component: 150 - total flux cleaned = 0.0179715 Jy ! Component: 200 - total flux cleaned = 0.0205198 Jy ! Total flux subtracted in 200 components = 0.0205198 Jy ! Clean residual min=-0.004516 max=0.004276 Jy/beam ! Clean residual mean=0.000017 rms=0.001388 Jy/beam ! Combined flux in latest and established models = 0.186263 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 93 components and 0.186263 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=9.026 mas, bmaj=14.44 mas, bpa=20.91 degrees ! Estimated noise=1.23984 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.00239231 Jy ! Component: 100 - total flux cleaned = 0.00342546 Jy ! Component: 150 - total flux cleaned = 0.00385238 Jy ! Component: 200 - total flux cleaned = 0.00401819 Jy ! Total flux subtracted in 200 components = 0.00401819 Jy ! Clean residual min=-0.004429 max=0.003918 Jy/beam ! Clean residual mean=0.000003 rms=0.001568 Jy/beam ! Combined flux in latest and established models = 0.190282 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 105 components and 0.190282 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.153 mas, bmaj=14.08 mas, bpa=24.32 degrees ! Estimated noise=1.09359 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000368783 Jy ! Component: 100 - total flux cleaned = 0.000363495 Jy ! Component: 150 - total flux cleaned = 0.00032987 Jy ! Component: 200 - total flux cleaned = 0.000330365 Jy ! Total flux subtracted in 200 components = 0.000330365 Jy ! Clean residual min=-0.004302 max=0.004423 Jy/beam ! Clean residual mean=0.000000 rms=0.001351 Jy/beam ! Combined flux in latest and established models = 0.190612 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 121 components and 0.190612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055743Jy sigma=0.977998 ! Fit after self-cal, rms=0.055741Jy sigma=0.977974 wmodel J1121-0442_S_2005_07_09_yyk\_map.mod ! Writing 121 model components to file: J1121-0442_S_2005_07_09_yyk_map.mod wobs J1121-0442_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J1121-0442_S_2005_07_09_yyk_uvs.fits wwins J1121-0442_S_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J1121-0442_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.00040997 Jy ! Component: 100 - total flux cleaned = 0.000704941 Jy ! Component: 150 - total flux cleaned = 0.000843333 Jy ! Component: 200 - total flux cleaned = 0.000978167 Jy ! Component: 250 - total flux cleaned = 0.00135662 Jy ! Component: 300 - total flux cleaned = 0.00171833 Jy ! Component: 350 - total flux cleaned = 0.00212194 Jy ! Component: 400 - total flux cleaned = 0.00250822 Jy ! Component: 450 - total flux cleaned = 0.00266653 Jy ! Component: 500 - total flux cleaned = 0.00266744 Jy ! Component: 550 - total flux cleaned = 0.00286516 Jy ! Component: 600 - total flux cleaned = 0.00305523 Jy ! Component: 650 - total flux cleaned = 0.00319432 Jy ! Component: 700 - total flux cleaned = 0.00337507 Jy ! Component: 750 - total flux cleaned = 0.00355185 Jy ! Component: 800 - total flux cleaned = 0.00376626 Jy ! Component: 850 - total flux cleaned = 0.00389135 Jy ! Component: 900 - total flux cleaned = 0.00405317 Jy ! Component: 950 - total flux cleaned = 0.00421039 Jy ! Component: 1000 - total flux cleaned = 0.00436404 Jy ! Component: 1050 - total flux cleaned = 0.00443882 Jy ! Component: 1100 - total flux cleaned = 0.00458479 Jy ! Component: 1150 - total flux cleaned = 0.00483479 Jy ! Component: 1200 - total flux cleaned = 0.00504565 Jy ! Component: 1250 - total flux cleaned = 0.00532154 Jy ! Component: 1300 - total flux cleaned = 0.00555835 Jy ! Component: 1350 - total flux cleaned = 0.00582409 Jy ! Component: 1400 - total flux cleaned = 0.00608505 Jy ! Component: 1450 - total flux cleaned = 0.00630881 Jy ! Component: 1500 - total flux cleaned = 0.0064976 Jy ! Component: 1550 - total flux cleaned = 0.00665246 Jy ! Component: 1600 - total flux cleaned = 0.00683583 Jy ! Component: 1650 - total flux cleaned = 0.00701623 Jy ! Component: 1700 - total flux cleaned = 0.00722398 Jy ! Component: 1750 - total flux cleaned = 0.00736932 Jy ! Component: 1800 - total flux cleaned = 0.00754207 Jy ! Component: 1850 - total flux cleaned = 0.00771223 Jy ! Component: 1900 - total flux cleaned = 0.00790744 Jy ! Component: 1950 - total flux cleaned = 0.00801733 Jy ! Component: 2000 - total flux cleaned = 0.00815351 Jy ! Total flux subtracted in 2048 components = 0.0082875 Jy ! Clean residual min=-0.001633 max=0.001377 Jy/beam ! Clean residual mean=-0.000002 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.198899 Jy keep ! Adding 134 model components to the UV plane model. ! The established model now contains 255 components and 0.198899 Jy ![Exited script file: muppet] wmap "J1121-0442_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.153 x 14.08 at 24.32 degrees (North through East) ! Clean map min=-0.0038048 max=0.14093 Jy/beam ! Writing clean map to FITS file: J1121-0442_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.140929 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00059612 device "J1121-0442_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J1121-0442_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.26898 1.26898 2.53795 5.07591 10.1518 20.3036 40.6072 81.2145 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.14 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.153 x 14.08 at 24.32 degrees (North through East) ! Clean map min=-0.0038048 max=0.14093 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1121-0442_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J1121-0442_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1121-0442_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 10:20:56 2006