! Started logfile: J0405-1308_S_2005_07_08_yyk_uvs.log on Fri Jan 20 09:53:13 2006 obs J0405-1308_S_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J0405-1308_S_2005_07_08_yyk_uve.fits ! AN table 1: 4 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.95 visibilities/baseline/integration-bin. ! Found source: J0405-1308 ! ! 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 1412 lines of history. ! ! Reading 684 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 J0405-1308_S_2005_07_08_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.600666 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.554 mas, bmaj=6.71 mas, bpa=0.816 degrees ! Estimated noise=2.2368 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.486843 Jy ! Component: 100 - total flux cleaned = 0.579762 Jy ! Total flux subtracted in 100 components = 0.579762 Jy ! Clean residual min=-0.024258 max=0.034610 Jy/beam ! Clean residual mean=-0.000207 rms=0.007782 Jy/beam ! Combined flux in latest and established models = 0.579762 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.579762 Jy ! ! Correcting IF 1. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.129089Jy sigma=1.812464 ! Fit after self-cal, rms=0.128023Jy sigma=1.785612 ! Inverting map and beam ! Estimated beam: bmin=2.554 mas, bmaj=6.71 mas, bpa=0.816 degrees ! Estimated noise=2.2368 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.04 mas, bmaj=7.584 mas, bpa=-0.9431 degrees ! Estimated noise=1.71309 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.0452642 Jy ! Component: 100 - total flux cleaned = 0.0673998 Jy ! Component: 150 - total flux cleaned = 0.0784359 Jy ! Component: 200 - total flux cleaned = 0.0808906 Jy ! Total flux subtracted in 200 components = 0.0808906 Jy ! Clean residual min=-0.018457 max=0.026268 Jy/beam ! Clean residual mean=-0.000120 rms=0.005497 Jy/beam ! Combined flux in latest and established models = 0.660653 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 48 components and 0.660653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111951Jy sigma=1.561053 ! Fit after self-cal, rms=0.111806Jy sigma=1.558907 ! 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.04 x 7.584 at -0.9431 degrees (North through East) ! Clean map min=-0.018306 max=0.55088 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.0177 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.04 HN 1.03 KP 0.92 ! LA 1.07 MK 0.91 NL 0.93 OV 0.98 ! PT 1.06 SC 0.90 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.991271 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.02 HN 1.04 KP 1.00 ! LA 1.05 MK 0.98 NL 0.95 OV 1.05 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.974385 ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.91 HN 1.03 KP 0.98 ! LA 0.93 MK 1.12 NL 1.04 OV 1.04 ! PT 1.09 SC 0.97 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.03178 ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 FD 0.93 HN 0.91 KP 0.89 ! LA 0.77 MK 1.09 NL 0.94 OV 0.89 ! PT 1.01 SC 1.08 ! ! ! Fit before self-cal, rms=0.111806Jy sigma=1.558907 ! Fit after self-cal, rms=0.086068Jy sigma=1.205002 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.086068Jy sigma=1.205002 ! Fit after self-cal, rms=0.086046Jy sigma=1.204787 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.074 mas, bmaj=7.728 mas, bpa=-0.2953 degrees ! Estimated noise=1.72535 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 (5, -9). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0207992 Jy ! Component: 100 - total flux cleaned = 0.025788 Jy ! Component: 150 - total flux cleaned = 0.0278982 Jy ! Component: 200 - total flux cleaned = 0.0284653 Jy ! Total flux subtracted in 200 components = 0.0284653 Jy ! Clean residual min=-0.009471 max=0.008539 Jy/beam ! Clean residual mean=-0.000052 rms=0.002357 Jy/beam ! Combined flux in latest and established models = 0.689118 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 77 components and 0.689118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082003Jy sigma=1.131029 ! Fit after self-cal, rms=0.081809Jy sigma=1.127916 ! 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.081809Jy sigma=1.127916 ! Fit after self-cal, rms=0.079292Jy sigma=1.095938 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.00262413 Jy ! Component: 100 - total flux cleaned = 0.00324696 Jy ! Component: 150 - total flux cleaned = 0.0033811 Jy ! Component: 200 - total flux cleaned = 0.00350145 Jy ! Total flux subtracted in 200 components = 0.00350145 Jy ! Clean residual min=-0.008774 max=0.007405 Jy/beam ! Clean residual mean=-0.000049 rms=0.002169 Jy/beam ! Combined flux in latest and established models = 0.692619 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 87 components and 0.692619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078755Jy sigma=1.087758 ! Fit after self-cal, rms=0.078500Jy sigma=1.083819 ! 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.074 x 7.728 at -0.2953 degrees (North through East) ! Clean map min=-0.0083083 max=0.56189 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.078500Jy sigma=1.083819 ! Fit after self-cal, rms=0.073118Jy sigma=0.988540 ! 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.073118Jy sigma=0.988540 ! Fit after self-cal, rms=0.073133Jy sigma=0.988169 ! Inverting map and beam ! Estimated beam: bmin=3.072 mas, bmaj=7.716 mas, bpa=-0.3279 degrees ! Estimated noise=1.71838 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00433557 Jy ! Component: 100 - total flux cleaned = 0.00490761 Jy ! Component: 150 - total flux cleaned = 0.00490862 Jy ! Component: 200 - total flux cleaned = 0.00508101 Jy ! Total flux subtracted in 200 components = 0.00508101 Jy ! Clean residual min=-0.008150 max=0.006551 Jy/beam ! Clean residual mean=-0.000053 rms=0.001932 Jy/beam ! Combined flux in latest and established models = 0.6977 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 104 components and 0.6977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072639Jy sigma=0.980841 ! Fit after self-cal, rms=0.072620Jy sigma=0.979736 ! 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.072620Jy sigma=0.979736 ! Fit after self-cal, rms=0.071932Jy sigma=0.960772 ! 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.071932Jy sigma=0.960772 ! Fit after self-cal, rms=0.071942Jy sigma=0.960760 ! Inverting map and beam ! Estimated beam: bmin=3.073 mas, bmaj=7.714 mas, bpa=-0.3383 degrees ! Estimated noise=1.71734 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00278999 Jy ! Component: 100 - total flux cleaned = 0.00288819 Jy ! Component: 150 - total flux cleaned = 0.00289635 Jy ! Component: 200 - total flux cleaned = 0.00296276 Jy ! Total flux subtracted in 200 components = 0.00296276 Jy ! Clean residual min=-0.007669 max=0.006415 Jy/beam ! Clean residual mean=-0.000051 rms=0.001818 Jy/beam ! Combined flux in latest and established models = 0.700663 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 116 components and 0.700663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071697Jy sigma=0.957381 ! Fit after self-cal, rms=0.071694Jy sigma=0.956933 ! 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.566 mas, bmaj=15.36 mas, bpa=10.07 degrees ! Estimated noise=2.20844 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.000444593 Jy ! Component: 100 - total flux cleaned = 0.000329341 Jy ! Component: 150 - total flux cleaned = 0.000287919 Jy ! Component: 200 - total flux cleaned = 0.000325499 Jy ! Total flux subtracted in 200 components = 0.000325499 Jy ! Clean residual min=-0.008600 max=0.006934 Jy/beam ! Clean residual mean=-0.000102 rms=0.002613 Jy/beam ! Combined flux in latest and established models = 0.700989 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 127 components and 0.700989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071644Jy sigma=0.956693 ! Fit after self-cal, rms=0.071649Jy sigma=0.956529 ! Inverting map uvtaper 0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.567 mas, bmaj=6.768 mas, bpa=1.181 degrees ! Estimated noise=2.23185 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.486195 Jy ! Component: 100 - total flux cleaned = 0.577837 Jy ! Component: 150 - total flux cleaned = 0.618002 Jy ! Component: 200 - total flux cleaned = 0.642722 Jy ! Total flux subtracted in 200 components = 0.642722 Jy ! Clean residual min=-0.009300 max=0.011462 Jy/beam ! Clean residual mean=-0.000122 rms=0.003019 Jy/beam ! Combined flux in latest and established models = 0.642722 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 57 model components to the UV plane model. ! The established model now contains 57 components and 0.642722 Jy ! Inverting map and beam ! Estimated beam: bmin=3.073 mas, bmaj=7.714 mas, bpa=-0.3383 degrees ! Estimated noise=1.71734 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.0210028 Jy ! Component: 100 - total flux cleaned = 0.0331621 Jy ! Component: 150 - total flux cleaned = 0.0409837 Jy ! Component: 200 - total flux cleaned = 0.046242 Jy ! Total flux subtracted in 200 components = 0.046242 Jy ! Clean residual min=-0.006847 max=0.005953 Jy/beam ! Clean residual mean=-0.000083 rms=0.001885 Jy/beam ! Combined flux in latest and established models = 0.688964 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 117 components and 0.688964 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.566 mas, bmaj=15.36 mas, bpa=10.07 degrees ! Estimated noise=2.20844 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.00527978 Jy ! Component: 100 - total flux cleaned = 0.00805169 Jy ! Component: 150 - total flux cleaned = 0.00890804 Jy ! Component: 200 - total flux cleaned = 0.00948136 Jy ! Total flux subtracted in 200 components = 0.00948136 Jy ! Clean residual min=-0.008604 max=0.007586 Jy/beam ! Clean residual mean=-0.000115 rms=0.002639 Jy/beam ! Combined flux in latest and established models = 0.698446 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 162 components and 0.698446 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.073 mas, bmaj=7.714 mas, bpa=-0.3383 degrees ! Estimated noise=1.71734 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000327075 Jy ! Component: 100 - total flux cleaned = 0.000590904 Jy ! Component: 150 - total flux cleaned = 0.000646075 Jy ! Component: 200 - total flux cleaned = 0.000698134 Jy ! Total flux subtracted in 200 components = 0.000698134 Jy ! Clean residual min=-0.006538 max=0.005688 Jy/beam ! Clean residual mean=-0.000057 rms=0.001761 Jy/beam ! Combined flux in latest and established models = 0.699144 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 178 components and 0.699144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071586Jy sigma=0.953708 ! Fit after self-cal, rms=0.071570Jy sigma=0.953354 wmodel J0405-1308_S_2005_07_08_yyk\_map.mod ! Writing 178 model components to file: J0405-1308_S_2005_07_08_yyk_map.mod wobs J0405-1308_S_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J0405-1308_S_2005_07_08_yyk_uvs.fits wwins J0405-1308_S_2005_07_08_yyk\_map.win ! wwins: Wrote 2 windows to J0405-1308_S_2005_07_08_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.00166244 Jy ! Component: 100 - total flux cleaned = -0.00166932 Jy ! Component: 150 - total flux cleaned = -0.00121085 Jy ! Component: 200 - total flux cleaned = -0.000605529 Jy ! Component: 250 - total flux cleaned = -0.000279827 Jy ! Component: 300 - total flux cleaned = -0.000127426 Jy ! Component: 350 - total flux cleaned = 9.18601e-05 Jy ! Component: 400 - total flux cleaned = 0.000162707 Jy ! Component: 450 - total flux cleaned = 0.000163732 Jy ! Component: 500 - total flux cleaned = -2.79943e-05 Jy ! Component: 550 - total flux cleaned = -2.799e-05 Jy ! Component: 600 - total flux cleaned = -0.000147081 Jy ! Component: 650 - total flux cleaned = -0.000145941 Jy ! Component: 700 - total flux cleaned = -0.000312222 Jy ! Component: 750 - total flux cleaned = -0.000419471 Jy ! Component: 800 - total flux cleaned = -0.000577207 Jy ! Component: 850 - total flux cleaned = -0.000880664 Jy ! Component: 900 - total flux cleaned = -0.00107677 Jy ! Component: 950 - total flux cleaned = -0.00112403 Jy ! Component: 1000 - total flux cleaned = -0.00121778 Jy ! Component: 1050 - total flux cleaned = -0.00126308 Jy ! Component: 1100 - total flux cleaned = -0.00121803 Jy ! Component: 1150 - total flux cleaned = -0.0013497 Jy ! Component: 1200 - total flux cleaned = -0.00143479 Jy ! Component: 1250 - total flux cleaned = -0.00156115 Jy ! Component: 1300 - total flux cleaned = -0.00168429 Jy ! Component: 1350 - total flux cleaned = -0.00184576 Jy ! Component: 1400 - total flux cleaned = -0.00208272 Jy ! Component: 1450 - total flux cleaned = -0.00212114 Jy ! Component: 1500 - total flux cleaned = -0.00231131 Jy ! Component: 1550 - total flux cleaned = -0.00238662 Jy ! Component: 1600 - total flux cleaned = -0.00257142 Jy ! Component: 1650 - total flux cleaned = -0.00264359 Jy ! Component: 1700 - total flux cleaned = -0.00264388 Jy ! Component: 1750 - total flux cleaned = -0.0027147 Jy ! Component: 1800 - total flux cleaned = -0.00281876 Jy ! Component: 1850 - total flux cleaned = -0.00278484 Jy ! Component: 1900 - total flux cleaned = -0.00275167 Jy ! Component: 1950 - total flux cleaned = -0.00278519 Jy ! Component: 2000 - total flux cleaned = -0.00278464 Jy ! Total flux subtracted in 2048 components = -0.0027201 Jy ! Clean residual min=-0.001967 max=0.001671 Jy/beam ! Clean residual mean=-0.000015 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.696424 Jy keep ! Adding 156 model components to the UV plane model. ! The established model now contains 334 components and 0.696424 Jy ![Exited script file: muppet] wmap "J0405-1308_S_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.073 x 7.714 at -0.3383 degrees (North through East) ! Clean map min=-0.0039888 max=0.56462 Jy/beam ! Writing clean map to FITS file: J0405-1308_S_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.56462 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000654939 device "J0405-1308_S_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J0405-1308_S_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.34799 0.34799 0.695979 1.39196 2.78392 5.56783 11.1357 22.2713 44.5427 89.0853 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.564 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.073 x 7.714 at -0.3383 degrees (North through East) ! Clean map min=-0.0039888 max=0.56462 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0405-1308_S_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J0405-1308_S_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0405-1308_S_2005_07_08_yyk_uvs.log closed on Fri Jan 20 09:53:17 2006