! Started logfile: J0102-2646_S_2007_01_11_yyk_uvs.log on Mon Jun 16 19:04:39 2008 obs J0102-2646_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J0102-2646_S_2007_01_11_yyk_uve.fits ! AN table 1: 15 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.55 visibilities/baseline/integration-bin. ! Found source: J0102-2646 ! ! 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 2250 lines of history. ! ! Reading 1188 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 J0102-2646_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.185761 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.968 mas, bmaj=16.04 mas, bpa=-26.42 degrees ! Estimated noise=2.54604 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.121417 Jy ! Component: 100 - total flux cleaned = 0.16739 Jy ! Total flux subtracted in 100 components = 0.16739 Jy ! Clean residual min=-0.011629 max=0.015055 Jy/beam ! Clean residual mean=-0.000170 rms=0.004012 Jy/beam ! Combined flux in latest and established models = 0.16739 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 30 components and 0.16739 Jy ! ! Correcting IF 1. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.083413Jy sigma=1.227309 ! Fit after self-cal, rms=0.078407Jy sigma=1.187275 ! Inverting map and beam ! Estimated beam: bmin=2.97 mas, bmaj=16.03 mas, bpa=-26.42 degrees ! Estimated noise=2.56756 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=4.49 mas, bmaj=17.81 mas, bpa=-25.27 degrees ! Estimated noise=1.33259 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.0348355 Jy ! Component: 100 - total flux cleaned = 0.0490531 Jy ! Component: 150 - total flux cleaned = 0.0557103 Jy ! Component: 200 - total flux cleaned = 0.0582776 Jy ! Total flux subtracted in 200 components = 0.0582776 Jy ! Clean residual min=-0.006639 max=0.004230 Jy/beam ! Clean residual mean=-0.000179 rms=0.001583 Jy/beam ! Combined flux in latest and established models = 0.225667 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 47 model components to the UV plane model. ! The established model now contains 71 components and 0.225667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068423Jy sigma=1.005765 ! Fit after self-cal, rms=0.068213Jy sigma=1.003352 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.49 x 17.81 at -25.27 degrees (North through East) ! Clean map min=-0.0064063 max=0.14247 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.01831 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.95 HN 1.00* KP 0.92 ! LA 1.03 MK 0.98 OV 0.98 PT 1.02 ! SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.99218 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00 HN 1.00* KP 0.94 ! LA 1.03 MK 0.97 OV 1.10 PT 0.99 ! SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.980037 ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.02 HN 1.00* KP 1.01 ! LA 0.97 MK 0.97 OV 1.07 PT 1.05 ! SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.00928 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 1.00* KP 0.92 ! LA 1.00 MK 1.04 OV 0.97 PT 0.97 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.068213Jy sigma=1.003352 ! Fit after self-cal, rms=0.067444Jy sigma=0.989063 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.067444Jy sigma=0.989063 ! Fit after self-cal, rms=0.067405Jy sigma=0.988783 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.449 mas, bmaj=17.99 mas, bpa=-25.34 degrees ! Estimated noise=1.32629 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.00115423 Jy ! Component: 100 - total flux cleaned = -0.00130644 Jy ! Component: 150 - total flux cleaned = -0.00137378 Jy ! Component: 200 - total flux cleaned = -0.00150285 Jy ! Total flux subtracted in 200 components = -0.00150285 Jy ! Clean residual min=-0.004742 max=0.003803 Jy/beam ! Clean residual mean=-0.000049 rms=0.001225 Jy/beam ! Combined flux in latest and established models = 0.224164 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 85 components and 0.224164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067285Jy sigma=0.986805 ! Fit after self-cal, rms=0.067244Jy sigma=0.986476 ! 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.067244Jy sigma=0.986476 ! Fit after self-cal, rms=0.060027Jy sigma=0.886404 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.0017627 Jy ! Component: 100 - total flux cleaned = 0.00214056 Jy ! Component: 150 - total flux cleaned = 0.00235238 Jy ! Component: 200 - total flux cleaned = 0.00226903 Jy ! Total flux subtracted in 200 components = 0.00226903 Jy ! Clean residual min=-0.004905 max=0.004070 Jy/beam ! Clean residual mean=-0.000057 rms=0.001216 Jy/beam ! Combined flux in latest and established models = 0.226433 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 97 components and 0.226433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059845Jy sigma=0.883954 ! Fit after self-cal, rms=0.059391Jy sigma=0.879403 ! 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: 4.449 x 17.99 at -25.34 degrees (North through East) ! Clean map min=-0.0048269 max=0.14413 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.059391Jy sigma=0.879403 ! Fit after self-cal, rms=0.058266Jy sigma=0.871451 ! 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.058266Jy sigma=0.871451 ! Fit after self-cal, rms=0.058194Jy sigma=0.870930 ! Inverting map and beam ! Estimated beam: bmin=4.301 mas, bmaj=18.07 mas, bpa=-25.09 degrees ! Estimated noise=1.30296 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00139896 Jy ! Component: 100 - total flux cleaned = -0.00148049 Jy ! Component: 150 - total flux cleaned = -0.00155491 Jy ! Component: 200 - total flux cleaned = -0.00162306 Jy ! Total flux subtracted in 200 components = -0.00162306 Jy ! Clean residual min=-0.004249 max=0.004010 Jy/beam ! Clean residual mean=-0.000007 rms=0.001150 Jy/beam ! Combined flux in latest and established models = 0.22481 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 104 components and 0.22481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058174Jy sigma=0.870210 ! Fit after self-cal, rms=0.058141Jy sigma=0.870096 ! 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.058141Jy sigma=0.870096 ! Fit after self-cal, rms=0.057602Jy sigma=0.869838 ! 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.057602Jy sigma=0.869838 ! Fit after self-cal, rms=0.057600Jy sigma=0.869650 ! Inverting map and beam ! Estimated beam: bmin=4.187 mas, bmaj=18.01 mas, bpa=-24.82 degrees ! Estimated noise=1.28281 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00138768 Jy ! Component: 100 - total flux cleaned = -0.00139009 Jy ! Component: 150 - total flux cleaned = -0.00143189 Jy ! Component: 200 - total flux cleaned = -0.00146825 Jy ! Total flux subtracted in 200 components = -0.00146825 Jy ! Clean residual min=-0.004856 max=0.003895 Jy/beam ! Clean residual mean=-0.000051 rms=0.001204 Jy/beam ! Combined flux in latest and established models = 0.223342 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 116 components and 0.223342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057614Jy sigma=0.868514 ! Fit after self-cal, rms=0.057606Jy sigma=0.868464 ! 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=12.16 mas, bmaj=25.01 mas, bpa=2.117 degrees ! Estimated noise=1.46076 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.000200758 Jy ! Component: 100 - total flux cleaned = -0.000182054 Jy ! Component: 150 - total flux cleaned = -0.000223379 Jy ! Component: 200 - total flux cleaned = -0.0002624 Jy ! Total flux subtracted in 200 components = -0.0002624 Jy ! Clean residual min=-0.004869 max=0.003228 Jy/beam ! Clean residual mean=-0.000075 rms=0.001347 Jy/beam ! Combined flux in latest and established models = 0.22308 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 124 components and 0.22308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057598Jy sigma=0.868291 ! Fit after self-cal, rms=0.057596Jy sigma=0.868261 ! 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.909 mas, bmaj=16.22 mas, bpa=-26.13 degrees ! Estimated noise=2.42383 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.121715 Jy ! Component: 100 - total flux cleaned = 0.169748 Jy ! Component: 150 - total flux cleaned = 0.192113 Jy ! Component: 200 - total flux cleaned = 0.204877 Jy ! Total flux subtracted in 200 components = 0.204877 Jy ! Clean residual min=-0.010663 max=0.008001 Jy/beam ! Clean residual mean=-0.000029 rms=0.002589 Jy/beam ! Combined flux in latest and established models = 0.204877 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.204877 Jy ! Inverting map and beam ! Estimated beam: bmin=4.187 mas, bmaj=18.01 mas, bpa=-24.82 degrees ! Estimated noise=1.28281 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) ! Added new window around map position (7.5, -8.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0129209 Jy ! Component: 100 - total flux cleaned = 0.018649 Jy ! Component: 150 - total flux cleaned = 0.0205577 Jy ! Component: 200 - total flux cleaned = 0.0217941 Jy ! Total flux subtracted in 200 components = 0.0217941 Jy ! Clean residual min=-0.005193 max=0.004249 Jy/beam ! Clean residual mean=-0.000068 rms=0.001245 Jy/beam ! Combined flux in latest and established models = 0.226671 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 79 components and 0.226671 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=12.16 mas, bmaj=25.01 mas, bpa=2.117 degrees ! Estimated noise=1.46076 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.000324604 Jy ! Component: 100 - total flux cleaned = 0.000116005 Jy ! Component: 150 - total flux cleaned = -0.000202052 Jy ! Component: 200 - total flux cleaned = -0.000435369 Jy ! Total flux subtracted in 200 components = -0.000435369 Jy ! Clean residual min=-0.004832 max=0.003487 Jy/beam ! Clean residual mean=-0.000089 rms=0.001377 Jy/beam ! Combined flux in latest and established models = 0.226236 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 110 components and 0.226236 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.187 mas, bmaj=18.01 mas, bpa=-24.82 degrees ! Estimated noise=1.28281 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -4.2764e-06 Jy ! Component: 100 - total flux cleaned = -8.34939e-05 Jy ! Component: 150 - total flux cleaned = -0.000149198 Jy ! Component: 200 - total flux cleaned = -0.000216386 Jy ! Total flux subtracted in 200 components = -0.000216386 Jy ! Clean residual min=-0.004583 max=0.003876 Jy/beam ! Clean residual mean=-0.000065 rms=0.001126 Jy/beam ! Combined flux in latest and established models = 0.226019 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 131 components and 0.226019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057494Jy sigma=0.865190 ! Fit after self-cal, rms=0.057460Jy sigma=0.864817 wmodel J0102-2646_S_2007_01_11_yyk\_map.mod ! Writing 131 model components to file: J0102-2646_S_2007_01_11_yyk_map.mod wobs J0102-2646_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J0102-2646_S_2007_01_11_yyk_uvs.fits wwins J0102-2646_S_2007_01_11_yyk\_map.win ! wwins: Wrote 2 windows to J0102-2646_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.00113344 Jy ! Component: 100 - total flux cleaned = -0.0011834 Jy ! Component: 150 - total flux cleaned = -0.00145858 Jy ! Component: 200 - total flux cleaned = -0.00160737 Jy ! Component: 250 - total flux cleaned = -0.00184565 Jy ! Component: 300 - total flux cleaned = -0.00219959 Jy ! Component: 350 - total flux cleaned = -0.00228393 Jy ! Component: 400 - total flux cleaned = -0.00244391 Jy ! Component: 450 - total flux cleaned = -0.0025957 Jy ! Component: 500 - total flux cleaned = -0.00263157 Jy ! Component: 550 - total flux cleaned = -0.00276882 Jy ! Component: 600 - total flux cleaned = -0.00293458 Jy ! Component: 650 - total flux cleaned = -0.00309461 Jy ! Component: 700 - total flux cleaned = -0.00340274 Jy ! Component: 750 - total flux cleaned = -0.00364029 Jy ! Component: 800 - total flux cleaned = -0.00389941 Jy ! Component: 850 - total flux cleaned = -0.00414988 Jy ! Component: 900 - total flux cleaned = -0.0044201 Jy ! Component: 950 - total flux cleaned = -0.00463022 Jy ! Component: 1000 - total flux cleaned = -0.00486007 Jy ! Component: 1050 - total flux cleaned = -0.00503394 Jy ! Component: 1100 - total flux cleaned = -0.00518002 Jy ! Component: 1150 - total flux cleaned = -0.00532323 Jy ! Component: 1200 - total flux cleaned = -0.00553328 Jy ! Component: 1250 - total flux cleaned = -0.00573827 Jy ! Component: 1300 - total flux cleaned = -0.00587192 Jy ! Component: 1350 - total flux cleaned = -0.00600299 Jy ! Component: 1400 - total flux cleaned = -0.00621625 Jy ! Component: 1450 - total flux cleaned = -0.00636184 Jy ! Component: 1500 - total flux cleaned = -0.00642321 Jy ! Component: 1550 - total flux cleaned = -0.0065039 Jy ! Component: 1600 - total flux cleaned = -0.00656312 Jy ! Component: 1650 - total flux cleaned = -0.00664064 Jy ! Component: 1700 - total flux cleaned = -0.00664058 Jy ! Component: 1750 - total flux cleaned = -0.00667831 Jy ! Component: 1800 - total flux cleaned = -0.00678928 Jy ! Component: 1850 - total flux cleaned = -0.00682554 Jy ! Component: 1900 - total flux cleaned = -0.00684377 Jy ! Component: 1950 - total flux cleaned = -0.00693214 Jy ! Component: 2000 - total flux cleaned = -0.0069495 Jy ! Total flux subtracted in 2048 components = -0.00696705 Jy ! Clean residual min=-0.000993 max=0.000945 Jy/beam ! Clean residual mean=-0.000023 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.219052 Jy keep ! Adding 105 model components to the UV plane model. ! The established model now contains 236 components and 0.219052 Jy ![Exited script file: muppet] wmap "J0102-2646_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.187 x 18.01 at -24.82 degrees (North through East) ! Clean map min=-0.0032018 max=0.13572 Jy/beam ! Writing clean map to FITS file: J0102-2646_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.135717 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000384977 device "J0102-2646_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J0102-2646_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.850988 0.850988 1.70198 3.40395 6.80791 13.6158 27.2316 54.4632 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.135 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.187 x 18.01 at -24.82 degrees (North through East) ! Clean map min=-0.0032018 max=0.13572 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0102-2646_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J0102-2646_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0102-2646_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:04:45 2008