! Started logfile: J0010-2945_X_2006_12_18_yyk_uvs.log on Mon Jun 16 19:01:12 2008 obs J0010-2945_X_2006_12_18_yyk_uve.fits ! Reading UV FITS file: J0010-2945_X_2006_12_18_yyk_uve.fits ! AN table 1: 15 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.637037 visibilities/baseline/integration-bin. ! Found source: J0010-2945 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 2162 lines of history. ! ! Reading 1720 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 J0010-2945_X_2006_12_18_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.228954 Jy uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7555 mas, bmaj=3.764 mas, bpa=-18.58 degrees ! Estimated noise=1.78511 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.16656 Jy ! Component: 100 - total flux cleaned = 0.213598 Jy ! Total flux subtracted in 100 components = 0.213598 Jy ! Clean residual min=-0.011023 max=0.013224 Jy/beam ! Clean residual mean=-0.000005 rms=0.003160 Jy/beam ! Combined flux in latest and established models = 0.213598 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.213598 Jy ! ! Correcting IF 1. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.097553Jy sigma=1.469751 ! Fit after self-cal, rms=0.097305Jy sigma=1.464663 ! Inverting map and beam ! Estimated beam: bmin=0.7555 mas, bmaj=3.764 mas, bpa=-18.58 degrees ! Estimated noise=1.78511 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=1.063 mas, bmaj=4.771 mas, bpa=-15.39 degrees ! Estimated noise=1.12566 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.0243996 Jy ! Component: 100 - total flux cleaned = 0.0336486 Jy ! Component: 150 - total flux cleaned = 0.0376342 Jy ! Component: 200 - total flux cleaned = 0.038564 Jy ! Total flux subtracted in 200 components = 0.038564 Jy ! Clean residual min=-0.006884 max=0.007813 Jy/beam ! Clean residual mean=0.000144 rms=0.002427 Jy/beam ! Combined flux in latest and established models = 0.252162 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 41 model components to the UV plane model. ! The established model now contains 66 components and 0.252162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094052Jy sigma=1.393161 ! Fit after self-cal, rms=0.094042Jy sigma=1.392970 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.063 x 4.771 at -15.39 degrees (North through East) ! Clean map min=-0.0067005 max=0.19409 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.00837 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.96 HN 1.10 KP 0.98 ! LA 0.97 MK 0.96 NL 1.00 OV 0.96 ! PT 1.03 SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00723 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.97 HN 1.12 KP 0.92 ! LA 0.89 MK 0.99 NL 1.00 OV 0.95 ! PT 1.11 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.978282 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.06 HN 1.05 KP 0.88 ! LA 0.97 MK 1.08 NL 0.98 OV 0.98 ! PT 1.17 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.094042Jy sigma=1.392970 ! Fit after self-cal, rms=0.093475Jy sigma=1.364840 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.093475Jy sigma=1.364840 ! Fit after self-cal, rms=0.093477Jy sigma=1.364817 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.079 mas, bmaj=4.8 mas, bpa=-15.48 degrees ! Estimated noise=1.10533 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.00409496 Jy ! Component: 100 - total flux cleaned = -0.00525928 Jy ! Component: 150 - total flux cleaned = -0.00534436 Jy ! Component: 200 - total flux cleaned = -0.00530629 Jy ! Total flux subtracted in 200 components = -0.0053063 Jy ! Clean residual min=-0.004813 max=0.005717 Jy/beam ! Clean residual mean=0.000110 rms=0.001609 Jy/beam ! Combined flux in latest and established models = 0.246855 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 83 components and 0.246855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093319Jy sigma=1.362473 ! Fit after self-cal, rms=0.093292Jy sigma=1.362371 ! 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.093292Jy sigma=1.362371 ! Fit after self-cal, rms=0.068153Jy sigma=0.985674 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.00765584 Jy ! Component: 100 - total flux cleaned = 0.00878966 Jy ! Component: 150 - total flux cleaned = 0.00886125 Jy ! Component: 200 - total flux cleaned = 0.00892437 Jy ! Total flux subtracted in 200 components = 0.00892437 Jy ! Clean residual min=-0.004070 max=0.003770 Jy/beam ! Clean residual mean=0.000033 rms=0.001163 Jy/beam ! Combined flux in latest and established models = 0.25578 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 95 components and 0.25578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067541Jy sigma=0.974490 ! Fit after self-cal, rms=0.066856Jy sigma=0.964298 ! 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: 1.079 x 4.8 at -15.48 degrees (North through East) ! Clean map min=-0.0039742 max=0.1993 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.066856Jy sigma=0.964298 ! Fit after self-cal, rms=0.066354Jy sigma=0.936653 ! 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.066354Jy sigma=0.936653 ! Fit after self-cal, rms=0.066312Jy sigma=0.936111 ! Inverting map and beam ! Estimated beam: bmin=1.075 mas, bmaj=4.787 mas, bpa=-15.8 degrees ! Estimated noise=1.10328 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 7.64269e-05 Jy ! Component: 100 - total flux cleaned = -0.000276944 Jy ! Component: 150 - total flux cleaned = -0.000497836 Jy ! Component: 200 - total flux cleaned = -0.000594171 Jy ! Total flux subtracted in 200 components = -0.000594171 Jy ! Clean residual min=-0.003652 max=0.003336 Jy/beam ! Clean residual mean=0.000021 rms=0.001004 Jy/beam ! Combined flux in latest and established models = 0.255186 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 106 components and 0.255186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066270Jy sigma=0.934228 ! Fit after self-cal, rms=0.066243Jy sigma=0.934021 ! 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.066243Jy sigma=0.934021 ! Fit after self-cal, rms=0.065543Jy sigma=0.924494 ! 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.065543Jy sigma=0.924494 ! Fit after self-cal, rms=0.065523Jy sigma=0.924367 ! Inverting map and beam ! Estimated beam: bmin=1.065 mas, bmaj=4.774 mas, bpa=-15.99 degrees ! Estimated noise=1.09764 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000649789 Jy ! Component: 100 - total flux cleaned = -0.000750352 Jy ! Component: 150 - total flux cleaned = -0.000886898 Jy ! Component: 200 - total flux cleaned = -0.000967179 Jy ! Total flux subtracted in 200 components = -0.000967179 Jy ! Clean residual min=-0.003850 max=0.003342 Jy/beam ! Clean residual mean=0.000030 rms=0.001044 Jy/beam ! Combined flux in latest and established models = 0.254218 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 108 components and 0.254218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065488Jy sigma=0.923369 ! Fit after self-cal, rms=0.065470Jy sigma=0.923266 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.497 mas, bmaj=7.634 mas, bpa=0.7483 degrees ! Estimated noise=1.2704 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.000339408 Jy ! Component: 100 - total flux cleaned = -0.000511255 Jy ! Component: 150 - total flux cleaned = -0.000555987 Jy ! Component: 200 - total flux cleaned = -0.000556786 Jy ! Total flux subtracted in 200 components = -0.000556786 Jy ! Clean residual min=-0.003435 max=0.004301 Jy/beam ! Clean residual mean=0.000043 rms=0.001235 Jy/beam ! Combined flux in latest and established models = 0.253662 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 118 components and 0.253662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065479Jy sigma=0.923368 ! Fit after self-cal, rms=0.065460Jy sigma=0.923300 ! Inverting map uvtaper 0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7561 mas, bmaj=3.767 mas, bpa=-18.93 degrees ! Estimated noise=1.75421 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.170823 Jy ! Component: 100 - total flux cleaned = 0.219927 Jy ! Component: 150 - total flux cleaned = 0.238585 Jy ! Component: 200 - total flux cleaned = 0.247927 Jy ! Total flux subtracted in 200 components = 0.247927 Jy ! Clean residual min=-0.005727 max=0.006040 Jy/beam ! Clean residual mean=0.000008 rms=0.001665 Jy/beam ! Combined flux in latest and established models = 0.247927 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.247927 Jy ! Inverting map and beam ! Estimated beam: bmin=1.065 mas, bmaj=4.774 mas, bpa=-15.99 degrees ! Estimated noise=1.09764 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.00666687 Jy ! Component: 100 - total flux cleaned = 0.00767294 Jy ! Component: 150 - total flux cleaned = 0.00767905 Jy ! Component: 200 - total flux cleaned = 0.00767697 Jy ! Total flux subtracted in 200 components = 0.00767697 Jy ! Clean residual min=-0.003866 max=0.003395 Jy/beam ! Clean residual mean=0.000034 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.255604 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 53 components and 0.255604 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.497 mas, bmaj=7.634 mas, bpa=0.7483 degrees ! Estimated noise=1.2704 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.000399965 Jy ! Component: 100 - total flux cleaned = -0.00051958 Jy ! Component: 150 - total flux cleaned = -0.000599159 Jy ! Component: 200 - total flux cleaned = -0.000693025 Jy ! Total flux subtracted in 200 components = -0.000693025 Jy ! Clean residual min=-0.003341 max=0.004424 Jy/beam ! Clean residual mean=0.000048 rms=0.001226 Jy/beam ! Combined flux in latest and established models = 0.254911 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 59 components and 0.254911 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.065 mas, bmaj=4.774 mas, bpa=-15.99 degrees ! Estimated noise=1.09764 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000244546 Jy ! Component: 100 - total flux cleaned = 0.000282548 Jy ! Component: 150 - total flux cleaned = 0.000317346 Jy ! Component: 200 - total flux cleaned = 0.000316605 Jy ! Total flux subtracted in 200 components = 0.000316605 Jy ! Clean residual min=-0.003781 max=0.003374 Jy/beam ! Clean residual mean=0.000033 rms=0.001031 Jy/beam ! Combined flux in latest and established models = 0.255228 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 69 components and 0.255228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065475Jy sigma=0.922915 ! Fit after self-cal, rms=0.065447Jy sigma=0.922592 wmodel J0010-2945_X_2006_12_18_yyk\_map.mod ! Writing 69 model components to file: J0010-2945_X_2006_12_18_yyk_map.mod wobs J0010-2945_X_2006_12_18_yyk\_uvs.fits ! Writing UV FITS file: J0010-2945_X_2006_12_18_yyk_uvs.fits wwins J0010-2945_X_2006_12_18_yyk\_map.win ! wwins: Wrote 1 windows to J0010-2945_X_2006_12_18_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.000686985 Jy ! Component: 100 - total flux cleaned = -0.000982272 Jy ! Component: 150 - total flux cleaned = -0.00103618 Jy ! Component: 200 - total flux cleaned = -0.00113854 Jy ! Component: 250 - total flux cleaned = -0.00138551 Jy ! Component: 300 - total flux cleaned = -0.00181684 Jy ! Component: 350 - total flux cleaned = -0.00227867 Jy ! Component: 400 - total flux cleaned = -0.00254567 Jy ! Component: 450 - total flux cleaned = -0.00293406 Jy ! Component: 500 - total flux cleaned = -0.00326968 Jy ! Component: 550 - total flux cleaned = -0.00335179 Jy ! Component: 600 - total flux cleaned = -0.00351251 Jy ! Component: 650 - total flux cleaned = -0.00362989 Jy ! Component: 700 - total flux cleaned = -0.00366892 Jy ! Component: 750 - total flux cleaned = -0.00363125 Jy ! Component: 800 - total flux cleaned = -0.00359481 Jy ! Component: 850 - total flux cleaned = -0.0035237 Jy ! Component: 900 - total flux cleaned = -0.00341898 Jy ! Component: 950 - total flux cleaned = -0.00338474 Jy ! Component: 1000 - total flux cleaned = -0.00335025 Jy ! Component: 1050 - total flux cleaned = -0.00325063 Jy ! Component: 1100 - total flux cleaned = -0.00321812 Jy ! Component: 1150 - total flux cleaned = -0.0031861 Jy ! Component: 1200 - total flux cleaned = -0.00315497 Jy ! Component: 1250 - total flux cleaned = -0.00318598 Jy ! Component: 1300 - total flux cleaned = -0.00312422 Jy ! Component: 1350 - total flux cleaned = -0.00303432 Jy ! Component: 1400 - total flux cleaned = -0.00303469 Jy ! Component: 1450 - total flux cleaned = -0.00297626 Jy ! Component: 1500 - total flux cleaned = -0.00297664 Jy ! Component: 1550 - total flux cleaned = -0.00291927 Jy ! Component: 1600 - total flux cleaned = -0.00280628 Jy ! Component: 1650 - total flux cleaned = -0.00272312 Jy ! Component: 1700 - total flux cleaned = -0.00261275 Jy ! Component: 1750 - total flux cleaned = -0.00250353 Jy ! Component: 1800 - total flux cleaned = -0.00236907 Jy ! Component: 1850 - total flux cleaned = -0.00220967 Jy ! Component: 1900 - total flux cleaned = -0.00215746 Jy ! Component: 1950 - total flux cleaned = -0.00207944 Jy ! Component: 2000 - total flux cleaned = -0.00197652 Jy ! Total flux subtracted in 2048 components = -0.00187472 Jy ! Clean residual min=-0.001649 max=0.001451 Jy/beam ! Clean residual mean=0.000022 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.253353 Jy keep ! Adding 134 model components to the UV plane model. ! The established model now contains 203 components and 0.253353 Jy ![Exited script file: muppet] wmap "J0010-2945_X_2006_12_18_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.065 x 4.774 at -15.99 degrees (North through East) ! Clean map min=-0.0030792 max=0.19365 Jy/beam ! Writing clean map to FITS file: J0010-2945_X_2006_12_18_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.193647 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000514044 device "J0010-2945_X_2006_12_18_yyk\_map.eps/VPS" ! Attempting to open device: 'J0010-2945_X_2006_12_18_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.796362 0.796362 1.59272 3.18545 6.3709 12.7418 25.4836 50.9672 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.193 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.065 x 4.774 at -15.99 degrees (North through East) ! Clean map min=-0.0030792 max=0.19365 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0010-2945_X_2006_12_18_yyk\_map.gif/gif" ! Attempting to open device: 'J0010-2945_X_2006_12_18_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0010-2945_X_2006_12_18_yyk_uvs.log closed on Mon Jun 16 19:01:18 2008