! Started logfile: J2351-2203_X_2005_07_20_yyk_uvs.log on Fri Jan 20 11:13:11 2006 obs J2351-2203_X_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J2351-2203_X_2005_07_20_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.84 visibilities/baseline/integration-bin. ! Found source: J2351-2203 ! ! 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.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1487 lines of history. ! ! Reading 1512 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 J2351-2203_X_2005_07_20_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.169208 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.6928 mas, bmaj=1.855 mas, bpa=-3.903 degrees ! Estimated noise=1.54552 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.130202 Jy ! Component: 100 - total flux cleaned = 0.15475 Jy ! Total flux subtracted in 100 components = 0.15475 Jy ! Clean residual min=-0.008840 max=0.010614 Jy/beam ! Clean residual mean=-0.000016 rms=0.002277 Jy/beam ! Combined flux in latest and established models = 0.15475 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.15475 Jy ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.067357Jy sigma=1.099455 ! Fit after self-cal, rms=0.067177Jy sigma=1.092618 ! Inverting map and beam ! Estimated beam: bmin=0.6928 mas, bmaj=1.855 mas, bpa=-3.903 degrees ! Estimated noise=1.54552 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.9009 mas, bmaj=2.406 mas, bpa=-5.614 degrees ! Estimated noise=1.03813 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.00963098 Jy ! Component: 100 - total flux cleaned = 0.0123732 Jy ! Component: 150 - total flux cleaned = 0.0125877 Jy ! Component: 200 - total flux cleaned = 0.0126459 Jy ! Total flux subtracted in 200 components = 0.0126459 Jy ! Clean residual min=-0.006600 max=0.009365 Jy/beam ! Clean residual mean=0.000040 rms=0.002160 Jy/beam ! Combined flux in latest and established models = 0.167396 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 23 components and 0.167396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066111Jy sigma=1.074463 ! Fit after self-cal, rms=0.066076Jy sigma=1.074178 ! 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.9009 x 2.406 at -5.614 degrees (North through East) ! Clean map min=-0.006359 max=0.15135 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.03251 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.95 HN 1.01 KP 0.87 ! LA 0.95 MK 0.97 NL 0.98 OV 0.99 ! PT 1.10 SC 0.95 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01922 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.97 HN 1.11 KP 0.89 ! LA 0.94 MK 0.93 NL 0.94 OV 1.02 ! PT 1.18 SC 0.92 ! ! ! 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.066076Jy sigma=1.074178 ! Fit after self-cal, rms=0.065231Jy sigma=1.048558 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.065231Jy sigma=1.048558 ! Fit after self-cal, rms=0.065234Jy sigma=1.048532 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.894 mas, bmaj=2.357 mas, bpa=-5.395 degrees ! Estimated noise=1.03607 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.00173802 Jy ! Component: 100 - total flux cleaned = 0.00198208 Jy ! Component: 150 - total flux cleaned = 0.00202773 Jy ! Component: 200 - total flux cleaned = 0.00204882 Jy ! Total flux subtracted in 200 components = 0.00204882 Jy ! Clean residual min=-0.005288 max=0.005922 Jy/beam ! Clean residual mean=0.000015 rms=0.001532 Jy/beam ! Combined flux in latest and established models = 0.169445 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 30 components and 0.169445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065176Jy sigma=1.047839 ! Fit after self-cal, rms=0.065169Jy sigma=1.047795 ! 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.065169Jy sigma=1.047795 ! Fit after self-cal, rms=0.062501Jy sigma=1.004835 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.000900938 Jy ! Component: 100 - total flux cleaned = 0.00096489 Jy ! Component: 150 - total flux cleaned = 0.000965385 Jy ! Component: 200 - total flux cleaned = 0.000965549 Jy ! Total flux subtracted in 200 components = 0.000965549 Jy ! Clean residual min=-0.005200 max=0.005741 Jy/beam ! Clean residual mean=0.000016 rms=0.001504 Jy/beam ! Combined flux in latest and established models = 0.17041 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 34 components and 0.17041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062467Jy sigma=1.004560 ! Fit after self-cal, rms=0.062270Jy sigma=1.001817 ! 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.894 x 2.357 at -5.395 degrees (North through East) ! Clean map min=-0.0049226 max=0.15193 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.062270Jy sigma=1.001817 ! Fit after self-cal, rms=0.060289Jy sigma=0.986635 ! 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.060289Jy sigma=0.986635 ! Fit after self-cal, rms=0.060268Jy sigma=0.986308 ! Inverting map and beam ! Estimated beam: bmin=0.8832 mas, bmaj=2.321 mas, bpa=-4.988 degrees ! Estimated noise=1.00931 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00287157 Jy ! Component: 100 - total flux cleaned = -0.00275816 Jy ! Component: 150 - total flux cleaned = -0.00272979 Jy ! Component: 200 - total flux cleaned = -0.00270344 Jy ! Total flux subtracted in 200 components = -0.00270344 Jy ! Clean residual min=-0.004485 max=0.004825 Jy/beam ! Clean residual mean=0.000006 rms=0.001275 Jy/beam ! Combined flux in latest and established models = 0.167707 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 41 components and 0.167707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060217Jy sigma=0.983907 ! Fit after self-cal, rms=0.060216Jy sigma=0.983859 ! 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.060216Jy sigma=0.983859 ! Fit after self-cal, rms=0.058899Jy sigma=0.968597 ! 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.058899Jy sigma=0.968597 ! Fit after self-cal, rms=0.058900Jy sigma=0.968504 ! Inverting map and beam ! Estimated beam: bmin=0.8781 mas, bmaj=2.312 mas, bpa=-5.023 degrees ! Estimated noise=0.996635 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00124858 Jy ! Component: 100 - total flux cleaned = -0.00109286 Jy ! Component: 150 - total flux cleaned = -0.00102343 Jy ! Component: 200 - total flux cleaned = -0.0010039 Jy ! Total flux subtracted in 200 components = -0.0010039 Jy ! Clean residual min=-0.004273 max=0.004622 Jy/beam ! Clean residual mean=0.000001 rms=0.001187 Jy/beam ! Combined flux in latest and established models = 0.166703 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 43 components and 0.166703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058882Jy sigma=0.967644 ! Fit after self-cal, rms=0.058887Jy sigma=0.967625 ! 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.392 mas, bmaj=5.665 mas, bpa=6.704 degrees ! Estimated noise=1.25574 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 = 3.11021e-05 Jy ! Component: 100 - total flux cleaned = 3.17645e-05 Jy ! Component: 150 - total flux cleaned = 4.96677e-05 Jy ! Component: 200 - total flux cleaned = 6.33319e-05 Jy ! Total flux subtracted in 200 components = 6.33319e-05 Jy ! Clean residual min=-0.004352 max=0.005654 Jy/beam ! Clean residual mean=0.000002 rms=0.001671 Jy/beam ! Combined flux in latest and established models = 0.166766 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.166766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058898Jy sigma=0.967808 ! Fit after self-cal, rms=0.058892Jy sigma=0.967689 ! 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.6887 mas, bmaj=1.829 mas, bpa=-3.614 degrees ! Estimated noise=1.47119 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.124947 Jy ! Component: 100 - total flux cleaned = 0.14952 Jy ! Component: 150 - total flux cleaned = 0.15955 Jy ! Component: 200 - total flux cleaned = 0.164529 Jy ! Total flux subtracted in 200 components = 0.164529 Jy ! Clean residual min=-0.005754 max=0.006057 Jy/beam ! Clean residual mean=-0.000006 rms=0.001477 Jy/beam ! Combined flux in latest and established models = 0.164529 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.164529 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8781 mas, bmaj=2.312 mas, bpa=-5.023 degrees ! Estimated noise=0.996635 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.00240493 Jy ! Component: 100 - total flux cleaned = 0.00248539 Jy ! Component: 150 - total flux cleaned = 0.0025121 Jy ! Component: 200 - total flux cleaned = 0.00253742 Jy ! Total flux subtracted in 200 components = 0.00253742 Jy ! Clean residual min=-0.004281 max=0.004616 Jy/beam ! Clean residual mean=0.000002 rms=0.001194 Jy/beam ! Combined flux in latest and established models = 0.167067 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 34 components and 0.167067 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.392 mas, bmaj=5.665 mas, bpa=6.704 degrees ! Estimated noise=1.25574 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 = -7.49465e-05 Jy ! Component: 100 - total flux cleaned = -4.43991e-05 Jy ! Component: 150 - total flux cleaned = -4.6764e-05 Jy ! Component: 200 - total flux cleaned = -2.54009e-05 Jy ! Total flux subtracted in 200 components = -2.54009e-05 Jy ! Clean residual min=-0.004303 max=0.005669 Jy/beam ! Clean residual mean=0.000003 rms=0.001675 Jy/beam ! Combined flux in latest and established models = 0.167041 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 38 components and 0.167041 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8781 mas, bmaj=2.312 mas, bpa=-5.023 degrees ! Estimated noise=0.996635 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -4.10158e-05 Jy ! Component: 100 - total flux cleaned = -0.000152548 Jy ! Component: 150 - total flux cleaned = -0.000103531 Jy ! Component: 200 - total flux cleaned = -6.51625e-05 Jy ! Total flux subtracted in 200 components = -6.51625e-05 Jy ! Clean residual min=-0.004285 max=0.004580 Jy/beam ! Clean residual mean=0.000002 rms=0.001189 Jy/beam ! Combined flux in latest and established models = 0.166976 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.166976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058873Jy sigma=0.967603 ! Fit after self-cal, rms=0.058877Jy sigma=0.967564 wmodel J2351-2203_X_2005_07_20_yyk\_map.mod ! Writing 43 model components to file: J2351-2203_X_2005_07_20_yyk_map.mod wobs J2351-2203_X_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J2351-2203_X_2005_07_20_yyk_uvs.fits wwins J2351-2203_X_2005_07_20_yyk\_map.win ! wwins: Wrote 1 windows to J2351-2203_X_2005_07_20_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.00118068 Jy ! Component: 100 - total flux cleaned = 0.00176714 Jy ! Component: 150 - total flux cleaned = 0.00210267 Jy ! Component: 200 - total flux cleaned = 0.00247927 Jy ! Component: 250 - total flux cleaned = 0.00254098 Jy ! Component: 300 - total flux cleaned = 0.00237066 Jy ! Component: 350 - total flux cleaned = 0.00220827 Jy ! Component: 400 - total flux cleaned = 0.00199949 Jy ! Component: 450 - total flux cleaned = 0.00179886 Jy ! Component: 500 - total flux cleaned = 0.00170375 Jy ! Component: 550 - total flux cleaned = 0.00151633 Jy ! Component: 600 - total flux cleaned = 0.00133329 Jy ! Component: 650 - total flux cleaned = 0.00133149 Jy ! Component: 700 - total flux cleaned = 0.00115866 Jy ! Component: 750 - total flux cleaned = 0.00128498 Jy ! Component: 800 - total flux cleaned = 0.00128434 Jy ! Component: 850 - total flux cleaned = 0.00120432 Jy ! Component: 900 - total flux cleaned = 0.0012427 Jy ! Component: 950 - total flux cleaned = 0.00120439 Jy ! Component: 1000 - total flux cleaned = 0.00120541 Jy ! Component: 1050 - total flux cleaned = 0.00113233 Jy ! Component: 1100 - total flux cleaned = 0.00109661 Jy ! Component: 1150 - total flux cleaned = 0.000955372 Jy ! Component: 1200 - total flux cleaned = 0.000920659 Jy ! Component: 1250 - total flux cleaned = 0.000920361 Jy ! Component: 1300 - total flux cleaned = 0.000820352 Jy ! Component: 1350 - total flux cleaned = 0.000722142 Jy ! Component: 1400 - total flux cleaned = 0.00062532 Jy ! Component: 1450 - total flux cleaned = 0.000593853 Jy ! Component: 1500 - total flux cleaned = 0.000562299 Jy ! Component: 1550 - total flux cleaned = 0.000377704 Jy ! Component: 1600 - total flux cleaned = 0.000378115 Jy ! Component: 1650 - total flux cleaned = 0.000378129 Jy ! Component: 1700 - total flux cleaned = 0.000349026 Jy ! Component: 1750 - total flux cleaned = 0.000233135 Jy ! Component: 1800 - total flux cleaned = 0.000261843 Jy ! Component: 1850 - total flux cleaned = 0.000177262 Jy ! Component: 1900 - total flux cleaned = 0.000148743 Jy ! Component: 1950 - total flux cleaned = 0.000120208 Jy ! Component: 2000 - total flux cleaned = 9.24101e-05 Jy ! Total flux subtracted in 2048 components = 1.16009e-05 Jy ! Clean residual min=-0.001620 max=0.001599 Jy/beam ! Clean residual mean=-0.000003 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.166988 Jy keep ! Adding 128 model components to the UV plane model. ! The established model now contains 171 components and 0.166988 Jy ![Exited script file: muppet] wmap "J2351-2203_X_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8781 x 2.312 at -5.023 degrees (North through East) ! Clean map min=-0.0034053 max=0.14573 Jy/beam ! Writing clean map to FITS file: J2351-2203_X_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.145729 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000510033 device "J2351-2203_X_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J2351-2203_X_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.04996 1.04996 2.09992 4.19983 8.39966 16.7993 33.5987 67.1973 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.145 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.8781 x 2.312 at -5.023 degrees (North through East) ! Clean map min=-0.0034053 max=0.14573 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2351-2203_X_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J2351-2203_X_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2351-2203_X_2005_07_20_yyk_uvs.log closed on Fri Jan 20 11:13:15 2006