! Started logfile: J0803-0805_S_2005_07_08_yyk_uvs.log on Fri Jan 20 10:06:57 2006 obs J0803-0805_S_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J0803-0805_S_2005_07_08_yyk_uve.fits ! AN table 1: 12 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.861111 visibilities/baseline/integration-bin. ! Found source: J0803-0805 ! ! 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 1411 lines of history. ! ! Reading 1860 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 J0803-0805_S_2005_07_08_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.2093 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.689 mas, bmaj=6.749 mas, bpa=-4.599 degrees ! Estimated noise=1.52273 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.161009 Jy ! Component: 100 - total flux cleaned = 0.195859 Jy ! Total flux subtracted in 100 components = 0.195859 Jy ! Clean residual min=-0.008289 max=0.010001 Jy/beam ! Clean residual mean=-0.000024 rms=0.002205 Jy/beam ! Combined flux in latest and established models = 0.195859 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.195859 Jy ! ! Correcting IF 1. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.071634Jy sigma=1.110976 ! Fit after self-cal, rms=0.071371Jy sigma=1.104511 ! Inverting map and beam ! Estimated beam: bmin=2.689 mas, bmaj=6.749 mas, bpa=-4.599 degrees ! Estimated noise=1.52273 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.348 mas, bmaj=8.496 mas, bpa=-6.349 degrees ! Estimated noise=0.998018 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.0160727 Jy ! Component: 100 - total flux cleaned = 0.0224138 Jy ! Component: 150 - total flux cleaned = 0.0252414 Jy ! Component: 200 - total flux cleaned = 0.026089 Jy ! Total flux subtracted in 200 components = 0.026089 Jy ! Clean residual min=-0.004984 max=0.004464 Jy/beam ! Clean residual mean=-0.000107 rms=0.001411 Jy/beam ! Combined flux in latest and established models = 0.221948 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 45 model components to the UV plane model. ! The established model now contains 56 components and 0.221948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068219Jy sigma=1.059400 ! Fit after self-cal, rms=0.068187Jy sigma=1.059008 ! 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.348 x 8.496 at -6.349 degrees (North through East) ! Clean map min=-0.0048683 max=0.18722 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.01481 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.01 HN 1.06 KP 0.98 ! LA 1.08 MK 0.88 NL 0.92 OV 0.96 ! PT 1.07 SC 0.91 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00149 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.00 KP 1.01 ! LA 1.04 MK 0.98 NL 0.93 OV 1.00 ! PT 1.03 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.068187Jy sigma=1.059008 ! Fit after self-cal, rms=0.067136Jy sigma=1.046874 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.067136Jy sigma=1.046874 ! Fit after self-cal, rms=0.067133Jy sigma=1.046795 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=8.326 mas, bpa=-6.342 degrees ! Estimated noise=1.00158 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.00434606 Jy ! Component: 100 - total flux cleaned = 0.00557266 Jy ! Component: 150 - total flux cleaned = 0.00599697 Jy ! Component: 200 - total flux cleaned = 0.00630466 Jy ! Total flux subtracted in 200 components = 0.00630466 Jy ! Clean residual min=-0.004670 max=0.004246 Jy/beam ! Clean residual mean=-0.000056 rms=0.001308 Jy/beam ! Combined flux in latest and established models = 0.228253 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 64 components and 0.228253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066829Jy sigma=1.042849 ! Fit after self-cal, rms=0.066809Jy sigma=1.042619 ! 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.066809Jy sigma=1.042619 ! Fit after self-cal, rms=0.064105Jy sigma=0.998325 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.00158907 Jy ! Component: 100 - total flux cleaned = 0.00172758 Jy ! Component: 150 - total flux cleaned = 0.00179174 Jy ! Component: 200 - total flux cleaned = 0.0018489 Jy ! Total flux subtracted in 200 components = 0.0018489 Jy ! Clean residual min=-0.004622 max=0.004220 Jy/beam ! Clean residual mean=-0.000059 rms=0.001286 Jy/beam ! Combined flux in latest and established models = 0.230102 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 68 components and 0.230102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064039Jy sigma=0.997648 ! Fit after self-cal, rms=0.063842Jy sigma=0.994542 ! 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.276 x 8.326 at -6.342 degrees (North through East) ! Clean map min=-0.004445 max=0.18648 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.063842Jy sigma=0.994542 ! Fit after self-cal, rms=0.060200Jy sigma=0.967406 ! 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.060200Jy sigma=0.967406 ! Fit after self-cal, rms=0.060183Jy sigma=0.966987 ! Inverting map and beam ! Estimated beam: bmin=3.251 mas, bmaj=8.269 mas, bpa=-6.273 degrees ! Estimated noise=0.977494 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00333009 Jy ! Component: 100 - total flux cleaned = -0.00307365 Jy ! Component: 150 - total flux cleaned = -0.00286896 Jy ! Component: 200 - total flux cleaned = -0.00280074 Jy ! Total flux subtracted in 200 components = -0.00280074 Jy ! Clean residual min=-0.003916 max=0.003956 Jy/beam ! Clean residual mean=-0.000040 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.227301 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 75 components and 0.227301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060147Jy sigma=0.963578 ! Fit after self-cal, rms=0.060138Jy sigma=0.963465 ! 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.060138Jy sigma=0.963465 ! Fit after self-cal, rms=0.058465Jy sigma=0.949016 ! 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.058465Jy sigma=0.949016 ! Fit after self-cal, rms=0.058463Jy sigma=0.948980 ! Inverting map and beam ! Estimated beam: bmin=3.229 mas, bmaj=8.235 mas, bpa=-6.221 degrees ! Estimated noise=0.964967 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00161298 Jy ! Component: 100 - total flux cleaned = -0.00134186 Jy ! Component: 150 - total flux cleaned = -0.00112613 Jy ! Component: 200 - total flux cleaned = -0.00103855 Jy ! Total flux subtracted in 200 components = -0.00103855 Jy ! Clean residual min=-0.003840 max=0.003922 Jy/beam ! Clean residual mean=-0.000037 rms=0.001163 Jy/beam ! Combined flux in latest and established models = 0.226262 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 76 components and 0.226262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058450Jy sigma=0.947499 ! Fit after self-cal, rms=0.058444Jy sigma=0.947450 ! 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.908 mas, bmaj=14.63 mas, bpa=-8.806 degrees ! Estimated noise=1.23619 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.00128302 Jy ! Component: 100 - total flux cleaned = 0.00137591 Jy ! Component: 150 - total flux cleaned = 0.00149113 Jy ! Component: 200 - total flux cleaned = 0.00156801 Jy ! Total flux subtracted in 200 components = 0.00156801 Jy ! Clean residual min=-0.004988 max=0.004692 Jy/beam ! Clean residual mean=-0.000072 rms=0.001641 Jy/beam ! Combined flux in latest and established models = 0.22783 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 78 components and 0.22783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058452Jy sigma=0.947532 ! Fit after self-cal, rms=0.058452Jy sigma=0.947480 ! 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.656 mas, bmaj=6.67 mas, bpa=-4.537 degrees ! Estimated noise=1.4462 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.154496 Jy ! Component: 100 - total flux cleaned = 0.190143 Jy ! Component: 150 - total flux cleaned = 0.205819 Jy ! Component: 200 - total flux cleaned = 0.214899 Jy ! Total flux subtracted in 200 components = 0.214899 Jy ! Clean residual min=-0.005877 max=0.005318 Jy/beam ! Clean residual mean=-0.000029 rms=0.001502 Jy/beam ! Combined flux in latest and established models = 0.214898 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.214898 Jy ! Inverting map and beam ! Estimated beam: bmin=3.229 mas, bmaj=8.235 mas, bpa=-6.221 degrees ! Estimated noise=0.964967 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.00655665 Jy ! Component: 100 - total flux cleaned = 0.00953305 Jy ! Component: 150 - total flux cleaned = 0.0108643 Jy ! Component: 200 - total flux cleaned = 0.0111465 Jy ! Total flux subtracted in 200 components = 0.0111465 Jy ! Clean residual min=-0.003759 max=0.003905 Jy/beam ! Clean residual mean=-0.000037 rms=0.001168 Jy/beam ! Combined flux in latest and established models = 0.226045 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 49 components and 0.226045 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.908 mas, bmaj=14.63 mas, bpa=-8.806 degrees ! Estimated noise=1.23619 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.00150211 Jy ! Component: 100 - total flux cleaned = 0.00163801 Jy ! Component: 150 - total flux cleaned = 0.00173203 Jy ! Component: 200 - total flux cleaned = 0.0018185 Jy ! Total flux subtracted in 200 components = 0.0018185 Jy ! Clean residual min=-0.004987 max=0.004713 Jy/beam ! Clean residual mean=-0.000073 rms=0.001645 Jy/beam ! Combined flux in latest and established models = 0.227863 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 53 components and 0.227863 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.229 mas, bmaj=8.235 mas, bpa=-6.221 degrees ! Estimated noise=0.964967 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000530656 Jy ! Component: 100 - total flux cleaned = -0.000623766 Jy ! Component: 150 - total flux cleaned = -0.000662158 Jy ! Component: 200 - total flux cleaned = -0.000661315 Jy ! Total flux subtracted in 200 components = -0.000661315 Jy ! Clean residual min=-0.003717 max=0.003979 Jy/beam ! Clean residual mean=-0.000040 rms=0.001160 Jy/beam ! Combined flux in latest and established models = 0.227202 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 64 components and 0.227202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058446Jy sigma=0.947347 ! Fit after self-cal, rms=0.058441Jy sigma=0.947289 wmodel J0803-0805_S_2005_07_08_yyk\_map.mod ! Writing 64 model components to file: J0803-0805_S_2005_07_08_yyk_map.mod wobs J0803-0805_S_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J0803-0805_S_2005_07_08_yyk_uvs.fits wwins J0803-0805_S_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J0803-0805_S_2005_07_08_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.000387371 Jy ! Component: 100 - total flux cleaned = 0.000384039 Jy ! Component: 150 - total flux cleaned = 0.000322664 Jy ! Component: 200 - total flux cleaned = 0.000150601 Jy ! Component: 250 - total flux cleaned = 9.6696e-05 Jy ! Component: 300 - total flux cleaned = 0.000152225 Jy ! Component: 350 - total flux cleaned = -0.000104635 Jy ! Component: 400 - total flux cleaned = -0.000253935 Jy ! Component: 450 - total flux cleaned = -0.000399513 Jy ! Component: 500 - total flux cleaned = -0.000540986 Jy ! Component: 550 - total flux cleaned = -0.000631818 Jy ! Component: 600 - total flux cleaned = -0.000721017 Jy ! Component: 650 - total flux cleaned = -0.000938932 Jy ! Component: 700 - total flux cleaned = -0.00111031 Jy ! Component: 750 - total flux cleaned = -0.00115312 Jy ! Component: 800 - total flux cleaned = -0.00135781 Jy ! Component: 850 - total flux cleaned = -0.00139775 Jy ! Component: 900 - total flux cleaned = -0.00147612 Jy ! Component: 950 - total flux cleaned = -0.00162976 Jy ! Component: 1000 - total flux cleaned = -0.00170458 Jy ! Component: 1050 - total flux cleaned = -0.00162935 Jy ! Component: 1100 - total flux cleaned = -0.00141028 Jy ! Component: 1150 - total flux cleaned = -0.0013745 Jy ! Component: 1200 - total flux cleaned = -0.00116227 Jy ! Component: 1250 - total flux cleaned = -0.00105751 Jy ! Component: 1300 - total flux cleaned = -0.000954545 Jy ! Component: 1350 - total flux cleaned = -0.000920145 Jy ! Component: 1400 - total flux cleaned = -0.000786342 Jy ! Component: 1450 - total flux cleaned = -0.000622071 Jy ! Component: 1500 - total flux cleaned = -0.000524268 Jy ! Component: 1550 - total flux cleaned = -0.000364573 Jy ! Component: 1600 - total flux cleaned = -0.000270206 Jy ! Component: 1650 - total flux cleaned = -8.30647e-05 Jy ! Component: 1700 - total flux cleaned = 7.03362e-05 Jy ! Component: 1750 - total flux cleaned = 0.000100744 Jy ! Component: 1800 - total flux cleaned = 0.000221324 Jy ! Component: 1850 - total flux cleaned = 0.000251324 Jy ! Component: 1900 - total flux cleaned = 0.000428224 Jy ! Component: 1950 - total flux cleaned = 0.000543844 Jy ! Component: 2000 - total flux cleaned = 0.000572588 Jy ! Total flux subtracted in 2048 components = 0.000629005 Jy ! Clean residual min=-0.001616 max=0.001905 Jy/beam ! Clean residual mean=-0.000012 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.227831 Jy keep ! Adding 155 model components to the UV plane model. ! The established model now contains 219 components and 0.227831 Jy ![Exited script file: muppet] wmap "J0803-0805_S_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.229 x 8.235 at -6.221 degrees (North through East) ! Clean map min=-0.0028636 max=0.1788 Jy/beam ! Writing clean map to FITS file: J0803-0805_S_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.178799 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000607714 device "J0803-0805_S_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J0803-0805_S_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.01966 1.01966 2.03932 4.07864 8.15727 16.3145 32.6291 65.2582 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.178 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.229 x 8.235 at -6.221 degrees (North through East) ! Clean map min=-0.0028636 max=0.1788 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0803-0805_S_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J0803-0805_S_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0803-0805_S_2005_07_08_yyk_uvs.log closed on Fri Jan 20 10:07:01 2006