! Started logfile: J0427-0700_S_2005_05_12_yyk_uvs.log on Sat Oct 8 16:55:56 2005 obs J0427-0700_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0427-0700_S_2005_05_12_yyk_uve.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.963889 visibilities/baseline/integration-bin. ! Found source: J0427-0700 ! ! 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 2776 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 J0427-0700_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.323994 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.712 mas, bmaj=6.675 mas, bpa=-2.29 degrees ! Estimated noise=1.08406 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.269308 Jy ! Component: 100 - total flux cleaned = 0.305879 Jy ! Total flux subtracted in 100 components = 0.305879 Jy ! Clean residual min=-0.008138 max=0.008268 Jy/beam ! Clean residual mean=0.000002 rms=0.002093 Jy/beam ! Combined flux in latest and established models = 0.305879 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.305879 Jy ! ! Correcting IF 1. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.079307Jy sigma=1.245224 ! Fit after self-cal, rms=0.079191Jy sigma=1.242658 ! Inverting map and beam ! Estimated beam: bmin=2.712 mas, bmaj=6.675 mas, bpa=-2.29 degrees ! Estimated noise=1.08406 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.256 mas, bmaj=8.31 mas, bpa=-5.132 degrees ! Estimated noise=0.769812 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.0112809 Jy ! Component: 100 - total flux cleaned = 0.0150426 Jy ! Component: 150 - total flux cleaned = 0.0163847 Jy ! Component: 200 - total flux cleaned = 0.0165208 Jy ! Total flux subtracted in 200 components = 0.0165208 Jy ! Clean residual min=-0.006340 max=0.006284 Jy/beam ! Clean residual mean=-0.000047 rms=0.001778 Jy/beam ! Combined flux in latest and established models = 0.3224 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 22 components and 0.3224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077884Jy sigma=1.221999 ! Fit after self-cal, rms=0.077868Jy sigma=1.221797 ! 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.256 x 8.31 at -5.132 degrees (North through East) ! Clean map min=-0.0061096 max=0.30878 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.03398 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.99 HN 1.00 KP 0.93 ! LA 1.10 MK 0.89 NL 0.90 OV 0.95 ! PT 1.06 SC 0.92 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.996779 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.05 HN 1.03 KP 1.03 ! LA 1.05 MK 0.96 NL 0.96 OV 0.99 ! PT 0.99 SC 0.95 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.954511 ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.26 HN 1.05 KP 0.96 ! LA 0.99 MK 1.08 NL 1.01 OV 0.97 ! PT 1.05 SC 1.01 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.01426 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.06 HN 0.95 KP 0.86 ! LA 1.09 MK 1.10 NL 0.92 OV 0.85 ! PT 0.91 SC 1.11 ! ! ! Fit before self-cal, rms=0.077868Jy sigma=1.221797 ! Fit after self-cal, rms=0.071421Jy sigma=1.091737 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.071421Jy sigma=1.091737 ! Fit after self-cal, rms=0.071407Jy sigma=1.091660 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.267 mas, bmaj=8.312 mas, bpa=-5.058 degrees ! Estimated noise=0.765997 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.000116344 Jy ! Component: 100 - total flux cleaned = -0.000294151 Jy ! Component: 150 - total flux cleaned = -0.0003215 Jy ! Component: 200 - total flux cleaned = -0.000343633 Jy ! Total flux subtracted in 200 components = -0.000343633 Jy ! Clean residual min=-0.003040 max=0.003071 Jy/beam ! Clean residual mean=0.000072 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.322056 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 31 components and 0.322056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071383Jy sigma=1.091087 ! Fit after self-cal, rms=0.071373Jy sigma=1.090997 ! 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.071373Jy sigma=1.090997 ! Fit after self-cal, rms=0.069536Jy sigma=1.055753 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.000375873 Jy ! Component: 100 - total flux cleaned = 0.00033237 Jy ! Component: 150 - total flux cleaned = 0.000351698 Jy ! Component: 200 - total flux cleaned = 0.000334951 Jy ! Total flux subtracted in 200 components = 0.000334951 Jy ! Clean residual min=-0.003044 max=0.002877 Jy/beam ! Clean residual mean=0.000071 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.322391 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 37 components and 0.322391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069523Jy sigma=1.055500 ! Fit after self-cal, rms=0.069512Jy sigma=1.053468 ! 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.267 x 8.312 at -5.058 degrees (North through East) ! Clean map min=-0.0030365 max=0.30954 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.069512Jy sigma=1.053468 ! Fit after self-cal, rms=0.066284Jy sigma=0.990753 ! 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.066284Jy sigma=0.990753 ! Fit after self-cal, rms=0.066310Jy sigma=0.990558 ! Inverting map and beam ! Estimated beam: bmin=3.272 mas, bmaj=8.306 mas, bpa=-5.034 degrees ! Estimated noise=0.764568 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000122311 Jy ! Component: 100 - total flux cleaned = -0.000122592 Jy ! Component: 150 - total flux cleaned = -0.000123094 Jy ! Component: 200 - total flux cleaned = -7.97327e-05 Jy ! Total flux subtracted in 200 components = -7.97327e-05 Jy ! Clean residual min=-0.002444 max=0.002690 Jy/beam ! Clean residual mean=0.000067 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.322312 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 45 components and 0.322311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066306Jy sigma=0.990394 ! Fit after self-cal, rms=0.066320Jy sigma=0.990355 ! 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.066320Jy sigma=0.990355 ! Fit after self-cal, rms=0.064804Jy sigma=0.959239 ! 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.064804Jy sigma=0.959239 ! Fit after self-cal, rms=0.064819Jy sigma=0.959219 ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=8.311 mas, bpa=-5.014 degrees ! Estimated noise=0.764956 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 8.53486e-05 Jy ! Component: 100 - total flux cleaned = 6.78649e-05 Jy ! Component: 150 - total flux cleaned = 6.89629e-05 Jy ! Component: 200 - total flux cleaned = 4.39623e-05 Jy ! Total flux subtracted in 200 components = 4.39623e-05 Jy ! Clean residual min=-0.002467 max=0.002588 Jy/beam ! Clean residual mean=0.000061 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.322355 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 51 components and 0.322355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064820Jy sigma=0.959051 ! Fit after self-cal, rms=0.064826Jy sigma=0.959038 ! 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.654 mas, bmaj=13.81 mas, bpa=0.9095 degrees ! Estimated noise=0.962296 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.000540992 Jy ! Component: 100 - total flux cleaned = 0.000472036 Jy ! Component: 150 - total flux cleaned = 0.00039595 Jy ! Component: 200 - total flux cleaned = 0.00033313 Jy ! Total flux subtracted in 200 components = 0.00033313 Jy ! Clean residual min=-0.003453 max=0.002916 Jy/beam ! Clean residual mean=0.000120 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.322689 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 56 components and 0.322689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064848Jy sigma=0.959158 ! Fit after self-cal, rms=0.064845Jy sigma=0.959062 ! 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.715 mas, bmaj=6.682 mas, bpa=-2.401 degrees ! Estimated noise=1.07045 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.26628 Jy ! Component: 100 - total flux cleaned = 0.302643 Jy ! Component: 150 - total flux cleaned = 0.313217 Jy ! Component: 200 - total flux cleaned = 0.317888 Jy ! Total flux subtracted in 200 components = 0.317888 Jy ! Clean residual min=-0.003269 max=0.003883 Jy/beam ! Clean residual mean=0.000017 rms=0.000965 Jy/beam ! Combined flux in latest and established models = 0.317888 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.317888 Jy ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=8.311 mas, bpa=-5.014 degrees ! Estimated noise=0.764956 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, -1). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00370899 Jy ! Component: 100 - total flux cleaned = 0.00438669 Jy ! Component: 150 - total flux cleaned = 0.0046836 Jy ! Component: 200 - total flux cleaned = 0.00481876 Jy ! Total flux subtracted in 200 components = 0.00481876 Jy ! Clean residual min=-0.002345 max=0.002602 Jy/beam ! Clean residual mean=0.000058 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.322706 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 37 components and 0.322706 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.654 mas, bmaj=13.81 mas, bpa=0.9095 degrees ! Estimated noise=0.962296 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.00043422 Jy ! Component: 100 - total flux cleaned = 0.000374315 Jy ! Component: 150 - total flux cleaned = 0.000326757 Jy ! Component: 200 - total flux cleaned = 0.000267906 Jy ! Total flux subtracted in 200 components = 0.000267906 Jy ! Clean residual min=-0.003224 max=0.002507 Jy/beam ! Clean residual mean=0.000112 rms=0.000744 Jy/beam ! Combined flux in latest and established models = 0.322974 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 52 components and 0.322974 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=8.311 mas, bpa=-5.014 degrees ! Estimated noise=0.764956 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 9.18425e-06 Jy ! Component: 100 - total flux cleaned = 3.63569e-05 Jy ! Component: 150 - total flux cleaned = 1.20011e-05 Jy ! Component: 200 - total flux cleaned = -1.04558e-05 Jy ! Total flux subtracted in 200 components = -1.04558e-05 Jy ! Clean residual min=-0.002265 max=0.002530 Jy/beam ! Clean residual mean=0.000056 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.322964 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 70 components and 0.322964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064739Jy sigma=0.957333 ! Fit after self-cal, rms=0.064747Jy sigma=0.957245 wmodel J0427-0700_S_2005_05_12_yyk\_map.mod ! Writing 70 model components to file: J0427-0700_S_2005_05_12_yyk_map.mod wobs J0427-0700_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0427-0700_S_2005_05_12_yyk_uvs.fits wwins J0427-0700_S_2005_05_12_yyk\_map.win ! wwins: Wrote 2 windows to J0427-0700_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.000807283 Jy ! Component: 100 - total flux cleaned = 0.000928869 Jy ! Component: 150 - total flux cleaned = 0.000930217 Jy ! Component: 200 - total flux cleaned = 0.000787807 Jy ! Component: 250 - total flux cleaned = 0.000719686 Jy ! Component: 300 - total flux cleaned = 0.000687562 Jy ! Component: 350 - total flux cleaned = 0.000720163 Jy ! Component: 400 - total flux cleaned = 0.000908587 Jy ! Component: 450 - total flux cleaned = 0.0011235 Jy ! Component: 500 - total flux cleaned = 0.00127419 Jy ! Component: 550 - total flux cleaned = 0.00151126 Jy ! Component: 600 - total flux cleaned = 0.00165743 Jy ! Component: 650 - total flux cleaned = 0.00180105 Jy ! Component: 700 - total flux cleaned = 0.00196982 Jy ! Component: 750 - total flux cleaned = 0.00213565 Jy ! Component: 800 - total flux cleaned = 0.00224459 Jy ! Component: 850 - total flux cleaned = 0.00237809 Jy ! Component: 900 - total flux cleaned = 0.00240429 Jy ! Component: 950 - total flux cleaned = 0.00248223 Jy ! Component: 1000 - total flux cleaned = 0.0025845 Jy ! Component: 1050 - total flux cleaned = 0.00260986 Jy ! Component: 1100 - total flux cleaned = 0.00268494 Jy ! Component: 1150 - total flux cleaned = 0.00283161 Jy ! Component: 1200 - total flux cleaned = 0.00290417 Jy ! Component: 1250 - total flux cleaned = 0.00304731 Jy ! Component: 1300 - total flux cleaned = 0.00321221 Jy ! Component: 1350 - total flux cleaned = 0.00328197 Jy ! Component: 1400 - total flux cleaned = 0.0033738 Jy ! Component: 1450 - total flux cleaned = 0.00348758 Jy ! Component: 1500 - total flux cleaned = 0.00362255 Jy ! Component: 1550 - total flux cleaned = 0.00373353 Jy ! Component: 1600 - total flux cleaned = 0.00382153 Jy ! Component: 1650 - total flux cleaned = 0.0038869 Jy ! Component: 1700 - total flux cleaned = 0.00399483 Jy ! Component: 1750 - total flux cleaned = 0.00412289 Jy ! Component: 1800 - total flux cleaned = 0.00422843 Jy ! Component: 1850 - total flux cleaned = 0.00435412 Jy ! Component: 1900 - total flux cleaned = 0.00443693 Jy ! Component: 1950 - total flux cleaned = 0.00453974 Jy ! Component: 2000 - total flux cleaned = 0.00458073 Jy ! Total flux subtracted in 2048 components = 0.00470177 Jy ! Clean residual min=-0.001341 max=0.001214 Jy/beam ! Clean residual mean=0.000030 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.327666 Jy keep ! Adding 138 model components to the UV plane model. ! The established model now contains 208 components and 0.327666 Jy ![Exited script file: muppet] wmap "J0427-0700_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.276 x 8.311 at -5.014 degrees (North through East) ! Clean map min=-0.0019496 max=0.30961 Jy/beam ! Writing clean map to FITS file: J0427-0700_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.309608 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000410798 device "J0427-0700_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0427-0700_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.39805 0.39805 0.796099 1.5922 3.1844 6.36879 12.7376 25.4752 50.9503 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.309 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.276 x 8.311 at -5.014 degrees (North through East) ! Clean map min=-0.0019496 max=0.30961 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0427-0700_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0427-0700_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0427-0700_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 16:56:00 2005