! Started logfile: J1408-2900_X_1997_08_27_yyk_uvs.log on Mon Jan 8 06:20:51 2007 obs J1408-2900_X_1997_08_27_yyk_uva.fits ! Reading UV FITS file: J1408-2900_X_1997_08_27_yyk_uva.fits ! AN table 1: 146 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.829376 visibilities/baseline/integration-bin. ! Found source: J1408-2900 ! ! 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 8.15447e+09 8e+06 1 8e+06 ! 02 2 8.23447e+09 8e+06 1 8e+06 ! 03 3 8.41447e+09 8e+06 1 8e+06 ! 04 4 8.55447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 701 lines of history. ! ! Reading 21796 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 J1408-2900_X_1997_08_27_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.380552 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=0.691 mas, bmaj=1.637 mas, bpa=-3.491 degrees ! Estimated noise=1958.15 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.221806 Jy ! Component: 100 - total flux cleaned = 0.265379 Jy ! Total flux subtracted in 100 components = 0.265379 Jy ! Clean residual min=-0.014888 max=0.017957 Jy/beam ! Clean residual mean=-0.000019 rms=0.003996 Jy/beam ! Combined flux in latest and established models = 0.265378 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.265378 Jy ! ! Correcting IF 1. ! A total of 143 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 142 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 142 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 143 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.265559Jy sigma=0.001386 ! Fit after self-cal, rms=0.265420Jy sigma=0.001385 ! Inverting map and beam ! Estimated beam: bmin=0.691 mas, bmaj=1.637 mas, bpa=-3.491 degrees ! Estimated noise=1958.48 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=0.8811 mas, bmaj=2.177 mas, bpa=-5.675 degrees ! Estimated noise=876.924 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 (-1.2, -0.2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0356141 Jy ! Component: 100 - total flux cleaned = 0.049902 Jy ! Component: 150 - total flux cleaned = 0.0566887 Jy ! Component: 200 - total flux cleaned = 0.0582413 Jy ! Total flux subtracted in 200 components = 0.0582413 Jy ! Clean residual min=-0.010428 max=0.012456 Jy/beam ! Clean residual mean=-0.000084 rms=0.003394 Jy/beam ! Combined flux in latest and established models = 0.32362 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 36 components and 0.32362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.262865Jy sigma=0.001367 ! Fit after self-cal, rms=0.262780Jy sigma=0.001367 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8811 x 2.177 at -5.675 degrees (North through East) ! Clean map min=-0.0098956 max=0.26582 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.00108 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.96 HN 0.99 KP 1.22 ! LA 0.95 MK 1.01 NL 0.98 OV 0.99 ! PT 0.91 SC 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.0065 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.94 HN 0.96 KP 1.20 ! LA 0.94 MK 0.97 NL 0.99 OV 1.03 ! PT 0.87 SC 0.99 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.995918 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 0.99 KP 1.21 ! LA 0.94 MK 0.99 NL 1.00 OV 0.98 ! PT 0.94 SC 1.03 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.975698 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.94 HN 1.06 KP 1.18 ! LA 0.95 MK 0.99 NL 1.03 OV 1.02 ! PT 0.94 SC 1.08 ! ! ! Fit before self-cal, rms=0.262780Jy sigma=0.001367 ! Fit after self-cal, rms=0.267235Jy sigma=0.001359 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.267235Jy sigma=0.001359 ! Fit after self-cal, rms=0.267239Jy sigma=0.001359 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8825 mas, bmaj=2.19 mas, bpa=-6.067 degrees ! Estimated noise=859.03 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.19434e-05 Jy ! Component: 100 - total flux cleaned = -0.000349616 Jy ! Component: 150 - total flux cleaned = -0.000669714 Jy ! Component: 200 - total flux cleaned = -0.000762095 Jy ! Total flux subtracted in 200 components = -0.000762095 Jy ! Clean residual min=-0.008121 max=0.008043 Jy/beam ! Clean residual mean=-0.000080 rms=0.002277 Jy/beam ! Combined flux in latest and established models = 0.322858 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 56 components and 0.322858 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.267141Jy sigma=0.001358 ! Fit after self-cal, rms=0.267135Jy sigma=0.001358 ! 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.267135Jy sigma=0.001358 ! Fit after self-cal, rms=0.247890Jy sigma=0.001262 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.0135265 Jy ! Component: 100 - total flux cleaned = 0.0164518 Jy ! Component: 150 - total flux cleaned = 0.0170212 Jy ! Component: 200 - total flux cleaned = 0.0173699 Jy ! Total flux subtracted in 200 components = 0.0173699 Jy ! Clean residual min=-0.006848 max=0.006086 Jy/beam ! Clean residual mean=-0.000101 rms=0.001821 Jy/beam ! Combined flux in latest and established models = 0.340227 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 79 components and 0.340228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.247269Jy sigma=0.001258 ! Fit after self-cal, rms=0.244885Jy sigma=0.001247 ! 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: 0.8825 x 2.19 at -6.067 degrees (North through East) ! Clean map min=-0.0067731 max=0.27762 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.244885Jy sigma=0.001247 ! Fit after self-cal, rms=0.240781Jy sigma=0.001239 ! 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.240781Jy sigma=0.001239 ! Fit after self-cal, rms=0.240228Jy sigma=0.001237 ! Inverting map and beam ! Estimated beam: bmin=0.8868 mas, bmaj=2.218 mas, bpa=-5.844 degrees ! Estimated noise=848.89 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00218623 Jy ! Component: 100 - total flux cleaned = 0.00217203 Jy ! Component: 150 - total flux cleaned = 0.00216844 Jy ! Component: 200 - total flux cleaned = 0.00216703 Jy ! Total flux subtracted in 200 components = 0.00216703 Jy ! Clean residual min=-0.003730 max=0.004107 Jy/beam ! Clean residual mean=-0.000042 rms=0.001131 Jy/beam ! Combined flux in latest and established models = 0.342395 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 98 components and 0.342395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.240169Jy sigma=0.001236 ! Fit after self-cal, rms=0.239965Jy sigma=0.001235 ! 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.239965Jy sigma=0.001235 ! Fit after self-cal, rms=0.246870Jy sigma=0.001230 ! 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.246870Jy sigma=0.001230 ! Fit after self-cal, rms=0.246769Jy sigma=0.001230 ! Inverting map and beam ! Estimated beam: bmin=0.8876 mas, bmaj=2.223 mas, bpa=-5.69 degrees ! Estimated noise=849.616 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00242108 Jy ! Component: 100 - total flux cleaned = 0.00269379 Jy ! Component: 150 - total flux cleaned = 0.00275043 Jy ! Component: 200 - total flux cleaned = 0.00285713 Jy ! Total flux subtracted in 200 components = 0.00285713 Jy ! Clean residual min=-0.003544 max=0.003990 Jy/beam ! Clean residual mean=-0.000039 rms=0.001093 Jy/beam ! Combined flux in latest and established models = 0.345252 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 108 components and 0.345252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.246736Jy sigma=0.001229 ! Fit after self-cal, rms=0.246674Jy sigma=0.001229 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.352 mas, bmaj=5.581 mas, bpa=-0.02474 degrees ! Estimated noise=1102.96 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.00166314 Jy ! Component: 100 - total flux cleaned = 0.00166103 Jy ! Component: 150 - total flux cleaned = 0.00161631 Jy ! Component: 200 - total flux cleaned = 0.00161716 Jy ! Total flux subtracted in 200 components = 0.00161716 Jy ! Clean residual min=-0.004581 max=0.004881 Jy/beam ! Clean residual mean=-0.000065 rms=0.001540 Jy/beam ! Combined flux in latest and established models = 0.346869 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 119 components and 0.346869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.246682Jy sigma=0.001229 ! Fit after self-cal, rms=0.246640Jy sigma=0.001229 ! 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=0.6939 mas, bmaj=1.647 mas, bpa=-3.42 degrees ! Estimated noise=1924.05 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.231585 Jy ! Component: 100 - total flux cleaned = 0.2775 Jy ! Component: 150 - total flux cleaned = 0.30149 Jy ! Component: 200 - total flux cleaned = 0.316182 Jy ! Total flux subtracted in 200 components = 0.316182 Jy ! Clean residual min=-0.009054 max=0.009073 Jy/beam ! Clean residual mean=-0.000010 rms=0.002368 Jy/beam ! Combined flux in latest and established models = 0.316182 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.316182 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8876 mas, bmaj=2.223 mas, bpa=-5.69 degrees ! Estimated noise=849.616 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.0163952 Jy ! Component: 100 - total flux cleaned = 0.0228298 Jy ! Component: 150 - total flux cleaned = 0.0263438 Jy ! Component: 200 - total flux cleaned = 0.027192 Jy ! Total flux subtracted in 200 components = 0.027192 Jy ! Clean residual min=-0.003656 max=0.004225 Jy/beam ! Clean residual mean=-0.000045 rms=0.001128 Jy/beam ! Combined flux in latest and established models = 0.343374 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 61 components and 0.343374 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.352 mas, bmaj=5.581 mas, bpa=-0.02474 degrees ! Estimated noise=1102.96 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.00198868 Jy ! Component: 100 - total flux cleaned = 0.00206894 Jy ! Component: 150 - total flux cleaned = 0.00214547 Jy ! Component: 200 - total flux cleaned = 0.00221594 Jy ! Total flux subtracted in 200 components = 0.00221594 Jy ! Clean residual min=-0.004827 max=0.005174 Jy/beam ! Clean residual mean=-0.000076 rms=0.001591 Jy/beam ! Combined flux in latest and established models = 0.34559 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 67 components and 0.34559 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8876 mas, bmaj=2.223 mas, bpa=-5.69 degrees ! Estimated noise=849.616 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00040776 Jy ! Component: 100 - total flux cleaned = -0.000344378 Jy ! Component: 150 - total flux cleaned = -0.000344496 Jy ! Component: 200 - total flux cleaned = -0.000291527 Jy ! Total flux subtracted in 200 components = -0.000291527 Jy ! Clean residual min=-0.003566 max=0.004005 Jy/beam ! Clean residual mean=-0.000039 rms=0.001077 Jy/beam ! Combined flux in latest and established models = 0.345298 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 78 components and 0.345298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.246609Jy sigma=0.001229 ! Fit after self-cal, rms=0.246579Jy sigma=0.001228 wmodel J1408-2900_X_1997_08_27_yyk\_map.mod ! Writing 78 model components to file: J1408-2900_X_1997_08_27_yyk_map.mod wobs J1408-2900_X_1997_08_27_yyk\_uvs.fits ! Writing UV FITS file: J1408-2900_X_1997_08_27_yyk_uvs.fits wwins J1408-2900_X_1997_08_27_yyk\_map.win ! wwins: Wrote 2 windows to J1408-2900_X_1997_08_27_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.0013787 Jy ! Component: 100 - total flux cleaned = 0.00202939 Jy ! Component: 150 - total flux cleaned = 0.00239658 Jy ! Component: 200 - total flux cleaned = 0.00268887 Jy ! Component: 250 - total flux cleaned = 0.00307985 Jy ! Component: 300 - total flux cleaned = 0.00350729 Jy ! Component: 350 - total flux cleaned = 0.00376514 Jy ! Component: 400 - total flux cleaned = 0.00391424 Jy ! Component: 450 - total flux cleaned = 0.00396168 Jy ! Component: 500 - total flux cleaned = 0.00414833 Jy ! Component: 550 - total flux cleaned = 0.00410224 Jy ! Component: 600 - total flux cleaned = 0.00405807 Jy ! Component: 650 - total flux cleaned = 0.00405915 Jy ! Component: 700 - total flux cleaned = 0.00405915 Jy ! Component: 750 - total flux cleaned = 0.00393595 Jy ! Component: 800 - total flux cleaned = 0.00389788 Jy ! Component: 850 - total flux cleaned = 0.00389871 Jy ! Component: 900 - total flux cleaned = 0.00389891 Jy ! Component: 950 - total flux cleaned = 0.0037849 Jy ! Component: 1000 - total flux cleaned = 0.00371074 Jy ! Component: 1050 - total flux cleaned = 0.0036753 Jy ! Component: 1100 - total flux cleaned = 0.00349638 Jy ! Component: 1150 - total flux cleaned = 0.00342684 Jy ! Component: 1200 - total flux cleaned = 0.00346042 Jy ! Component: 1250 - total flux cleaned = 0.00325594 Jy ! Component: 1300 - total flux cleaned = 0.00302246 Jy ! Component: 1350 - total flux cleaned = 0.00299082 Jy ! Component: 1400 - total flux cleaned = 0.00295845 Jy ! Component: 1450 - total flux cleaned = 0.0028945 Jy ! Component: 1500 - total flux cleaned = 0.00283188 Jy ! Component: 1550 - total flux cleaned = 0.00280049 Jy ! Component: 1600 - total flux cleaned = 0.00264692 Jy ! Component: 1650 - total flux cleaned = 0.00240458 Jy ! Component: 1700 - total flux cleaned = 0.00240475 Jy ! Component: 1750 - total flux cleaned = 0.00228607 Jy ! Component: 1800 - total flux cleaned = 0.00211023 Jy ! Component: 1850 - total flux cleaned = 0.00213903 Jy ! Component: 1900 - total flux cleaned = 0.00208139 Jy ! Component: 1950 - total flux cleaned = 0.00191152 Jy ! Component: 2000 - total flux cleaned = 0.00193979 Jy ! Total flux subtracted in 2048 components = 0.00182838 Jy ! Clean residual min=-0.001720 max=0.001499 Jy/beam ! Clean residual mean=-0.000015 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.347126 Jy keep ! Adding 174 model components to the UV plane model. ! The established model now contains 252 components and 0.347127 Jy ![Exited script file: muppet] wmap "J1408-2900_X_1997_08_27_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8876 x 2.223 at -5.69 degrees (North through East) ! Clean map min=-0.0027281 max=0.27723 Jy/beam ! Writing clean map to FITS file: J1408-2900_X_1997_08_27_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.277231 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000546379 device "J1408-2900_X_1997_08_27_yyk\_map.eps/VPS" ! Attempting to open device: 'J1408-2900_X_1997_08_27_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.591253 0.591253 1.18251 2.36501 4.73003 9.46005 18.9201 37.8402 75.6804 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.277 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8876 x 2.223 at -5.69 degrees (North through East) ! Clean map min=-0.0027281 max=0.27723 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1408-2900_X_1997_08_27_yyk\_map.gif/gif" ! Attempting to open device: 'J1408-2900_X_1997_08_27_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1408-2900_X_1997_08_27_yyk_uvs.log closed on Mon Jan 8 06:21:00 2007