! Started logfile: J1036-3744_S_2005_06_30_yyk_uvs.log on Sat Oct 8 17:16:18 2005 obs J1036-3744_S_2005_06_30_yyk_uve.fits ! Reading UV FITS file: J1036-3744_S_2005_06_30_yyk_uve.fits ! AN table 1: 19 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.753216 visibilities/baseline/integration-bin. ! Found source: J1036-3744 ! ! 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 1469 lines of history. ! ! Reading 2576 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 J1036-3744_S_2005_06_30_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.209157 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.316 mas, bmaj=7.323 mas, bpa=-2.512 degrees ! Estimated noise=2.03617 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.139276 Jy ! Component: 100 - total flux cleaned = 0.167303 Jy ! Total flux subtracted in 100 components = 0.167303 Jy ! Clean residual min=-0.010134 max=0.011024 Jy/beam ! Clean residual mean=0.000102 rms=0.002832 Jy/beam ! Combined flux in latest and established models = 0.167303 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.167303 Jy ! ! Correcting IF 1. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.104740Jy sigma=1.138967 ! Fit after self-cal, rms=0.104486Jy sigma=1.135836 ! Inverting map and beam ! Estimated beam: bmin=2.316 mas, bmaj=7.323 mas, bpa=-2.512 degrees ! Estimated noise=2.03617 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.173 mas, bmaj=9.614 mas, bpa=-2.233 degrees ! Estimated noise=1.09365 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.0185444 Jy ! Component: 100 - total flux cleaned = 0.0251704 Jy ! Component: 150 - total flux cleaned = 0.0273426 Jy ! Component: 200 - total flux cleaned = 0.0276603 Jy ! Total flux subtracted in 200 components = 0.0276603 Jy ! Clean residual min=-0.007324 max=0.006286 Jy/beam ! Clean residual mean=0.000079 rms=0.002025 Jy/beam ! Combined flux in latest and established models = 0.194964 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 31 components and 0.194964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101485Jy sigma=1.101053 ! Fit after self-cal, rms=0.101487Jy sigma=1.101038 ! 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.173 x 9.614 at -2.233 degrees (North through East) ! Clean map min=-0.0071168 max=0.16658 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: 0.994699 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.98 HN 1.00* KP 0.95 ! LA 1.07 MK 0.92 NL 1.18 OV 0.94 ! PT 1.02 SC 1.01 ! ! ! Correcting IF 2. ! 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* ! ! ! 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* NL 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* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.101487Jy sigma=1.101038 ! Fit after self-cal, rms=0.101595Jy sigma=1.096472 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.101595Jy sigma=1.096472 ! Fit after self-cal, rms=0.101595Jy sigma=1.096467 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.153 mas, bmaj=9.6 mas, bpa=-2.516 degrees ! Estimated noise=1.08714 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 = -2.82474e-05 Jy ! Component: 100 - total flux cleaned = 0.000261685 Jy ! Component: 150 - total flux cleaned = 0.000527077 Jy ! Component: 200 - total flux cleaned = 0.000776158 Jy ! Total flux subtracted in 200 components = 0.000776158 Jy ! Clean residual min=-0.006330 max=0.006132 Jy/beam ! Clean residual mean=0.000188 rms=0.001848 Jy/beam ! Combined flux in latest and established models = 0.19574 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 37 components and 0.19574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101547Jy sigma=1.095260 ! Fit after self-cal, rms=0.101550Jy sigma=1.095249 ! 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.101550Jy sigma=1.095249 ! Fit after self-cal, rms=0.097207Jy sigma=1.042598 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.0023673 Jy ! Component: 100 - total flux cleaned = 0.00270469 Jy ! Component: 150 - total flux cleaned = 0.00287978 Jy ! Component: 200 - total flux cleaned = 0.00304397 Jy ! Total flux subtracted in 200 components = 0.00304397 Jy ! Clean residual min=-0.006035 max=0.006001 Jy/beam ! Clean residual mean=0.000173 rms=0.001754 Jy/beam ! Combined flux in latest and established models = 0.198784 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 5 model components to the UV plane model. ! The established model now contains 38 components and 0.198784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097067Jy sigma=1.041782 ! Fit after self-cal, rms=0.096848Jy sigma=1.039066 ! 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.153 x 9.6 at -2.516 degrees (North through East) ! Clean map min=-0.0059276 max=0.16354 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.096848Jy sigma=1.039066 ! Fit after self-cal, rms=0.096774Jy sigma=1.037891 ! 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.096774Jy sigma=1.037891 ! Fit after self-cal, rms=0.096761Jy sigma=1.037654 ! Inverting map and beam ! Estimated beam: bmin=3.14 mas, bmaj=9.562 mas, bpa=-2.446 degrees ! Estimated noise=1.08832 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000840159 Jy ! Component: 100 - total flux cleaned = 0.00100088 Jy ! Component: 150 - total flux cleaned = 0.00118639 Jy ! Component: 200 - total flux cleaned = 0.00132548 Jy ! Total flux subtracted in 200 components = 0.00132548 Jy ! Clean residual min=-0.006125 max=0.005832 Jy/beam ! Clean residual mean=0.000174 rms=0.001764 Jy/beam ! Combined flux in latest and established models = 0.200109 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 41 components and 0.200109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096712Jy sigma=1.037304 ! Fit after self-cal, rms=0.096715Jy sigma=1.037276 ! 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.096715Jy sigma=1.037276 ! Fit after self-cal, rms=0.095962Jy sigma=1.027661 ! 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.095962Jy sigma=1.027661 ! Fit after self-cal, rms=0.095977Jy sigma=1.027522 ! Inverting map and beam ! Estimated beam: bmin=3.146 mas, bmaj=9.488 mas, bpa=-2.314 degrees ! Estimated noise=1.07305 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00224681 Jy ! Component: 100 - total flux cleaned = -0.00228412 Jy ! Component: 150 - total flux cleaned = -0.00225216 Jy ! Component: 200 - total flux cleaned = -0.00222065 Jy ! Total flux subtracted in 200 components = -0.00222065 Jy ! Clean residual min=-0.005679 max=0.005389 Jy/beam ! Clean residual mean=0.000139 rms=0.001694 Jy/beam ! Combined flux in latest and established models = 0.197889 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 49 components and 0.197889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096075Jy sigma=1.026700 ! Fit after self-cal, rms=0.096082Jy sigma=1.026687 ! 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=9.265 mas, bmaj=30.5 mas, bpa=6.872 degrees ! Estimated noise=1.35663 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.00165527 Jy ! Component: 100 - total flux cleaned = 0.00182161 Jy ! Component: 150 - total flux cleaned = 0.00197894 Jy ! Component: 200 - total flux cleaned = 0.00207868 Jy ! Total flux subtracted in 200 components = 0.00207868 Jy ! Clean residual min=-0.006550 max=0.006329 Jy/beam ! Clean residual mean=0.000232 rms=0.002296 Jy/beam ! Combined flux in latest and established models = 0.199967 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 5 model components to the UV plane model. ! The established model now contains 49 components and 0.199967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096039Jy sigma=1.026526 ! Fit after self-cal, rms=0.096051Jy sigma=1.026489 ! Inverting map uvtaper 0,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.315 mas, bmaj=7.282 mas, bpa=-2.518 degrees ! Estimated noise=1.99264 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.137777 Jy ! Component: 100 - total flux cleaned = 0.165886 Jy ! Component: 150 - total flux cleaned = 0.17882 Jy ! Component: 200 - total flux cleaned = 0.186234 Jy ! Total flux subtracted in 200 components = 0.186234 Jy ! Clean residual min=-0.009404 max=0.007944 Jy/beam ! Clean residual mean=0.000066 rms=0.002392 Jy/beam ! Combined flux in latest and established models = 0.186235 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.186235 Jy ! Inverting map and beam ! Estimated beam: bmin=3.146 mas, bmaj=9.488 mas, bpa=-2.314 degrees ! Estimated noise=1.07305 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.00759409 Jy ! Component: 100 - total flux cleaned = 0.0100623 Jy ! Component: 150 - total flux cleaned = 0.0102991 Jy ! Component: 200 - total flux cleaned = 0.0105646 Jy ! Total flux subtracted in 200 components = 0.0105646 Jy ! Clean residual min=-0.005738 max=0.005742 Jy/beam ! Clean residual mean=0.000149 rms=0.001732 Jy/beam ! Combined flux in latest and established models = 0.196799 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 29 components and 0.196799 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=9.265 mas, bmaj=30.5 mas, bpa=6.872 degrees ! Estimated noise=1.35663 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.00199125 Jy ! Component: 100 - total flux cleaned = 0.00213076 Jy ! Component: 150 - total flux cleaned = 0.00233072 Jy ! Component: 200 - total flux cleaned = 0.0025153 Jy ! Total flux subtracted in 200 components = 0.0025153 Jy ! Clean residual min=-0.006577 max=0.006293 Jy/beam ! Clean residual mean=0.000243 rms=0.002342 Jy/beam ! Combined flux in latest and established models = 0.199314 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 31 components and 0.199314 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.146 mas, bmaj=9.488 mas, bpa=-2.314 degrees ! Estimated noise=1.07305 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00144135 Jy ! Component: 100 - total flux cleaned = -0.00143703 Jy ! Component: 150 - total flux cleaned = -0.00143891 Jy ! Component: 200 - total flux cleaned = -0.00144003 Jy ! Total flux subtracted in 200 components = -0.00144003 Jy ! Clean residual min=-0.005653 max=0.005524 Jy/beam ! Clean residual mean=0.000140 rms=0.001693 Jy/beam ! Combined flux in latest and established models = 0.197874 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 45 components and 0.197874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096084Jy sigma=1.026563 ! Fit after self-cal, rms=0.096085Jy sigma=1.026537 wmodel J1036-3744_S_2005_06_30_yyk\_map.mod ! Writing 45 model components to file: J1036-3744_S_2005_06_30_yyk_map.mod wobs J1036-3744_S_2005_06_30_yyk\_uvs.fits ! Writing UV FITS file: J1036-3744_S_2005_06_30_yyk_uvs.fits wwins J1036-3744_S_2005_06_30_yyk\_map.win ! wwins: Wrote 1 windows to J1036-3744_S_2005_06_30_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.000849162 Jy ! Component: 100 - total flux cleaned = -0.000848345 Jy ! Component: 150 - total flux cleaned = -0.000425428 Jy ! Component: 200 - total flux cleaned = 4.91435e-05 Jy ! Component: 250 - total flux cleaned = 0.000794794 Jy ! Component: 300 - total flux cleaned = 0.00143315 Jy ! Component: 350 - total flux cleaned = 0.00211354 Jy ! Component: 400 - total flux cleaned = 0.00282914 Jy ! Component: 450 - total flux cleaned = 0.00357723 Jy ! Component: 500 - total flux cleaned = 0.00435629 Jy ! Component: 550 - total flux cleaned = 0.00504855 Jy ! Component: 600 - total flux cleaned = 0.0057751 Jy ! Component: 650 - total flux cleaned = 0.00642482 Jy ! Component: 700 - total flux cleaned = 0.00710782 Jy ! Component: 750 - total flux cleaned = 0.00766811 Jy ! Component: 800 - total flux cleaned = 0.00806574 Jy ! Component: 850 - total flux cleaned = 0.00845377 Jy ! Component: 900 - total flux cleaned = 0.00887888 Jy ! Component: 950 - total flux cleaned = 0.00924699 Jy ! Component: 1000 - total flux cleaned = 0.00951763 Jy ! Component: 1050 - total flux cleaned = 0.00995748 Jy ! Component: 1100 - total flux cleaned = 0.0102152 Jy ! Component: 1150 - total flux cleaned = 0.010342 Jy ! Component: 1200 - total flux cleaned = 0.0105493 Jy ! Component: 1250 - total flux cleaned = 0.0107523 Jy ! Component: 1300 - total flux cleaned = 0.0109915 Jy ! Component: 1350 - total flux cleaned = 0.0111867 Jy ! Component: 1400 - total flux cleaned = 0.0114549 Jy ! Component: 1450 - total flux cleaned = 0.0116438 Jy ! Component: 1500 - total flux cleaned = 0.0118301 Jy ! Component: 1550 - total flux cleaned = 0.0120859 Jy ! Component: 1600 - total flux cleaned = 0.0123732 Jy ! Component: 1650 - total flux cleaned = 0.0126211 Jy ! Component: 1700 - total flux cleaned = 0.012865 Jy ! Component: 1750 - total flux cleaned = 0.013174 Jy ! Component: 1800 - total flux cleaned = 0.0134444 Jy ! Component: 1850 - total flux cleaned = 0.0136447 Jy ! Component: 1900 - total flux cleaned = 0.013941 Jy ! Component: 1950 - total flux cleaned = 0.0141035 Jy ! Component: 2000 - total flux cleaned = 0.0142639 Jy ! Total flux subtracted in 2048 components = 0.0144858 Jy ! Clean residual min=-0.001707 max=0.001949 Jy/beam ! Clean residual mean=0.000055 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.21236 Jy keep ! Adding 126 model components to the UV plane model. ! The established model now contains 171 components and 0.21236 Jy ![Exited script file: muppet] wmap "J1036-3744_S_2005_06_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.146 x 9.488 at -2.314 degrees (North through East) ! Clean map min=-0.0046807 max=0.15913 Jy/beam ! Writing clean map to FITS file: J1036-3744_S_2005_06_30_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.159127 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000678773 device "J1036-3744_S_2005_06_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J1036-3744_S_2005_06_30_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.27968 1.27968 2.55936 5.11872 10.2374 20.4749 40.9498 81.8995 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.159 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.146 x 9.488 at -2.314 degrees (North through East) ! Clean map min=-0.0046807 max=0.15913 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1036-3744_S_2005_06_30_yyk\_map.gif/gif" ! Attempting to open device: 'J1036-3744_S_2005_06_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1036-3744_S_2005_06_30_yyk_uvs.log closed on Sat Oct 8 17:16:22 2005