! Started logfile: J1712-1820_S_2005_07_09_yyk_uvs.log on Fri Jan 20 10:47:23 2006 obs J1712-1820_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J1712-1820_S_2005_07_09_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.965657 visibilities/baseline/integration-bin. ! Found source: J1712-1820 ! ! 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 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1602 lines of history. ! ! Reading 1912 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 J1712-1820_S_2005_07_09_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.18056 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=2.524 mas, bmaj=6.522 mas, bpa=0.573 degrees ! Estimated noise=1.36321 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.127647 Jy ! Component: 100 - total flux cleaned = 0.154448 Jy ! Total flux subtracted in 100 components = 0.154448 Jy ! Clean residual min=-0.008998 max=0.009300 Jy/beam ! Clean residual mean=0.000020 rms=0.002260 Jy/beam ! Combined flux in latest and established models = 0.154448 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.154448 Jy ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.082264Jy sigma=1.288631 ! Fit after self-cal, rms=0.082292Jy sigma=1.283046 ! Inverting map and beam ! Estimated beam: bmin=2.524 mas, bmaj=6.522 mas, bpa=0.573 degrees ! Estimated noise=1.36321 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=3.157 mas, bmaj=8.098 mas, bpa=-2.474 degrees ! Estimated noise=0.981027 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.0177776 Jy ! Component: 100 - total flux cleaned = 0.025593 Jy ! Component: 150 - total flux cleaned = 0.0283118 Jy ! Component: 200 - total flux cleaned = 0.0290113 Jy ! Total flux subtracted in 200 components = 0.0290113 Jy ! Clean residual min=-0.007179 max=0.007796 Jy/beam ! Clean residual mean=-0.000045 rms=0.002396 Jy/beam ! Combined flux in latest and established models = 0.183459 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 47 components and 0.183459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079162Jy sigma=1.232020 ! Fit after self-cal, rms=0.079131Jy sigma=1.231916 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.157 x 8.098 at -2.474 degrees (North through East) ! Clean map min=-0.0070367 max=0.14624 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.01742 ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.01 HN 1.07 KP 0.94 ! LA 1.02 MK 0.90 NL 0.98 OV 0.95 ! PT 1.02 SC 1.07 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01463 ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.93 HN 1.07 KP 0.94 ! LA 0.99 MK 1.02 NL 1.01 OV 0.99 ! PT 1.04 SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.079131Jy sigma=1.231916 ! Fit after self-cal, rms=0.078755Jy sigma=1.221720 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.078755Jy sigma=1.221720 ! Fit after self-cal, rms=0.078749Jy sigma=1.221706 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.168 mas, bmaj=8.075 mas, bpa=-2.703 degrees ! Estimated noise=0.972996 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.000151699 Jy ! Component: 100 - total flux cleaned = 0.000461239 Jy ! Component: 150 - total flux cleaned = 0.000987253 Jy ! Component: 200 - total flux cleaned = 0.00130636 Jy ! Total flux subtracted in 200 components = 0.00130636 Jy ! Clean residual min=-0.006757 max=0.007599 Jy/beam ! Clean residual mean=0.000004 rms=0.002357 Jy/beam ! Combined flux in latest and established models = 0.184766 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.184766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078780Jy sigma=1.218563 ! Fit after self-cal, rms=0.078772Jy sigma=1.218538 ! 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.078772Jy sigma=1.218538 ! Fit after self-cal, rms=0.075582Jy sigma=1.183756 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.00130744 Jy ! Component: 100 - total flux cleaned = 0.0015786 Jy ! Component: 150 - total flux cleaned = 0.00176551 Jy ! Component: 200 - total flux cleaned = 0.00194357 Jy ! Total flux subtracted in 200 components = 0.00194357 Jy ! Clean residual min=-0.006643 max=0.007159 Jy/beam ! Clean residual mean=-0.000004 rms=0.002314 Jy/beam ! Combined flux in latest and established models = 0.186709 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 57 components and 0.186709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075546Jy sigma=1.182174 ! Fit after self-cal, rms=0.075248Jy sigma=1.179583 ! 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: 3.168 x 8.075 at -2.703 degrees (North through East) ! Clean map min=-0.0064995 max=0.14358 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.075248Jy sigma=1.179583 ! Fit after self-cal, rms=0.074526Jy sigma=1.176229 ! 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.074526Jy sigma=1.176229 ! Fit after self-cal, rms=0.074511Jy sigma=1.175939 ! Inverting map and beam ! Estimated beam: bmin=3.16 mas, bmaj=8.046 mas, bpa=-2.689 degrees ! Estimated noise=0.963281 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00113418 Jy ! Component: 100 - total flux cleaned = -0.000960425 Jy ! Component: 150 - total flux cleaned = -0.00080157 Jy ! Component: 200 - total flux cleaned = -0.000605757 Jy ! Total flux subtracted in 200 components = -0.000605757 Jy ! Clean residual min=-0.006568 max=0.006956 Jy/beam ! Clean residual mean=0.000003 rms=0.002263 Jy/beam ! Combined flux in latest and established models = 0.186104 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 60 components and 0.186104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074626Jy sigma=1.174580 ! Fit after self-cal, rms=0.074620Jy sigma=1.174514 ! 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.074620Jy sigma=1.174514 ! Fit after self-cal, rms=0.074308Jy sigma=1.173112 ! 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.074308Jy sigma=1.173112 ! Fit after self-cal, rms=0.074308Jy sigma=1.173096 ! Inverting map and beam ! Estimated beam: bmin=3.156 mas, bmaj=8.04 mas, bpa=-2.725 degrees ! Estimated noise=0.960625 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000275817 Jy ! Component: 100 - total flux cleaned = -0.000138045 Jy ! Component: 150 - total flux cleaned = -9.442e-05 Jy ! Component: 200 - total flux cleaned = -8.47023e-06 Jy ! Total flux subtracted in 200 components = -8.47023e-06 Jy ! Clean residual min=-0.006538 max=0.006741 Jy/beam ! Clean residual mean=0.000003 rms=0.002235 Jy/beam ! Combined flux in latest and established models = 0.186095 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 63 components and 0.186095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074352Jy sigma=1.172362 ! Fit after self-cal, rms=0.074346Jy sigma=1.172342 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.937 mas, bmaj=17.02 mas, bpa=9.454 degrees ! Estimated noise=1.21862 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.00239822 Jy ! Component: 100 - total flux cleaned = 0.0028248 Jy ! Component: 150 - total flux cleaned = 0.00310357 Jy ! Component: 200 - total flux cleaned = 0.00342786 Jy ! Total flux subtracted in 200 components = 0.00342786 Jy ! Clean residual min=-0.008523 max=0.007557 Jy/beam ! Clean residual mean=-0.000027 rms=0.003119 Jy/beam ! Combined flux in latest and established models = 0.189523 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 69 components and 0.189523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074586Jy sigma=1.173722 ! Fit after self-cal, rms=0.074560Jy sigma=1.173496 ! 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=2.526 mas, bmaj=6.499 mas, bpa=0.4953 degrees ! Estimated noise=1.33502 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.126241 Jy ! Component: 100 - total flux cleaned = 0.15335 Jy ! Component: 150 - total flux cleaned = 0.166654 Jy ! Component: 200 - total flux cleaned = 0.174462 Jy ! Total flux subtracted in 200 components = 0.174462 Jy ! Clean residual min=-0.007496 max=0.008473 Jy/beam ! Clean residual mean=0.000017 rms=0.001892 Jy/beam ! Combined flux in latest and established models = 0.174462 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.174462 Jy ! Inverting map and beam ! Estimated beam: bmin=3.156 mas, bmaj=8.04 mas, bpa=-2.725 degrees ! Estimated noise=0.960625 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.00639183 Jy ! Component: 100 - total flux cleaned = 0.00727008 Jy ! Component: 150 - total flux cleaned = 0.00815241 Jy ! Component: 200 - total flux cleaned = 0.00881191 Jy ! Total flux subtracted in 200 components = 0.00881191 Jy ! Clean residual min=-0.006512 max=0.007382 Jy/beam ! Clean residual mean=0.000015 rms=0.002332 Jy/beam ! Combined flux in latest and established models = 0.183274 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 45 components and 0.183274 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.937 mas, bmaj=17.02 mas, bpa=9.454 degrees ! Estimated noise=1.21862 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.0037767 Jy ! Component: 100 - total flux cleaned = 0.00435551 Jy ! Component: 150 - total flux cleaned = 0.00485451 Jy ! Component: 200 - total flux cleaned = 0.00518787 Jy ! Total flux subtracted in 200 components = 0.00518787 Jy ! Clean residual min=-0.008555 max=0.007932 Jy/beam ! Clean residual mean=-0.000019 rms=0.003184 Jy/beam ! Combined flux in latest and established models = 0.188462 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 49 components and 0.188462 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.156 mas, bmaj=8.04 mas, bpa=-2.725 degrees ! Estimated noise=0.960625 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00181201 Jy ! Component: 100 - total flux cleaned = -0.00204563 Jy ! Component: 150 - total flux cleaned = -0.00219029 Jy ! Component: 200 - total flux cleaned = -0.0022382 Jy ! Total flux subtracted in 200 components = -0.0022382 Jy ! Clean residual min=-0.006579 max=0.006838 Jy/beam ! Clean residual mean=0.000003 rms=0.002230 Jy/beam ! Combined flux in latest and established models = 0.186224 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 60 components and 0.186224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074353Jy sigma=1.171952 ! Fit after self-cal, rms=0.074347Jy sigma=1.171884 wmodel J1712-1820_S_2005_07_09_yyk\_map.mod ! Writing 60 model components to file: J1712-1820_S_2005_07_09_yyk_map.mod wobs J1712-1820_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J1712-1820_S_2005_07_09_yyk_uvs.fits wwins J1712-1820_S_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J1712-1820_S_2005_07_09_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.000143319 Jy ! Component: 100 - total flux cleaned = 0.000586457 Jy ! Component: 150 - total flux cleaned = 0.000687578 Jy ! Component: 200 - total flux cleaned = 0.000985845 Jy ! Component: 250 - total flux cleaned = 0.00165226 Jy ! Component: 300 - total flux cleaned = 0.00220261 Jy ! Component: 350 - total flux cleaned = 0.00273437 Jy ! Component: 400 - total flux cleaned = 0.00333706 Jy ! Component: 450 - total flux cleaned = 0.00400365 Jy ! Component: 500 - total flux cleaned = 0.00448869 Jy ! Component: 550 - total flux cleaned = 0.00480474 Jy ! Component: 600 - total flux cleaned = 0.00518944 Jy ! Component: 650 - total flux cleaned = 0.00526441 Jy ! Component: 700 - total flux cleaned = 0.00534057 Jy ! Component: 750 - total flux cleaned = 0.00555774 Jy ! Component: 800 - total flux cleaned = 0.00569866 Jy ! Component: 850 - total flux cleaned = 0.00576677 Jy ! Component: 900 - total flux cleaned = 0.00589828 Jy ! Component: 950 - total flux cleaned = 0.00589723 Jy ! Component: 1000 - total flux cleaned = 0.00596107 Jy ! Component: 1050 - total flux cleaned = 0.00596139 Jy ! Component: 1100 - total flux cleaned = 0.00602467 Jy ! Component: 1150 - total flux cleaned = 0.00632668 Jy ! Component: 1200 - total flux cleaned = 0.00632628 Jy ! Component: 1250 - total flux cleaned = 0.00638502 Jy ! Component: 1300 - total flux cleaned = 0.00649845 Jy ! Component: 1350 - total flux cleaned = 0.00638623 Jy ! Component: 1400 - total flux cleaned = 0.00638594 Jy ! Component: 1450 - total flux cleaned = 0.00638579 Jy ! Component: 1500 - total flux cleaned = 0.00622603 Jy ! Component: 1550 - total flux cleaned = 0.00612338 Jy ! Component: 1600 - total flux cleaned = 0.00607227 Jy ! Component: 1650 - total flux cleaned = 0.00607319 Jy ! Component: 1700 - total flux cleaned = 0.00612396 Jy ! Component: 1750 - total flux cleaned = 0.0062225 Jy ! Component: 1800 - total flux cleaned = 0.00617433 Jy ! Component: 1850 - total flux cleaned = 0.0061736 Jy ! Component: 1900 - total flux cleaned = 0.00612596 Jy ! Component: 1950 - total flux cleaned = 0.00598746 Jy ! Component: 2000 - total flux cleaned = 0.00589637 Jy ! Total flux subtracted in 2048 components = 0.0058519 Jy ! Clean residual min=-0.003093 max=0.002579 Jy/beam ! Clean residual mean=-0.000044 rms=0.001020 Jy/beam ! Combined flux in latest and established models = 0.192076 Jy keep ! Adding 162 model components to the UV plane model. ! The established model now contains 222 components and 0.192076 Jy ![Exited script file: muppet] wmap "J1712-1820_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.156 x 8.04 at -2.725 degrees (North through East) ! Clean map min=-0.0045174 max=0.14096 Jy/beam ! Writing clean map to FITS file: J1712-1820_S_2005_07_09_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.140959 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00102152 device "J1712-1820_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J1712-1820_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.17408 2.17408 4.34816 8.69632 17.3926 34.7853 69.5706 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.003 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.14 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.156 x 8.04 at -2.725 degrees (North through East) ! Clean map min=-0.0045174 max=0.14096 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1712-1820_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J1712-1820_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1712-1820_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 10:47:27 2006