! Started logfile: J0702-2841_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:06:23 2005 obs J0702-2841_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0702-2841_S_2005_05_12_yyk_uve.fits ! AN table 1: 12 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.705556 visibilities/baseline/integration-bin. ! Found source: J0702-2841 ! ! 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 1443 lines of history. ! ! Reading 1524 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 J0702-2841_S_2005_05_12_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.25431 Jy uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.531 mas, bmaj=16.98 mas, bpa=-7.149 degrees ! Estimated noise=1.83721 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.191939 Jy ! Component: 100 - total flux cleaned = 0.228213 Jy ! Total flux subtracted in 100 components = 0.228213 Jy ! Clean residual min=-0.010782 max=0.013131 Jy/beam ! Clean residual mean=-0.000003 rms=0.003533 Jy/beam ! Combined flux in latest and established models = 0.228213 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.228213 Jy ! ! Correcting IF 1. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.093060Jy sigma=1.219971 ! Fit after self-cal, rms=0.092812Jy sigma=1.215570 ! Inverting map and beam ! Estimated beam: bmin=3.531 mas, bmaj=16.98 mas, bpa=-7.149 degrees ! Estimated noise=1.83721 mJy/beam. print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.506 mas, bmaj=21.06 mas, bpa=-6.474 degrees ! Estimated noise=1.28639 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.0188295 Jy ! Component: 100 - total flux cleaned = 0.0262182 Jy ! Component: 150 - total flux cleaned = 0.0295059 Jy ! Component: 200 - total flux cleaned = 0.0306236 Jy ! Total flux subtracted in 200 components = 0.0306236 Jy ! Clean residual min=-0.008140 max=0.007900 Jy/beam ! Clean residual mean=-0.000076 rms=0.002468 Jy/beam ! Combined flux in latest and established models = 0.258836 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 37 components and 0.258836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091730Jy sigma=1.165912 ! Fit after self-cal, rms=0.091748Jy sigma=1.165853 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.506 x 21.06 at -6.474 degrees (North through East) ! Clean map min=-0.0079057 max=0.22524 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.0276 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00 HN 0.98 KP 0.91 ! LA 1.06 MK 0.87 NL 0.98 OV 0.95 ! PT 1.04 SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00295 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.02 HN 1.10 KP 1.01 ! LA 1.03 MK 0.95 NL 0.97 OV 0.97 ! PT 1.00 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.946571 ! Telescope amplitude corrections in sub-array 1: ! BR 1.32 FD 1.21 HN 1.03 KP 0.95 ! LA 0.96 MK 1.08 NL 1.02 OV 0.97 ! PT 1.04 SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.02278 ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.05 HN 1.06 KP 0.86 ! LA 1.09 MK 1.07 NL 0.98 OV 0.83 ! PT 0.93 SC 1.00* ! ! ! Fit before self-cal, rms=0.091748Jy sigma=1.165853 ! Fit after self-cal, rms=0.093634Jy sigma=1.100471 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.093634Jy sigma=1.100471 ! Fit after self-cal, rms=0.093630Jy sigma=1.100411 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.544 mas, bmaj=21.27 mas, bpa=-6.784 degrees ! Estimated noise=1.27448 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.00304973 Jy ! Component: 100 - total flux cleaned = -0.0034352 Jy ! Component: 150 - total flux cleaned = -0.00362173 Jy ! Component: 200 - total flux cleaned = -0.00378341 Jy ! Total flux subtracted in 200 components = -0.00378341 Jy ! Clean residual min=-0.004702 max=0.004865 Jy/beam ! Clean residual mean=0.000148 rms=0.001396 Jy/beam ! Combined flux in latest and established models = 0.255053 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 52 components and 0.255053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093161Jy sigma=1.098163 ! Fit after self-cal, rms=0.093162Jy sigma=1.098159 ! 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.093162Jy sigma=1.098159 ! Fit after self-cal, rms=0.091345Jy sigma=1.059218 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.000570951 Jy ! Component: 100 - total flux cleaned = 0.000460869 Jy ! Component: 150 - total flux cleaned = 0.000428367 Jy ! Component: 200 - total flux cleaned = 0.000398807 Jy ! Total flux subtracted in 200 components = 0.000398807 Jy ! Clean residual min=-0.004492 max=0.004869 Jy/beam ! Clean residual mean=0.000147 rms=0.001375 Jy/beam ! Combined flux in latest and established models = 0.255452 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 65 components and 0.255452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091127Jy sigma=1.058740 ! Fit after self-cal, rms=0.091089Jy sigma=1.056916 ! Inverting map print "*** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime ***" ! *** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime *** ! dynam = dynam - 0.25 restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.544 x 21.27 at -6.784 degrees (North through East) ! Clean map min=-0.0044107 max=0.22519 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.091089Jy sigma=1.056916 ! Fit after self-cal, rms=0.069827Jy sigma=0.969510 ! 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.069827Jy sigma=0.969510 ! Fit after self-cal, rms=0.069809Jy sigma=0.969156 ! Inverting map and beam ! Estimated beam: bmin=4.581 mas, bmaj=20.69 mas, bpa=-6.735 degrees ! Estimated noise=1.26679 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000533546 Jy ! Component: 100 - total flux cleaned = -0.00062181 Jy ! Component: 150 - total flux cleaned = -0.000659245 Jy ! Component: 200 - total flux cleaned = -0.000658585 Jy ! Total flux subtracted in 200 components = -0.000658585 Jy ! Clean residual min=-0.003252 max=0.003252 Jy/beam ! Clean residual mean=0.000119 rms=0.001102 Jy/beam ! Combined flux in latest and established models = 0.254793 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 79 components and 0.254793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069728Jy sigma=0.968490 ! Fit after self-cal, rms=0.069727Jy sigma=0.968452 ! 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.069727Jy sigma=0.968452 ! Fit after self-cal, rms=0.066003Jy sigma=0.922831 ! 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.066003Jy sigma=0.922831 ! Fit after self-cal, rms=0.065998Jy sigma=0.922769 ! Inverting map and beam ! Estimated beam: bmin=4.576 mas, bmaj=20.82 mas, bpa=-6.756 degrees ! Estimated noise=1.27021 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104612 Jy ! Component: 100 - total flux cleaned = 0.000926181 Jy ! Component: 150 - total flux cleaned = 0.000805296 Jy ! Component: 200 - total flux cleaned = 0.000732192 Jy ! Total flux subtracted in 200 components = 0.000732192 Jy ! Clean residual min=-0.003242 max=0.003129 Jy/beam ! Clean residual mean=0.000142 rms=0.001090 Jy/beam ! Combined flux in latest and established models = 0.255525 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 91 components and 0.255525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065939Jy sigma=0.922071 ! Fit after self-cal, rms=0.065943Jy sigma=0.922063 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=9.142 mas, bmaj=29.61 mas, bpa=6.795 degrees ! Estimated noise=1.40803 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.000524997 Jy ! Component: 100 - total flux cleaned = -0.000610504 Jy ! Component: 150 - total flux cleaned = -0.000654134 Jy ! Component: 200 - total flux cleaned = -0.000689903 Jy ! Total flux subtracted in 200 components = -0.000689904 Jy ! Clean residual min=-0.003400 max=0.003331 Jy/beam ! Clean residual mean=0.000215 rms=0.001249 Jy/beam ! Combined flux in latest and established models = 0.254836 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 102 components and 0.254836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065928Jy sigma=0.922039 ! Fit after self-cal, rms=0.065931Jy sigma=0.922034 ! 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=3.595 mas, bmaj=16.67 mas, bpa=-7.131 degrees ! Estimated noise=1.79972 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.188793 Jy ! Component: 100 - total flux cleaned = 0.222599 Jy ! Component: 150 - total flux cleaned = 0.237953 Jy ! Component: 200 - total flux cleaned = 0.246226 Jy ! Total flux subtracted in 200 components = 0.246226 Jy ! Clean residual min=-0.004812 max=0.005277 Jy/beam ! Clean residual mean=0.000036 rms=0.001480 Jy/beam ! Combined flux in latest and established models = 0.246226 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 40 model components to the UV plane model. ! The established model now contains 40 components and 0.246226 Jy ! Inverting map and beam ! Estimated beam: bmin=4.576 mas, bmaj=20.82 mas, bpa=-6.756 degrees ! Estimated noise=1.27021 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.00542753 Jy ! Component: 100 - total flux cleaned = 0.00721393 Jy ! Component: 150 - total flux cleaned = 0.00759365 Jy ! Component: 200 - total flux cleaned = 0.00780426 Jy ! Total flux subtracted in 200 components = 0.00780426 Jy ! Clean residual min=-0.003306 max=0.003221 Jy/beam ! Clean residual mean=0.000150 rms=0.001091 Jy/beam ! Combined flux in latest and established models = 0.25403 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 67 components and 0.25403 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=9.142 mas, bmaj=29.61 mas, bpa=6.795 degrees ! Estimated noise=1.40803 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.000199924 Jy ! Component: 100 - total flux cleaned = 0.000254287 Jy ! Component: 150 - total flux cleaned = 0.000255224 Jy ! Component: 200 - total flux cleaned = 0.000268778 Jy ! Total flux subtracted in 200 components = 0.000268778 Jy ! Clean residual min=-0.003417 max=0.003295 Jy/beam ! Clean residual mean=0.000220 rms=0.001251 Jy/beam ! Combined flux in latest and established models = 0.254299 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 73 components and 0.254299 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.576 mas, bmaj=20.82 mas, bpa=-6.756 degrees ! Estimated noise=1.27021 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -1.48877e-05 Jy ! Component: 100 - total flux cleaned = -1.42105e-05 Jy ! Component: 150 - total flux cleaned = -1.27875e-05 Jy ! Component: 200 - total flux cleaned = -1.14562e-05 Jy ! Total flux subtracted in 200 components = -1.14562e-05 Jy ! Clean residual min=-0.003251 max=0.003115 Jy/beam ! Clean residual mean=0.000150 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.254288 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 86 components and 0.254288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065948Jy sigma=0.922128 ! Fit after self-cal, rms=0.065944Jy sigma=0.922105 wmodel J0702-2841_S_2005_05_12_yyk\_map.mod ! Writing 86 model components to file: J0702-2841_S_2005_05_12_yyk_map.mod wobs J0702-2841_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0702-2841_S_2005_05_12_yyk_uvs.fits wwins J0702-2841_S_2005_05_12_yyk\_map.win ! wwins: Wrote 1 windows to J0702-2841_S_2005_05_12_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.000610434 Jy ! Component: 100 - total flux cleaned = -0.000611274 Jy ! Component: 150 - total flux cleaned = -0.00066224 Jy ! Component: 200 - total flux cleaned = -0.000564712 Jy ! Component: 250 - total flux cleaned = -0.000473097 Jy ! Component: 300 - total flux cleaned = -0.000516725 Jy ! Component: 350 - total flux cleaned = -0.000559265 Jy ! Component: 400 - total flux cleaned = -0.000559068 Jy ! Component: 450 - total flux cleaned = -0.000405407 Jy ! Component: 500 - total flux cleaned = -0.000146373 Jy ! Component: 550 - total flux cleaned = 3.27046e-05 Jy ! Component: 600 - total flux cleaned = 0.000172487 Jy ! Component: 650 - total flux cleaned = 0.00027462 Jy ! Component: 700 - total flux cleaned = 0.000438361 Jy ! Component: 750 - total flux cleaned = 0.000533125 Jy ! Component: 800 - total flux cleaned = 0.000625555 Jy ! Component: 850 - total flux cleaned = 0.000806872 Jy ! Component: 900 - total flux cleaned = 0.000983566 Jy ! Component: 950 - total flux cleaned = 0.00118498 Jy ! Component: 1000 - total flux cleaned = 0.00135404 Jy ! Component: 1050 - total flux cleaned = 0.00146446 Jy ! Component: 1100 - total flux cleaned = 0.00165401 Jy ! Component: 1150 - total flux cleaned = 0.00181263 Jy ! Component: 1200 - total flux cleaned = 0.00194272 Jy ! Component: 1250 - total flux cleaned = 0.00207057 Jy ! Component: 1300 - total flux cleaned = 0.00217107 Jy ! Component: 1350 - total flux cleaned = 0.00231996 Jy ! Component: 1400 - total flux cleaned = 0.00241761 Jy ! Component: 1450 - total flux cleaned = 0.00260974 Jy ! Component: 1500 - total flux cleaned = 0.00272756 Jy ! Component: 1550 - total flux cleaned = 0.00291277 Jy ! Component: 1600 - total flux cleaned = 0.00304962 Jy ! Component: 1650 - total flux cleaned = 0.00322958 Jy ! Component: 1700 - total flux cleaned = 0.00338464 Jy ! Component: 1750 - total flux cleaned = 0.00349347 Jy ! Component: 1800 - total flux cleaned = 0.00360115 Jy ! Component: 1850 - total flux cleaned = 0.00381287 Jy ! Component: 1900 - total flux cleaned = 0.00391752 Jy ! Component: 1950 - total flux cleaned = 0.00410329 Jy ! Component: 2000 - total flux cleaned = 0.00422525 Jy ! Total flux subtracted in 2048 components = 0.00442606 Jy ! Clean residual min=-0.001231 max=0.001333 Jy/beam ! Clean residual mean=0.000070 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.258714 Jy keep ! Adding 169 model components to the UV plane model. ! The established model now contains 255 components and 0.258714 Jy ![Exited script file: muppet] wmap "J0702-2841_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.576 x 20.82 at -6.756 degrees (North through East) ! Clean map min=-0.0032651 max=0.2261 Jy/beam ! Writing clean map to FITS file: J0702-2841_S_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.226096 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000464916 device "J0702-2841_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0702-2841_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.616882 0.616882 1.23376 2.46753 4.93505 9.87011 19.7402 39.4804 78.9609 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.226 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.576 x 20.82 at -6.756 degrees (North through East) ! Clean map min=-0.0032651 max=0.2261 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0702-2841_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0702-2841_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0702-2841_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:06:27 2005