! Started logfile: J1308-2458_S_2007_01_11_yyk_uvs.log on Mon Jun 16 19:39:02 2008 obs J1308-2458_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J1308-2458_S_2007_01_11_yyk_uve.fits ! AN table 1: 15 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.67963 visibilities/baseline/integration-bin. ! Found source: J1308-2458 ! ! 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 1468 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 J1308-2458_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.130271 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.643 mas, bmaj=6.67 mas, bpa=-9.889 degrees ! Estimated noise=2.50958 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.0864785 Jy ! Component: 100 - total flux cleaned = 0.106636 Jy ! Total flux subtracted in 100 components = 0.106636 Jy ! Clean residual min=-0.007720 max=0.009706 Jy/beam ! Clean residual mean=-0.000033 rms=0.002523 Jy/beam ! Combined flux in latest and established models = 0.106636 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.106636 Jy ! ! Correcting IF 1. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.077398Jy sigma=1.127581 ! Fit after self-cal, rms=0.075890Jy sigma=1.118226 ! Inverting map and beam ! Estimated beam: bmin=2.643 mas, bmaj=6.67 mas, bpa=-9.889 degrees ! Estimated noise=2.50958 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.488 mas, bmaj=11.23 mas, bpa=-17.17 degrees ! Estimated noise=1.46803 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.00969391 Jy ! Component: 100 - total flux cleaned = 0.0125373 Jy ! Component: 150 - total flux cleaned = 0.0131728 Jy ! Component: 200 - total flux cleaned = 0.0131169 Jy ! Total flux subtracted in 200 components = 0.0131169 Jy ! Clean residual min=-0.005554 max=0.006533 Jy/beam ! Clean residual mean=-0.000251 rms=0.001833 Jy/beam ! Combined flux in latest and established models = 0.119753 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 43 components and 0.119753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075176Jy sigma=1.104329 ! Fit after self-cal, rms=0.075176Jy sigma=1.104252 ! 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.488 x 11.23 at -17.17 degrees (North through East) ! Clean map min=-0.0053696 max=0.1045 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 ! 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 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* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.00715 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.93 HN 1.00* KP 1.00* ! LA 0.96 MK 0.89 OV 1.04 PT 1.07 ! SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.04658 ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.00 HN 1.00* KP 1.00* ! LA 0.96 MK 0.84 OV 0.99 PT 0.94 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.075176Jy sigma=1.104252 ! Fit after self-cal, rms=0.073327Jy sigma=1.098032 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.073327Jy sigma=1.098032 ! Fit after self-cal, rms=0.073331Jy sigma=1.097981 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.347 mas, bmaj=11.25 mas, bpa=-17.69 degrees ! Estimated noise=1.45487 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.00145619 Jy ! Component: 100 - total flux cleaned = 0.00126835 Jy ! Component: 150 - total flux cleaned = 0.00114312 Jy ! Component: 200 - total flux cleaned = 0.00112116 Jy ! Total flux subtracted in 200 components = 0.00112116 Jy ! Clean residual min=-0.005116 max=0.005723 Jy/beam ! Clean residual mean=-0.000244 rms=0.001719 Jy/beam ! Combined flux in latest and established models = 0.120874 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 54 components and 0.120874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073244Jy sigma=1.096757 ! Fit after self-cal, rms=0.073244Jy sigma=1.096712 ! 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.073244Jy sigma=1.096712 ! Fit after self-cal, rms=0.064036Jy sigma=0.959920 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.00427116 Jy ! Component: 100 - total flux cleaned = 0.0043634 Jy ! Component: 150 - total flux cleaned = 0.00433791 Jy ! Component: 200 - total flux cleaned = 0.00433773 Jy ! Total flux subtracted in 200 components = 0.00433773 Jy ! Clean residual min=-0.004747 max=0.004537 Jy/beam ! Clean residual mean=-0.000162 rms=0.001398 Jy/beam ! Combined flux in latest and established models = 0.125211 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 66 components and 0.125211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063804Jy sigma=0.956230 ! Fit after self-cal, rms=0.062938Jy sigma=0.943248 ! 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.347 x 11.25 at -17.69 degrees (North through East) ! Clean map min=-0.0045924 max=0.10958 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.062938Jy sigma=0.943248 ! Fit after self-cal, rms=0.061129Jy sigma=0.936829 ! 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.061129Jy sigma=0.936829 ! Fit after self-cal, rms=0.061062Jy sigma=0.935573 ! Inverting map and beam ! Estimated beam: bmin=3.307 mas, bmaj=11.32 mas, bpa=-18.02 degrees ! Estimated noise=1.4356 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000682267 Jy ! Component: 100 - total flux cleaned = -0.000761087 Jy ! Component: 150 - total flux cleaned = -0.000854328 Jy ! Component: 200 - total flux cleaned = -0.000908464 Jy ! Total flux subtracted in 200 components = -0.000908464 Jy ! Clean residual min=-0.004583 max=0.003923 Jy/beam ! Clean residual mean=-0.000171 rms=0.001245 Jy/beam ! Combined flux in latest and established models = 0.124303 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 75 components and 0.124303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061013Jy sigma=0.934995 ! Fit after self-cal, rms=0.061002Jy sigma=0.934821 ! 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.061002Jy sigma=0.934821 ! Fit after self-cal, rms=0.061523Jy sigma=0.936549 ! 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.061523Jy sigma=0.936549 ! Fit after self-cal, rms=0.061530Jy sigma=0.936386 ! Inverting map and beam ! Estimated beam: bmin=3.3 mas, bmaj=11.39 mas, bpa=-18.32 degrees ! Estimated noise=1.4322 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000855279 Jy ! Component: 100 - total flux cleaned = -0.000939524 Jy ! Component: 150 - total flux cleaned = -0.00101526 Jy ! Component: 200 - total flux cleaned = -0.00112534 Jy ! Total flux subtracted in 200 components = -0.00112534 Jy ! Clean residual min=-0.004798 max=0.004042 Jy/beam ! Clean residual mean=-0.000191 rms=0.001279 Jy/beam ! Combined flux in latest and established models = 0.123178 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 81 components and 0.123178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061485Jy sigma=0.935660 ! Fit after self-cal, rms=0.061487Jy sigma=0.935634 ! 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.739 mas, bmaj=21 mas, bpa=7.631 degrees ! Estimated noise=1.79548 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.000399137 Jy ! Component: 100 - total flux cleaned = -0.000460272 Jy ! Component: 150 - total flux cleaned = -0.000549648 Jy ! Component: 200 - total flux cleaned = -0.000631662 Jy ! Total flux subtracted in 200 components = -0.000631662 Jy ! Clean residual min=-0.004759 max=0.004195 Jy/beam ! Clean residual mean=-0.000327 rms=0.001333 Jy/beam ! Combined flux in latest and established models = 0.122546 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 84 components and 0.122546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061485Jy sigma=0.935450 ! Fit after self-cal, rms=0.061480Jy sigma=0.935377 ! 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.612 mas, bmaj=6.689 mas, bpa=-10.79 degrees ! Estimated noise=2.43383 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0887384 Jy ! Component: 100 - total flux cleaned = 0.109726 Jy ! Component: 150 - total flux cleaned = 0.118201 Jy ! Component: 200 - total flux cleaned = 0.121608 Jy ! Total flux subtracted in 200 components = 0.121608 Jy ! Clean residual min=-0.008506 max=0.008908 Jy/beam ! Clean residual mean=-0.000058 rms=0.002179 Jy/beam ! Combined flux in latest and established models = 0.121608 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.121608 Jy ! Inverting map and beam ! Estimated beam: bmin=3.3 mas, bmaj=11.39 mas, bpa=-18.32 degrees ! Estimated noise=1.4322 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.00245979 Jy ! Component: 100 - total flux cleaned = 0.00246602 Jy ! Component: 150 - total flux cleaned = 0.00234605 Jy ! Component: 200 - total flux cleaned = 0.00218745 Jy ! Total flux subtracted in 200 components = 0.00218745 Jy ! Clean residual min=-0.004804 max=0.004050 Jy/beam ! Clean residual mean=-0.000199 rms=0.001301 Jy/beam ! Combined flux in latest and established models = 0.123796 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.123796 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.739 mas, bmaj=21 mas, bpa=7.631 degrees ! Estimated noise=1.79548 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.000440963 Jy ! Component: 100 - total flux cleaned = -0.000599265 Jy ! Component: 150 - total flux cleaned = -0.000745287 Jy ! Component: 200 - total flux cleaned = -0.000848268 Jy ! Total flux subtracted in 200 components = -0.000848268 Jy ! Clean residual min=-0.004761 max=0.004191 Jy/beam ! Clean residual mean=-0.000336 rms=0.001340 Jy/beam ! Combined flux in latest and established models = 0.122947 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 42 components and 0.122947 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.3 mas, bmaj=11.39 mas, bpa=-18.32 degrees ! Estimated noise=1.4322 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000104723 Jy ! Component: 100 - total flux cleaned = -0.000198973 Jy ! Component: 150 - total flux cleaned = -0.000276502 Jy ! Component: 200 - total flux cleaned = -0.000313233 Jy ! Total flux subtracted in 200 components = -0.000313233 Jy ! Clean residual min=-0.004670 max=0.003957 Jy/beam ! Clean residual mean=-0.000185 rms=0.001264 Jy/beam ! Combined flux in latest and established models = 0.122634 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.122634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061461Jy sigma=0.935369 ! Fit after self-cal, rms=0.061455Jy sigma=0.935315 wmodel J1308-2458_S_2007_01_11_yyk\_map.mod ! Writing 48 model components to file: J1308-2458_S_2007_01_11_yyk_map.mod wobs J1308-2458_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J1308-2458_S_2007_01_11_yyk_uvs.fits wwins J1308-2458_S_2007_01_11_yyk\_map.win ! wwins: Wrote 1 windows to J1308-2458_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.00116493 Jy ! Component: 100 - total flux cleaned = -0.00157519 Jy ! Component: 150 - total flux cleaned = -0.0023354 Jy ! Component: 200 - total flux cleaned = -0.00311655 Jy ! Component: 250 - total flux cleaned = -0.00391611 Jy ! Component: 300 - total flux cleaned = -0.00457084 Jy ! Component: 350 - total flux cleaned = -0.0054048 Jy ! Component: 400 - total flux cleaned = -0.00595299 Jy ! Component: 450 - total flux cleaned = -0.0064804 Jy ! Component: 500 - total flux cleaned = -0.00694228 Jy ! Component: 550 - total flux cleaned = -0.00725356 Jy ! Component: 600 - total flux cleaned = -0.00746801 Jy ! Component: 650 - total flux cleaned = -0.0076758 Jy ! Component: 700 - total flux cleaned = -0.00787905 Jy ! Component: 750 - total flux cleaned = -0.00811504 Jy ! Component: 800 - total flux cleaned = -0.00842105 Jy ! Component: 850 - total flux cleaned = -0.00853391 Jy ! Component: 900 - total flux cleaned = -0.00864386 Jy ! Component: 950 - total flux cleaned = -0.00878638 Jy ! Component: 1000 - total flux cleaned = -0.00889037 Jy ! Component: 1050 - total flux cleaned = -0.00899303 Jy ! Component: 1100 - total flux cleaned = -0.00906022 Jy ! Component: 1150 - total flux cleaned = -0.00915855 Jy ! Component: 1200 - total flux cleaned = -0.0091585 Jy ! Component: 1250 - total flux cleaned = -0.00931629 Jy ! Component: 1300 - total flux cleaned = -0.00928474 Jy ! Component: 1350 - total flux cleaned = -0.00937533 Jy ! Component: 1400 - total flux cleaned = -0.00934536 Jy ! Component: 1450 - total flux cleaned = -0.0094629 Jy ! Component: 1500 - total flux cleaned = -0.00954962 Jy ! Component: 1550 - total flux cleaned = -0.00966337 Jy ! Component: 1600 - total flux cleaned = -0.00971924 Jy ! Component: 1650 - total flux cleaned = -0.00982999 Jy ! Component: 1700 - total flux cleaned = -0.010048 Jy ! Component: 1750 - total flux cleaned = -0.0101822 Jy ! Component: 1800 - total flux cleaned = -0.0103677 Jy ! Component: 1850 - total flux cleaned = -0.0105506 Jy ! Component: 1900 - total flux cleaned = -0.0106798 Jy ! Component: 1950 - total flux cleaned = -0.0106798 Jy ! Component: 2000 - total flux cleaned = -0.0109066 Jy ! Total flux subtracted in 2048 components = -0.0109806 Jy ! Clean residual min=-0.001485 max=0.001463 Jy/beam ! Clean residual mean=-0.000081 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.111654 Jy keep ! Adding 116 model components to the UV plane model. ! The established model now contains 164 components and 0.111654 Jy ![Exited script file: muppet] wmap "J1308-2458_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.3 x 11.39 at -18.32 degrees (North through East) ! Clean map min=-0.0036911 max=0.10964 Jy/beam ! Writing clean map to FITS file: J1308-2458_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.109642 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000527376 device "J1308-2458_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J1308-2458_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.44299 1.44299 2.88598 5.77195 11.5439 23.0878 46.1756 92.3513 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.109 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.3 x 11.39 at -18.32 degrees (North through East) ! Clean map min=-0.0036911 max=0.10964 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1308-2458_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J1308-2458_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1308-2458_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:39:07 2008