! Started logfile: J0438-1251_X_1997_05_07_yyk_uvs.log on Mon Jan 8 03:04:14 2007 obs J0438-1251_X_1997_05_07_yyk_uva.fits ! Reading UV FITS file: J0438-1251_X_1997_05_07_yyk_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.882517 visibilities/baseline/integration-bin. ! Found source: J0438-1251 ! ! 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 8.15447e+09 8e+06 1 8e+06 ! 02 2 8.23447e+09 8e+06 1 8e+06 ! 03 3 8.41447e+09 8e+06 1 8e+06 ! 04 4 8.55447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 613 lines of history. ! ! Reading 22716 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 J0438-1251_X_1997_05_07_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.404203 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=0.7085 mas, bmaj=1.813 mas, bpa=-2.071 degrees ! Estimated noise=1396.67 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.283248 Jy ! Component: 100 - total flux cleaned = 0.337489 Jy ! Total flux subtracted in 100 components = 0.337489 Jy ! Clean residual min=-0.011579 max=0.018877 Jy/beam ! Clean residual mean=-0.000002 rms=0.003142 Jy/beam ! Combined flux in latest and established models = 0.337489 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.337489 Jy ! ! Correcting IF 1. ! A total of 89 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 89 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 89 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 89 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.214135Jy sigma=0.001313 ! Fit after self-cal, rms=0.214015Jy sigma=0.001312 ! Inverting map and beam ! Estimated beam: bmin=0.7085 mas, bmaj=1.813 mas, bpa=-2.071 degrees ! Estimated noise=1396.67 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=0.8895 mas, bmaj=2.213 mas, bpa=-1.97 degrees ! Estimated noise=722.893 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.037853 Jy ! Component: 100 - total flux cleaned = 0.0519756 Jy ! Component: 150 - total flux cleaned = 0.0584403 Jy ! Component: 200 - total flux cleaned = 0.0613287 Jy ! Total flux subtracted in 200 components = 0.0613287 Jy ! Clean residual min=-0.006621 max=0.007765 Jy/beam ! Clean residual mean=0.000054 rms=0.001781 Jy/beam ! Combined flux in latest and established models = 0.398818 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 33 components and 0.398818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.211226Jy sigma=0.001282 ! Fit after self-cal, rms=0.211184Jy sigma=0.001282 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8895 x 2.213 at -1.97 degrees (North through East) ! Clean map min=-0.0065197 max=0.34223 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.999091 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.00 KP 1.02 ! LA 1.02 MK 1.02 NL 1.11 OV 0.97 ! PT 0.94 SC 0.94 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00022 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.98 HN 1.03 KP 1.01 ! LA 0.99 MK 0.97 NL 1.08 OV 1.04 ! PT 0.89 SC 0.99 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.984702 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.03 HN 1.04 KP 0.99 ! LA 1.01 MK 1.03 NL 1.09 OV 1.00 ! PT 0.94 SC 1.03 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.983659 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00 HN 1.05 KP 1.01 ! LA 0.99 MK 1.00 NL 1.07 OV 1.00 ! PT 0.97 SC 1.03 ! ! ! Fit before self-cal, rms=0.211184Jy sigma=0.001282 ! Fit after self-cal, rms=0.210990Jy sigma=0.001276 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.210990Jy sigma=0.001276 ! Fit after self-cal, rms=0.210991Jy sigma=0.001276 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8953 mas, bmaj=2.228 mas, bpa=-1.836 degrees ! Estimated noise=711.501 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.00591879 Jy ! Component: 100 - total flux cleaned = -0.00632289 Jy ! Component: 150 - total flux cleaned = -0.00661104 Jy ! Component: 200 - total flux cleaned = -0.00681808 Jy ! Total flux subtracted in 200 components = -0.00681808 Jy ! Clean residual min=-0.003987 max=0.004286 Jy/beam ! Clean residual mean=-0.000017 rms=0.001196 Jy/beam ! Combined flux in latest and established models = 0.392 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 41 components and 0.392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210775Jy sigma=0.001275 ! Fit after self-cal, rms=0.210765Jy sigma=0.001275 ! 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.210765Jy sigma=0.001275 ! Fit after self-cal, rms=0.204004Jy sigma=0.001224 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.00305191 Jy ! Component: 100 - total flux cleaned = 0.00314398 Jy ! Component: 150 - total flux cleaned = 0.00308241 Jy ! Component: 200 - total flux cleaned = 0.00308333 Jy ! Total flux subtracted in 200 components = 0.00308333 Jy ! Clean residual min=-0.003777 max=0.004281 Jy/beam ! Clean residual mean=-0.000017 rms=0.001186 Jy/beam ! Combined flux in latest and established models = 0.395083 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 44 components and 0.395083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.204010Jy sigma=0.001224 ! Fit after self-cal, rms=0.203278Jy sigma=0.001219 ! 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: 0.8953 x 2.228 at -1.836 degrees (North through East) ! Clean map min=-0.0036637 max=0.34145 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.203278Jy sigma=0.001219 ! Fit after self-cal, rms=0.213650Jy sigma=0.001214 ! 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.213650Jy sigma=0.001214 ! Fit after self-cal, rms=0.213497Jy sigma=0.001213 ! Inverting map and beam ! Estimated beam: bmin=0.8921 mas, bmaj=2.235 mas, bpa=-1.838 degrees ! Estimated noise=709.173 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000124421 Jy ! Component: 100 - total flux cleaned = -7.33623e-05 Jy ! Component: 150 - total flux cleaned = -3.43044e-05 Jy ! Component: 200 - total flux cleaned = 3.39882e-07 Jy ! Total flux subtracted in 200 components = 3.39882e-07 Jy ! Clean residual min=-0.003537 max=0.003768 Jy/beam ! Clean residual mean=0.000016 rms=0.000995 Jy/beam ! Combined flux in latest and established models = 0.395083 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.395083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213485Jy sigma=0.001213 ! Fit after self-cal, rms=0.213424Jy sigma=0.001213 ! 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.213424Jy sigma=0.001213 ! Fit after self-cal, rms=0.213660Jy sigma=0.001211 ! 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.213660Jy sigma=0.001211 ! Fit after self-cal, rms=0.213645Jy sigma=0.001211 ! Inverting map and beam ! Estimated beam: bmin=0.8922 mas, bmaj=2.236 mas, bpa=-1.8 degrees ! Estimated noise=708.951 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 4.00916e-05 Jy ! Component: 100 - total flux cleaned = 7.84375e-05 Jy ! Component: 150 - total flux cleaned = 0.000111183 Jy ! Component: 200 - total flux cleaned = 0.000112523 Jy ! Total flux subtracted in 200 components = 0.000112523 Jy ! Clean residual min=-0.003542 max=0.003814 Jy/beam ! Clean residual mean=0.000016 rms=0.000988 Jy/beam ! Combined flux in latest and established models = 0.395196 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 51 components and 0.395196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213636Jy sigma=0.001211 ! Fit after self-cal, rms=0.213631Jy sigma=0.001211 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.488 mas, bmaj=4.597 mas, bpa=11.12 degrees ! Estimated noise=919.683 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.000194686 Jy ! Component: 100 - total flux cleaned = 0.000238827 Jy ! Component: 150 - total flux cleaned = 0.000240376 Jy ! Component: 200 - total flux cleaned = 0.000271294 Jy ! Total flux subtracted in 200 components = 0.000271294 Jy ! Clean residual min=-0.004558 max=0.005439 Jy/beam ! Clean residual mean=0.000032 rms=0.001428 Jy/beam ! Combined flux in latest and established models = 0.395467 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 54 components and 0.395467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213637Jy sigma=0.001211 ! Fit after self-cal, rms=0.213631Jy sigma=0.001211 ! 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=0.706 mas, bmaj=1.819 mas, bpa=-1.79 degrees ! Estimated noise=1411.76 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.290561 Jy ! Component: 100 - total flux cleaned = 0.34741 Jy ! Component: 150 - total flux cleaned = 0.371153 Jy ! Component: 200 - total flux cleaned = 0.381968 Jy ! Total flux subtracted in 200 components = 0.381968 Jy ! Clean residual min=-0.007193 max=0.007313 Jy/beam ! Clean residual mean=-0.000000 rms=0.001656 Jy/beam ! Combined flux in latest and established models = 0.381968 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.381968 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8922 mas, bmaj=2.236 mas, bpa=-1.8 degrees ! Estimated noise=708.951 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 (-0.6, -2.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00927446 Jy ! Component: 100 - total flux cleaned = 0.013291 Jy ! Component: 150 - total flux cleaned = 0.01422 Jy ! Component: 200 - total flux cleaned = 0.0144685 Jy ! Total flux subtracted in 200 components = 0.0144685 Jy ! Clean residual min=-0.003247 max=0.003512 Jy/beam ! Clean residual mean=0.000011 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.396436 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 40 components and 0.396437 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.488 mas, bmaj=4.597 mas, bpa=11.12 degrees ! Estimated noise=919.683 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.000687755 Jy ! Component: 100 - total flux cleaned = 0.000695546 Jy ! Component: 150 - total flux cleaned = 0.000730834 Jy ! Component: 200 - total flux cleaned = 0.000731537 Jy ! Total flux subtracted in 200 components = 0.000731537 Jy ! Clean residual min=-0.004053 max=0.005195 Jy/beam ! Clean residual mean=0.000021 rms=0.001343 Jy/beam ! Combined flux in latest and established models = 0.397168 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 57 components and 0.397168 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8922 mas, bmaj=2.236 mas, bpa=-1.8 degrees ! Estimated noise=708.951 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000156196 Jy ! Component: 100 - total flux cleaned = -0.00015807 Jy ! Component: 150 - total flux cleaned = -0.00021523 Jy ! Component: 200 - total flux cleaned = -0.000311136 Jy ! Total flux subtracted in 200 components = -0.000311136 Jy ! Clean residual min=-0.003124 max=0.003604 Jy/beam ! Clean residual mean=0.000010 rms=0.000893 Jy/beam ! Combined flux in latest and established models = 0.396857 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 72 components and 0.396857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213545Jy sigma=0.001211 ! Fit after self-cal, rms=0.213537Jy sigma=0.001211 wmodel J0438-1251_X_1997_05_07_yyk\_map.mod ! Writing 72 model components to file: J0438-1251_X_1997_05_07_yyk_map.mod wobs J0438-1251_X_1997_05_07_yyk\_uvs.fits ! Writing UV FITS file: J0438-1251_X_1997_05_07_yyk_uvs.fits wwins J0438-1251_X_1997_05_07_yyk\_map.win ! wwins: Wrote 2 windows to J0438-1251_X_1997_05_07_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.000317218 Jy ! Component: 100 - total flux cleaned = -6.21559e-05 Jy ! Component: 150 - total flux cleaned = -0.000368393 Jy ! Component: 200 - total flux cleaned = -0.000660537 Jy ! Component: 250 - total flux cleaned = -0.000892564 Jy ! Component: 300 - total flux cleaned = -0.00111643 Jy ! Component: 350 - total flux cleaned = -0.00145974 Jy ! Component: 400 - total flux cleaned = -0.00174883 Jy ! Component: 450 - total flux cleaned = -0.00182898 Jy ! Component: 500 - total flux cleaned = -0.00198479 Jy ! Component: 550 - total flux cleaned = -0.00209817 Jy ! Component: 600 - total flux cleaned = -0.00224439 Jy ! Component: 650 - total flux cleaned = -0.00234999 Jy ! Component: 700 - total flux cleaned = -0.00234945 Jy ! Component: 750 - total flux cleaned = -0.00258902 Jy ! Component: 800 - total flux cleaned = -0.00275514 Jy ! Component: 850 - total flux cleaned = -0.00278743 Jy ! Component: 900 - total flux cleaned = -0.0029799 Jy ! Component: 950 - total flux cleaned = -0.00316793 Jy ! Component: 1000 - total flux cleaned = -0.00329072 Jy ! Component: 1050 - total flux cleaned = -0.0033505 Jy ! Component: 1100 - total flux cleaned = -0.00338027 Jy ! Component: 1150 - total flux cleaned = -0.00340933 Jy ! Component: 1200 - total flux cleaned = -0.0034103 Jy ! Component: 1250 - total flux cleaned = -0.00346702 Jy ! Component: 1300 - total flux cleaned = -0.00354964 Jy ! Component: 1350 - total flux cleaned = -0.00363059 Jy ! Component: 1400 - total flux cleaned = -0.00355024 Jy ! Component: 1450 - total flux cleaned = -0.00368152 Jy ! Component: 1500 - total flux cleaned = -0.00365558 Jy ! Component: 1550 - total flux cleaned = -0.00380909 Jy ! Component: 1600 - total flux cleaned = -0.00395966 Jy ! Component: 1650 - total flux cleaned = -0.00398461 Jy ! Component: 1700 - total flux cleaned = -0.00405835 Jy ! Component: 1750 - total flux cleaned = -0.00422785 Jy ! Component: 1800 - total flux cleaned = -0.00432371 Jy ! Component: 1850 - total flux cleaned = -0.00434753 Jy ! Component: 1900 - total flux cleaned = -0.00446459 Jy ! Component: 1950 - total flux cleaned = -0.00458002 Jy ! Component: 2000 - total flux cleaned = -0.00462555 Jy ! Total flux subtracted in 2048 components = -0.00469332 Jy ! Clean residual min=-0.001459 max=0.001207 Jy/beam ! Clean residual mean=-0.000000 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.392164 Jy keep ! Adding 139 model components to the UV plane model. ! The established model now contains 211 components and 0.392164 Jy ![Exited script file: muppet] wmap "J0438-1251_X_1997_05_07_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8922 x 2.236 at -1.8 degrees (North through East) ! Clean map min=-0.0022119 max=0.3421 Jy/beam ! Writing clean map to FITS file: J0438-1251_X_1997_05_07_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.342101 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000422018 device "J0438-1251_X_1997_05_07_yyk\_map.eps/VPS" ! Attempting to open device: 'J0438-1251_X_1997_05_07_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.370082 0.370082 0.740165 1.48033 2.96066 5.92132 11.8426 23.6853 47.3705 94.7411 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.342 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8922 x 2.236 at -1.8 degrees (North through East) ! Clean map min=-0.0022119 max=0.3421 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0438-1251_X_1997_05_07_yyk\_map.gif/gif" ! Attempting to open device: 'J0438-1251_X_1997_05_07_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0438-1251_X_1997_05_07_yyk_uvs.log closed on Mon Jan 8 03:04:24 2007