! Started logfile: J1534-2218_S_2005_06_30_yyk_uvs.log on Sat Oct 8 17:26:32 2005 obs J1534-2218_S_2005_06_30_yyk_uve.fits ! Reading UV FITS file: J1534-2218_S_2005_06_30_yyk_uve.fits ! AN table 1: 20 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.931111 visibilities/baseline/integration-bin. ! Found source: J1534-2218 ! ! 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 1469 lines of history. ! ! Reading 3352 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 J1534-2218_S_2005_06_30_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.200064 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.345 mas, bmaj=6.459 mas, bpa=-5.537 degrees ! Estimated noise=1.09753 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.143582 Jy ! Component: 100 - total flux cleaned = 0.175948 Jy ! Total flux subtracted in 100 components = 0.175948 Jy ! Clean residual min=-0.008545 max=0.010524 Jy/beam ! Clean residual mean=0.000008 rms=0.002171 Jy/beam ! Combined flux in latest and established models = 0.175948 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.175948 Jy ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 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.080975Jy sigma=1.215949 ! Fit after self-cal, rms=0.078102Jy sigma=1.200038 ! Inverting map and beam ! Estimated beam: bmin=2.345 mas, bmaj=6.459 mas, bpa=-5.537 degrees ! Estimated noise=1.09753 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.092 mas, bmaj=8.067 mas, bpa=-4.542 degrees ! Estimated noise=0.717141 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.0201004 Jy ! Component: 100 - total flux cleaned = 0.0276775 Jy ! Component: 150 - total flux cleaned = 0.0308069 Jy ! Component: 200 - total flux cleaned = 0.0317627 Jy ! Total flux subtracted in 200 components = 0.0317627 Jy ! Clean residual min=-0.005584 max=0.007451 Jy/beam ! Clean residual mean=-0.000002 rms=0.001769 Jy/beam ! Combined flux in latest and established models = 0.207711 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 48 components and 0.207711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073436Jy sigma=1.135803 ! Fit after self-cal, rms=0.073432Jy sigma=1.135600 ! 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.092 x 8.067 at -4.542 degrees (North through East) ! Clean map min=-0.0053868 max=0.17295 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.02769 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.98 HN 1.01 KP 0.95 ! LA 1.05 MK 0.91 NL 0.93 OV 0.96 ! PT 1.08 SC 0.92 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00427 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.97 HN 1.06 KP 0.96 ! LA 1.03 MK 0.97 NL 0.96 OV 0.99 ! PT 1.05 SC 0.94 ! ! ! 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.073432Jy sigma=1.135600 ! Fit after self-cal, rms=0.072765Jy sigma=1.128151 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.072765Jy sigma=1.128151 ! Fit after self-cal, rms=0.072759Jy sigma=1.128040 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.045 mas, bmaj=7.928 mas, bpa=-4.386 degrees ! Estimated noise=0.717896 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.00285362 Jy ! Component: 100 - total flux cleaned = 0.00324519 Jy ! Component: 150 - total flux cleaned = 0.00351268 Jy ! Component: 200 - total flux cleaned = 0.0037319 Jy ! Total flux subtracted in 200 components = 0.0037319 Jy ! Clean residual min=-0.005138 max=0.006909 Jy/beam ! Clean residual mean=0.000057 rms=0.001733 Jy/beam ! Combined flux in latest and established models = 0.211443 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 57 components and 0.211443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072583Jy sigma=1.126373 ! Fit after self-cal, rms=0.072577Jy sigma=1.126236 ! 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.072577Jy sigma=1.126236 ! Fit after self-cal, rms=0.070109Jy sigma=1.090439 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.000959133 Jy ! Component: 100 - total flux cleaned = 0.00098017 Jy ! Component: 150 - total flux cleaned = 0.000960939 Jy ! Component: 200 - total flux cleaned = 0.000960719 Jy ! Total flux subtracted in 200 components = 0.000960719 Jy ! Clean residual min=-0.005062 max=0.006837 Jy/beam ! Clean residual mean=0.000057 rms=0.001724 Jy/beam ! Combined flux in latest and established models = 0.212404 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 64 components and 0.212404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070047Jy sigma=1.090168 ! Fit after self-cal, rms=0.069955Jy sigma=1.088461 ! 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.045 x 7.928 at -4.386 degrees (North through East) ! Clean map min=-0.0048885 max=0.1727 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.069955Jy sigma=1.088461 ! Fit after self-cal, rms=0.068766Jy sigma=1.082509 ! 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.068766Jy sigma=1.082509 ! Fit after self-cal, rms=0.068767Jy sigma=1.082364 ! Inverting map and beam ! Estimated beam: bmin=3.029 mas, bmaj=7.864 mas, bpa=-4.393 degrees ! Estimated noise=0.707126 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00194244 Jy ! Component: 100 - total flux cleaned = -0.00184718 Jy ! Component: 150 - total flux cleaned = -0.001849 Jy ! Component: 200 - total flux cleaned = -0.00180691 Jy ! Total flux subtracted in 200 components = -0.00180691 Jy ! Clean residual min=-0.004560 max=0.006367 Jy/beam ! Clean residual mean=0.000047 rms=0.001606 Jy/beam ! Combined flux in latest and established models = 0.210597 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 67 components and 0.210597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068919Jy sigma=1.081337 ! Fit after self-cal, rms=0.068922Jy sigma=1.081306 ! 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.068922Jy sigma=1.081306 ! Fit after self-cal, rms=0.066712Jy sigma=1.058161 ! 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.066712Jy sigma=1.058161 ! Fit after self-cal, rms=0.066710Jy sigma=1.058077 ! Inverting map and beam ! Estimated beam: bmin=3.074 mas, bmaj=7.902 mas, bpa=-3.979 degrees ! Estimated noise=0.697306 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.002911 Jy ! Component: 100 - total flux cleaned = -0.00385598 Jy ! Component: 150 - total flux cleaned = -0.00389071 Jy ! Component: 200 - total flux cleaned = -0.00392233 Jy ! Total flux subtracted in 200 components = -0.00392233 Jy ! Clean residual min=-0.004044 max=0.006075 Jy/beam ! Clean residual mean=0.000045 rms=0.001501 Jy/beam ! Combined flux in latest and established models = 0.206674 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 85 components and 0.206674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066852Jy sigma=1.056337 ! Fit after self-cal, rms=0.066849Jy sigma=1.056314 ! 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.867 mas, bmaj=17.46 mas, bpa=1.047 degrees ! Estimated noise=0.905849 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.00068977 Jy ! Component: 100 - total flux cleaned = 0.000819595 Jy ! Component: 150 - total flux cleaned = 0.0009948 Jy ! Component: 200 - total flux cleaned = 0.00104516 Jy ! Total flux subtracted in 200 components = 0.00104516 Jy ! Clean residual min=-0.005158 max=0.007911 Jy/beam ! Clean residual mean=0.000066 rms=0.002319 Jy/beam ! Combined flux in latest and established models = 0.207719 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 87 components and 0.207719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066899Jy sigma=1.056418 ! Fit after self-cal, rms=0.066903Jy sigma=1.056379 ! 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=2.342 mas, bmaj=6.413 mas, bpa=-5.223 degrees ! Estimated noise=1.05481 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.140486 Jy ! Component: 100 - total flux cleaned = 0.172925 Jy ! Component: 150 - total flux cleaned = 0.188771 Jy ! Component: 200 - total flux cleaned = 0.197422 Jy ! Total flux subtracted in 200 components = 0.197422 Jy ! Clean residual min=-0.005699 max=0.005241 Jy/beam ! Clean residual mean=0.000032 rms=0.001353 Jy/beam ! Combined flux in latest and established models = 0.197422 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.197422 Jy ! Inverting map and beam ! Estimated beam: bmin=3.074 mas, bmaj=7.902 mas, bpa=-3.979 degrees ! Estimated noise=0.697306 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) ! Added new window around map position (-32, 50). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0085589 Jy ! Component: 100 - total flux cleaned = 0.0114429 Jy ! Component: 150 - total flux cleaned = 0.0122353 Jy ! Component: 200 - total flux cleaned = 0.0126745 Jy ! Total flux subtracted in 200 components = 0.0126745 Jy ! Clean residual min=-0.004494 max=0.005845 Jy/beam ! Clean residual mean=0.000012 rms=0.001388 Jy/beam ! Combined flux in latest and established models = 0.210096 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 68 components and 0.210096 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.867 mas, bmaj=17.46 mas, bpa=1.047 degrees ! Estimated noise=0.905849 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.00112573 Jy ! Component: 100 - total flux cleaned = 0.0011293 Jy ! Component: 150 - total flux cleaned = 0.000969831 Jy ! Component: 200 - total flux cleaned = 0.000973367 Jy ! Total flux subtracted in 200 components = 0.000973367 Jy ! Clean residual min=-0.005476 max=0.007546 Jy/beam ! Clean residual mean=0.000004 rms=0.002087 Jy/beam ! Combined flux in latest and established models = 0.21107 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 78 components and 0.21107 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.074 mas, bmaj=7.902 mas, bpa=-3.979 degrees ! Estimated noise=0.697306 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000606784 Jy ! Component: 100 - total flux cleaned = -0.000952017 Jy ! Component: 150 - total flux cleaned = -0.00115147 Jy ! Component: 200 - total flux cleaned = -0.00124083 Jy ! Total flux subtracted in 200 components = -0.00124083 Jy ! Clean residual min=-0.004130 max=0.005269 Jy/beam ! Clean residual mean=0.000013 rms=0.001330 Jy/beam ! Combined flux in latest and established models = 0.209829 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 99 components and 0.209829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066829Jy sigma=1.046022 ! Fit after self-cal, rms=0.066725Jy sigma=1.043904 wmodel J1534-2218_S_2005_06_30_yyk\_map.mod ! Writing 99 model components to file: J1534-2218_S_2005_06_30_yyk_map.mod wobs J1534-2218_S_2005_06_30_yyk\_uvs.fits ! Writing UV FITS file: J1534-2218_S_2005_06_30_yyk_uvs.fits wwins J1534-2218_S_2005_06_30_yyk\_map.win ! wwins: Wrote 2 windows to J1534-2218_S_2005_06_30_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.00215534 Jy ! Component: 100 - total flux cleaned = 0.0040386 Jy ! Component: 150 - total flux cleaned = 0.00522619 Jy ! Component: 200 - total flux cleaned = 0.0057534 Jy ! Component: 250 - total flux cleaned = 0.00606628 Jy ! Component: 300 - total flux cleaned = 0.00642469 Jy ! Component: 350 - total flux cleaned = 0.00671207 Jy ! Component: 400 - total flux cleaned = 0.00693499 Jy ! Component: 450 - total flux cleaned = 0.00731032 Jy ! Component: 500 - total flux cleaned = 0.00741341 Jy ! Component: 550 - total flux cleaned = 0.00761508 Jy ! Component: 600 - total flux cleaned = 0.00785886 Jy ! Component: 650 - total flux cleaned = 0.00800103 Jy ! Component: 700 - total flux cleaned = 0.00827757 Jy ! Component: 750 - total flux cleaned = 0.00836682 Jy ! Component: 800 - total flux cleaned = 0.00858598 Jy ! Component: 850 - total flux cleaned = 0.00879898 Jy ! Component: 900 - total flux cleaned = 0.00896679 Jy ! Component: 950 - total flux cleaned = 0.00929589 Jy ! Component: 1000 - total flux cleaned = 0.00957733 Jy ! Component: 1050 - total flux cleaned = 0.0100107 Jy ! Component: 1100 - total flux cleaned = 0.0103194 Jy ! Component: 1150 - total flux cleaned = 0.010622 Jy ! Component: 1200 - total flux cleaned = 0.0109187 Jy ! Component: 1250 - total flux cleaned = 0.0112453 Jy ! Component: 1300 - total flux cleaned = 0.0115305 Jy ! Component: 1350 - total flux cleaned = 0.0118109 Jy ! Component: 1400 - total flux cleaned = 0.0121213 Jy ! Component: 1450 - total flux cleaned = 0.012392 Jy ! Component: 1500 - total flux cleaned = 0.012592 Jy ! Component: 1550 - total flux cleaned = 0.0128543 Jy ! Component: 1600 - total flux cleaned = 0.013113 Jy ! Component: 1650 - total flux cleaned = 0.0133985 Jy ! Component: 1700 - total flux cleaned = 0.0135234 Jy ! Component: 1750 - total flux cleaned = 0.0137091 Jy ! Component: 1800 - total flux cleaned = 0.0138307 Jy ! Component: 1850 - total flux cleaned = 0.0138908 Jy ! Component: 1900 - total flux cleaned = 0.0140977 Jy ! Component: 1950 - total flux cleaned = 0.0140971 Jy ! Component: 2000 - total flux cleaned = 0.0140111 Jy ! Total flux subtracted in 2048 components = 0.0141253 Jy ! Clean residual min=-0.001640 max=0.001660 Jy/beam ! Clean residual mean=-0.000005 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.223954 Jy keep ! Adding 184 model components to the UV plane model. ! The established model now contains 283 components and 0.223954 Jy ![Exited script file: muppet] wmap "J1534-2218_S_2005_06_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.074 x 7.902 at -3.979 degrees (North through East) ! Clean map min=-0.0034189 max=0.1679 Jy/beam ! Writing clean map to FITS file: J1534-2218_S_2005_06_30_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.167896 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000633997 device "J1534-2218_S_2005_06_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J1534-2218_S_2005_06_30_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.13284 1.13284 2.26568 4.53136 9.06273 18.1255 36.2509 72.5018 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.167 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.074 x 7.902 at -3.979 degrees (North through East) ! Clean map min=-0.0034189 max=0.1679 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1534-2218_S_2005_06_30_yyk\_map.gif/gif" ! Attempting to open device: 'J1534-2218_S_2005_06_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1534-2218_S_2005_06_30_yyk_uvs.log closed on Sat Oct 8 17:26:36 2005