! Started logfile: J2223-3455_X_2005_06_01_yyk_uvs.log on Sat Oct 8 17:45:10 2005 obs J2223-3455_X_2005_06_01_yyk_uve.fits ! Reading UV FITS file: J2223-3455_X_2005_06_01_yyk_uve.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.706944 visibilities/baseline/integration-bin. ! Found source: J2223-3455 ! ! 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.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1618 lines of history. ! ! Reading 2036 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 J2223-3455_X_2005_06_01_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.290579 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.694 mas, bmaj=2.039 mas, bpa=14.98 degrees ! Estimated noise=1.7292 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.229544 Jy ! Component: 100 - total flux cleaned = 0.271312 Jy ! Total flux subtracted in 100 components = 0.271312 Jy ! Clean residual min=-0.010881 max=0.016837 Jy/beam ! Clean residual mean=-0.000011 rms=0.003057 Jy/beam ! Combined flux in latest and established models = 0.271312 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.271312 Jy ! ! Correcting IF 1. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.080684Jy sigma=1.257763 ! Fit after self-cal, rms=0.080412Jy sigma=1.253652 ! Inverting map and beam ! Estimated beam: bmin=0.694 mas, bmaj=2.039 mas, bpa=14.98 degrees ! Estimated noise=1.7292 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.9945 mas, bmaj=2.964 mas, bpa=14.16 degrees ! Estimated noise=1.02799 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.027729 Jy ! Component: 100 - total flux cleaned = 0.0361314 Jy ! Component: 150 - total flux cleaned = 0.0390592 Jy ! Component: 200 - total flux cleaned = 0.0393652 Jy ! Total flux subtracted in 200 components = 0.0393652 Jy ! Clean residual min=-0.008247 max=0.009222 Jy/beam ! Clean residual mean=0.000004 rms=0.002371 Jy/beam ! Combined flux in latest and established models = 0.310677 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 35 components and 0.310677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076883Jy sigma=1.145129 ! Fit after self-cal, rms=0.076848Jy sigma=1.144544 ! 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.9945 x 2.964 at 14.16 degrees (North through East) ! Clean map min=-0.0078638 max=0.27215 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.01181 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.94 HN 1.00* KP 0.96 ! LA 0.96 MK 0.94 NL 1.17 OV 1.01 ! PT 0.94 SC 0.98 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00356 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.96 HN 1.00* KP 0.91 ! LA 0.95 MK 1.02 NL 1.21 OV 0.98 ! PT 1.00 SC 0.94 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.991272 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 1.00* KP 0.89 ! LA 1.00 MK 0.97 NL 1.19 OV 1.00 ! PT 1.03 SC 0.94 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.937484 ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.05 HN 1.00* KP 1.00 ! LA 0.98 MK 1.01 NL 1.21 OV 1.03 ! PT 1.08 SC 1.22 ! ! ! Fit before self-cal, rms=0.076848Jy sigma=1.144544 ! Fit after self-cal, rms=0.073681Jy sigma=1.071067 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.073681Jy sigma=1.071067 ! Fit after self-cal, rms=0.073680Jy sigma=1.070636 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9967 mas, bmaj=2.959 mas, bpa=13.98 degrees ! Estimated noise=1.00393 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.00595882 Jy ! Component: 100 - total flux cleaned = -0.0075866 Jy ! Component: 150 - total flux cleaned = -0.00771636 Jy ! Component: 200 - total flux cleaned = -0.0077715 Jy ! Total flux subtracted in 200 components = -0.0077715 Jy ! Clean residual min=-0.005300 max=0.004605 Jy/beam ! Clean residual mean=0.000001 rms=0.001340 Jy/beam ! Combined flux in latest and established models = 0.302905 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 40 components and 0.302905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073235Jy sigma=1.064351 ! Fit after self-cal, rms=0.073213Jy sigma=1.063971 ! 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.073213Jy sigma=1.063971 ! Fit after self-cal, rms=0.070138Jy sigma=1.018621 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.000531368 Jy ! Component: 100 - total flux cleaned = 0.000503374 Jy ! Component: 150 - total flux cleaned = 0.00050327 Jy ! Component: 200 - total flux cleaned = 0.000480466 Jy ! Total flux subtracted in 200 components = 0.000480466 Jy ! Clean residual min=-0.005479 max=0.004611 Jy/beam ! Clean residual mean=0.000001 rms=0.001332 Jy/beam ! Combined flux in latest and established models = 0.303386 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 44 components and 0.303386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070121Jy sigma=1.018309 ! Fit after self-cal, rms=0.069794Jy sigma=1.015396 ! 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.9967 x 2.959 at 13.98 degrees (North through East) ! Clean map min=-0.0052675 max=0.26894 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.069794Jy sigma=1.015396 ! Fit after self-cal, rms=0.068411Jy sigma=0.971237 ! 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.068411Jy sigma=0.971237 ! Fit after self-cal, rms=0.068350Jy sigma=0.970795 ! Inverting map and beam ! Estimated beam: bmin=0.9988 mas, bmaj=2.951 mas, bpa=13.85 degrees ! Estimated noise=1.00161 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 8.1065e-05 Jy ! Component: 100 - total flux cleaned = 5.6617e-05 Jy ! Component: 150 - total flux cleaned = 3.43033e-05 Jy ! Component: 200 - total flux cleaned = 1.22324e-05 Jy ! Total flux subtracted in 200 components = 1.22324e-05 Jy ! Clean residual min=-0.004912 max=0.004382 Jy/beam ! Clean residual mean=0.000003 rms=0.001236 Jy/beam ! Combined flux in latest and established models = 0.303398 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 46 components and 0.303398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068332Jy sigma=0.970566 ! Fit after self-cal, rms=0.068305Jy sigma=0.970437 ! 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.068305Jy sigma=0.970437 ! Fit after self-cal, rms=0.067016Jy sigma=0.942869 ! 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.067016Jy sigma=0.942869 ! Fit after self-cal, rms=0.067005Jy sigma=0.942806 ! Inverting map and beam ! Estimated beam: bmin=0.9986 mas, bmaj=2.949 mas, bpa=13.82 degrees ! Estimated noise=1.00192 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000400631 Jy ! Component: 100 - total flux cleaned = 0.000401809 Jy ! Component: 150 - total flux cleaned = 0.000404556 Jy ! Component: 200 - total flux cleaned = 0.000406162 Jy ! Total flux subtracted in 200 components = 0.000406162 Jy ! Clean residual min=-0.004977 max=0.004287 Jy/beam ! Clean residual mean=0.000005 rms=0.001231 Jy/beam ! Combined flux in latest and established models = 0.303804 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 47 components and 0.303804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066992Jy sigma=0.942596 ! Fit after self-cal, rms=0.066980Jy sigma=0.942550 ! 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.804 mas, bmaj=10.77 mas, bpa=11.54 degrees ! Estimated noise=1.18432 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 4.52257e-05 Jy ! Component: 100 - total flux cleaned = 2.7368e-05 Jy ! Component: 150 - total flux cleaned = 1.13608e-05 Jy ! Component: 200 - total flux cleaned = -3.38358e-06 Jy ! Total flux subtracted in 200 components = -3.38358e-06 Jy ! Clean residual min=-0.005246 max=0.004612 Jy/beam ! Clean residual mean=0.000008 rms=0.001663 Jy/beam ! Combined flux in latest and established models = 0.303801 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 3 model components to the UV plane model. ! The established model now contains 47 components and 0.303801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066973Jy sigma=0.942484 ! Fit after self-cal, rms=0.066967Jy sigma=0.942429 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.6924 mas, bmaj=2.027 mas, bpa=14.57 degrees ! Estimated noise=1.72635 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.230421 Jy ! Component: 100 - total flux cleaned = 0.272716 Jy ! Component: 150 - total flux cleaned = 0.288252 Jy ! Component: 200 - total flux cleaned = 0.295169 Jy ! Total flux subtracted in 200 components = 0.295169 Jy ! Clean residual min=-0.004933 max=0.005257 Jy/beam ! Clean residual mean=-0.000009 rms=0.001383 Jy/beam ! Combined flux in latest and established models = 0.295169 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.295169 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9986 mas, bmaj=2.949 mas, bpa=13.82 degrees ! Estimated noise=1.00192 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.00576103 Jy ! Component: 100 - total flux cleaned = 0.00730812 Jy ! Component: 150 - total flux cleaned = 0.00739876 Jy ! Component: 200 - total flux cleaned = 0.00745135 Jy ! Total flux subtracted in 200 components = 0.00745135 Jy ! Clean residual min=-0.004976 max=0.004247 Jy/beam ! Clean residual mean=0.000003 rms=0.001232 Jy/beam ! Combined flux in latest and established models = 0.302621 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 32 components and 0.30262 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.804 mas, bmaj=10.77 mas, bpa=11.54 degrees ! Estimated noise=1.18432 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.000210543 Jy ! Component: 100 - total flux cleaned = 0.000210499 Jy ! Component: 150 - total flux cleaned = 0.000210102 Jy ! Component: 200 - total flux cleaned = 0.000209702 Jy ! Total flux subtracted in 200 components = 0.000209702 Jy ! Clean residual min=-0.005287 max=0.004634 Jy/beam ! Clean residual mean=0.000004 rms=0.001663 Jy/beam ! Combined flux in latest and established models = 0.30283 Jy ! Adding 2 model components to the UV plane model. ! The established model now contains 34 components and 0.30283 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9986 mas, bmaj=2.949 mas, bpa=13.82 degrees ! Estimated noise=1.00192 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000114642 Jy ! Component: 100 - total flux cleaned = -3.02071e-05 Jy ! Component: 150 - total flux cleaned = 1.92052e-05 Jy ! Component: 200 - total flux cleaned = 3.49127e-05 Jy ! Total flux subtracted in 200 components = 3.49127e-05 Jy ! Clean residual min=-0.004900 max=0.004231 Jy/beam ! Clean residual mean=0.000003 rms=0.001224 Jy/beam ! Combined flux in latest and established models = 0.302865 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.302865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066992Jy sigma=0.942333 ! Fit after self-cal, rms=0.066973Jy sigma=0.942251 wmodel J2223-3455_X_2005_06_01_yyk\_map.mod ! Writing 39 model components to file: J2223-3455_X_2005_06_01_yyk_map.mod wobs J2223-3455_X_2005_06_01_yyk\_uvs.fits ! Writing UV FITS file: J2223-3455_X_2005_06_01_yyk_uvs.fits wwins J2223-3455_X_2005_06_01_yyk\_map.win ! wwins: Wrote 1 windows to J2223-3455_X_2005_06_01_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.00106225 Jy ! Component: 100 - total flux cleaned = -0.00121009 Jy ! Component: 150 - total flux cleaned = -0.00133818 Jy ! Component: 200 - total flux cleaned = -0.00122587 Jy ! Component: 250 - total flux cleaned = -0.00095951 Jy ! Component: 300 - total flux cleaned = -0.000860047 Jy ! Component: 350 - total flux cleaned = -0.000667263 Jy ! Component: 400 - total flux cleaned = -0.000667781 Jy ! Component: 450 - total flux cleaned = -0.000623734 Jy ! Component: 500 - total flux cleaned = -0.000494739 Jy ! Component: 550 - total flux cleaned = -0.000368508 Jy ! Component: 600 - total flux cleaned = -0.000286029 Jy ! Component: 650 - total flux cleaned = -0.000166848 Jy ! Component: 700 - total flux cleaned = -0.000127343 Jy ! Component: 750 - total flux cleaned = -1.44542e-05 Jy ! Component: 800 - total flux cleaned = 2.1484e-05 Jy ! Component: 850 - total flux cleaned = 2.08386e-05 Jy ! Component: 900 - total flux cleaned = -8.37729e-05 Jy ! Component: 950 - total flux cleaned = -4.95781e-05 Jy ! Component: 1000 - total flux cleaned = -0.000149578 Jy ! Component: 1050 - total flux cleaned = -0.000182448 Jy ! Component: 1100 - total flux cleaned = -0.000309703 Jy ! Component: 1150 - total flux cleaned = -0.000340675 Jy ! Component: 1200 - total flux cleaned = -0.000340661 Jy ! Component: 1250 - total flux cleaned = -0.000400703 Jy ! Component: 1300 - total flux cleaned = -0.000459398 Jy ! Component: 1350 - total flux cleaned = -0.000546033 Jy ! Component: 1400 - total flux cleaned = -0.00054571 Jy ! Component: 1450 - total flux cleaned = -0.000601633 Jy ! Component: 1500 - total flux cleaned = -0.000739036 Jy ! Component: 1550 - total flux cleaned = -0.000792172 Jy ! Component: 1600 - total flux cleaned = -0.000872045 Jy ! Component: 1650 - total flux cleaned = -0.000898497 Jy ! Component: 1700 - total flux cleaned = -0.00100201 Jy ! Component: 1750 - total flux cleaned = -0.00100177 Jy ! Component: 1800 - total flux cleaned = -0.00102707 Jy ! Component: 1850 - total flux cleaned = -0.00107682 Jy ! Component: 1900 - total flux cleaned = -0.0011256 Jy ! Component: 1950 - total flux cleaned = -0.00105331 Jy ! Component: 2000 - total flux cleaned = -0.00110122 Jy ! Total flux subtracted in 2048 components = -0.00105411 Jy ! Clean residual min=-0.001275 max=0.001256 Jy/beam ! Clean residual mean=0.000018 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.301811 Jy keep ! Adding 118 model components to the UV plane model. ! The established model now contains 157 components and 0.301811 Jy ![Exited script file: muppet] wmap "J2223-3455_X_2005_06_01_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9986 x 2.949 at 13.82 degrees (North through East) ! Clean map min=-0.0031412 max=0.27306 Jy/beam ! Writing clean map to FITS file: J2223-3455_X_2005_06_01_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.273059 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000466769 device "J2223-3455_X_2005_06_01_yyk\_map.eps/VPS" ! Attempting to open device: 'J2223-3455_X_2005_06_01_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.512822 0.512822 1.02564 2.05129 4.10258 8.20515 16.4103 32.8206 65.6412 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.273 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.9986 x 2.949 at 13.82 degrees (North through East) ! Clean map min=-0.0031412 max=0.27306 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2223-3455_X_2005_06_01_yyk\_map.gif/gif" ! Attempting to open device: 'J2223-3455_X_2005_06_01_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2223-3455_X_2005_06_01_yyk_uvs.log closed on Sat Oct 8 17:45:14 2005