! Started logfile: J1821-0502_S_2005_05_12_yyk_uvs.log on Sat Oct 8 22:59:59 2005 obs J1821-0502_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J1821-0502_S_2005_05_12_yyk_uve.fits ! AN table 1: 13 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.911111 visibilities/baseline/integration-bin. ! Found source: J1821-0502 ! ! 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 1447 lines of history. ! ! Reading 2132 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 J1821-0502_S_2005_05_12_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 = 256x256 pixels with 1.00x1.00 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.184875 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=5.329 mas, bmaj=13.11 mas, bpa=-2.595 degrees ! Estimated noise=1.28665 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.140327 Jy ! Component: 100 - total flux cleaned = 0.181475 Jy ! Total flux subtracted in 100 components = 0.181475 Jy ! Clean residual min=-0.007342 max=0.011703 Jy/beam ! Clean residual mean=0.000141 rms=0.002699 Jy/beam ! Combined flux in latest and established models = 0.181475 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.181475 Jy ! ! Correcting IF 1. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.073908Jy sigma=1.246679 ! Fit after self-cal, rms=0.073629Jy sigma=1.239629 ! Inverting map and beam ! Estimated beam: bmin=5.329 mas, bmaj=13.11 mas, bpa=-2.595 degrees ! Estimated noise=1.28665 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=6.622 mas, bmaj=13.65 mas, bpa=-0.03594 degrees ! Estimated noise=0.952551 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.0209805 Jy ! Component: 100 - total flux cleaned = 0.0312032 Jy ! Component: 150 - total flux cleaned = 0.036602 Jy ! Component: 200 - total flux cleaned = 0.0391375 Jy ! Total flux subtracted in 200 components = 0.0391375 Jy ! Clean residual min=-0.004901 max=0.006354 Jy/beam ! Clean residual mean=0.000096 rms=0.001463 Jy/beam ! Combined flux in latest and established models = 0.220612 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 38 components and 0.220612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068991Jy sigma=1.135795 ! Fit after self-cal, rms=0.069013Jy sigma=1.135595 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.622 x 13.65 at -0.03594 degrees (North through East) ! Clean map min=-0.0046769 max=0.15993 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: 0.986219 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.07 HN 1.12 KP 1.02 ! LA 0.98 MK 1.00* NL 1.03 OV 0.97 ! PT 1.01 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 ! 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.069013Jy sigma=1.135595 ! Fit after self-cal, rms=0.069119Jy sigma=1.132232 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.069119Jy sigma=1.132232 ! Fit after self-cal, rms=0.069120Jy sigma=1.132228 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.686 mas, bmaj=13.61 mas, bpa=0.5931 degrees ! Estimated noise=0.951539 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.00088928 Jy ! Component: 100 - total flux cleaned = 0.00102285 Jy ! Component: 150 - total flux cleaned = 0.00113975 Jy ! Component: 200 - total flux cleaned = 0.00119341 Jy ! Total flux subtracted in 200 components = 0.00119341 Jy ! Clean residual min=-0.004507 max=0.005757 Jy/beam ! Clean residual mean=0.000070 rms=0.001344 Jy/beam ! Combined flux in latest and established models = 0.221806 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.221806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069121Jy sigma=1.130071 ! Fit after self-cal, rms=0.069115Jy sigma=1.130012 ! 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.069115Jy sigma=1.130012 ! Fit after self-cal, rms=0.066687Jy sigma=1.083936 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.000833798 Jy ! Component: 100 - total flux cleaned = 0.000789002 Jy ! Component: 150 - total flux cleaned = 0.0008358 Jy ! Component: 200 - total flux cleaned = 0.000835241 Jy ! Total flux subtracted in 200 components = 0.000835241 Jy ! Clean residual min=-0.004190 max=0.005436 Jy/beam ! Clean residual mean=0.000065 rms=0.001309 Jy/beam ! Combined flux in latest and established models = 0.222641 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 50 components and 0.222641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066614Jy sigma=1.082804 ! Fit after self-cal, rms=0.066586Jy sigma=1.079857 ! 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: 6.686 x 13.61 at 0.5931 degrees (North through East) ! Clean map min=-0.0039886 max=0.16104 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.066586Jy sigma=1.079857 ! Fit after self-cal, rms=0.066886Jy sigma=1.062922 ! 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.066886Jy sigma=1.062922 ! Fit after self-cal, rms=0.066904Jy sigma=1.062614 ! Inverting map and beam ! Estimated beam: bmin=6.631 mas, bmaj=13.74 mas, bpa=0.09546 degrees ! Estimated noise=0.967253 mJy/beam. ! Added new window around map position (8, 1). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00524912 Jy ! Component: 100 - total flux cleaned = 0.00636489 Jy ! Component: 150 - total flux cleaned = 0.0069174 Jy ! Component: 200 - total flux cleaned = 0.00720352 Jy ! Total flux subtracted in 200 components = 0.00720352 Jy ! Clean residual min=-0.003824 max=0.004238 Jy/beam ! Clean residual mean=0.000043 rms=0.001203 Jy/beam ! Combined flux in latest and established models = 0.229844 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 64 components and 0.229844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066129Jy sigma=1.049634 ! Fit after self-cal, rms=0.066071Jy sigma=1.048760 ! 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.066071Jy sigma=1.048760 ! Fit after self-cal, rms=0.066067Jy sigma=1.042875 ! 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.066067Jy sigma=1.042875 ! Fit after self-cal, rms=0.066078Jy sigma=1.042788 ! Inverting map and beam ! Estimated beam: bmin=6.534 mas, bmaj=13.72 mas, bpa=-0.08876 degrees ! Estimated noise=0.968025 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000446559 Jy ! Component: 100 - total flux cleaned = 0.000271288 Jy ! Component: 150 - total flux cleaned = 0.000502945 Jy ! Component: 200 - total flux cleaned = 0.000787497 Jy ! Total flux subtracted in 200 components = 0.000787497 Jy ! Clean residual min=-0.003836 max=0.004247 Jy/beam ! Clean residual mean=0.000051 rms=0.001206 Jy/beam ! Combined flux in latest and established models = 0.230632 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 76 components and 0.230632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065846Jy sigma=1.038896 ! Fit after self-cal, rms=0.065831Jy sigma=1.038742 ! 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=9.077 mas, bmaj=14.87 mas, bpa=6.75 degrees ! Estimated noise=1.02624 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 = 1.13122e-05 Jy ! Component: 100 - total flux cleaned = 0.000218885 Jy ! Component: 150 - total flux cleaned = 0.000407851 Jy ! Component: 200 - total flux cleaned = 0.000582055 Jy ! Total flux subtracted in 200 components = 0.000582055 Jy ! Clean residual min=-0.003957 max=0.004052 Jy/beam ! Clean residual mean=0.000074 rms=0.001287 Jy/beam ! Combined flux in latest and established models = 0.231214 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 92 components and 0.231214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065767Jy sigma=1.037577 ! Fit after self-cal, rms=0.065756Jy sigma=1.037514 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.296 mas, bmaj=13.14 mas, bpa=-2.57 degrees ! Estimated noise=1.30996 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.143998 Jy ! Component: 100 - total flux cleaned = 0.185829 Jy ! Component: 150 - total flux cleaned = 0.203245 Jy ! Component: 200 - total flux cleaned = 0.213557 Jy ! Total flux subtracted in 200 components = 0.213557 Jy ! Clean residual min=-0.005754 max=0.005442 Jy/beam ! Clean residual mean=0.000049 rms=0.001622 Jy/beam ! Combined flux in latest and established models = 0.213557 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.213557 Jy ! Inverting map and beam ! Estimated beam: bmin=6.534 mas, bmaj=13.72 mas, bpa=-0.08876 degrees ! Estimated noise=0.968025 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.00878025 Jy ! Component: 100 - total flux cleaned = 0.0120138 Jy ! Component: 150 - total flux cleaned = 0.0129947 Jy ! Component: 200 - total flux cleaned = 0.0137985 Jy ! Total flux subtracted in 200 components = 0.0137985 Jy ! Clean residual min=-0.004130 max=0.004538 Jy/beam ! Clean residual mean=0.000073 rms=0.001272 Jy/beam ! Combined flux in latest and established models = 0.227356 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 56 components and 0.227356 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=9.077 mas, bmaj=14.87 mas, bpa=6.75 degrees ! Estimated noise=1.02624 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.000578088 Jy ! Component: 100 - total flux cleaned = 0.00103765 Jy ! Component: 150 - total flux cleaned = 0.00130082 Jy ! Component: 200 - total flux cleaned = 0.00154126 Jy ! Total flux subtracted in 200 components = 0.00154126 Jy ! Clean residual min=-0.003855 max=0.004037 Jy/beam ! Clean residual mean=0.000093 rms=0.001287 Jy/beam ! Combined flux in latest and established models = 0.228897 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 73 components and 0.228897 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=6.534 mas, bmaj=13.72 mas, bpa=-0.08876 degrees ! Estimated noise=0.968025 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000678113 Jy ! Component: 100 - total flux cleaned = 0.00106043 Jy ! Component: 150 - total flux cleaned = 0.00126985 Jy ! Component: 200 - total flux cleaned = 0.00152629 Jy ! Total flux subtracted in 200 components = 0.00152629 Jy ! Clean residual min=-0.003793 max=0.004100 Jy/beam ! Clean residual mean=0.000054 rms=0.001188 Jy/beam ! Combined flux in latest and established models = 0.230423 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 86 components and 0.230423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065730Jy sigma=1.038428 ! Fit after self-cal, rms=0.065724Jy sigma=1.038222 wmodel J1821-0502_S_2005_05_12_yyk\_map.mod ! Writing 86 model components to file: J1821-0502_S_2005_05_12_yyk_map.mod wobs J1821-0502_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J1821-0502_S_2005_05_12_yyk_uvs.fits wwins J1821-0502_S_2005_05_12_yyk\_map.win ! wwins: Wrote 2 windows to J1821-0502_S_2005_05_12_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=1024 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.00138018 Jy ! Component: 100 - total flux cleaned = 0.00191906 Jy ! Component: 150 - total flux cleaned = 0.00272593 Jy ! Component: 200 - total flux cleaned = 0.00347117 Jy ! Component: 250 - total flux cleaned = 0.0039514 Jy ! Component: 300 - total flux cleaned = 0.00425181 Jy ! Component: 350 - total flux cleaned = 0.00462956 Jy ! Component: 400 - total flux cleaned = 0.00526484 Jy ! Component: 450 - total flux cleaned = 0.00583184 Jy ! Component: 500 - total flux cleaned = 0.00629539 Jy ! Component: 550 - total flux cleaned = 0.00686682 Jy ! Component: 600 - total flux cleaned = 0.00746023 Jy ! Component: 650 - total flux cleaned = 0.00795956 Jy ! Component: 700 - total flux cleaned = 0.00851898 Jy ! Component: 750 - total flux cleaned = 0.00884539 Jy ! Component: 800 - total flux cleaned = 0.00916336 Jy ! Component: 850 - total flux cleaned = 0.00940388 Jy ! Component: 900 - total flux cleaned = 0.00960507 Jy ! Component: 950 - total flux cleaned = 0.00976959 Jy ! Component: 1000 - total flux cleaned = 0.00999448 Jy ! Total flux subtracted in 1024 components = 0.0101516 Jy ! Clean residual min=-0.002196 max=0.002184 Jy/beam ! Clean residual mean=0.000045 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.240575 Jy keep ! Adding 63 model components to the UV plane model. ! The established model now contains 149 components and 0.240575 Jy ![Exited script file: muppet] wmap "J1821-0502_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.534 x 13.72 at -0.08876 degrees (North through East) ! Clean map min=-0.0027712 max=0.16387 Jy/beam ! Writing clean map to FITS file: J1821-0502_S_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.163867 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000680635 device "J1821-0502_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J1821-0502_S_2005_05_12_yyk_map.eps/VPS' loglevs 1*100*3*image_rms/peak_flux ! The new contour levels are: ! -1.24607 1.24607 2.49215 4.9843 9.9686 19.9372 39.8744 79.7488 print "clev=",int(1*3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.163 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.534 x 13.72 at -0.08876 degrees (North through East) ! Clean map min=-0.0027712 max=0.16387 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1821-0502_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J1821-0502_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1821-0502_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 23:00:00 2005