! Started logfile: J0050-0929_X_2005_07_09_yyk_uvs.log on Fri Jan 20 09:42:11 2006 obs J0050-0929_X_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J0050-0929_X_2005_07_09_yyk_uve.fits ! AN table 1: 4 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.938889 visibilities/baseline/integration-bin. ! Found source: J0050-0929 ! ! 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 1480 lines of history. ! ! Reading 676 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 J0050-0929_X_2005_07_09_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.606363 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.7196 mas, bmaj=1.841 mas, bpa=-2.686 degrees ! Estimated noise=1.87963 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.515074 Jy ! Component: 100 - total flux cleaned = 0.585485 Jy ! Total flux subtracted in 100 components = 0.585485 Jy ! Clean residual min=-0.013784 max=0.021179 Jy/beam ! Clean residual mean=-0.000019 rms=0.003849 Jy/beam ! Combined flux in latest and established models = 0.585485 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.585485 Jy ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.077481Jy sigma=1.438731 ! Fit after self-cal, rms=0.077343Jy sigma=1.433717 ! Inverting map and beam ! Estimated beam: bmin=0.7196 mas, bmaj=1.841 mas, bpa=-2.686 degrees ! Estimated noise=1.87963 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.8731 mas, bmaj=2.122 mas, bpa=-3.097 degrees ! Estimated noise=1.55439 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.0281266 Jy ! Component: 100 - total flux cleaned = 0.0388085 Jy ! Component: 150 - total flux cleaned = 0.0432418 Jy ! Component: 200 - total flux cleaned = 0.0449761 Jy ! Total flux subtracted in 200 components = 0.0449761 Jy ! Clean residual min=-0.014032 max=0.010224 Jy/beam ! Clean residual mean=-0.000017 rms=0.002815 Jy/beam ! Combined flux in latest and established models = 0.630461 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 39 components and 0.630461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070075Jy sigma=1.292768 ! Fit after self-cal, rms=0.070065Jy sigma=1.292393 ! 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.8731 x 2.122 at -3.097 degrees (North through East) ! Clean map min=-0.013147 max=0.59685 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.00533 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00 HN 1.04 KP 0.97 ! LA 0.99 MK 1.00 NL 1.02 OV 1.03 ! PT 0.96 SC 0.97 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.02025 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00 HN 1.01 KP 0.90 ! LA 0.98 MK 0.99 NL 0.97 OV 0.99 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.0106 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.01 HN 0.94 KP 0.87 ! LA 1.00 MK 1.02 NL 1.00 OV 1.03 ! PT 1.05 SC 0.93 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.955355 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.04 HN 1.01 KP 1.01 ! LA 0.98 MK 1.03 NL 1.01 OV 1.04 ! PT 1.10 SC 1.20 ! ! ! Fit before self-cal, rms=0.070065Jy sigma=1.292393 ! Fit after self-cal, rms=0.061022Jy sigma=1.116285 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.061022Jy sigma=1.116285 ! Fit after self-cal, rms=0.061026Jy sigma=1.116108 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8781 mas, bmaj=2.135 mas, bpa=-3.005 degrees ! Estimated noise=1.5532 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.00205843 Jy ! Component: 100 - total flux cleaned = -0.00222969 Jy ! Component: 150 - total flux cleaned = -0.00222709 Jy ! Component: 200 - total flux cleaned = -0.00219015 Jy ! Total flux subtracted in 200 components = -0.00219015 Jy ! Clean residual min=-0.008523 max=0.006933 Jy/beam ! Clean residual mean=0.000002 rms=0.001694 Jy/beam ! Combined flux in latest and established models = 0.628271 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.628271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060982Jy sigma=1.114122 ! Fit after self-cal, rms=0.060985Jy sigma=1.113924 ! 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.060985Jy sigma=1.113924 ! Fit after self-cal, rms=0.059792Jy sigma=1.093262 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 = 3.494e-05 Jy ! Component: 100 - total flux cleaned = 9.55122e-05 Jy ! Component: 150 - total flux cleaned = 0.000178783 Jy ! Component: 200 - total flux cleaned = 0.000228344 Jy ! Total flux subtracted in 200 components = 0.000228344 Jy ! Clean residual min=-0.008553 max=0.006917 Jy/beam ! Clean residual mean=0.000002 rms=0.001693 Jy/beam ! Combined flux in latest and established models = 0.628499 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 45 components and 0.628499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059789Jy sigma=1.092860 ! Fit after self-cal, rms=0.059731Jy sigma=1.091999 ! 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.8781 x 2.135 at -3.005 degrees (North through East) ! Clean map min=-0.0078193 max=0.59697 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.059731Jy sigma=1.091999 ! Fit after self-cal, rms=0.052051Jy sigma=0.935328 ! 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.052051Jy sigma=0.935328 ! Fit after self-cal, rms=0.052046Jy sigma=0.935272 ! Inverting map and beam ! Estimated beam: bmin=0.8792 mas, bmaj=2.137 mas, bpa=-3.044 degrees ! Estimated noise=1.55195 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000388498 Jy ! Component: 100 - total flux cleaned = 0.000490543 Jy ! Component: 150 - total flux cleaned = 0.000580313 Jy ! Component: 200 - total flux cleaned = 0.000633876 Jy ! Total flux subtracted in 200 components = 0.000633876 Jy ! Clean residual min=-0.005618 max=0.005370 Jy/beam ! Clean residual mean=-0.000005 rms=0.001434 Jy/beam ! Combined flux in latest and established models = 0.629133 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 50 components and 0.629133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052036Jy sigma=0.934661 ! Fit after self-cal, rms=0.052036Jy sigma=0.934645 ! 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.052036Jy sigma=0.934645 ! Fit after self-cal, rms=0.051313Jy sigma=0.920644 ! 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.051313Jy sigma=0.920644 ! Fit after self-cal, rms=0.051313Jy sigma=0.920643 ! Inverting map and beam ! Estimated beam: bmin=0.8796 mas, bmaj=2.138 mas, bpa=-3.055 degrees ! Estimated noise=1.55172 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -3.84088e-06 Jy ! Component: 100 - total flux cleaned = -3.40273e-06 Jy ! Component: 150 - total flux cleaned = 1.92657e-05 Jy ! Component: 200 - total flux cleaned = 6.2381e-05 Jy ! Total flux subtracted in 200 components = 6.2381e-05 Jy ! Clean residual min=-0.005635 max=0.005362 Jy/beam ! Clean residual mean=-0.000006 rms=0.001428 Jy/beam ! Combined flux in latest and established models = 0.629196 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 53 components and 0.629195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051316Jy sigma=0.920335 ! Fit after self-cal, rms=0.051316Jy sigma=0.920326 ! 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.235 mas, bmaj=3.941 mas, bpa=-5.364 degrees ! Estimated noise=2.02722 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.000912318 Jy ! Component: 100 - total flux cleaned = 0.00109235 Jy ! Component: 150 - total flux cleaned = 0.00125134 Jy ! Component: 200 - total flux cleaned = 0.0013897 Jy ! Total flux subtracted in 200 components = 0.0013897 Jy ! Clean residual min=-0.006187 max=0.004946 Jy/beam ! Clean residual mean=-0.000016 rms=0.001786 Jy/beam ! Combined flux in latest and established models = 0.630585 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 54 components and 0.630585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051344Jy sigma=0.920573 ! Fit after self-cal, rms=0.051355Jy sigma=0.920382 ! 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.7229 mas, bmaj=1.845 mas, bpa=-2.583 degrees ! Estimated noise=1.88552 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.516776 Jy ! Component: 100 - total flux cleaned = 0.58688 Jy ! Component: 150 - total flux cleaned = 0.607381 Jy ! Component: 200 - total flux cleaned = 0.617375 Jy ! Total flux subtracted in 200 components = 0.617375 Jy ! Clean residual min=-0.007411 max=0.006184 Jy/beam ! Clean residual mean=-0.000003 rms=0.001817 Jy/beam ! Combined flux in latest and established models = 0.617375 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.617375 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8796 mas, bmaj=2.138 mas, bpa=-3.055 degrees ! Estimated noise=1.55172 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.00716206 Jy ! Component: 100 - total flux cleaned = 0.0101846 Jy ! Component: 150 - total flux cleaned = 0.0108304 Jy ! Component: 200 - total flux cleaned = 0.0111689 Jy ! Total flux subtracted in 200 components = 0.0111689 Jy ! Clean residual min=-0.005725 max=0.005515 Jy/beam ! Clean residual mean=-0.000006 rms=0.001446 Jy/beam ! Combined flux in latest and established models = 0.628544 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 49 components and 0.628544 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.235 mas, bmaj=3.941 mas, bpa=-5.364 degrees ! Estimated noise=2.02722 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.00152607 Jy ! Component: 100 - total flux cleaned = 0.00171155 Jy ! Component: 150 - total flux cleaned = 0.00183685 Jy ! Component: 200 - total flux cleaned = 0.00198646 Jy ! Total flux subtracted in 200 components = 0.00198646 Jy ! Clean residual min=-0.006155 max=0.004948 Jy/beam ! Clean residual mean=-0.000016 rms=0.001785 Jy/beam ! Combined flux in latest and established models = 0.630531 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 51 components and 0.630531 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8796 mas, bmaj=2.138 mas, bpa=-3.055 degrees ! Estimated noise=1.55172 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000185982 Jy ! Component: 100 - total flux cleaned = -0.00027767 Jy ! Component: 150 - total flux cleaned = -0.000419892 Jy ! Component: 200 - total flux cleaned = -0.000450071 Jy ! Total flux subtracted in 200 components = -0.000450071 Jy ! Clean residual min=-0.005530 max=0.005550 Jy/beam ! Clean residual mean=-0.000006 rms=0.001430 Jy/beam ! Combined flux in latest and established models = 0.630081 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 57 components and 0.630081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051371Jy sigma=0.920927 ! Fit after self-cal, rms=0.051378Jy sigma=0.920857 wmodel J0050-0929_X_2005_07_09_yyk\_map.mod ! Writing 57 model components to file: J0050-0929_X_2005_07_09_yyk_map.mod wobs J0050-0929_X_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J0050-0929_X_2005_07_09_yyk_uvs.fits wwins J0050-0929_X_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J0050-0929_X_2005_07_09_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.000891024 Jy ! Component: 100 - total flux cleaned = -0.00132939 Jy ! Component: 150 - total flux cleaned = -0.00132816 Jy ! Component: 200 - total flux cleaned = -0.00140547 Jy ! Component: 250 - total flux cleaned = -0.00140172 Jy ! Component: 300 - total flux cleaned = -0.00146923 Jy ! Component: 350 - total flux cleaned = -0.00153511 Jy ! Component: 400 - total flux cleaned = -0.00166278 Jy ! Component: 450 - total flux cleaned = -0.00203544 Jy ! Component: 500 - total flux cleaned = -0.00209443 Jy ! Component: 550 - total flux cleaned = -0.00221 Jy ! Component: 600 - total flux cleaned = -0.0022663 Jy ! Component: 650 - total flux cleaned = -0.00226739 Jy ! Component: 700 - total flux cleaned = -0.00226996 Jy ! Component: 750 - total flux cleaned = -0.00232306 Jy ! Component: 800 - total flux cleaned = -0.00227237 Jy ! Component: 850 - total flux cleaned = -0.00242086 Jy ! Component: 900 - total flux cleaned = -0.00237196 Jy ! Component: 950 - total flux cleaned = -0.00237153 Jy ! Component: 1000 - total flux cleaned = -0.00241661 Jy ! Component: 1050 - total flux cleaned = -0.00237004 Jy ! Component: 1100 - total flux cleaned = -0.00245894 Jy ! Component: 1150 - total flux cleaned = -0.0025897 Jy ! Component: 1200 - total flux cleaned = -0.00280343 Jy ! Component: 1250 - total flux cleaned = -0.00297081 Jy ! Component: 1300 - total flux cleaned = -0.00301156 Jy ! Component: 1350 - total flux cleaned = -0.00313337 Jy ! Component: 1400 - total flux cleaned = -0.00337178 Jy ! Component: 1450 - total flux cleaned = -0.00337198 Jy ! Component: 1500 - total flux cleaned = -0.00360278 Jy ! Component: 1550 - total flux cleaned = -0.00386732 Jy ! Component: 1600 - total flux cleaned = -0.00397858 Jy ! Component: 1650 - total flux cleaned = -0.00412561 Jy ! Component: 1700 - total flux cleaned = -0.00426991 Jy ! Component: 1750 - total flux cleaned = -0.00434155 Jy ! Component: 1800 - total flux cleaned = -0.00451673 Jy ! Component: 1850 - total flux cleaned = -0.00465456 Jy ! Component: 1900 - total flux cleaned = -0.00472243 Jy ! Component: 1950 - total flux cleaned = -0.00482302 Jy ! Component: 2000 - total flux cleaned = -0.00482296 Jy ! Total flux subtracted in 2048 components = -0.00498684 Jy ! Clean residual min=-0.001667 max=0.002134 Jy/beam ! Clean residual mean=-0.000008 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.625094 Jy keep ! Adding 135 model components to the UV plane model. ! The established model now contains 192 components and 0.625094 Jy ![Exited script file: muppet] wmap "J0050-0929_X_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8796 x 2.138 at -3.055 degrees (North through East) ! Clean map min=-0.0032703 max=0.59638 Jy/beam ! Writing clean map to FITS file: J0050-0929_X_2005_07_09_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.596378 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000563202 device "J0050-0929_X_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J0050-0929_X_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.283311 0.283311 0.566622 1.13324 2.26649 4.53297 9.06595 18.1319 36.2638 72.5276 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.596 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.8796 x 2.138 at -3.055 degrees (North through East) ! Clean map min=-0.0032703 max=0.59638 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0050-0929_X_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J0050-0929_X_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0050-0929_X_2005_07_09_yyk_uvs.log closed on Fri Jan 20 09:42:15 2006