! Started logfile: J0138-2254_X_1997_08_27_yyk_uvs.log on Mon Jan 8 02:12:41 2007 obs J0138-2254_X_1997_08_27_yyk_uva.fits ! Reading UV FITS file: J0138-2254_X_1997_08_27_yyk_uva.fits ! AN table 1: 147 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.915193 visibilities/baseline/integration-bin. ! Found source: J0138-2254 ! ! 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 24216 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 J0138-2254_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.299852 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.6978 mas, bmaj=1.711 mas, bpa=-3.176 degrees ! Estimated noise=1706.86 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.165548 Jy ! Component: 100 - total flux cleaned = 0.203798 Jy ! Total flux subtracted in 100 components = 0.203798 Jy ! Clean residual min=-0.011293 max=0.016358 Jy/beam ! Clean residual mean=0.000070 rms=0.003464 Jy/beam ! Combined flux in latest and established models = 0.203798 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.203798 Jy ! ! Correcting IF 1. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.214307Jy sigma=0.001228 ! Fit after self-cal, rms=0.213994Jy sigma=0.001227 ! Inverting map and beam ! Estimated beam: bmin=0.6978 mas, bmaj=1.711 mas, bpa=-3.176 degrees ! Estimated noise=1706.86 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.8843 mas, bmaj=2.202 mas, bpa=-4.701 degrees ! Estimated noise=730.005 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.0298606 Jy ! Component: 100 - total flux cleaned = 0.0392255 Jy ! Component: 150 - total flux cleaned = 0.0426606 Jy ! Component: 200 - total flux cleaned = 0.044011 Jy ! Total flux subtracted in 200 components = 0.044011 Jy ! Clean residual min=-0.003646 max=0.004017 Jy/beam ! Clean residual mean=-0.000003 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.247809 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 36 components and 0.247809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.212053Jy sigma=0.001209 ! Fit after self-cal, rms=0.212038Jy sigma=0.001209 ! 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.8843 x 2.202 at -4.701 degrees (North through East) ! Clean map min=-0.0032591 max=0.20696 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: 0.998928 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.01 HN 1.09 KP 1.00 ! LA 1.00 MK 1.05 NL 0.97 OV 0.96 ! PT 0.98 SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00377 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.05 KP 1.03 ! LA 0.99 MK 0.97 NL 0.99 OV 1.02 ! PT 0.93 SC 0.99 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.9925 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.05 HN 1.03 KP 1.00 ! LA 0.98 MK 1.01 NL 1.00 OV 1.00 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.984837 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.98 HN 1.06 KP 0.99 ! LA 1.00 MK 1.00 NL 1.04 OV 1.02 ! PT 1.00 SC 1.02 ! ! ! Fit before self-cal, rms=0.212038Jy sigma=0.001209 ! Fit after self-cal, rms=0.212566Jy sigma=0.001208 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.212566Jy sigma=0.001208 ! Fit after self-cal, rms=0.212568Jy sigma=0.001208 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8887 mas, bmaj=2.203 mas, bpa=-4.402 degrees ! Estimated noise=723.651 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.00236824 Jy ! Component: 100 - total flux cleaned = -0.00256607 Jy ! Component: 150 - total flux cleaned = -0.00264391 Jy ! Component: 200 - total flux cleaned = -0.00271092 Jy ! Total flux subtracted in 200 components = -0.00271092 Jy ! Clean residual min=-0.003254 max=0.003232 Jy/beam ! Clean residual mean=-0.000013 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.245098 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 45 components and 0.245098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.212506Jy sigma=0.001208 ! Fit after self-cal, rms=0.212503Jy sigma=0.001208 ! 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.212503Jy sigma=0.001208 ! Fit after self-cal, rms=0.209371Jy sigma=0.001192 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.00100307 Jy ! Component: 100 - total flux cleaned = 0.000914391 Jy ! Component: 150 - total flux cleaned = 0.000775391 Jy ! Component: 200 - total flux cleaned = 0.000720322 Jy ! Total flux subtracted in 200 components = 0.000720322 Jy ! Clean residual min=-0.003308 max=0.003170 Jy/beam ! Clean residual mean=-0.000014 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.245818 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 49 components and 0.245818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209347Jy sigma=0.001192 ! Fit after self-cal, rms=0.208886Jy sigma=0.001190 ! 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.8887 x 2.203 at -4.402 degrees (North through East) ! Clean map min=-0.0032273 max=0.20862 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.208886Jy sigma=0.001190 ! Fit after self-cal, rms=0.291705Jy sigma=0.001187 ! 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.291705Jy sigma=0.001187 ! Fit after self-cal, rms=0.291584Jy sigma=0.001186 ! Inverting map and beam ! Estimated beam: bmin=0.8833 mas, bmaj=2.179 mas, bpa=-3.828 degrees ! Estimated noise=719.301 mJy/beam. ! Added new window around map position (-0.4, -4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00338548 Jy ! Component: 100 - total flux cleaned = 0.00347153 Jy ! Component: 150 - total flux cleaned = 0.00347066 Jy ! Component: 200 - total flux cleaned = 0.00347074 Jy ! Total flux subtracted in 200 components = 0.00347074 Jy ! Clean residual min=-0.002979 max=0.002856 Jy/beam ! Clean residual mean=0.000013 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.249289 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 68 components and 0.249289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.291526Jy sigma=0.001186 ! Fit after self-cal, rms=0.291471Jy sigma=0.001186 ! 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.291471Jy sigma=0.001186 ! Fit after self-cal, rms=0.296991Jy sigma=0.001184 ! 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.296991Jy sigma=0.001184 ! Fit after self-cal, rms=0.296956Jy sigma=0.001184 ! Inverting map and beam ! Estimated beam: bmin=0.8807 mas, bmaj=2.17 mas, bpa=-3.827 degrees ! Estimated noise=718.849 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.001872 Jy ! Component: 100 - total flux cleaned = 0.00204247 Jy ! Component: 150 - total flux cleaned = 0.00209364 Jy ! Component: 200 - total flux cleaned = 0.00209161 Jy ! Total flux subtracted in 200 components = 0.00209161 Jy ! Clean residual min=-0.002955 max=0.002811 Jy/beam ! Clean residual mean=0.000018 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.25138 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 78 components and 0.251381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.296941Jy sigma=0.001184 ! Fit after self-cal, rms=0.296910Jy sigma=0.001184 ! 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.376 mas, bmaj=5.097 mas, bpa=3.081 degrees ! Estimated noise=935.959 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 = 1.34509e-06 Jy ! Component: 100 - total flux cleaned = -8.5256e-05 Jy ! Component: 150 - total flux cleaned = -0.000157328 Jy ! Component: 200 - total flux cleaned = -0.000217247 Jy ! Total flux subtracted in 200 components = -0.000217247 Jy ! Clean residual min=-0.003146 max=0.002979 Jy/beam ! Clean residual mean=0.000035 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 0.251163 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 88 components and 0.251163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.296911Jy sigma=0.001184 ! Fit after self-cal, rms=0.296885Jy sigma=0.001184 ! 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.6969 mas, bmaj=1.682 mas, bpa=-2.734 degrees ! Estimated noise=1737.36 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.175961 Jy ! Component: 100 - total flux cleaned = 0.216137 Jy ! Component: 150 - total flux cleaned = 0.233506 Jy ! Component: 200 - total flux cleaned = 0.243399 Jy ! Total flux subtracted in 200 components = 0.243399 Jy ! Clean residual min=-0.007388 max=0.007097 Jy/beam ! Clean residual mean=0.000011 rms=0.001952 Jy/beam ! Combined flux in latest and established models = 0.243399 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.243399 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8807 mas, bmaj=2.17 mas, bpa=-3.827 degrees ! Estimated noise=718.849 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.00649183 Jy ! Component: 100 - total flux cleaned = 0.00678701 Jy ! Component: 150 - total flux cleaned = 0.00721801 Jy ! Component: 200 - total flux cleaned = 0.00748413 Jy ! Total flux subtracted in 200 components = 0.00748413 Jy ! Clean residual min=-0.002998 max=0.002717 Jy/beam ! Clean residual mean=0.000018 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.250883 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 55 components and 0.250883 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.376 mas, bmaj=5.097 mas, bpa=3.081 degrees ! Estimated noise=935.959 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.000233517 Jy ! Component: 100 - total flux cleaned = 0.000357608 Jy ! Component: 150 - total flux cleaned = 0.000356952 Jy ! Component: 200 - total flux cleaned = 0.000386316 Jy ! Total flux subtracted in 200 components = 0.000386316 Jy ! Clean residual min=-0.003139 max=0.002855 Jy/beam ! Clean residual mean=0.000035 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.251269 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 65 components and 0.251269 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8807 mas, bmaj=2.17 mas, bpa=-3.827 degrees ! Estimated noise=718.849 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000364423 Jy ! Component: 100 - total flux cleaned = 0.00036364 Jy ! Component: 150 - total flux cleaned = 0.000361746 Jy ! Component: 200 - total flux cleaned = 0.000359015 Jy ! Total flux subtracted in 200 components = 0.000359015 Jy ! Clean residual min=-0.002848 max=0.002672 Jy/beam ! Clean residual mean=0.000018 rms=0.000744 Jy/beam ! Combined flux in latest and established models = 0.251628 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 72 components and 0.251628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.296877Jy sigma=0.001184 ! Fit after self-cal, rms=0.296864Jy sigma=0.001184 wmodel J0138-2254_X_1997_08_27_yyk\_map.mod ! Writing 72 model components to file: J0138-2254_X_1997_08_27_yyk_map.mod wobs J0138-2254_X_1997_08_27_yyk\_uvs.fits ! Writing UV FITS file: J0138-2254_X_1997_08_27_yyk_uvs.fits wwins J0138-2254_X_1997_08_27_yyk\_map.win ! wwins: Wrote 2 windows to J0138-2254_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.000611384 Jy ! Component: 100 - total flux cleaned = -0.000840427 Jy ! Component: 150 - total flux cleaned = -0.000926775 Jy ! Component: 200 - total flux cleaned = -0.00125587 Jy ! Component: 250 - total flux cleaned = -0.00129541 Jy ! Component: 300 - total flux cleaned = -0.0014125 Jy ! Component: 350 - total flux cleaned = -0.00144983 Jy ! Component: 400 - total flux cleaned = -0.00144992 Jy ! Component: 450 - total flux cleaned = -0.00144992 Jy ! Component: 500 - total flux cleaned = -0.00148514 Jy ! Component: 550 - total flux cleaned = -0.00148545 Jy ! Component: 600 - total flux cleaned = -0.00158751 Jy ! Component: 650 - total flux cleaned = -0.00162051 Jy ! Component: 700 - total flux cleaned = -0.00168587 Jy ! Component: 750 - total flux cleaned = -0.00178186 Jy ! Component: 800 - total flux cleaned = -0.00184415 Jy ! Component: 850 - total flux cleaned = -0.00181227 Jy ! Component: 900 - total flux cleaned = -0.00184275 Jy ! Component: 950 - total flux cleaned = -0.00187334 Jy ! Component: 1000 - total flux cleaned = -0.00199059 Jy ! Component: 1050 - total flux cleaned = -0.00199125 Jy ! Component: 1100 - total flux cleaned = -0.00207729 Jy ! Component: 1150 - total flux cleaned = -0.002161 Jy ! Component: 1200 - total flux cleaned = -0.00218798 Jy ! Component: 1250 - total flux cleaned = -0.00213312 Jy ! Component: 1300 - total flux cleaned = -0.00215948 Jy ! Component: 1350 - total flux cleaned = -0.00205393 Jy ! Component: 1400 - total flux cleaned = -0.00207999 Jy ! Component: 1450 - total flux cleaned = -0.00207991 Jy ! Component: 1500 - total flux cleaned = -0.00200329 Jy ! Component: 1550 - total flux cleaned = -0.00182857 Jy ! Component: 1600 - total flux cleaned = -0.00182885 Jy ! Component: 1650 - total flux cleaned = -0.00182911 Jy ! Component: 1700 - total flux cleaned = -0.00173292 Jy ! Component: 1750 - total flux cleaned = -0.00161443 Jy ! Component: 1800 - total flux cleaned = -0.00166156 Jy ! Component: 1850 - total flux cleaned = -0.0016386 Jy ! Component: 1900 - total flux cleaned = -0.0016387 Jy ! Component: 1950 - total flux cleaned = -0.00168425 Jy ! Component: 2000 - total flux cleaned = -0.00161669 Jy ! Total flux subtracted in 2048 components = -0.00154995 Jy ! Clean residual min=-0.001360 max=0.001458 Jy/beam ! Clean residual mean=0.000006 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.250078 Jy keep ! Adding 135 model components to the UV plane model. ! The established model now contains 207 components and 0.250078 Jy ![Exited script file: muppet] wmap "J0138-2254_X_1997_08_27_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8807 x 2.17 at -3.827 degrees (North through East) ! Clean map min=-0.0023798 max=0.20684 Jy/beam ! Writing clean map to FITS file: J0138-2254_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.206843 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00041786 device "J0138-2254_X_1997_08_27_yyk\_map.eps/VPS" ! Attempting to open device: 'J0138-2254_X_1997_08_27_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.606054 0.606054 1.21211 2.42422 4.84843 9.69687 19.3937 38.7875 77.5749 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.206 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.8807 x 2.17 at -3.827 degrees (North through East) ! Clean map min=-0.0023798 max=0.20684 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0138-2254_X_1997_08_27_yyk\_map.gif/gif" ! Attempting to open device: 'J0138-2254_X_1997_08_27_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0138-2254_X_1997_08_27_yyk_uvs.log closed on Mon Jan 8 02:12:51 2007