! Started logfile: J1916-1519_S_2005_07_09_yyk_uvs.log on Fri Jan 20 10:54:06 2006 obs J1916-1519_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J1916-1519_S_2005_07_09_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.96 visibilities/baseline/integration-bin. ! Found source: J1916-1519 ! ! 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 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1601 lines of history. ! ! Reading 1728 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 J1916-1519_S_2005_07_09_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.207271 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=2.477 mas, bmaj=6.399 mas, bpa=-1.055 degrees ! Estimated noise=1.34931 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.160569 Jy ! Component: 100 - total flux cleaned = 0.184651 Jy ! Total flux subtracted in 100 components = 0.184651 Jy ! Clean residual min=-0.006823 max=0.006484 Jy/beam ! Clean residual mean=-0.000027 rms=0.001803 Jy/beam ! Combined flux in latest and established models = 0.184651 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.184651 Jy ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.071918Jy sigma=1.166707 ! Fit after self-cal, rms=0.071685Jy sigma=1.161515 ! Inverting map and beam ! Estimated beam: bmin=2.477 mas, bmaj=6.399 mas, bpa=-1.055 degrees ! Estimated noise=1.34931 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=3.214 mas, bmaj=8.299 mas, bpa=-2.585 degrees ! Estimated noise=0.970258 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.0105127 Jy ! Component: 100 - total flux cleaned = 0.0147771 Jy ! Component: 150 - total flux cleaned = 0.0166119 Jy ! Component: 200 - total flux cleaned = 0.0168965 Jy ! Total flux subtracted in 200 components = 0.0168965 Jy ! Clean residual min=-0.006071 max=0.005438 Jy/beam ! Clean residual mean=-0.000073 rms=0.001622 Jy/beam ! Combined flux in latest and established models = 0.201547 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 31 components and 0.201547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069965Jy sigma=1.141565 ! Fit after self-cal, rms=0.069962Jy sigma=1.141498 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.214 x 8.299 at -2.585 degrees (North through East) ! Clean map min=-0.0057371 max=0.18378 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.01728 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.06 HN 0.98 KP 0.94 ! LA 1.05 MK 0.90 NL 0.95 OV 0.95 ! PT 1.09 SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.98971 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00 HN 1.07 KP 1.00 ! LA 1.02 MK 0.98 NL 0.97 OV 1.03 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 3. ! 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 4. ! 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* ! ! ! Fit before self-cal, rms=0.069962Jy sigma=1.141498 ! Fit after self-cal, rms=0.069293Jy sigma=1.132133 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.069293Jy sigma=1.132133 ! Fit after self-cal, rms=0.069292Jy sigma=1.132121 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.163 mas, bmaj=8.188 mas, bpa=-2.74 degrees ! Estimated noise=0.972118 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.00278824 Jy ! Component: 100 - total flux cleaned = 0.00313324 Jy ! Component: 150 - total flux cleaned = 0.00336531 Jy ! Component: 200 - total flux cleaned = 0.00363144 Jy ! Total flux subtracted in 200 components = 0.00363144 Jy ! Clean residual min=-0.006045 max=0.005268 Jy/beam ! Clean residual mean=-0.000001 rms=0.001575 Jy/beam ! Combined flux in latest and established models = 0.205179 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 39 components and 0.205179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069101Jy sigma=1.130162 ! Fit after self-cal, rms=0.069101Jy sigma=1.130139 ! 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.069101Jy sigma=1.130139 ! Fit after self-cal, rms=0.066906Jy sigma=1.097366 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.000870074 Jy ! Component: 100 - total flux cleaned = 0.000959527 Jy ! Component: 150 - total flux cleaned = 0.00104122 Jy ! Component: 200 - total flux cleaned = 0.00109242 Jy ! Total flux subtracted in 200 components = 0.00109242 Jy ! Clean residual min=-0.005983 max=0.005273 Jy/beam ! Clean residual mean=0.000000 rms=0.001567 Jy/beam ! Combined flux in latest and established models = 0.206271 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 41 components and 0.206271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066847Jy sigma=1.096968 ! Fit after self-cal, rms=0.066712Jy sigma=1.094656 ! 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: 3.163 x 8.188 at -2.74 degrees (North through East) ! Clean map min=-0.0056613 max=0.18352 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.066712Jy sigma=1.094656 ! Fit after self-cal, rms=0.065765Jy sigma=1.080696 ! 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.065765Jy sigma=1.080696 ! Fit after self-cal, rms=0.065781Jy sigma=1.080403 ! Inverting map and beam ! Estimated beam: bmin=3.145 mas, bmaj=8.11 mas, bpa=-2.531 degrees ! Estimated noise=0.968396 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000441814 Jy ! Component: 100 - total flux cleaned = 0.000692704 Jy ! Component: 150 - total flux cleaned = 0.000867041 Jy ! Component: 200 - total flux cleaned = 0.0010457 Jy ! Total flux subtracted in 200 components = 0.0010457 Jy ! Clean residual min=-0.005807 max=0.004979 Jy/beam ! Clean residual mean=-0.000018 rms=0.001511 Jy/beam ! Combined flux in latest and established models = 0.207317 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 44 components and 0.207317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065808Jy sigma=1.079750 ! Fit after self-cal, rms=0.065824Jy sigma=1.079703 ! 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.065824Jy sigma=1.079703 ! Fit after self-cal, rms=0.065804Jy sigma=1.111295 ! 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.065804Jy sigma=1.111295 ! Fit after self-cal, rms=0.065814Jy sigma=1.111185 ! Inverting map and beam ! Estimated beam: bmin=3.13 mas, bmaj=8.004 mas, bpa=-1.821 degrees ! Estimated noise=0.963597 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000277411 Jy ! Component: 100 - total flux cleaned = -6.39451e-05 Jy ! Component: 150 - total flux cleaned = 0.000165558 Jy ! Component: 200 - total flux cleaned = 0.000310158 Jy ! Total flux subtracted in 200 components = 0.000310158 Jy ! Clean residual min=-0.006440 max=0.006506 Jy/beam ! Clean residual mean=0.000005 rms=0.001824 Jy/beam ! Combined flux in latest and established models = 0.207627 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 46 components and 0.207627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065979Jy sigma=1.109263 ! Fit after self-cal, rms=0.065987Jy sigma=1.109250 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.895 mas, bmaj=16.32 mas, bpa=6.484 degrees ! Estimated noise=1.23025 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.00183119 Jy ! Component: 100 - total flux cleaned = 0.00216713 Jy ! Component: 150 - total flux cleaned = 0.00236051 Jy ! Component: 200 - total flux cleaned = 0.00260808 Jy ! Total flux subtracted in 200 components = 0.00260808 Jy ! Clean residual min=-0.007036 max=0.006479 Jy/beam ! Clean residual mean=-0.000015 rms=0.002161 Jy/beam ! Combined flux in latest and established models = 0.210235 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 49 components and 0.210235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066315Jy sigma=1.111906 ! Fit after self-cal, rms=0.066315Jy sigma=1.111753 ! 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=2.457 mas, bmaj=6.333 mas, bpa=-0.7486 degrees ! Estimated noise=1.32543 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.158458 Jy ! Component: 100 - total flux cleaned = 0.183864 Jy ! Component: 150 - total flux cleaned = 0.195288 Jy ! Component: 200 - total flux cleaned = 0.201548 Jy ! Total flux subtracted in 200 components = 0.201548 Jy ! Clean residual min=-0.005502 max=0.006139 Jy/beam ! Clean residual mean=-0.000004 rms=0.001558 Jy/beam ! Combined flux in latest and established models = 0.201548 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.201548 Jy ! Inverting map and beam ! Estimated beam: bmin=3.13 mas, bmaj=8.004 mas, bpa=-1.821 degrees ! Estimated noise=0.963597 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.00337934 Jy ! Component: 100 - total flux cleaned = 0.00390467 Jy ! Component: 150 - total flux cleaned = 0.00441506 Jy ! Component: 200 - total flux cleaned = 0.0048336 Jy ! Total flux subtracted in 200 components = 0.0048336 Jy ! Clean residual min=-0.006460 max=0.006758 Jy/beam ! Clean residual mean=0.000009 rms=0.001848 Jy/beam ! Combined flux in latest and established models = 0.206382 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 35 components and 0.206382 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.895 mas, bmaj=16.32 mas, bpa=6.484 degrees ! Estimated noise=1.23025 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.0023849 Jy ! Component: 100 - total flux cleaned = 0.00289184 Jy ! Component: 150 - total flux cleaned = 0.00320745 Jy ! Component: 200 - total flux cleaned = 0.00349066 Jy ! Total flux subtracted in 200 components = 0.00349066 Jy ! Clean residual min=-0.007014 max=0.006595 Jy/beam ! Clean residual mean=-0.000012 rms=0.002184 Jy/beam ! Combined flux in latest and established models = 0.209872 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 38 components and 0.209872 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.13 mas, bmaj=8.004 mas, bpa=-1.821 degrees ! Estimated noise=0.963597 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00148979 Jy ! Component: 100 - total flux cleaned = -0.00171767 Jy ! Component: 150 - total flux cleaned = -0.00178607 Jy ! Component: 200 - total flux cleaned = -0.00177791 Jy ! Total flux subtracted in 200 components = -0.00177791 Jy ! Clean residual min=-0.006402 max=0.006332 Jy/beam ! Clean residual mean=0.000003 rms=0.001802 Jy/beam ! Combined flux in latest and established models = 0.208094 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 50 components and 0.208094 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066024Jy sigma=1.107843 ! Fit after self-cal, rms=0.066017Jy sigma=1.107816 wmodel J1916-1519_S_2005_07_09_yyk\_map.mod ! Writing 50 model components to file: J1916-1519_S_2005_07_09_yyk_map.mod wobs J1916-1519_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J1916-1519_S_2005_07_09_yyk_uvs.fits wwins J1916-1519_S_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J1916-1519_S_2005_07_09_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.00141784 Jy ! Component: 100 - total flux cleaned = 0.00272506 Jy ! Component: 150 - total flux cleaned = 0.0039528 Jy ! Component: 200 - total flux cleaned = 0.0052226 Jy ! Component: 250 - total flux cleaned = 0.00643668 Jy ! Component: 300 - total flux cleaned = 0.00768934 Jy ! Component: 350 - total flux cleaned = 0.00880522 Jy ! Component: 400 - total flux cleaned = 0.00987728 Jy ! Component: 450 - total flux cleaned = 0.0106695 Jy ! Component: 500 - total flux cleaned = 0.0113564 Jy ! Component: 550 - total flux cleaned = 0.0120985 Jy ! Component: 600 - total flux cleaned = 0.0126746 Jy ! Component: 650 - total flux cleaned = 0.0131632 Jy ! Component: 700 - total flux cleaned = 0.0135712 Jy ! Component: 750 - total flux cleaned = 0.0141658 Jy ! Component: 800 - total flux cleaned = 0.0147438 Jy ! Component: 850 - total flux cleaned = 0.015244 Jy ! Component: 900 - total flux cleaned = 0.0156095 Jy ! Component: 950 - total flux cleaned = 0.0159066 Jy ! Component: 1000 - total flux cleaned = 0.0161978 Jy ! Component: 1050 - total flux cleaned = 0.0164262 Jy ! Component: 1100 - total flux cleaned = 0.0167072 Jy ! Component: 1150 - total flux cleaned = 0.0169817 Jy ! Component: 1200 - total flux cleaned = 0.0173034 Jy ! Component: 1250 - total flux cleaned = 0.0175134 Jy ! Component: 1300 - total flux cleaned = 0.017718 Jy ! Component: 1350 - total flux cleaned = 0.0178693 Jy ! Component: 1400 - total flux cleaned = 0.0180665 Jy ! Component: 1450 - total flux cleaned = 0.018164 Jy ! Component: 1500 - total flux cleaned = 0.0184017 Jy ! Component: 1550 - total flux cleaned = 0.0185886 Jy ! Component: 1600 - total flux cleaned = 0.0187717 Jy ! Component: 1650 - total flux cleaned = 0.0188624 Jy ! Component: 1700 - total flux cleaned = 0.0190407 Jy ! Component: 1750 - total flux cleaned = 0.0192608 Jy ! Component: 1800 - total flux cleaned = 0.0195625 Jy ! Component: 1850 - total flux cleaned = 0.0196906 Jy ! Component: 1900 - total flux cleaned = 0.0199006 Jy ! Component: 1950 - total flux cleaned = 0.020149 Jy ! Component: 2000 - total flux cleaned = 0.0203119 Jy ! Total flux subtracted in 2048 components = 0.0205127 Jy ! Clean residual min=-0.002162 max=0.002412 Jy/beam ! Clean residual mean=-0.000006 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.228607 Jy keep ! Adding 152 model components to the UV plane model. ! The established model now contains 202 components and 0.228607 Jy ![Exited script file: muppet] wmap "J1916-1519_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.13 x 8.004 at -1.821 degrees (North through East) ! Clean map min=-0.0041272 max=0.17908 Jy/beam ! Writing clean map to FITS file: J1916-1519_S_2005_07_09_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.179082 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000839854 device "J1916-1519_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J1916-1519_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.40694 1.40694 2.81387 5.62775 11.2555 22.511 45.022 90.0439 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0025 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.179 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.13 x 8.004 at -1.821 degrees (North through East) ! Clean map min=-0.0041272 max=0.17908 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1916-1519_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J1916-1519_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1916-1519_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 10:54:10 2006