! Started logfile: J1258-1800_X_1997_07_02_yyk_uvs.log on Mon Jan 8 05:52:45 2007 obs J1258-1800_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J1258-1800_X_1997_07_02_yyk_uva.fits ! AN table 1: 292 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.863318 visibilities/baseline/integration-bin. ! Found source: J1258-1800 ! ! 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 45376 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 J1258-1800_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.651258 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.6738 mas, bmaj=1.78 mas, bpa=-2.548 degrees ! Estimated noise=1131.46 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.46854 Jy ! Component: 100 - total flux cleaned = 0.551458 Jy ! Total flux subtracted in 100 components = 0.551458 Jy ! Clean residual min=-0.022653 max=0.029081 Jy/beam ! Clean residual mean=0.000189 rms=0.006577 Jy/beam ! Combined flux in latest and established models = 0.551459 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.551459 Jy ! ! Correcting IF 1. ! A total of 281 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 252 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 252 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 252 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.327131Jy sigma=0.002004 ! Fit after self-cal, rms=0.323105Jy sigma=0.001973 ! Inverting map and beam ! Estimated beam: bmin=0.6738 mas, bmaj=1.78 mas, bpa=-2.55 degrees ! Estimated noise=1131.52 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.8864 mas, bmaj=2.261 mas, bpa=-5.04 degrees ! Estimated noise=513.61 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.0562708 Jy ! Component: 100 - total flux cleaned = 0.0750479 Jy ! Component: 150 - total flux cleaned = 0.0828562 Jy ! Component: 200 - total flux cleaned = 0.0863136 Jy ! Total flux subtracted in 200 components = 0.0863136 Jy ! Clean residual min=-0.012005 max=0.013010 Jy/beam ! Clean residual mean=-0.000067 rms=0.003277 Jy/beam ! Combined flux in latest and established models = 0.637772 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 39 components and 0.637772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.319006Jy sigma=0.001930 ! Fit after self-cal, rms=0.318411Jy sigma=0.001926 ! 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.8864 x 2.261 at -5.04 degrees (North through East) ! Clean map min=-0.011746 max=0.5683 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.997845 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.04 HN 1.09 KP 0.99 ! LA 1.10 MK 1.02 NL 0.99 OV 0.96 ! PT 0.92 SC 0.93 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00176 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.03 HN 1.06 KP 0.99 ! LA 1.07 MK 0.98 NL 0.98 OV 1.02 ! PT 0.88 SC 1.01 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.991374 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.08 HN 1.08 KP 0.97 ! LA 1.09 MK 1.00 NL 0.98 OV 0.95 ! PT 0.92 SC 1.05 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.982352 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.05 HN 1.11 KP 0.97 ! LA 1.09 MK 1.00 NL 1.00 OV 0.97 ! PT 0.94 SC 1.05 ! ! ! Fit before self-cal, rms=0.318411Jy sigma=0.001926 ! Fit after self-cal, rms=0.320470Jy sigma=0.001903 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.320470Jy sigma=0.001903 ! Fit after self-cal, rms=0.319933Jy sigma=0.001899 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8962 mas, bmaj=2.267 mas, bpa=-4.984 degrees ! Estimated noise=506.273 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.00794429 Jy ! Component: 100 - total flux cleaned = -0.00910089 Jy ! Component: 150 - total flux cleaned = -0.00959546 Jy ! Component: 200 - total flux cleaned = -0.00990168 Jy ! Total flux subtracted in 200 components = -0.00990168 Jy ! Clean residual min=-0.005700 max=0.007664 Jy/beam ! Clean residual mean=0.000056 rms=0.001612 Jy/beam ! Combined flux in latest and established models = 0.62787 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 47 components and 0.62787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.319644Jy sigma=0.001898 ! Fit after self-cal, rms=0.319156Jy sigma=0.001895 ! 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.319156Jy sigma=0.001895 ! Fit after self-cal, rms=0.232692Jy sigma=0.001344 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.0262883 Jy ! Component: 100 - total flux cleaned = 0.0255783 Jy ! Component: 150 - total flux cleaned = 0.0245236 Jy ! Component: 200 - total flux cleaned = 0.0241304 Jy ! Total flux subtracted in 200 components = 0.0241304 Jy ! Clean residual min=-0.009493 max=0.007810 Jy/beam ! Clean residual mean=0.000127 rms=0.002374 Jy/beam ! Combined flux in latest and established models = 0.652001 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 51 components and 0.652001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.228266Jy sigma=0.001311 ! Fit after self-cal, rms=0.224440Jy sigma=0.001289 ! 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.8962 x 2.267 at -4.984 degrees (North through East) ! Clean map min=-0.0091431 max=0.604 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.224440Jy sigma=0.001289 ! Fit after self-cal, rms=0.322419Jy sigma=0.001254 ! 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.322419Jy sigma=0.001254 ! Fit after self-cal, rms=0.321667Jy sigma=0.001250 ! Inverting map and beam ! Estimated beam: bmin=0.8866 mas, bmaj=2.219 mas, bpa=-3.631 degrees ! Estimated noise=500.045 mJy/beam. ! Added new window around map position (2, -2.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159542 Jy ! Component: 100 - total flux cleaned = 0.00149505 Jy ! Component: 150 - total flux cleaned = 0.00149599 Jy ! Component: 200 - total flux cleaned = 0.00161599 Jy ! Total flux subtracted in 200 components = 0.00161599 Jy ! Clean residual min=-0.002639 max=0.002686 Jy/beam ! Clean residual mean=-0.000018 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.653617 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 66 components and 0.653617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.321617Jy sigma=0.001249 ! Fit after self-cal, rms=0.321197Jy sigma=0.001247 ! 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.321197Jy sigma=0.001247 ! Fit after self-cal, rms=0.366253Jy sigma=0.001245 ! 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.366253Jy sigma=0.001245 ! Fit after self-cal, rms=0.366114Jy sigma=0.001244 ! Inverting map and beam ! Estimated beam: bmin=0.8866 mas, bmaj=2.218 mas, bpa=-3.622 degrees ! Estimated noise=499.436 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000382236 Jy ! Component: 100 - total flux cleaned = 0.000376432 Jy ! Component: 150 - total flux cleaned = 0.00046545 Jy ! Component: 200 - total flux cleaned = 0.000590493 Jy ! Total flux subtracted in 200 components = 0.000590493 Jy ! Clean residual min=-0.002460 max=0.002654 Jy/beam ! Clean residual mean=-0.000009 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.654207 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.654207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.366099Jy sigma=0.001244 ! Fit after self-cal, rms=0.365991Jy sigma=0.001243 ! 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.364 mas, bmaj=4.734 mas, bpa=3.807 degrees ! Estimated noise=646.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.00115879 Jy ! Component: 100 - total flux cleaned = 0.00135725 Jy ! Component: 150 - total flux cleaned = 0.00155916 Jy ! Component: 200 - total flux cleaned = 0.00167204 Jy ! Total flux subtracted in 200 components = 0.00167204 Jy ! Clean residual min=-0.002926 max=0.003265 Jy/beam ! Clean residual mean=-0.000023 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.655879 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 85 components and 0.655879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.365982Jy sigma=0.001243 ! Fit after self-cal, rms=0.365920Jy sigma=0.001242 ! 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.6699 mas, bmaj=1.753 mas, bpa=-1.915 degrees ! Estimated noise=1137.14 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.513498 Jy ! Component: 100 - total flux cleaned = 0.593324 Jy ! Component: 150 - total flux cleaned = 0.619943 Jy ! Component: 200 - total flux cleaned = 0.633745 Jy ! Total flux subtracted in 200 components = 0.633745 Jy ! Clean residual min=-0.005790 max=0.005820 Jy/beam ! Clean residual mean=0.000049 rms=0.001448 Jy/beam ! Combined flux in latest and established models = 0.633745 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.633745 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8866 mas, bmaj=2.218 mas, bpa=-3.622 degrees ! Estimated noise=499.436 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.0111593 Jy ! Component: 100 - total flux cleaned = 0.0164065 Jy ! Component: 150 - total flux cleaned = 0.0191521 Jy ! Component: 200 - total flux cleaned = 0.0198564 Jy ! Total flux subtracted in 200 components = 0.0198564 Jy ! Clean residual min=-0.002709 max=0.002736 Jy/beam ! Clean residual mean=-0.000008 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.653602 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 66 components and 0.653602 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.364 mas, bmaj=4.734 mas, bpa=3.807 degrees ! Estimated noise=646.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.0016999 Jy ! Component: 100 - total flux cleaned = 0.00205934 Jy ! Component: 150 - total flux cleaned = 0.00219751 Jy ! Component: 200 - total flux cleaned = 0.00229546 Jy ! Total flux subtracted in 200 components = 0.00229546 Jy ! Clean residual min=-0.003017 max=0.003253 Jy/beam ! Clean residual mean=-0.000022 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 0.655897 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 78 components and 0.655897 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8866 mas, bmaj=2.218 mas, bpa=-3.622 degrees ! Estimated noise=499.436 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000456021 Jy ! Component: 100 - total flux cleaned = -0.000499355 Jy ! Component: 150 - total flux cleaned = -0.000459775 Jy ! Component: 200 - total flux cleaned = -0.000458939 Jy ! Total flux subtracted in 200 components = -0.000458939 Jy ! Clean residual min=-0.002491 max=0.002609 Jy/beam ! Clean residual mean=-0.000011 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.655439 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 95 components and 0.655439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.365885Jy sigma=0.001243 ! Fit after self-cal, rms=0.365848Jy sigma=0.001242 wmodel J1258-1800_X_1997_07_02_yyk\_map.mod ! Writing 95 model components to file: J1258-1800_X_1997_07_02_yyk_map.mod wobs J1258-1800_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J1258-1800_X_1997_07_02_yyk_uvs.fits wwins J1258-1800_X_1997_07_02_yyk\_map.win ! wwins: Wrote 2 windows to J1258-1800_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.000525264 Jy ! Component: 100 - total flux cleaned = 0.000693268 Jy ! Component: 150 - total flux cleaned = 0.000692874 Jy ! Component: 200 - total flux cleaned = 0.000623849 Jy ! Component: 250 - total flux cleaned = 0.000624448 Jy ! Component: 300 - total flux cleaned = 0.000656179 Jy ! Component: 350 - total flux cleaned = 0.000777581 Jy ! Component: 400 - total flux cleaned = 0.000777511 Jy ! Component: 450 - total flux cleaned = 0.000833949 Jy ! Component: 500 - total flux cleaned = 0.000916361 Jy ! Component: 550 - total flux cleaned = 0.00105007 Jy ! Component: 600 - total flux cleaned = 0.00118068 Jy ! Component: 650 - total flux cleaned = 0.0012572 Jy ! Component: 700 - total flux cleaned = 0.00125749 Jy ! Component: 750 - total flux cleaned = 0.00135531 Jy ! Component: 800 - total flux cleaned = 0.00135513 Jy ! Component: 850 - total flux cleaned = 0.00140191 Jy ! Component: 900 - total flux cleaned = 0.00133199 Jy ! Component: 950 - total flux cleaned = 0.00137707 Jy ! Component: 1000 - total flux cleaned = 0.00133176 Jy ! Component: 1050 - total flux cleaned = 0.00133135 Jy ! Component: 1100 - total flux cleaned = 0.0013526 Jy ! Component: 1150 - total flux cleaned = 0.00133101 Jy ! Component: 1200 - total flux cleaned = 0.00128886 Jy ! Component: 1250 - total flux cleaned = 0.00130997 Jy ! Component: 1300 - total flux cleaned = 0.00124867 Jy ! Component: 1350 - total flux cleaned = 0.00128923 Jy ! Component: 1400 - total flux cleaned = 0.00122935 Jy ! Component: 1450 - total flux cleaned = 0.00124949 Jy ! Component: 1500 - total flux cleaned = 0.00132721 Jy ! Component: 1550 - total flux cleaned = 0.00130788 Jy ! Component: 1600 - total flux cleaned = 0.00136469 Jy ! Component: 1650 - total flux cleaned = 0.00132683 Jy ! Component: 1700 - total flux cleaned = 0.00132696 Jy ! Component: 1750 - total flux cleaned = 0.00136351 Jy ! Component: 1800 - total flux cleaned = 0.00136321 Jy ! Component: 1850 - total flux cleaned = 0.00132712 Jy ! Component: 1900 - total flux cleaned = 0.00132712 Jy ! Component: 1950 - total flux cleaned = 0.00125706 Jy ! Component: 2000 - total flux cleaned = 0.00125725 Jy ! Total flux subtracted in 2048 components = 0.00124011 Jy ! Clean residual min=-0.001326 max=0.001171 Jy/beam ! Clean residual mean=-0.000005 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.656679 Jy keep ! Adding 148 model components to the UV plane model. ! The established model now contains 243 components and 0.656678 Jy ![Exited script file: muppet] wmap "J1258-1800_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8866 x 2.218 at -3.622 degrees (North through East) ! Clean map min=-0.001739 max=0.59927 Jy/beam ! Writing clean map to FITS file: J1258-1800_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.599272 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000324107 device "J1258-1800_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J1258-1800_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.16225 0.16225 0.3245 0.649001 1.298 2.596 5.192 10.384 20.768 41.536 83.0721 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.599 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.8866 x 2.218 at -3.622 degrees (North through East) ! Clean map min=-0.001739 max=0.59927 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1258-1800_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J1258-1800_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1258-1800_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 05:52:58 2007