! Started logfile: J1209-2406_S_1997_08_27_yyk_uvs.log on Sun Jan 7 17:58:50 2007 obs J1209-2406_S_1997_08_27_yyk_uva.fits ! Reading UV FITS file: J1209-2406_S_1997_08_27_yyk_uva.fits ! AN table 1: 145 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.914176 visibilities/baseline/integration-bin. ! Found source: J1209-2406 ! ! 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 702 lines of history. ! ! Reading 23860 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 J1209-2406_S_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.622696 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.613 mas, bmaj=6.455 mas, bpa=-0.2685 degrees ! Estimated noise=2390.42 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.394173 Jy ! Component: 100 - total flux cleaned = 0.478265 Jy ! Total flux subtracted in 100 components = 0.478265 Jy ! Clean residual min=-0.019792 max=0.029385 Jy/beam ! Clean residual mean=0.000114 rms=0.006205 Jy/beam ! Combined flux in latest and established models = 0.478265 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.478265 Jy ! ! Correcting IF 1. ! A total of 223 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.386063Jy sigma=0.001248 ! Fit after self-cal, rms=0.385445Jy sigma=0.001247 ! Inverting map and beam ! Estimated beam: bmin=2.613 mas, bmaj=6.455 mas, bpa=-0.2687 degrees ! Estimated noise=2391.58 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.358 mas, bmaj=8.654 mas, bpa=-4.069 degrees ! Estimated noise=1309.77 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.0516903 Jy ! Component: 100 - total flux cleaned = 0.0676033 Jy ! Component: 150 - total flux cleaned = 0.0729192 Jy ! Component: 200 - total flux cleaned = 0.0738821 Jy ! Total flux subtracted in 200 components = 0.0738821 Jy ! Clean residual min=-0.010850 max=0.015924 Jy/beam ! Clean residual mean=0.000403 rms=0.003639 Jy/beam ! Combined flux in latest and established models = 0.552147 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 31 components and 0.552148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.380749Jy sigma=0.001230 ! Fit after self-cal, rms=0.380719Jy sigma=0.001230 ! 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.358 x 8.654 at -4.069 degrees (North through East) ! Clean map min=-0.010554 max=0.48391 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.02015 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.10 HN 0.96 KP 0.93 ! LA 0.96 MK 0.98 NL 1.00* OV 1.08 ! PT 0.99 SC 0.83 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.986175 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.14 HN 1.02 KP 0.96 ! LA 1.08 MK 1.06 NL 0.98 OV 1.02 ! PT 0.95 SC 0.92 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.02933 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.06 HN 1.06 KP 0.95 ! LA 0.81 MK 0.91 NL 0.92 OV 0.95 ! PT 1.10 SC 1.05 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.986353 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.09 HN 1.20 KP 0.97 ! LA 0.89 MK 1.04 NL 1.04 OV 0.93 ! PT 0.92 SC 1.07 ! ! ! Fit before self-cal, rms=0.380719Jy sigma=0.001230 ! Fit after self-cal, rms=0.369688Jy sigma=0.001216 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.369688Jy sigma=0.001216 ! Fit after self-cal, rms=0.369685Jy sigma=0.001216 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.369 mas, bmaj=8.537 mas, bpa=-3.39 degrees ! Estimated noise=1310.34 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 (-11, 3). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0145643 Jy ! Component: 100 - total flux cleaned = 0.0165626 Jy ! Component: 150 - total flux cleaned = 0.0176645 Jy ! Component: 200 - total flux cleaned = 0.0180387 Jy ! Total flux subtracted in 200 components = 0.0180387 Jy ! Clean residual min=-0.006529 max=0.008290 Jy/beam ! Clean residual mean=0.000090 rms=0.001765 Jy/beam ! Combined flux in latest and established models = 0.570186 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 56 components and 0.570186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.369150Jy sigma=0.001215 ! Fit after self-cal, rms=0.369114Jy sigma=0.001215 ! 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.369114Jy sigma=0.001215 ! Fit after self-cal, rms=0.363920Jy sigma=0.001195 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.00632874 Jy ! Component: 100 - total flux cleaned = 0.00649646 Jy ! Component: 150 - total flux cleaned = 0.00649479 Jy ! Component: 200 - total flux cleaned = 0.00661922 Jy ! Total flux subtracted in 200 components = 0.00661922 Jy ! Clean residual min=-0.006146 max=0.006959 Jy/beam ! Clean residual mean=0.000020 rms=0.001676 Jy/beam ! Combined flux in latest and established models = 0.576805 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 67 components and 0.576805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.363752Jy sigma=0.001195 ! Fit after self-cal, rms=0.363253Jy sigma=0.001193 ! 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.369 x 8.537 at -3.39 degrees (North through East) ! Clean map min=-0.0058921 max=0.48911 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.363253Jy sigma=0.001193 ! Fit after self-cal, rms=0.434554Jy sigma=0.001188 ! 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.434554Jy sigma=0.001188 ! Fit after self-cal, rms=0.434405Jy sigma=0.001188 ! Inverting map and beam ! Estimated beam: bmin=3.35 mas, bmaj=8.48 mas, bpa=-3.314 degrees ! Estimated noise=1301.93 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00172539 Jy ! Component: 100 - total flux cleaned = 0.00242056 Jy ! Component: 150 - total flux cleaned = 0.00262173 Jy ! Component: 200 - total flux cleaned = 0.00280198 Jy ! Total flux subtracted in 200 components = 0.00280198 Jy ! Clean residual min=-0.005052 max=0.005435 Jy/beam ! Clean residual mean=0.000106 rms=0.001439 Jy/beam ! Combined flux in latest and established models = 0.579607 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 84 components and 0.579607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.434359Jy sigma=0.001188 ! Fit after self-cal, rms=0.434288Jy sigma=0.001188 ! 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.434288Jy sigma=0.001188 ! Fit after self-cal, rms=0.458610Jy sigma=0.001186 ! 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.458610Jy sigma=0.001186 ! Fit after self-cal, rms=0.458559Jy sigma=0.001186 ! Inverting map and beam ! Estimated beam: bmin=3.351 mas, bmaj=8.485 mas, bpa=-3.318 degrees ! Estimated noise=1302.27 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000466648 Jy ! Component: 100 - total flux cleaned = 0.000631351 Jy ! Component: 150 - total flux cleaned = 0.000708283 Jy ! Component: 200 - total flux cleaned = 0.000709484 Jy ! Total flux subtracted in 200 components = 0.000709484 Jy ! Clean residual min=-0.004942 max=0.005418 Jy/beam ! Clean residual mean=0.000114 rms=0.001420 Jy/beam ! Combined flux in latest and established models = 0.580317 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 94 components and 0.580317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.458536Jy sigma=0.001186 ! Fit after self-cal, rms=0.458525Jy sigma=0.001186 ! 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.298 mas, bmaj=19.26 mas, bpa=5.734 degrees ! Estimated noise=1629.69 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.00317866 Jy ! Component: 100 - total flux cleaned = 0.00334975 Jy ! Component: 150 - total flux cleaned = 0.00327092 Jy ! Component: 200 - total flux cleaned = 0.00327484 Jy ! Total flux subtracted in 200 components = 0.00327484 Jy ! Clean residual min=-0.004962 max=0.004785 Jy/beam ! Clean residual mean=0.000180 rms=0.001645 Jy/beam ! Combined flux in latest and established models = 0.583592 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 101 components and 0.583592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.458537Jy sigma=0.001186 ! Fit after self-cal, rms=0.458521Jy sigma=0.001186 ! 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.611 mas, bmaj=6.364 mas, bpa=-0.1397 degrees ! Estimated noise=2412.24 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.401691 Jy ! Component: 100 - total flux cleaned = 0.488744 Jy ! Component: 150 - total flux cleaned = 0.525413 Jy ! Component: 200 - total flux cleaned = 0.54543 Jy ! Total flux subtracted in 200 components = 0.54543 Jy ! Clean residual min=-0.010053 max=0.012372 Jy/beam ! Clean residual mean=0.000021 rms=0.003003 Jy/beam ! Combined flux in latest and established models = 0.54543 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.54543 Jy ! Inverting map and beam ! Estimated beam: bmin=3.351 mas, bmaj=8.485 mas, bpa=-3.318 degrees ! Estimated noise=1302.27 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 (-4, 1). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0200243 Jy ! Component: 100 - total flux cleaned = 0.02853 Jy ! Component: 150 - total flux cleaned = 0.0308913 Jy ! Component: 200 - total flux cleaned = 0.032643 Jy ! Total flux subtracted in 200 components = 0.032643 Jy ! Clean residual min=-0.005007 max=0.005856 Jy/beam ! Clean residual mean=0.000126 rms=0.001457 Jy/beam ! Combined flux in latest and established models = 0.578073 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 34 components and 0.578073 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.298 mas, bmaj=19.26 mas, bpa=5.734 degrees ! Estimated noise=1629.69 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.00379849 Jy ! Component: 100 - total flux cleaned = 0.00469468 Jy ! Component: 150 - total flux cleaned = 0.00483751 Jy ! Component: 200 - total flux cleaned = 0.00490137 Jy ! Total flux subtracted in 200 components = 0.00490137 Jy ! Clean residual min=-0.004940 max=0.004903 Jy/beam ! Clean residual mean=0.000185 rms=0.001616 Jy/beam ! Combined flux in latest and established models = 0.582975 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.582975 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.351 mas, bmaj=8.485 mas, bpa=-3.318 degrees ! Estimated noise=1302.27 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000296173 Jy ! Component: 100 - total flux cleaned = 0.000404645 Jy ! Component: 150 - total flux cleaned = 0.000294967 Jy ! Component: 200 - total flux cleaned = 0.000290032 Jy ! Total flux subtracted in 200 components = 0.000290032 Jy ! Clean residual min=-0.004731 max=0.005011 Jy/beam ! Clean residual mean=0.000097 rms=0.001357 Jy/beam ! Combined flux in latest and established models = 0.583265 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 69 components and 0.583265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.458572Jy sigma=0.001186 ! Fit after self-cal, rms=0.458561Jy sigma=0.001186 wmodel J1209-2406_S_1997_08_27_yyk\_map.mod ! Writing 69 model components to file: J1209-2406_S_1997_08_27_yyk_map.mod wobs J1209-2406_S_1997_08_27_yyk\_uvs.fits ! Writing UV FITS file: J1209-2406_S_1997_08_27_yyk_uvs.fits wwins J1209-2406_S_1997_08_27_yyk\_map.win ! wwins: Wrote 3 windows to J1209-2406_S_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.00129093 Jy ! Component: 100 - total flux cleaned = 0.00162274 Jy ! Component: 150 - total flux cleaned = 0.00177486 Jy ! Component: 200 - total flux cleaned = 0.00163076 Jy ! Component: 250 - total flux cleaned = 0.0013534 Jy ! Component: 300 - total flux cleaned = 0.00115548 Jy ! Component: 350 - total flux cleaned = 0.00115682 Jy ! Component: 400 - total flux cleaned = 0.00115775 Jy ! Component: 450 - total flux cleaned = 0.00121647 Jy ! Component: 500 - total flux cleaned = 0.00115849 Jy ! Component: 550 - total flux cleaned = 0.00115812 Jy ! Component: 600 - total flux cleaned = 0.00143007 Jy ! Component: 650 - total flux cleaned = 0.00143146 Jy ! Component: 700 - total flux cleaned = 0.0016927 Jy ! Component: 750 - total flux cleaned = 0.00189656 Jy ! Component: 800 - total flux cleaned = 0.00209525 Jy ! Component: 850 - total flux cleaned = 0.00229039 Jy ! Component: 900 - total flux cleaned = 0.00243522 Jy ! Component: 950 - total flux cleaned = 0.00267097 Jy ! Component: 1000 - total flux cleaned = 0.00285527 Jy ! Component: 1050 - total flux cleaned = 0.00299058 Jy ! Component: 1100 - total flux cleaned = 0.00303544 Jy ! Component: 1150 - total flux cleaned = 0.00316788 Jy ! Component: 1200 - total flux cleaned = 0.00342624 Jy ! Component: 1250 - total flux cleaned = 0.00355292 Jy ! Component: 1300 - total flux cleaned = 0.00363561 Jy ! Component: 1350 - total flux cleaned = 0.0037986 Jy ! Component: 1400 - total flux cleaned = 0.00387872 Jy ! Component: 1450 - total flux cleaned = 0.00395838 Jy ! Component: 1500 - total flux cleaned = 0.00403666 Jy ! Component: 1550 - total flux cleaned = 0.00411402 Jy ! Component: 1600 - total flux cleaned = 0.00422776 Jy ! Component: 1650 - total flux cleaned = 0.00430237 Jy ! Component: 1700 - total flux cleaned = 0.00444925 Jy ! Component: 1750 - total flux cleaned = 0.00448491 Jy ! Component: 1800 - total flux cleaned = 0.00459153 Jy ! Component: 1850 - total flux cleaned = 0.00455591 Jy ! Component: 1900 - total flux cleaned = 0.00466087 Jy ! Component: 1950 - total flux cleaned = 0.00473052 Jy ! Component: 2000 - total flux cleaned = 0.00486677 Jy ! Total flux subtracted in 2048 components = 0.00496835 Jy ! Clean residual min=-0.002196 max=0.002557 Jy/beam ! Clean residual mean=0.000070 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.588233 Jy keep ! Adding 134 model components to the UV plane model. ! The established model now contains 203 components and 0.588233 Jy ![Exited script file: muppet] wmap "J1209-2406_S_1997_08_27_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.351 x 8.485 at -3.318 degrees (North through East) ! Clean map min=-0.0037176 max=0.48812 Jy/beam ! Writing clean map to FITS file: J1209-2406_S_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.488117 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000685523 device "J1209-2406_S_1997_08_27_yyk\_map.eps/VPS" ! Attempting to open device: 'J1209-2406_S_1997_08_27_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.421328 0.421328 0.842655 1.68531 3.37062 6.74124 13.4825 26.965 53.9299 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.488 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.351 x 8.485 at -3.318 degrees (North through East) ! Clean map min=-0.0037176 max=0.48812 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1209-2406_S_1997_08_27_yyk\_map.gif/gif" ! Attempting to open device: 'J1209-2406_S_1997_08_27_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1209-2406_S_1997_08_27_yyk_uvs.log closed on Sun Jan 7 17:58:57 2007