! Started logfile: J1500-2358_X_2005_07_20_yyk_uvs.log on Fri Jan 20 10:37:03 2006 obs J1500-2358_X_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J1500-2358_X_2005_07_20_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.766667 visibilities/baseline/integration-bin. ! Found source: J1500-2358 ! ! 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.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1488 lines of history. ! ! Reading 1380 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 J1500-2358_X_2005_07_20_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.141523 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.6715 mas, bmaj=1.774 mas, bpa=-0.4789 degrees ! Estimated noise=1.69306 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.0906509 Jy ! Component: 100 - total flux cleaned = 0.115056 Jy ! Total flux subtracted in 100 components = 0.115056 Jy ! Clean residual min=-0.011639 max=0.013247 Jy/beam ! Clean residual mean=0.000005 rms=0.003170 Jy/beam ! Combined flux in latest and established models = 0.115056 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.115056 Jy ! ! Correcting IF 1. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.085728Jy sigma=1.252993 ! Fit after self-cal, rms=0.081011Jy sigma=1.200304 ! Inverting map and beam ! Estimated beam: bmin=0.6715 mas, bmaj=1.774 mas, bpa=-0.4789 degrees ! Estimated noise=1.69306 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.8406 mas, bmaj=2.131 mas, bpa=-0.1718 degrees ! Estimated noise=1.17271 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.0201795 Jy ! Component: 100 - total flux cleaned = 0.0262279 Jy ! Component: 150 - total flux cleaned = 0.0285521 Jy ! Component: 200 - total flux cleaned = 0.029492 Jy ! Total flux subtracted in 200 components = 0.029492 Jy ! Clean residual min=-0.007916 max=0.012739 Jy/beam ! Clean residual mean=0.000065 rms=0.002328 Jy/beam ! Combined flux in latest and established models = 0.144548 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 37 components and 0.144548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078724Jy sigma=1.134818 ! Fit after self-cal, rms=0.078681Jy sigma=1.134476 ! 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.8406 x 2.131 at -0.1718 degrees (North through East) ! Clean map min=-0.0072056 max=0.111 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.0279 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.99 HN 0.97 KP 0.90 ! LA 0.85 MK 0.86 NL 0.99 OV 0.98 ! PT 1.18 SC 0.94 ! ! ! 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.078681Jy sigma=1.134476 ! Fit after self-cal, rms=0.077708Jy sigma=1.124880 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.077708Jy sigma=1.124880 ! Fit after self-cal, rms=0.077711Jy sigma=1.124856 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8268 mas, bmaj=2.111 mas, bpa=-0.6996 degrees ! Estimated noise=1.16138 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.2, -7). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0131783 Jy ! Component: 100 - total flux cleaned = 0.0155415 Jy ! Component: 150 - total flux cleaned = 0.0156632 Jy ! Component: 200 - total flux cleaned = 0.0156587 Jy ! Total flux subtracted in 200 components = 0.0156587 Jy ! Clean residual min=-0.006347 max=0.007628 Jy/beam ! Clean residual mean=0.000083 rms=0.001698 Jy/beam ! Combined flux in latest and established models = 0.160206 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 61 components and 0.160206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076087Jy sigma=1.093546 ! Fit after self-cal, rms=0.075935Jy sigma=1.091071 ! 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.075935Jy sigma=1.091071 ! Fit after self-cal, rms=0.071484Jy sigma=1.037483 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) ! Added new window around map position (-6.8, -13.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00651282 Jy ! Component: 100 - total flux cleaned = 0.00729154 Jy ! Component: 150 - total flux cleaned = 0.00767779 Jy ! Component: 200 - total flux cleaned = 0.00789546 Jy ! Total flux subtracted in 200 components = 0.00789546 Jy ! Clean residual min=-0.005823 max=0.005928 Jy/beam ! Clean residual mean=0.000081 rms=0.001545 Jy/beam ! Combined flux in latest and established models = 0.168102 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 80 components and 0.168102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070697Jy sigma=1.022919 ! Fit after self-cal, rms=0.070357Jy sigma=1.017740 ! 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.8268 x 2.111 at -0.6996 degrees (North through East) ! Clean map min=-0.0051171 max=0.11067 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.070357Jy sigma=1.017740 ! Fit after self-cal, rms=0.070357Jy sigma=1.017740 ! 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.070357Jy sigma=1.017740 ! Fit after self-cal, rms=0.070372Jy sigma=1.017385 ! Inverting map and beam ! Estimated beam: bmin=0.8268 mas, bmaj=2.111 mas, bpa=-0.6996 degrees ! Estimated noise=1.16138 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00189933 Jy ! Component: 100 - total flux cleaned = 0.00190013 Jy ! Component: 150 - total flux cleaned = 0.00156011 Jy ! Component: 200 - total flux cleaned = 0.00132309 Jy ! Total flux subtracted in 200 components = 0.00132309 Jy ! Clean residual min=-0.005482 max=0.005961 Jy/beam ! Clean residual mean=0.000081 rms=0.001497 Jy/beam ! Combined flux in latest and established models = 0.169425 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 91 components and 0.169425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070139Jy sigma=1.013786 ! Fit after self-cal, rms=0.070143Jy sigma=1.013557 ! 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.070143Jy sigma=1.013557 ! Fit after self-cal, rms=0.069455Jy sigma=1.015828 ! 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.069455Jy sigma=1.015828 ! Fit after self-cal, rms=0.069493Jy sigma=1.015702 ! Inverting map and beam ! Estimated beam: bmin=0.8238 mas, bmaj=2.113 mas, bpa=-0.9877 degrees ! Estimated noise=1.14585 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000559522 Jy ! Component: 100 - total flux cleaned = 0.000293173 Jy ! Component: 150 - total flux cleaned = 0.000166699 Jy ! Component: 200 - total flux cleaned = 4.538e-05 Jy ! Total flux subtracted in 200 components = 4.538e-05 Jy ! Clean residual min=-0.005225 max=0.005520 Jy/beam ! Clean residual mean=0.000076 rms=0.001421 Jy/beam ! Combined flux in latest and established models = 0.16947 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 102 components and 0.16947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069365Jy sigma=1.013687 ! Fit after self-cal, rms=0.069379Jy sigma=1.013571 ! 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.275 mas, bmaj=5.302 mas, bpa=2.014 degrees ! Estimated noise=1.51285 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.00183653 Jy ! Component: 100 - total flux cleaned = -0.00234045 Jy ! Component: 150 - total flux cleaned = -0.00253966 Jy ! Component: 200 - total flux cleaned = -0.00265912 Jy ! Total flux subtracted in 200 components = -0.00265912 Jy ! Clean residual min=-0.005865 max=0.007787 Jy/beam ! Clean residual mean=0.000143 rms=0.001994 Jy/beam ! Combined flux in latest and established models = 0.166811 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 115 components and 0.166811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069293Jy sigma=1.013249 ! Fit after self-cal, rms=0.069276Jy sigma=1.013056 ! 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.667 mas, bmaj=1.77 mas, bpa=-0.7311 degrees ! Estimated noise=1.65572 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0960286 Jy ! Component: 100 - total flux cleaned = 0.123 Jy ! Component: 150 - total flux cleaned = 0.138041 Jy ! Component: 200 - total flux cleaned = 0.148407 Jy ! Total flux subtracted in 200 components = 0.148407 Jy ! Clean residual min=-0.007804 max=0.008032 Jy/beam ! Clean residual mean=0.000017 rms=0.002080 Jy/beam ! Combined flux in latest and established models = 0.148407 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.148407 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8238 mas, bmaj=2.113 mas, bpa=-0.9877 degrees ! Estimated noise=1.14585 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.0121267 Jy ! Component: 100 - total flux cleaned = 0.0183057 Jy ! Component: 150 - total flux cleaned = 0.0204773 Jy ! Component: 200 - total flux cleaned = 0.0214789 Jy ! Total flux subtracted in 200 components = 0.0214789 Jy ! Clean residual min=-0.005560 max=0.006375 Jy/beam ! Clean residual mean=0.000070 rms=0.001514 Jy/beam ! Combined flux in latest and established models = 0.169886 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 63 components and 0.169886 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.275 mas, bmaj=5.302 mas, bpa=2.014 degrees ! Estimated noise=1.51285 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.000120259 Jy ! Component: 100 - total flux cleaned = -0.000331536 Jy ! Component: 150 - total flux cleaned = -0.000716641 Jy ! Component: 200 - total flux cleaned = -0.000845329 Jy ! Total flux subtracted in 200 components = -0.000845329 Jy ! Clean residual min=-0.005834 max=0.007748 Jy/beam ! Clean residual mean=0.000143 rms=0.002038 Jy/beam ! Combined flux in latest and established models = 0.169041 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 83 components and 0.169041 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8238 mas, bmaj=2.113 mas, bpa=-0.9877 degrees ! Estimated noise=1.14585 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000313935 Jy ! Component: 100 - total flux cleaned = 9.75157e-05 Jy ! Component: 150 - total flux cleaned = 4.9615e-06 Jy ! Component: 200 - total flux cleaned = 7.87493e-06 Jy ! Total flux subtracted in 200 components = 7.87493e-06 Jy ! Clean residual min=-0.005251 max=0.005815 Jy/beam ! Clean residual mean=0.000074 rms=0.001453 Jy/beam ! Combined flux in latest and established models = 0.169049 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 36 model components to the UV plane model. ! The established model now contains 112 components and 0.169049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069406Jy sigma=1.015654 ! Fit after self-cal, rms=0.069374Jy sigma=1.015304 wmodel J1500-2358_X_2005_07_20_yyk\_map.mod ! Writing 112 model components to file: J1500-2358_X_2005_07_20_yyk_map.mod wobs J1500-2358_X_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J1500-2358_X_2005_07_20_yyk_uvs.fits wwins J1500-2358_X_2005_07_20_yyk\_map.win ! wwins: Wrote 3 windows to J1500-2358_X_2005_07_20_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.00212389 Jy ! Component: 100 - total flux cleaned = 0.00296123 Jy ! Component: 150 - total flux cleaned = 0.00330508 Jy ! Component: 200 - total flux cleaned = 0.00403402 Jy ! Component: 250 - total flux cleaned = 0.00426729 Jy ! Component: 300 - total flux cleaned = 0.00479768 Jy ! Component: 350 - total flux cleaned = 0.00531217 Jy ! Component: 400 - total flux cleaned = 0.00581225 Jy ! Component: 450 - total flux cleaned = 0.00636865 Jy ! Component: 500 - total flux cleaned = 0.00677594 Jy ! Component: 550 - total flux cleaned = 0.00724092 Jy ! Component: 600 - total flux cleaned = 0.00776103 Jy ! Component: 650 - total flux cleaned = 0.00833184 Jy ! Component: 700 - total flux cleaned = 0.00864073 Jy ! Component: 750 - total flux cleaned = 0.00894347 Jy ! Component: 800 - total flux cleaned = 0.00894279 Jy ! Component: 850 - total flux cleaned = 0.00900053 Jy ! Component: 900 - total flux cleaned = 0.00894355 Jy ! Component: 950 - total flux cleaned = 0.00905672 Jy ! Component: 1000 - total flux cleaned = 0.00911266 Jy ! Component: 1050 - total flux cleaned = 0.00916801 Jy ! Component: 1100 - total flux cleaned = 0.0093273 Jy ! Component: 1150 - total flux cleaned = 0.00937897 Jy ! Component: 1200 - total flux cleaned = 0.0093792 Jy ! Component: 1250 - total flux cleaned = 0.00932891 Jy ! Component: 1300 - total flux cleaned = 0.00947893 Jy ! Component: 1350 - total flux cleaned = 0.0093801 Jy ! Component: 1400 - total flux cleaned = 0.00957419 Jy ! Component: 1450 - total flux cleaned = 0.00962178 Jy ! Component: 1500 - total flux cleaned = 0.00971672 Jy ! Component: 1550 - total flux cleaned = 0.00971659 Jy ! Component: 1600 - total flux cleaned = 0.00971699 Jy ! Component: 1650 - total flux cleaned = 0.00971707 Jy ! Component: 1700 - total flux cleaned = 0.00962744 Jy ! Component: 1750 - total flux cleaned = 0.00962671 Jy ! Component: 1800 - total flux cleaned = 0.00949587 Jy ! Component: 1850 - total flux cleaned = 0.0094529 Jy ! Component: 1900 - total flux cleaned = 0.00928324 Jy ! Component: 1950 - total flux cleaned = 0.00945197 Jy ! Component: 2000 - total flux cleaned = 0.00949345 Jy ! Total flux subtracted in 2048 components = 0.00945158 Jy ! Clean residual min=-0.002267 max=0.002212 Jy/beam ! Clean residual mean=0.000028 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.1785 Jy keep ! Adding 156 model components to the UV plane model. ! The established model now contains 268 components and 0.1785 Jy ![Exited script file: muppet] wmap "J1500-2358_X_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8238 x 2.113 at -0.9877 degrees (North through East) ! Clean map min=-0.0034343 max=0.10808 Jy/beam ! Writing clean map to FITS file: J1500-2358_X_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.108083 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000758221 device "J1500-2358_X_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J1500-2358_X_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.10454 2.10454 4.20909 8.41817 16.8363 33.6727 67.3454 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.108 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.8238 x 2.113 at -0.9877 degrees (North through East) ! Clean map min=-0.0034343 max=0.10808 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1500-2358_X_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J1500-2358_X_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1500-2358_X_2005_07_20_yyk_uvs.log closed on Fri Jan 20 10:37:08 2006