! Started logfile: J1217-0029_X_1997_05_07_yyk_uvs.log on Mon Jan 8 05:40:11 2007 obs J1217-0029_X_1997_05_07_yyk_uva.fits ! Reading UV FITS file: J1217-0029_X_1997_05_07_yyk_uva.fits ! AN table 1: 137 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.909327 visibilities/baseline/integration-bin. ! Found source: J1217-0029 ! ! 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 613 lines of history. ! ! Reading 22424 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 J1217-0029_X_1997_05_07_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.282932 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.7373 mas, bmaj=1.854 mas, bpa=-1.785 degrees ! Estimated noise=993.794 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.178706 Jy ! Component: 100 - total flux cleaned = 0.20399 Jy ! Total flux subtracted in 100 components = 0.20399 Jy ! Clean residual min=-0.005378 max=0.009250 Jy/beam ! Clean residual mean=-0.000050 rms=0.001668 Jy/beam ! Combined flux in latest and established models = 0.20399 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.20399 Jy ! ! Correcting IF 1. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.190873Jy sigma=0.001230 ! Fit after self-cal, rms=0.190804Jy sigma=0.001229 ! Inverting map and beam ! Estimated beam: bmin=0.7373 mas, bmaj=1.854 mas, bpa=-1.785 degrees ! Estimated noise=1011.68 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.9089 mas, bmaj=2.21 mas, bpa=-2.541 degrees ! Estimated noise=687.219 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.0144253 Jy ! Component: 100 - total flux cleaned = 0.0207305 Jy ! Component: 150 - total flux cleaned = 0.0239498 Jy ! Component: 200 - total flux cleaned = 0.0256323 Jy ! Total flux subtracted in 200 components = 0.0256323 Jy ! Clean residual min=-0.004930 max=0.006041 Jy/beam ! Clean residual mean=-0.000039 rms=0.001278 Jy/beam ! Combined flux in latest and established models = 0.229623 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 36 model components to the UV plane model. ! The established model now contains 42 components and 0.229623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.190302Jy sigma=0.001224 ! Fit after self-cal, rms=0.190298Jy sigma=0.001224 ! 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.9089 x 2.21 at -2.541 degrees (North through East) ! Clean map min=-0.0044502 max=0.21061 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.989798 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 HN 1.00 KP 1.00 ! LA 1.03 MK 1.05 NL 1.08 OV 1.03 ! PT 0.95 SC 0.98 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.992229 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.02 HN 1.01 KP 1.02 ! LA 0.99 MK 1.01 NL 1.04 OV 1.04 ! PT 0.92 SC 1.03 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.994472 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.02 HN 0.98 KP 0.99 ! LA 1.00 MK 1.05 NL 1.05 OV 0.99 ! PT 0.95 SC 1.07 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00076 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 1.00 KP 0.99 ! LA 0.99 MK 1.05 NL 1.03 OV 1.02 ! PT 0.96 SC 0.98 ! ! ! Fit before self-cal, rms=0.190298Jy sigma=0.001224 ! Fit after self-cal, rms=0.191100Jy sigma=0.001222 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.191100Jy sigma=0.001222 ! Fit after self-cal, rms=0.191100Jy sigma=0.001222 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9289 mas, bmaj=2.238 mas, bpa=-2.108 degrees ! Estimated noise=681.528 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.00328548 Jy ! Component: 100 - total flux cleaned = -0.00445778 Jy ! Component: 150 - total flux cleaned = -0.00455366 Jy ! Component: 200 - total flux cleaned = -0.00458255 Jy ! Total flux subtracted in 200 components = -0.00458255 Jy ! Clean residual min=-0.003871 max=0.005347 Jy/beam ! Clean residual mean=-0.000023 rms=0.001085 Jy/beam ! Combined flux in latest and established models = 0.22504 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 55 components and 0.22504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191064Jy sigma=0.001222 ! Fit after self-cal, rms=0.191061Jy sigma=0.001222 ! 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.191061Jy sigma=0.001222 ! Fit after self-cal, rms=0.189069Jy sigma=0.001211 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 (-14.8, 14.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00549062 Jy ! Component: 100 - total flux cleaned = 0.00711299 Jy ! Component: 150 - total flux cleaned = 0.00792118 Jy ! Component: 200 - total flux cleaned = 0.008371 Jy ! Total flux subtracted in 200 components = 0.008371 Jy ! Clean residual min=-0.003500 max=0.003326 Jy/beam ! Clean residual mean=-0.000012 rms=0.000863 Jy/beam ! Combined flux in latest and established models = 0.233411 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 74 components and 0.233411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.188962Jy sigma=0.001210 ! Fit after self-cal, rms=0.188448Jy sigma=0.001207 ! 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.9289 x 2.238 at -2.108 degrees (North through East) ! Clean map min=-0.0031877 max=0.21079 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.188448Jy sigma=0.001207 ! Fit after self-cal, rms=0.192814Jy sigma=0.001206 ! 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.192814Jy sigma=0.001206 ! Fit after self-cal, rms=0.192614Jy sigma=0.001205 ! Inverting map and beam ! Estimated beam: bmin=0.9222 mas, bmaj=2.243 mas, bpa=-2.395 degrees ! Estimated noise=677.874 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00047809 Jy ! Component: 100 - total flux cleaned = 0.000263079 Jy ! Component: 150 - total flux cleaned = 0.000310905 Jy ! Component: 200 - total flux cleaned = 0.000310566 Jy ! Total flux subtracted in 200 components = 0.000310566 Jy ! Clean residual min=-0.002600 max=0.002843 Jy/beam ! Clean residual mean=-0.000001 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.233722 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 92 components and 0.233722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192593Jy sigma=0.001205 ! Fit after self-cal, rms=0.192489Jy sigma=0.001204 ! 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.192489Jy sigma=0.001204 ! Fit after self-cal, rms=0.192662Jy sigma=0.001203 ! 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.192662Jy sigma=0.001203 ! Fit after self-cal, rms=0.192613Jy sigma=0.001203 ! Inverting map and beam ! Estimated beam: bmin=0.9231 mas, bmaj=2.243 mas, bpa=-2.314 degrees ! Estimated noise=677.769 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 7.23772e-05 Jy ! Component: 100 - total flux cleaned = 7.23524e-05 Jy ! Component: 150 - total flux cleaned = 7.11354e-05 Jy ! Component: 200 - total flux cleaned = 3.52374e-05 Jy ! Total flux subtracted in 200 components = 3.52374e-05 Jy ! Clean residual min=-0.002617 max=0.002916 Jy/beam ! Clean residual mean=-0.000001 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.233757 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 103 components and 0.233757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192601Jy sigma=0.001203 ! Fit after self-cal, rms=0.192564Jy sigma=0.001202 ! 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.35 mas, bmaj=3.645 mas, bpa=-3.554 degrees ! Estimated noise=868.709 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.000258188 Jy ! Component: 100 - total flux cleaned = 0.000168927 Jy ! Component: 150 - total flux cleaned = 1.14608e-05 Jy ! Component: 200 - total flux cleaned = -5.87901e-05 Jy ! Total flux subtracted in 200 components = -5.87901e-05 Jy ! Clean residual min=-0.003612 max=0.002921 Jy/beam ! Clean residual mean=-0.000004 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.233698 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 114 components and 0.233698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192565Jy sigma=0.001202 ! Fit after self-cal, rms=0.192535Jy sigma=0.001202 ! 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.7421 mas, bmaj=1.863 mas, bpa=-1.507 degrees ! Estimated noise=1033.61 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.181655 Jy ! Component: 100 - total flux cleaned = 0.207123 Jy ! Component: 150 - total flux cleaned = 0.214546 Jy ! Component: 200 - total flux cleaned = 0.218814 Jy ! Total flux subtracted in 200 components = 0.218814 Jy ! Clean residual min=-0.003825 max=0.003843 Jy/beam ! Clean residual mean=-0.000018 rms=0.001015 Jy/beam ! Combined flux in latest and established models = 0.218813 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.218813 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9231 mas, bmaj=2.243 mas, bpa=-2.314 degrees ! Estimated noise=677.769 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.00519636 Jy ! Component: 100 - total flux cleaned = 0.008476 Jy ! Component: 150 - total flux cleaned = 0.0104304 Jy ! Component: 200 - total flux cleaned = 0.0113603 Jy ! Total flux subtracted in 200 components = 0.0113603 Jy ! Clean residual min=-0.002671 max=0.002856 Jy/beam ! Clean residual mean=-0.000009 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.230174 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 47 components and 0.230174 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.35 mas, bmaj=3.645 mas, bpa=-3.554 degrees ! Estimated noise=868.709 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.00205529 Jy ! Component: 100 - total flux cleaned = 0.00253945 Jy ! Component: 150 - total flux cleaned = 0.00285477 Jy ! Component: 200 - total flux cleaned = 0.00303216 Jy ! Total flux subtracted in 200 components = 0.00303216 Jy ! Clean residual min=-0.003549 max=0.002838 Jy/beam ! Clean residual mean=-0.000006 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.233206 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 66 components and 0.233206 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9231 mas, bmaj=2.243 mas, bpa=-2.314 degrees ! Estimated noise=677.769 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000236311 Jy ! Component: 100 - total flux cleaned = -0.000335469 Jy ! Component: 150 - total flux cleaned = -0.000378143 Jy ! Component: 200 - total flux cleaned = -0.000337754 Jy ! Total flux subtracted in 200 components = -0.000337754 Jy ! Clean residual min=-0.002581 max=0.002732 Jy/beam ! Clean residual mean=-0.000003 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.232868 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 83 components and 0.232868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192542Jy sigma=0.001202 ! Fit after self-cal, rms=0.192516Jy sigma=0.001202 wmodel J1217-0029_X_1997_05_07_yyk\_map.mod ! Writing 83 model components to file: J1217-0029_X_1997_05_07_yyk_map.mod wobs J1217-0029_X_1997_05_07_yyk\_uvs.fits ! Writing UV FITS file: J1217-0029_X_1997_05_07_yyk_uvs.fits wwins J1217-0029_X_1997_05_07_yyk\_map.win ! wwins: Wrote 2 windows to J1217-0029_X_1997_05_07_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.000645227 Jy ! Component: 100 - total flux cleaned = 0.00103317 Jy ! Component: 150 - total flux cleaned = 0.0013527 Jy ! Component: 200 - total flux cleaned = 0.0016915 Jy ! Component: 250 - total flux cleaned = 0.00201636 Jy ! Component: 300 - total flux cleaned = 0.00229585 Jy ! Component: 350 - total flux cleaned = 0.0023637 Jy ! Component: 400 - total flux cleaned = 0.00226492 Jy ! Component: 450 - total flux cleaned = 0.00223327 Jy ! Component: 500 - total flux cleaned = 0.00213902 Jy ! Component: 550 - total flux cleaned = 0.00216956 Jy ! Component: 600 - total flux cleaned = 0.00207831 Jy ! Component: 650 - total flux cleaned = 0.00195994 Jy ! Component: 700 - total flux cleaned = 0.00187284 Jy ! Component: 750 - total flux cleaned = 0.00173116 Jy ! Component: 800 - total flux cleaned = 0.00178626 Jy ! Component: 850 - total flux cleaned = 0.00178569 Jy ! Component: 900 - total flux cleaned = 0.00170564 Jy ! Component: 950 - total flux cleaned = 0.00189031 Jy ! Component: 1000 - total flux cleaned = 0.0020201 Jy ! Component: 1050 - total flux cleaned = 0.00212225 Jy ! Component: 1100 - total flux cleaned = 0.00217252 Jy ! Component: 1150 - total flux cleaned = 0.00234645 Jy ! Component: 1200 - total flux cleaned = 0.00244432 Jy ! Component: 1250 - total flux cleaned = 0.00251671 Jy ! Component: 1300 - total flux cleaned = 0.00261202 Jy ! Component: 1350 - total flux cleaned = 0.00272963 Jy ! Component: 1400 - total flux cleaned = 0.00282321 Jy ! Component: 1450 - total flux cleaned = 0.00289235 Jy ! Component: 1500 - total flux cleaned = 0.00302922 Jy ! Component: 1550 - total flux cleaned = 0.00311969 Jy ! Component: 1600 - total flux cleaned = 0.00327558 Jy ! Component: 1650 - total flux cleaned = 0.00338551 Jy ! Component: 1700 - total flux cleaned = 0.00351626 Jy ! Component: 1750 - total flux cleaned = 0.00362436 Jy ! Component: 1800 - total flux cleaned = 0.00377424 Jy ! Component: 1850 - total flux cleaned = 0.00392274 Jy ! Component: 1900 - total flux cleaned = 0.00400693 Jy ! Component: 1950 - total flux cleaned = 0.00413191 Jy ! Component: 2000 - total flux cleaned = 0.00425566 Jy ! Total flux subtracted in 2048 components = 0.0043781 Jy ! Clean residual min=-0.001411 max=0.001169 Jy/beam ! Clean residual mean=0.000000 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.237246 Jy keep ! Adding 157 model components to the UV plane model. ! The established model now contains 240 components and 0.237246 Jy ![Exited script file: muppet] wmap "J1217-0029_X_1997_05_07_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9231 x 2.243 at -2.314 degrees (North through East) ! Clean map min=-0.0019136 max=0.21153 Jy/beam ! Writing clean map to FITS file: J1217-0029_X_1997_05_07_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.211526 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000393347 device "J1217-0029_X_1997_05_07_yyk\_map.eps/VPS" ! Attempting to open device: 'J1217-0029_X_1997_05_07_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.557869 0.557869 1.11574 2.23148 4.46296 8.92591 17.8518 35.7036 71.4073 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.211 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.9231 x 2.243 at -2.314 degrees (North through East) ! Clean map min=-0.0019136 max=0.21153 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1217-0029_X_1997_05_07_yyk\_map.gif/gif" ! Attempting to open device: 'J1217-0029_X_1997_05_07_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1217-0029_X_1997_05_07_yyk_uvs.log closed on Mon Jan 8 05:40:21 2007