! Started logfile: J0610-2301_S_2005_07_08_yyk_uvs.log on Fri Jan 20 10:00:29 2006 obs J0610-2301_S_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J0610-2301_S_2005_07_08_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.965657 visibilities/baseline/integration-bin. ! Found source: J0610-2301 ! ! 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 1411 lines of history. ! ! Reading 1912 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 J0610-2301_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.33785 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.592 mas, bmaj=6.776 mas, bpa=-7.949 degrees ! Estimated noise=1.45626 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.264761 Jy ! Component: 100 - total flux cleaned = 0.321905 Jy ! Total flux subtracted in 100 components = 0.321905 Jy ! Clean residual min=-0.011970 max=0.016552 Jy/beam ! Clean residual mean=-0.000123 rms=0.003062 Jy/beam ! Combined flux in latest and established models = 0.321905 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.321905 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 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.098894Jy sigma=1.304946 ! Fit after self-cal, rms=0.098630Jy sigma=1.301238 ! Inverting map and beam ! Estimated beam: bmin=2.592 mas, bmaj=6.776 mas, bpa=-7.949 degrees ! Estimated noise=1.45626 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.199 mas, bmaj=8.229 mas, bpa=-8.021 degrees ! Estimated noise=1.03493 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.0206769 Jy ! Component: 100 - total flux cleaned = 0.028622 Jy ! Component: 150 - total flux cleaned = 0.0311145 Jy ! Component: 200 - total flux cleaned = 0.0312879 Jy ! Total flux subtracted in 200 components = 0.0312879 Jy ! Clean residual min=-0.008268 max=0.008824 Jy/beam ! Clean residual mean=-0.000175 rms=0.002421 Jy/beam ! Combined flux in latest and established models = 0.353192 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 34 components and 0.353192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093833Jy sigma=1.249531 ! Fit after self-cal, rms=0.093812Jy sigma=1.249399 ! 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.199 x 8.229 at -8.021 degrees (North through East) ! Clean map min=-0.0079175 max=0.30434 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.03126 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.02 HN 1.03 KP 0.94 ! LA 1.05 MK 0.89 NL 0.92 OV 0.97 ! PT 1.03 SC 0.89 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.0002 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.01 HN 1.08 KP 1.00 ! LA 1.02 MK 0.94 NL 0.95 OV 0.99 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.944402 ! Telescope amplitude corrections in sub-array 1: ! BR 1.42 FD 0.93 HN 1.08 KP 0.96 ! LA 0.92 MK 1.10 NL 1.03 OV 1.02 ! PT 1.11 SC 1.03 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.05777 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.97 HN 0.96 KP 0.90 ! LA 0.77 MK 1.11 NL 0.96 OV 0.85 ! PT 0.98 SC 1.03 ! ! ! Fit before self-cal, rms=0.093812Jy sigma=1.249399 ! Fit after self-cal, rms=0.084975Jy sigma=1.104877 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.084975Jy sigma=1.104877 ! Fit after self-cal, rms=0.084967Jy sigma=1.104792 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.218 mas, bmaj=8.302 mas, bpa=-7.552 degrees ! Estimated noise=1.03623 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.00155518 Jy ! Component: 100 - total flux cleaned = 0.00155405 Jy ! Component: 150 - total flux cleaned = 0.00163597 Jy ! Component: 200 - total flux cleaned = 0.00163411 Jy ! Total flux subtracted in 200 components = 0.00163411 Jy ! Clean residual min=-0.004093 max=0.004547 Jy/beam ! Clean residual mean=-0.000040 rms=0.001157 Jy/beam ! Combined flux in latest and established models = 0.354827 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.354827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084740Jy sigma=1.102281 ! Fit after self-cal, rms=0.084717Jy sigma=1.102196 ! 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.084717Jy sigma=1.102196 ! Fit after self-cal, rms=0.081964Jy sigma=1.066997 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.000398075 Jy ! Component: 100 - total flux cleaned = 0.000460013 Jy ! Component: 150 - total flux cleaned = 0.000511769 Jy ! Component: 200 - total flux cleaned = 0.000558211 Jy ! Total flux subtracted in 200 components = 0.000558211 Jy ! Clean residual min=-0.004198 max=0.004493 Jy/beam ! Clean residual mean=-0.000038 rms=0.001143 Jy/beam ! Combined flux in latest and established models = 0.355385 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 40 components and 0.355385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081866Jy sigma=1.066072 ! Fit after self-cal, rms=0.081638Jy sigma=1.063381 ! 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.218 x 8.302 at -7.552 degrees (North through East) ! Clean map min=-0.0040036 max=0.30806 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.081638Jy sigma=1.063381 ! Fit after self-cal, rms=0.073531Jy sigma=0.957650 ! 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.073531Jy sigma=0.957650 ! Fit after self-cal, rms=0.073516Jy sigma=0.957339 ! Inverting map and beam ! Estimated beam: bmin=3.214 mas, bmaj=8.301 mas, bpa=-7.596 degrees ! Estimated noise=1.03121 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 7.47422e-05 Jy ! Component: 100 - total flux cleaned = 0.000110833 Jy ! Component: 150 - total flux cleaned = 0.000145321 Jy ! Component: 200 - total flux cleaned = 0.000176199 Jy ! Total flux subtracted in 200 components = 0.000176199 Jy ! Clean residual min=-0.003436 max=0.003733 Jy/beam ! Clean residual mean=-0.000009 rms=0.000985 Jy/beam ! Combined flux in latest and established models = 0.355561 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 43 components and 0.355561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073489Jy sigma=0.956895 ! Fit after self-cal, rms=0.073487Jy sigma=0.956832 ! 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.073487Jy sigma=0.956832 ! Fit after self-cal, rms=0.072700Jy sigma=0.939551 ! 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.072700Jy sigma=0.939551 ! Fit after self-cal, rms=0.072702Jy sigma=0.939534 ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=8.305 mas, bpa=-7.565 degrees ! Estimated noise=1.03215 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000349746 Jy ! Component: 100 - total flux cleaned = 0.000386237 Jy ! Component: 150 - total flux cleaned = 0.000415828 Jy ! Component: 200 - total flux cleaned = 0.000417403 Jy ! Total flux subtracted in 200 components = 0.000417403 Jy ! Clean residual min=-0.003403 max=0.003800 Jy/beam ! Clean residual mean=-0.000005 rms=0.000979 Jy/beam ! Combined flux in latest and established models = 0.355978 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.355978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072680Jy sigma=0.939163 ! Fit after self-cal, rms=0.072676Jy sigma=0.939143 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.166 mas, bmaj=18.36 mas, bpa=-2.891 degrees ! Estimated noise=1.31443 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 = -5.53084e-05 Jy ! Component: 100 - total flux cleaned = -3.13527e-05 Jy ! Component: 150 - total flux cleaned = -3.33376e-05 Jy ! Component: 200 - total flux cleaned = -3.25234e-05 Jy ! Total flux subtracted in 200 components = -3.25234e-05 Jy ! Clean residual min=-0.003897 max=0.003587 Jy/beam ! Clean residual mean=-0.000007 rms=0.001230 Jy/beam ! Combined flux in latest and established models = 0.355946 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 58 components and 0.355946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072674Jy sigma=0.939284 ! Fit after self-cal, rms=0.072670Jy sigma=0.939227 ! 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.601 mas, bmaj=6.824 mas, bpa=-7.927 degrees ! Estimated noise=1.43557 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.261331 Jy ! Component: 100 - total flux cleaned = 0.317072 Jy ! Component: 150 - total flux cleaned = 0.338432 Jy ! Component: 200 - total flux cleaned = 0.347667 Jy ! Total flux subtracted in 200 components = 0.347667 Jy ! Clean residual min=-0.005994 max=0.006575 Jy/beam ! Clean residual mean=-0.000012 rms=0.001517 Jy/beam ! Combined flux in latest and established models = 0.347667 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.347667 Jy ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=8.305 mas, bpa=-7.565 degrees ! Estimated noise=1.03215 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.0050687 Jy ! Component: 100 - total flux cleaned = 0.00685968 Jy ! Component: 150 - total flux cleaned = 0.00747877 Jy ! Component: 200 - total flux cleaned = 0.00752257 Jy ! Total flux subtracted in 200 components = 0.00752257 Jy ! Clean residual min=-0.003503 max=0.003837 Jy/beam ! Clean residual mean=-0.000007 rms=0.000981 Jy/beam ! Combined flux in latest and established models = 0.35519 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 47 components and 0.35519 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.166 mas, bmaj=18.36 mas, bpa=-2.891 degrees ! Estimated noise=1.31443 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.00033358 Jy ! Component: 100 - total flux cleaned = 0.000277893 Jy ! Component: 150 - total flux cleaned = 0.00027684 Jy ! Component: 200 - total flux cleaned = 0.000296023 Jy ! Total flux subtracted in 200 components = 0.000296023 Jy ! Clean residual min=-0.003908 max=0.003735 Jy/beam ! Clean residual mean=-0.000007 rms=0.001243 Jy/beam ! Combined flux in latest and established models = 0.355486 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 51 components and 0.355486 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=8.305 mas, bpa=-7.565 degrees ! Estimated noise=1.03215 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000210146 Jy ! Component: 100 - total flux cleaned = -0.000155143 Jy ! Component: 150 - total flux cleaned = -0.000108814 Jy ! Component: 200 - total flux cleaned = -6.77566e-05 Jy ! Total flux subtracted in 200 components = -6.77566e-05 Jy ! Clean residual min=-0.003485 max=0.003865 Jy/beam ! Clean residual mean=-0.000006 rms=0.000978 Jy/beam ! Combined flux in latest and established models = 0.355418 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.355418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072675Jy sigma=0.938952 ! Fit after self-cal, rms=0.072667Jy sigma=0.938903 wmodel J0610-2301_S_2005_07_08_yyk\_map.mod ! Writing 52 model components to file: J0610-2301_S_2005_07_08_yyk_map.mod wobs J0610-2301_S_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J0610-2301_S_2005_07_08_yyk_uvs.fits wwins J0610-2301_S_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J0610-2301_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.000587376 Jy ! Component: 100 - total flux cleaned = 0.00014403 Jy ! Component: 150 - total flux cleaned = -0.000328144 Jy ! Component: 200 - total flux cleaned = -0.000496723 Jy ! Component: 250 - total flux cleaned = -0.000656817 Jy ! Component: 300 - total flux cleaned = -0.000811247 Jy ! Component: 350 - total flux cleaned = -0.000960306 Jy ! Component: 400 - total flux cleaned = -0.00105625 Jy ! Component: 450 - total flux cleaned = -0.00114875 Jy ! Component: 500 - total flux cleaned = -0.00128357 Jy ! Component: 550 - total flux cleaned = -0.00150129 Jy ! Component: 600 - total flux cleaned = -0.00154245 Jy ! Component: 650 - total flux cleaned = -0.00166731 Jy ! Component: 700 - total flux cleaned = -0.00178967 Jy ! Component: 750 - total flux cleaned = -0.00198954 Jy ! Component: 800 - total flux cleaned = -0.00222435 Jy ! Component: 850 - total flux cleaned = -0.0024156 Jy ! Component: 900 - total flux cleaned = -0.00252846 Jy ! Component: 950 - total flux cleaned = -0.00271254 Jy ! Component: 1000 - total flux cleaned = -0.00282034 Jy ! Component: 1050 - total flux cleaned = -0.0027501 Jy ! Component: 1100 - total flux cleaned = -0.00285587 Jy ! Component: 1150 - total flux cleaned = -0.00289028 Jy ! Component: 1200 - total flux cleaned = -0.00292368 Jy ! Component: 1250 - total flux cleaned = -0.00295647 Jy ! Component: 1300 - total flux cleaned = -0.00298881 Jy ! Component: 1350 - total flux cleaned = -0.00305278 Jy ! Component: 1400 - total flux cleaned = -0.00311602 Jy ! Component: 1450 - total flux cleaned = -0.00311634 Jy ! Component: 1500 - total flux cleaned = -0.00305544 Jy ! Component: 1550 - total flux cleaned = -0.00314572 Jy ! Component: 1600 - total flux cleaned = -0.00317496 Jy ! Component: 1650 - total flux cleaned = -0.00320397 Jy ! Component: 1700 - total flux cleaned = -0.00323265 Jy ! Component: 1750 - total flux cleaned = -0.00317497 Jy ! Component: 1800 - total flux cleaned = -0.00311829 Jy ! Component: 1850 - total flux cleaned = -0.00303463 Jy ! Component: 1900 - total flux cleaned = -0.00286938 Jy ! Component: 1950 - total flux cleaned = -0.00284255 Jy ! Component: 2000 - total flux cleaned = -0.00265376 Jy ! Total flux subtracted in 2048 components = -0.00260039 Jy ! Clean residual min=-0.001449 max=0.001601 Jy/beam ! Clean residual mean=0.000003 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.352818 Jy keep ! Adding 115 model components to the UV plane model. ! The established model now contains 167 components and 0.352818 Jy ![Exited script file: muppet] wmap "J0610-2301_S_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.213 x 8.305 at -7.565 degrees (North through East) ! Clean map min=-0.0033497 max=0.30863 Jy/beam ! Writing clean map to FITS file: J0610-2301_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.308632 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000529965 device "J0610-2301_S_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J0610-2301_S_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.515142 0.515142 1.03028 2.06057 4.12114 8.24227 16.4845 32.9691 65.9382 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.308 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.213 x 8.305 at -7.565 degrees (North through East) ! Clean map min=-0.0033497 max=0.30863 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0610-2301_S_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J0610-2301_S_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0610-2301_S_2005_07_08_yyk_uvs.log closed on Fri Jan 20 10:00:33 2006