! Started logfile: J0419-2132_S_2007_01_11_yyk_uvs.log on Mon Jun 16 19:14:57 2008 obs J0419-2132_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J0419-2132_S_2007_01_11_yyk_uve.fits ! AN table 1: 17 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.792484 visibilities/baseline/integration-bin. ! Found source: J0419-2132 ! ! 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 2249 lines of history. ! ! Reading 1940 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 J0419-2132_S_2007_01_11_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.151942 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.391 mas, bmaj=6.197 mas, bpa=4.425 degrees ! Estimated noise=1.96722 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.0998946 Jy ! Component: 100 - total flux cleaned = 0.120143 Jy ! Total flux subtracted in 100 components = 0.120143 Jy ! Clean residual min=-0.009765 max=0.009823 Jy/beam ! Clean residual mean=0.000060 rms=0.002504 Jy/beam ! Combined flux in latest and established models = 0.120143 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.120143 Jy ! ! Correcting IF 1. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.100395Jy sigma=1.092060 ! Fit after self-cal, rms=0.097095Jy sigma=1.071603 ! Inverting map and beam ! Estimated beam: bmin=2.392 mas, bmaj=6.201 mas, bpa=4.453 degrees ! Estimated noise=1.96464 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=2.945 mas, bmaj=7.76 mas, bpa=1.678 degrees ! Estimated noise=1.15548 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.0133202 Jy ! Component: 100 - total flux cleaned = 0.018175 Jy ! Component: 150 - total flux cleaned = 0.0200757 Jy ! Component: 200 - total flux cleaned = 0.0208583 Jy ! Total flux subtracted in 200 components = 0.0208583 Jy ! Clean residual min=-0.004395 max=0.004227 Jy/beam ! Clean residual mean=0.000010 rms=0.001238 Jy/beam ! Combined flux in latest and established models = 0.141001 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 41 model components to the UV plane model. ! The established model now contains 52 components and 0.141001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096909Jy sigma=1.048410 ! Fit after self-cal, rms=0.096866Jy sigma=1.047593 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.945 x 7.76 at 1.678 degrees (North through East) ! Clean map min=-0.004262 max=0.12063 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* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.987067 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.00 HN 1.01 KP 0.96 ! LA 1.02 MK 0.96 OV 1.02 PT 1.06 ! SC 1.01 ! ! ! 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* 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* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Fit before self-cal, rms=0.096866Jy sigma=1.047593 ! Fit after self-cal, rms=0.096895Jy sigma=1.046435 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.096895Jy sigma=1.046435 ! Fit after self-cal, rms=0.096851Jy sigma=1.045711 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.922 mas, bmaj=7.743 mas, bpa=1.324 degrees ! Estimated noise=1.15573 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.000668502 Jy ! Component: 100 - total flux cleaned = 0.000789675 Jy ! Component: 150 - total flux cleaned = 0.000846021 Jy ! Component: 200 - total flux cleaned = 0.000861388 Jy ! Total flux subtracted in 200 components = 0.000861388 Jy ! Clean residual min=-0.004334 max=0.004190 Jy/beam ! Clean residual mean=0.000034 rms=0.001243 Jy/beam ! Combined flux in latest and established models = 0.141863 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.141863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096854Jy sigma=1.045467 ! Fit after self-cal, rms=0.096813Jy sigma=1.044753 ! 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.096813Jy sigma=1.044753 ! Fit after self-cal, rms=0.087420Jy sigma=0.958874 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.00293598 Jy ! Component: 100 - total flux cleaned = 0.00307068 Jy ! Component: 150 - total flux cleaned = 0.00307248 Jy ! Component: 200 - total flux cleaned = 0.00301549 Jy ! Total flux subtracted in 200 components = 0.00301549 Jy ! Clean residual min=-0.004142 max=0.004090 Jy/beam ! Clean residual mean=0.000024 rms=0.001201 Jy/beam ! Combined flux in latest and established models = 0.144878 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 63 components and 0.144878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087472Jy sigma=0.957476 ! Fit after self-cal, rms=0.084703Jy sigma=0.946465 ! 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: 2.922 x 7.743 at 1.324 degrees (North through East) ! Clean map min=-0.003937 max=0.12438 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.084703Jy sigma=0.946465 ! Fit after self-cal, rms=0.083989Jy sigma=0.943436 ! 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.083989Jy sigma=0.943436 ! Fit after self-cal, rms=0.082951Jy sigma=0.940203 ! Inverting map and beam ! Estimated beam: bmin=2.887 mas, bmaj=7.677 mas, bpa=0.5564 degrees ! Estimated noise=1.14978 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000731306 Jy ! Component: 100 - total flux cleaned = 0.000682868 Jy ! Component: 150 - total flux cleaned = 0.000648509 Jy ! Component: 200 - total flux cleaned = 0.000633718 Jy ! Total flux subtracted in 200 components = 0.000633718 Jy ! Clean residual min=-0.004062 max=0.003866 Jy/beam ! Clean residual mean=-0.000003 rms=0.001157 Jy/beam ! Combined flux in latest and established models = 0.145512 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 67 components and 0.145512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082936Jy sigma=0.939934 ! Fit after self-cal, rms=0.082492Jy sigma=0.938777 ! 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.082492Jy sigma=0.938777 ! Fit after self-cal, rms=0.082249Jy sigma=0.938498 ! 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.082249Jy sigma=0.938498 ! Fit after self-cal, rms=0.082023Jy sigma=0.937973 ! Inverting map and beam ! Estimated beam: bmin=2.884 mas, bmaj=7.686 mas, bpa=0.01849 degrees ! Estimated noise=1.14745 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -5.06986e-05 Jy ! Component: 100 - total flux cleaned = -0.000110106 Jy ! Component: 150 - total flux cleaned = -0.000168609 Jy ! Component: 200 - total flux cleaned = -0.000204353 Jy ! Total flux subtracted in 200 components = -0.000204353 Jy ! Clean residual min=-0.004144 max=0.003836 Jy/beam ! Clean residual mean=0.000005 rms=0.001159 Jy/beam ! Combined flux in latest and established models = 0.145307 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 72 components and 0.145307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082011Jy sigma=0.937817 ! Fit after self-cal, rms=0.081876Jy sigma=0.937593 ! 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.106 mas, bmaj=18.62 mas, bpa=12.26 degrees ! Estimated noise=1.54872 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.000463148 Jy ! Component: 100 - total flux cleaned = 0.000336366 Jy ! Component: 150 - total flux cleaned = 0.000233636 Jy ! Component: 200 - total flux cleaned = 0.000175505 Jy ! Total flux subtracted in 200 components = 0.000175505 Jy ! Clean residual min=-0.003963 max=0.004731 Jy/beam ! Clean residual mean=0.000014 rms=0.001518 Jy/beam ! Combined flux in latest and established models = 0.145483 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 74 components and 0.145483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081904Jy sigma=0.938071 ! Fit after self-cal, rms=0.081794Jy sigma=0.937847 ! 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.379 mas, bmaj=6.168 mas, bpa=3.591 degrees ! Estimated noise=1.94505 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.105411 Jy ! Component: 100 - total flux cleaned = 0.127338 Jy ! Component: 150 - total flux cleaned = 0.137039 Jy ! Component: 200 - total flux cleaned = 0.142223 Jy ! Total flux subtracted in 200 components = 0.142223 Jy ! Clean residual min=-0.007307 max=0.008186 Jy/beam ! Clean residual mean=0.000023 rms=0.001933 Jy/beam ! Combined flux in latest and established models = 0.142223 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.142223 Jy ! Inverting map and beam ! Estimated beam: bmin=2.884 mas, bmaj=7.686 mas, bpa=0.01849 degrees ! Estimated noise=1.14745 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.00263682 Jy ! Component: 100 - total flux cleaned = 0.00292741 Jy ! Component: 150 - total flux cleaned = 0.00309323 Jy ! Component: 200 - total flux cleaned = 0.00309889 Jy ! Total flux subtracted in 200 components = 0.00309889 Jy ! Clean residual min=-0.004143 max=0.003812 Jy/beam ! Clean residual mean=0.000005 rms=0.001169 Jy/beam ! Combined flux in latest and established models = 0.145322 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 41 components and 0.145322 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.106 mas, bmaj=18.62 mas, bpa=12.26 degrees ! Estimated noise=1.54872 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.000594527 Jy ! Component: 100 - total flux cleaned = 0.000439257 Jy ! Component: 150 - total flux cleaned = 0.000351577 Jy ! Component: 200 - total flux cleaned = 0.000240601 Jy ! Total flux subtracted in 200 components = 0.000240601 Jy ! Clean residual min=-0.003946 max=0.004696 Jy/beam ! Clean residual mean=0.000012 rms=0.001520 Jy/beam ! Combined flux in latest and established models = 0.145563 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 45 components and 0.145563 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.884 mas, bmaj=7.686 mas, bpa=0.01849 degrees ! Estimated noise=1.14745 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000348056 Jy ! Component: 100 - total flux cleaned = -0.000260202 Jy ! Component: 150 - total flux cleaned = -0.000264166 Jy ! Component: 200 - total flux cleaned = -0.000297257 Jy ! Total flux subtracted in 200 components = -0.000297257 Jy ! Clean residual min=-0.004101 max=0.003838 Jy/beam ! Clean residual mean=0.000005 rms=0.001162 Jy/beam ! Combined flux in latest and established models = 0.145266 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 59 components and 0.145266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081766Jy sigma=0.937515 ! Fit after self-cal, rms=0.081721Jy sigma=0.937418 wmodel J0419-2132_S_2007_01_11_yyk\_map.mod ! Writing 59 model components to file: J0419-2132_S_2007_01_11_yyk_map.mod wobs J0419-2132_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J0419-2132_S_2007_01_11_yyk_uvs.fits wwins J0419-2132_S_2007_01_11_yyk\_map.win ! wwins: Wrote 1 windows to J0419-2132_S_2007_01_11_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.000840079 Jy ! Component: 100 - total flux cleaned = -0.000842734 Jy ! Component: 150 - total flux cleaned = -0.000652183 Jy ! Component: 200 - total flux cleaned = -0.00023307 Jy ! Component: 250 - total flux cleaned = 0.000111534 Jy ! Component: 300 - total flux cleaned = 0.000222205 Jy ! Component: 350 - total flux cleaned = 0.000329976 Jy ! Component: 400 - total flux cleaned = 0.000640779 Jy ! Component: 450 - total flux cleaned = 0.000991776 Jy ! Component: 500 - total flux cleaned = 0.0012346 Jy ! Component: 550 - total flux cleaned = 0.00142383 Jy ! Component: 600 - total flux cleaned = 0.00160864 Jy ! Component: 650 - total flux cleaned = 0.00178861 Jy ! Component: 700 - total flux cleaned = 0.00200817 Jy ! Component: 750 - total flux cleaned = 0.00217917 Jy ! Component: 800 - total flux cleaned = 0.00234832 Jy ! Component: 850 - total flux cleaned = 0.0025132 Jy ! Component: 900 - total flux cleaned = 0.00259381 Jy ! Component: 950 - total flux cleaned = 0.00271275 Jy ! Component: 1000 - total flux cleaned = 0.00279074 Jy ! Component: 1050 - total flux cleaned = 0.00290548 Jy ! Component: 1100 - total flux cleaned = 0.00298066 Jy ! Component: 1150 - total flux cleaned = 0.00309065 Jy ! Component: 1200 - total flux cleaned = 0.00319819 Jy ! Component: 1250 - total flux cleaned = 0.00312622 Jy ! Component: 1300 - total flux cleaned = 0.00309144 Jy ! Component: 1350 - total flux cleaned = 0.00319562 Jy ! Component: 1400 - total flux cleaned = 0.00316171 Jy ! Component: 1450 - total flux cleaned = 0.00336282 Jy ! Component: 1500 - total flux cleaned = 0.0033297 Jy ! Component: 1550 - total flux cleaned = 0.00349359 Jy ! Component: 1600 - total flux cleaned = 0.00362296 Jy ! Component: 1650 - total flux cleaned = 0.00390968 Jy ! Component: 1700 - total flux cleaned = 0.0040039 Jy ! Component: 1750 - total flux cleaned = 0.00406584 Jy ! Component: 1800 - total flux cleaned = 0.00424992 Jy ! Component: 1850 - total flux cleaned = 0.00434045 Jy ! Component: 1900 - total flux cleaned = 0.00434073 Jy ! Component: 1950 - total flux cleaned = 0.00443053 Jy ! Component: 2000 - total flux cleaned = 0.00457775 Jy ! Total flux subtracted in 2048 components = 0.00469393 Jy ! Clean residual min=-0.001814 max=0.001724 Jy/beam ! Clean residual mean=0.000020 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.14996 Jy keep ! Adding 130 model components to the UV plane model. ! The established model now contains 189 components and 0.14996 Jy ![Exited script file: muppet] wmap "J0419-2132_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.884 x 7.686 at 0.01849 degrees (North through East) ! Clean map min=-0.0030285 max=0.12313 Jy/beam ! Writing clean map to FITS file: J0419-2132_S_2007_01_11_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.123132 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000577884 device "J0419-2132_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J0419-2132_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.40796 1.40796 2.81593 5.63186 11.2637 22.5274 45.0549 90.1097 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.123 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.884 x 7.686 at 0.01849 degrees (North through East) ! Clean map min=-0.0030285 max=0.12313 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0419-2132_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J0419-2132_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0419-2132_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:15:03 2008