! Started logfile: J1126-3828_S_2005_06_30_yyk_uvs.log on Sat Oct 8 17:18:23 2005 obs J1126-3828_S_2005_06_30_yyk_uve.fits ! Reading UV FITS file: J1126-3828_S_2005_06_30_yyk_uve.fits ! AN table 1: 18 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.797531 visibilities/baseline/integration-bin. ! Found source: J1126-3828 ! ! 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 2584 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 J1126-3828_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.250746 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.514 mas, bmaj=6.815 mas, bpa=8.379 degrees ! Estimated noise=2.83955 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.128054 Jy ! Component: 100 - total flux cleaned = 0.180675 Jy ! Total flux subtracted in 100 components = 0.180675 Jy ! Clean residual min=-0.024869 max=0.038654 Jy/beam ! Clean residual mean=0.000760 rms=0.007547 Jy/beam ! Combined flux in latest and established models = 0.180675 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 33 components and 0.180675 Jy ! ! Correcting IF 1. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.138972Jy sigma=1.804459 ! Fit after self-cal, rms=0.138833Jy sigma=1.801948 ! Inverting map and beam ! Estimated beam: bmin=2.514 mas, bmaj=6.815 mas, bpa=8.379 degrees ! Estimated noise=2.83955 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=4.379 mas, bmaj=12.38 mas, bpa=4.362 degrees ! Estimated noise=1.23489 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.0646794 Jy ! Component: 100 - total flux cleaned = 0.0842646 Jy ! Component: 150 - total flux cleaned = 0.0858286 Jy ! Component: 200 - total flux cleaned = 0.0869527 Jy ! Total flux subtracted in 200 components = 0.0869527 Jy ! Clean residual min=-0.019347 max=0.060755 Jy/beam ! Clean residual mean=0.001631 rms=0.011970 Jy/beam ! Combined flux in latest and established models = 0.267628 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 45 components and 0.267628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122961Jy sigma=1.512367 ! Fit after self-cal, rms=0.122958Jy sigma=1.511387 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.379 x 12.38 at 4.362 degrees (North through East) ! Clean map min=-0.019546 max=0.16196 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* NL 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* 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.122958Jy sigma=1.511387 ! Fit after self-cal, rms=0.122958Jy sigma=1.511387 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.122958Jy sigma=1.511387 ! Fit after self-cal, rms=0.122956Jy sigma=1.511388 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.379 mas, bmaj=12.38 mas, bpa=4.362 degrees ! Estimated noise=1.23489 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 (10, 1). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0593059 Jy ! Component: 100 - total flux cleaned = 0.0787058 Jy ! Component: 150 - total flux cleaned = 0.0841628 Jy ! Component: 200 - total flux cleaned = 0.0872328 Jy ! Total flux subtracted in 200 components = 0.0872328 Jy ! Clean residual min=-0.010521 max=0.018657 Jy/beam ! Clean residual mean=0.000370 rms=0.004050 Jy/beam ! Combined flux in latest and established models = 0.35486 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 46 model components to the UV plane model. ! The established model now contains 87 components and 0.35486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100979Jy sigma=1.188419 ! Fit after self-cal, rms=0.099604Jy sigma=1.166719 ! 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.099604Jy sigma=1.166719 ! Fit after self-cal, rms=0.095359Jy sigma=1.109355 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.0136392 Jy ! Component: 100 - total flux cleaned = 0.015832 Jy ! Component: 150 - total flux cleaned = 0.0164213 Jy ! Component: 200 - total flux cleaned = 0.0169265 Jy ! Total flux subtracted in 200 components = 0.0169265 Jy ! Clean residual min=-0.008391 max=0.009821 Jy/beam ! Clean residual mean=0.000183 rms=0.002737 Jy/beam ! Combined flux in latest and established models = 0.371787 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 37 model components to the UV plane model. ! The established model now contains 115 components and 0.371787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092704Jy sigma=1.085341 ! Fit after self-cal, rms=0.092273Jy sigma=1.078567 ! 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: 4.379 x 12.38 at 4.362 degrees (North through East) ! Clean map min=-0.0092761 max=0.16268 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.092273Jy sigma=1.078567 ! Fit after self-cal, rms=0.093025Jy sigma=1.075323 ! 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.093025Jy sigma=1.075323 ! Fit after self-cal, rms=0.093013Jy sigma=1.075062 ! Inverting map and beam ! Estimated beam: bmin=4.368 mas, bmaj=12.33 mas, bpa=4.362 degrees ! Estimated noise=1.23966 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00533132 Jy ! Component: 100 - total flux cleaned = 0.00578502 Jy ! Component: 150 - total flux cleaned = 0.00566709 Jy ! Component: 200 - total flux cleaned = 0.00555219 Jy ! Total flux subtracted in 200 components = 0.00555219 Jy ! Clean residual min=-0.007894 max=0.007636 Jy/beam ! Clean residual mean=0.000138 rms=0.002323 Jy/beam ! Combined flux in latest and established models = 0.377339 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 131 components and 0.377339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092252Jy sigma=1.068865 ! Fit after self-cal, rms=0.092210Jy sigma=1.067938 ! 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.092210Jy sigma=1.067938 ! Fit after self-cal, rms=0.092294Jy sigma=1.059813 ! 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.092294Jy sigma=1.059813 ! Fit after self-cal, rms=0.092294Jy sigma=1.059709 ! Inverting map and beam ! Estimated beam: bmin=4.364 mas, bmaj=12.31 mas, bpa=4.361 degrees ! Estimated noise=1.24173 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00255595 Jy ! Component: 100 - total flux cleaned = 0.00245365 Jy ! Component: 150 - total flux cleaned = 0.00245832 Jy ! Component: 200 - total flux cleaned = 0.00245991 Jy ! Total flux subtracted in 200 components = 0.00245991 Jy ! Clean residual min=-0.007014 max=0.006994 Jy/beam ! Clean residual mean=0.000204 rms=0.002095 Jy/beam ! Combined flux in latest and established models = 0.379799 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 141 components and 0.379799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091979Jy sigma=1.056854 ! Fit after self-cal, rms=0.091975Jy sigma=1.056585 ! 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=10.08 mas, bmaj=45.96 mas, bpa=11.46 degrees ! Estimated noise=1.37208 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.00164326 Jy ! Component: 100 - total flux cleaned = 0.00163157 Jy ! Component: 150 - total flux cleaned = 0.0015826 Jy ! Component: 200 - total flux cleaned = 0.00162556 Jy ! Total flux subtracted in 200 components = 0.00162556 Jy ! Clean residual min=-0.006989 max=0.007187 Jy/beam ! Clean residual mean=0.000227 rms=0.002471 Jy/beam ! Combined flux in latest and established models = 0.381425 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 152 components and 0.381425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091810Jy sigma=1.055502 ! Fit after self-cal, rms=0.091820Jy sigma=1.055361 ! 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.508 mas, bmaj=6.798 mas, bpa=8.382 degrees ! Estimated noise=2.85385 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.132062 Jy ! Component: 100 - total flux cleaned = 0.193974 Jy ! Component: 150 - total flux cleaned = 0.231931 Jy ! Component: 200 - total flux cleaned = 0.25902 Jy ! Total flux subtracted in 200 components = 0.25902 Jy ! Clean residual min=-0.013594 max=0.014226 Jy/beam ! Clean residual mean=0.000474 rms=0.004281 Jy/beam ! Combined flux in latest and established models = 0.25902 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 70 model components to the UV plane model. ! The established model now contains 70 components and 0.25902 Jy ! Inverting map and beam ! Estimated beam: bmin=4.364 mas, bmaj=12.31 mas, bpa=4.361 degrees ! Estimated noise=1.24173 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.0508784 Jy ! Component: 100 - total flux cleaned = 0.0794481 Jy ! Component: 150 - total flux cleaned = 0.0961362 Jy ! Component: 200 - total flux cleaned = 0.106163 Jy ! Total flux subtracted in 200 components = 0.106163 Jy ! Clean residual min=-0.008167 max=0.007945 Jy/beam ! Clean residual mean=0.000342 rms=0.002600 Jy/beam ! Combined flux in latest and established models = 0.365183 Jy ! Adding 80 model components to the UV plane model. ! The established model now contains 146 components and 0.365183 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=10.08 mas, bmaj=45.96 mas, bpa=11.46 degrees ! Estimated noise=1.37208 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.00801742 Jy ! Component: 100 - total flux cleaned = 0.0120117 Jy ! Component: 150 - total flux cleaned = 0.0140036 Jy ! Component: 200 - total flux cleaned = 0.0141277 Jy ! Total flux subtracted in 200 components = 0.0141277 Jy ! Clean residual min=-0.007510 max=0.007072 Jy/beam ! Clean residual mean=0.000255 rms=0.002533 Jy/beam ! Combined flux in latest and established models = 0.379311 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 165 components and 0.379311 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.364 mas, bmaj=12.31 mas, bpa=4.361 degrees ! Estimated noise=1.24173 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00106058 Jy ! Component: 100 - total flux cleaned = -0.000973815 Jy ! Component: 150 - total flux cleaned = -0.00080286 Jy ! Component: 200 - total flux cleaned = -0.000726363 Jy ! Total flux subtracted in 200 components = -0.000726363 Jy ! Clean residual min=-0.007414 max=0.006543 Jy/beam ! Clean residual mean=0.000198 rms=0.002104 Jy/beam ! Combined flux in latest and established models = 0.378585 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 180 components and 0.378585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091783Jy sigma=1.054853 ! Fit after self-cal, rms=0.091694Jy sigma=1.053694 wmodel J1126-3828_S_2005_06_30_yyk\_map.mod ! Writing 180 model components to file: J1126-3828_S_2005_06_30_yyk_map.mod wobs J1126-3828_S_2005_06_30_yyk\_uvs.fits ! Writing UV FITS file: J1126-3828_S_2005_06_30_yyk_uvs.fits wwins J1126-3828_S_2005_06_30_yyk\_map.win ! wwins: Wrote 2 windows to J1126-3828_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.000641367 Jy ! Component: 100 - total flux cleaned = -2.25449e-05 Jy ! Component: 150 - total flux cleaned = 0.000814884 Jy ! Component: 200 - total flux cleaned = 0.00149043 Jy ! Component: 250 - total flux cleaned = 0.00212174 Jy ! Component: 300 - total flux cleaned = 0.00248816 Jy ! Component: 350 - total flux cleaned = 0.00318415 Jy ! Component: 400 - total flux cleaned = 0.00385015 Jy ! Component: 450 - total flux cleaned = 0.00417012 Jy ! Component: 500 - total flux cleaned = 0.00460419 Jy ! Component: 550 - total flux cleaned = 0.00496428 Jy ! Component: 600 - total flux cleaned = 0.0054881 Jy ! Component: 650 - total flux cleaned = 0.00605228 Jy ! Component: 700 - total flux cleaned = 0.00643671 Jy ! Component: 750 - total flux cleaned = 0.00697189 Jy ! Component: 800 - total flux cleaned = 0.00744166 Jy ! Component: 850 - total flux cleaned = 0.00805055 Jy ! Component: 900 - total flux cleaned = 0.00849472 Jy ! Component: 950 - total flux cleaned = 0.00902536 Jy ! Component: 1000 - total flux cleaned = 0.00949696 Jy ! Component: 1050 - total flux cleaned = 0.00995977 Jy ! Component: 1100 - total flux cleaned = 0.0104597 Jy ! Component: 1150 - total flux cleaned = 0.0109062 Jy ! Component: 1200 - total flux cleaned = 0.0113458 Jy ! Component: 1250 - total flux cleaned = 0.0117342 Jy ! Component: 1300 - total flux cleaned = 0.0121594 Jy ! Component: 1350 - total flux cleaned = 0.0125375 Jy ! Component: 1400 - total flux cleaned = 0.0129104 Jy ! Component: 1450 - total flux cleaned = 0.0133194 Jy ! Component: 1500 - total flux cleaned = 0.0137236 Jy ! Component: 1550 - total flux cleaned = 0.0141229 Jy ! Component: 1600 - total flux cleaned = 0.0145176 Jy ! Component: 1650 - total flux cleaned = 0.0149465 Jy ! Component: 1700 - total flux cleaned = 0.0152933 Jy ! Component: 1750 - total flux cleaned = 0.0156365 Jy ! Component: 1800 - total flux cleaned = 0.0160139 Jy ! Component: 1850 - total flux cleaned = 0.0163131 Jy ! Component: 1900 - total flux cleaned = 0.0164986 Jy ! Component: 1950 - total flux cleaned = 0.0166836 Jy ! Component: 2000 - total flux cleaned = 0.0168312 Jy ! Total flux subtracted in 2048 components = 0.0169048 Jy ! Clean residual min=-0.002399 max=0.002083 Jy/beam ! Clean residual mean=0.000128 rms=0.000860 Jy/beam ! Combined flux in latest and established models = 0.395489 Jy keep ! Adding 127 model components to the UV plane model. ! The established model now contains 307 components and 0.395489 Jy ![Exited script file: muppet] wmap "J1126-3828_S_2005_06_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.364 x 12.31 at 4.361 degrees (North through East) ! Clean map min=-0.0054644 max=0.16555 Jy/beam ! Writing clean map to FITS file: J1126-3828_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.165553 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000841157 device "J1126-3828_S_2005_06_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J1126-3828_S_2005_06_30_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.52427 1.52427 3.04853 6.09707 12.1941 24.3883 48.7765 97.5531 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0025 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.165 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.364 x 12.31 at 4.361 degrees (North through East) ! Clean map min=-0.0054644 max=0.16555 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1126-3828_S_2005_06_30_yyk\_map.gif/gif" ! Attempting to open device: 'J1126-3828_S_2005_06_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1126-3828_S_2005_06_30_yyk_uvs.log closed on Sat Oct 8 17:18:27 2005