! Started logfile: J0957-1350_S_2005_06_01_yyk_uvs.log on Sat Oct 8 17:14:10 2005 obs J0957-1350_S_2005_06_01_yyk_uve.fits ! Reading UV FITS file: J0957-1350_S_2005_06_01_yyk_uve.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.880556 visibilities/baseline/integration-bin. ! Found source: J0957-1350 ! ! 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 1802 lines of history. ! ! Reading 2536 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 J0957-1350_S_2005_06_01_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.221401 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.594 mas, bmaj=6.534 mas, bpa=2.838 degrees ! Estimated noise=1.25308 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.168981 Jy ! Component: 100 - total flux cleaned = 0.203877 Jy ! Total flux subtracted in 100 components = 0.203877 Jy ! Clean residual min=-0.007354 max=0.009517 Jy/beam ! Clean residual mean=0.000255 rms=0.002265 Jy/beam ! Combined flux in latest and established models = 0.203877 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.203877 Jy ! ! Correcting IF 1. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.078526Jy sigma=1.257018 ! Fit after self-cal, rms=0.078298Jy sigma=1.252249 ! Inverting map and beam ! Estimated beam: bmin=2.594 mas, bmaj=6.534 mas, bpa=2.838 degrees ! Estimated noise=1.25308 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.28 mas, bmaj=8.096 mas, bpa=-0.3752 degrees ! Estimated noise=0.768639 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.0127225 Jy ! Component: 100 - total flux cleaned = 0.0181905 Jy ! Component: 150 - total flux cleaned = 0.0204261 Jy ! Component: 200 - total flux cleaned = 0.0208588 Jy ! Total flux subtracted in 200 components = 0.0208587 Jy ! Clean residual min=-0.007741 max=0.011447 Jy/beam ! Clean residual mean=0.000256 rms=0.002728 Jy/beam ! Combined flux in latest and established models = 0.224736 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 34 components and 0.224736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076014Jy sigma=1.223323 ! Fit after self-cal, rms=0.075981Jy sigma=1.222967 ! 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.28 x 8.096 at -0.3752 degrees (North through East) ! Clean map min=-0.007494 max=0.19304 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.03804 ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 0.96 HN 0.98 KP 0.97 ! LA 1.19 MK 0.88 NL 0.90 OV 0.90 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00362 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.07 HN 1.02 KP 1.02 ! LA 1.13 MK 0.98 NL 0.91 OV 0.96 ! PT 0.98 SC 0.94 ! ! ! 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.075981Jy sigma=1.222967 ! Fit after self-cal, rms=0.073875Jy sigma=1.192065 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.073875Jy sigma=1.192065 ! Fit after self-cal, rms=0.073871Jy sigma=1.191956 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.225 mas, bmaj=7.936 mas, bpa=-0.324 degrees ! Estimated noise=0.769399 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.00454113 Jy ! Component: 100 - total flux cleaned = 0.00532959 Jy ! Component: 150 - total flux cleaned = 0.00591064 Jy ! Component: 200 - total flux cleaned = 0.00634539 Jy ! Total flux subtracted in 200 components = 0.00634539 Jy ! Clean residual min=-0.007381 max=0.011112 Jy/beam ! Clean residual mean=0.000436 rms=0.002458 Jy/beam ! Combined flux in latest and established models = 0.231081 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 40 components and 0.231081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073549Jy sigma=1.186976 ! Fit after self-cal, rms=0.073527Jy sigma=1.186752 ! 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.073527Jy sigma=1.186752 ! Fit after self-cal, rms=0.071713Jy sigma=1.153033 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.0013664 Jy ! Component: 100 - total flux cleaned = 0.00162998 Jy ! Component: 150 - total flux cleaned = 0.00176826 Jy ! Component: 200 - total flux cleaned = 0.00189482 Jy ! Total flux subtracted in 200 components = 0.00189482 Jy ! Clean residual min=-0.007324 max=0.011005 Jy/beam ! Clean residual mean=0.000422 rms=0.002437 Jy/beam ! Combined flux in latest and established models = 0.232976 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 44 components and 0.232976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071668Jy sigma=1.151799 ! Fit after self-cal, rms=0.071593Jy sigma=1.149719 ! 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.225 x 7.936 at -0.324 degrees (North through East) ! Clean map min=-0.0072288 max=0.19144 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.071593Jy sigma=1.149719 ! Fit after self-cal, rms=0.069635Jy sigma=1.132187 ! 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.069635Jy sigma=1.132187 ! Fit after self-cal, rms=0.069661Jy sigma=1.131967 ! Inverting map and beam ! Estimated beam: bmin=3.2 mas, bmaj=7.87 mas, bpa=-0.1784 degrees ! Estimated noise=0.754734 mJy/beam. ! Added new window around map position (1, 39.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123884 Jy ! Component: 100 - total flux cleaned = 0.0181578 Jy ! Component: 150 - total flux cleaned = 0.0206566 Jy ! Component: 200 - total flux cleaned = 0.0225488 Jy ! Total flux subtracted in 200 components = 0.0225488 Jy ! Clean residual min=-0.006208 max=0.005609 Jy/beam ! Clean residual mean=0.000305 rms=0.001543 Jy/beam ! Combined flux in latest and established models = 0.255525 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 50 model components to the UV plane model. ! The established model now contains 90 components and 0.255525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068524Jy sigma=1.097120 ! Fit after self-cal, rms=0.068496Jy sigma=1.096301 ! 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.068496Jy sigma=1.096301 ! Fit after self-cal, rms=0.067827Jy sigma=1.071107 ! 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.067827Jy sigma=1.071107 ! Fit after self-cal, rms=0.067830Jy sigma=1.071050 ! Inverting map and beam ! Estimated beam: bmin=3.203 mas, bmaj=7.889 mas, bpa=-0.2782 degrees ! Estimated noise=0.758817 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00285076 Jy ! Component: 100 - total flux cleaned = 0.00407977 Jy ! Component: 150 - total flux cleaned = 0.00478207 Jy ! Component: 200 - total flux cleaned = 0.00540059 Jy ! Total flux subtracted in 200 components = 0.00540059 Jy ! Clean residual min=-0.004667 max=0.004881 Jy/beam ! Clean residual mean=0.000263 rms=0.001352 Jy/beam ! Combined flux in latest and established models = 0.260925 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 104 components and 0.260925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067638Jy sigma=1.068237 ! Fit after self-cal, rms=0.067638Jy sigma=1.068158 ! 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.736 mas, bmaj=15.64 mas, bpa=12.67 degrees ! Estimated noise=0.964012 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.0029698 Jy ! Component: 100 - total flux cleaned = 0.00357489 Jy ! Component: 150 - total flux cleaned = 0.00403324 Jy ! Component: 200 - total flux cleaned = 0.00450447 Jy ! Total flux subtracted in 200 components = 0.00450447 Jy ! Clean residual min=-0.005407 max=0.006519 Jy/beam ! Clean residual mean=0.000481 rms=0.002027 Jy/beam ! Combined flux in latest and established models = 0.26543 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 114 components and 0.26543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067712Jy sigma=1.069187 ! Fit after self-cal, rms=0.067677Jy sigma=1.068785 ! 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.573 mas, bmaj=6.47 mas, bpa=2.833 degrees ! Estimated noise=1.21883 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.165374 Jy ! Component: 100 - total flux cleaned = 0.201164 Jy ! Component: 150 - total flux cleaned = 0.215609 Jy ! Component: 200 - total flux cleaned = 0.225244 Jy ! Total flux subtracted in 200 components = 0.225244 Jy ! Clean residual min=-0.006073 max=0.006434 Jy/beam ! Clean residual mean=0.000263 rms=0.001682 Jy/beam ! Combined flux in latest and established models = 0.225245 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 49 model components to the UV plane model. ! The established model now contains 49 components and 0.225245 Jy ! Inverting map and beam ! Estimated beam: bmin=3.203 mas, bmaj=7.889 mas, bpa=-0.2782 degrees ! Estimated noise=0.758817 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.0103278 Jy ! Component: 100 - total flux cleaned = 0.0172449 Jy ! Component: 150 - total flux cleaned = 0.0222655 Jy ! Component: 200 - total flux cleaned = 0.0261039 Jy ! Total flux subtracted in 200 components = 0.0261039 Jy ! Clean residual min=-0.004918 max=0.005804 Jy/beam ! Clean residual mean=0.000316 rms=0.001472 Jy/beam ! Combined flux in latest and established models = 0.251348 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 83 components and 0.251348 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.736 mas, bmaj=15.64 mas, bpa=12.67 degrees ! Estimated noise=0.964012 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.00569612 Jy ! Component: 100 - total flux cleaned = 0.00908394 Jy ! Component: 150 - total flux cleaned = 0.010501 Jy ! Component: 200 - total flux cleaned = 0.011284 Jy ! Total flux subtracted in 200 components = 0.011284 Jy ! Clean residual min=-0.005723 max=0.006758 Jy/beam ! Clean residual mean=0.000513 rms=0.002067 Jy/beam ! Combined flux in latest and established models = 0.262632 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 100 components and 0.262632 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.203 mas, bmaj=7.889 mas, bpa=-0.2782 degrees ! Estimated noise=0.758817 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00108748 Jy ! Component: 100 - total flux cleaned = -0.000891647 Jy ! Component: 150 - total flux cleaned = -0.000655814 Jy ! Component: 200 - total flux cleaned = -0.000448552 Jy ! Total flux subtracted in 200 components = -0.000448552 Jy ! Clean residual min=-0.004754 max=0.005093 Jy/beam ! Clean residual mean=0.000256 rms=0.001352 Jy/beam ! Combined flux in latest and established models = 0.262184 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 112 components and 0.262184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067736Jy sigma=1.069806 ! Fit after self-cal, rms=0.067735Jy sigma=1.069695 wmodel J0957-1350_S_2005_06_01_yyk\_map.mod ! Writing 112 model components to file: J0957-1350_S_2005_06_01_yyk_map.mod wobs J0957-1350_S_2005_06_01_yyk\_uvs.fits ! Writing UV FITS file: J0957-1350_S_2005_06_01_yyk_uvs.fits wwins J0957-1350_S_2005_06_01_yyk\_map.win ! wwins: Wrote 2 windows to J0957-1350_S_2005_06_01_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.000859785 Jy ! Component: 100 - total flux cleaned = 0.00151756 Jy ! Component: 150 - total flux cleaned = 0.00221605 Jy ! Component: 200 - total flux cleaned = 0.00280223 Jy ! Component: 250 - total flux cleaned = 0.00308352 Jy ! Component: 300 - total flux cleaned = 0.00348369 Jy ! Component: 350 - total flux cleaned = 0.0041214 Jy ! Component: 400 - total flux cleaned = 0.00473491 Jy ! Component: 450 - total flux cleaned = 0.00514886 Jy ! Component: 500 - total flux cleaned = 0.00555043 Jy ! Component: 550 - total flux cleaned = 0.00599354 Jy ! Component: 600 - total flux cleaned = 0.0063683 Jy ! Component: 650 - total flux cleaned = 0.00667931 Jy ! Component: 700 - total flux cleaned = 0.00688117 Jy ! Component: 750 - total flux cleaned = 0.00707761 Jy ! Component: 800 - total flux cleaned = 0.00731636 Jy ! Component: 850 - total flux cleaned = 0.00745585 Jy ! Component: 900 - total flux cleaned = 0.00754715 Jy ! Component: 950 - total flux cleaned = 0.00785952 Jy ! Component: 1000 - total flux cleaned = 0.00812117 Jy ! Component: 1050 - total flux cleaned = 0.00841981 Jy ! Component: 1100 - total flux cleaned = 0.00867091 Jy ! Component: 1150 - total flux cleaned = 0.00887548 Jy ! Component: 1200 - total flux cleaned = 0.00915839 Jy ! Component: 1250 - total flux cleaned = 0.00951328 Jy ! Component: 1300 - total flux cleaned = 0.0098222 Jy ! Component: 1350 - total flux cleaned = 0.0101255 Jy ! Component: 1400 - total flux cleaned = 0.0105353 Jy ! Component: 1450 - total flux cleaned = 0.0109375 Jy ! Component: 1500 - total flux cleaned = 0.0112617 Jy ! Component: 1550 - total flux cleaned = 0.011652 Jy ! Component: 1600 - total flux cleaned = 0.0120014 Jy ! Component: 1650 - total flux cleaned = 0.0124138 Jy ! Component: 1700 - total flux cleaned = 0.0128544 Jy ! Component: 1750 - total flux cleaned = 0.013155 Jy ! Component: 1800 - total flux cleaned = 0.0136488 Jy ! Component: 1850 - total flux cleaned = 0.0140052 Jy ! Component: 1900 - total flux cleaned = 0.0143247 Jy ! Component: 1950 - total flux cleaned = 0.0147973 Jy ! Component: 2000 - total flux cleaned = 0.0152323 Jy ! Total flux subtracted in 2048 components = 0.0155999 Jy ! Clean residual min=-0.002014 max=0.001597 Jy/beam ! Clean residual mean=0.000138 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.277784 Jy keep ! Adding 140 model components to the UV plane model. ! The established model now contains 252 components and 0.277783 Jy ![Exited script file: muppet] wmap "J0957-1350_S_2005_06_01_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.203 x 7.889 at -0.2782 degrees (North through East) ! Clean map min=-0.0030263 max=0.19052 Jy/beam ! Writing clean map to FITS file: J0957-1350_S_2005_06_01_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.190517 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000631375 device "J0957-1350_S_2005_06_01_yyk\_map.eps/VPS" ! Attempting to open device: 'J0957-1350_S_2005_06_01_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.994203 0.994203 1.98841 3.97681 7.95363 15.9073 31.8145 63.629 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.19 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.203 x 7.889 at -0.2782 degrees (North through East) ! Clean map min=-0.0030263 max=0.19052 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0957-1350_S_2005_06_01_yyk\_map.gif/gif" ! Attempting to open device: 'J0957-1350_S_2005_06_01_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0957-1350_S_2005_06_01_yyk_uvs.log closed on Sat Oct 8 17:14:14 2005