! Started logfile: J0006-0623_S_2005_06_01_yyk_uvs.log on Sat Oct 8 16:44:05 2005 obs J0006-0623_S_2005_06_01_yyk_uve.fits ! Reading UV FITS file: J0006-0623_S_2005_06_01_yyk_uve.fits ! AN table 1: 5 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.813333 visibilities/baseline/integration-bin. ! Found source: J0006-0623 ! ! 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 1801 lines of history. ! ! Reading 732 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 J0006-0623_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)= 1.90916 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.752 mas, bmaj=7.006 mas, bpa=-1.694 degrees ! Estimated noise=1.65695 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 = 1.47757 Jy ! Component: 100 - total flux cleaned = 1.7674 Jy ! Total flux subtracted in 100 components = 1.7674 Jy ! Clean residual min=-0.133474 max=0.302033 Jy/beam ! Clean residual mean=-0.000876 rms=0.053404 Jy/beam ! Combined flux in latest and established models = 1.7674 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 1.7674 Jy ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.717834Jy sigma=13.130272 ! Fit after self-cal, rms=0.669338Jy sigma=12.368017 ! Inverting map and beam ! Estimated beam: bmin=2.752 mas, bmaj=7.006 mas, bpa=-1.694 degrees ! Estimated noise=1.65695 mJy/beam. ! Added new window around map position (-6, 1). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.380371 Jy ! Component: 100 - total flux cleaned = 0.541498 Jy ! Total flux subtracted in 100 components = 0.541498 Jy ! Clean residual min=-0.105098 max=0.143142 Jy/beam ! Clean residual mean=-0.000897 rms=0.029669 Jy/beam ! Combined flux in latest and established models = 2.3089 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 49 components and 2.3089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.459662Jy sigma=8.183082 ! Fit after self-cal, rms=0.417521Jy sigma=7.319939 ! Inverting map 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.179 mas, bmaj=8.348 mas, bpa=-4.177 degrees ! Estimated noise=1.3272 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.163861 Jy ! Component: 100 - total flux cleaned = 0.192763 Jy ! Component: 150 - total flux cleaned = 0.205455 Jy ! Component: 200 - total flux cleaned = 0.21405 Jy ! Total flux subtracted in 200 components = 0.21405 Jy ! Clean residual min=-0.077449 max=0.065929 Jy/beam ! Clean residual mean=-0.000981 rms=0.019724 Jy/beam ! Combined flux in latest and established models = 2.52295 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 75 components and 2.52295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.351548Jy sigma=6.203474 ! Fit after self-cal, rms=0.341134Jy sigma=5.974604 ! 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.179 x 8.348 at -4.177 degrees (North through East) ! Clean map min=-0.061761 max=1.6331 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.01444 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.98 HN 1.08 KP 0.92 ! LA 1.16 MK 0.90 NL 0.96 OV 0.96 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.981609 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.06 HN 1.09 KP 0.96 ! LA 1.12 MK 0.98 NL 0.98 OV 0.99 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.973309 ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.23 HN 1.04 KP 0.93 ! LA 0.90 MK 1.11 NL 1.05 OV 1.02 ! PT 1.05 SC 1.05 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.04356 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.06 HN 0.94 KP 0.86 ! LA 0.73 MK 1.10 NL 0.96 OV 0.83 ! PT 0.94 SC 1.16 ! ! ! Fit before self-cal, rms=0.341134Jy sigma=5.974604 ! Fit after self-cal, rms=0.193089Jy sigma=3.541327 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.193089Jy sigma=3.541327 ! Fit after self-cal, rms=0.193099Jy sigma=3.540768 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=8.449 mas, bpa=-4.234 degrees ! Estimated noise=1.32574 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.0331314 Jy ! Component: 100 - total flux cleaned = 0.024906 Jy ! Component: 150 - total flux cleaned = 0.0198682 Jy ! Component: 200 - total flux cleaned = 0.0192041 Jy ! Total flux subtracted in 200 components = 0.0192041 Jy ! Clean residual min=-0.026285 max=0.035957 Jy/beam ! Clean residual mean=-0.000081 rms=0.008640 Jy/beam ! Combined flux in latest and established models = 2.54215 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 85 components and 2.54215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173786Jy sigma=3.223945 ! Fit after self-cal, rms=0.170772Jy sigma=3.146793 ! 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.170772Jy sigma=3.146793 ! Fit after self-cal, rms=0.169783Jy sigma=3.124802 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.0117856 Jy ! Component: 100 - total flux cleaned = 0.0103325 Jy ! Component: 150 - total flux cleaned = 0.00772739 Jy ! Component: 200 - total flux cleaned = 0.00544854 Jy ! Total flux subtracted in 200 components = 0.00544854 Jy ! Clean residual min=-0.024639 max=0.027370 Jy/beam ! Clean residual mean=-0.000051 rms=0.006983 Jy/beam ! Combined flux in latest and established models = 2.5476 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 96 components and 2.5476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162365Jy sigma=3.012741 ! Fit after self-cal, rms=0.161326Jy sigma=2.989672 ! 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.276 x 8.449 at -4.234 degrees (North through East) ! Clean map min=-0.022104 max=1.6266 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.161326Jy sigma=2.989672 ! Fit after self-cal, rms=0.124769Jy sigma=2.112272 ! 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.124769Jy sigma=2.112272 ! Fit after self-cal, rms=0.124761Jy sigma=2.112171 ! Inverting map and beam ! Estimated beam: bmin=3.294 mas, bmaj=8.497 mas, bpa=-4.297 degrees ! Estimated noise=1.32174 mJy/beam. ! Added new window around map position (-5.5, 60.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.02964 Jy ! Component: 100 - total flux cleaned = 0.0316598 Jy ! Component: 150 - total flux cleaned = 0.0300285 Jy ! Component: 200 - total flux cleaned = 0.0290591 Jy ! Total flux subtracted in 200 components = 0.0290591 Jy ! Clean residual min=-0.015754 max=0.016803 Jy/beam ! Clean residual mean=-0.000069 rms=0.004954 Jy/beam ! Combined flux in latest and established models = 2.57666 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 109 components and 2.57666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115433Jy sigma=1.950286 ! Fit after self-cal, rms=0.114905Jy sigma=1.933294 ! 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.114905Jy sigma=1.933294 ! Fit after self-cal, rms=0.101189Jy sigma=1.679357 ! 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.101189Jy sigma=1.679357 ! Fit after self-cal, rms=0.101190Jy sigma=1.679348 ! Inverting map and beam ! Estimated beam: bmin=3.296 mas, bmaj=8.515 mas, bpa=-4.355 degrees ! Estimated noise=1.32303 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00670363 Jy ! Component: 100 - total flux cleaned = 0.00328495 Jy ! Component: 150 - total flux cleaned = 0.0011038 Jy ! Component: 200 - total flux cleaned = -0.000490521 Jy ! Total flux subtracted in 200 components = -0.000490521 Jy ! Clean residual min=-0.013778 max=0.015045 Jy/beam ! Clean residual mean=-0.000043 rms=0.004270 Jy/beam ! Combined flux in latest and established models = 2.57617 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 121 components and 2.57617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095939Jy sigma=1.595290 ! Fit after self-cal, rms=0.095474Jy sigma=1.582830 ! 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.811 mas, bmaj=14.12 mas, bpa=0.6524 degrees ! Estimated noise=1.65018 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.00145761 Jy ! Component: 100 - total flux cleaned = -0.00352393 Jy ! Component: 150 - total flux cleaned = -0.0057815 Jy ! Component: 200 - total flux cleaned = -0.00777906 Jy ! Total flux subtracted in 200 components = -0.00777906 Jy ! Clean residual min=-0.012371 max=0.013415 Jy/beam ! Clean residual mean=-0.000047 rms=0.003988 Jy/beam ! Combined flux in latest and established models = 2.56839 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 137 components and 2.56839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094142Jy sigma=1.561389 ! Fit after self-cal, rms=0.094160Jy sigma=1.555946 ! 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.798 mas, bmaj=7.079 mas, bpa=-2.005 degrees ! Estimated noise=1.64748 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.54866 Jy ! Component: 100 - total flux cleaned = 2.00168 Jy ! Component: 150 - total flux cleaned = 2.23309 Jy ! Component: 200 - total flux cleaned = 2.36709 Jy ! Total flux subtracted in 200 components = 2.36709 Jy ! Clean residual min=-0.034195 max=0.054021 Jy/beam ! Clean residual mean=-0.000049 rms=0.011355 Jy/beam ! Combined flux in latest and established models = 2.36709 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 38 model components to the UV plane model. ! The established model now contains 38 components and 2.36709 Jy ! Inverting map and beam ! Estimated beam: bmin=3.296 mas, bmaj=8.515 mas, bpa=-4.355 degrees ! Estimated noise=1.32303 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) ! Added new window around map position (-3, 0.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0984996 Jy ! Component: 100 - total flux cleaned = 0.148204 Jy ! Component: 150 - total flux cleaned = 0.175038 Jy ! Component: 200 - total flux cleaned = 0.184687 Jy ! Total flux subtracted in 200 components = 0.184687 Jy ! Clean residual min=-0.016626 max=0.015001 Jy/beam ! Clean residual mean=-0.000040 rms=0.004427 Jy/beam ! Combined flux in latest and established models = 2.55177 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 83 components and 2.55177 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.811 mas, bmaj=14.12 mas, bpa=0.6524 degrees ! Estimated noise=1.65018 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.0112959 Jy ! Component: 100 - total flux cleaned = 0.0131034 Jy ! Component: 150 - total flux cleaned = 0.0134315 Jy ! Component: 200 - total flux cleaned = 0.0124038 Jy ! Total flux subtracted in 200 components = 0.0124038 Jy ! Clean residual min=-0.012466 max=0.013695 Jy/beam ! Clean residual mean=-0.000043 rms=0.003927 Jy/beam ! Combined flux in latest and established models = 2.56418 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 110 components and 2.56418 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.296 mas, bmaj=8.515 mas, bpa=-4.355 degrees ! Estimated noise=1.32303 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00545655 Jy ! Component: 100 - total flux cleaned = 0.00649167 Jy ! Component: 150 - total flux cleaned = 0.00690506 Jy ! Component: 200 - total flux cleaned = 0.00652461 Jy ! Total flux subtracted in 200 components = 0.00652461 Jy ! Clean residual min=-0.013848 max=0.013211 Jy/beam ! Clean residual mean=-0.000031 rms=0.003600 Jy/beam ! Combined flux in latest and established models = 2.5707 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 133 components and 2.5707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087666Jy sigma=1.476371 ! Fit after self-cal, rms=0.086604Jy sigma=1.458082 wmodel J0006-0623_S_2005_06_01_yyk\_map.mod ! Writing 133 model components to file: J0006-0623_S_2005_06_01_yyk_map.mod wobs J0006-0623_S_2005_06_01_yyk\_uvs.fits ! Writing UV FITS file: J0006-0623_S_2005_06_01_yyk_uvs.fits wwins J0006-0623_S_2005_06_01_yyk\_map.win ! wwins: Wrote 4 windows to J0006-0623_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.00285562 Jy ! Component: 100 - total flux cleaned = 0.00307417 Jy ! Component: 150 - total flux cleaned = 0.0024986 Jy ! Component: 200 - total flux cleaned = 0.00194627 Jy ! Component: 250 - total flux cleaned = 0.00106928 Jy ! Component: 300 - total flux cleaned = -0.0004306 Jy ! Component: 350 - total flux cleaned = -0.00138592 Jy ! Component: 400 - total flux cleaned = -0.00261463 Jy ! Component: 450 - total flux cleaned = -0.00350031 Jy ! Component: 500 - total flux cleaned = -0.00465068 Jy ! Component: 550 - total flux cleaned = -0.00619089 Jy ! Component: 600 - total flux cleaned = -0.0075509 Jy ! Component: 650 - total flux cleaned = -0.00821279 Jy ! Component: 700 - total flux cleaned = -0.0092483 Jy ! Component: 750 - total flux cleaned = -0.00950069 Jy ! Component: 800 - total flux cleaned = -0.00986774 Jy ! Component: 850 - total flux cleaned = -0.00998596 Jy ! Component: 900 - total flux cleaned = -0.010106 Jy ! Component: 950 - total flux cleaned = -0.01034 Jy ! Component: 1000 - total flux cleaned = -0.0109103 Jy ! Component: 1050 - total flux cleaned = -0.0107993 Jy ! Component: 1100 - total flux cleaned = -0.0113507 Jy ! Component: 1150 - total flux cleaned = -0.0113509 Jy ! Component: 1200 - total flux cleaned = -0.0118825 Jy ! Component: 1250 - total flux cleaned = -0.0121939 Jy ! Component: 1300 - total flux cleaned = -0.0127085 Jy ! Component: 1350 - total flux cleaned = -0.0131114 Jy ! Component: 1400 - total flux cleaned = -0.0136079 Jy ! Component: 1450 - total flux cleaned = -0.0140962 Jy ! Component: 1500 - total flux cleaned = -0.0144808 Jy ! Component: 1550 - total flux cleaned = -0.0148618 Jy ! Component: 1600 - total flux cleaned = -0.0156078 Jy ! Component: 1650 - total flux cleaned = -0.0162492 Jy ! Component: 1700 - total flux cleaned = -0.0167889 Jy ! Component: 1750 - total flux cleaned = -0.0169666 Jy ! Component: 1800 - total flux cleaned = -0.0177529 Jy ! Component: 1850 - total flux cleaned = -0.0184412 Jy ! Component: 1900 - total flux cleaned = -0.0187785 Jy ! Component: 1950 - total flux cleaned = -0.0193632 Jy ! Component: 2000 - total flux cleaned = -0.0198569 Jy ! Total flux subtracted in 2048 components = -0.0206694 Jy ! Clean residual min=-0.004639 max=0.004629 Jy/beam ! Clean residual mean=0.000010 rms=0.001700 Jy/beam ! Combined flux in latest and established models = 2.55003 Jy keep ! Adding 124 model components to the UV plane model. ! The established model now contains 256 components and 2.55003 Jy ![Exited script file: muppet] wmap "J0006-0623_S_2005_06_01_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.296 x 8.515 at -4.355 degrees (North through East) ! Clean map min=-0.0090718 max=1.6158 Jy/beam ! Writing clean map to FITS file: J0006-0623_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 1.61575 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00167481 device "J0006-0623_S_2005_06_01_yyk\_map.eps/VPS" ! Attempting to open device: 'J0006-0623_S_2005_06_01_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.310964 0.310964 0.621929 1.24386 2.48771 4.97543 9.95086 19.9017 39.8034 79.6069 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.005 print "peak=",int(peak_flux*1000)/1000 ! peak= 1.615 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.296 x 8.515 at -4.355 degrees (North through East) ! Clean map min=-0.0090718 max=1.6158 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0006-0623_S_2005_06_01_yyk\_map.gif/gif" ! Attempting to open device: 'J0006-0623_S_2005_06_01_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0006-0623_S_2005_06_01_yyk_uvs.log closed on Sat Oct 8 16:44:09 2005