! Started logfile: J1139-1552_S_1997_07_02_yyk_uvs.log on Sun Jan 7 17:49:34 2007 obs J1139-1552_S_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J1139-1552_S_1997_07_02_yyk_uva.fits ! AN table 1: 145 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.609502 visibilities/baseline/integration-bin. ! Found source: J1139-1552 ! ! 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.22447e+09 8e+06 1 8e+06 ! 02 2 2.23447e+09 8e+06 1 8e+06 ! 03 3 2.29447e+09 8e+06 1 8e+06 ! 04 4 2.32447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 754 lines of history. ! ! Reading 15908 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 J1139-1552_S_1997_07_02_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.49904 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.917 mas, bmaj=7.838 mas, bpa=-7.023 degrees ! Estimated noise=2905.57 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.263399 Jy ! Component: 100 - total flux cleaned = 0.299861 Jy ! Total flux subtracted in 100 components = 0.299861 Jy ! Clean residual min=-0.023714 max=0.034919 Jy/beam ! Clean residual mean=0.000156 rms=0.006557 Jy/beam ! Combined flux in latest and established models = 0.299861 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.299861 Jy ! ! Correcting IF 1. ! A total of 465 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 316 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 316 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 316 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.402157Jy sigma=0.001240 ! Fit after self-cal, rms=0.397160Jy sigma=0.001228 ! Inverting map and beam ! Estimated beam: bmin=2.917 mas, bmaj=7.838 mas, bpa=-7.023 degrees ! Estimated noise=2905.53 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.663 mas, bmaj=9.204 mas, bpa=-7.463 degrees ! Estimated noise=1534.35 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.0050189 Jy ! Component: 100 - total flux cleaned = 0.00305537 Jy ! Component: 150 - total flux cleaned = 0.00151731 Jy ! Component: 200 - total flux cleaned = 3.18358e-05 Jy ! Total flux subtracted in 200 components = 3.18358e-05 Jy ! Clean residual min=-0.010426 max=0.015304 Jy/beam ! Clean residual mean=0.000253 rms=0.003535 Jy/beam ! Combined flux in latest and established models = 0.299893 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 21 components and 0.299893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.396433Jy sigma=0.001225 ! Fit after self-cal, rms=0.396422Jy sigma=0.001225 ! 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.663 x 9.204 at -7.463 degrees (North through East) ! Clean map min=-0.010451 max=0.30861 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.01703 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.10 HN 0.87 KP 0.89 ! LA 1.02 MK 1.01 NL 1.00* OV 1.16 ! PT 0.94 SC 0.85 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00002 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.16 HN 0.97 KP 0.96 ! LA 1.11 MK 1.06 NL 0.95 OV 1.06 ! PT 0.88 SC 0.88 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.0451 ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.11 HN 0.87 KP 0.94 ! LA 0.80 MK 0.91 NL 0.96 OV 1.01 ! PT 1.04 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.994561 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.17 HN 1.06 KP 0.96 ! LA 0.88 MK 0.99 NL 1.03 OV 0.99 ! PT 0.91 SC 1.03 ! ! ! Fit before self-cal, rms=0.396422Jy sigma=0.001225 ! Fit after self-cal, rms=0.395011Jy sigma=0.001217 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.395011Jy sigma=0.001217 ! Fit after self-cal, rms=0.395007Jy sigma=0.001217 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.587 mas, bmaj=8.99 mas, bpa=-6.8 degrees ! Estimated noise=1547.23 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.00794905 Jy ! Component: 100 - total flux cleaned = 0.00951887 Jy ! Component: 150 - total flux cleaned = 0.00962288 Jy ! Component: 200 - total flux cleaned = 0.00962494 Jy ! Total flux subtracted in 200 components = 0.00962494 Jy ! Clean residual min=-0.007195 max=0.008459 Jy/beam ! Clean residual mean=0.000045 rms=0.002207 Jy/beam ! Combined flux in latest and established models = 0.309518 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 39 components and 0.309518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.395172Jy sigma=0.001216 ! Fit after self-cal, rms=0.395165Jy sigma=0.001216 ! 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.395165Jy sigma=0.001216 ! Fit after self-cal, rms=0.392939Jy sigma=0.001208 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.00196892 Jy ! Component: 100 - total flux cleaned = 0.00215815 Jy ! Component: 150 - total flux cleaned = 0.00215902 Jy ! Component: 200 - total flux cleaned = 0.00216071 Jy ! Total flux subtracted in 200 components = 0.00216071 Jy ! Clean residual min=-0.006796 max=0.008084 Jy/beam ! Clean residual mean=0.000028 rms=0.002119 Jy/beam ! Combined flux in latest and established models = 0.311678 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 47 components and 0.311678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.392974Jy sigma=0.001208 ! Fit after self-cal, rms=0.392835Jy sigma=0.001208 ! 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.587 x 8.99 at -6.8 degrees (North through East) ! Clean map min=-0.0069311 max=0.31635 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.392835Jy sigma=0.001208 ! Fit after self-cal, rms=0.903931Jy sigma=0.001201 ! 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.903931Jy sigma=0.001201 ! Fit after self-cal, rms=0.903765Jy sigma=0.001201 ! Inverting map and beam ! Estimated beam: bmin=3.582 mas, bmaj=8.991 mas, bpa=-6.924 degrees ! Estimated noise=1536.21 mJy/beam. ! Added new window around map position (-25, 42.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00628709 Jy ! Component: 100 - total flux cleaned = 0.00744279 Jy ! Component: 150 - total flux cleaned = 0.00790879 Jy ! Component: 200 - total flux cleaned = 0.00840595 Jy ! Total flux subtracted in 200 components = 0.00840595 Jy ! Clean residual min=-0.005726 max=0.005658 Jy/beam ! Clean residual mean=-0.000023 rms=0.001408 Jy/beam ! Combined flux in latest and established models = 0.320084 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 66 components and 0.320084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.903684Jy sigma=0.001200 ! Fit after self-cal, rms=0.903338Jy sigma=0.001200 ! 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.903338Jy sigma=0.001200 ! Fit after self-cal, rms=0.986899Jy sigma=0.001198 ! 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.986899Jy sigma=0.001198 ! Fit after self-cal, rms=0.987094Jy sigma=0.001198 ! Inverting map and beam ! Estimated beam: bmin=3.57 mas, bmaj=8.968 mas, bpa=-7.1 degrees ! Estimated noise=1532.92 mJy/beam. ! Added new window around map position (10.5, 15.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00336194 Jy ! Component: 100 - total flux cleaned = 0.00415811 Jy ! Component: 150 - total flux cleaned = 0.00496351 Jy ! Component: 200 - total flux cleaned = 0.00553378 Jy ! Total flux subtracted in 200 components = 0.00553378 Jy ! Clean residual min=-0.004795 max=0.004515 Jy/beam ! Clean residual mean=0.000003 rms=0.001198 Jy/beam ! Combined flux in latest and established models = 0.325618 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 86 components and 0.325618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.987030Jy sigma=0.001197 ! Fit after self-cal, rms=0.986919Jy sigma=0.001197 ! 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=7.256 mas, bmaj=14.15 mas, bpa=-9.112 degrees ! Estimated noise=1894.56 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.00159995 Jy ! Component: 100 - total flux cleaned = 0.00198398 Jy ! Component: 150 - total flux cleaned = 0.00224124 Jy ! Component: 200 - total flux cleaned = 0.0023513 Jy ! Total flux subtracted in 200 components = 0.0023513 Jy ! Clean residual min=-0.004113 max=0.004876 Jy/beam ! Clean residual mean=0.000021 rms=0.001319 Jy/beam ! Combined flux in latest and established models = 0.327969 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 106 components and 0.327969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.986915Jy sigma=0.001197 ! Fit after self-cal, rms=0.987002Jy sigma=0.001197 ! 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.876 mas, bmaj=7.712 mas, bpa=-6.724 degrees ! Estimated noise=2895.09 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.270886 Jy ! Component: 100 - total flux cleaned = 0.312351 Jy ! Component: 150 - total flux cleaned = 0.317583 Jy ! Component: 200 - total flux cleaned = 0.32093 Jy ! Total flux subtracted in 200 components = 0.32093 Jy ! Clean residual min=-0.010560 max=0.010378 Jy/beam ! Clean residual mean=-0.000006 rms=0.002773 Jy/beam ! Combined flux in latest and established models = 0.32093 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.32093 Jy ! Inverting map and beam ! Estimated beam: bmin=3.57 mas, bmaj=8.968 mas, bpa=-7.1 degrees ! Estimated noise=1532.92 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.00701973 Jy ! Component: 100 - total flux cleaned = 0.00956628 Jy ! Component: 150 - total flux cleaned = 0.0109704 Jy ! Component: 200 - total flux cleaned = 0.0109695 Jy ! Total flux subtracted in 200 components = 0.0109695 Jy ! Clean residual min=-0.005316 max=0.004847 Jy/beam ! Clean residual mean=0.000012 rms=0.001340 Jy/beam ! Combined flux in latest and established models = 0.331899 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 50 components and 0.331899 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=7.256 mas, bmaj=14.15 mas, bpa=-9.112 degrees ! Estimated noise=1894.56 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.000233586 Jy ! Component: 100 - total flux cleaned = -0.00058319 Jy ! Component: 150 - total flux cleaned = -0.000775329 Jy ! Component: 200 - total flux cleaned = -0.00086522 Jy ! Total flux subtracted in 200 components = -0.00086522 Jy ! Clean residual min=-0.004810 max=0.004341 Jy/beam ! Clean residual mean=0.000028 rms=0.001391 Jy/beam ! Combined flux in latest and established models = 0.331034 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 72 components and 0.331034 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.57 mas, bmaj=8.968 mas, bpa=-7.1 degrees ! Estimated noise=1532.92 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000263496 Jy ! Component: 100 - total flux cleaned = -0.000142277 Jy ! Component: 150 - total flux cleaned = -0.00013642 Jy ! Component: 200 - total flux cleaned = -0.000138091 Jy ! Total flux subtracted in 200 components = -0.000138091 Jy ! Clean residual min=-0.004979 max=0.004620 Jy/beam ! Clean residual mean=0.000013 rms=0.001193 Jy/beam ! Combined flux in latest and established models = 0.330896 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 94 components and 0.330896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.986983Jy sigma=0.001197 ! Fit after self-cal, rms=0.987083Jy sigma=0.001197 wmodel J1139-1552_S_1997_07_02_yyk\_map.mod ! Writing 94 model components to file: J1139-1552_S_1997_07_02_yyk_map.mod wobs J1139-1552_S_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J1139-1552_S_1997_07_02_yyk_uvs.fits wwins J1139-1552_S_1997_07_02_yyk\_map.win ! wwins: Wrote 3 windows to J1139-1552_S_1997_07_02_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 = -9.49586e-05 Jy ! Component: 100 - total flux cleaned = 0.000288466 Jy ! Component: 150 - total flux cleaned = 0.000640656 Jy ! Component: 200 - total flux cleaned = 0.000643879 Jy ! Component: 250 - total flux cleaned = 0.000581803 Jy ! Component: 300 - total flux cleaned = 0.000581874 Jy ! Component: 350 - total flux cleaned = 0.000581037 Jy ! Component: 400 - total flux cleaned = 0.000581148 Jy ! Component: 450 - total flux cleaned = 0.000792896 Jy ! Component: 500 - total flux cleaned = 0.00104614 Jy ! Component: 550 - total flux cleaned = 0.00114533 Jy ! Component: 600 - total flux cleaned = 0.00138411 Jy ! Component: 650 - total flux cleaned = 0.00152161 Jy ! Component: 700 - total flux cleaned = 0.00161238 Jy ! Component: 750 - total flux cleaned = 0.00183125 Jy ! Component: 800 - total flux cleaned = 0.00187533 Jy ! Component: 850 - total flux cleaned = 0.00191774 Jy ! Component: 900 - total flux cleaned = 0.0020399 Jy ! Component: 950 - total flux cleaned = 0.0021201 Jy ! Component: 1000 - total flux cleaned = 0.00219916 Jy ! Component: 1050 - total flux cleaned = 0.00231492 Jy ! Component: 1100 - total flux cleaned = 0.00239086 Jy ! Component: 1150 - total flux cleaned = 0.00257664 Jy ! Component: 1200 - total flux cleaned = 0.00257683 Jy ! Component: 1250 - total flux cleaned = 0.00268499 Jy ! Component: 1300 - total flux cleaned = 0.00282705 Jy ! Component: 1350 - total flux cleaned = 0.00296683 Jy ! Component: 1400 - total flux cleaned = 0.00300093 Jy ! Component: 1450 - total flux cleaned = 0.00306856 Jy ! Component: 1500 - total flux cleaned = 0.00316854 Jy ! Component: 1550 - total flux cleaned = 0.00320134 Jy ! Component: 1600 - total flux cleaned = 0.00323403 Jy ! Component: 1650 - total flux cleaned = 0.00333007 Jy ! Component: 1700 - total flux cleaned = 0.00336132 Jy ! Component: 1750 - total flux cleaned = 0.00342337 Jy ! Component: 1800 - total flux cleaned = 0.00345397 Jy ! Component: 1850 - total flux cleaned = 0.00351476 Jy ! Component: 1900 - total flux cleaned = 0.00357469 Jy ! Component: 1950 - total flux cleaned = 0.00360453 Jy ! Component: 2000 - total flux cleaned = 0.00369266 Jy ! Total flux subtracted in 2048 components = 0.00363462 Jy ! Clean residual min=-0.001758 max=0.002052 Jy/beam ! Clean residual mean=-0.000000 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.334531 Jy keep ! Adding 116 model components to the UV plane model. ! The established model now contains 210 components and 0.334531 Jy ![Exited script file: muppet] wmap "J1139-1552_S_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.57 x 8.968 at -7.1 degrees (North through East) ! Clean map min=-0.0036104 max=0.3128 Jy/beam ! Writing clean map to FITS file: J1139-1552_S_1997_07_02_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.312803 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000556555 device "J1139-1552_S_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J1139-1552_S_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.533775 0.533775 1.06755 2.1351 4.2702 8.54041 17.0808 34.1616 68.3233 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.312 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.57 x 8.968 at -7.1 degrees (North through East) ! Clean map min=-0.0036104 max=0.3128 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1139-1552_S_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J1139-1552_S_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1139-1552_S_1997_07_02_yyk_uvs.log closed on Sun Jan 7 17:49:41 2007