! Started logfile: J2250-2806_S_2006_12_18_yyk_uvs.log on Mon Jun 16 20:08:11 2008 obs J2250-2806_S_2006_12_18_yyk_uve.fits ! Reading UV FITS file: J2250-2806_S_2006_12_18_yyk_uve.fits ! AN table 1: 15 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.777778 visibilities/baseline/integration-bin. ! Found source: J2250-2806 ! ! 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 2469 lines of history. ! ! Reading 2100 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 J2250-2806_S_2006_12_18_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.266347 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.358 mas, bmaj=6.394 mas, bpa=-2.283 degrees ! Estimated noise=1.73058 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.20805 Jy ! Component: 100 - total flux cleaned = 0.246825 Jy ! Total flux subtracted in 100 components = 0.246825 Jy ! Clean residual min=-0.009663 max=0.012041 Jy/beam ! Clean residual mean=0.000003 rms=0.002402 Jy/beam ! Combined flux in latest and established models = 0.246825 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.246825 Jy ! ! Correcting IF 1. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.091420Jy sigma=1.123291 ! Fit after self-cal, rms=0.090894Jy sigma=1.118528 ! Inverting map and beam ! Estimated beam: bmin=2.358 mas, bmaj=6.394 mas, bpa=-2.283 degrees ! Estimated noise=1.73058 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=2.993 mas, bmaj=8.049 mas, bpa=-4.246 degrees ! Estimated noise=1.12033 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 (2.5, -3.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0254682 Jy ! Component: 100 - total flux cleaned = 0.0358873 Jy ! Component: 150 - total flux cleaned = 0.0402331 Jy ! Component: 200 - total flux cleaned = 0.0411956 Jy ! Total flux subtracted in 200 components = 0.0411956 Jy ! Clean residual min=-0.005508 max=0.005342 Jy/beam ! Clean residual mean=-0.000097 rms=0.001527 Jy/beam ! Combined flux in latest and established models = 0.28802 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 42 model components to the UV plane model. ! The established model now contains 56 components and 0.28802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086498Jy sigma=1.044319 ! Fit after self-cal, rms=0.086402Jy sigma=1.042887 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.993 x 8.049 at -4.246 degrees (North through East) ! Clean map min=-0.005082 max=0.24245 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.01723 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00* HN 0.95 KP 0.94 ! LA 1.05 MK 0.99 NL 1.01 OV 0.95 ! PT 1.03 SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.984571 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* HN 1.13 KP 0.98 ! LA 1.00 MK 1.04 NL 1.01 OV 1.00 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.978593 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00* HN 1.04 KP 0.97 ! LA 1.00 MK 1.00 NL 1.10 OV 1.01 ! PT 1.06 SC 1.01 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.01645 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00* HN 1.07 KP 0.92 ! LA 1.01 MK 0.98 NL 0.97 OV 0.97 ! PT 0.92 SC 1.05 ! ! ! Fit before self-cal, rms=0.086402Jy sigma=1.042887 ! Fit after self-cal, rms=0.085184Jy sigma=1.023441 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.085184Jy sigma=1.023441 ! Fit after self-cal, rms=0.085180Jy sigma=1.023279 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.014 mas, bmaj=8.059 mas, bpa=-4.02 degrees ! Estimated noise=1.11306 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.000259678 Jy ! Component: 100 - total flux cleaned = -0.000510941 Jy ! Component: 150 - total flux cleaned = -0.000580491 Jy ! Component: 200 - total flux cleaned = -0.000705307 Jy ! Total flux subtracted in 200 components = -0.000705307 Jy ! Clean residual min=-0.003376 max=0.003904 Jy/beam ! Clean residual mean=-0.000003 rms=0.001053 Jy/beam ! Combined flux in latest and established models = 0.287315 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 74 components and 0.287315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085055Jy sigma=1.021624 ! Fit after self-cal, rms=0.085024Jy sigma=1.021368 ! 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.085024Jy sigma=1.021368 ! Fit after self-cal, rms=0.078712Jy sigma=0.933496 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.00178283 Jy ! Component: 100 - total flux cleaned = 0.00184499 Jy ! Component: 150 - total flux cleaned = 0.00189564 Jy ! Component: 200 - total flux cleaned = 0.00185121 Jy ! Total flux subtracted in 200 components = 0.00185121 Jy ! Clean residual min=-0.003309 max=0.003610 Jy/beam ! Clean residual mean=0.000000 rms=0.001024 Jy/beam ! Combined flux in latest and established models = 0.289166 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 99 components and 0.289166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078637Jy sigma=0.932484 ! Fit after self-cal, rms=0.078317Jy sigma=0.928464 ! 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.014 x 8.059 at -4.02 degrees (North through East) ! Clean map min=-0.0035054 max=0.24225 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.078317Jy sigma=0.928464 ! Fit after self-cal, rms=0.076455Jy sigma=0.912073 ! 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.076455Jy sigma=0.912073 ! Fit after self-cal, rms=0.076435Jy sigma=0.911747 ! Inverting map and beam ! Estimated beam: bmin=3.003 mas, bmaj=8.054 mas, bpa=-4.116 degrees ! Estimated noise=1.1099 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000283175 Jy ! Component: 100 - total flux cleaned = 0.000277746 Jy ! Component: 150 - total flux cleaned = 0.00027603 Jy ! Component: 200 - total flux cleaned = 0.000278863 Jy ! Total flux subtracted in 200 components = 0.000278863 Jy ! Clean residual min=-0.003139 max=0.003336 Jy/beam ! Clean residual mean=-0.000019 rms=0.000924 Jy/beam ! Combined flux in latest and established models = 0.289445 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 111 components and 0.289445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076383Jy sigma=0.911049 ! Fit after self-cal, rms=0.076368Jy sigma=0.910930 ! 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.076368Jy sigma=0.910930 ! Fit after self-cal, rms=0.074753Jy sigma=0.884274 ! 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.074753Jy sigma=0.884274 ! Fit after self-cal, rms=0.074757Jy sigma=0.884235 ! Inverting map and beam ! Estimated beam: bmin=2.999 mas, bmaj=8.044 mas, bpa=-4.183 degrees ! Estimated noise=1.11087 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000895379 Jy ! Component: 100 - total flux cleaned = 0.000892885 Jy ! Component: 150 - total flux cleaned = 0.000893527 Jy ! Component: 200 - total flux cleaned = 0.000894008 Jy ! Total flux subtracted in 200 components = 0.000894008 Jy ! Clean residual min=-0.003048 max=0.003304 Jy/beam ! Clean residual mean=-0.000020 rms=0.000914 Jy/beam ! Combined flux in latest and established models = 0.290339 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 120 components and 0.290339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074721Jy sigma=0.883674 ! Fit after self-cal, rms=0.074709Jy sigma=0.883597 ! 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=7.787 mas, bmaj=21.29 mas, bpa=-0.8135 degrees ! Estimated noise=1.45103 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.000293214 Jy ! Component: 100 - total flux cleaned = 0.00040301 Jy ! Component: 150 - total flux cleaned = 0.000418079 Jy ! Component: 200 - total flux cleaned = 0.000417942 Jy ! Total flux subtracted in 200 components = 0.000417942 Jy ! Clean residual min=-0.003601 max=0.003176 Jy/beam ! Clean residual mean=-0.000046 rms=0.001267 Jy/beam ! Combined flux in latest and established models = 0.290757 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 126 components and 0.290757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074704Jy sigma=0.883511 ! Fit after self-cal, rms=0.074694Jy sigma=0.883460 ! Inverting map uvtaper 0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.361 mas, bmaj=6.398 mas, bpa=-2.253 degrees ! Estimated noise=1.71941 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.20884 Jy ! Component: 100 - total flux cleaned = 0.247905 Jy ! Component: 150 - total flux cleaned = 0.26325 Jy ! Component: 200 - total flux cleaned = 0.271789 Jy ! Total flux subtracted in 200 components = 0.271789 Jy ! Clean residual min=-0.006582 max=0.005351 Jy/beam ! Clean residual mean=0.000066 rms=0.001383 Jy/beam ! Combined flux in latest and established models = 0.271789 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 40 model components to the UV plane model. ! The established model now contains 40 components and 0.271789 Jy ! Inverting map and beam ! Estimated beam: bmin=2.999 mas, bmaj=8.044 mas, bpa=-4.183 degrees ! Estimated noise=1.11087 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.0102909 Jy ! Component: 100 - total flux cleaned = 0.0149385 Jy ! Component: 150 - total flux cleaned = 0.0166314 Jy ! Component: 200 - total flux cleaned = 0.0170168 Jy ! Total flux subtracted in 200 components = 0.0170168 Jy ! Clean residual min=-0.003140 max=0.003151 Jy/beam ! Clean residual mean=-0.000017 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.288806 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 86 components and 0.288806 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=7.787 mas, bmaj=21.29 mas, bpa=-0.8135 degrees ! Estimated noise=1.45103 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.00106774 Jy ! Component: 100 - total flux cleaned = 0.00121272 Jy ! Component: 150 - total flux cleaned = 0.00126733 Jy ! Component: 200 - total flux cleaned = 0.00133348 Jy ! Total flux subtracted in 200 components = 0.00133348 Jy ! Clean residual min=-0.003565 max=0.003241 Jy/beam ! Clean residual mean=-0.000043 rms=0.001284 Jy/beam ! Combined flux in latest and established models = 0.290139 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 101 components and 0.290139 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.999 mas, bmaj=8.044 mas, bpa=-4.183 degrees ! Estimated noise=1.11087 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000187936 Jy ! Component: 100 - total flux cleaned = -0.000239039 Jy ! Component: 150 - total flux cleaned = -0.00028229 Jy ! Component: 200 - total flux cleaned = -0.000283915 Jy ! Total flux subtracted in 200 components = -0.000283915 Jy ! Clean residual min=-0.003047 max=0.003108 Jy/beam ! Clean residual mean=-0.000019 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.289855 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 115 components and 0.289855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074740Jy sigma=0.883834 ! Fit after self-cal, rms=0.074703Jy sigma=0.883569 wmodel J2250-2806_S_2006_12_18_yyk\_map.mod ! Writing 115 model components to file: J2250-2806_S_2006_12_18_yyk_map.mod wobs J2250-2806_S_2006_12_18_yyk\_uvs.fits ! Writing UV FITS file: J2250-2806_S_2006_12_18_yyk_uvs.fits wwins J2250-2806_S_2006_12_18_yyk\_map.win ! wwins: Wrote 2 windows to J2250-2806_S_2006_12_18_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.000426087 Jy ! Component: 100 - total flux cleaned = -0.00114497 Jy ! Component: 150 - total flux cleaned = -0.00134256 Jy ! Component: 200 - total flux cleaned = -0.00129704 Jy ! Component: 250 - total flux cleaned = -0.00120757 Jy ! Component: 300 - total flux cleaned = -0.00107624 Jy ! Component: 350 - total flux cleaned = -0.0010765 Jy ! Component: 400 - total flux cleaned = -0.00111818 Jy ! Component: 450 - total flux cleaned = -0.00115824 Jy ! Component: 500 - total flux cleaned = -0.0012751 Jy ! Component: 550 - total flux cleaned = -0.00127359 Jy ! Component: 600 - total flux cleaned = -0.00131018 Jy ! Component: 650 - total flux cleaned = -0.00127365 Jy ! Component: 700 - total flux cleaned = -0.00130989 Jy ! Component: 750 - total flux cleaned = -0.00120497 Jy ! Component: 800 - total flux cleaned = -0.00124034 Jy ! Component: 850 - total flux cleaned = -0.0011059 Jy ! Component: 900 - total flux cleaned = -0.00113949 Jy ! Component: 950 - total flux cleaned = -0.00107507 Jy ! Component: 1000 - total flux cleaned = -0.0010428 Jy ! Component: 1050 - total flux cleaned = -0.000979976 Jy ! Component: 1100 - total flux cleaned = -0.000887528 Jy ! Component: 1150 - total flux cleaned = -0.000826861 Jy ! Component: 1200 - total flux cleaned = -0.000796719 Jy ! Component: 1250 - total flux cleaned = -0.000708537 Jy ! Component: 1300 - total flux cleaned = -0.000622118 Jy ! Component: 1350 - total flux cleaned = -0.000565856 Jy ! Component: 1400 - total flux cleaned = -0.000566163 Jy ! Component: 1450 - total flux cleaned = -0.000538745 Jy ! Component: 1500 - total flux cleaned = -0.000457538 Jy ! Component: 1550 - total flux cleaned = -0.000484392 Jy ! Component: 1600 - total flux cleaned = -0.000484108 Jy ! Component: 1650 - total flux cleaned = -0.00045797 Jy ! Component: 1700 - total flux cleaned = -0.00045784 Jy ! Component: 1750 - total flux cleaned = -0.00048278 Jy ! Component: 1800 - total flux cleaned = -0.000507211 Jy ! Component: 1850 - total flux cleaned = -0.000531396 Jy ! Component: 1900 - total flux cleaned = -0.000531008 Jy ! Component: 1950 - total flux cleaned = -0.000531046 Jy ! Component: 2000 - total flux cleaned = -0.00062536 Jy ! Total flux subtracted in 2048 components = -0.000694957 Jy ! Clean residual min=-0.001766 max=0.001311 Jy/beam ! Clean residual mean=-0.000018 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.28916 Jy keep ! Adding 134 model components to the UV plane model. ! The established model now contains 249 components and 0.28916 Jy ![Exited script file: muppet] wmap "J2250-2806_S_2006_12_18_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.999 x 8.044 at -4.183 degrees (North through East) ! Clean map min=-0.0025248 max=0.24202 Jy/beam ! Writing clean map to FITS file: J2250-2806_S_2006_12_18_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.242025 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000457075 device "J2250-2806_S_2006_12_18_yyk\_map.eps/VPS" ! Attempting to open device: 'J2250-2806_S_2006_12_18_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.566565 0.566565 1.13313 2.26626 4.53252 9.06504 18.1301 36.2601 72.5203 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.242 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.999 x 8.044 at -4.183 degrees (North through East) ! Clean map min=-0.0025248 max=0.24202 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2250-2806_S_2006_12_18_yyk\_map.gif/gif" ! Attempting to open device: 'J2250-2806_S_2006_12_18_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2250-2806_S_2006_12_18_yyk_uvs.log closed on Mon Jun 16 20:08:17 2008