! Started logfile: J1710-0355_X_1997_05_07_yyk_uvs.log on Mon Jan 8 07:18:03 2007 obs J1710-0355_X_1997_05_07_yyk_uva.fits ! Reading UV FITS file: J1710-0355_X_1997_05_07_yyk_uva.fits ! AN table 1: 146 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.881431 visibilities/baseline/integration-bin. ! Found source: J1710-0355 ! ! 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 23164 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 J1710-0355_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.289824 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.7227 mas, bmaj=1.838 mas, bpa=-2.702 degrees ! Estimated noise=1229.88 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.188537 Jy ! Component: 100 - total flux cleaned = 0.232252 Jy ! Total flux subtracted in 100 components = 0.232252 Jy ! Clean residual min=-0.007840 max=0.012460 Jy/beam ! Clean residual mean=0.000029 rms=0.002409 Jy/beam ! Combined flux in latest and established models = 0.232252 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.232252 Jy ! ! Correcting IF 1. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.177267Jy sigma=0.001234 ! Fit after self-cal, rms=0.177028Jy sigma=0.001233 ! Inverting map and beam ! Estimated beam: bmin=0.7227 mas, bmaj=1.838 mas, bpa=-2.702 degrees ! Estimated noise=1229.88 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.9132 mas, bmaj=2.206 mas, bpa=-2.975 degrees ! Estimated noise=651.992 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.0257288 Jy ! Component: 100 - total flux cleaned = 0.0365931 Jy ! Component: 150 - total flux cleaned = 0.0417677 Jy ! Component: 200 - total flux cleaned = 0.0442749 Jy ! Total flux subtracted in 200 components = 0.0442749 Jy ! Clean residual min=-0.005466 max=0.008280 Jy/beam ! Clean residual mean=0.000027 rms=0.001537 Jy/beam ! Combined flux in latest and established models = 0.276527 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 38 model components to the UV plane model. ! The established model now contains 46 components and 0.276527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174922Jy sigma=0.001215 ! Fit after self-cal, rms=0.174893Jy sigma=0.001215 ! 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.9132 x 2.206 at -2.975 degrees (North through East) ! Clean map min=-0.0051472 max=0.21919 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.00968 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00 HN 0.97 KP 1.04 ! LA 1.03 MK 1.01 NL 1.01 OV 0.97 ! PT 0.94 SC 0.95 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00223 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 0.96 KP 1.02 ! LA 1.02 MK 0.99 NL 1.05 OV 1.00 ! PT 0.89 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.99265 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 1.02 KP 1.01 ! LA 1.01 MK 0.99 NL 1.02 OV 0.99 ! PT 0.96 SC 1.08 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.985585 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.99 HN 1.07 KP 1.03 ! LA 1.00 MK 0.94 NL 1.08 OV 1.00 ! PT 0.97 SC 1.03 ! ! ! Fit before self-cal, rms=0.174893Jy sigma=0.001215 ! Fit after self-cal, rms=0.174848Jy sigma=0.001212 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.174848Jy sigma=0.001212 ! Fit after self-cal, rms=0.174851Jy sigma=0.001212 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9124 mas, bmaj=2.228 mas, bpa=-3.69 degrees ! Estimated noise=648.249 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.8, 4.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00717018 Jy ! Component: 100 - total flux cleaned = 0.0083843 Jy ! Component: 150 - total flux cleaned = 0.008902 Jy ! Component: 200 - total flux cleaned = 0.0092126 Jy ! Total flux subtracted in 200 components = 0.0092126 Jy ! Clean residual min=-0.003492 max=0.003754 Jy/beam ! Clean residual mean=0.000008 rms=0.000964 Jy/beam ! Combined flux in latest and established models = 0.285739 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 69 components and 0.285739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174567Jy sigma=0.001210 ! Fit after self-cal, rms=0.174527Jy sigma=0.001210 ! 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.174527Jy sigma=0.001210 ! Fit after self-cal, rms=0.172937Jy sigma=0.001199 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.0029286 Jy ! Component: 100 - total flux cleaned = 0.00345979 Jy ! Component: 150 - total flux cleaned = 0.00346322 Jy ! Component: 200 - total flux cleaned = 0.00346504 Jy ! Total flux subtracted in 200 components = 0.00346504 Jy ! Clean residual min=-0.003260 max=0.003458 Jy/beam ! Clean residual mean=0.000003 rms=0.000893 Jy/beam ! Combined flux in latest and established models = 0.289204 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 88 components and 0.289204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172869Jy sigma=0.001199 ! Fit after self-cal, rms=0.172664Jy sigma=0.001198 ! 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.9124 x 2.228 at -3.69 degrees (North through East) ! Clean map min=-0.0031499 max=0.21847 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.172664Jy sigma=0.001198 ! Fit after self-cal, rms=0.172372Jy sigma=0.001196 ! 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.172372Jy sigma=0.001196 ! Fit after self-cal, rms=0.172326Jy sigma=0.001196 ! Inverting map and beam ! Estimated beam: bmin=0.9112 mas, bmaj=2.227 mas, bpa=-3.346 degrees ! Estimated noise=647.172 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0021925 Jy ! Component: 100 - total flux cleaned = 0.00254131 Jy ! Component: 150 - total flux cleaned = 0.00276914 Jy ! Component: 200 - total flux cleaned = 0.00286442 Jy ! Total flux subtracted in 200 components = 0.00286442 Jy ! Clean residual min=-0.002723 max=0.002859 Jy/beam ! Clean residual mean=-0.000004 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.292069 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 34 model components to the UV plane model. ! The established model now contains 110 components and 0.292069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172283Jy sigma=0.001195 ! Fit after self-cal, rms=0.172258Jy sigma=0.001195 ! 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.172258Jy sigma=0.001195 ! Fit after self-cal, rms=0.172625Jy sigma=0.001194 ! 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.172625Jy sigma=0.001194 ! Fit after self-cal, rms=0.172618Jy sigma=0.001194 ! Inverting map and beam ! Estimated beam: bmin=0.9121 mas, bmaj=2.227 mas, bpa=-3.231 degrees ! Estimated noise=648.657 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00188488 Jy ! Component: 100 - total flux cleaned = 0.00218683 Jy ! Component: 150 - total flux cleaned = 0.00218521 Jy ! Component: 200 - total flux cleaned = 0.00218455 Jy ! Total flux subtracted in 200 components = 0.00218455 Jy ! Clean residual min=-0.002745 max=0.002680 Jy/beam ! Clean residual mean=-0.000004 rms=0.000744 Jy/beam ! Combined flux in latest and established models = 0.294253 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 34 model components to the UV plane model. ! The established model now contains 124 components and 0.294253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172594Jy sigma=0.001193 ! Fit after self-cal, rms=0.172585Jy sigma=0.001193 ! 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.377 mas, bmaj=3.913 mas, bpa=3.025 degrees ! Estimated noise=829.804 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.000186192 Jy ! Component: 100 - total flux cleaned = 0.000462423 Jy ! Component: 150 - total flux cleaned = 0.000555349 Jy ! Component: 200 - total flux cleaned = 0.000539775 Jy ! Total flux subtracted in 200 components = 0.000539775 Jy ! Clean residual min=-0.003402 max=0.002795 Jy/beam ! Clean residual mean=-0.000009 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 0.294793 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 133 components and 0.294793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172585Jy sigma=0.001193 ! Fit after self-cal, rms=0.172573Jy sigma=0.001193 ! 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.7211 mas, bmaj=1.845 mas, bpa=-2.88 degrees ! Estimated noise=1227.92 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.190305 Jy ! Component: 100 - total flux cleaned = 0.235181 Jy ! Component: 150 - total flux cleaned = 0.252269 Jy ! Component: 200 - total flux cleaned = 0.263636 Jy ! Total flux subtracted in 200 components = 0.263636 Jy ! Clean residual min=-0.004522 max=0.006003 Jy/beam ! Clean residual mean=0.000014 rms=0.001437 Jy/beam ! Combined flux in latest and established models = 0.263636 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 41 model components to the UV plane model. ! The established model now contains 41 components and 0.263636 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9121 mas, bmaj=2.227 mas, bpa=-3.231 degrees ! Estimated noise=648.657 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.0116324 Jy ! Component: 100 - total flux cleaned = 0.0188319 Jy ! Component: 150 - total flux cleaned = 0.0235353 Jy ! Component: 200 - total flux cleaned = 0.0266436 Jy ! Total flux subtracted in 200 components = 0.0266436 Jy ! Clean residual min=-0.003074 max=0.002658 Jy/beam ! Clean residual mean=0.000001 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.290279 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 87 components and 0.290279 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.377 mas, bmaj=3.913 mas, bpa=3.025 degrees ! Estimated noise=829.804 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.00293306 Jy ! Component: 100 - total flux cleaned = 0.00429728 Jy ! Component: 150 - total flux cleaned = 0.00475649 Jy ! Component: 200 - total flux cleaned = 0.00494128 Jy ! Total flux subtracted in 200 components = 0.00494128 Jy ! Clean residual min=-0.003303 max=0.002803 Jy/beam ! Clean residual mean=-0.000010 rms=0.000958 Jy/beam ! Combined flux in latest and established models = 0.295221 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 104 components and 0.295221 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9121 mas, bmaj=2.227 mas, bpa=-3.231 degrees ! Estimated noise=648.657 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00048673 Jy ! Component: 100 - total flux cleaned = -0.000440341 Jy ! Component: 150 - total flux cleaned = -0.000356972 Jy ! Component: 200 - total flux cleaned = -0.000355984 Jy ! Total flux subtracted in 200 components = -0.000355984 Jy ! Clean residual min=-0.002731 max=0.002595 Jy/beam ! Clean residual mean=-0.000004 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.294865 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 117 components and 0.294865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172589Jy sigma=0.001193 ! Fit after self-cal, rms=0.172578Jy sigma=0.001193 wmodel J1710-0355_X_1997_05_07_yyk\_map.mod ! Writing 117 model components to file: J1710-0355_X_1997_05_07_yyk_map.mod wobs J1710-0355_X_1997_05_07_yyk\_uvs.fits ! Writing UV FITS file: J1710-0355_X_1997_05_07_yyk_uvs.fits wwins J1710-0355_X_1997_05_07_yyk\_map.win ! wwins: Wrote 2 windows to J1710-0355_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.00101496 Jy ! Component: 100 - total flux cleaned = -0.00155934 Jy ! Component: 150 - total flux cleaned = -0.00181661 Jy ! Component: 200 - total flux cleaned = -0.00198216 Jy ! Component: 250 - total flux cleaned = -0.00225883 Jy ! Component: 300 - total flux cleaned = -0.00222146 Jy ! Component: 350 - total flux cleaned = -0.00229585 Jy ! Component: 400 - total flux cleaned = -0.00233188 Jy ! Component: 450 - total flux cleaned = -0.00226308 Jy ! Component: 500 - total flux cleaned = -0.00216199 Jy ! Component: 550 - total flux cleaned = -0.00212894 Jy ! Component: 600 - total flux cleaned = -0.00206407 Jy ! Component: 650 - total flux cleaned = -0.00206363 Jy ! Component: 700 - total flux cleaned = -0.00187869 Jy ! Component: 750 - total flux cleaned = -0.0017575 Jy ! Component: 800 - total flux cleaned = -0.00163853 Jy ! Component: 850 - total flux cleaned = -0.00152164 Jy ! Component: 900 - total flux cleaned = -0.00134977 Jy ! Component: 950 - total flux cleaned = -0.0012653 Jy ! Component: 1000 - total flux cleaned = -0.00118253 Jy ! Component: 1050 - total flux cleaned = -0.00115498 Jy ! Component: 1100 - total flux cleaned = -0.00102162 Jy ! Component: 1150 - total flux cleaned = -0.000996346 Jy ! Component: 1200 - total flux cleaned = -0.000919164 Jy ! Component: 1250 - total flux cleaned = -0.000945272 Jy ! Component: 1300 - total flux cleaned = -0.00089532 Jy ! Component: 1350 - total flux cleaned = -0.000969062 Jy ! Component: 1400 - total flux cleaned = -0.000968415 Jy ! Component: 1450 - total flux cleaned = -0.000944646 Jy ! Component: 1500 - total flux cleaned = -0.00103896 Jy ! Component: 1550 - total flux cleaned = -0.000969204 Jy ! Component: 1600 - total flux cleaned = -0.00094648 Jy ! Component: 1650 - total flux cleaned = -0.000833411 Jy ! Component: 1700 - total flux cleaned = -0.000810618 Jy ! Component: 1750 - total flux cleaned = -0.000634345 Jy ! Component: 1800 - total flux cleaned = -0.00054763 Jy ! Component: 1850 - total flux cleaned = -0.000569264 Jy ! Component: 1900 - total flux cleaned = -0.00037839 Jy ! Component: 1950 - total flux cleaned = -0.000294576 Jy ! Component: 2000 - total flux cleaned = -0.000273898 Jy ! Total flux subtracted in 2048 components = -0.000274239 Jy ! Clean residual min=-0.001211 max=0.001115 Jy/beam ! Clean residual mean=0.000001 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.294591 Jy keep ! Adding 143 model components to the UV plane model. ! The established model now contains 260 components and 0.294591 Jy ![Exited script file: muppet] wmap "J1710-0355_X_1997_05_07_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9121 x 2.227 at -3.231 degrees (North through East) ! Clean map min=-0.0018702 max=0.21775 Jy/beam ! Writing clean map to FITS file: J1710-0355_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.21775 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000377656 device "J1710-0355_X_1997_05_07_yyk\_map.eps/VPS" ! Attempting to open device: 'J1710-0355_X_1997_05_07_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.520308 0.520308 1.04062 2.08123 4.16246 8.32493 16.6499 33.2997 66.5994 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.217 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.9121 x 2.227 at -3.231 degrees (North through East) ! Clean map min=-0.0018702 max=0.21775 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1710-0355_X_1997_05_07_yyk\_map.gif/gif" ! Attempting to open device: 'J1710-0355_X_1997_05_07_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1710-0355_X_1997_05_07_yyk_uvs.log closed on Mon Jan 8 07:18:13 2007