! Started logfile: J2318-1659_S_2005_06_30_yyk_uvs.log on Sat Oct 8 17:46:07 2005 obs J2318-1659_S_2005_06_30_yyk_uve.fits ! Reading UV FITS file: J2318-1659_S_2005_06_30_yyk_uve.fits ! AN table 1: 19 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.968421 visibilities/baseline/integration-bin. ! Found source: J2318-1659 ! ! 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 1469 lines of history. ! ! Reading 3312 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 J2318-1659_S_2005_06_30_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.14998 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.471 mas, bmaj=6.476 mas, bpa=0.4035 degrees ! Estimated noise=1.06182 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.110771 Jy ! Component: 100 - total flux cleaned = 0.127944 Jy ! Total flux subtracted in 100 components = 0.127944 Jy ! Clean residual min=-0.005268 max=0.005991 Jy/beam ! Clean residual mean=-0.000021 rms=0.001471 Jy/beam ! Combined flux in latest and established models = 0.127944 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.127944 Jy ! ! Correcting IF 1. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.069201Jy sigma=1.111499 ! Fit after self-cal, rms=0.069133Jy sigma=1.108493 ! Inverting map and beam ! Estimated beam: bmin=2.471 mas, bmaj=6.476 mas, bpa=0.4035 degrees ! Estimated noise=1.06182 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.166 mas, bmaj=8.231 mas, bpa=-3.78 degrees ! Estimated noise=0.688301 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.00559303 Jy ! Component: 100 - total flux cleaned = 0.00766234 Jy ! Component: 150 - total flux cleaned = 0.00786904 Jy ! Component: 200 - total flux cleaned = 0.00796142 Jy ! Total flux subtracted in 200 components = 0.00796142 Jy ! Clean residual min=-0.004198 max=0.004196 Jy/beam ! Clean residual mean=-0.000068 rms=0.001163 Jy/beam ! Combined flux in latest and established models = 0.135906 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 29 components and 0.135906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068530Jy sigma=1.101853 ! Fit after self-cal, rms=0.068526Jy sigma=1.101644 ! 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.166 x 8.231 at -3.78 degrees (North through East) ! Clean map min=-0.0040617 max=0.12601 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.03384 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.02 HN 1.00 KP 0.94 ! LA 1.04 MK 0.90 NL 0.88 OV 0.99 ! PT 1.08 SC 0.88 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00031 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00 HN 0.97 KP 1.01 ! LA 0.99 MK 0.99 NL 0.99 OV 1.03 ! PT 1.06 SC 0.98 ! ! ! 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.068526Jy sigma=1.101644 ! Fit after self-cal, rms=0.067654Jy sigma=1.096362 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.067654Jy sigma=1.096362 ! Fit after self-cal, rms=0.067647Jy sigma=1.096197 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.102 mas, bmaj=8.069 mas, bpa=-3.698 degrees ! Estimated noise=0.691653 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.00273249 Jy ! Component: 100 - total flux cleaned = 0.003153 Jy ! Component: 150 - total flux cleaned = 0.00344892 Jy ! Component: 200 - total flux cleaned = 0.00369524 Jy ! Total flux subtracted in 200 components = 0.00369524 Jy ! Clean residual min=-0.003809 max=0.004762 Jy/beam ! Clean residual mean=-0.000005 rms=0.001148 Jy/beam ! Combined flux in latest and established models = 0.139601 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 31 components and 0.139601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067465Jy sigma=1.094177 ! Fit after self-cal, rms=0.067463Jy sigma=1.094027 ! 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.067463Jy sigma=1.094027 ! Fit after self-cal, rms=0.065370Jy sigma=1.053513 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.000830802 Jy ! Component: 100 - total flux cleaned = 0.000938227 Jy ! Component: 150 - total flux cleaned = 0.000973694 Jy ! Component: 200 - total flux cleaned = 0.00103527 Jy ! Total flux subtracted in 200 components = 0.00103527 Jy ! Clean residual min=-0.003591 max=0.004585 Jy/beam ! Clean residual mean=-0.000008 rms=0.001121 Jy/beam ! Combined flux in latest and established models = 0.140636 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 38 components and 0.140636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065329Jy sigma=1.052927 ! Fit after self-cal, rms=0.065198Jy sigma=1.050243 ! 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.102 x 8.069 at -3.698 degrees (North through East) ! Clean map min=-0.0035384 max=0.12613 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.065198Jy sigma=1.050243 ! Fit after self-cal, rms=0.064434Jy sigma=1.038733 ! 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.064434Jy sigma=1.038733 ! Fit after self-cal, rms=0.064395Jy sigma=1.038281 ! Inverting map and beam ! Estimated beam: bmin=3.071 mas, bmaj=8.041 mas, bpa=-3.564 degrees ! Estimated noise=0.686326 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000176627 Jy ! Component: 100 - total flux cleaned = 0.00027617 Jy ! Component: 150 - total flux cleaned = 0.00033307 Jy ! Component: 200 - total flux cleaned = 0.000333249 Jy ! Total flux subtracted in 200 components = 0.000333249 Jy ! Clean residual min=-0.003264 max=0.004143 Jy/beam ! Clean residual mean=-0.000004 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.140969 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 41 components and 0.140969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064415Jy sigma=1.037784 ! Fit after self-cal, rms=0.064398Jy sigma=1.037688 ! 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.064398Jy sigma=1.037688 ! Fit after self-cal, rms=0.064694Jy sigma=1.036770 ! 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.064694Jy sigma=1.036770 ! Fit after self-cal, rms=0.064688Jy sigma=1.036668 ! Inverting map and beam ! Estimated beam: bmin=3.069 mas, bmaj=8.082 mas, bpa=-3.933 degrees ! Estimated noise=0.683686 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000533386 Jy ! Component: 100 - total flux cleaned = -0.0005643 Jy ! Component: 150 - total flux cleaned = -0.000608371 Jy ! Component: 200 - total flux cleaned = -0.000590221 Jy ! Total flux subtracted in 200 components = -0.000590221 Jy ! Clean residual min=-0.003286 max=0.004322 Jy/beam ! Clean residual mean=0.000010 rms=0.001053 Jy/beam ! Combined flux in latest and established models = 0.140379 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.140379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064697Jy sigma=1.036266 ! Fit after self-cal, rms=0.064688Jy sigma=1.036242 ! 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=8.019 mas, bmaj=16.38 mas, bpa=6.656 degrees ! Estimated noise=0.882548 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 = 4.8586e-05 Jy ! Component: 100 - total flux cleaned = 7.91859e-05 Jy ! Component: 150 - total flux cleaned = 0.000137172 Jy ! Component: 200 - total flux cleaned = 0.00018867 Jy ! Total flux subtracted in 200 components = 0.00018867 Jy ! Clean residual min=-0.003950 max=0.005356 Jy/beam ! Clean residual mean=0.000022 rms=0.001412 Jy/beam ! Combined flux in latest and established models = 0.140568 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 54 components and 0.140568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064757Jy sigma=1.036505 ! Fit after self-cal, rms=0.064744Jy sigma=1.036356 ! Inverting map uvtaper 0,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.44 mas, bmaj=6.449 mas, bpa=-0.08935 degrees ! Estimated noise=1.03498 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.109401 Jy ! Component: 100 - total flux cleaned = 0.127079 Jy ! Component: 150 - total flux cleaned = 0.134847 Jy ! Component: 200 - total flux cleaned = 0.138844 Jy ! Total flux subtracted in 200 components = 0.138844 Jy ! Clean residual min=-0.004654 max=0.004774 Jy/beam ! Clean residual mean=-0.000003 rms=0.001157 Jy/beam ! Combined flux in latest and established models = 0.138844 Jy uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 28 model components to the UV plane model. ! The established model now contains 28 components and 0.138844 Jy ! Inverting map and beam ! Estimated beam: bmin=3.069 mas, bmaj=8.082 mas, bpa=-3.933 degrees ! Estimated noise=0.683686 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.000612655 Jy ! Component: 100 - total flux cleaned = 0.000774586 Jy ! Component: 150 - total flux cleaned = 0.000867223 Jy ! Component: 200 - total flux cleaned = 0.000953249 Jy ! Total flux subtracted in 200 components = 0.000953249 Jy ! Clean residual min=-0.003373 max=0.004491 Jy/beam ! Clean residual mean=0.000013 rms=0.001074 Jy/beam ! Combined flux in latest and established models = 0.139797 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.139797 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=8.019 mas, bmaj=16.38 mas, bpa=6.656 degrees ! Estimated noise=0.882548 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.000108398 Jy ! Component: 100 - total flux cleaned = 0.000193916 Jy ! Component: 150 - total flux cleaned = 0.000233856 Jy ! Component: 200 - total flux cleaned = 0.000305753 Jy ! Total flux subtracted in 200 components = 0.000305753 Jy ! Clean residual min=-0.004041 max=0.005406 Jy/beam ! Clean residual mean=0.000026 rms=0.001445 Jy/beam ! Combined flux in latest and established models = 0.140103 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.140103 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.069 mas, bmaj=8.082 mas, bpa=-3.933 degrees ! Estimated noise=0.683686 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000123359 Jy ! Component: 100 - total flux cleaned = 4.57764e-05 Jy ! Component: 150 - total flux cleaned = 0.000105971 Jy ! Component: 200 - total flux cleaned = 0.000130681 Jy ! Total flux subtracted in 200 components = 0.000130681 Jy ! Clean residual min=-0.003331 max=0.004376 Jy/beam ! Clean residual mean=0.000011 rms=0.001056 Jy/beam ! Combined flux in latest and established models = 0.140233 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.140233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064680Jy sigma=1.036309 ! Fit after self-cal, rms=0.064670Jy sigma=1.036272 wmodel J2318-1659_S_2005_06_30_yyk\_map.mod ! Writing 52 model components to file: J2318-1659_S_2005_06_30_yyk_map.mod wobs J2318-1659_S_2005_06_30_yyk\_uvs.fits ! Writing UV FITS file: J2318-1659_S_2005_06_30_yyk_uvs.fits wwins J2318-1659_S_2005_06_30_yyk\_map.win ! wwins: Wrote 1 windows to J2318-1659_S_2005_06_30_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.00185942 Jy ! Component: 100 - total flux cleaned = 0.00279313 Jy ! Component: 150 - total flux cleaned = 0.00308441 Jy ! Component: 200 - total flux cleaned = 0.00324923 Jy ! Component: 250 - total flux cleaned = 0.00330096 Jy ! Component: 300 - total flux cleaned = 0.00330124 Jy ! Component: 350 - total flux cleaned = 0.00339944 Jy ! Component: 400 - total flux cleaned = 0.00339847 Jy ! Component: 450 - total flux cleaned = 0.00335262 Jy ! Component: 500 - total flux cleaned = 0.00330728 Jy ! Component: 550 - total flux cleaned = 0.00313145 Jy ! Component: 600 - total flux cleaned = 0.00304587 Jy ! Component: 650 - total flux cleaned = 0.00304562 Jy ! Component: 700 - total flux cleaned = 0.00296382 Jy ! Component: 750 - total flux cleaned = 0.0029247 Jy ! Component: 800 - total flux cleaned = 0.00288572 Jy ! Component: 850 - total flux cleaned = 0.00276996 Jy ! Component: 900 - total flux cleaned = 0.00254529 Jy ! Component: 950 - total flux cleaned = 0.00243627 Jy ! Component: 1000 - total flux cleaned = 0.00236543 Jy ! Component: 1050 - total flux cleaned = 0.00222461 Jy ! Component: 1100 - total flux cleaned = 0.00208679 Jy ! Component: 1150 - total flux cleaned = 0.0019851 Jy ! Component: 1200 - total flux cleaned = 0.00181783 Jy ! Component: 1250 - total flux cleaned = 0.00162125 Jy ! Component: 1300 - total flux cleaned = 0.00152393 Jy ! Component: 1350 - total flux cleaned = 0.00139581 Jy ! Component: 1400 - total flux cleaned = 0.00126976 Jy ! Component: 1450 - total flux cleaned = 0.0011459 Jy ! Component: 1500 - total flux cleaned = 0.000993315 Jy ! Component: 1550 - total flux cleaned = 0.000932786 Jy ! Component: 1600 - total flux cleaned = 0.000725162 Jy ! Component: 1650 - total flux cleaned = 0.000638014 Jy ! Component: 1700 - total flux cleaned = 0.000580412 Jy ! Component: 1750 - total flux cleaned = 0.000466522 Jy ! Component: 1800 - total flux cleaned = 0.000298325 Jy ! Component: 1850 - total flux cleaned = 0.000271186 Jy ! Component: 1900 - total flux cleaned = 0.00024376 Jy ! Component: 1950 - total flux cleaned = 0.000216577 Jy ! Component: 2000 - total flux cleaned = 0.000136308 Jy ! Total flux subtracted in 2048 components = 0.000109826 Jy ! Clean residual min=-0.001936 max=0.001585 Jy/beam ! Clean residual mean=-0.000008 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.140343 Jy keep ! Adding 145 model components to the UV plane model. ! The established model now contains 197 components and 0.140343 Jy ![Exited script file: muppet] wmap "J2318-1659_S_2005_06_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.069 x 8.082 at -3.933 degrees (North through East) ! Clean map min=-0.0024914 max=0.12472 Jy/beam ! Writing clean map to FITS file: J2318-1659_S_2005_06_30_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.124716 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000550721 device "J2318-1659_S_2005_06_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J2318-1659_S_2005_06_30_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.32474 1.32474 2.64948 5.29896 10.5979 21.1959 42.3917 84.7834 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.124 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.069 x 8.082 at -3.933 degrees (North through East) ! Clean map min=-0.0024914 max=0.12472 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2318-1659_S_2005_06_30_yyk\_map.gif/gif" ! Attempting to open device: 'J2318-1659_S_2005_06_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2318-1659_S_2005_06_30_yyk_uvs.log closed on Sat Oct 8 17:46:11 2005