! Started logfile: J2223-3455_S_2005_06_01_yyk_uvs.log on Sat Oct 8 17:45:06 2005 obs J2223-3455_S_2005_06_01_yyk_uve.fits ! Reading UV FITS file: J2223-3455_S_2005_06_01_yyk_uve.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.694444 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 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1802 lines of history. ! ! Reading 2000 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_S_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.30262 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.433 mas, bmaj=7.246 mas, bpa=12.09 degrees ! Estimated noise=2.00491 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.238204 Jy ! Component: 100 - total flux cleaned = 0.272581 Jy ! Total flux subtracted in 100 components = 0.272581 Jy ! Clean residual min=-0.019152 max=0.018885 Jy/beam ! Clean residual mean=-0.000173 rms=0.004538 Jy/beam ! Combined flux in latest and established models = 0.272581 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.272581 Jy ! ! Correcting IF 1. ! A total of 48 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 48 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.109304Jy sigma=1.554893 ! Fit after self-cal, rms=0.109262Jy sigma=1.545805 ! Inverting map and beam ! Estimated beam: bmin=2.433 mas, bmaj=7.246 mas, bpa=12.09 degrees ! Estimated noise=2.00491 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.861 mas, bmaj=10.61 mas, bpa=7.911 degrees ! Estimated noise=1.14509 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.00467735 Jy ! Component: 100 - total flux cleaned = 0.00469841 Jy ! Component: 150 - total flux cleaned = 0.00461266 Jy ! Component: 200 - total flux cleaned = 0.0045359 Jy ! Total flux subtracted in 200 components = 0.0045359 Jy ! Clean residual min=-0.018168 max=0.037417 Jy/beam ! Clean residual mean=-0.000530 rms=0.008151 Jy/beam ! Combined flux in latest and established models = 0.277117 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 20 components and 0.277117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108770Jy sigma=1.541548 ! Fit after self-cal, rms=0.108727Jy sigma=1.541141 ! 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.861 x 10.61 at 7.911 degrees (North through East) ! Clean map min=-0.017982 max=0.27063 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.01099 ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.00 HN 1.00* KP 0.85 ! LA 1.20 MK 0.86 NL 1.12 OV 0.85 ! PT 1.19 SC 0.95 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.980612 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.07 HN 1.00* KP 0.89 ! LA 1.12 MK 0.97 NL 1.19 OV 0.89 ! PT 1.14 SC 0.96 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.958557 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.24 HN 1.00* KP 0.88 ! LA 0.91 MK 1.14 NL 1.19 OV 0.91 ! PT 1.18 SC 1.02 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.03478 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.08 HN 1.00* KP 0.79 ! LA 0.73 MK 1.11 NL 1.08 OV 0.76 ! PT 1.06 SC 1.08 ! ! ! Fit before self-cal, rms=0.108727Jy sigma=1.541141 ! Fit after self-cal, rms=0.093136Jy sigma=1.340790 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.093136Jy sigma=1.340790 ! Fit after self-cal, rms=0.093123Jy sigma=1.338811 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.928 mas, bmaj=10.77 mas, bpa=8.722 degrees ! Estimated noise=1.11607 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.00426869 Jy ! Component: 100 - total flux cleaned = -0.00444841 Jy ! Component: 150 - total flux cleaned = -0.00459693 Jy ! Component: 200 - total flux cleaned = -0.00472443 Jy ! Total flux subtracted in 200 components = -0.00472443 Jy ! Clean residual min=-0.011866 max=0.021163 Jy/beam ! Clean residual mean=0.000337 rms=0.005735 Jy/beam ! Combined flux in latest and established models = 0.272393 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 30 components and 0.272393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093079Jy sigma=1.335889 ! Fit after self-cal, rms=0.093066Jy sigma=1.335612 ! 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.093066Jy sigma=1.335612 ! Fit after self-cal, rms=0.090436Jy sigma=1.293191 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.000807741 Jy ! Component: 100 - total flux cleaned = 0.00075418 Jy ! Component: 150 - total flux cleaned = 0.000702024 Jy ! Component: 200 - total flux cleaned = 0.000654074 Jy ! Total flux subtracted in 200 components = 0.000654074 Jy ! Clean residual min=-0.011875 max=0.020822 Jy/beam ! Clean residual mean=0.000345 rms=0.005694 Jy/beam ! Combined flux in latest and established models = 0.273047 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 41 components and 0.273047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090374Jy sigma=1.292465 ! Fit after self-cal, rms=0.090273Jy sigma=1.289488 ! 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.928 x 10.77 at 8.722 degrees (North through East) ! Clean map min=-0.011701 max=0.27339 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.090273Jy sigma=1.289488 ! Fit after self-cal, rms=0.088083Jy sigma=1.240145 ! 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.088083Jy sigma=1.240145 ! Fit after self-cal, rms=0.088140Jy sigma=1.239645 ! Inverting map and beam ! Estimated beam: bmin=3.914 mas, bmaj=10.72 mas, bpa=8.526 degrees ! Estimated noise=1.10988 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -6.05567e-05 Jy ! Component: 100 - total flux cleaned = -0.000174902 Jy ! Component: 150 - total flux cleaned = -0.000318181 Jy ! Component: 200 - total flux cleaned = -0.000357249 Jy ! Total flux subtracted in 200 components = -0.000357249 Jy ! Clean residual min=-0.010550 max=0.019760 Jy/beam ! Clean residual mean=0.000345 rms=0.005422 Jy/beam ! Combined flux in latest and established models = 0.272689 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 43 components and 0.272689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088098Jy sigma=1.238927 ! Fit after self-cal, rms=0.088150Jy sigma=1.238836 ! 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.088150Jy sigma=1.238836 ! Fit after self-cal, rms=0.087372Jy sigma=1.217733 ! 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.087372Jy sigma=1.217733 ! Fit after self-cal, rms=0.087397Jy sigma=1.217679 ! Inverting map and beam ! Estimated beam: bmin=3.905 mas, bmaj=10.68 mas, bpa=8.27 degrees ! Estimated noise=1.11057 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00079348 Jy ! Component: 100 - total flux cleaned = 0.000709751 Jy ! Component: 150 - total flux cleaned = 0.000670274 Jy ! Component: 200 - total flux cleaned = 0.00063267 Jy ! Total flux subtracted in 200 components = 0.00063267 Jy ! Clean residual min=-0.010458 max=0.019548 Jy/beam ! Clean residual mean=0.000341 rms=0.005406 Jy/beam ! Combined flux in latest and established models = 0.273322 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 47 components and 0.273322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087359Jy sigma=1.217133 ! Fit after self-cal, rms=0.087376Jy sigma=1.217118 ! 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=9.865 mas, bmaj=35.01 mas, bpa=9.832 degrees ! Estimated noise=1.28136 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.000176964 Jy ! Component: 100 - total flux cleaned = -0.000172749 Jy ! Component: 150 - total flux cleaned = -0.000170258 Jy ! Component: 200 - total flux cleaned = -0.000168576 Jy ! Total flux subtracted in 200 components = -0.000168576 Jy ! Clean residual min=-0.013323 max=0.026093 Jy/beam ! Clean residual mean=0.000528 rms=0.007679 Jy/beam ! Combined flux in latest and established models = 0.273154 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 54 components and 0.273154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087401Jy sigma=1.217284 ! Fit after self-cal, rms=0.087408Jy sigma=1.216958 ! 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=2.434 mas, bmaj=7.254 mas, bpa=12.35 degrees ! Estimated noise=1.92827 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.229977 Jy ! Component: 100 - total flux cleaned = 0.263331 Jy ! Component: 150 - total flux cleaned = 0.273428 Jy ! Component: 200 - total flux cleaned = 0.276431 Jy ! Total flux subtracted in 200 components = 0.276431 Jy ! Clean residual min=-0.009372 max=0.012758 Jy/beam ! Clean residual mean=0.000072 rms=0.003118 Jy/beam ! Combined flux in latest and established models = 0.276432 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.276432 Jy ! Inverting map and beam ! Estimated beam: bmin=3.905 mas, bmaj=10.68 mas, bpa=8.27 degrees ! Estimated noise=1.11057 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.000512574 Jy ! Component: 100 - total flux cleaned = -0.000510578 Jy ! Component: 150 - total flux cleaned = -0.000825781 Jy ! Component: 200 - total flux cleaned = -0.00109605 Jy ! Total flux subtracted in 200 components = -0.00109605 Jy ! Clean residual min=-0.010345 max=0.019714 Jy/beam ! Clean residual mean=0.000339 rms=0.005436 Jy/beam ! Combined flux in latest and established models = 0.275335 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 40 components and 0.275335 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=9.865 mas, bmaj=35.01 mas, bpa=9.832 degrees ! Estimated noise=1.28136 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.000670259 Jy ! Component: 100 - total flux cleaned = -0.000668618 Jy ! Component: 150 - total flux cleaned = -0.000665476 Jy ! Component: 200 - total flux cleaned = -0.000662906 Jy ! Total flux subtracted in 200 components = -0.000662906 Jy ! Clean residual min=-0.013247 max=0.026162 Jy/beam ! Clean residual mean=0.000523 rms=0.007696 Jy/beam ! Combined flux in latest and established models = 0.274673 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 43 components and 0.274673 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.905 mas, bmaj=10.68 mas, bpa=8.27 degrees ! Estimated noise=1.11057 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00047289 Jy ! Component: 100 - total flux cleaned = -0.000465051 Jy ! Component: 150 - total flux cleaned = -0.00044902 Jy ! Component: 200 - total flux cleaned = -0.000482881 Jy ! Total flux subtracted in 200 components = -0.000482881 Jy ! Clean residual min=-0.010410 max=0.019715 Jy/beam ! Clean residual mean=0.000338 rms=0.005405 Jy/beam ! Combined flux in latest and established models = 0.27419 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 57 components and 0.27419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087366Jy sigma=1.216767 ! Fit after self-cal, rms=0.087370Jy sigma=1.216613 wmodel J2223-3455_S_2005_06_01_yyk\_map.mod ! Writing 57 model components to file: J2223-3455_S_2005_06_01_yyk_map.mod wobs J2223-3455_S_2005_06_01_yyk\_uvs.fits ! Writing UV FITS file: J2223-3455_S_2005_06_01_yyk_uvs.fits wwins J2223-3455_S_2005_06_01_yyk\_map.win ! wwins: Wrote 1 windows to J2223-3455_S_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.00832379 Jy ! Component: 100 - total flux cleaned = 0.0149776 Jy ! Component: 150 - total flux cleaned = 0.0208057 Jy ! Component: 200 - total flux cleaned = 0.0261084 Jy ! Component: 250 - total flux cleaned = 0.0303837 Jy ! Component: 300 - total flux cleaned = 0.0330744 Jy ! Component: 350 - total flux cleaned = 0.0354286 Jy ! Component: 400 - total flux cleaned = 0.0374913 Jy ! Component: 450 - total flux cleaned = 0.0391494 Jy ! Component: 500 - total flux cleaned = 0.0405889 Jy ! Component: 550 - total flux cleaned = 0.0416879 Jy ! Component: 600 - total flux cleaned = 0.0428757 Jy ! Component: 650 - total flux cleaned = 0.0441486 Jy ! Component: 700 - total flux cleaned = 0.0454998 Jy ! Component: 750 - total flux cleaned = 0.0470427 Jy ! Component: 800 - total flux cleaned = 0.0480779 Jy ! Component: 850 - total flux cleaned = 0.0495266 Jy ! Component: 900 - total flux cleaned = 0.0508242 Jy ! Component: 950 - total flux cleaned = 0.0516627 Jy ! Component: 1000 - total flux cleaned = 0.0527845 Jy ! Component: 1050 - total flux cleaned = 0.0536741 Jy ! Component: 1100 - total flux cleaned = 0.0545396 Jy ! Component: 1150 - total flux cleaned = 0.0551929 Jy ! Component: 1200 - total flux cleaned = 0.0560113 Jy ! Component: 1250 - total flux cleaned = 0.0566306 Jy ! Component: 1300 - total flux cleaned = 0.057319 Jy ! Component: 1350 - total flux cleaned = 0.0580705 Jy ! Component: 1400 - total flux cleaned = 0.0586396 Jy ! Component: 1450 - total flux cleaned = 0.0591941 Jy ! Component: 1500 - total flux cleaned = 0.0595813 Jy ! Component: 1550 - total flux cleaned = 0.0601106 Jy ! Component: 1600 - total flux cleaned = 0.0604062 Jy ! Component: 1650 - total flux cleaned = 0.0606968 Jy ! Component: 1700 - total flux cleaned = 0.0609804 Jy ! Component: 1750 - total flux cleaned = 0.0613275 Jy ! Component: 1800 - total flux cleaned = 0.0614643 Jy ! Component: 1850 - total flux cleaned = 0.0619978 Jy ! Component: 1900 - total flux cleaned = 0.0621292 Jy ! Component: 1950 - total flux cleaned = 0.0625788 Jy ! Component: 2000 - total flux cleaned = 0.0627685 Jy ! Total flux subtracted in 2048 components = 0.0631408 Jy ! Clean residual min=-0.003556 max=0.003688 Jy/beam ! Clean residual mean=0.000124 rms=0.001671 Jy/beam ! Combined flux in latest and established models = 0.33733 Jy keep ! Adding 200 model components to the UV plane model. ! The established model now contains 257 components and 0.33733 Jy ![Exited script file: muppet] wmap "J2223-3455_S_2005_06_01_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.905 x 10.68 at 8.27 degrees (North through East) ! Clean map min=-0.006623 max=0.27199 Jy/beam ! Writing clean map to FITS file: J2223-3455_S_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.271992 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00178069 device "J2223-3455_S_2005_06_01_yyk\_map.eps/VPS" ! Attempting to open device: 'J2223-3455_S_2005_06_01_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.96406 1.96406 3.92811 7.85623 15.7125 31.4249 62.8498 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0053 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.271 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.905 x 10.68 at 8.27 degrees (North through East) ! Clean map min=-0.006623 max=0.27199 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2223-3455_S_2005_06_01_yyk\_map.gif/gif" ! Attempting to open device: 'J2223-3455_S_2005_06_01_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2223-3455_S_2005_06_01_yyk_uvs.log closed on Sat Oct 8 17:45:10 2005