! Started logfile: J1216-1033_X_1997_05_07_yyk_uvs.log on Mon Jan 8 05:40:00 2007 obs J1216-1033_X_1997_05_07_yyk_uva.fits ! Reading UV FITS file: J1216-1033_X_1997_05_07_yyk_uva.fits ! AN table 1: 150 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.818519 visibilities/baseline/integration-bin. ! Found source: J1216-1033 ! ! 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 22100 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 J1216-1033_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.301996 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.7504 mas, bmaj=2.012 mas, bpa=0.7282 degrees ! Estimated noise=1087.96 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.204811 Jy ! Component: 100 - total flux cleaned = 0.234383 Jy ! Total flux subtracted in 100 components = 0.234383 Jy ! Clean residual min=-0.005113 max=0.006786 Jy/beam ! Clean residual mean=-0.000018 rms=0.001483 Jy/beam ! Combined flux in latest and established models = 0.234383 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.234383 Jy ! ! Correcting IF 1. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.182600Jy sigma=0.001219 ! Fit after self-cal, rms=0.182514Jy sigma=0.001219 ! Inverting map and beam ! Estimated beam: bmin=0.7504 mas, bmaj=2.012 mas, bpa=0.7283 degrees ! Estimated noise=1088 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.9249 mas, bmaj=2.415 mas, bpa=-0.3242 degrees ! Estimated noise=688.896 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.0131297 Jy ! Component: 100 - total flux cleaned = 0.0181238 Jy ! Component: 150 - total flux cleaned = 0.020552 Jy ! Component: 200 - total flux cleaned = 0.021603 Jy ! Total flux subtracted in 200 components = 0.021603 Jy ! Clean residual min=-0.004532 max=0.003672 Jy/beam ! Clean residual mean=0.000002 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.255986 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 35 components and 0.255986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181999Jy sigma=0.001214 ! Fit after self-cal, rms=0.181998Jy sigma=0.001214 ! 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.9249 x 2.415 at -0.3242 degrees (North through East) ! Clean map min=-0.0040895 max=0.23891 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 0.998997 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.98 HN 1.01 KP 1.03 ! LA 1.02 MK 1.04 NL 1.01 OV 0.99 ! PT 0.95 SC 0.92 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01183 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.99 HN 0.97 KP 1.00 ! LA 0.98 MK 0.97 NL 1.04 OV 1.04 ! PT 0.92 SC 0.99 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.988529 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.03 HN 1.03 KP 0.99 ! LA 1.01 MK 1.01 NL 1.02 OV 1.00 ! PT 0.96 SC 1.06 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.98648 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.97 HN 1.04 KP 1.00 ! LA 1.02 MK 0.99 NL 1.04 OV 1.02 ! PT 0.97 SC 1.04 ! ! ! Fit before self-cal, rms=0.181998Jy sigma=0.001214 ! Fit after self-cal, rms=0.181802Jy sigma=0.001212 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.181802Jy sigma=0.001212 ! Fit after self-cal, rms=0.181803Jy sigma=0.001212 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9292 mas, bmaj=2.43 mas, bpa=-0.2026 degrees ! Estimated noise=684.488 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.00196966 Jy ! Component: 100 - total flux cleaned = -0.00250627 Jy ! Component: 150 - total flux cleaned = -0.00259896 Jy ! Component: 200 - total flux cleaned = -0.00261908 Jy ! Total flux subtracted in 200 components = -0.00261908 Jy ! Clean residual min=-0.002918 max=0.003197 Jy/beam ! Clean residual mean=0.000011 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.253367 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.253367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181789Jy sigma=0.001212 ! Fit after self-cal, rms=0.181788Jy sigma=0.001212 ! 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.181788Jy sigma=0.001212 ! Fit after self-cal, rms=0.179339Jy sigma=0.001196 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.00127745 Jy ! Component: 100 - total flux cleaned = 0.00124655 Jy ! Component: 150 - total flux cleaned = 0.00119021 Jy ! Component: 200 - total flux cleaned = 0.00111563 Jy ! Total flux subtracted in 200 components = 0.00111563 Jy ! Clean residual min=-0.003023 max=0.003242 Jy/beam ! Clean residual mean=0.000014 rms=0.000771 Jy/beam ! Combined flux in latest and established models = 0.254483 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 50 components and 0.254483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179323Jy sigma=0.001196 ! Fit after self-cal, rms=0.179105Jy sigma=0.001194 ! 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.9292 x 2.43 at -0.2026 degrees (North through East) ! Clean map min=-0.0029261 max=0.23975 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.179105Jy sigma=0.001194 ! Fit after self-cal, rms=0.179114Jy sigma=0.001193 ! 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.179114Jy sigma=0.001193 ! Fit after self-cal, rms=0.179082Jy sigma=0.001193 ! Inverting map and beam ! Estimated beam: bmin=0.9306 mas, bmaj=2.426 mas, bpa=-0.03994 degrees ! Estimated noise=683.373 mJy/beam. ! Added new window around map position (17, -8.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00314756 Jy ! Component: 100 - total flux cleaned = 0.00343273 Jy ! Component: 150 - total flux cleaned = 0.00347518 Jy ! Component: 200 - total flux cleaned = 0.00347756 Jy ! Total flux subtracted in 200 components = 0.00347756 Jy ! Clean residual min=-0.002739 max=0.002407 Jy/beam ! Clean residual mean=-0.000000 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.25796 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 72 components and 0.25796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179042Jy sigma=0.001193 ! Fit after self-cal, rms=0.179032Jy sigma=0.001193 ! 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.179032Jy sigma=0.001193 ! Fit after self-cal, rms=0.179372Jy sigma=0.001191 ! 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.179372Jy sigma=0.001191 ! Fit after self-cal, rms=0.179369Jy sigma=0.001191 ! Inverting map and beam ! Estimated beam: bmin=0.9319 mas, bmaj=2.428 mas, bpa=-0.01833 degrees ! Estimated noise=683.957 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000810621 Jy ! Component: 100 - total flux cleaned = 0.000873321 Jy ! Component: 150 - total flux cleaned = 0.000927122 Jy ! Component: 200 - total flux cleaned = 0.000951898 Jy ! Total flux subtracted in 200 components = 0.000951898 Jy ! Clean residual min=-0.002617 max=0.002282 Jy/beam ! Clean residual mean=0.000001 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.258912 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 82 components and 0.258912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179362Jy sigma=0.001191 ! Fit after self-cal, rms=0.179362Jy sigma=0.001191 ! 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.398 mas, bmaj=4.337 mas, bpa=2.001 degrees ! Estimated noise=866.568 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.000300627 Jy ! Component: 100 - total flux cleaned = 0.000327935 Jy ! Component: 150 - total flux cleaned = 0.000373967 Jy ! Component: 200 - total flux cleaned = 0.00043303 Jy ! Total flux subtracted in 200 components = 0.00043303 Jy ! Clean residual min=-0.002776 max=0.002165 Jy/beam ! Clean residual mean=0.000003 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.259345 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 97 components and 0.259345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179366Jy sigma=0.001191 ! Fit after self-cal, rms=0.179365Jy sigma=0.001191 ! 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.7523 mas, bmaj=2.016 mas, bpa=0.9108 degrees ! Estimated noise=1090.39 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.207218 Jy ! Component: 100 - total flux cleaned = 0.236809 Jy ! Component: 150 - total flux cleaned = 0.245306 Jy ! Component: 200 - total flux cleaned = 0.250028 Jy ! Total flux subtracted in 200 components = 0.250028 Jy ! Clean residual min=-0.004580 max=0.003817 Jy/beam ! Clean residual mean=-0.000009 rms=0.001058 Jy/beam ! Combined flux in latest and established models = 0.250028 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.250028 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9319 mas, bmaj=2.428 mas, bpa=-0.01833 degrees ! Estimated noise=683.957 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.00452827 Jy ! Component: 100 - total flux cleaned = 0.00640005 Jy ! Component: 150 - total flux cleaned = 0.00724608 Jy ! Component: 200 - total flux cleaned = 0.00762879 Jy ! Total flux subtracted in 200 components = 0.00762879 Jy ! Clean residual min=-0.002584 max=0.002351 Jy/beam ! Clean residual mean=-0.000002 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.257656 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 60 components and 0.257656 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.398 mas, bmaj=4.337 mas, bpa=2.001 degrees ! Estimated noise=866.568 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.000540615 Jy ! Component: 100 - total flux cleaned = 0.000984423 Jy ! Component: 150 - total flux cleaned = 0.00111221 Jy ! Component: 200 - total flux cleaned = 0.00116714 Jy ! Total flux subtracted in 200 components = 0.00116714 Jy ! Clean residual min=-0.002825 max=0.002153 Jy/beam ! Clean residual mean=0.000001 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.258823 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 75 components and 0.258823 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9319 mas, bmaj=2.428 mas, bpa=-0.01833 degrees ! Estimated noise=683.957 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -4.02146e-05 Jy ! Component: 100 - total flux cleaned = -7.20298e-05 Jy ! Component: 150 - total flux cleaned = -4.42077e-05 Jy ! Component: 200 - total flux cleaned = -4.47966e-05 Jy ! Total flux subtracted in 200 components = -4.47966e-05 Jy ! Clean residual min=-0.002601 max=0.002373 Jy/beam ! Clean residual mean=0.000000 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.258779 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 86 components and 0.258779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179373Jy sigma=0.001191 ! Fit after self-cal, rms=0.179372Jy sigma=0.001191 wmodel J1216-1033_X_1997_05_07_yyk\_map.mod ! Writing 86 model components to file: J1216-1033_X_1997_05_07_yyk_map.mod wobs J1216-1033_X_1997_05_07_yyk\_uvs.fits ! Writing UV FITS file: J1216-1033_X_1997_05_07_yyk_uvs.fits wwins J1216-1033_X_1997_05_07_yyk\_map.win ! wwins: Wrote 2 windows to J1216-1033_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.000282504 Jy ! Component: 100 - total flux cleaned = -0.000359382 Jy ! Component: 150 - total flux cleaned = -0.000584102 Jy ! Component: 200 - total flux cleaned = -0.000727823 Jy ! Component: 250 - total flux cleaned = -0.000624333 Jy ! Component: 300 - total flux cleaned = -0.000360945 Jy ! Component: 350 - total flux cleaned = -0.000139226 Jy ! Component: 400 - total flux cleaned = 4.55312e-05 Jy ! Component: 450 - total flux cleaned = 0.000136203 Jy ! Component: 500 - total flux cleaned = 0.00019567 Jy ! Component: 550 - total flux cleaned = 0.00025273 Jy ! Component: 600 - total flux cleaned = 0.000335882 Jy ! Component: 650 - total flux cleaned = 0.000362415 Jy ! Component: 700 - total flux cleaned = 0.00030748 Jy ! Component: 750 - total flux cleaned = 0.000228658 Jy ! Component: 800 - total flux cleaned = 0.000305736 Jy ! Component: 850 - total flux cleaned = 0.00030539 Jy ! Component: 900 - total flux cleaned = 0.000379177 Jy ! Component: 950 - total flux cleaned = 0.000354724 Jy ! Component: 1000 - total flux cleaned = 0.000426541 Jy ! Component: 1050 - total flux cleaned = 0.000589788 Jy ! Component: 1100 - total flux cleaned = 0.000612474 Jy ! Component: 1150 - total flux cleaned = 0.000724919 Jy ! Component: 1200 - total flux cleaned = 0.000702369 Jy ! Component: 1250 - total flux cleaned = 0.000789955 Jy ! Component: 1300 - total flux cleaned = 0.00096127 Jy ! Component: 1350 - total flux cleaned = 0.000960969 Jy ! Component: 1400 - total flux cleaned = 0.0011276 Jy ! Component: 1450 - total flux cleaned = 0.00116837 Jy ! Component: 1500 - total flux cleaned = 0.00118877 Jy ! Component: 1550 - total flux cleaned = 0.00126856 Jy ! Component: 1600 - total flux cleaned = 0.00136655 Jy ! Component: 1650 - total flux cleaned = 0.00138565 Jy ! Component: 1700 - total flux cleaned = 0.00144279 Jy ! Component: 1750 - total flux cleaned = 0.00151806 Jy ! Component: 1800 - total flux cleaned = 0.00161085 Jy ! Component: 1850 - total flux cleaned = 0.00164766 Jy ! Component: 1900 - total flux cleaned = 0.00170195 Jy ! Component: 1950 - total flux cleaned = 0.00177358 Jy ! Component: 2000 - total flux cleaned = 0.00189748 Jy ! Total flux subtracted in 2048 components = 0.00194995 Jy ! Clean residual min=-0.000982 max=0.000899 Jy/beam ! Clean residual mean=0.000005 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.260729 Jy keep ! Adding 134 model components to the UV plane model. ! The established model now contains 220 components and 0.260729 Jy ![Exited script file: muppet] wmap "J1216-1033_X_1997_05_07_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9319 x 2.428 at -0.01833 degrees (North through East) ! Clean map min=-0.0018341 max=0.24007 Jy/beam ! Writing clean map to FITS file: J1216-1033_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.240072 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000332064 device "J1216-1033_X_1997_05_07_yyk\_map.eps/VPS" ! Attempting to open device: 'J1216-1033_X_1997_05_07_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.414957 0.414957 0.829914 1.65983 3.31965 6.63931 13.2786 26.5572 53.1145 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.24 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.9319 x 2.428 at -0.01833 degrees (North through East) ! Clean map min=-0.0018341 max=0.24007 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1216-1033_X_1997_05_07_yyk\_map.gif/gif" ! Attempting to open device: 'J1216-1033_X_1997_05_07_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1216-1033_X_1997_05_07_yyk_uvs.log closed on Mon Jan 8 05:40:10 2007