! Started logfile: J0756-1542_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:08:47 2005 obs J0756-1542_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0756-1542_S_2005_05_12_yyk_uve.fits ! AN table 1: 13 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.794872 visibilities/baseline/integration-bin. ! Found source: J0756-1542 ! ! 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 1442 lines of history. ! ! Reading 1860 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 J0756-1542_S_2005_05_12_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.435547 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.653 mas, bmaj=7.381 mas, bpa=-3.623 degrees ! Estimated noise=1.43068 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.348167 Jy ! Component: 100 - total flux cleaned = 0.415344 Jy ! Total flux subtracted in 100 components = 0.415344 Jy ! Clean residual min=-0.011990 max=0.018121 Jy/beam ! Clean residual mean=0.000344 rms=0.004068 Jy/beam ! Combined flux in latest and established models = 0.415343 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.415343 Jy ! ! Correcting IF 1. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 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 19 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.095951Jy sigma=1.627298 ! Fit after self-cal, rms=0.095748Jy sigma=1.621372 ! Inverting map and beam ! Estimated beam: bmin=2.653 mas, bmaj=7.381 mas, bpa=-3.623 degrees ! Estimated noise=1.43068 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.485 mas, bmaj=9.808 mas, bpa=-4.749 degrees ! Estimated noise=0.907265 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.0334149 Jy ! Component: 100 - total flux cleaned = 0.0453256 Jy ! Component: 150 - total flux cleaned = 0.0506606 Jy ! Component: 200 - total flux cleaned = 0.0526025 Jy ! Total flux subtracted in 200 components = 0.0526025 Jy ! Clean residual min=-0.013180 max=0.019652 Jy/beam ! Clean residual mean=0.000227 rms=0.004257 Jy/beam ! Combined flux in latest and established models = 0.467946 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 39 components and 0.467946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087711Jy sigma=1.470724 ! Fit after self-cal, rms=0.087597Jy sigma=1.468751 ! 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.485 x 9.808 at -4.749 degrees (North through East) ! Clean map min=-0.012798 max=0.4089 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.03927 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.99 HN 1.04 KP 0.93 ! LA 1.02 MK 0.88 NL 0.95 OV 0.93 ! PT 1.02 SC 0.91 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.994404 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.07 HN 1.08 KP 0.99 ! LA 0.98 MK 0.94 NL 1.00 OV 0.99 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.960191 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.25 HN 1.05 KP 0.94 ! LA 0.94 MK 1.09 NL 1.06 OV 0.99 ! PT 1.04 SC 0.98 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.01561 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.07 HN 1.02 KP 0.87 ! LA 1.04 MK 1.06 NL 0.96 OV 0.85 ! PT 0.92 SC 1.10 ! ! ! Fit before self-cal, rms=0.087597Jy sigma=1.468751 ! Fit after self-cal, rms=0.078606Jy sigma=1.288568 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.078606Jy sigma=1.288568 ! Fit after self-cal, rms=0.078609Jy sigma=1.288423 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.5 mas, bmaj=9.764 mas, bpa=-4.674 degrees ! Estimated noise=0.90586 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 (-2, -23.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0211619 Jy ! Component: 100 - total flux cleaned = 0.0291735 Jy ! Component: 150 - total flux cleaned = 0.0309101 Jy ! Component: 200 - total flux cleaned = 0.0321389 Jy ! Total flux subtracted in 200 components = 0.0321389 Jy ! Clean residual min=-0.005044 max=0.008740 Jy/beam ! Clean residual mean=0.000074 rms=0.001720 Jy/beam ! Combined flux in latest and established models = 0.500085 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 40 model components to the UV plane model. ! The established model now contains 79 components and 0.500085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074806Jy sigma=1.209339 ! Fit after self-cal, rms=0.074350Jy sigma=1.200567 ! 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.074350Jy sigma=1.200567 ! Fit after self-cal, rms=0.072567Jy sigma=1.168229 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.00565001 Jy ! Component: 100 - total flux cleaned = 0.00659104 Jy ! Component: 150 - total flux cleaned = 0.00712763 Jy ! Component: 200 - total flux cleaned = 0.00749639 Jy ! Total flux subtracted in 200 components = 0.00749639 Jy ! Clean residual min=-0.004690 max=0.006953 Jy/beam ! Clean residual mean=0.000022 rms=0.001564 Jy/beam ! Combined flux in latest and established models = 0.507581 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 106 components and 0.507581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072058Jy sigma=1.160151 ! Fit after self-cal, rms=0.071885Jy sigma=1.157142 ! 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.5 x 9.764 at -4.674 degrees (North through East) ! Clean map min=-0.0050763 max=0.40983 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.071885Jy sigma=1.157142 ! Fit after self-cal, rms=0.063454Jy sigma=0.994359 ! 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.063454Jy sigma=0.994359 ! Fit after self-cal, rms=0.063464Jy sigma=0.994148 ! Inverting map and beam ! Estimated beam: bmin=3.497 mas, bmaj=9.768 mas, bpa=-4.801 degrees ! Estimated noise=0.900914 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00394395 Jy ! Component: 100 - total flux cleaned = 0.00457635 Jy ! Component: 150 - total flux cleaned = 0.00450824 Jy ! Component: 200 - total flux cleaned = 0.00430827 Jy ! Total flux subtracted in 200 components = 0.00430827 Jy ! Clean residual min=-0.003749 max=0.004390 Jy/beam ! Clean residual mean=-0.000041 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.51189 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 137 components and 0.511889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063171Jy sigma=0.988306 ! Fit after self-cal, rms=0.063141Jy sigma=0.987639 ! 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.063141Jy sigma=0.987639 ! Fit after self-cal, rms=0.060916Jy sigma=0.949063 ! 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.060916Jy sigma=0.949063 ! Fit after self-cal, rms=0.060919Jy sigma=0.949052 ! Inverting map and beam ! Estimated beam: bmin=3.494 mas, bmaj=9.774 mas, bpa=-4.89 degrees ! Estimated noise=0.900526 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00207183 Jy ! Component: 100 - total flux cleaned = 0.00233223 Jy ! Component: 150 - total flux cleaned = 0.00221256 Jy ! Component: 200 - total flux cleaned = 0.00204664 Jy ! Total flux subtracted in 200 components = 0.00204664 Jy ! Clean residual min=-0.003402 max=0.003941 Jy/beam ! Clean residual mean=-0.000026 rms=0.001020 Jy/beam ! Combined flux in latest and established models = 0.513936 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 150 components and 0.513936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060758Jy sigma=0.946245 ! Fit after self-cal, rms=0.060740Jy sigma=0.945923 ! 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.173 mas, bmaj=17.88 mas, bpa=7.956 degrees ! Estimated noise=1.09034 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.000408038 Jy ! Component: 100 - total flux cleaned = -0.000521683 Jy ! Component: 150 - total flux cleaned = -0.000558292 Jy ! Component: 200 - total flux cleaned = -0.000588017 Jy ! Total flux subtracted in 200 components = -0.000588017 Jy ! Clean residual min=-0.003358 max=0.003652 Jy/beam ! Clean residual mean=-0.000041 rms=0.001323 Jy/beam ! Combined flux in latest and established models = 0.513348 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 166 components and 0.513348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060709Jy sigma=0.945164 ! Fit after self-cal, rms=0.060688Jy sigma=0.944841 ! 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.659 mas, bmaj=7.345 mas, bpa=-3.692 degrees ! Estimated noise=1.41547 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.345046 Jy ! Component: 100 - total flux cleaned = 0.413475 Jy ! Component: 150 - total flux cleaned = 0.44056 Jy ! Component: 200 - total flux cleaned = 0.45758 Jy ! Total flux subtracted in 200 components = 0.45758 Jy ! Clean residual min=-0.006256 max=0.007275 Jy/beam ! Clean residual mean=0.000203 rms=0.001916 Jy/beam ! Combined flux in latest and established models = 0.45758 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.45758 Jy ! Inverting map and beam ! Estimated beam: bmin=3.494 mas, bmaj=9.774 mas, bpa=-4.89 degrees ! Estimated noise=0.900526 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.0218574 Jy ! Component: 100 - total flux cleaned = 0.0337859 Jy ! Component: 150 - total flux cleaned = 0.0410677 Jy ! Component: 200 - total flux cleaned = 0.0458051 Jy ! Total flux subtracted in 200 components = 0.0458051 Jy ! Clean residual min=-0.003783 max=0.003514 Jy/beam ! Clean residual mean=0.000050 rms=0.001084 Jy/beam ! Combined flux in latest and established models = 0.503385 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 131 components and 0.503385 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.173 mas, bmaj=17.88 mas, bpa=7.956 degrees ! Estimated noise=1.09034 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.00429746 Jy ! Component: 100 - total flux cleaned = 0.00670076 Jy ! Component: 150 - total flux cleaned = 0.00814446 Jy ! Component: 200 - total flux cleaned = 0.00847407 Jy ! Total flux subtracted in 200 components = 0.00847407 Jy ! Clean residual min=-0.003509 max=0.003576 Jy/beam ! Clean residual mean=-0.000018 rms=0.001278 Jy/beam ! Combined flux in latest and established models = 0.511859 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 174 components and 0.511859 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.494 mas, bmaj=9.774 mas, bpa=-4.89 degrees ! Estimated noise=0.900526 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000652728 Jy ! Component: 100 - total flux cleaned = 0.000885101 Jy ! Component: 150 - total flux cleaned = 0.000883515 Jy ! Component: 200 - total flux cleaned = 0.000931001 Jy ! Total flux subtracted in 200 components = 0.000931002 Jy ! Clean residual min=-0.003329 max=0.003430 Jy/beam ! Clean residual mean=-0.000018 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.51279 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 196 components and 0.51279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060739Jy sigma=0.944449 ! Fit after self-cal, rms=0.060719Jy sigma=0.943986 wmodel J0756-1542_S_2005_05_12_yyk\_map.mod ! Writing 196 model components to file: J0756-1542_S_2005_05_12_yyk_map.mod wobs J0756-1542_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0756-1542_S_2005_05_12_yyk_uvs.fits wwins J0756-1542_S_2005_05_12_yyk\_map.win ! wwins: Wrote 2 windows to J0756-1542_S_2005_05_12_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.000312139 Jy ! Component: 100 - total flux cleaned = -0.000259093 Jy ! Component: 150 - total flux cleaned = -0.000156538 Jy ! Component: 200 - total flux cleaned = 3.93767e-05 Jy ! Component: 250 - total flux cleaned = 0.000367317 Jy ! Component: 300 - total flux cleaned = 0.000681735 Jy ! Component: 350 - total flux cleaned = 0.000983494 Jy ! Component: 400 - total flux cleaned = 0.00119236 Jy ! Component: 450 - total flux cleaned = 0.00139389 Jy ! Component: 500 - total flux cleaned = 0.00147113 Jy ! Component: 550 - total flux cleaned = 0.00158554 Jy ! Component: 600 - total flux cleaned = 0.00173339 Jy ! Component: 650 - total flux cleaned = 0.00173332 Jy ! Component: 700 - total flux cleaned = 0.00183976 Jy ! Component: 750 - total flux cleaned = 0.00187453 Jy ! Component: 800 - total flux cleaned = 0.00197619 Jy ! Component: 850 - total flux cleaned = 0.00210754 Jy ! Component: 900 - total flux cleaned = 0.00217194 Jy ! Component: 950 - total flux cleaned = 0.00229894 Jy ! Component: 1000 - total flux cleaned = 0.00239252 Jy ! Component: 1050 - total flux cleaned = 0.00254555 Jy ! Component: 1100 - total flux cleaned = 0.0026657 Jy ! Component: 1150 - total flux cleaned = 0.00278321 Jy ! Component: 1200 - total flux cleaned = 0.00287006 Jy ! Component: 1250 - total flux cleaned = 0.00292656 Jy ! Component: 1300 - total flux cleaned = 0.00295428 Jy ! Component: 1350 - total flux cleaned = 0.00292663 Jy ! Component: 1400 - total flux cleaned = 0.002927 Jy ! Component: 1450 - total flux cleaned = 0.00295364 Jy ! Component: 1500 - total flux cleaned = 0.00292742 Jy ! Component: 1550 - total flux cleaned = 0.00297904 Jy ! Component: 1600 - total flux cleaned = 0.00305501 Jy ! Component: 1650 - total flux cleaned = 0.00305504 Jy ! Component: 1700 - total flux cleaned = 0.00307992 Jy ! Component: 1750 - total flux cleaned = 0.00310438 Jy ! Component: 1800 - total flux cleaned = 0.00320079 Jy ! Component: 1850 - total flux cleaned = 0.00315315 Jy ! Component: 1900 - total flux cleaned = 0.00317712 Jy ! Component: 1950 - total flux cleaned = 0.00327028 Jy ! Component: 2000 - total flux cleaned = 0.00333953 Jy ! Total flux subtracted in 2048 components = 0.00338505 Jy ! Clean residual min=-0.001474 max=0.001159 Jy/beam ! Clean residual mean=0.000012 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.516175 Jy keep ! Adding 137 model components to the UV plane model. ! The established model now contains 333 components and 0.516175 Jy ![Exited script file: muppet] wmap "J0756-1542_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.494 x 9.774 at -4.89 degrees (North through East) ! Clean map min=-0.0023259 max=0.41207 Jy/beam ! Writing clean map to FITS file: J0756-1542_S_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.412075 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000467197 device "J0756-1542_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0756-1542_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.34013 0.34013 0.68026 1.36052 2.72104 5.44208 10.8842 21.7683 43.5367 87.0733 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.412 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.494 x 9.774 at -4.89 degrees (North through East) ! Clean map min=-0.0023259 max=0.41207 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0756-1542_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0756-1542_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0756-1542_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:08:51 2005