! Started logfile: J2256-2735_X_1997_08_27_yyk_uvs.log on Mon Jan 8 10:45:32 2007 obs J2256-2735_X_1997_08_27_yyk_uva.fits ! Reading UV FITS file: J2256-2735_X_1997_08_27_yyk_uva.fits ! AN table 1: 106 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.580713 visibilities/baseline/integration-bin. ! Found source: J2256-2735 ! ! 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 702 lines of history. ! ! Reading 11080 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 J2256-2735_X_1997_08_27_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.2848 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.7497 mas, bmaj=1.586 mas, bpa=-24.26 degrees ! Estimated noise=2793.9 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.0875586 Jy ! Component: 100 - total flux cleaned = 0.101619 Jy ! Total flux subtracted in 100 components = 0.101619 Jy ! Clean residual min=-0.021461 max=0.024272 Jy/beam ! Clean residual mean=-0.000107 rms=0.005546 Jy/beam ! Combined flux in latest and established models = 0.101619 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.101619 Jy ! ! Correcting IF 1. ! A total of 279 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 279 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 279 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 279 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.259152Jy sigma=0.001251 ! Fit after self-cal, rms=0.257384Jy sigma=0.001245 ! Inverting map and beam ! Estimated beam: bmin=0.7497 mas, bmaj=1.586 mas, bpa=-24.26 degrees ! Estimated noise=2794.25 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.877 mas, bmaj=1.975 mas, bpa=-16.64 degrees ! Estimated noise=1280.9 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.0376701 Jy ! Component: 100 - total flux cleaned = 0.0536257 Jy ! Component: 150 - total flux cleaned = 0.0617441 Jy ! Component: 200 - total flux cleaned = 0.0649955 Jy ! Total flux subtracted in 200 components = 0.0649955 Jy ! Clean residual min=-0.010460 max=0.013172 Jy/beam ! Clean residual mean=-0.000142 rms=0.003079 Jy/beam ! Combined flux in latest and established models = 0.166615 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 23 components and 0.166615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254460Jy sigma=0.001224 ! Fit after self-cal, rms=0.254430Jy sigma=0.001224 ! 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.877 x 1.975 at -16.64 degrees (North through East) ! Clean map min=-0.0099762 max=0.11886 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 ! 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* ! ! ! Correcting IF 2. ! 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* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.00518 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.95 HN 0.92 KP 0.98 ! LA 0.98 MK 0.99 NL 1.03 OV 1.00 ! PT 1.00* SC 1.14 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.994368 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.91 HN 1.00 KP 0.96 ! LA 0.99 MK 1.05 NL 1.05 OV 1.05 ! PT 1.00* SC 1.03 ! ! ! Fit before self-cal, rms=0.254430Jy sigma=0.001224 ! Fit after self-cal, rms=0.254610Jy sigma=0.001223 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.254610Jy sigma=0.001223 ! Fit after self-cal, rms=0.254609Jy sigma=0.001223 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.89 mas, bmaj=2.015 mas, bpa=-17.25 degrees ! Estimated noise=1278.84 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.00168706 Jy ! Component: 100 - total flux cleaned = -0.00155211 Jy ! Component: 150 - total flux cleaned = -0.00131692 Jy ! Component: 200 - total flux cleaned = -0.0010993 Jy ! Total flux subtracted in 200 components = -0.0010993 Jy ! Clean residual min=-0.010181 max=0.011445 Jy/beam ! Clean residual mean=-0.000140 rms=0.002902 Jy/beam ! Combined flux in latest and established models = 0.165515 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 26 components and 0.165515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254488Jy sigma=0.001223 ! Fit after self-cal, rms=0.254480Jy sigma=0.001223 ! 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.254480Jy sigma=0.001223 ! Fit after self-cal, rms=0.252568Jy sigma=0.001212 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.00197296 Jy ! Component: 100 - total flux cleaned = 0.0019749 Jy ! Component: 150 - total flux cleaned = 0.00206606 Jy ! Component: 200 - total flux cleaned = 0.00214981 Jy ! Total flux subtracted in 200 components = 0.00214981 Jy ! Clean residual min=-0.009777 max=0.011868 Jy/beam ! Clean residual mean=-0.000144 rms=0.002794 Jy/beam ! Combined flux in latest and established models = 0.167665 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 30 components and 0.167665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.252499Jy sigma=0.001212 ! Fit after self-cal, rms=0.252099Jy sigma=0.001209 ! 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.89 x 2.015 at -17.25 degrees (North through East) ! Clean map min=-0.0092939 max=0.12246 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.252099Jy sigma=0.001209 ! Fit after self-cal, rms=0.248279Jy sigma=0.001209 ! 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.248279Jy sigma=0.001209 ! Fit after self-cal, rms=0.248096Jy sigma=0.001208 ! Inverting map and beam ! Estimated beam: bmin=0.8854 mas, bmaj=2.004 mas, bpa=-16.32 degrees ! Estimated noise=1257.52 mJy/beam. ! Added new window around map position (2.2, 3.8). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123553 Jy ! Component: 100 - total flux cleaned = 0.0163532 Jy ! Component: 150 - total flux cleaned = 0.0178676 Jy ! Component: 200 - total flux cleaned = 0.018238 Jy ! Total flux subtracted in 200 components = 0.018238 Jy ! Clean residual min=-0.007928 max=0.008523 Jy/beam ! Clean residual mean=-0.000073 rms=0.002122 Jy/beam ! Combined flux in latest and established models = 0.185903 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 51 components and 0.185903 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.247676Jy sigma=0.001205 ! Fit after self-cal, rms=0.247594Jy sigma=0.001205 ! 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.247594Jy sigma=0.001205 ! Fit after self-cal, rms=0.243000Jy sigma=0.001204 ! 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.243000Jy sigma=0.001204 ! Fit after self-cal, rms=0.242999Jy sigma=0.001204 ! Inverting map and beam ! Estimated beam: bmin=0.8723 mas, bmaj=2.017 mas, bpa=-17.47 degrees ! Estimated noise=1221.48 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00151834 Jy ! Component: 100 - total flux cleaned = 0.00250016 Jy ! Component: 150 - total flux cleaned = 0.0028048 Jy ! Component: 200 - total flux cleaned = 0.00271764 Jy ! Total flux subtracted in 200 components = 0.00271764 Jy ! Clean residual min=-0.007352 max=0.006679 Jy/beam ! Clean residual mean=-0.000051 rms=0.001823 Jy/beam ! Combined flux in latest and established models = 0.188621 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 68 components and 0.188621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.242857Jy sigma=0.001203 ! Fit after self-cal, rms=0.242855Jy sigma=0.001203 ! 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.098 mas, bmaj=4.552 mas, bpa=-12.76 degrees ! Estimated noise=1638.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) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00412158 Jy ! Component: 100 - total flux cleaned = 0.00439342 Jy ! Component: 150 - total flux cleaned = 0.0043937 Jy ! Component: 200 - total flux cleaned = 0.00445904 Jy ! Total flux subtracted in 200 components = 0.00445904 Jy ! Clean residual min=-0.008682 max=0.008289 Jy/beam ! Clean residual mean=-0.000073 rms=0.002436 Jy/beam ! Combined flux in latest and established models = 0.19308 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 81 components and 0.19308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.242853Jy sigma=0.001203 ! Fit after self-cal, rms=0.242851Jy sigma=0.001203 ! 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.7425 mas, bmaj=1.607 mas, bpa=-24.36 degrees ! Estimated noise=2695.31 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0954006 Jy ! Component: 100 - total flux cleaned = 0.125173 Jy ! Component: 150 - total flux cleaned = 0.143745 Jy ! Component: 200 - total flux cleaned = 0.154692 Jy ! Total flux subtracted in 200 components = 0.154692 Jy ! Clean residual min=-0.015078 max=0.012556 Jy/beam ! Clean residual mean=-0.000042 rms=0.003391 Jy/beam ! Combined flux in latest and established models = 0.154692 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.154692 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8723 mas, bmaj=2.017 mas, bpa=-17.47 degrees ! Estimated noise=1221.48 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.0205445 Jy ! Component: 100 - total flux cleaned = 0.0291773 Jy ! Component: 150 - total flux cleaned = 0.0344028 Jy ! Component: 200 - total flux cleaned = 0.0364123 Jy ! Total flux subtracted in 200 components = 0.0364123 Jy ! Clean residual min=-0.007760 max=0.006570 Jy/beam ! Clean residual mean=-0.000041 rms=0.001893 Jy/beam ! Combined flux in latest and established models = 0.191104 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 47 components and 0.191104 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.098 mas, bmaj=4.552 mas, bpa=-12.76 degrees ! Estimated noise=1638.67 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.00116094 Jy ! Component: 100 - total flux cleaned = 0.00184974 Jy ! Component: 150 - total flux cleaned = 0.00260296 Jy ! Component: 200 - total flux cleaned = 0.00310948 Jy ! Total flux subtracted in 200 components = 0.00310948 Jy ! Clean residual min=-0.008694 max=0.008668 Jy/beam ! Clean residual mean=-0.000061 rms=0.002434 Jy/beam ! Combined flux in latest and established models = 0.194213 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 50 components and 0.194213 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8723 mas, bmaj=2.017 mas, bpa=-17.47 degrees ! Estimated noise=1221.48 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000154217 Jy ! Component: 100 - total flux cleaned = -0.000225286 Jy ! Component: 150 - total flux cleaned = -0.000431929 Jy ! Component: 200 - total flux cleaned = -0.000615914 Jy ! Total flux subtracted in 200 components = -0.000615914 Jy ! Clean residual min=-0.007504 max=0.006130 Jy/beam ! Clean residual mean=-0.000032 rms=0.001780 Jy/beam ! Combined flux in latest and established models = 0.193598 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 64 components and 0.193598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.242920Jy sigma=0.001203 ! Fit after self-cal, rms=0.242914Jy sigma=0.001203 wmodel J2256-2735_X_1997_08_27_yyk\_map.mod ! Writing 64 model components to file: J2256-2735_X_1997_08_27_yyk_map.mod wobs J2256-2735_X_1997_08_27_yyk\_uvs.fits ! Writing UV FITS file: J2256-2735_X_1997_08_27_yyk_uvs.fits wwins J2256-2735_X_1997_08_27_yyk\_map.win ! wwins: Wrote 2 windows to J2256-2735_X_1997_08_27_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.00267601 Jy ! Component: 100 - total flux cleaned = -0.00350434 Jy ! Component: 150 - total flux cleaned = -0.00360376 Jy ! Component: 200 - total flux cleaned = -0.00360644 Jy ! Component: 250 - total flux cleaned = -0.0034341 Jy ! Component: 300 - total flux cleaned = -0.00327024 Jy ! Component: 350 - total flux cleaned = -0.00303461 Jy ! Component: 400 - total flux cleaned = -0.0028803 Jy ! Component: 450 - total flux cleaned = -0.00273187 Jy ! Component: 500 - total flux cleaned = -0.00266316 Jy ! Component: 550 - total flux cleaned = -0.00273572 Jy ! Component: 600 - total flux cleaned = -0.00253646 Jy ! Component: 650 - total flux cleaned = -0.00273466 Jy ! Component: 700 - total flux cleaned = -0.00247888 Jy ! Component: 750 - total flux cleaned = -0.00260514 Jy ! Component: 800 - total flux cleaned = -0.00236093 Jy ! Component: 850 - total flux cleaned = -0.00236355 Jy ! Component: 900 - total flux cleaned = -0.0025984 Jy ! Component: 950 - total flux cleaned = -0.00265621 Jy ! Component: 1000 - total flux cleaned = -0.00271262 Jy ! Component: 1050 - total flux cleaned = -0.00276767 Jy ! Component: 1100 - total flux cleaned = -0.00298265 Jy ! Component: 1150 - total flux cleaned = -0.00319328 Jy ! Component: 1200 - total flux cleaned = -0.0034002 Jy ! Component: 1250 - total flux cleaned = -0.00355256 Jy ! Component: 1300 - total flux cleaned = -0.00370101 Jy ! Component: 1350 - total flux cleaned = -0.00384728 Jy ! Component: 1400 - total flux cleaned = -0.00394346 Jy ! Component: 1450 - total flux cleaned = -0.00418025 Jy ! Component: 1500 - total flux cleaned = -0.00427292 Jy ! Component: 1550 - total flux cleaned = -0.00441143 Jy ! Component: 1600 - total flux cleaned = -0.00454917 Jy ! Component: 1650 - total flux cleaned = -0.00454968 Jy ! Component: 1700 - total flux cleaned = -0.00459409 Jy ! Component: 1750 - total flux cleaned = -0.00463872 Jy ! Component: 1800 - total flux cleaned = -0.00463846 Jy ! Component: 1850 - total flux cleaned = -0.00476672 Jy ! Component: 1900 - total flux cleaned = -0.00451272 Jy ! Component: 1950 - total flux cleaned = -0.00468116 Jy ! Component: 2000 - total flux cleaned = -0.00455688 Jy ! Total flux subtracted in 2048 components = -0.00455695 Jy ! Clean residual min=-0.002554 max=0.002251 Jy/beam ! Clean residual mean=-0.000000 rms=0.000755 Jy/beam ! Combined flux in latest and established models = 0.189041 Jy keep ! Adding 134 model components to the UV plane model. ! The established model now contains 198 components and 0.189041 Jy ![Exited script file: muppet] wmap "J2256-2735_X_1997_08_27_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8723 x 2.017 at -17.47 degrees (North through East) ! Clean map min=-0.0050229 max=0.11475 Jy/beam ! Writing clean map to FITS file: J2256-2735_X_1997_08_27_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.114754 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000756815 device "J2256-2735_X_1997_08_27_yyk\_map.eps/VPS" ! Attempting to open device: 'J2256-2735_X_1997_08_27_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.97853 1.97853 3.95706 7.91413 15.8283 31.6565 63.313 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.114 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.8723 x 2.017 at -17.47 degrees (North through East) ! Clean map min=-0.0050229 max=0.11475 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2256-2735_X_1997_08_27_yyk\_map.gif/gif" ! Attempting to open device: 'J2256-2735_X_1997_08_27_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2256-2735_X_1997_08_27_yyk_uvs.log closed on Mon Jan 8 10:45:38 2007