! Started logfile: J1006-2159_X_1997_07_02_yyk_uvs.log on Mon Jan 8 04:43:11 2007 obs J1006-2159_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J1006-2159_X_1997_07_02_yyk_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.652006 visibilities/baseline/integration-bin. ! Found source: J1006-2159 ! ! 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.15447e+09 8e+06 1 8e+06 ! 02 2 8.23447e+09 8e+06 1 8e+06 ! 03 3 8.41447e+09 8e+06 1 8e+06 ! 04 4 8.55447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 753 lines of history. ! ! Reading 16900 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 J1006-2159_X_1997_07_02_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.505903 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.7336 mas, bmaj=2.105 mas, bpa=-7.169 degrees ! Estimated noise=1299.23 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.385694 Jy ! Component: 100 - total flux cleaned = 0.440544 Jy ! Total flux subtracted in 100 components = 0.440544 Jy ! Clean residual min=-0.010408 max=0.013591 Jy/beam ! Clean residual mean=-0.000043 rms=0.002995 Jy/beam ! Combined flux in latest and established models = 0.440544 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.440544 Jy ! ! Correcting IF 1. ! A total of 280 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 280 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 280 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 279 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.232432Jy sigma=0.001372 ! Fit after self-cal, rms=0.232326Jy sigma=0.001371 ! Inverting map and beam ! Estimated beam: bmin=0.7336 mas, bmaj=2.105 mas, bpa=-7.169 degrees ! Estimated noise=1299.23 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.8974 mas, bmaj=2.478 mas, bpa=-5.493 degrees ! Estimated noise=890.925 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.0189709 Jy ! Component: 100 - total flux cleaned = 0.0253815 Jy ! Component: 150 - total flux cleaned = 0.0281437 Jy ! Component: 200 - total flux cleaned = 0.0288163 Jy ! Total flux subtracted in 200 components = 0.0288163 Jy ! Clean residual min=-0.008203 max=0.009962 Jy/beam ! Clean residual mean=-0.000038 rms=0.002453 Jy/beam ! Combined flux in latest and established models = 0.46936 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 24 components and 0.46936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.231593Jy sigma=0.001365 ! Fit after self-cal, rms=0.231591Jy sigma=0.001365 ! 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.8974 x 2.478 at -5.493 degrees (North through East) ! Clean map min=-0.0080153 max=0.44883 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00481 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.07 HN 1.00 KP 0.98 ! LA 1.00 MK 1.02 NL 1.00 OV 0.98 ! PT 0.97 SC 0.95 ! ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00526 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.06 HN 0.98 KP 0.97 ! LA 0.96 MK 0.99 NL 0.98 OV 1.06 ! PT 0.94 SC 1.02 ! ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.0005 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.11 HN 1.01 KP 0.96 ! LA 0.97 MK 0.98 NL 0.99 OV 0.98 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.991371 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.07 HN 1.03 KP 0.95 ! LA 0.98 MK 0.98 NL 1.02 OV 1.00 ! PT 1.02 SC 1.03 ! ! ! Fit before self-cal, rms=0.231591Jy sigma=0.001365 ! Fit after self-cal, rms=0.231284Jy sigma=0.001357 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.231284Jy sigma=0.001357 ! Fit after self-cal, rms=0.231283Jy sigma=0.001357 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8972 mas, bmaj=2.483 mas, bpa=-5.802 degrees ! Estimated noise=893.034 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.000228334 Jy ! Component: 100 - total flux cleaned = 0.000380624 Jy ! Component: 150 - total flux cleaned = 0.000384349 Jy ! Component: 200 - total flux cleaned = 0.000383576 Jy ! Total flux subtracted in 200 components = 0.000383576 Jy ! Clean residual min=-0.007262 max=0.006873 Jy/beam ! Clean residual mean=-0.000017 rms=0.001895 Jy/beam ! Combined flux in latest and established models = 0.469744 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 32 components and 0.469744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.231246Jy sigma=0.001357 ! Fit after self-cal, rms=0.231247Jy sigma=0.001357 ! 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.231247Jy sigma=0.001357 ! Fit after self-cal, rms=0.213703Jy sigma=0.001247 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) ! Added new window around map position (8.4, -14.2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0105663 Jy ! Component: 100 - total flux cleaned = 0.0124804 Jy ! Component: 150 - total flux cleaned = 0.0133136 Jy ! Component: 200 - total flux cleaned = 0.0135424 Jy ! Total flux subtracted in 200 components = 0.0135424 Jy ! Clean residual min=-0.005849 max=0.006698 Jy/beam ! Clean residual mean=-0.000009 rms=0.001573 Jy/beam ! Combined flux in latest and established models = 0.483286 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 59 components and 0.483286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213393Jy sigma=0.001245 ! Fit after self-cal, rms=0.210887Jy sigma=0.001229 ! 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.8972 x 2.483 at -5.802 degrees (North through East) ! Clean map min=-0.005346 max=0.45575 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.210887Jy sigma=0.001229 ! Fit after self-cal, rms=0.210735Jy sigma=0.001225 ! 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.210735Jy sigma=0.001225 ! Fit after self-cal, rms=0.210085Jy sigma=0.001221 ! Inverting map and beam ! Estimated beam: bmin=0.8992 mas, bmaj=2.485 mas, bpa=-5.537 degrees ! Estimated noise=889.415 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00349976 Jy ! Component: 100 - total flux cleaned = -0.00445355 Jy ! Component: 150 - total flux cleaned = -0.00473583 Jy ! Component: 200 - total flux cleaned = -0.00491356 Jy ! Total flux subtracted in 200 components = -0.00491356 Jy ! Clean residual min=-0.003332 max=0.003344 Jy/beam ! Clean residual mean=-0.000023 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.478373 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 77 components and 0.478373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210023Jy sigma=0.001220 ! Fit after self-cal, rms=0.209735Jy sigma=0.001219 ! 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.209735Jy sigma=0.001219 ! Fit after self-cal, rms=0.209744Jy sigma=0.001217 ! 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.209744Jy sigma=0.001217 ! Fit after self-cal, rms=0.209592Jy sigma=0.001216 ! Inverting map and beam ! Estimated beam: bmin=0.8998 mas, bmaj=2.485 mas, bpa=-5.444 degrees ! Estimated noise=889.147 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00121009 Jy ! Component: 100 - total flux cleaned = -0.00165737 Jy ! Component: 150 - total flux cleaned = -0.00186503 Jy ! Component: 200 - total flux cleaned = -0.00195318 Jy ! Total flux subtracted in 200 components = -0.00195318 Jy ! Clean residual min=-0.003257 max=0.003159 Jy/beam ! Clean residual mean=-0.000020 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.476419 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 89 components and 0.476419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209568Jy sigma=0.001216 ! Fit after self-cal, rms=0.209468Jy sigma=0.001215 ! 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.114 mas, bmaj=4.634 mas, bpa=-6.204 degrees ! Estimated noise=1141.53 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.00108296 Jy ! Component: 100 - total flux cleaned = -0.00128155 Jy ! Component: 150 - total flux cleaned = -0.00134952 Jy ! Component: 200 - total flux cleaned = -0.00144096 Jy ! Total flux subtracted in 200 components = -0.00144096 Jy ! Clean residual min=-0.003534 max=0.003136 Jy/beam ! Clean residual mean=-0.000037 rms=0.000999 Jy/beam ! Combined flux in latest and established models = 0.474978 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 97 components and 0.474978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209466Jy sigma=0.001215 ! Fit after self-cal, rms=0.209401Jy sigma=0.001215 ! 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.7348 mas, bmaj=2.104 mas, bpa=-7.079 degrees ! Estimated noise=1301.15 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.394027 Jy ! Component: 100 - total flux cleaned = 0.450793 Jy ! Component: 150 - total flux cleaned = 0.467361 Jy ! Component: 200 - total flux cleaned = 0.470378 Jy ! Total flux subtracted in 200 components = 0.470378 Jy ! Clean residual min=-0.006011 max=0.005000 Jy/beam ! Clean residual mean=-0.000016 rms=0.001491 Jy/beam ! Combined flux in latest and established models = 0.470378 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.470378 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8998 mas, bmaj=2.485 mas, bpa=-5.444 degrees ! Estimated noise=889.147 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.00327311 Jy ! Component: 100 - total flux cleaned = 0.00438553 Jy ! Component: 150 - total flux cleaned = 0.00488239 Jy ! Component: 200 - total flux cleaned = 0.00520246 Jy ! Total flux subtracted in 200 components = 0.00520246 Jy ! Clean residual min=-0.003651 max=0.003282 Jy/beam ! Clean residual mean=-0.000020 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.475581 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 38 components and 0.475581 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.114 mas, bmaj=4.634 mas, bpa=-6.204 degrees ! Estimated noise=1141.53 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 = -4.77869e-05 Jy ! Component: 100 - total flux cleaned = 1.18196e-06 Jy ! Component: 150 - total flux cleaned = -9.28417e-05 Jy ! Component: 200 - total flux cleaned = -0.000170978 Jy ! Total flux subtracted in 200 components = -0.000170978 Jy ! Clean residual min=-0.003692 max=0.003264 Jy/beam ! Clean residual mean=-0.000038 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.47541 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 48 components and 0.47541 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8998 mas, bmaj=2.485 mas, bpa=-5.444 degrees ! Estimated noise=889.147 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.2823e-05 Jy ! Component: 100 - total flux cleaned = 1.44343e-05 Jy ! Component: 150 - total flux cleaned = -4.25318e-05 Jy ! Component: 200 - total flux cleaned = -0.00014421 Jy ! Total flux subtracted in 200 components = -0.00014421 Jy ! Clean residual min=-0.003383 max=0.003383 Jy/beam ! Clean residual mean=-0.000017 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.475266 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 56 components and 0.475266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209419Jy sigma=0.001215 ! Fit after self-cal, rms=0.209372Jy sigma=0.001215 wmodel J1006-2159_X_1997_07_02_yyk\_map.mod ! Writing 56 model components to file: J1006-2159_X_1997_07_02_yyk_map.mod wobs J1006-2159_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J1006-2159_X_1997_07_02_yyk_uvs.fits wwins J1006-2159_X_1997_07_02_yyk\_map.win ! wwins: Wrote 2 windows to J1006-2159_X_1997_07_02_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.000471648 Jy ! Component: 100 - total flux cleaned = 0.000839055 Jy ! Component: 150 - total flux cleaned = 0.000740002 Jy ! Component: 200 - total flux cleaned = 0.000555185 Jy ! Component: 250 - total flux cleaned = 0.000332908 Jy ! Component: 300 - total flux cleaned = 0.000119615 Jy ! Component: 350 - total flux cleaned = -0.000125461 Jy ! Component: 400 - total flux cleaned = -0.000402449 Jy ! Component: 450 - total flux cleaned = -0.00059563 Jy ! Component: 500 - total flux cleaned = -0.000745734 Jy ! Component: 550 - total flux cleaned = -0.00081938 Jy ! Component: 600 - total flux cleaned = -0.000926493 Jy ! Component: 650 - total flux cleaned = -0.000925853 Jy ! Component: 700 - total flux cleaned = -0.00102925 Jy ! Component: 750 - total flux cleaned = -0.00112995 Jy ! Component: 800 - total flux cleaned = -0.00119567 Jy ! Component: 850 - total flux cleaned = -0.00113071 Jy ! Component: 900 - total flux cleaned = -0.00116339 Jy ! Component: 950 - total flux cleaned = -0.00125734 Jy ! Component: 1000 - total flux cleaned = -0.0011641 Jy ! Component: 1050 - total flux cleaned = -0.0011035 Jy ! Component: 1100 - total flux cleaned = -0.00101428 Jy ! Component: 1150 - total flux cleaned = -0.00101473 Jy ! Component: 1200 - total flux cleaned = -0.00101544 Jy ! Component: 1250 - total flux cleaned = -0.00104385 Jy ! Component: 1300 - total flux cleaned = -0.00107197 Jy ! Component: 1350 - total flux cleaned = -0.00112683 Jy ! Component: 1400 - total flux cleaned = -0.00101759 Jy ! Component: 1450 - total flux cleaned = -0.00109838 Jy ! Component: 1500 - total flux cleaned = -0.00109809 Jy ! Component: 1550 - total flux cleaned = -0.00109802 Jy ! Component: 1600 - total flux cleaned = -0.00115 Jy ! Component: 1650 - total flux cleaned = -0.00117544 Jy ! Component: 1700 - total flux cleaned = -0.00117539 Jy ! Component: 1750 - total flux cleaned = -0.00117484 Jy ! Component: 1800 - total flux cleaned = -0.00112542 Jy ! Component: 1850 - total flux cleaned = -0.00102812 Jy ! Component: 1900 - total flux cleaned = -0.00107629 Jy ! Component: 1950 - total flux cleaned = -0.00110003 Jy ! Component: 2000 - total flux cleaned = -0.00102908 Jy ! Total flux subtracted in 2048 components = -0.000912654 Jy ! Clean residual min=-0.001323 max=0.001474 Jy/beam ! Clean residual mean=-0.000002 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.474353 Jy keep ! Adding 137 model components to the UV plane model. ! The established model now contains 193 components and 0.474353 Jy ![Exited script file: muppet] wmap "J1006-2159_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8998 x 2.485 at -5.444 degrees (North through East) ! Clean map min=-0.0044765 max=0.45715 Jy/beam ! Writing clean map to FITS file: J1006-2159_X_1997_07_02_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.457155 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000446244 device "J1006-2159_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J1006-2159_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.29284 0.29284 0.58568 1.17136 2.34272 4.68544 9.37089 18.7418 37.4836 74.9671 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.457 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.8998 x 2.485 at -5.444 degrees (North through East) ! Clean map min=-0.0044765 max=0.45715 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1006-2159_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J1006-2159_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1006-2159_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 04:43:21 2007