! Started logfile: J0943-1204_S_2005_07_20_yyk_uvs.log on Fri Jan 20 10:15:15 2006 obs J0943-1204_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J0943-1204_S_2005_07_20_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.913333 visibilities/baseline/integration-bin. ! Found source: J0943-1204 ! ! 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 1644 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 J0943-1204_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.142447 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.47 mas, bmaj=6.579 mas, bpa=-3.058 degrees ! Estimated noise=1.52136 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.103815 Jy ! Component: 100 - total flux cleaned = 0.124855 Jy ! Total flux subtracted in 100 components = 0.124855 Jy ! Clean residual min=-0.007306 max=0.007186 Jy/beam ! Clean residual mean=-0.000013 rms=0.001827 Jy/beam ! Combined flux in latest and established models = 0.124855 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.124855 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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.064134Jy sigma=1.019209 ! Fit after self-cal, rms=0.063716Jy sigma=1.012655 ! Inverting map and beam ! Estimated beam: bmin=2.47 mas, bmaj=6.579 mas, bpa=-3.058 degrees ! Estimated noise=1.52136 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.201 mas, bmaj=7.99 mas, bpa=-5.882 degrees ! Estimated noise=1.08552 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.0105738 Jy ! Component: 100 - total flux cleaned = 0.0147135 Jy ! Component: 150 - total flux cleaned = 0.0162217 Jy ! Component: 200 - total flux cleaned = 0.0163909 Jy ! Total flux subtracted in 200 components = 0.0163909 Jy ! Clean residual min=-0.004907 max=0.004931 Jy/beam ! Clean residual mean=-0.000066 rms=0.001281 Jy/beam ! Combined flux in latest and established models = 0.141245 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 39 components and 0.141245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062313Jy sigma=0.990953 ! Fit after self-cal, rms=0.062294Jy sigma=0.990734 ! 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.201 x 7.99 at -5.882 degrees (North through East) ! Clean map min=-0.0047081 max=0.12232 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.01939 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.01 HN 1.01 KP 1.04 ! LA 1.04 MK 0.89 NL 0.97 OV 0.98 ! PT 1.03 SC 0.89 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01327 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.99 HN 1.11 KP 1.03 ! LA 1.10 MK 0.91 NL 0.92 OV 0.93 ! PT 0.94 SC 0.91 ! ! ! 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.062294Jy sigma=0.990734 ! Fit after self-cal, rms=0.061742Jy sigma=0.982825 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.061742Jy sigma=0.982825 ! Fit after self-cal, rms=0.061737Jy sigma=0.982730 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.118 mas, bmaj=7.759 mas, bpa=-5.64 degrees ! Estimated noise=1.08238 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.00258506 Jy ! Component: 100 - total flux cleaned = 0.00300145 Jy ! Component: 150 - total flux cleaned = 0.00327393 Jy ! Component: 200 - total flux cleaned = 0.00351393 Jy ! Total flux subtracted in 200 components = 0.00351393 Jy ! Clean residual min=-0.005119 max=0.004477 Jy/beam ! Clean residual mean=-0.000045 rms=0.001259 Jy/beam ! Combined flux in latest and established models = 0.144759 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 46 components and 0.144759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061558Jy sigma=0.980363 ! Fit after self-cal, rms=0.061546Jy sigma=0.980211 ! 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.061546Jy sigma=0.980211 ! Fit after self-cal, rms=0.057858Jy sigma=0.936464 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.00111746 Jy ! Component: 100 - total flux cleaned = 0.00120731 Jy ! Component: 150 - total flux cleaned = 0.00128912 Jy ! Component: 200 - total flux cleaned = 0.0013668 Jy ! Total flux subtracted in 200 components = 0.0013668 Jy ! Clean residual min=-0.005242 max=0.004406 Jy/beam ! Clean residual mean=-0.000046 rms=0.001232 Jy/beam ! Combined flux in latest and established models = 0.146126 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 53 components and 0.146126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057802Jy sigma=0.935475 ! Fit after self-cal, rms=0.057538Jy sigma=0.932806 ! 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.118 x 7.759 at -5.64 degrees (North through East) ! Clean map min=-0.0051222 max=0.12161 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.057538Jy sigma=0.932806 ! Fit after self-cal, rms=0.056467Jy sigma=0.923186 ! 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.056467Jy sigma=0.923186 ! Fit after self-cal, rms=0.056450Jy sigma=0.922899 ! Inverting map and beam ! Estimated beam: bmin=3.098 mas, bmaj=7.585 mas, bpa=-4.99 degrees ! Estimated noise=1.06598 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000434607 Jy ! Component: 100 - total flux cleaned = -0.000228803 Jy ! Component: 150 - total flux cleaned = -0.000126802 Jy ! Component: 200 - total flux cleaned = -3.81437e-05 Jy ! Total flux subtracted in 200 components = -3.81437e-05 Jy ! Clean residual min=-0.004652 max=0.004304 Jy/beam ! Clean residual mean=-0.000060 rms=0.001143 Jy/beam ! Combined flux in latest and established models = 0.146088 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 57 components and 0.146088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056431Jy sigma=0.922043 ! Fit after self-cal, rms=0.056430Jy sigma=0.921980 ! 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.056430Jy sigma=0.921980 ! Fit after self-cal, rms=0.056010Jy sigma=0.923731 ! 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.056010Jy sigma=0.923731 ! Fit after self-cal, rms=0.056022Jy sigma=0.923611 ! Inverting map and beam ! Estimated beam: bmin=3.055 mas, bmaj=7.533 mas, bpa=-4.403 degrees ! Estimated noise=1.04626 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00156937 Jy ! Component: 100 - total flux cleaned = -0.00153718 Jy ! Component: 150 - total flux cleaned = -0.00138782 Jy ! Component: 200 - total flux cleaned = -0.00131095 Jy ! Total flux subtracted in 200 components = -0.00131095 Jy ! Clean residual min=-0.004916 max=0.004365 Jy/beam ! Clean residual mean=-0.000048 rms=0.001115 Jy/beam ! Combined flux in latest and established models = 0.144777 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 59 components and 0.144777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056023Jy sigma=0.922242 ! Fit after self-cal, rms=0.056026Jy sigma=0.922205 ! 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.688 mas, bmaj=14.16 mas, bpa=0.6969 degrees ! Estimated noise=1.3721 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.000586847 Jy ! Component: 100 - total flux cleaned = 0.000657645 Jy ! Component: 150 - total flux cleaned = 0.000720367 Jy ! Component: 200 - total flux cleaned = 0.000777494 Jy ! Total flux subtracted in 200 components = 0.000777494 Jy ! Clean residual min=-0.005781 max=0.004877 Jy/beam ! Clean residual mean=-0.000105 rms=0.001622 Jy/beam ! Combined flux in latest and established models = 0.145555 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 62 components and 0.145555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056030Jy sigma=0.922257 ! Fit after self-cal, rms=0.056029Jy sigma=0.922211 ! 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.415 mas, bmaj=6.451 mas, bpa=-2.46 degrees ! Estimated noise=1.44769 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.101488 Jy ! Component: 100 - total flux cleaned = 0.124064 Jy ! Component: 150 - total flux cleaned = 0.133946 Jy ! Component: 200 - total flux cleaned = 0.139265 Jy ! Total flux subtracted in 200 components = 0.139265 Jy ! Clean residual min=-0.005623 max=0.005031 Jy/beam ! Clean residual mean=-0.000027 rms=0.001410 Jy/beam ! Combined flux in latest and established models = 0.139266 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.139266 Jy ! Inverting map and beam ! Estimated beam: bmin=3.055 mas, bmaj=7.533 mas, bpa=-4.403 degrees ! Estimated noise=1.04626 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.00339049 Jy ! Component: 100 - total flux cleaned = 0.00399782 Jy ! Component: 150 - total flux cleaned = 0.00421834 Jy ! Component: 200 - total flux cleaned = 0.00441274 Jy ! Total flux subtracted in 200 components = 0.00441274 Jy ! Clean residual min=-0.004831 max=0.004388 Jy/beam ! Clean residual mean=-0.000044 rms=0.001132 Jy/beam ! Combined flux in latest and established models = 0.143678 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 40 components and 0.143678 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.688 mas, bmaj=14.16 mas, bpa=0.6969 degrees ! Estimated noise=1.3721 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.00118777 Jy ! Component: 100 - total flux cleaned = 0.00131884 Jy ! Component: 150 - total flux cleaned = 0.00140488 Jy ! Component: 200 - total flux cleaned = 0.00148407 Jy ! Total flux subtracted in 200 components = 0.00148407 Jy ! Clean residual min=-0.005764 max=0.004946 Jy/beam ! Clean residual mean=-0.000102 rms=0.001624 Jy/beam ! Combined flux in latest and established models = 0.145162 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 42 components and 0.145162 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.055 mas, bmaj=7.533 mas, bpa=-4.403 degrees ! Estimated noise=1.04626 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000700507 Jy ! Component: 100 - total flux cleaned = -0.000693171 Jy ! Component: 150 - total flux cleaned = -0.000668294 Jy ! Component: 200 - total flux cleaned = -0.000645365 Jy ! Total flux subtracted in 200 components = -0.000645365 Jy ! Clean residual min=-0.004837 max=0.004303 Jy/beam ! Clean residual mean=-0.000047 rms=0.001116 Jy/beam ! Combined flux in latest and established models = 0.144517 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 54 components and 0.144517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056048Jy sigma=0.922649 ! Fit after self-cal, rms=0.056046Jy sigma=0.922614 wmodel J0943-1204_S_2005_07_20_yyk\_map.mod ! Writing 54 model components to file: J0943-1204_S_2005_07_20_yyk_map.mod wobs J0943-1204_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J0943-1204_S_2005_07_20_yyk_uvs.fits wwins J0943-1204_S_2005_07_20_yyk\_map.win ! wwins: Wrote 1 windows to J0943-1204_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.0013127 Jy ! Component: 100 - total flux cleaned = -0.00173762 Jy ! Component: 150 - total flux cleaned = -0.00244612 Jy ! Component: 200 - total flux cleaned = -0.00322275 Jy ! Component: 250 - total flux cleaned = -0.00355961 Jy ! Component: 300 - total flux cleaned = -0.00372142 Jy ! Component: 350 - total flux cleaned = -0.00392671 Jy ! Component: 400 - total flux cleaned = -0.0042221 Jy ! Component: 450 - total flux cleaned = -0.00460343 Jy ! Component: 500 - total flux cleaned = -0.00497531 Jy ! Component: 550 - total flux cleaned = -0.00547169 Jy ! Component: 600 - total flux cleaned = -0.0056931 Jy ! Component: 650 - total flux cleaned = -0.00603789 Jy ! Component: 700 - total flux cleaned = -0.00616418 Jy ! Component: 750 - total flux cleaned = -0.00632895 Jy ! Component: 800 - total flux cleaned = -0.00657007 Jy ! Component: 850 - total flux cleaned = -0.00676739 Jy ! Component: 900 - total flux cleaned = -0.00692212 Jy ! Component: 950 - total flux cleaned = -0.00711219 Jy ! Component: 1000 - total flux cleaned = -0.00726147 Jy ! Component: 1050 - total flux cleaned = -0.00737125 Jy ! Component: 1100 - total flux cleaned = -0.00747941 Jy ! Component: 1150 - total flux cleaned = -0.00769275 Jy ! Component: 1200 - total flux cleaned = -0.00786762 Jy ! Component: 1250 - total flux cleaned = -0.00803955 Jy ! Component: 1300 - total flux cleaned = -0.00817584 Jy ! Component: 1350 - total flux cleaned = -0.00844297 Jy ! Component: 1400 - total flux cleaned = -0.00854172 Jy ! Component: 1450 - total flux cleaned = -0.00876979 Jy ! Component: 1500 - total flux cleaned = -0.0088662 Jy ! Component: 1550 - total flux cleaned = -0.00902549 Jy ! Component: 1600 - total flux cleaned = -0.00918281 Jy ! Component: 1650 - total flux cleaned = -0.00946131 Jy ! Component: 1700 - total flux cleaned = -0.00949124 Jy ! Component: 1750 - total flux cleaned = -0.009552 Jy ! Component: 1800 - total flux cleaned = -0.00967219 Jy ! Component: 1850 - total flux cleaned = -0.00981998 Jy ! Component: 1900 - total flux cleaned = -0.00999573 Jy ! Component: 1950 - total flux cleaned = -0.010025 Jy ! Component: 2000 - total flux cleaned = -0.0101963 Jy ! Total flux subtracted in 2048 components = -0.0101682 Jy ! Clean residual min=-0.001662 max=0.001454 Jy/beam ! Clean residual mean=-0.000033 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.134349 Jy keep ! Adding 143 model components to the UV plane model. ! The established model now contains 197 components and 0.134349 Jy ![Exited script file: muppet] wmap "J0943-1204_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.055 x 7.533 at -4.403 degrees (North through East) ! Clean map min=-0.003496 max=0.11619 Jy/beam ! Writing clean map to FITS file: J0943-1204_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.116193 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000590813 device "J0943-1204_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J0943-1204_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.52542 1.52542 3.05084 6.10168 12.2034 24.4067 48.8135 97.6269 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.116 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.055 x 7.533 at -4.403 degrees (North through East) ! Clean map min=-0.003496 max=0.11619 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0943-1204_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J0943-1204_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0943-1204_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 10:15:19 2006