! Started logfile: J1633-2557_S_2005_07_20_yyk_uvs.log on Fri Jan 20 10:44:06 2006 obs J1633-2557_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J1633-2557_S_2005_07_20_yyk_uve.fits ! AN table 1: 14 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.942857 visibilities/baseline/integration-bin. ! Found source: J1633-2557 ! ! 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 1527 lines of history. ! ! Reading 2376 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 J1633-2557_S_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.154614 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.362 mas, bmaj=6.524 mas, bpa=-0.6145 degrees ! Estimated noise=1.65859 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.105546 Jy ! Component: 100 - total flux cleaned = 0.127017 Jy ! Total flux subtracted in 100 components = 0.127017 Jy ! Clean residual min=-0.007535 max=0.011022 Jy/beam ! Clean residual mean=-0.000012 rms=0.002107 Jy/beam ! Combined flux in latest and established models = 0.127017 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.127017 Jy ! ! Correcting IF 1. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.081415Jy sigma=1.260145 ! Fit after self-cal, rms=0.079884Jy sigma=1.127838 ! Inverting map and beam ! Estimated beam: bmin=2.36 mas, bmaj=6.517 mas, bpa=-0.5449 degrees ! Estimated noise=1.65901 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.114 mas, bmaj=8.102 mas, bpa=-4.656 degrees ! Estimated noise=1.01023 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.013649 Jy ! Component: 100 - total flux cleaned = 0.0190416 Jy ! Component: 150 - total flux cleaned = 0.0210857 Jy ! Component: 200 - total flux cleaned = 0.0214026 Jy ! Total flux subtracted in 200 components = 0.0214026 Jy ! Clean residual min=-0.005392 max=0.007849 Jy/beam ! Clean residual mean=0.000003 rms=0.001827 Jy/beam ! Combined flux in latest and established models = 0.14842 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 36 components and 0.14842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077849Jy sigma=1.101054 ! Fit after self-cal, rms=0.077858Jy sigma=1.100966 ! 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.114 x 8.102 at -4.656 degrees (North through East) ! Clean map min=-0.0052117 max=0.12286 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 ! 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 2. ! 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 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.05609 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.90 HN 1.07 KP 0.85 ! LA 0.85 MK 1.08 NL 0.94 OV 0.88 ! PT 0.99 SC 0.96 ! ! ! Fit before self-cal, rms=0.077858Jy sigma=1.100966 ! Fit after self-cal, rms=0.077021Jy sigma=1.093868 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.077021Jy sigma=1.093868 ! Fit after self-cal, rms=0.077034Jy sigma=1.093847 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.18 mas, bmaj=8.182 mas, bpa=-4.1 degrees ! Estimated noise=1.00777 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.000549155 Jy ! Component: 100 - total flux cleaned = -0.000501273 Jy ! Component: 150 - total flux cleaned = -0.000457731 Jy ! Component: 200 - total flux cleaned = -0.000416812 Jy ! Total flux subtracted in 200 components = -0.000416812 Jy ! Clean residual min=-0.004975 max=0.007474 Jy/beam ! Clean residual mean=0.000010 rms=0.001737 Jy/beam ! Combined flux in latest and established models = 0.148003 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 0.148003 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077022Jy sigma=1.093138 ! Fit after self-cal, rms=0.077024Jy sigma=1.093136 ! 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.077024Jy sigma=1.093136 ! Fit after self-cal, rms=0.070304Jy sigma=0.999277 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.0025046 Jy ! Component: 100 - total flux cleaned = 0.00254436 Jy ! Component: 150 - total flux cleaned = 0.00246622 Jy ! Component: 200 - total flux cleaned = 0.00239553 Jy ! Total flux subtracted in 200 components = 0.00239553 Jy ! Clean residual min=-0.005306 max=0.006208 Jy/beam ! Clean residual mean=0.000009 rms=0.001605 Jy/beam ! Combined flux in latest and established models = 0.150399 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 61 components and 0.150399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070147Jy sigma=0.997964 ! Fit after self-cal, rms=0.069265Jy sigma=0.989938 ! 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.18 x 8.182 at -4.1 degrees (North through East) ! Clean map min=-0.0050461 max=0.12591 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.069265Jy sigma=0.989938 ! Fit after self-cal, rms=0.067744Jy sigma=0.985998 ! 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.067744Jy sigma=0.985998 ! Fit after self-cal, rms=0.067456Jy sigma=0.984566 ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=8.134 mas, bpa=-4.202 degrees ! Estimated noise=0.99214 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00132804 Jy ! Component: 100 - total flux cleaned = -0.00151442 Jy ! Component: 150 - total flux cleaned = -0.00161019 Jy ! Component: 200 - total flux cleaned = -0.00161153 Jy ! Total flux subtracted in 200 components = -0.00161153 Jy ! Clean residual min=-0.004987 max=0.005655 Jy/beam ! Clean residual mean=0.000007 rms=0.001524 Jy/beam ! Combined flux in latest and established models = 0.148787 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 69 components and 0.148787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067489Jy sigma=0.983960 ! Fit after self-cal, rms=0.067372Jy sigma=0.983492 ! 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.067372Jy sigma=0.983492 ! Fit after self-cal, rms=0.067033Jy sigma=0.981523 ! 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.067033Jy sigma=0.981523 ! Fit after self-cal, rms=0.066974Jy sigma=0.981074 ! Inverting map and beam ! Estimated beam: bmin=3.16 mas, bmaj=8.127 mas, bpa=-4.097 degrees ! Estimated noise=0.983165 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0015144 Jy ! Component: 100 - total flux cleaned = -0.00172772 Jy ! Component: 150 - total flux cleaned = -0.00181912 Jy ! Component: 200 - total flux cleaned = -0.00181777 Jy ! Total flux subtracted in 200 components = -0.00181777 Jy ! Clean residual min=-0.004962 max=0.005501 Jy/beam ! Clean residual mean=0.000012 rms=0.001512 Jy/beam ! Combined flux in latest and established models = 0.146969 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 69 components and 0.146969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067018Jy sigma=0.980466 ! Fit after self-cal, rms=0.066999Jy sigma=0.980366 ! 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.175 mas, bmaj=20.34 mas, bpa=4.223 degrees ! Estimated noise=1.24648 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.001668 Jy ! Component: 100 - total flux cleaned = 0.00176117 Jy ! Component: 150 - total flux cleaned = 0.00201372 Jy ! Component: 200 - total flux cleaned = 0.0021687 Jy ! Total flux subtracted in 200 components = 0.0021687 Jy ! Clean residual min=-0.004141 max=0.006680 Jy/beam ! Clean residual mean=0.000018 rms=0.001918 Jy/beam ! Combined flux in latest and established models = 0.149138 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 72 components and 0.149138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067103Jy sigma=0.981634 ! Fit after self-cal, rms=0.067086Jy sigma=0.981512 ! 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.377 mas, bmaj=6.523 mas, bpa=-0.3217 degrees ! Estimated noise=1.61586 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.108259 Jy ! Component: 100 - total flux cleaned = 0.128435 Jy ! Component: 150 - total flux cleaned = 0.137674 Jy ! Component: 200 - total flux cleaned = 0.142756 Jy ! Total flux subtracted in 200 components = 0.142756 Jy ! Clean residual min=-0.005501 max=0.006186 Jy/beam ! Clean residual mean=0.000004 rms=0.001538 Jy/beam ! Combined flux in latest and established models = 0.142756 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.142756 Jy ! Inverting map and beam ! Estimated beam: bmin=3.16 mas, bmaj=8.127 mas, bpa=-4.097 degrees ! Estimated noise=0.983165 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.00269389 Jy ! Component: 100 - total flux cleaned = 0.00296127 Jy ! Component: 150 - total flux cleaned = 0.00313964 Jy ! Component: 200 - total flux cleaned = 0.0032499 Jy ! Total flux subtracted in 200 components = 0.0032499 Jy ! Clean residual min=-0.004788 max=0.005622 Jy/beam ! Clean residual mean=0.000012 rms=0.001574 Jy/beam ! Combined flux in latest and established models = 0.146006 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.146006 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.175 mas, bmaj=20.34 mas, bpa=4.223 degrees ! Estimated noise=1.24648 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.00184273 Jy ! Component: 100 - total flux cleaned = 0.00207353 Jy ! Component: 150 - total flux cleaned = 0.00228078 Jy ! Component: 200 - total flux cleaned = 0.00257287 Jy ! Total flux subtracted in 200 components = 0.00257287 Jy ! Clean residual min=-0.004198 max=0.006958 Jy/beam ! Clean residual mean=0.000019 rms=0.001979 Jy/beam ! Combined flux in latest and established models = 0.148578 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 36 components and 0.148578 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.16 mas, bmaj=8.127 mas, bpa=-4.097 degrees ! Estimated noise=0.983165 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00178856 Jy ! Component: 100 - total flux cleaned = -0.00187708 Jy ! Component: 150 - total flux cleaned = -0.0019366 Jy ! Component: 200 - total flux cleaned = -0.00197264 Jy ! Total flux subtracted in 200 components = -0.00197264 Jy ! Clean residual min=-0.004806 max=0.005421 Jy/beam ! Clean residual mean=0.000012 rms=0.001522 Jy/beam ! Combined flux in latest and established models = 0.146606 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 50 components and 0.146606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067012Jy sigma=0.980584 ! Fit after self-cal, rms=0.067003Jy sigma=0.980509 wmodel J1633-2557_S_2005_07_20_yyk\_map.mod ! Writing 50 model components to file: J1633-2557_S_2005_07_20_yyk_map.mod wobs J1633-2557_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J1633-2557_S_2005_07_20_yyk_uvs.fits wwins J1633-2557_S_2005_07_20_yyk\_map.win ! wwins: Wrote 1 windows to J1633-2557_S_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.00121087 Jy ! Component: 100 - total flux cleaned = 0.00112434 Jy ! Component: 150 - total flux cleaned = 0.0015179 Jy ! Component: 200 - total flux cleaned = 0.00189607 Jy ! Component: 250 - total flux cleaned = 0.00225613 Jy ! Component: 300 - total flux cleaned = 0.00260454 Jy ! Component: 350 - total flux cleaned = 0.00314317 Jy ! Component: 400 - total flux cleaned = 0.00360017 Jy ! Component: 450 - total flux cleaned = 0.00416941 Jy ! Component: 500 - total flux cleaned = 0.0044151 Jy ! Component: 550 - total flux cleaned = 0.0046553 Jy ! Component: 600 - total flux cleaned = 0.00477188 Jy ! Component: 650 - total flux cleaned = 0.00488498 Jy ! Component: 700 - total flux cleaned = 0.00505162 Jy ! Component: 750 - total flux cleaned = 0.00526921 Jy ! Component: 800 - total flux cleaned = 0.00558782 Jy ! Component: 850 - total flux cleaned = 0.00574274 Jy ! Component: 900 - total flux cleaned = 0.00579401 Jy ! Component: 950 - total flux cleaned = 0.00594357 Jy ! Component: 1000 - total flux cleaned = 0.00594259 Jy ! Component: 1050 - total flux cleaned = 0.00599086 Jy ! Component: 1100 - total flux cleaned = 0.00613157 Jy ! Component: 1150 - total flux cleaned = 0.0061759 Jy ! Component: 1200 - total flux cleaned = 0.00617483 Jy ! Component: 1250 - total flux cleaned = 0.00621913 Jy ! Component: 1300 - total flux cleaned = 0.0063071 Jy ! Component: 1350 - total flux cleaned = 0.00652123 Jy ! Component: 1400 - total flux cleaned = 0.00652074 Jy ! Component: 1450 - total flux cleaned = 0.00672913 Jy ! Component: 1500 - total flux cleaned = 0.00685188 Jy ! Component: 1550 - total flux cleaned = 0.00709432 Jy ! Component: 1600 - total flux cleaned = 0.00717386 Jy ! Component: 1650 - total flux cleaned = 0.00740894 Jy ! Component: 1700 - total flux cleaned = 0.00752451 Jy ! Component: 1750 - total flux cleaned = 0.00756277 Jy ! Component: 1800 - total flux cleaned = 0.00771338 Jy ! Component: 1850 - total flux cleaned = 0.00775019 Jy ! Component: 1900 - total flux cleaned = 0.00778697 Jy ! Component: 1950 - total flux cleaned = 0.00789597 Jy ! Component: 2000 - total flux cleaned = 0.00800259 Jy ! Total flux subtracted in 2048 components = 0.00789628 Jy ! Clean residual min=-0.002219 max=0.002070 Jy/beam ! Clean residual mean=0.000010 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.154502 Jy keep ! Adding 160 model components to the UV plane model. ! The established model now contains 210 components and 0.154502 Jy ![Exited script file: muppet] wmap "J1633-2557_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.16 x 8.127 at -4.097 degrees (North through East) ! Clean map min=-0.0036736 max=0.12415 Jy/beam ! Writing clean map to FITS file: J1633-2557_S_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.12415 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00076232 device "J1633-2557_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J1633-2557_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.84209 1.84209 3.68418 7.36835 14.7367 29.4734 58.9468 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.124 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.16 x 8.127 at -4.097 degrees (North through East) ! Clean map min=-0.0036736 max=0.12415 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1633-2557_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J1633-2557_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1633-2557_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 10:44:10 2006