! Started logfile: J0628-2805_S_2005_06_30_yyk_uvs.log on Sat Oct 8 17:03:05 2005 obs J0628-2805_S_2005_06_30_yyk_uve.fits ! Reading UV FITS file: J0628-2805_S_2005_06_30_yyk_uve.fits ! AN table 1: 18 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.977778 visibilities/baseline/integration-bin. ! Found source: J0628-2805 ! ! 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 1469 lines of history. ! ! Reading 3168 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 J0628-2805_S_2005_06_30_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.157921 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.366 mas, bmaj=6.211 mas, bpa=-0.4006 degrees ! Estimated noise=1.39054 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.110252 Jy ! Component: 100 - total flux cleaned = 0.12919 Jy ! Total flux subtracted in 100 components = 0.12919 Jy ! Clean residual min=-0.006073 max=0.006209 Jy/beam ! Clean residual mean=-0.000018 rms=0.001546 Jy/beam ! Combined flux in latest and established models = 0.12919 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.12919 Jy ! ! Correcting IF 1. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.081641Jy sigma=1.076946 ! Fit after self-cal, rms=0.081487Jy sigma=1.074458 ! Inverting map and beam ! Estimated beam: bmin=2.366 mas, bmaj=6.211 mas, bpa=-0.4006 degrees ! Estimated noise=1.39054 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.089 mas, bmaj=7.832 mas, bpa=-1.679 degrees ! Estimated noise=0.837008 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.00772105 Jy ! Component: 100 - total flux cleaned = 0.0106898 Jy ! Component: 150 - total flux cleaned = 0.0119539 Jy ! Component: 200 - total flux cleaned = 0.0122296 Jy ! Total flux subtracted in 200 components = 0.0122296 Jy ! Clean residual min=-0.004322 max=0.004114 Jy/beam ! Clean residual mean=-0.000090 rms=0.001191 Jy/beam ! Combined flux in latest and established models = 0.14142 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 34 components and 0.14142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080505Jy sigma=1.065628 ! Fit after self-cal, rms=0.080502Jy sigma=1.065452 ! 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.089 x 7.832 at -1.679 degrees (North through East) ! Clean map min=-0.0041353 max=0.12584 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.01257 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 1.12 KP 0.96 ! LA 1.00 MK 0.94 NL 0.93 OV 0.93 ! PT 1.11 SC 0.89 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.992695 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00 HN 1.08 KP 1.00 ! LA 1.10 MK 0.96 NL 0.99 OV 0.95 ! PT 1.01 SC 0.99 ! ! ! 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.080502Jy sigma=1.065452 ! Fit after self-cal, rms=0.080192Jy sigma=1.059786 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.080192Jy sigma=1.059786 ! Fit after self-cal, rms=0.080187Jy sigma=1.059679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.045 mas, bmaj=7.71 mas, bpa=-1.461 degrees ! Estimated noise=0.831248 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.000643174 Jy ! Component: 100 - total flux cleaned = 0.000824422 Jy ! Component: 150 - total flux cleaned = 0.00104521 Jy ! Component: 200 - total flux cleaned = 0.00116735 Jy ! Total flux subtracted in 200 components = 0.00116735 Jy ! Clean residual min=-0.003946 max=0.004325 Jy/beam ! Clean residual mean=-0.000025 rms=0.001141 Jy/beam ! Combined flux in latest and established models = 0.142587 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 36 components and 0.142587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080146Jy sigma=1.058981 ! Fit after self-cal, rms=0.080145Jy sigma=1.058869 ! 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.080145Jy sigma=1.058869 ! Fit after self-cal, rms=0.077808Jy sigma=1.024471 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.00120759 Jy ! Component: 100 - total flux cleaned = 0.00143118 Jy ! Component: 150 - total flux cleaned = 0.00152476 Jy ! Component: 200 - total flux cleaned = 0.00152505 Jy ! Total flux subtracted in 200 components = 0.00152505 Jy ! Clean residual min=-0.003985 max=0.004212 Jy/beam ! Clean residual mean=-0.000026 rms=0.001118 Jy/beam ! Combined flux in latest and established models = 0.144112 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 40 components and 0.144112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077722Jy sigma=1.024193 ! Fit after self-cal, rms=0.077591Jy sigma=1.021881 ! 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.045 x 7.71 at -1.461 degrees (North through East) ! Clean map min=-0.0038206 max=0.12481 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.077591Jy sigma=1.021881 ! Fit after self-cal, rms=0.076999Jy sigma=1.019597 ! 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.076999Jy sigma=1.019597 ! Fit after self-cal, rms=0.077059Jy sigma=1.019259 ! Inverting map and beam ! Estimated beam: bmin=3.022 mas, bmaj=7.645 mas, bpa=-1.566 degrees ! Estimated noise=0.825724 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 2.62974e-05 Jy ! Component: 100 - total flux cleaned = 0.000197797 Jy ! Component: 150 - total flux cleaned = 0.000315064 Jy ! Component: 200 - total flux cleaned = 0.000393312 Jy ! Total flux subtracted in 200 components = 0.000393312 Jy ! Clean residual min=-0.004008 max=0.004072 Jy/beam ! Clean residual mean=-0.000031 rms=0.001108 Jy/beam ! Combined flux in latest and established models = 0.144505 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 46 components and 0.144505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077060Jy sigma=1.018991 ! Fit after self-cal, rms=0.077114Jy sigma=1.018926 ! 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.077114Jy sigma=1.018926 ! Fit after self-cal, rms=0.077564Jy sigma=1.013736 ! 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.077564Jy sigma=1.013736 ! Fit after self-cal, rms=0.077605Jy sigma=1.013657 ! Inverting map and beam ! Estimated beam: bmin=3.009 mas, bmaj=7.651 mas, bpa=-1.694 degrees ! Estimated noise=0.825677 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00063513 Jy ! Component: 100 - total flux cleaned = 0.000744128 Jy ! Component: 150 - total flux cleaned = 0.000782151 Jy ! Component: 200 - total flux cleaned = 0.000816679 Jy ! Total flux subtracted in 200 components = 0.000816679 Jy ! Clean residual min=-0.003981 max=0.004047 Jy/beam ! Clean residual mean=-0.000019 rms=0.001094 Jy/beam ! Combined flux in latest and established models = 0.145322 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 54 components and 0.145322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077574Jy sigma=1.013473 ! Fit after self-cal, rms=0.077600Jy sigma=1.013454 ! 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=8.207 mas, bmaj=19.99 mas, bpa=5.565 degrees ! Estimated noise=1.08116 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.00149201 Jy ! Component: 100 - total flux cleaned = 0.00170436 Jy ! Component: 150 - total flux cleaned = 0.00189851 Jy ! Component: 200 - total flux cleaned = 0.00207303 Jy ! Total flux subtracted in 200 components = 0.00207303 Jy ! Clean residual min=-0.003707 max=0.004880 Jy/beam ! Clean residual mean=-0.000042 rms=0.001307 Jy/beam ! Combined flux in latest and established models = 0.147395 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 5 model components to the UV plane model. ! The established model now contains 56 components and 0.147395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077646Jy sigma=1.014229 ! Fit after self-cal, rms=0.077654Jy sigma=1.014010 ! Inverting map uvtaper 0,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.35 mas, bmaj=6.172 mas, bpa=-0.5154 degrees ! Estimated noise=1.35141 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.108302 Jy ! Component: 100 - total flux cleaned = 0.128315 Jy ! Component: 150 - total flux cleaned = 0.136765 Jy ! Component: 200 - total flux cleaned = 0.141549 Jy ! Total flux subtracted in 200 components = 0.141549 Jy ! Clean residual min=-0.005783 max=0.004606 Jy/beam ! Clean residual mean=-0.000005 rms=0.001327 Jy/beam ! Combined flux in latest and established models = 0.141549 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.141549 Jy ! Inverting map and beam ! Estimated beam: bmin=3.009 mas, bmaj=7.651 mas, bpa=-1.694 degrees ! Estimated noise=0.825677 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.00240488 Jy ! Component: 100 - total flux cleaned = 0.00264031 Jy ! Component: 150 - total flux cleaned = 0.00286844 Jy ! Component: 200 - total flux cleaned = 0.00305796 Jy ! Total flux subtracted in 200 components = 0.00305796 Jy ! Clean residual min=-0.004063 max=0.004319 Jy/beam ! Clean residual mean=-0.000017 rms=0.001116 Jy/beam ! Combined flux in latest and established models = 0.144607 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 48 components and 0.144607 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=8.207 mas, bmaj=19.99 mas, bpa=5.565 degrees ! Estimated noise=1.08116 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.00178101 Jy ! Component: 100 - total flux cleaned = 0.0020123 Jy ! Component: 150 - total flux cleaned = 0.00222411 Jy ! Component: 200 - total flux cleaned = 0.00235394 Jy ! Total flux subtracted in 200 components = 0.00235395 Jy ! Clean residual min=-0.003774 max=0.005070 Jy/beam ! Clean residual mean=-0.000039 rms=0.001332 Jy/beam ! Combined flux in latest and established models = 0.146961 Jy ! Adding 3 model components to the UV plane model. ! The established model now contains 49 components and 0.146961 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.009 mas, bmaj=7.651 mas, bpa=-1.694 degrees ! Estimated noise=0.825677 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00119285 Jy ! Component: 100 - total flux cleaned = -0.00114641 Jy ! Component: 150 - total flux cleaned = -0.0011472 Jy ! Component: 200 - total flux cleaned = -0.00117382 Jy ! Total flux subtracted in 200 components = -0.00117382 Jy ! Clean residual min=-0.003953 max=0.004246 Jy/beam ! Clean residual mean=-0.000020 rms=0.001079 Jy/beam ! Combined flux in latest and established models = 0.145787 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.145787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077628Jy sigma=1.013366 ! Fit after self-cal, rms=0.077633Jy sigma=1.013323 wmodel J0628-2805_S_2005_06_30_yyk\_map.mod ! Writing 56 model components to file: J0628-2805_S_2005_06_30_yyk_map.mod wobs J0628-2805_S_2005_06_30_yyk\_uvs.fits ! Writing UV FITS file: J0628-2805_S_2005_06_30_yyk_uvs.fits wwins J0628-2805_S_2005_06_30_yyk\_map.win ! wwins: Wrote 1 windows to J0628-2805_S_2005_06_30_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.000719947 Jy ! Component: 100 - total flux cleaned = 0.00071919 Jy ! Component: 150 - total flux cleaned = 0.00065912 Jy ! Component: 200 - total flux cleaned = 0.000718559 Jy ! Component: 250 - total flux cleaned = 0.000718391 Jy ! Component: 300 - total flux cleaned = 0.000353023 Jy ! Component: 350 - total flux cleaned = -4.93514e-05 Jy ! Component: 400 - total flux cleaned = -0.000486674 Jy ! Component: 450 - total flux cleaned = -0.000907707 Jy ! Component: 500 - total flux cleaned = -0.00122289 Jy ! Component: 550 - total flux cleaned = -0.0015733 Jy ! Component: 600 - total flux cleaned = -0.00208116 Jy ! Component: 650 - total flux cleaned = -0.00224537 Jy ! Component: 700 - total flux cleaned = -0.00252645 Jy ! Component: 750 - total flux cleaned = -0.00283905 Jy ! Component: 800 - total flux cleaned = -0.00310583 Jy ! Component: 850 - total flux cleaned = -0.00336594 Jy ! Component: 900 - total flux cleaned = -0.0036205 Jy ! Component: 950 - total flux cleaned = -0.00386871 Jy ! Component: 1000 - total flux cleaned = -0.00400782 Jy ! Component: 1050 - total flux cleaned = -0.00421331 Jy ! Component: 1100 - total flux cleaned = -0.00444818 Jy ! Component: 1150 - total flux cleaned = -0.00471125 Jy ! Component: 1200 - total flux cleaned = -0.00480748 Jy ! Component: 1250 - total flux cleaned = -0.0050615 Jy ! Component: 1300 - total flux cleaned = -0.00518659 Jy ! Component: 1350 - total flux cleaned = -0.00543205 Jy ! Component: 1400 - total flux cleaned = -0.00570346 Jy ! Component: 1450 - total flux cleaned = -0.00594027 Jy ! Component: 1500 - total flux cleaned = -0.00605682 Jy ! Component: 1550 - total flux cleaned = -0.00628815 Jy ! Component: 1600 - total flux cleaned = -0.00657187 Jy ! Component: 1650 - total flux cleaned = -0.00674028 Jy ! Component: 1700 - total flux cleaned = -0.00698927 Jy ! Component: 1750 - total flux cleaned = -0.00707124 Jy ! Component: 1800 - total flux cleaned = -0.00725981 Jy ! Component: 1850 - total flux cleaned = -0.00739256 Jy ! Component: 1900 - total flux cleaned = -0.00754989 Jy ! Component: 1950 - total flux cleaned = -0.00754949 Jy ! Component: 2000 - total flux cleaned = -0.0077039 Jy ! Total flux subtracted in 2048 components = -0.00793193 Jy ! Clean residual min=-0.001634 max=0.001267 Jy/beam ! Clean residual mean=0.000035 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.137856 Jy keep ! Adding 162 model components to the UV plane model. ! The established model now contains 218 components and 0.137856 Jy ![Exited script file: muppet] wmap "J0628-2805_S_2005_06_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.009 x 7.651 at -1.694 degrees (North through East) ! Clean map min=-0.0032012 max=0.12217 Jy/beam ! Writing clean map to FITS file: J0628-2805_S_2005_06_30_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.122173 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000534663 device "J0628-2805_S_2005_06_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J0628-2805_S_2005_06_30_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.31288 1.31288 2.62576 5.25152 10.503 21.0061 42.0122 84.0243 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.122 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.009 x 7.651 at -1.694 degrees (North through East) ! Clean map min=-0.0032012 max=0.12217 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0628-2805_S_2005_06_30_yyk\_map.gif/gif" ! Attempting to open device: 'J0628-2805_S_2005_06_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0628-2805_S_2005_06_30_yyk_uvs.log closed on Sat Oct 8 17:03:09 2005