! Started logfile: J0611-1155_X_2005_07_09_yyk_uvs.log on Fri Jan 20 11:16:34 2006 obs J0611-1155_X_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J0611-1155_X_2005_07_09_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.697778 visibilities/baseline/integration-bin. ! Found source: J0611-1155 ! ! 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 1256 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 J0611-1155_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 = 256x256 pixels with 0.400x0.400 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.12953 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.091 mas, bmaj=4.03 mas, bpa=2.622 degrees ! Estimated noise=1.79439 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.090811 Jy ! Component: 100 - total flux cleaned = 0.113381 Jy ! Total flux subtracted in 100 components = 0.113381 Jy ! Clean residual min=-0.007703 max=0.011688 Jy/beam ! Clean residual mean=-0.000016 rms=0.002671 Jy/beam ! Combined flux in latest and established models = 0.113381 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.113381 Jy ! ! Correcting IF 1. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.068934Jy sigma=1.254741 ! Fit after self-cal, rms=0.066989Jy sigma=1.206057 ! Inverting map and beam ! Estimated beam: bmin=2.092 mas, bmaj=4.035 mas, bpa=2.536 degrees ! Estimated noise=1.80016 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.382 mas, bmaj=4.497 mas, bpa=0.9072 degrees ! Estimated noise=1.37321 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.0167124 Jy ! Component: 100 - total flux cleaned = 0.0245242 Jy ! Component: 150 - total flux cleaned = 0.0289142 Jy ! Component: 200 - total flux cleaned = 0.0314795 Jy ! Total flux subtracted in 200 components = 0.0314795 Jy ! Clean residual min=-0.005749 max=0.006485 Jy/beam ! Clean residual mean=-0.000005 rms=0.001758 Jy/beam ! Combined flux in latest and established models = 0.14486 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 20 components and 0.14486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065174Jy sigma=1.143925 ! Fit after self-cal, rms=0.065043Jy sigma=1.142915 ! 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.382 x 4.497 at 0.9072 degrees (North through East) ! Clean map min=-0.0054396 max=0.11095 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 0.997036 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.03 HN 1.00* KP 0.95 ! LA 1.02 MK 1.00* NL 1.02 OV 1.12 ! PT 0.97 SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01298 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.09 HN 1.00* KP 0.88 ! LA 1.05 MK 1.00* NL 1.04 OV 0.99 ! PT 0.90 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.00388 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.01 HN 1.00* KP 0.84 ! LA 1.00 MK 1.00* NL 1.03 OV 1.08 ! PT 0.99 SC 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.976055 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.20 HN 1.00* KP 0.91 ! LA 0.92 MK 1.00* NL 1.03 OV 1.08 ! PT 1.15 SC 1.00* ! ! ! Fit before self-cal, rms=0.065043Jy sigma=1.142915 ! Fit after self-cal, rms=0.063931Jy sigma=1.118436 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.063931Jy sigma=1.118436 ! Fit after self-cal, rms=0.063917Jy sigma=1.118316 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.433 mas, bmaj=4.425 mas, bpa=1.702 degrees ! Estimated noise=1.36009 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.000892942 Jy ! Component: 100 - total flux cleaned = -0.00109061 Jy ! Component: 150 - total flux cleaned = -0.00130059 Jy ! Component: 200 - total flux cleaned = -0.00139206 Jy ! Total flux subtracted in 200 components = -0.00139206 Jy ! Clean residual min=-0.004237 max=0.004432 Jy/beam ! Clean residual mean=0.000019 rms=0.001335 Jy/beam ! Combined flux in latest and established models = 0.143468 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 36 components and 0.143468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063811Jy sigma=1.116402 ! Fit after self-cal, rms=0.063759Jy sigma=1.116218 ! 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.063759Jy sigma=1.116218 ! Fit after self-cal, rms=0.053742Jy sigma=0.962871 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.0031433 Jy ! Component: 100 - total flux cleaned = 0.00303597 Jy ! Component: 150 - total flux cleaned = 0.00280332 Jy ! Component: 200 - total flux cleaned = 0.0026903 Jy ! Total flux subtracted in 200 components = 0.0026903 Jy ! Clean residual min=-0.004501 max=0.004345 Jy/beam ! Clean residual mean=0.000020 rms=0.001297 Jy/beam ! Combined flux in latest and established models = 0.146159 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 47 components and 0.146159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053626Jy sigma=0.958875 ! Fit after self-cal, rms=0.052756Jy sigma=0.947542 ! 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: 2.433 x 4.425 at 1.702 degrees (North through East) ! Clean map min=-0.0045373 max=0.11457 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.052756Jy sigma=0.947542 ! Fit after self-cal, rms=0.051837Jy sigma=0.929987 ! 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.051837Jy sigma=0.929987 ! Fit after self-cal, rms=0.051809Jy sigma=0.928873 ! Inverting map and beam ! Estimated beam: bmin=2.414 mas, bmaj=4.39 mas, bpa=2.324 degrees ! Estimated noise=1.33426 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000533818 Jy ! Component: 100 - total flux cleaned = -0.00053248 Jy ! Component: 150 - total flux cleaned = -0.000564179 Jy ! Component: 200 - total flux cleaned = -0.000621059 Jy ! Total flux subtracted in 200 components = -0.000621059 Jy ! Clean residual min=-0.004351 max=0.003644 Jy/beam ! Clean residual mean=0.000012 rms=0.001154 Jy/beam ! Combined flux in latest and established models = 0.145538 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 60 components and 0.145538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051734Jy sigma=0.927823 ! Fit after self-cal, rms=0.051756Jy sigma=0.927677 ! 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.051756Jy sigma=0.927677 ! Fit after self-cal, rms=0.051856Jy sigma=0.921348 ! 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.051856Jy sigma=0.921348 ! Fit after self-cal, rms=0.051867Jy sigma=0.921233 ! Inverting map and beam ! Estimated beam: bmin=2.424 mas, bmaj=4.396 mas, bpa=1.63 degrees ! Estimated noise=1.33985 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 5.87258e-05 Jy ! Component: 100 - total flux cleaned = 8.66353e-05 Jy ! Component: 150 - total flux cleaned = 4.09548e-05 Jy ! Component: 200 - total flux cleaned = -3.27499e-07 Jy ! Total flux subtracted in 200 components = -3.27499e-07 Jy ! Clean residual min=-0.004370 max=0.003618 Jy/beam ! Clean residual mean=0.000010 rms=0.001128 Jy/beam ! Combined flux in latest and established models = 0.145537 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 68 components and 0.145537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051859Jy sigma=0.920798 ! Fit after self-cal, rms=0.051864Jy sigma=0.920777 ! 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.848 mas, bmaj=4.661 mas, bpa=4.011 degrees ! Estimated noise=1.37735 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.000700428 Jy ! Component: 100 - total flux cleaned = 0.000814424 Jy ! Component: 150 - total flux cleaned = 0.000892125 Jy ! Component: 200 - total flux cleaned = 0.000929011 Jy ! Total flux subtracted in 200 components = 0.000929011 Jy ! Clean residual min=-0.004109 max=0.003639 Jy/beam ! Clean residual mean=0.000014 rms=0.001116 Jy/beam ! Combined flux in latest and established models = 0.146466 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 73 components and 0.146466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051870Jy sigma=0.920679 ! Fit after self-cal, rms=0.051870Jy sigma=0.920660 ! 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.107 mas, bmaj=3.982 mas, bpa=2.736 degrees ! Estimated noise=1.78566 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0943347 Jy ! Component: 100 - total flux cleaned = 0.116831 Jy ! Component: 150 - total flux cleaned = 0.128082 Jy ! Component: 200 - total flux cleaned = 0.134261 Jy ! Total flux subtracted in 200 components = 0.134261 Jy ! Clean residual min=-0.005449 max=0.005011 Jy/beam ! Clean residual mean=0.000004 rms=0.001522 Jy/beam ! Combined flux in latest and established models = 0.134261 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.134261 Jy ! Inverting map and beam ! Estimated beam: bmin=2.424 mas, bmaj=4.396 mas, bpa=1.63 degrees ! Estimated noise=1.33985 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.00545038 Jy ! Component: 100 - total flux cleaned = 0.00809221 Jy ! Component: 150 - total flux cleaned = 0.00961714 Jy ! Component: 200 - total flux cleaned = 0.0100767 Jy ! Total flux subtracted in 200 components = 0.0100767 Jy ! Clean residual min=-0.004703 max=0.003797 Jy/beam ! Clean residual mean=0.000008 rms=0.001168 Jy/beam ! Combined flux in latest and established models = 0.144338 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 42 components and 0.144338 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.848 mas, bmaj=4.661 mas, bpa=4.011 degrees ! Estimated noise=1.37735 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.00114604 Jy ! Component: 100 - total flux cleaned = 0.00128565 Jy ! Component: 150 - total flux cleaned = 0.001408 Jy ! Component: 200 - total flux cleaned = 0.00151755 Jy ! Total flux subtracted in 200 components = 0.00151755 Jy ! Clean residual min=-0.004315 max=0.003463 Jy/beam ! Clean residual mean=0.000013 rms=0.001125 Jy/beam ! Combined flux in latest and established models = 0.145856 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 44 components and 0.145856 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.424 mas, bmaj=4.396 mas, bpa=1.63 degrees ! Estimated noise=1.33985 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000448833 Jy ! Component: 100 - total flux cleaned = -0.00051508 Jy ! Component: 150 - total flux cleaned = -0.000604417 Jy ! Component: 200 - total flux cleaned = -0.000660375 Jy ! Total flux subtracted in 200 components = -0.000660375 Jy ! Clean residual min=-0.004577 max=0.003526 Jy/beam ! Clean residual mean=0.000010 rms=0.001145 Jy/beam ! Combined flux in latest and established models = 0.145195 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 50 components and 0.145195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051968Jy sigma=0.922400 ! Fit after self-cal, rms=0.051958Jy sigma=0.922345 wmodel J0611-1155_X_2005_07_09_yyk\_map.mod ! Writing 50 model components to file: J0611-1155_X_2005_07_09_yyk_map.mod wobs J0611-1155_X_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J0611-1155_X_2005_07_09_yyk_uvs.fits wwins J0611-1155_X_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J0611-1155_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=1024 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00196939 Jy ! Component: 100 - total flux cleaned = -0.00272543 Jy ! Component: 150 - total flux cleaned = -0.00254558 Jy ! Component: 200 - total flux cleaned = -0.00243347 Jy ! Component: 250 - total flux cleaned = -0.00232776 Jy ! Component: 300 - total flux cleaned = -0.00199348 Jy ! Component: 350 - total flux cleaned = -0.00167891 Jy ! Component: 400 - total flux cleaned = -0.00120985 Jy ! Component: 450 - total flux cleaned = -0.000804967 Jy ! Component: 500 - total flux cleaned = -0.000495956 Jy ! Component: 550 - total flux cleaned = -0.000126764 Jy ! Component: 600 - total flux cleaned = 0.000263757 Jy ! Component: 650 - total flux cleaned = 0.000571154 Jy ! Component: 700 - total flux cleaned = 0.000769101 Jy ! Component: 750 - total flux cleaned = 0.000864797 Jy ! Component: 800 - total flux cleaned = 0.000895899 Jy ! Component: 850 - total flux cleaned = 0.000985593 Jy ! Component: 900 - total flux cleaned = 0.00101489 Jy ! Component: 950 - total flux cleaned = 0.00110039 Jy ! Component: 1000 - total flux cleaned = 0.00112849 Jy ! Total flux subtracted in 1024 components = 0.00118328 Jy ! Clean residual min=-0.001711 max=0.001493 Jy/beam ! Clean residual mean=0.000005 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.146379 Jy keep ! Adding 53 model components to the UV plane model. ! The established model now contains 103 components and 0.146379 Jy ![Exited script file: muppet] wmap "J0611-1155_X_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.424 x 4.396 at 1.63 degrees (North through East) ! Clean map min=-0.0034088 max=0.11294 Jy/beam ! Writing clean map to FITS file: J0611-1155_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.112942 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000561226 device "J0611-1155_X_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J0611-1155_X_2005_07_09_yyk_map.eps/VPS' loglevs 1*100*3*image_rms/peak_flux ! The new contour levels are: ! -1.49075 1.49075 2.9815 5.963 11.926 23.852 47.704 95.4081 print "clev=",int(1*3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.112 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.424 x 4.396 at 1.63 degrees (North through East) ! Clean map min=-0.0034088 max=0.11294 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0611-1155_X_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J0611-1155_X_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0611-1155_X_2005_07_09_yyk_uvs.log closed on Fri Jan 20 11:16:35 2006