! Started logfile: J0524-2818_S_2007_01_11_yyk_uvs.log on Mon Jun 16 19:17:16 2008 obs J0524-2818_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J0524-2818_S_2007_01_11_yyk_uve.fits ! AN table 1: 16 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.694444 visibilities/baseline/integration-bin. ! Found source: J0524-2818 ! ! 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 1600 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 J0524-2818_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.217298 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.1 mas, bmaj=6.225 mas, bpa=5.274 degrees ! Estimated noise=2.3638 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.163431 Jy ! Component: 100 - total flux cleaned = 0.187654 Jy ! Total flux subtracted in 100 components = 0.187654 Jy ! Clean residual min=-0.012092 max=0.019097 Jy/beam ! Clean residual mean=0.000327 rms=0.004049 Jy/beam ! Combined flux in latest and established models = 0.187654 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.187654 Jy ! ! Correcting IF 1. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.106457Jy sigma=1.140554 ! Fit after self-cal, rms=0.101825Jy sigma=1.115457 ! Inverting map and beam ! Estimated beam: bmin=2.1 mas, bmaj=6.225 mas, bpa=5.274 degrees ! Estimated noise=2.3638 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.828 mas, bmaj=7.389 mas, bpa=3.386 degrees ! Estimated noise=1.29927 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.0171641 Jy ! Component: 100 - total flux cleaned = 0.0226338 Jy ! Component: 150 - total flux cleaned = 0.0250593 Jy ! Component: 200 - total flux cleaned = 0.0257442 Jy ! Total flux subtracted in 200 components = 0.0257442 Jy ! Clean residual min=-0.006445 max=0.007501 Jy/beam ! Clean residual mean=0.000415 rms=0.002132 Jy/beam ! Combined flux in latest and established models = 0.213398 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 27 components and 0.213398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101247Jy sigma=1.078225 ! Fit after self-cal, rms=0.100168Jy sigma=1.073314 ! 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.828 x 7.389 at 3.386 degrees (North through East) ! Clean map min=-0.0060966 max=0.19363 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.02106 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.97 HN 1.00* KP 1.00* ! LA 1.03 MK 1.00 OV 0.95 PT 0.98 ! SC 0.92 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00866 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 HN 1.00* KP 1.00* ! LA 1.00 MK 1.02 OV 0.97 PT 1.00 ! SC 0.94 ! ! ! 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.100168Jy sigma=1.073314 ! Fit after self-cal, rms=0.099645Jy sigma=1.069977 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.099645Jy sigma=1.069977 ! Fit after self-cal, rms=0.099360Jy sigma=1.068656 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.818 mas, bmaj=7.358 mas, bpa=4.19 degrees ! Estimated noise=1.29517 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.000934 Jy ! Component: 100 - total flux cleaned = 0.00122102 Jy ! Component: 150 - total flux cleaned = 0.00126571 Jy ! Component: 200 - total flux cleaned = 0.0013057 Jy ! Total flux subtracted in 200 components = 0.0013057 Jy ! Clean residual min=-0.006147 max=0.007136 Jy/beam ! Clean residual mean=0.000455 rms=0.001988 Jy/beam ! Combined flux in latest and established models = 0.214704 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 33 components and 0.214704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099239Jy sigma=1.067703 ! Fit after self-cal, rms=0.099148Jy sigma=1.067296 ! 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.099148Jy sigma=1.067296 ! Fit after self-cal, rms=0.093140Jy sigma=0.994797 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.00132999 Jy ! Component: 100 - total flux cleaned = 0.0014649 Jy ! Component: 150 - total flux cleaned = 0.00154718 Jy ! Component: 200 - total flux cleaned = 0.00162563 Jy ! Total flux subtracted in 200 components = 0.00162563 Jy ! Clean residual min=-0.006101 max=0.007124 Jy/beam ! Clean residual mean=0.000462 rms=0.001944 Jy/beam ! Combined flux in latest and established models = 0.216329 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 39 components and 0.216329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093128Jy sigma=0.994138 ! Fit after self-cal, rms=0.092564Jy sigma=0.990133 ! 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.818 x 7.358 at 4.19 degrees (North through East) ! Clean map min=-0.0058543 max=0.19323 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.092564Jy sigma=0.990133 ! Fit after self-cal, rms=0.091382Jy sigma=0.986003 ! 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.091382Jy sigma=0.986003 ! Fit after self-cal, rms=0.091305Jy sigma=0.985555 ! Inverting map and beam ! Estimated beam: bmin=2.806 mas, bmaj=7.331 mas, bpa=4.587 degrees ! Estimated noise=1.27306 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00224781 Jy ! Component: 100 - total flux cleaned = -0.00215501 Jy ! Component: 150 - total flux cleaned = -0.0021187 Jy ! Component: 200 - total flux cleaned = -0.00208706 Jy ! Total flux subtracted in 200 components = -0.00208706 Jy ! Clean residual min=-0.005417 max=0.007038 Jy/beam ! Clean residual mean=0.000445 rms=0.001872 Jy/beam ! Combined flux in latest and established models = 0.214242 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.214242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091109Jy sigma=0.984219 ! Fit after self-cal, rms=0.091092Jy sigma=0.984121 ! 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.091092Jy sigma=0.984121 ! Fit after self-cal, rms=0.090227Jy sigma=0.974294 ! 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.090227Jy sigma=0.974294 ! Fit after self-cal, rms=0.090234Jy sigma=0.974216 ! Inverting map and beam ! Estimated beam: bmin=2.798 mas, bmaj=7.321 mas, bpa=5.049 degrees ! Estimated noise=1.26276 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000974795 Jy ! Component: 100 - total flux cleaned = -0.000980007 Jy ! Component: 150 - total flux cleaned = -0.00101395 Jy ! Component: 200 - total flux cleaned = -0.00101232 Jy ! Total flux subtracted in 200 components = -0.00101232 Jy ! Clean residual min=-0.004686 max=0.006213 Jy/beam ! Clean residual mean=0.000409 rms=0.001809 Jy/beam ! Combined flux in latest and established models = 0.21323 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 46 components and 0.21323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090110Jy sigma=0.973456 ! Fit after self-cal, rms=0.090108Jy sigma=0.973428 ! 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.142 mas, bmaj=22.6 mas, bpa=15.32 degrees ! Estimated noise=1.71683 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.00262789 Jy ! Component: 100 - total flux cleaned = 0.00280062 Jy ! Component: 150 - total flux cleaned = 0.00301191 Jy ! Component: 200 - total flux cleaned = 0.0031603 Jy ! Total flux subtracted in 200 components = 0.0031603 Jy ! Clean residual min=-0.007233 max=0.009773 Jy/beam ! Clean residual mean=0.000790 rms=0.003047 Jy/beam ! Combined flux in latest and established models = 0.21639 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 49 components and 0.21639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090107Jy sigma=0.974481 ! Fit after self-cal, rms=0.090110Jy sigma=0.973833 ! 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.093 mas, bmaj=6.205 mas, bpa=6.154 degrees ! Estimated noise=2.28362 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.161688 Jy ! Component: 100 - total flux cleaned = 0.18906 Jy ! Component: 150 - total flux cleaned = 0.196023 Jy ! Component: 200 - total flux cleaned = 0.198023 Jy ! Total flux subtracted in 200 components = 0.198023 Jy ! Clean residual min=-0.007978 max=0.011592 Jy/beam ! Clean residual mean=0.000259 rms=0.002733 Jy/beam ! Combined flux in latest and established models = 0.198023 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.198023 Jy ! Inverting map and beam ! Estimated beam: bmin=2.798 mas, bmaj=7.321 mas, bpa=5.049 degrees ! Estimated noise=1.26276 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.0101186 Jy ! Component: 100 - total flux cleaned = 0.0138365 Jy ! Component: 150 - total flux cleaned = 0.0143724 Jy ! Component: 200 - total flux cleaned = 0.0146033 Jy ! Total flux subtracted in 200 components = 0.0146033 Jy ! Clean residual min=-0.004622 max=0.006301 Jy/beam ! Clean residual mean=0.000419 rms=0.001814 Jy/beam ! Combined flux in latest and established models = 0.212626 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 40 components and 0.212626 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.142 mas, bmaj=22.6 mas, bpa=15.32 degrees ! Estimated noise=1.71683 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.00337601 Jy ! Component: 100 - total flux cleaned = 0.00363596 Jy ! Component: 150 - total flux cleaned = 0.00377904 Jy ! Component: 200 - total flux cleaned = 0.00395604 Jy ! Total flux subtracted in 200 components = 0.00395604 Jy ! Clean residual min=-0.007217 max=0.009808 Jy/beam ! Clean residual mean=0.000784 rms=0.003016 Jy/beam ! Combined flux in latest and established models = 0.216582 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 43 components and 0.216582 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.798 mas, bmaj=7.321 mas, bpa=5.049 degrees ! Estimated noise=1.26276 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00252649 Jy ! Component: 100 - total flux cleaned = -0.00285583 Jy ! Component: 150 - total flux cleaned = -0.00290377 Jy ! Component: 200 - total flux cleaned = -0.00286234 Jy ! Total flux subtracted in 200 components = -0.00286234 Jy ! Clean residual min=-0.004719 max=0.006189 Jy/beam ! Clean residual mean=0.000401 rms=0.001801 Jy/beam ! Combined flux in latest and established models = 0.21372 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.21372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090004Jy sigma=0.973082 ! Fit after self-cal, rms=0.090000Jy sigma=0.973034 wmodel J0524-2818_S_2007_01_11_yyk\_map.mod ! Writing 48 model components to file: J0524-2818_S_2007_01_11_yyk_map.mod wobs J0524-2818_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J0524-2818_S_2007_01_11_yyk_uvs.fits wwins J0524-2818_S_2007_01_11_yyk\_map.win ! wwins: Wrote 1 windows to J0524-2818_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.00269708 Jy ! Component: 100 - total flux cleaned = 0.00501924 Jy ! Component: 150 - total flux cleaned = 0.00707008 Jy ! Component: 200 - total flux cleaned = 0.0086565 Jy ! Component: 250 - total flux cleaned = 0.00992098 Jy ! Component: 300 - total flux cleaned = 0.0114053 Jy ! Component: 350 - total flux cleaned = 0.0125563 Jy ! Component: 400 - total flux cleaned = 0.0135948 Jy ! Component: 450 - total flux cleaned = 0.014343 Jy ! Component: 500 - total flux cleaned = 0.0150653 Jy ! Component: 550 - total flux cleaned = 0.0158205 Jy ! Component: 600 - total flux cleaned = 0.0165494 Jy ! Component: 650 - total flux cleaned = 0.0171462 Jy ! Component: 700 - total flux cleaned = 0.017827 Jy ! Component: 750 - total flux cleaned = 0.0182835 Jy ! Component: 800 - total flux cleaned = 0.0188258 Jy ! Component: 850 - total flux cleaned = 0.0193996 Jy ! Component: 900 - total flux cleaned = 0.0199105 Jy ! Component: 950 - total flux cleaned = 0.0204067 Jy ! Component: 1000 - total flux cleaned = 0.0208908 Jy ! Component: 1050 - total flux cleaned = 0.0212338 Jy ! Component: 1100 - total flux cleaned = 0.0214429 Jy ! Component: 1150 - total flux cleaned = 0.0214428 Jy ! Component: 1200 - total flux cleaned = 0.0214838 Jy ! Component: 1250 - total flux cleaned = 0.0214448 Jy ! Component: 1300 - total flux cleaned = 0.0214444 Jy ! Component: 1350 - total flux cleaned = 0.0214065 Jy ! Component: 1400 - total flux cleaned = 0.0212577 Jy ! Component: 1450 - total flux cleaned = 0.0212214 Jy ! Component: 1500 - total flux cleaned = 0.0211127 Jy ! Component: 1550 - total flux cleaned = 0.0210054 Jy ! Component: 1600 - total flux cleaned = 0.0207232 Jy ! Component: 1650 - total flux cleaned = 0.0204448 Jy ! Component: 1700 - total flux cleaned = 0.0202729 Jy ! Component: 1750 - total flux cleaned = 0.0201706 Jy ! Component: 1800 - total flux cleaned = 0.0199344 Jy ! Component: 1850 - total flux cleaned = 0.0198342 Jy ! Component: 1900 - total flux cleaned = 0.0195693 Jy ! Component: 1950 - total flux cleaned = 0.0194708 Jy ! Component: 2000 - total flux cleaned = 0.0192431 Jy ! Total flux subtracted in 2048 components = 0.0190823 Jy ! Clean residual min=-0.001773 max=0.001820 Jy/beam ! Clean residual mean=0.000055 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.232802 Jy keep ! Adding 123 model components to the UV plane model. ! The established model now contains 171 components and 0.232802 Jy ![Exited script file: muppet] wmap "J0524-2818_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.798 x 7.321 at 5.049 degrees (North through East) ! Clean map min=-0.0033248 max=0.18527 Jy/beam ! Writing clean map to FITS file: J0524-2818_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.18527 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000615627 device "J0524-2818_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J0524-2818_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.996861 0.996861 1.99372 3.98744 7.97488 15.9498 31.8995 63.7991 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.185 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.798 x 7.321 at 5.049 degrees (North through East) ! Clean map min=-0.0033248 max=0.18527 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0524-2818_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J0524-2818_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0524-2818_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:17:22 2008