! Started logfile: J1023-1140_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:16:05 2005 obs J1023-1140_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J1023-1140_S_2005_05_12_yyk_uve.fits ! AN table 1: 18 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.87037 visibilities/baseline/integration-bin. ! Found source: J1023-1140 ! ! 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 1443 lines of history. ! ! Reading 2820 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 J1023-1140_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.150298 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.846 mas, bmaj=11.99 mas, bpa=-13.83 degrees ! Estimated noise=1.2937 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.102953 Jy ! Component: 100 - total flux cleaned = 0.134167 Jy ! Total flux subtracted in 100 components = 0.134167 Jy ! Clean residual min=-0.007921 max=0.012080 Jy/beam ! Clean residual mean=0.000176 rms=0.002663 Jy/beam ! Combined flux in latest and established models = 0.134167 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 27 components and 0.134167 Jy ! ! Correcting IF 1. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.069414Jy sigma=1.193716 ! Fit after self-cal, rms=0.068915Jy sigma=1.174082 ! Inverting map and beam ! Estimated beam: bmin=2.846 mas, bmaj=11.99 mas, bpa=-13.83 degrees ! Estimated noise=1.2937 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.907 mas, bmaj=13.36 mas, bpa=-11.88 degrees ! Estimated noise=0.723667 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.0202452 Jy ! Component: 100 - total flux cleaned = 0.0288908 Jy ! Component: 150 - total flux cleaned = 0.0329083 Jy ! Component: 200 - total flux cleaned = 0.0349803 Jy ! Total flux subtracted in 200 components = 0.0349803 Jy ! Clean residual min=-0.003964 max=0.005177 Jy/beam ! Clean residual mean=0.000037 rms=0.001358 Jy/beam ! Combined flux in latest and established models = 0.169148 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 46 model components to the UV plane model. ! The established model now contains 72 components and 0.169148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064151Jy sigma=1.083928 ! Fit after self-cal, rms=0.064119Jy sigma=1.083630 ! 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.907 x 13.36 at -11.88 degrees (North through East) ! Clean map min=-0.0039476 max=0.12499 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: 0.980166 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.06 HN 1.04 KP 1.02 ! LA 0.95 MK 1.16 NL 1.00 OV 1.02 ! 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.064119Jy sigma=1.083630 ! Fit after self-cal, rms=0.064536Jy sigma=1.082659 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.064536Jy sigma=1.082659 ! Fit after self-cal, rms=0.064531Jy sigma=1.082539 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.976 mas, bmaj=13.32 mas, bpa=-11.61 degrees ! Estimated noise=0.722187 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 = -6.85006e-05 Jy ! Component: 100 - total flux cleaned = 0.000110403 Jy ! Component: 150 - total flux cleaned = 0.000250137 Jy ! Component: 200 - total flux cleaned = 0.00028235 Jy ! Total flux subtracted in 200 components = 0.00028235 Jy ! Clean residual min=-0.003972 max=0.004434 Jy/beam ! Clean residual mean=-0.000003 rms=0.001289 Jy/beam ! Combined flux in latest and established models = 0.16943 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 87 components and 0.16943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064548Jy sigma=1.081635 ! Fit after self-cal, rms=0.064537Jy sigma=1.081511 ! 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.064537Jy sigma=1.081511 ! Fit after self-cal, rms=0.060755Jy sigma=1.018514 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.000965796 Jy ! Component: 100 - total flux cleaned = 0.00102648 Jy ! Component: 150 - total flux cleaned = 0.00112221 Jy ! Component: 200 - total flux cleaned = 0.00119972 Jy ! Total flux subtracted in 200 components = 0.00119972 Jy ! Clean residual min=-0.003847 max=0.004017 Jy/beam ! Clean residual mean=-0.000004 rms=0.001251 Jy/beam ! Combined flux in latest and established models = 0.17063 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 103 components and 0.17063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060641Jy sigma=1.016854 ! Fit after self-cal, rms=0.060328Jy sigma=1.012204 ! 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.976 x 13.32 at -11.61 degrees (North through East) ! Clean map min=-0.0037311 max=0.12681 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.060328Jy sigma=1.012204 ! Fit after self-cal, rms=0.058430Jy sigma=0.996992 ! 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.058430Jy sigma=0.996992 ! Fit after self-cal, rms=0.058414Jy sigma=0.996397 ! Inverting map and beam ! Estimated beam: bmin=3.939 mas, bmaj=13.33 mas, bpa=-11.76 degrees ! Estimated noise=0.712444 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000872399 Jy ! Component: 100 - total flux cleaned = -0.000776516 Jy ! Component: 150 - total flux cleaned = -0.000695924 Jy ! Component: 200 - total flux cleaned = -0.000629718 Jy ! Total flux subtracted in 200 components = -0.000629718 Jy ! Clean residual min=-0.003236 max=0.003576 Jy/beam ! Clean residual mean=0.000039 rms=0.001123 Jy/beam ! Combined flux in latest and established models = 0.17 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 116 components and 0.17 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058426Jy sigma=0.995770 ! Fit after self-cal, rms=0.058427Jy sigma=0.995686 ! 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.058427Jy sigma=0.995686 ! Fit after self-cal, rms=0.058603Jy sigma=0.987980 ! 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.058603Jy sigma=0.987980 ! Fit after self-cal, rms=0.058607Jy sigma=0.987913 ! Inverting map and beam ! Estimated beam: bmin=3.971 mas, bmaj=13.39 mas, bpa=-11.79 degrees ! Estimated noise=0.714109 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00026858 Jy ! Component: 100 - total flux cleaned = -0.000249081 Jy ! Component: 150 - total flux cleaned = -0.000247609 Jy ! Component: 200 - total flux cleaned = -0.000231265 Jy ! Total flux subtracted in 200 components = -0.000231265 Jy ! Clean residual min=-0.003047 max=0.003182 Jy/beam ! Clean residual mean=0.000023 rms=0.001032 Jy/beam ! Combined flux in latest and established models = 0.169769 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 123 components and 0.169769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058599Jy sigma=0.987717 ! Fit after self-cal, rms=0.058597Jy sigma=0.987704 ! 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.275 mas, bmaj=16.84 mas, bpa=6.347 degrees ! Estimated noise=0.818495 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 = -4.99341e-05 Jy ! Component: 100 - total flux cleaned = -0.000181217 Jy ! Component: 150 - total flux cleaned = -0.000268776 Jy ! Component: 200 - total flux cleaned = -0.000305475 Jy ! Total flux subtracted in 200 components = -0.000305475 Jy ! Clean residual min=-0.003471 max=0.004191 Jy/beam ! Clean residual mean=0.000039 rms=0.001329 Jy/beam ! Combined flux in latest and established models = 0.169463 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 127 components and 0.169463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058601Jy sigma=0.987731 ! Fit after self-cal, rms=0.058588Jy sigma=0.987613 ! 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.869 mas, bmaj=12 mas, bpa=-13.81 degrees ! Estimated noise=1.27659 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.103922 Jy ! Component: 100 - total flux cleaned = 0.134659 Jy ! Component: 150 - total flux cleaned = 0.149302 Jy ! Component: 200 - total flux cleaned = 0.157503 Jy ! Total flux subtracted in 200 components = 0.157503 Jy ! Clean residual min=-0.006361 max=0.005771 Jy/beam ! Clean residual mean=0.000074 rms=0.001648 Jy/beam ! Combined flux in latest and established models = 0.157503 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.157503 Jy ! Inverting map and beam ! Estimated beam: bmin=3.971 mas, bmaj=13.39 mas, bpa=-11.79 degrees ! Estimated noise=0.714109 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) ! Added new window around map position (19.5, -34). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0072696 Jy ! Component: 100 - total flux cleaned = 0.0107083 Jy ! Component: 150 - total flux cleaned = 0.0123049 Jy ! Component: 200 - total flux cleaned = 0.0131408 Jy ! Total flux subtracted in 200 components = 0.0131408 Jy ! Clean residual min=-0.002730 max=0.002995 Jy/beam ! Clean residual mean=0.000007 rms=0.000862 Jy/beam ! Combined flux in latest and established models = 0.170644 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 83 components and 0.170644 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.275 mas, bmaj=16.84 mas, bpa=6.347 degrees ! Estimated noise=0.818495 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.00116868 Jy ! Component: 100 - total flux cleaned = 0.0015287 Jy ! Component: 150 - total flux cleaned = 0.0017301 Jy ! Component: 200 - total flux cleaned = 0.00186723 Jy ! Total flux subtracted in 200 components = 0.00186723 Jy ! Clean residual min=-0.002733 max=0.002795 Jy/beam ! Clean residual mean=-0.000013 rms=0.000924 Jy/beam ! Combined flux in latest and established models = 0.172511 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 103 components and 0.172511 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.971 mas, bmaj=13.39 mas, bpa=-11.79 degrees ! Estimated noise=0.714109 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000297062 Jy ! Component: 100 - total flux cleaned = -0.00024908 Jy ! Component: 150 - total flux cleaned = -0.000160402 Jy ! Component: 200 - total flux cleaned = -2.34746e-06 Jy ! Total flux subtracted in 200 components = -2.34746e-06 Jy ! Clean residual min=-0.002640 max=0.002925 Jy/beam ! Clean residual mean=-0.000007 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.172509 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 133 components and 0.172509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058428Jy sigma=0.984013 ! Fit after self-cal, rms=0.058392Jy sigma=0.983445 wmodel J1023-1140_S_2005_05_12_yyk\_map.mod ! Writing 133 model components to file: J1023-1140_S_2005_05_12_yyk_map.mod wobs J1023-1140_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J1023-1140_S_2005_05_12_yyk_uvs.fits wwins J1023-1140_S_2005_05_12_yyk\_map.win ! wwins: Wrote 2 windows to J1023-1140_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.000392681 Jy ! Component: 100 - total flux cleaned = 0.000841443 Jy ! Component: 150 - total flux cleaned = 0.00109317 Jy ! Component: 200 - total flux cleaned = 0.00136943 Jy ! Component: 250 - total flux cleaned = 0.00170828 Jy ! Component: 300 - total flux cleaned = 0.00185342 Jy ! Component: 350 - total flux cleaned = 0.00202822 Jy ! Component: 400 - total flux cleaned = 0.00223109 Jy ! Component: 450 - total flux cleaned = 0.00249324 Jy ! Component: 500 - total flux cleaned = 0.00258918 Jy ! Component: 550 - total flux cleaned = 0.00271394 Jy ! Component: 600 - total flux cleaned = 0.00280568 Jy ! Component: 650 - total flux cleaned = 0.0029545 Jy ! Component: 700 - total flux cleaned = 0.00307049 Jy ! Component: 750 - total flux cleaned = 0.00318423 Jy ! Component: 800 - total flux cleaned = 0.00326742 Jy ! Component: 850 - total flux cleaned = 0.00329507 Jy ! Component: 900 - total flux cleaned = 0.00334863 Jy ! Component: 950 - total flux cleaned = 0.00337498 Jy ! Component: 1000 - total flux cleaned = 0.00350332 Jy ! Component: 1050 - total flux cleaned = 0.00362987 Jy ! Component: 1100 - total flux cleaned = 0.00375439 Jy ! Component: 1150 - total flux cleaned = 0.00390078 Jy ! Component: 1200 - total flux cleaned = 0.00406841 Jy ! Component: 1250 - total flux cleaned = 0.00418568 Jy ! Component: 1300 - total flux cleaned = 0.00423149 Jy ! Component: 1350 - total flux cleaned = 0.00429973 Jy ! Component: 1400 - total flux cleaned = 0.00436698 Jy ! Component: 1450 - total flux cleaned = 0.00447789 Jy ! Component: 1500 - total flux cleaned = 0.00463036 Jy ! Component: 1550 - total flux cleaned = 0.00469466 Jy ! Component: 1600 - total flux cleaned = 0.00473746 Jy ! Component: 1650 - total flux cleaned = 0.00486265 Jy ! Component: 1700 - total flux cleaned = 0.00488296 Jy ! Component: 1750 - total flux cleaned = 0.0049234 Jy ! Component: 1800 - total flux cleaned = 0.00492314 Jy ! Component: 1850 - total flux cleaned = 0.00494271 Jy ! Component: 1900 - total flux cleaned = 0.00490338 Jy ! Component: 1950 - total flux cleaned = 0.00490359 Jy ! Component: 2000 - total flux cleaned = 0.00486533 Jy ! Total flux subtracted in 2048 components = 0.00486539 Jy ! Clean residual min=-0.001298 max=0.001274 Jy/beam ! Clean residual mean=0.000016 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.177374 Jy keep ! Adding 127 model components to the UV plane model. ! The established model now contains 260 components and 0.177374 Jy ![Exited script file: muppet] wmap "J1023-1140_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.971 x 13.39 at -11.79 degrees (North through East) ! Clean map min=-0.0017623 max=0.12661 Jy/beam ! Writing clean map to FITS file: J1023-1140_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.126614 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000407204 device "J1023-1140_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J1023-1140_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.964832 0.964832 1.92966 3.85933 7.71865 15.4373 30.8746 61.7492 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.126 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.971 x 13.39 at -11.79 degrees (North through East) ! Clean map min=-0.0017623 max=0.12661 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1023-1140_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J1023-1140_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1023-1140_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:16:09 2005