! Started logfile: J2259-0811_S_2005_07_20_yyk_uvs.log on Fri Jan 20 11:09:38 2006 obs J2259-0811_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J2259-0811_S_2005_07_20_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.788889 visibilities/baseline/integration-bin. ! Found source: J2259-0811 ! ! 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 1526 lines of history. ! ! Reading 1420 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 J2259-0811_S_2005_07_20_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.17906 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.456 mas, bmaj=6.339 mas, bpa=-1.22 degrees ! Estimated noise=1.44376 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.138907 Jy ! Component: 100 - total flux cleaned = 0.162297 Jy ! Total flux subtracted in 100 components = 0.162297 Jy ! Clean residual min=-0.007175 max=0.008300 Jy/beam ! Clean residual mean=-0.000011 rms=0.001968 Jy/beam ! Combined flux in latest and established models = 0.162297 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.162297 Jy ! ! Correcting IF 1. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.067698Jy sigma=1.113104 ! Fit after self-cal, rms=0.067450Jy sigma=1.106155 ! Inverting map and beam ! Estimated beam: bmin=2.456 mas, bmaj=6.339 mas, bpa=-1.22 degrees ! Estimated noise=1.44376 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.036 mas, bmaj=7.962 mas, bpa=-2.71 degrees ! Estimated noise=1.05899 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.0110724 Jy ! Component: 100 - total flux cleaned = 0.0151868 Jy ! Component: 150 - total flux cleaned = 0.0168276 Jy ! Component: 200 - total flux cleaned = 0.0170014 Jy ! Total flux subtracted in 200 components = 0.0170014 Jy ! Clean residual min=-0.005094 max=0.006107 Jy/beam ! Clean residual mean=0.000016 rms=0.001449 Jy/beam ! Combined flux in latest and established models = 0.179298 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 38 components and 0.179298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066055Jy sigma=1.082211 ! Fit after self-cal, rms=0.066041Jy sigma=1.081927 ! 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.036 x 7.962 at -2.71 degrees (North through East) ! Clean map min=-0.0048407 max=0.16206 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.00624 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.02 HN 0.95 KP 0.93 ! LA 1.03 MK 0.93 NL 1.06 OV 1.01 ! PT 1.07 SC 0.92 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.97816 ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 1.02 HN 1.05 KP 0.98 ! LA 1.05 MK 0.92 NL 1.07 OV 0.99 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.98329 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 HN 0.97 KP 0.97 ! LA 0.93 MK 1.13 NL 1.10 OV 1.00 ! PT 1.14 SC 0.98 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.066041Jy sigma=1.081927 ! Fit after self-cal, rms=0.065016Jy sigma=1.058103 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.065016Jy sigma=1.058103 ! Fit after self-cal, rms=0.065014Jy sigma=1.057944 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.984 mas, bmaj=7.877 mas, bpa=-2.261 degrees ! Estimated noise=1.05982 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.00278576 Jy ! Component: 100 - total flux cleaned = 0.00329256 Jy ! Component: 150 - total flux cleaned = 0.00333038 Jy ! Component: 200 - total flux cleaned = 0.0033695 Jy ! Total flux subtracted in 200 components = 0.0033695 Jy ! Clean residual min=-0.004216 max=0.005359 Jy/beam ! Clean residual mean=0.000086 rms=0.001282 Jy/beam ! Combined flux in latest and established models = 0.182668 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 45 components and 0.182668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064895Jy sigma=1.056107 ! Fit after self-cal, rms=0.064882Jy sigma=1.055927 ! 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.064882Jy sigma=1.055927 ! Fit after self-cal, rms=0.062346Jy sigma=1.003584 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.00114242 Jy ! Component: 100 - total flux cleaned = 0.00117151 Jy ! Component: 150 - total flux cleaned = 0.00119861 Jy ! Component: 200 - total flux cleaned = 0.00122512 Jy ! Total flux subtracted in 200 components = 0.00122512 Jy ! Clean residual min=-0.004094 max=0.005028 Jy/beam ! Clean residual mean=0.000080 rms=0.001233 Jy/beam ! Combined flux in latest and established models = 0.183893 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 53 components and 0.183893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062315Jy sigma=1.003077 ! Fit after self-cal, rms=0.062433Jy sigma=0.998443 ! 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: 2.984 x 7.877 at -2.261 degrees (North through East) ! Clean map min=-0.0039421 max=0.16269 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.062433Jy sigma=0.998443 ! Fit after self-cal, rms=0.062218Jy sigma=0.985446 ! 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.062218Jy sigma=0.985446 ! Fit after self-cal, rms=0.062382Jy sigma=0.984820 ! Inverting map and beam ! Estimated beam: bmin=2.958 mas, bmaj=7.806 mas, bpa=-2.224 degrees ! Estimated noise=1.06588 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00242285 Jy ! Component: 100 - total flux cleaned = 0.00342203 Jy ! Component: 150 - total flux cleaned = 0.00355237 Jy ! Component: 200 - total flux cleaned = 0.00366964 Jy ! Total flux subtracted in 200 components = 0.00366964 Jy ! Clean residual min=-0.003261 max=0.004419 Jy/beam ! Clean residual mean=0.000084 rms=0.001134 Jy/beam ! Combined flux in latest and established models = 0.187563 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 60 components and 0.187563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062298Jy sigma=0.983458 ! Fit after self-cal, rms=0.062367Jy sigma=0.983331 ! 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.062367Jy sigma=0.983331 ! Fit after self-cal, rms=0.062958Jy sigma=0.979746 ! 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.062958Jy sigma=0.979746 ! Fit after self-cal, rms=0.062983Jy sigma=0.979669 ! Inverting map and beam ! Estimated beam: bmin=2.939 mas, bmaj=7.729 mas, bpa=-1.828 degrees ! Estimated noise=1.07822 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00272163 Jy ! Component: 100 - total flux cleaned = 0.00368742 Jy ! Component: 150 - total flux cleaned = 0.00387853 Jy ! Component: 200 - total flux cleaned = 0.00395086 Jy ! Total flux subtracted in 200 components = 0.00395086 Jy ! Clean residual min=-0.003416 max=0.004529 Jy/beam ! Clean residual mean=0.000085 rms=0.001149 Jy/beam ! Combined flux in latest and established models = 0.191513 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 61 components and 0.191513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062903Jy sigma=0.978072 ! Fit after self-cal, rms=0.062905Jy sigma=0.978042 ! 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.02 mas, bmaj=15.26 mas, bpa=3.78 degrees ! Estimated noise=1.42869 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.000928463 Jy ! Component: 100 - total flux cleaned = 0.000954482 Jy ! Component: 150 - total flux cleaned = 0.000976786 Jy ! Component: 200 - total flux cleaned = 0.000994524 Jy ! Total flux subtracted in 200 components = 0.000994524 Jy ! Clean residual min=-0.004061 max=0.005273 Jy/beam ! Clean residual mean=0.000173 rms=0.001559 Jy/beam ! Combined flux in latest and established models = 0.192508 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 66 components and 0.192508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062951Jy sigma=0.978530 ! Fit after self-cal, rms=0.062907Jy sigma=0.977944 ! 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.423 mas, bmaj=6.289 mas, bpa=-0.8942 degrees ! Estimated noise=1.44896 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.140478 Jy ! Component: 100 - total flux cleaned = 0.167072 Jy ! Component: 150 - total flux cleaned = 0.178096 Jy ! Component: 200 - total flux cleaned = 0.1839 Jy ! Total flux subtracted in 200 components = 0.1839 Jy ! Clean residual min=-0.005754 max=0.005956 Jy/beam ! Clean residual mean=0.000019 rms=0.001459 Jy/beam ! Combined flux in latest and established models = 0.1839 Jy uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 38 model components to the UV plane model. ! The established model now contains 38 components and 0.1839 Jy ! Inverting map and beam ! Estimated beam: bmin=2.939 mas, bmaj=7.729 mas, bpa=-1.828 degrees ! Estimated noise=1.07822 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.5, -3.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00654633 Jy ! Component: 100 - total flux cleaned = 0.00921912 Jy ! Component: 150 - total flux cleaned = 0.0107823 Jy ! Component: 200 - total flux cleaned = 0.0112029 Jy ! Total flux subtracted in 200 components = 0.0112029 Jy ! Clean residual min=-0.003333 max=0.004022 Jy/beam ! Clean residual mean=0.000066 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.195102 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 75 components and 0.195102 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.02 mas, bmaj=15.26 mas, bpa=3.78 degrees ! Estimated noise=1.42869 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 = -9.90359e-05 Jy ! Component: 100 - total flux cleaned = -9.41931e-05 Jy ! Component: 150 - total flux cleaned = -9.51619e-05 Jy ! Component: 200 - total flux cleaned = -0.000121162 Jy ! Total flux subtracted in 200 components = -0.000121162 Jy ! Clean residual min=-0.004206 max=0.004527 Jy/beam ! Clean residual mean=0.000144 rms=0.001480 Jy/beam ! Combined flux in latest and established models = 0.194981 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 96 components and 0.194981 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.939 mas, bmaj=7.729 mas, bpa=-1.828 degrees ! Estimated noise=1.07822 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000187936 Jy ! Component: 100 - total flux cleaned = 0.000271189 Jy ! Component: 150 - total flux cleaned = 0.000307527 Jy ! Component: 200 - total flux cleaned = 0.000372565 Jy ! Total flux subtracted in 200 components = 0.000372565 Jy ! Clean residual min=-0.003249 max=0.004020 Jy/beam ! Clean residual mean=0.000066 rms=0.001073 Jy/beam ! Combined flux in latest and established models = 0.195354 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 112 components and 0.195354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062694Jy sigma=0.973353 ! Fit after self-cal, rms=0.062665Jy sigma=0.972853 wmodel J2259-0811_S_2005_07_20_yyk\_map.mod ! Writing 112 model components to file: J2259-0811_S_2005_07_20_yyk_map.mod wobs J2259-0811_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J2259-0811_S_2005_07_20_yyk_uvs.fits wwins J2259-0811_S_2005_07_20_yyk\_map.win ! wwins: Wrote 2 windows to J2259-0811_S_2005_07_20_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.00159597 Jy ! Component: 100 - total flux cleaned = 0.00245927 Jy ! Component: 150 - total flux cleaned = 0.00298072 Jy ! Component: 200 - total flux cleaned = 0.00336867 Jy ! Component: 250 - total flux cleaned = 0.00390092 Jy ! Component: 300 - total flux cleaned = 0.00410568 Jy ! Component: 350 - total flux cleaned = 0.0042557 Jy ! Component: 400 - total flux cleaned = 0.00440094 Jy ! Component: 450 - total flux cleaned = 0.00444756 Jy ! Component: 500 - total flux cleaned = 0.00449408 Jy ! Component: 550 - total flux cleaned = 0.00467387 Jy ! Component: 600 - total flux cleaned = 0.00476186 Jy ! Component: 650 - total flux cleaned = 0.0048052 Jy ! Component: 700 - total flux cleaned = 0.00497223 Jy ! Component: 750 - total flux cleaned = 0.00497171 Jy ! Component: 800 - total flux cleaned = 0.00509237 Jy ! Component: 850 - total flux cleaned = 0.00533031 Jy ! Component: 900 - total flux cleaned = 0.00552478 Jy ! Component: 950 - total flux cleaned = 0.00563959 Jy ! Component: 1000 - total flux cleaned = 0.00590253 Jy ! Component: 1050 - total flux cleaned = 0.00601327 Jy ! Component: 1100 - total flux cleaned = 0.00619527 Jy ! Component: 1150 - total flux cleaned = 0.00644648 Jy ! Component: 1200 - total flux cleaned = 0.00662298 Jy ! Component: 1250 - total flux cleaned = 0.00679772 Jy ! Component: 1300 - total flux cleaned = 0.00707322 Jy ! Component: 1350 - total flux cleaned = 0.00744561 Jy ! Component: 1400 - total flux cleaned = 0.00761277 Jy ! Component: 1450 - total flux cleaned = 0.00781066 Jy ! Component: 1500 - total flux cleaned = 0.00813661 Jy ! Component: 1550 - total flux cleaned = 0.00832957 Jy ! Component: 1600 - total flux cleaned = 0.00861605 Jy ! Component: 1650 - total flux cleaned = 0.00886755 Jy ! Component: 1700 - total flux cleaned = 0.00914715 Jy ! Component: 1750 - total flux cleaned = 0.00948527 Jy ! Component: 1800 - total flux cleaned = 0.00972825 Jy ! Component: 1850 - total flux cleaned = 0.00999815 Jy ! Component: 1900 - total flux cleaned = 0.0101767 Jy ! Component: 1950 - total flux cleaned = 0.0103239 Jy ! Component: 2000 - total flux cleaned = 0.0105855 Jy ! Total flux subtracted in 2048 components = 0.010672 Jy ! Clean residual min=-0.001954 max=0.001667 Jy/beam ! Clean residual mean=0.000048 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.206026 Jy keep ! Adding 143 model components to the UV plane model. ! The established model now contains 255 components and 0.206026 Jy ![Exited script file: muppet] wmap "J2259-0811_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.939 x 7.729 at -1.828 degrees (North through East) ! Clean map min=-0.0032198 max=0.16487 Jy/beam ! Writing clean map to FITS file: J2259-0811_S_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.164873 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000586324 device "J2259-0811_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J2259-0811_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.06687 1.06687 2.13373 4.26746 8.53492 17.0698 34.1397 68.2794 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.164 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.939 x 7.729 at -1.828 degrees (North through East) ! Clean map min=-0.0032198 max=0.16487 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2259-0811_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J2259-0811_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2259-0811_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 11:09:42 2006