! Started logfile: J1258-2219_X_1997_07_02_yyk_uvs.log on Mon Jan 8 05:53:00 2007 obs J1258-2219_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J1258-2219_X_1997_07_02_yyk_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.850505 visibilities/baseline/integration-bin. ! Found source: J1258-2219 ! ! 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 21892 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-2219_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.890912 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.6981 mas, bmaj=1.887 mas, bpa=-3.71 degrees ! Estimated noise=1525.03 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.709482 Jy ! Component: 100 - total flux cleaned = 0.863973 Jy ! Total flux subtracted in 100 components = 0.863973 Jy ! Clean residual min=-0.035184 max=0.046626 Jy/beam ! Clean residual mean=0.000373 rms=0.008302 Jy/beam ! Combined flux in latest and established models = 0.863973 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.863973 Jy ! ! Correcting IF 1. ! A total of 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.302423Jy sigma=0.001626 ! Fit after self-cal, rms=0.302092Jy sigma=0.001623 ! Inverting map and beam ! Estimated beam: bmin=0.6981 mas, bmaj=1.887 mas, bpa=-3.71 degrees ! Estimated noise=1525.03 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.9085 mas, bmaj=2.605 mas, bpa=-7.242 degrees ! Estimated noise=751.14 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.0631695 Jy ! Component: 100 - total flux cleaned = 0.0840158 Jy ! Component: 150 - total flux cleaned = 0.0880837 Jy ! Component: 200 - total flux cleaned = 0.0881309 Jy ! Total flux subtracted in 200 components = 0.0881309 Jy ! Clean residual min=-0.018833 max=0.024436 Jy/beam ! Clean residual mean=0.000157 rms=0.005362 Jy/beam ! Combined flux in latest and established models = 0.952104 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 22 components and 0.952104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.296138Jy sigma=0.001559 ! Fit after self-cal, rms=0.296052Jy sigma=0.001559 ! 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.9085 x 2.605 at -7.242 degrees (North through East) ! Clean map min=-0.017943 max=0.84435 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00341 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.06 HN 0.99 KP 1.01 ! LA 1.01 MK 1.03 NL 1.00 OV 1.01 ! PT 0.93 SC 0.89 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00886 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.05 HN 0.98 KP 0.99 ! LA 0.98 MK 0.99 NL 1.00 OV 1.07 ! PT 0.88 SC 0.95 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.998336 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.09 HN 1.03 KP 0.98 ! LA 0.98 MK 1.01 NL 1.01 OV 1.00 ! PT 0.94 SC 0.96 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.995243 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.05 HN 1.03 KP 0.98 ! LA 1.00 MK 1.00 NL 1.01 OV 1.02 ! PT 0.95 SC 0.95 ! ! ! Fit before self-cal, rms=0.296052Jy sigma=0.001559 ! Fit after self-cal, rms=0.289033Jy sigma=0.001525 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.289033Jy sigma=0.001525 ! Fit after self-cal, rms=0.289041Jy sigma=0.001525 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9012 mas, bmaj=2.558 mas, bpa=-6.362 degrees ! Estimated noise=749.06 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 (2.2, -1.8). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0176348 Jy ! Component: 100 - total flux cleaned = 0.0197255 Jy ! Component: 150 - total flux cleaned = 0.021426 Jy ! Component: 200 - total flux cleaned = 0.0221607 Jy ! Total flux subtracted in 200 components = 0.0221607 Jy ! Clean residual min=-0.010923 max=0.007998 Jy/beam ! Clean residual mean=-0.000067 rms=0.002177 Jy/beam ! Combined flux in latest and established models = 0.974264 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 41 components and 0.974264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.285733Jy sigma=0.001513 ! Fit after self-cal, rms=0.285612Jy sigma=0.001513 ! 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.285612Jy sigma=0.001513 ! Fit after self-cal, rms=0.264425Jy 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.0102961 Jy ! Component: 100 - total flux cleaned = 0.010974 Jy ! Component: 150 - total flux cleaned = 0.0109644 Jy ! Component: 200 - total flux cleaned = 0.0109777 Jy ! Total flux subtracted in 200 components = 0.0109777 Jy ! Clean residual min=-0.011434 max=0.008020 Jy/beam ! Clean residual mean=-0.000023 rms=0.002048 Jy/beam ! Combined flux in latest and established models = 0.985242 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 52 components and 0.985242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.262604Jy sigma=0.001339 ! Fit after self-cal, rms=0.259757Jy sigma=0.001316 ! 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.9012 x 2.558 at -6.362 degrees (North through East) ! Clean map min=-0.01082 max=0.85138 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.259757Jy sigma=0.001316 ! Fit after self-cal, rms=0.857347Jy sigma=0.001288 ! 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.857347Jy sigma=0.001288 ! Fit after self-cal, rms=0.857177Jy sigma=0.001282 ! Inverting map and beam ! Estimated beam: bmin=0.9012 mas, bmaj=2.646 mas, bpa=-6.655 degrees ! Estimated noise=746.786 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00452416 Jy ! Component: 100 - total flux cleaned = 0.00537509 Jy ! Component: 150 - total flux cleaned = 0.0058866 Jy ! Component: 200 - total flux cleaned = 0.00634817 Jy ! Total flux subtracted in 200 components = 0.00634817 Jy ! Clean residual min=-0.006353 max=0.005235 Jy/beam ! Clean residual mean=0.000044 rms=0.001230 Jy/beam ! Combined flux in latest and established models = 0.99159 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 68 components and 0.99159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.857070Jy sigma=0.001280 ! Fit after self-cal, rms=0.856966Jy sigma=0.001278 ! 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.856966Jy sigma=0.001278 ! Fit after self-cal, rms=0.935051Jy sigma=0.001276 ! 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.935051Jy sigma=0.001276 ! Fit after self-cal, rms=0.935010Jy sigma=0.001275 ! Inverting map and beam ! Estimated beam: bmin=0.9011 mas, bmaj=2.645 mas, bpa=-6.562 degrees ! Estimated noise=745.803 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000961843 Jy ! Component: 100 - total flux cleaned = 0.001793 Jy ! Component: 150 - total flux cleaned = 0.00203416 Jy ! Component: 200 - total flux cleaned = 0.00192172 Jy ! Total flux subtracted in 200 components = 0.00192172 Jy ! Clean residual min=-0.005753 max=0.004627 Jy/beam ! Clean residual mean=0.000046 rms=0.001122 Jy/beam ! Combined flux in latest and established models = 0.993512 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 79 components and 0.993512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.934956Jy sigma=0.001274 ! Fit after self-cal, rms=0.934926Jy sigma=0.001273 ! 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.403 mas, bmaj=5.364 mas, bpa=3.432 degrees ! Estimated noise=947.948 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.000290164 Jy ! Component: 100 - total flux cleaned = 0.000802636 Jy ! Component: 150 - total flux cleaned = 0.000925084 Jy ! Component: 200 - total flux cleaned = 0.0010258 Jy ! Total flux subtracted in 200 components = 0.0010258 Jy ! Clean residual min=-0.003618 max=0.003902 Jy/beam ! Clean residual mean=0.000084 rms=0.001130 Jy/beam ! Combined flux in latest and established models = 0.994538 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 92 components and 0.994538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.934922Jy sigma=0.001273 ! Fit after self-cal, rms=0.934892Jy sigma=0.001273 ! 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.6999 mas, bmaj=2.102 mas, bpa=-5.962 degrees ! Estimated noise=1590.46 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.729053 Jy ! Component: 100 - total flux cleaned = 0.860939 Jy ! Component: 150 - total flux cleaned = 0.907589 Jy ! Component: 200 - total flux cleaned = 0.934955 Jy ! Total flux subtracted in 200 components = 0.934955 Jy ! Clean residual min=-0.012793 max=0.011714 Jy/beam ! Clean residual mean=0.000172 rms=0.002846 Jy/beam ! Combined flux in latest and established models = 0.934956 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.934956 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9011 mas, bmaj=2.645 mas, bpa=-6.562 degrees ! Estimated noise=745.803 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) ! Added new window around map position (0.6, -2.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0264124 Jy ! Component: 100 - total flux cleaned = 0.0401595 Jy ! Component: 150 - total flux cleaned = 0.0481553 Jy ! Component: 200 - total flux cleaned = 0.0530346 Jy ! Total flux subtracted in 200 components = 0.0530346 Jy ! Clean residual min=-0.004863 max=0.004296 Jy/beam ! Clean residual mean=0.000066 rms=0.001056 Jy/beam ! Combined flux in latest and established models = 0.98799 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 76 components and 0.98799 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.403 mas, bmaj=5.364 mas, bpa=3.432 degrees ! Estimated noise=947.948 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.00362833 Jy ! Component: 100 - total flux cleaned = 0.00429117 Jy ! Component: 150 - total flux cleaned = 0.00447474 Jy ! Component: 200 - total flux cleaned = 0.00471786 Jy ! Total flux subtracted in 200 components = 0.00471786 Jy ! Clean residual min=-0.003607 max=0.003996 Jy/beam ! Clean residual mean=0.000097 rms=0.001109 Jy/beam ! Combined flux in latest and established models = 0.992708 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 103 components and 0.992708 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9011 mas, bmaj=2.645 mas, bpa=-6.562 degrees ! Estimated noise=745.803 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 5.41192e-05 Jy ! Component: 100 - total flux cleaned = 0.000298562 Jy ! Component: 150 - total flux cleaned = 0.000298459 Jy ! Component: 200 - total flux cleaned = 0.000228538 Jy ! Total flux subtracted in 200 components = 0.000228538 Jy ! Clean residual min=-0.004742 max=0.004207 Jy/beam ! Clean residual mean=0.000049 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.992937 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 119 components and 0.992937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.935765Jy sigma=0.001271 ! Fit after self-cal, rms=0.935654Jy sigma=0.001271 wmodel J1258-2219_X_1997_07_02_yyk\_map.mod ! Writing 119 model components to file: J1258-2219_X_1997_07_02_yyk_map.mod wobs J1258-2219_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J1258-2219_X_1997_07_02_yyk_uvs.fits wwins J1258-2219_X_1997_07_02_yyk\_map.win ! wwins: Wrote 3 windows to J1258-2219_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.000698481 Jy ! Component: 100 - total flux cleaned = -0.000762367 Jy ! Component: 150 - total flux cleaned = -0.00110159 Jy ! Component: 200 - total flux cleaned = -0.00147065 Jy ! Component: 250 - total flux cleaned = -0.00191837 Jy ! Component: 300 - total flux cleaned = -0.002295 Jy ! Component: 350 - total flux cleaned = -0.00270209 Jy ! Component: 400 - total flux cleaned = -0.00287595 Jy ! Component: 450 - total flux cleaned = -0.00312825 Jy ! Component: 500 - total flux cleaned = -0.00329136 Jy ! Component: 550 - total flux cleaned = -0.00345118 Jy ! Component: 600 - total flux cleaned = -0.00356879 Jy ! Component: 650 - total flux cleaned = -0.00379717 Jy ! Component: 700 - total flux cleaned = -0.00379804 Jy ! Component: 750 - total flux cleaned = -0.00390794 Jy ! Component: 800 - total flux cleaned = -0.00401429 Jy ! Component: 850 - total flux cleaned = -0.00397864 Jy ! Component: 900 - total flux cleaned = -0.00401302 Jy ! Component: 950 - total flux cleaned = -0.00401224 Jy ! Component: 1000 - total flux cleaned = -0.00394555 Jy ! Component: 1050 - total flux cleaned = -0.00381578 Jy ! Component: 1100 - total flux cleaned = -0.00381616 Jy ! Component: 1150 - total flux cleaned = -0.00372119 Jy ! Component: 1200 - total flux cleaned = -0.00359725 Jy ! Component: 1250 - total flux cleaned = -0.00353675 Jy ! Component: 1300 - total flux cleaned = -0.00356706 Jy ! Component: 1350 - total flux cleaned = -0.00350804 Jy ! Component: 1400 - total flux cleaned = -0.00359423 Jy ! Component: 1450 - total flux cleaned = -0.00353648 Jy ! Component: 1500 - total flux cleaned = -0.00348016 Jy ! Component: 1550 - total flux cleaned = -0.00348031 Jy ! Component: 1600 - total flux cleaned = -0.00353495 Jy ! Component: 1650 - total flux cleaned = -0.00353492 Jy ! Component: 1700 - total flux cleaned = -0.00358839 Jy ! Component: 1750 - total flux cleaned = -0.00361445 Jy ! Component: 1800 - total flux cleaned = -0.00361423 Jy ! Component: 1850 - total flux cleaned = -0.00366523 Jy ! Component: 1900 - total flux cleaned = -0.00363997 Jy ! Component: 1950 - total flux cleaned = -0.00368972 Jy ! Component: 2000 - total flux cleaned = -0.00368975 Jy ! Total flux subtracted in 2048 components = -0.00361619 Jy ! Clean residual min=-0.001456 max=0.001235 Jy/beam ! Clean residual mean=0.000039 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.98932 Jy keep ! Adding 127 model components to the UV plane model. ! The established model now contains 246 components and 0.989321 Jy ![Exited script file: muppet] wmap "J1258-2219_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9011 x 2.645 at -6.562 degrees (North through East) ! Clean map min=-0.0033623 max=0.85876 Jy/beam ! Writing clean map to FITS file: J1258-2219_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.858757 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000468593 device "J1258-2219_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J1258-2219_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.163699 0.163699 0.327399 0.654797 1.30959 2.61919 5.23838 10.4768 20.9535 41.907 83.814 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.858 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.9011 x 2.645 at -6.562 degrees (North through East) ! Clean map min=-0.0033623 max=0.85876 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1258-2219_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J1258-2219_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1258-2219_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 05:53:09 2007