! Started logfile: J0151-1732_X_1997_07_02_yyk_uvs.log on Mon Jan 8 02:15:45 2007 obs J0151-1732_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J0151-1732_X_1997_07_02_yyk_uva.fits ! AN table 1: 140 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1.86317 visibilities/baseline/integration-bin. ! Found source: J0151-1732 ! ! 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 753 lines of history. ! ! Reading 46952 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 J0151-1732_X_1997_07_02_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.412502 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.7244 mas, bmaj=1.837 mas, bpa=-3.251 degrees ! Estimated noise=831.385 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.30728 Jy ! Component: 100 - total flux cleaned = 0.355509 Jy ! Total flux subtracted in 100 components = 0.355509 Jy ! Clean residual min=-0.007138 max=0.012042 Jy/beam ! Clean residual mean=0.000047 rms=0.002208 Jy/beam ! Combined flux in latest and established models = 0.355509 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.355509 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 16 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.199899Jy sigma=0.001738 ! Fit after self-cal, rms=0.199842Jy sigma=0.001737 ! Inverting map and beam ! Estimated beam: bmin=0.7244 mas, bmaj=1.837 mas, bpa=-3.251 degrees ! Estimated noise=831.385 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.9368 mas, bmaj=2.383 mas, bpa=-1.924 degrees ! Estimated noise=490.628 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.0222821 Jy ! Component: 100 - total flux cleaned = 0.0292041 Jy ! Component: 150 - total flux cleaned = 0.0321238 Jy ! Component: 200 - total flux cleaned = 0.0329249 Jy ! Total flux subtracted in 200 components = 0.0329249 Jy ! Clean residual min=-0.005314 max=0.007242 Jy/beam ! Clean residual mean=0.000002 rms=0.001529 Jy/beam ! Combined flux in latest and established models = 0.388434 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 29 components and 0.388434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198874Jy sigma=0.001722 ! Fit after self-cal, rms=0.198874Jy sigma=0.001722 ! 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.9368 x 2.383 at -1.924 degrees (North through East) ! Clean map min=-0.0050251 max=0.36403 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.997954 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HN 1.07 KP 1.01 ! LA 1.01 MK 1.03 NL 1.03 OV 0.97 ! PT 0.94 SC 0.94 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00636 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 1.01 KP 1.00 ! LA 0.98 MK 0.99 NL 1.01 OV 1.06 ! PT 0.90 SC 0.99 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.991679 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.02 HN 1.10 KP 0.99 ! LA 0.99 MK 1.00 NL 1.01 OV 0.98 ! PT 0.96 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.979676 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.01 HN 1.12 KP 0.98 ! LA 0.99 MK 1.01 NL 1.03 OV 1.01 ! PT 0.97 SC 1.04 ! ! ! Fit before self-cal, rms=0.198874Jy sigma=0.001722 ! Fit after self-cal, rms=0.199907Jy sigma=0.001715 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.199907Jy sigma=0.001715 ! Fit after self-cal, rms=0.199907Jy sigma=0.001715 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9468 mas, bmaj=2.397 mas, bpa=-1.601 degrees ! Estimated noise=485.566 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.00540437 Jy ! Component: 100 - total flux cleaned = -0.00757587 Jy ! Component: 150 - total flux cleaned = -0.00788955 Jy ! Component: 200 - total flux cleaned = -0.00802552 Jy ! Total flux subtracted in 200 components = -0.00802551 Jy ! Clean residual min=-0.003372 max=0.004109 Jy/beam ! Clean residual mean=-0.000010 rms=0.000969 Jy/beam ! Combined flux in latest and established models = 0.380409 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.380409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199786Jy sigma=0.001714 ! Fit after self-cal, rms=0.199786Jy sigma=0.001714 ! 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.199786Jy sigma=0.001714 ! Fit after self-cal, rms=0.193061Jy sigma=0.001665 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.00223902 Jy ! Component: 100 - total flux cleaned = 0.0021341 Jy ! Component: 150 - total flux cleaned = 0.00204116 Jy ! Component: 200 - total flux cleaned = 0.00195352 Jy ! Total flux subtracted in 200 components = 0.00195352 Jy ! Clean residual min=-0.003276 max=0.003203 Jy/beam ! Clean residual mean=-0.000015 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.382362 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 46 components and 0.382362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193040Jy sigma=0.001664 ! Fit after self-cal, rms=0.192254Jy sigma=0.001659 ! 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.9468 x 2.397 at -1.601 degrees (North through East) ! Clean map min=-0.0029856 max=0.36646 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.192254Jy sigma=0.001659 ! Fit after self-cal, rms=0.193418Jy sigma=0.001654 ! 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.193418Jy sigma=0.001654 ! Fit after self-cal, rms=0.193258Jy sigma=0.001653 ! Inverting map and beam ! Estimated beam: bmin=0.9506 mas, bmaj=2.412 mas, bpa=-1.555 degrees ! Estimated noise=484.601 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000246563 Jy ! Component: 100 - total flux cleaned = -0.000264746 Jy ! Component: 150 - total flux cleaned = -0.000248284 Jy ! Component: 200 - total flux cleaned = -0.0002493 Jy ! Total flux subtracted in 200 components = -0.0002493 Jy ! Clean residual min=-0.002428 max=0.002313 Jy/beam ! Clean residual mean=-0.000002 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.382113 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 53 components and 0.382113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193254Jy sigma=0.001653 ! Fit after self-cal, rms=0.193208Jy sigma=0.001653 ! 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.193208Jy sigma=0.001653 ! Fit after self-cal, rms=0.193275Jy sigma=0.001651 ! 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.193275Jy sigma=0.001651 ! Fit after self-cal, rms=0.193263Jy sigma=0.001650 ! Inverting map and beam ! Estimated beam: bmin=0.952 mas, bmaj=2.416 mas, bpa=-1.562 degrees ! Estimated noise=484.844 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -2.60058e-05 Jy ! Component: 100 - total flux cleaned = -6.49981e-05 Jy ! Component: 150 - total flux cleaned = -8.07269e-05 Jy ! Component: 200 - total flux cleaned = -7.95049e-05 Jy ! Total flux subtracted in 200 components = -7.95049e-05 Jy ! Clean residual min=-0.002406 max=0.002284 Jy/beam ! Clean residual mean=-0.000002 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.382033 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 55 components and 0.382033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193260Jy sigma=0.001650 ! Fit after self-cal, rms=0.193256Jy sigma=0.001650 ! 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.367 mas, bmaj=4.844 mas, bpa=1.095 degrees ! Estimated noise=606.641 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.000209261 Jy ! Component: 100 - total flux cleaned = 0.000159757 Jy ! Component: 150 - total flux cleaned = 0.000112911 Jy ! Component: 200 - total flux cleaned = 8.95841e-05 Jy ! Total flux subtracted in 200 components = 8.95841e-05 Jy ! Clean residual min=-0.002195 max=0.002311 Jy/beam ! Clean residual mean=-0.000005 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.382123 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 59 components and 0.382123 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193258Jy sigma=0.001650 ! Fit after self-cal, rms=0.193254Jy sigma=0.001650 ! 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.7283 mas, bmaj=1.846 mas, bpa=-3.03 degrees ! Estimated noise=835.048 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.311922 Jy ! Component: 100 - total flux cleaned = 0.359578 Jy ! Component: 150 - total flux cleaned = 0.374051 Jy ! Component: 200 - total flux cleaned = 0.380059 Jy ! Total flux subtracted in 200 components = 0.380059 Jy ! Clean residual min=-0.004786 max=0.004383 Jy/beam ! Clean residual mean=0.000010 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.380058 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.380058 Jy ! Inverting map and beam ! Estimated beam: bmin=0.952 mas, bmaj=2.416 mas, bpa=-1.562 degrees ! Estimated noise=484.844 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.00236743 Jy ! Component: 100 - total flux cleaned = 0.00252324 Jy ! Component: 150 - total flux cleaned = 0.00256616 Jy ! Component: 200 - total flux cleaned = 0.00253321 Jy ! Total flux subtracted in 200 components = 0.00253321 Jy ! Clean residual min=-0.002384 max=0.002426 Jy/beam ! Clean residual mean=-0.000003 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.382592 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 26 components and 0.382592 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.367 mas, bmaj=4.844 mas, bpa=1.095 degrees ! Estimated noise=606.641 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.000194641 Jy ! Component: 100 - total flux cleaned = -0.000192608 Jy ! Component: 150 - total flux cleaned = -0.000219596 Jy ! Component: 200 - total flux cleaned = -0.000219056 Jy ! Total flux subtracted in 200 components = -0.000219056 Jy ! Clean residual min=-0.002195 max=0.002333 Jy/beam ! Clean residual mean=-0.000006 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.382373 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.382373 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.952 mas, bmaj=2.416 mas, bpa=-1.562 degrees ! Estimated noise=484.844 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -6.18024e-05 Jy ! Component: 100 - total flux cleaned = 5.00778e-05 Jy ! Component: 150 - total flux cleaned = 5.24252e-05 Jy ! Component: 200 - total flux cleaned = 5.18089e-05 Jy ! Total flux subtracted in 200 components = 5.18089e-05 Jy ! Clean residual min=-0.002363 max=0.002372 Jy/beam ! Clean residual mean=-0.000003 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.382424 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.382424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193270Jy sigma=0.001650 ! Fit after self-cal, rms=0.193268Jy sigma=0.001650 wmodel J0151-1732_X_1997_07_02_yyk\_map.mod ! Writing 37 model components to file: J0151-1732_X_1997_07_02_yyk_map.mod wobs J0151-1732_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J0151-1732_X_1997_07_02_yyk_uvs.fits wwins J0151-1732_X_1997_07_02_yyk\_map.win ! wwins: Wrote 1 windows to J0151-1732_X_1997_07_02_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 = -9.53697e-05 Jy ! Component: 100 - total flux cleaned = 0.000107787 Jy ! Component: 150 - total flux cleaned = 0.000569373 Jy ! Component: 200 - total flux cleaned = 0.00101254 Jy ! Component: 250 - total flux cleaned = 0.00144234 Jy ! Component: 300 - total flux cleaned = 0.00185942 Jy ! Component: 350 - total flux cleaned = 0.00219711 Jy ! Component: 400 - total flux cleaned = 0.00249383 Jy ! Component: 450 - total flux cleaned = 0.00271867 Jy ! Component: 500 - total flux cleaned = 0.0028131 Jy ! Component: 550 - total flux cleaned = 0.00293689 Jy ! Component: 600 - total flux cleaned = 0.003028 Jy ! Component: 650 - total flux cleaned = 0.0031474 Jy ! Component: 700 - total flux cleaned = 0.00326515 Jy ! Component: 750 - total flux cleaned = 0.00338083 Jy ! Component: 800 - total flux cleaned = 0.00357977 Jy ! Component: 850 - total flux cleaned = 0.00374727 Jy ! Component: 900 - total flux cleaned = 0.00393999 Jy ! Component: 950 - total flux cleaned = 0.0040216 Jy ! Component: 1000 - total flux cleaned = 0.0041825 Jy ! Component: 1050 - total flux cleaned = 0.00431508 Jy ! Component: 1100 - total flux cleaned = 0.00452428 Jy ! Component: 1150 - total flux cleaned = 0.00473043 Jy ! Component: 1200 - total flux cleaned = 0.00488278 Jy ! Component: 1250 - total flux cleaned = 0.00500761 Jy ! Component: 1300 - total flux cleaned = 0.00505735 Jy ! Component: 1350 - total flux cleaned = 0.00527805 Jy ! Component: 1400 - total flux cleaned = 0.00537527 Jy ! Component: 1450 - total flux cleaned = 0.0055433 Jy ! Component: 1500 - total flux cleaned = 0.00568502 Jy ! Component: 1550 - total flux cleaned = 0.00587232 Jy ! Component: 1600 - total flux cleaned = 0.00598846 Jy ! Component: 1650 - total flux cleaned = 0.00610319 Jy ! Component: 1700 - total flux cleaned = 0.00617129 Jy ! Component: 1750 - total flux cleaned = 0.00628361 Jy ! Component: 1800 - total flux cleaned = 0.00635043 Jy ! Component: 1850 - total flux cleaned = 0.00637243 Jy ! Component: 1900 - total flux cleaned = 0.00648135 Jy ! Component: 1950 - total flux cleaned = 0.00654594 Jy ! Component: 2000 - total flux cleaned = 0.00660999 Jy ! Total flux subtracted in 2048 components = 0.00671581 Jy ! Clean residual min=-0.001054 max=0.001301 Jy/beam ! Clean residual mean=-0.000002 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.38914 Jy keep ! Adding 131 model components to the UV plane model. ! The established model now contains 168 components and 0.38914 Jy ![Exited script file: muppet] wmap "J0151-1732_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.952 x 2.416 at -1.562 degrees (North through East) ! Clean map min=-0.0017597 max=0.36603 Jy/beam ! Writing clean map to FITS file: J0151-1732_X_1997_07_02_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.366033 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000395586 device "J0151-1732_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J0151-1732_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.324221 0.324221 0.648442 1.29688 2.59377 5.18754 10.3751 20.7501 41.5003 83.0006 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.366 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.952 x 2.416 at -1.562 degrees (North through East) ! Clean map min=-0.0017597 max=0.36603 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0151-1732_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J0151-1732_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0151-1732_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 02:15:54 2007