! Started logfile: J0957-1350_X_2005_07_20_yyk_uvs.log on Fri Jan 20 10:16:15 2006 obs J0957-1350_X_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J0957-1350_X_2005_07_20_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.96 visibilities/baseline/integration-bin. ! Found source: J0957-1350 ! ! 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 1487 lines of history. ! ! Reading 1728 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 J0957-1350_X_2005_07_20_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.225002 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.6698 mas, bmaj=1.78 mas, bpa=-2.617 degrees ! Estimated noise=1.41849 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.163243 Jy ! Component: 100 - total flux cleaned = 0.194939 Jy ! Total flux subtracted in 100 components = 0.194939 Jy ! Clean residual min=-0.017399 max=0.020992 Jy/beam ! Clean residual mean=0.000049 rms=0.004193 Jy/beam ! Combined flux in latest and established models = 0.194939 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.194939 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 23 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.107975Jy sigma=1.774175 ! Fit after self-cal, rms=0.082889Jy sigma=1.346306 ! Inverting map and beam ! Estimated beam: bmin=0.6698 mas, bmaj=1.78 mas, bpa=-2.617 degrees ! Estimated noise=1.41849 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.8441 mas, bmaj=2.099 mas, bpa=-1.811 degrees ! Estimated noise=1.019 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.0251999 Jy ! Component: 100 - total flux cleaned = 0.0300843 Jy ! Component: 150 - total flux cleaned = 0.0299635 Jy ! Component: 200 - total flux cleaned = 0.0296663 Jy ! Total flux subtracted in 200 components = 0.0296663 Jy ! Clean residual min=-0.008351 max=0.011090 Jy/beam ! Clean residual mean=0.000105 rms=0.002307 Jy/beam ! Combined flux in latest and established models = 0.224605 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 17 components and 0.224605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077606Jy sigma=1.241088 ! Fit after self-cal, rms=0.077567Jy sigma=1.240965 ! 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.8441 x 2.099 at -1.811 degrees (North through East) ! Clean map min=-0.0079508 max=0.20701 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.03377 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.93 HN 0.98 KP 0.88 ! LA 0.94 MK 0.97 NL 0.96 OV 1.00 ! PT 1.11 SC 0.92 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.03094 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.96 HN 1.03 KP 0.87 ! LA 0.91 MK 0.96 NL 0.93 OV 0.98 ! PT 1.20 SC 0.93 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.984339 ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.97 HN 1.17 KP 0.76 ! LA 0.94 MK 1.03 NL 0.96 OV 1.00 ! PT 1.31 SC 0.94 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.943201 ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.95 HN 0.99 KP 0.92 ! LA 0.89 MK 1.08 NL 0.95 OV 1.05 ! PT 1.40 SC 1.29 ! ! ! Fit before self-cal, rms=0.077567Jy sigma=1.240965 ! Fit after self-cal, rms=0.074736Jy sigma=1.141335 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.074736Jy sigma=1.141335 ! Fit after self-cal, rms=0.074750Jy sigma=1.141161 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8437 mas, bmaj=2.091 mas, bpa=-1.618 degrees ! Estimated noise=1.01541 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.00138434 Jy ! Component: 100 - total flux cleaned = 0.00132846 Jy ! Component: 150 - total flux cleaned = 0.00127542 Jy ! Component: 200 - total flux cleaned = 0.00118029 Jy ! Total flux subtracted in 200 components = 0.00118029 Jy ! Clean residual min=-0.004600 max=0.005352 Jy/beam ! Clean residual mean=0.000011 rms=0.001338 Jy/beam ! Combined flux in latest and established models = 0.225785 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 25 components and 0.225785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074747Jy sigma=1.139431 ! Fit after self-cal, rms=0.074707Jy sigma=1.139263 ! 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.074707Jy sigma=1.139263 ! Fit after self-cal, rms=0.062058Jy sigma=0.997494 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.00173281 Jy ! Component: 100 - total flux cleaned = 0.00174034 Jy ! Component: 150 - total flux cleaned = 0.00165477 Jy ! Component: 200 - total flux cleaned = 0.00157568 Jy ! Total flux subtracted in 200 components = 0.00157568 Jy ! Clean residual min=-0.004584 max=0.005097 Jy/beam ! Clean residual mean=0.000011 rms=0.001256 Jy/beam ! Combined flux in latest and established models = 0.227361 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 27 components and 0.227361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061991Jy sigma=0.995440 ! Fit after self-cal, rms=0.060539Jy sigma=0.982500 ! 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.8437 x 2.091 at -1.618 degrees (North through East) ! Clean map min=-0.004289 max=0.21178 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.060539Jy sigma=0.982500 ! Fit after self-cal, rms=0.058193Jy sigma=0.933570 ! 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.058193Jy sigma=0.933570 ! Fit after self-cal, rms=0.058086Jy sigma=0.932188 ! Inverting map and beam ! Estimated beam: bmin=0.837 mas, bmaj=2.091 mas, bpa=-1.712 degrees ! Estimated noise=1.00876 mJy/beam. ! Added new window around map position (-1.8, 3). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00581813 Jy ! Component: 100 - total flux cleaned = 0.0074668 Jy ! Component: 150 - total flux cleaned = 0.00789185 Jy ! Component: 200 - total flux cleaned = 0.00803795 Jy ! Total flux subtracted in 200 components = 0.00803795 Jy ! Clean residual min=-0.003186 max=0.003694 Jy/beam ! Clean residual mean=-0.000013 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.235399 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 47 components and 0.235399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057673Jy sigma=0.922939 ! Fit after self-cal, rms=0.057617Jy sigma=0.921926 ! 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.057617Jy sigma=0.921926 ! Fit after self-cal, rms=0.056290Jy sigma=0.898226 ! 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.056290Jy sigma=0.898226 ! Fit after self-cal, rms=0.056300Jy sigma=0.898182 ! Inverting map and beam ! Estimated beam: bmin=0.8341 mas, bmaj=2.084 mas, bpa=-1.724 degrees ! Estimated noise=1.01049 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00323746 Jy ! Component: 100 - total flux cleaned = 0.00474368 Jy ! Component: 150 - total flux cleaned = 0.00502846 Jy ! Component: 200 - total flux cleaned = 0.00508257 Jy ! Total flux subtracted in 200 components = 0.00508257 Jy ! Clean residual min=-0.003245 max=0.003228 Jy/beam ! Clean residual mean=-0.000012 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.240482 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 57 components and 0.240482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056165Jy sigma=0.894893 ! Fit after self-cal, rms=0.056149Jy sigma=0.894619 ! 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.143 mas, bmaj=4.131 mas, bpa=0.4546 degrees ! Estimated noise=1.33425 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.00113878 Jy ! Component: 100 - total flux cleaned = 0.00118457 Jy ! Component: 150 - total flux cleaned = 0.00125519 Jy ! Component: 200 - total flux cleaned = 0.00131281 Jy ! Total flux subtracted in 200 components = 0.00131281 Jy ! Clean residual min=-0.004236 max=0.003656 Jy/beam ! Clean residual mean=-0.000022 rms=0.001161 Jy/beam ! Combined flux in latest and established models = 0.241794 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 69 components and 0.241794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056145Jy sigma=0.894270 ! Fit after self-cal, rms=0.056143Jy sigma=0.894194 ! 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.6706 mas, bmaj=1.783 mas, bpa=-2.722 degrees ! Estimated noise=1.41692 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.180563 Jy ! Component: 100 - total flux cleaned = 0.214968 Jy ! Component: 150 - total flux cleaned = 0.227491 Jy ! Component: 200 - total flux cleaned = 0.234232 Jy ! Total flux subtracted in 200 components = 0.234232 Jy ! Clean residual min=-0.004917 max=0.004697 Jy/beam ! Clean residual mean=-0.000019 rms=0.001206 Jy/beam ! Combined flux in latest and established models = 0.234232 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.234232 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8341 mas, bmaj=2.084 mas, bpa=-1.724 degrees ! Estimated noise=1.01049 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.00508952 Jy ! Component: 100 - total flux cleaned = 0.007458 Jy ! Component: 150 - total flux cleaned = 0.00799917 Jy ! Component: 200 - total flux cleaned = 0.00823457 Jy ! Total flux subtracted in 200 components = 0.00823457 Jy ! Clean residual min=-0.003292 max=0.003180 Jy/beam ! Clean residual mean=-0.000014 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.242466 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 39 components and 0.242466 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.143 mas, bmaj=4.131 mas, bpa=0.4546 degrees ! Estimated noise=1.33425 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.000637218 Jy ! Component: 100 - total flux cleaned = 0.000506007 Jy ! Component: 150 - total flux cleaned = 0.000510269 Jy ! Component: 200 - total flux cleaned = 0.000472172 Jy ! Total flux subtracted in 200 components = 0.000472172 Jy ! Clean residual min=-0.004309 max=0.003728 Jy/beam ! Clean residual mean=-0.000023 rms=0.001163 Jy/beam ! Combined flux in latest and established models = 0.242938 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 50 components and 0.242938 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8341 mas, bmaj=2.084 mas, bpa=-1.724 degrees ! Estimated noise=1.01049 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000382749 Jy ! Component: 100 - total flux cleaned = -0.000459086 Jy ! Component: 150 - total flux cleaned = -0.000403379 Jy ! Component: 200 - total flux cleaned = -0.000296355 Jy ! Total flux subtracted in 200 components = -0.000296355 Jy ! Clean residual min=-0.003265 max=0.003075 Jy/beam ! Clean residual mean=-0.000013 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.242642 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 63 components and 0.242642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056150Jy sigma=0.894779 ! Fit after self-cal, rms=0.056144Jy sigma=0.894661 wmodel J0957-1350_X_2005_07_20_yyk\_map.mod ! Writing 63 model components to file: J0957-1350_X_2005_07_20_yyk_map.mod wobs J0957-1350_X_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J0957-1350_X_2005_07_20_yyk_uvs.fits wwins J0957-1350_X_2005_07_20_yyk\_map.win ! wwins: Wrote 2 windows to J0957-1350_X_2005_07_20_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.000257634 Jy ! Component: 100 - total flux cleaned = -0.000524106 Jy ! Component: 150 - total flux cleaned = -0.000880319 Jy ! Component: 200 - total flux cleaned = -0.00126647 Jy ! Component: 250 - total flux cleaned = -0.00121904 Jy ! Component: 300 - total flux cleaned = -0.00131094 Jy ! Component: 350 - total flux cleaned = -0.00152861 Jy ! Component: 400 - total flux cleaned = -0.00161164 Jy ! Component: 450 - total flux cleaned = -0.00169411 Jy ! Component: 500 - total flux cleaned = -0.00193533 Jy ! Component: 550 - total flux cleaned = -0.00220935 Jy ! Component: 600 - total flux cleaned = -0.00228568 Jy ! Component: 650 - total flux cleaned = -0.00236111 Jy ! Component: 700 - total flux cleaned = -0.00247218 Jy ! Component: 750 - total flux cleaned = -0.00254436 Jy ! Component: 800 - total flux cleaned = -0.00258006 Jy ! Component: 850 - total flux cleaned = -0.0026151 Jy ! Component: 900 - total flux cleaned = -0.00271852 Jy ! Component: 950 - total flux cleaned = -0.00275207 Jy ! Component: 1000 - total flux cleaned = -0.00271968 Jy ! Component: 1050 - total flux cleaned = -0.00271982 Jy ! Component: 1100 - total flux cleaned = -0.00271989 Jy ! Component: 1150 - total flux cleaned = -0.00256033 Jy ! Component: 1200 - total flux cleaned = -0.00252894 Jy ! Component: 1250 - total flux cleaned = -0.00252887 Jy ! Component: 1300 - total flux cleaned = -0.00255949 Jy ! Component: 1350 - total flux cleaned = -0.00246805 Jy ! Component: 1400 - total flux cleaned = -0.00243768 Jy ! Component: 1450 - total flux cleaned = -0.0023488 Jy ! Component: 1500 - total flux cleaned = -0.00249546 Jy ! Component: 1550 - total flux cleaned = -0.00243717 Jy ! Component: 1600 - total flux cleaned = -0.00246583 Jy ! Component: 1650 - total flux cleaned = -0.00249443 Jy ! Component: 1700 - total flux cleaned = -0.0025505 Jy ! Component: 1750 - total flux cleaned = -0.00257791 Jy ! Component: 1800 - total flux cleaned = -0.00260487 Jy ! Component: 1850 - total flux cleaned = -0.00257752 Jy ! Component: 1900 - total flux cleaned = -0.0026041 Jy ! Component: 1950 - total flux cleaned = -0.00265761 Jy ! Component: 2000 - total flux cleaned = -0.00270997 Jy ! Total flux subtracted in 2048 components = -0.002736 Jy ! Clean residual min=-0.001467 max=0.001335 Jy/beam ! Clean residual mean=-0.000006 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.239906 Jy keep ! Adding 131 model components to the UV plane model. ! The established model now contains 194 components and 0.239906 Jy ![Exited script file: muppet] wmap "J0957-1350_X_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8341 x 2.084 at -1.724 degrees (North through East) ! Clean map min=-0.0026395 max=0.20815 Jy/beam ! Writing clean map to FITS file: J0957-1350_X_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.208147 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000491905 device "J0957-1350_X_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J0957-1350_X_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.708979 0.708979 1.41796 2.83592 5.67183 11.3437 22.6873 45.3746 90.7493 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.208 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.8341 x 2.084 at -1.724 degrees (North through East) ! Clean map min=-0.0026395 max=0.20815 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0957-1350_X_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J0957-1350_X_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0957-1350_X_2005_07_20_yyk_uvs.log closed on Fri Jan 20 10:16:19 2006