! Started logfile: J1127-1857_X_1997_07_02_yyk_uvs.log on Mon Jan 8 05:17:32 2007 obs J1127-1857_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J1127-1857_X_1997_07_02_yyk_uva.fits ! AN table 1: 140 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.662857 visibilities/baseline/integration-bin. ! Found source: J1127-1857 ! ! 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 16704 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 J1127-1857_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)= 1.05854 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.6897 mas, bmaj=1.951 mas, bpa=-8.874 degrees ! Estimated noise=1602.46 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.835103 Jy ! Component: 100 - total flux cleaned = 0.978516 Jy ! Total flux subtracted in 100 components = 0.978516 Jy ! Clean residual min=-0.046093 max=0.059306 Jy/beam ! Clean residual mean=0.001471 rms=0.014156 Jy/beam ! Combined flux in latest and established models = 0.978516 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.978516 Jy ! ! Correcting IF 1. ! A total of 259 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 259 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 259 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 259 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.441417Jy sigma=0.002159 ! Fit after self-cal, rms=0.440658Jy sigma=0.002156 ! Inverting map and beam ! Estimated beam: bmin=0.6897 mas, bmaj=1.951 mas, bpa=-8.874 degrees ! Estimated noise=1602.6 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.8994 mas, bmaj=2.34 mas, bpa=-8.396 degrees ! Estimated noise=914.99 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.0760901 Jy ! Component: 100 - total flux cleaned = 0.096105 Jy ! Component: 150 - total flux cleaned = 0.0995176 Jy ! Component: 200 - total flux cleaned = 0.0997403 Jy ! Total flux subtracted in 200 components = 0.0997403 Jy ! Clean residual min=-0.032695 max=0.036505 Jy/beam ! Clean residual mean=0.001260 rms=0.009739 Jy/beam ! Combined flux in latest and established models = 1.07826 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 18 components and 1.07826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.445221Jy sigma=0.002095 ! Fit after self-cal, rms=0.445199Jy sigma=0.002095 ! 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.8994 x 2.34 at -8.396 degrees (North through East) ! Clean map min=-0.030956 max=1.0153 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: 1.00163 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.09 HN 0.99 KP 0.97 ! LA 1.00 MK 1.03 NL 1.00 OV 1.01 ! PT 0.98 SC 0.96 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.0087 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.08 HN 0.95 KP 0.98 ! LA 0.97 MK 0.98 NL 0.99 OV 1.06 ! PT 0.93 SC 1.01 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.999977 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.12 HN 0.99 KP 0.95 ! LA 0.98 MK 1.00 NL 0.99 OV 1.00 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.997962 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.09 HN 1.00 KP 0.95 ! LA 0.98 MK 0.99 NL 0.99 OV 1.02 ! PT 0.99 SC 1.04 ! ! ! Fit before self-cal, rms=0.445199Jy sigma=0.002095 ! Fit after self-cal, rms=0.443040Jy sigma=0.002066 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.443040Jy sigma=0.002066 ! Fit after self-cal, rms=0.443042Jy sigma=0.002066 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9007 mas, bmaj=2.343 mas, bpa=-8.762 degrees ! Estimated noise=917.135 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.00518285 Jy ! Component: 100 - total flux cleaned = 0.00544545 Jy ! Component: 150 - total flux cleaned = 0.00566167 Jy ! Component: 200 - total flux cleaned = 0.00584214 Jy ! Total flux subtracted in 200 components = 0.00584214 Jy ! Clean residual min=-0.032827 max=0.027812 Jy/beam ! Clean residual mean=0.001115 rms=0.008261 Jy/beam ! Combined flux in latest and established models = 1.0841 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 25 components and 1.0841 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.443409Jy sigma=0.002064 ! Fit after self-cal, rms=0.443392Jy sigma=0.002064 ! 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.443392Jy sigma=0.002064 ! Fit after self-cal, rms=0.399859Jy sigma=0.001717 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.0186669 Jy ! Component: 100 - total flux cleaned = 0.0215174 Jy ! Component: 150 - total flux cleaned = 0.0213358 Jy ! Component: 200 - total flux cleaned = 0.0208688 Jy ! Total flux subtracted in 200 components = 0.0208688 Jy ! Clean residual min=-0.026895 max=0.028150 Jy/beam ! Clean residual mean=0.001147 rms=0.007986 Jy/beam ! Combined flux in latest and established models = 1.10497 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 31 components and 1.10497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.402544Jy sigma=0.001712 ! Fit after self-cal, rms=0.397415Jy sigma=0.001667 ! 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.9007 x 2.343 at -8.762 degrees (North through East) ! Clean map min=-0.02417 max=1.0381 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.397415Jy sigma=0.001667 ! Fit after self-cal, rms=2.445392Jy sigma=0.001444 ! 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=2.445392Jy sigma=0.001444 ! Fit after self-cal, rms=2.445440Jy sigma=0.001431 ! Inverting map and beam ! Estimated beam: bmin=0.9075 mas, bmaj=2.362 mas, bpa=-8.765 degrees ! Estimated noise=907.913 mJy/beam. ! Added new window around map position (1.4, -2.8). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00297882 Jy ! Component: 100 - total flux cleaned = 0.00298367 Jy ! Component: 150 - total flux cleaned = 0.00297951 Jy ! Component: 200 - total flux cleaned = 0.00297395 Jy ! Total flux subtracted in 200 components = 0.00297395 Jy ! Clean residual min=-0.003710 max=0.004741 Jy/beam ! Clean residual mean=0.000024 rms=0.001082 Jy/beam ! Combined flux in latest and established models = 1.10794 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 44 components and 1.10794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=2.445484Jy sigma=0.001430 ! Fit after self-cal, rms=2.445271Jy sigma=0.001425 ! 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=2.445271Jy sigma=0.001425 ! Fit after self-cal, rms=2.989548Jy sigma=0.001422 ! 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=2.989548Jy sigma=0.001422 ! Fit after self-cal, rms=2.990127Jy sigma=0.001420 ! Inverting map and beam ! Estimated beam: bmin=0.9079 mas, bmaj=2.361 mas, bpa=-8.682 degrees ! Estimated noise=908.124 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00132034 Jy ! Component: 100 - total flux cleaned = 0.00119771 Jy ! Component: 150 - total flux cleaned = 0.00151787 Jy ! Component: 200 - total flux cleaned = 0.00170804 Jy ! Total flux subtracted in 200 components = 0.00170804 Jy ! Clean residual min=-0.003297 max=0.004159 Jy/beam ! Clean residual mean=0.000026 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 1.10965 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 49 components and 1.10965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=2.990153Jy sigma=0.001419 ! Fit after self-cal, rms=2.990006Jy sigma=0.001418 ! 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.018 mas, bmaj=4.081 mas, bpa=-8.872 degrees ! Estimated noise=1162.22 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.000289859 Jy ! Component: 100 - total flux cleaned = 7.31006e-05 Jy ! Component: 150 - total flux cleaned = -7.15207e-05 Jy ! Component: 200 - total flux cleaned = -0.00013234 Jy ! Total flux subtracted in 200 components = -0.00013234 Jy ! Clean residual min=-0.003167 max=0.003517 Jy/beam ! Clean residual mean=0.000051 rms=0.001132 Jy/beam ! Combined flux in latest and established models = 1.10952 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 59 components and 1.10952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=2.990000Jy sigma=0.001418 ! Fit after self-cal, rms=2.989959Jy sigma=0.001417 ! 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.6836 mas, bmaj=1.928 mas, bpa=-9.076 degrees ! Estimated noise=1651.78 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.876281 Jy ! Component: 100 - total flux cleaned = 1.04032 Jy ! Component: 150 - total flux cleaned = 1.09333 Jy ! Component: 200 - total flux cleaned = 1.11063 Jy ! Total flux subtracted in 200 components = 1.11063 Jy ! Clean residual min=-0.010045 max=0.011544 Jy/beam ! Clean residual mean=-0.000025 rms=0.002710 Jy/beam ! Combined flux in latest and established models = 1.11063 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 12 model components to the UV plane model. ! The established model now contains 12 components and 1.11063 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9079 mas, bmaj=2.361 mas, bpa=-8.682 degrees ! Estimated noise=908.124 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.000734553 Jy ! Component: 100 - total flux cleaned = 0.000250979 Jy ! Component: 150 - total flux cleaned = 3.51876e-05 Jy ! Component: 200 - total flux cleaned = 2.88009e-05 Jy ! Total flux subtracted in 200 components = 2.88009e-05 Jy ! Clean residual min=-0.003932 max=0.004215 Jy/beam ! Clean residual mean=0.000027 rms=0.001080 Jy/beam ! Combined flux in latest and established models = 1.11066 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 30 components and 1.11066 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.018 mas, bmaj=4.081 mas, bpa=-8.872 degrees ! Estimated noise=1162.22 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.000234565 Jy ! Component: 100 - total flux cleaned = -0.000169636 Jy ! Component: 150 - total flux cleaned = -0.000385041 Jy ! Component: 200 - total flux cleaned = -0.000524452 Jy ! Total flux subtracted in 200 components = -0.000524452 Jy ! Clean residual min=-0.002963 max=0.003554 Jy/beam ! Clean residual mean=0.000053 rms=0.001138 Jy/beam ! Combined flux in latest and established models = 1.11014 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 39 components and 1.11014 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9079 mas, bmaj=2.361 mas, bpa=-8.682 degrees ! Estimated noise=908.124 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -4.10717e-05 Jy ! Component: 100 - total flux cleaned = -0.000302278 Jy ! Component: 150 - total flux cleaned = -0.000180272 Jy ! Component: 200 - total flux cleaned = 1.5075e-05 Jy ! Total flux subtracted in 200 components = 1.5075e-05 Jy ! Clean residual min=-0.003376 max=0.003817 Jy/beam ! Clean residual mean=0.000026 rms=0.000955 Jy/beam ! Combined flux in latest and established models = 1.11015 Jy selfcal false, false, phase_soltime ! 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 1.11015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=2.989972Jy sigma=0.001417 ! Fit after self-cal, rms=2.989887Jy sigma=0.001416 wmodel J1127-1857_X_1997_07_02_yyk\_map.mod ! Writing 46 model components to file: J1127-1857_X_1997_07_02_yyk_map.mod wobs J1127-1857_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J1127-1857_X_1997_07_02_yyk_uvs.fits wwins J1127-1857_X_1997_07_02_yyk\_map.win ! wwins: Wrote 2 windows to J1127-1857_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 = 0.00139791 Jy ! Component: 100 - total flux cleaned = 0.00182722 Jy ! Component: 150 - total flux cleaned = 0.00210937 Jy ! Component: 200 - total flux cleaned = 0.00237994 Jy ! Component: 250 - total flux cleaned = 0.0025869 Jy ! Component: 300 - total flux cleaned = 0.00273538 Jy ! Component: 350 - total flux cleaned = 0.00287894 Jy ! Component: 400 - total flux cleaned = 0.00301848 Jy ! Component: 450 - total flux cleaned = 0.00324028 Jy ! Component: 500 - total flux cleaned = 0.00358367 Jy ! Component: 550 - total flux cleaned = 0.00379052 Jy ! Component: 600 - total flux cleaned = 0.00403301 Jy ! Component: 650 - total flux cleaned = 0.00407304 Jy ! Component: 700 - total flux cleaned = 0.00430351 Jy ! Component: 750 - total flux cleaned = 0.00445316 Jy ! Component: 800 - total flux cleaned = 0.0044896 Jy ! Component: 850 - total flux cleaned = 0.00470444 Jy ! Component: 900 - total flux cleaned = 0.00491408 Jy ! Component: 950 - total flux cleaned = 0.00494824 Jy ! Component: 1000 - total flux cleaned = 0.00504874 Jy ! Component: 1050 - total flux cleaned = 0.00518036 Jy ! Component: 1100 - total flux cleaned = 0.00530915 Jy ! Component: 1150 - total flux cleaned = 0.00543575 Jy ! Component: 1200 - total flux cleaned = 0.00556055 Jy ! Component: 1250 - total flux cleaned = 0.00571415 Jy ! Component: 1300 - total flux cleaned = 0.00577552 Jy ! Component: 1350 - total flux cleaned = 0.00601383 Jy ! Component: 1400 - total flux cleaned = 0.00615951 Jy ! Component: 1450 - total flux cleaned = 0.00627429 Jy ! Component: 1500 - total flux cleaned = 0.00635937 Jy ! Component: 1550 - total flux cleaned = 0.00647143 Jy ! Component: 1600 - total flux cleaned = 0.0066371 Jy ! Component: 1650 - total flux cleaned = 0.00674541 Jy ! Component: 1700 - total flux cleaned = 0.00682603 Jy ! Component: 1750 - total flux cleaned = 0.0069851 Jy ! Component: 1800 - total flux cleaned = 0.00706354 Jy ! Component: 1850 - total flux cleaned = 0.00726898 Jy ! Component: 1900 - total flux cleaned = 0.00742096 Jy ! Component: 1950 - total flux cleaned = 0.00749566 Jy ! Component: 2000 - total flux cleaned = 0.00756969 Jy ! Total flux subtracted in 2048 components = 0.00761924 Jy ! Clean residual min=-0.001334 max=0.001389 Jy/beam ! Clean residual mean=0.000009 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 1.11777 Jy keep ! Adding 130 model components to the UV plane model. ! The established model now contains 176 components and 1.11777 Jy ![Exited script file: muppet] wmap "J1127-1857_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9079 x 2.361 at -8.682 degrees (North through East) ! Clean map min=-0.0020245 max=1.0362 Jy/beam ! Writing clean map to FITS file: J1127-1857_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 1.03624 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000456947 device "J1127-1857_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J1127-1857_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.13229 0.13229 0.26458 0.529161 1.05832 2.11664 4.23329 8.46657 16.9331 33.8663 67.7326 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 1.036 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.9079 x 2.361 at -8.682 degrees (North through East) ! Clean map min=-0.0020245 max=1.0362 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1127-1857_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J1127-1857_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1127-1857_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 05:17:41 2007