! Started logfile: J2023-0123_X_2005_07_08_yyk_uvs.log on Fri Jan 20 10:58:38 2006 obs J2023-0123_X_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J2023-0123_X_2005_07_08_yyk_uve.fits ! AN table 1: 9 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2023-0123 ! ! 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 1406 lines of history. ! ! Reading 1620 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 J2023-0123_X_2005_07_08_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.212049 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.7032 mas, bmaj=1.812 mas, bpa=0.4286 degrees ! Estimated noise=1.27817 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.174328 Jy ! Component: 100 - total flux cleaned = 0.199554 Jy ! Total flux subtracted in 100 components = 0.199554 Jy ! Clean residual min=-0.006177 max=0.006568 Jy/beam ! Clean residual mean=-0.000008 rms=0.001576 Jy/beam ! Combined flux in latest and established models = 0.199554 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.199554 Jy ! ! Correcting IF 1. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.060473Jy sigma=1.079674 ! Fit after self-cal, rms=0.060175Jy sigma=1.073356 ! Inverting map and beam ! Estimated beam: bmin=0.7032 mas, bmaj=1.812 mas, bpa=0.4286 degrees ! Estimated noise=1.27817 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.8746 mas, bmaj=2.095 mas, bpa=-0.05154 degrees ! Estimated noise=0.945434 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.0107183 Jy ! Component: 100 - total flux cleaned = 0.0147888 Jy ! Component: 150 - total flux cleaned = 0.0165592 Jy ! Component: 200 - total flux cleaned = 0.0170761 Jy ! Total flux subtracted in 200 components = 0.0170761 Jy ! Clean residual min=-0.004093 max=0.003900 Jy/beam ! Clean residual mean=-0.000006 rms=0.001041 Jy/beam ! Combined flux in latest and established models = 0.21663 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 30 components and 0.21663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059016Jy sigma=1.046697 ! Fit after self-cal, rms=0.059005Jy sigma=1.046510 ! 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.8746 x 2.095 at -0.05154 degrees (North through East) ! Clean map min=-0.0037164 max=0.20321 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.00899 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.99 HN 1.01 KP 0.97 ! LA 1.02 MK 0.99 NL 1.03 OV 1.01 ! PT 0.96 SC 0.99 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01206 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.97 HN 1.05 KP 0.97 ! LA 0.99 MK 0.97 NL 0.99 OV 1.02 ! PT 1.02 SC 0.92 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.02775 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 0.91 KP 0.89 ! LA 1.02 MK 0.99 NL 0.96 OV 1.02 ! PT 1.01 SC 0.92 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.94438 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.02 HN 1.02 KP 1.00 ! LA 1.00 MK 1.06 NL 1.02 OV 1.07 ! PT 1.08 SC 1.27 ! ! ! Fit before self-cal, rms=0.059005Jy sigma=1.046510 ! Fit after self-cal, rms=0.058072Jy sigma=1.029241 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.058072Jy sigma=1.029241 ! Fit after self-cal, rms=0.058076Jy sigma=1.029189 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8775 mas, bmaj=2.097 mas, bpa=-0.1552 degrees ! Estimated noise=0.943162 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.000362541 Jy ! Component: 100 - total flux cleaned = -0.000306179 Jy ! Component: 150 - total flux cleaned = -0.000254982 Jy ! Component: 200 - total flux cleaned = -0.00020899 Jy ! Total flux subtracted in 200 components = -0.00020899 Jy ! Clean residual min=-0.003103 max=0.003671 Jy/beam ! Clean residual mean=-0.000006 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.216421 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.216421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058062Jy sigma=1.028727 ! Fit after self-cal, rms=0.058053Jy sigma=1.028656 ! 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.058053Jy sigma=1.028656 ! Fit after self-cal, rms=0.056638Jy sigma=1.002068 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.000199696 Jy ! Component: 100 - total flux cleaned = 0.000284593 Jy ! Component: 150 - total flux cleaned = 0.000336723 Jy ! Component: 200 - total flux cleaned = 0.000382676 Jy ! Total flux subtracted in 200 components = 0.000382676 Jy ! Clean residual min=-0.003028 max=0.003679 Jy/beam ! Clean residual mean=-0.000006 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.216804 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.216804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056631Jy sigma=1.001847 ! Fit after self-cal, rms=0.056549Jy sigma=1.000258 ! 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.8775 x 2.097 at -0.1552 degrees (North through East) ! Clean map min=-0.0028339 max=0.20276 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.056549Jy sigma=1.000258 ! Fit after self-cal, rms=0.055891Jy sigma=0.964359 ! 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.055891Jy sigma=0.964359 ! Fit after self-cal, rms=0.055888Jy sigma=0.964218 ! Inverting map and beam ! Estimated beam: bmin=0.8779 mas, bmaj=2.094 mas, bpa=-0.181 degrees ! Estimated noise=0.9418 mJy/beam. ! Added new window around map position (-6.4, -6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00373501 Jy ! Component: 100 - total flux cleaned = 0.00420482 Jy ! Component: 150 - total flux cleaned = 0.00458811 Jy ! Component: 200 - total flux cleaned = 0.00487256 Jy ! Total flux subtracted in 200 components = 0.00487256 Jy ! Clean residual min=-0.002789 max=0.003101 Jy/beam ! Clean residual mean=-0.000008 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.221676 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 57 components and 0.221677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055694Jy sigma=0.959767 ! Fit after self-cal, rms=0.055684Jy sigma=0.959680 ! 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.055684Jy sigma=0.959680 ! Fit after self-cal, rms=0.054757Jy sigma=0.936313 ! 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.054757Jy sigma=0.936313 ! Fit after self-cal, rms=0.054761Jy sigma=0.936288 ! Inverting map and beam ! Estimated beam: bmin=0.8775 mas, bmaj=2.092 mas, bpa=-0.01916 degrees ! Estimated noise=0.941454 mJy/beam. ! Added new window around map position (23.2, -16.8). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017879 Jy ! Component: 100 - total flux cleaned = 0.00193114 Jy ! Component: 150 - total flux cleaned = 0.00222979 Jy ! Component: 200 - total flux cleaned = 0.00248903 Jy ! Total flux subtracted in 200 components = 0.00248903 Jy ! Clean residual min=-0.002591 max=0.002374 Jy/beam ! Clean residual mean=-0.000009 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 0.224166 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 79 components and 0.224166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054560Jy sigma=0.932214 ! Fit after self-cal, rms=0.054557Jy sigma=0.932024 ! 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.36 mas, bmaj=3.665 mas, bpa=5.083 degrees ! Estimated noise=1.19923 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.000601495 Jy ! Component: 100 - total flux cleaned = 0.000961462 Jy ! Component: 150 - total flux cleaned = 0.00125118 Jy ! Component: 200 - total flux cleaned = 0.00142554 Jy ! Total flux subtracted in 200 components = 0.00142554 Jy ! Clean residual min=-0.002780 max=0.002667 Jy/beam ! Clean residual mean=-0.000018 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.225591 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 96 components and 0.225591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054543Jy sigma=0.931535 ! Fit after self-cal, rms=0.054538Jy sigma=0.931454 ! 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.7069 mas, bmaj=1.817 mas, bpa=0.4583 degrees ! Estimated noise=1.28296 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.175675 Jy ! Component: 100 - total flux cleaned = 0.200587 Jy ! Component: 150 - total flux cleaned = 0.209974 Jy ! Component: 200 - total flux cleaned = 0.215161 Jy ! Total flux subtracted in 200 components = 0.215161 Jy ! Clean residual min=-0.004998 max=0.004718 Jy/beam ! Clean residual mean=-0.000006 rms=0.001080 Jy/beam ! Combined flux in latest and established models = 0.215161 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.215161 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8775 mas, bmaj=2.092 mas, bpa=-0.01916 degrees ! Estimated noise=0.941454 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.0041394 Jy ! Component: 100 - total flux cleaned = 0.00585009 Jy ! Component: 150 - total flux cleaned = 0.00678789 Jy ! Component: 200 - total flux cleaned = 0.00743425 Jy ! Total flux subtracted in 200 components = 0.00743425 Jy ! Clean residual min=-0.002610 max=0.002536 Jy/beam ! Clean residual mean=-0.000009 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.222595 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 42 components and 0.222595 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.36 mas, bmaj=3.665 mas, bpa=5.083 degrees ! Estimated noise=1.19923 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.00104244 Jy ! Component: 100 - total flux cleaned = 0.00151614 Jy ! Component: 150 - total flux cleaned = 0.00195134 Jy ! Component: 200 - total flux cleaned = 0.00219559 Jy ! Total flux subtracted in 200 components = 0.00219559 Jy ! Clean residual min=-0.002840 max=0.002502 Jy/beam ! Clean residual mean=-0.000018 rms=0.000816 Jy/beam ! Combined flux in latest and established models = 0.224791 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 63 components and 0.224791 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8775 mas, bmaj=2.092 mas, bpa=-0.01916 degrees ! Estimated noise=0.941454 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 6.19389e-05 Jy ! Component: 100 - total flux cleaned = 0.00011397 Jy ! Component: 150 - total flux cleaned = 0.00024882 Jy ! Component: 200 - total flux cleaned = 0.000328181 Jy ! Total flux subtracted in 200 components = 0.000328181 Jy ! Clean residual min=-0.002446 max=0.002304 Jy/beam ! Clean residual mean=-0.000009 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.225119 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 79 components and 0.225119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054527Jy sigma=0.931353 ! Fit after self-cal, rms=0.054519Jy sigma=0.931265 wmodel J2023-0123_X_2005_07_08_yyk\_map.mod ! Writing 79 model components to file: J2023-0123_X_2005_07_08_yyk_map.mod wobs J2023-0123_X_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J2023-0123_X_2005_07_08_yyk_uvs.fits wwins J2023-0123_X_2005_07_08_yyk\_map.win ! wwins: Wrote 3 windows to J2023-0123_X_2005_07_08_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.000445097 Jy ! Component: 100 - total flux cleaned = -0.00102326 Jy ! Component: 150 - total flux cleaned = -0.0012208 Jy ! Component: 200 - total flux cleaned = -0.00129754 Jy ! Component: 250 - total flux cleaned = -0.00129839 Jy ! Component: 300 - total flux cleaned = -0.00129851 Jy ! Component: 350 - total flux cleaned = -0.00129816 Jy ! Component: 400 - total flux cleaned = -0.00126471 Jy ! Component: 450 - total flux cleaned = -0.00129763 Jy ! Component: 500 - total flux cleaned = -0.00132984 Jy ! Component: 550 - total flux cleaned = -0.00136165 Jy ! Component: 600 - total flux cleaned = -0.00142319 Jy ! Component: 650 - total flux cleaned = -0.00148427 Jy ! Component: 700 - total flux cleaned = -0.00157444 Jy ! Component: 750 - total flux cleaned = -0.00169265 Jy ! Component: 800 - total flux cleaned = -0.00180894 Jy ! Component: 850 - total flux cleaned = -0.00198004 Jy ! Component: 900 - total flux cleaned = -0.00203603 Jy ! Component: 950 - total flux cleaned = -0.0022307 Jy ! Component: 1000 - total flux cleaned = -0.00244876 Jy ! Component: 1050 - total flux cleaned = -0.00247565 Jy ! Component: 1100 - total flux cleaned = -0.00260924 Jy ! Component: 1150 - total flux cleaned = -0.00268847 Jy ! Component: 1200 - total flux cleaned = -0.00276642 Jy ! Component: 1250 - total flux cleaned = -0.00274093 Jy ! Component: 1300 - total flux cleaned = -0.00274107 Jy ! Component: 1350 - total flux cleaned = -0.00274111 Jy ! Component: 1400 - total flux cleaned = -0.00279071 Jy ! Component: 1450 - total flux cleaned = -0.00279082 Jy ! Component: 1500 - total flux cleaned = -0.00274232 Jy ! Component: 1550 - total flux cleaned = -0.0027903 Jy ! Component: 1600 - total flux cleaned = -0.00271883 Jy ! Component: 1650 - total flux cleaned = -0.00267172 Jy ! Component: 1700 - total flux cleaned = -0.0026251 Jy ! Component: 1750 - total flux cleaned = -0.00257898 Jy ! Component: 1800 - total flux cleaned = -0.00255613 Jy ! Component: 1850 - total flux cleaned = -0.00244357 Jy ! Component: 1900 - total flux cleaned = -0.00242172 Jy ! Component: 1950 - total flux cleaned = -0.00233382 Jy ! Component: 2000 - total flux cleaned = -0.00233403 Jy ! Total flux subtracted in 2048 components = -0.00224753 Jy ! Clean residual min=-0.001080 max=0.001141 Jy/beam ! Clean residual mean=-0.000007 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.222871 Jy keep ! Adding 139 model components to the UV plane model. ! The established model now contains 218 components and 0.222871 Jy ![Exited script file: muppet] wmap "J2023-0123_X_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8775 x 2.092 at -0.01916 degrees (North through East) ! Clean map min=-0.002264 max=0.20342 Jy/beam ! Writing clean map to FITS file: J2023-0123_X_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.203424 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000407757 device "J2023-0123_X_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J2023-0123_X_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.601342 0.601342 1.20268 2.40537 4.81073 9.62147 19.2429 38.4859 76.9718 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.203 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.8775 x 2.092 at -0.01916 degrees (North through East) ! Clean map min=-0.002264 max=0.20342 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2023-0123_X_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J2023-0123_X_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2023-0123_X_2005_07_08_yyk_uvs.log closed on Fri Jan 20 10:58:43 2006