! Started logfile: J2047-1841_S_2007_01_11_yyk_uvs.log on Mon Jun 16 20:02:31 2008 obs J2047-1841_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J2047-1841_S_2007_01_11_yyk_uve.fits ! AN table 1: 16 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.963542 visibilities/baseline/integration-bin. ! Found source: J2047-1841 ! ! 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 2220 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 J2047-1841_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.190361 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.467 mas, bmaj=6.521 mas, bpa=-2.624 degrees ! Estimated noise=1.52509 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.139876 Jy ! Component: 100 - total flux cleaned = 0.165657 Jy ! Total flux subtracted in 100 components = 0.165657 Jy ! Clean residual min=-0.006336 max=0.008215 Jy/beam ! Clean residual mean=0.000036 rms=0.001948 Jy/beam ! Combined flux in latest and established models = 0.165657 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.165657 Jy ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.085582Jy sigma=1.101692 ! Fit after self-cal, rms=0.085457Jy sigma=1.100003 ! Inverting map and beam ! Estimated beam: bmin=2.467 mas, bmaj=6.521 mas, bpa=-2.624 degrees ! Estimated noise=1.52509 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.172 mas, bmaj=8.024 mas, bpa=-2.44 degrees ! Estimated noise=0.984518 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.0180979 Jy ! Component: 100 - total flux cleaned = 0.0253355 Jy ! Component: 150 - total flux cleaned = 0.0285285 Jy ! Component: 200 - total flux cleaned = 0.0299663 Jy ! Total flux subtracted in 200 components = 0.0299663 Jy ! Clean residual min=-0.004163 max=0.005161 Jy/beam ! Clean residual mean=-0.000017 rms=0.001087 Jy/beam ! Combined flux in latest and established models = 0.195624 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 52 components and 0.195624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082974Jy sigma=1.054223 ! Fit after self-cal, rms=0.082962Jy sigma=1.054111 ! 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.172 x 8.024 at -2.44 degrees (North through East) ! Clean map min=-0.0039877 max=0.1655 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.02473 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.94 HN 0.94 KP 0.96 ! LA 1.03 MK 1.03 OV 0.91 PT 1.01 ! SC 0.96 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.990321 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.07 KP 0.99 ! LA 0.98 MK 1.01 OV 1.03 PT 1.03 ! SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.973493 ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.02 HN 1.01 KP 0.98 ! LA 1.00 MK 1.02 OV 1.05 PT 1.01 ! SC 1.00 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.00833 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.99 HN 1.02 KP 0.96 ! LA 1.04 MK 0.97 OV 0.99 PT 0.93 ! SC 1.05 ! ! ! Fit before self-cal, rms=0.082962Jy sigma=1.054111 ! Fit after self-cal, rms=0.082567Jy sigma=1.044599 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.082567Jy sigma=1.044599 ! Fit after self-cal, rms=0.082567Jy sigma=1.044589 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.179 mas, bmaj=8.082 mas, bpa=-2.255 degrees ! Estimated noise=0.982349 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.000682488 Jy ! Component: 100 - total flux cleaned = -0.000710445 Jy ! Component: 150 - total flux cleaned = -0.000733027 Jy ! Component: 200 - total flux cleaned = -0.000752142 Jy ! Total flux subtracted in 200 components = -0.000752142 Jy ! Clean residual min=-0.003799 max=0.003959 Jy/beam ! Clean residual mean=0.000024 rms=0.000965 Jy/beam ! Combined flux in latest and established models = 0.194871 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 63 components and 0.194872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082554Jy sigma=1.044341 ! Fit after self-cal, rms=0.082553Jy sigma=1.044321 ! 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.082553Jy sigma=1.044321 ! Fit after self-cal, rms=0.076021Jy sigma=0.952656 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.00137593 Jy ! Component: 100 - total flux cleaned = 0.00128966 Jy ! Component: 150 - total flux cleaned = 0.00125388 Jy ! Component: 200 - total flux cleaned = 0.00119718 Jy ! Total flux subtracted in 200 components = 0.00119718 Jy ! Clean residual min=-0.003789 max=0.004046 Jy/beam ! Clean residual mean=0.000024 rms=0.000957 Jy/beam ! Combined flux in latest and established models = 0.196069 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 69 components and 0.196069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075937Jy sigma=0.951612 ! Fit after self-cal, rms=0.075021Jy sigma=0.946604 ! 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.179 x 8.082 at -2.255 degrees (North through East) ! Clean map min=-0.0036386 max=0.16788 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.075021Jy sigma=0.946604 ! Fit after self-cal, rms=0.073963Jy sigma=0.937565 ! 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.073963Jy sigma=0.937565 ! Fit after self-cal, rms=0.073697Jy sigma=0.936730 ! Inverting map and beam ! Estimated beam: bmin=3.174 mas, bmaj=8.124 mas, bpa=-2.282 degrees ! Estimated noise=0.979312 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00031796 Jy ! Component: 100 - total flux cleaned = -0.000294522 Jy ! Component: 150 - total flux cleaned = -0.000274159 Jy ! Component: 200 - total flux cleaned = -0.000274079 Jy ! Total flux subtracted in 200 components = -0.000274079 Jy ! Clean residual min=-0.003514 max=0.003811 Jy/beam ! Clean residual mean=0.000034 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.195795 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 74 components and 0.195795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073689Jy sigma=0.936562 ! Fit after self-cal, rms=0.073597Jy sigma=0.936326 ! 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.073597Jy sigma=0.936326 ! Fit after self-cal, rms=0.073423Jy sigma=0.920416 ! 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.073423Jy sigma=0.920416 ! Fit after self-cal, rms=0.073408Jy sigma=0.920250 ! Inverting map and beam ! Estimated beam: bmin=3.167 mas, bmaj=8.075 mas, bpa=-2.52 degrees ! Estimated noise=0.978839 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000522124 Jy ! Component: 100 - total flux cleaned = 0.000543906 Jy ! Component: 150 - total flux cleaned = 0.000526035 Jy ! Component: 200 - total flux cleaned = 0.000526227 Jy ! Total flux subtracted in 200 components = 0.000526227 Jy ! Clean residual min=-0.003701 max=0.003717 Jy/beam ! Clean residual mean=0.000041 rms=0.000913 Jy/beam ! Combined flux in latest and established models = 0.196321 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 82 components and 0.196321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073394Jy sigma=0.920060 ! Fit after self-cal, rms=0.073388Jy sigma=0.920014 ! 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.843 mas, bmaj=17.8 mas, bpa=8.578 degrees ! Estimated noise=1.26411 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 = 1.6753e-06 Jy ! Component: 100 - total flux cleaned = 9.76836e-07 Jy ! Component: 150 - total flux cleaned = -4.15956e-06 Jy ! Component: 200 - total flux cleaned = -1.61912e-05 Jy ! Total flux subtracted in 200 components = -1.61912e-05 Jy ! Clean residual min=-0.004998 max=0.003746 Jy/beam ! Clean residual mean=0.000083 rms=0.001202 Jy/beam ! Combined flux in latest and established models = 0.196305 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 88 components and 0.196305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073399Jy sigma=0.920146 ! Fit after self-cal, rms=0.073394Jy sigma=0.920004 ! 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.463 mas, bmaj=6.538 mas, bpa=-2.653 degrees ! Estimated noise=1.51544 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.142204 Jy ! Component: 100 - total flux cleaned = 0.167642 Jy ! Component: 150 - total flux cleaned = 0.179183 Jy ! Component: 200 - total flux cleaned = 0.185318 Jy ! Total flux subtracted in 200 components = 0.185318 Jy ! Clean residual min=-0.005121 max=0.006286 Jy/beam ! Clean residual mean=0.000038 rms=0.001433 Jy/beam ! Combined flux in latest and established models = 0.185318 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 37 model components to the UV plane model. ! The established model now contains 37 components and 0.185318 Jy ! Inverting map and beam ! Estimated beam: bmin=3.167 mas, bmaj=8.075 mas, bpa=-2.52 degrees ! Estimated noise=0.978839 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 (0.5, -9.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00741198 Jy ! Component: 100 - total flux cleaned = 0.0110014 Jy ! Component: 150 - total flux cleaned = 0.0129405 Jy ! Component: 200 - total flux cleaned = 0.0133511 Jy ! Total flux subtracted in 200 components = 0.0133511 Jy ! Clean residual min=-0.003123 max=0.003011 Jy/beam ! Clean residual mean=0.000034 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.198669 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 77 components and 0.198669 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.843 mas, bmaj=17.8 mas, bpa=8.578 degrees ! Estimated noise=1.26411 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.00031319 Jy ! Component: 100 - total flux cleaned = 0.000354218 Jy ! Component: 150 - total flux cleaned = 0.00037439 Jy ! Component: 200 - total flux cleaned = 0.000366116 Jy ! Total flux subtracted in 200 components = 0.000366116 Jy ! Clean residual min=-0.004266 max=0.003376 Jy/beam ! Clean residual mean=0.000068 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.199035 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 88 components and 0.199035 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.167 mas, bmaj=8.075 mas, bpa=-2.52 degrees ! Estimated noise=0.978839 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000351146 Jy ! Component: 100 - total flux cleaned = -0.00031285 Jy ! Component: 150 - total flux cleaned = -0.000277308 Jy ! Component: 200 - total flux cleaned = -0.000210984 Jy ! Total flux subtracted in 200 components = -0.000210984 Jy ! Clean residual min=-0.003140 max=0.002928 Jy/beam ! Clean residual mean=0.000034 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.198824 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 99 components and 0.198824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073207Jy sigma=0.917017 ! Fit after self-cal, rms=0.073169Jy sigma=0.916491 wmodel J2047-1841_S_2007_01_11_yyk\_map.mod ! Writing 99 model components to file: J2047-1841_S_2007_01_11_yyk_map.mod wobs J2047-1841_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J2047-1841_S_2007_01_11_yyk_uvs.fits wwins J2047-1841_S_2007_01_11_yyk\_map.win ! wwins: Wrote 2 windows to J2047-1841_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.000723363 Jy ! Component: 100 - total flux cleaned = -0.000672429 Jy ! Component: 150 - total flux cleaned = -0.0005799 Jy ! Component: 200 - total flux cleaned = -0.000316329 Jy ! Component: 250 - total flux cleaned = -2.2406e-05 Jy ! Component: 300 - total flux cleaned = 0.000180166 Jy ! Component: 350 - total flux cleaned = 0.000298242 Jy ! Component: 400 - total flux cleaned = 0.000412922 Jy ! Component: 450 - total flux cleaned = 0.00059688 Jy ! Component: 500 - total flux cleaned = 0.000774441 Jy ! Component: 550 - total flux cleaned = 0.000947866 Jy ! Component: 600 - total flux cleaned = 0.00108366 Jy ! Component: 650 - total flux cleaned = 0.0012492 Jy ! Component: 700 - total flux cleaned = 0.00128184 Jy ! Component: 750 - total flux cleaned = 0.00125015 Jy ! Component: 800 - total flux cleaned = 0.0011273 Jy ! Component: 850 - total flux cleaned = 0.00100661 Jy ! Component: 900 - total flux cleaned = 0.000917694 Jy ! Component: 950 - total flux cleaned = 0.000743769 Jy ! Component: 1000 - total flux cleaned = 0.000601471 Jy ! Component: 1050 - total flux cleaned = 0.000545065 Jy ! Component: 1100 - total flux cleaned = 0.000350903 Jy ! Component: 1150 - total flux cleaned = 0.000214558 Jy ! Component: 1200 - total flux cleaned = 4.41614e-08 Jy ! Component: 1250 - total flux cleaned = -0.000184415 Jy ! Component: 1300 - total flux cleaned = -0.000418555 Jy ! Component: 1350 - total flux cleaned = -0.000597388 Jy ! Component: 1400 - total flux cleaned = -0.000749005 Jy ! Component: 1450 - total flux cleaned = -0.000947968 Jy ! Component: 1500 - total flux cleaned = -0.00114383 Jy ! Component: 1550 - total flux cleaned = -0.00126438 Jy ! Component: 1600 - total flux cleaned = -0.00140748 Jy ! Component: 1650 - total flux cleaned = -0.00166684 Jy ! Component: 1700 - total flux cleaned = -0.00185295 Jy ! Component: 1750 - total flux cleaned = -0.00210582 Jy ! Component: 1800 - total flux cleaned = -0.00233275 Jy ! Component: 1850 - total flux cleaned = -0.00255692 Jy ! Component: 1900 - total flux cleaned = -0.00275673 Jy ! Component: 1950 - total flux cleaned = -0.00293225 Jy ! Component: 2000 - total flux cleaned = -0.00314898 Jy ! Total flux subtracted in 2048 components = -0.00336329 Jy ! Clean residual min=-0.001307 max=0.001270 Jy/beam ! Clean residual mean=0.000004 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.195461 Jy keep ! Adding 130 model components to the UV plane model. ! The established model now contains 229 components and 0.195461 Jy ![Exited script file: muppet] wmap "J2047-1841_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.167 x 8.075 at -2.52 degrees (North through East) ! Clean map min=-0.0025703 max=0.16981 Jy/beam ! Writing clean map to FITS file: J2047-1841_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.169809 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000427247 device "J2047-1841_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J2047-1841_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.754815 0.754815 1.50963 3.01926 6.03852 12.077 24.1541 48.3082 96.6163 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.169 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.167 x 8.075 at -2.52 degrees (North through East) ! Clean map min=-0.0025703 max=0.16981 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2047-1841_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J2047-1841_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2047-1841_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 20:02:36 2008