! Started logfile: J1916-1519_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:38:38 2005 obs J1916-1519_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J1916-1519_S_2005_05_12_yyk_uve.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.976389 visibilities/baseline/integration-bin. ! Found source: J1916-1519 ! ! 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 1443 lines of history. ! ! Reading 2812 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 J1916-1519_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 = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.156561 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.412 mas, bmaj=6.327 mas, bpa=-0.8731 degrees ! Estimated noise=1.24707 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.112342 Jy ! Component: 100 - total flux cleaned = 0.130354 Jy ! Total flux subtracted in 100 components = 0.130354 Jy ! Clean residual min=-0.006759 max=0.006760 Jy/beam ! Clean residual mean=0.000006 rms=0.001716 Jy/beam ! Combined flux in latest and established models = 0.130354 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.130354 Jy ! ! Correcting IF 1. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.077987Jy sigma=1.181975 ! Fit after self-cal, rms=0.078317Jy sigma=1.154505 ! Inverting map and beam ! Estimated beam: bmin=2.412 mas, bmaj=6.327 mas, bpa=-0.8731 degrees ! Estimated noise=1.24707 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.266 mas, bmaj=8.159 mas, bpa=-2.886 degrees ! Estimated noise=0.725278 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.00710193 Jy ! Component: 100 - total flux cleaned = 0.0102656 Jy ! Component: 150 - total flux cleaned = 0.0115391 Jy ! Component: 200 - total flux cleaned = 0.0116215 Jy ! Total flux subtracted in 200 components = 0.0116215 Jy ! Clean residual min=-0.005257 max=0.005125 Jy/beam ! Clean residual mean=-0.000050 rms=0.001520 Jy/beam ! Combined flux in latest and established models = 0.141975 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 30 components and 0.141975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077732Jy sigma=1.144604 ! Fit after self-cal, rms=0.077718Jy sigma=1.144517 ! 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.266 x 8.159 at -2.886 degrees (North through East) ! Clean map min=-0.0051881 max=0.1277 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.0395 ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.99 HN 1.02 KP 0.97 ! LA 1.02 MK 0.96 NL 0.92 OV 0.91 ! PT 1.05 SC 0.87 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00758 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.04 HN 1.00 KP 1.01 ! LA 0.99 MK 1.01 NL 0.97 OV 0.96 ! PT 1.02 SC 0.98 ! ! ! 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.03891 ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.08 HN 0.99 KP 0.87 ! LA 1.06 MK 1.02 NL 0.90 OV 0.84 ! PT 0.85 SC 1.10 ! ! ! Fit before self-cal, rms=0.077718Jy sigma=1.144517 ! Fit after self-cal, rms=0.076520Jy sigma=1.127459 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.076520Jy sigma=1.127459 ! Fit after self-cal, rms=0.076552Jy sigma=1.127330 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.303 mas, bmaj=8.13 mas, bpa=-2.643 degrees ! Estimated noise=0.723316 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.000112871 Jy ! Component: 100 - total flux cleaned = 0.000215356 Jy ! Component: 150 - total flux cleaned = 0.00025953 Jy ! Component: 200 - total flux cleaned = 0.000341765 Jy ! Total flux subtracted in 200 components = 0.000341765 Jy ! Clean residual min=-0.005112 max=0.005457 Jy/beam ! Clean residual mean=0.000008 rms=0.001426 Jy/beam ! Combined flux in latest and established models = 0.142317 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 37 components and 0.142317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076573Jy sigma=1.126378 ! Fit after self-cal, rms=0.076563Jy sigma=1.126329 ! 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.076563Jy sigma=1.126329 ! Fit after self-cal, rms=0.074725Jy sigma=1.075166 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.00124296 Jy ! Component: 100 - total flux cleaned = 0.00127944 Jy ! Component: 150 - total flux cleaned = 0.00131153 Jy ! Component: 200 - total flux cleaned = 0.00134155 Jy ! Total flux subtracted in 200 components = 0.00134155 Jy ! Clean residual min=-0.004603 max=0.004604 Jy/beam ! Clean residual mean=0.000006 rms=0.001309 Jy/beam ! Combined flux in latest and established models = 0.143659 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 41 components and 0.143659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074721Jy sigma=1.074468 ! Fit after self-cal, rms=0.074816Jy sigma=1.071707 ! 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.303 x 8.13 at -2.643 degrees (North through East) ! Clean map min=-0.004397 max=0.12821 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.074816Jy sigma=1.071707 ! Fit after self-cal, rms=0.071725Jy sigma=1.054525 ! 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.071725Jy sigma=1.054525 ! Fit after self-cal, rms=0.071840Jy sigma=1.054124 ! Inverting map and beam ! Estimated beam: bmin=3.284 mas, bmaj=8.052 mas, bpa=-3.098 degrees ! Estimated noise=0.691416 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00444211 Jy ! Component: 100 - total flux cleaned = -0.00497986 Jy ! Component: 150 - total flux cleaned = -0.0051733 Jy ! Component: 200 - total flux cleaned = -0.00523159 Jy ! Total flux subtracted in 200 components = -0.00523159 Jy ! Clean residual min=-0.003976 max=0.004072 Jy/beam ! Clean residual mean=0.000013 rms=0.001122 Jy/beam ! Combined flux in latest and established models = 0.138427 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 46 components and 0.138427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071826Jy sigma=1.049264 ! Fit after self-cal, rms=0.071874Jy sigma=1.049193 ! 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.071874Jy sigma=1.049193 ! Fit after self-cal, rms=0.070732Jy sigma=1.042065 ! 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.070732Jy sigma=1.042065 ! Fit after self-cal, rms=0.070784Jy sigma=1.041960 ! Inverting map and beam ! Estimated beam: bmin=3.251 mas, bmaj=7.985 mas, bpa=-3.971 degrees ! Estimated noise=0.669583 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00317143 Jy ! Component: 100 - total flux cleaned = -0.00330071 Jy ! Component: 150 - total flux cleaned = -0.00339002 Jy ! Component: 200 - total flux cleaned = -0.00346421 Jy ! Total flux subtracted in 200 components = -0.00346421 Jy ! Clean residual min=-0.003492 max=0.003977 Jy/beam ! Clean residual mean=0.000008 rms=0.000992 Jy/beam ! Combined flux in latest and established models = 0.134963 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 52 components and 0.134963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070813Jy sigma=1.038080 ! Fit after self-cal, rms=0.070825Jy sigma=1.038056 ! 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.927 mas, bmaj=15.85 mas, bpa=11.01 degrees ! Estimated noise=0.849798 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.000259587 Jy ! Component: 100 - total flux cleaned = 0.000448045 Jy ! Component: 150 - total flux cleaned = 0.000523198 Jy ! Component: 200 - total flux cleaned = 0.000554748 Jy ! Total flux subtracted in 200 components = 0.000554748 Jy ! Clean residual min=-0.003908 max=0.002928 Jy/beam ! Clean residual mean=0.000013 rms=0.001270 Jy/beam ! Combined flux in latest and established models = 0.135517 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 56 components and 0.135517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070874Jy sigma=1.038667 ! Fit after self-cal, rms=0.070889Jy sigma=1.038560 ! 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.417 mas, bmaj=6.279 mas, bpa=-0.892 degrees ! Estimated noise=1.1557 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.105017 Jy ! Component: 100 - total flux cleaned = 0.122093 Jy ! Component: 150 - total flux cleaned = 0.129486 Jy ! Component: 200 - total flux cleaned = 0.133252 Jy ! Total flux subtracted in 200 components = 0.133252 Jy ! Clean residual min=-0.004457 max=0.005581 Jy/beam ! Clean residual mean=0.000006 rms=0.001344 Jy/beam ! Combined flux in latest and established models = 0.133252 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.133252 Jy ! Inverting map and beam ! Estimated beam: bmin=3.251 mas, bmaj=7.985 mas, bpa=-3.971 degrees ! Estimated noise=0.669583 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 (2, -9). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0032103 Jy ! Component: 100 - total flux cleaned = 0.00310727 Jy ! Component: 150 - total flux cleaned = 0.00301256 Jy ! Component: 200 - total flux cleaned = 0.00309284 Jy ! Total flux subtracted in 200 components = 0.00309284 Jy ! Clean residual min=-0.003564 max=0.003598 Jy/beam ! Clean residual mean=0.000001 rms=0.000987 Jy/beam ! Combined flux in latest and established models = 0.136345 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 53 components and 0.136345 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.927 mas, bmaj=15.85 mas, bpa=11.01 degrees ! Estimated noise=0.849798 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.000445334 Jy ! Component: 100 - total flux cleaned = -0.000199858 Jy ! Component: 150 - total flux cleaned = -9.70297e-05 Jy ! Component: 200 - total flux cleaned = -6.92531e-06 Jy ! Total flux subtracted in 200 components = -6.92531e-06 Jy ! Clean residual min=-0.004006 max=0.003176 Jy/beam ! Clean residual mean=0.000004 rms=0.001246 Jy/beam ! Combined flux in latest and established models = 0.136338 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.136338 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.251 mas, bmaj=7.985 mas, bpa=-3.971 degrees ! Estimated noise=0.669583 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.68975e-05 Jy ! Component: 100 - total flux cleaned = -4.51713e-05 Jy ! Component: 150 - total flux cleaned = -4.41552e-05 Jy ! Component: 200 - total flux cleaned = -9.17018e-05 Jy ! Total flux subtracted in 200 components = -9.17018e-05 Jy ! Clean residual min=-0.003308 max=0.003458 Jy/beam ! Clean residual mean=0.000001 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.136246 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 84 components and 0.136246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070529Jy sigma=1.032157 ! Fit after self-cal, rms=0.070496Jy sigma=1.031712 wmodel J1916-1519_S_2005_05_12_yyk\_map.mod ! Writing 84 model components to file: J1916-1519_S_2005_05_12_yyk_map.mod wobs J1916-1519_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J1916-1519_S_2005_05_12_yyk_uvs.fits wwins J1916-1519_S_2005_05_12_yyk\_map.win ! wwins: Wrote 2 windows to J1916-1519_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=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 8.65169e-06 Jy ! Component: 100 - total flux cleaned = -0.00021394 Jy ! Component: 150 - total flux cleaned = -0.000164603 Jy ! Component: 200 - total flux cleaned = -0.000446248 Jy ! Component: 250 - total flux cleaned = -0.000896327 Jy ! Component: 300 - total flux cleaned = -0.00124241 Jy ! Component: 350 - total flux cleaned = -0.00157792 Jy ! Component: 400 - total flux cleaned = -0.00202652 Jy ! Component: 450 - total flux cleaned = -0.00238344 Jy ! Component: 500 - total flux cleaned = -0.00288454 Jy ! Component: 550 - total flux cleaned = -0.00333427 Jy ! Component: 600 - total flux cleaned = -0.00373524 Jy ! Component: 650 - total flux cleaned = -0.00409083 Jy ! Component: 700 - total flux cleaned = -0.00436904 Jy ! Component: 750 - total flux cleaned = -0.00457366 Jy ! Component: 800 - total flux cleaned = -0.00480734 Jy ! Component: 850 - total flux cleaned = -0.00503547 Jy ! Component: 900 - total flux cleaned = -0.00522658 Jy ! Component: 950 - total flux cleaned = -0.00535096 Jy ! Component: 1000 - total flux cleaned = -0.00547365 Jy ! Component: 1050 - total flux cleaned = -0.00565457 Jy ! Component: 1100 - total flux cleaned = -0.00592053 Jy ! Component: 1150 - total flux cleaned = -0.00612392 Jy ! Component: 1200 - total flux cleaned = -0.00638185 Jy ! Component: 1250 - total flux cleaned = -0.00663561 Jy ! Component: 1300 - total flux cleaned = -0.00685795 Jy ! Component: 1350 - total flux cleaned = -0.00713152 Jy ! Component: 1400 - total flux cleaned = -0.00737421 Jy ! Component: 1450 - total flux cleaned = -0.00761437 Jy ! Component: 1500 - total flux cleaned = -0.00790274 Jy ! Component: 1550 - total flux cleaned = -0.00808392 Jy ! Component: 1600 - total flux cleaned = -0.00831423 Jy ! Component: 1650 - total flux cleaned = -0.00859217 Jy ! Component: 1700 - total flux cleaned = -0.00884154 Jy ! Component: 1750 - total flux cleaned = -0.0090387 Jy ! Component: 1800 - total flux cleaned = -0.00920947 Jy ! Component: 1850 - total flux cleaned = -0.00942623 Jy ! Component: 1900 - total flux cleaned = -0.00961659 Jy ! Component: 1950 - total flux cleaned = -0.00973439 Jy ! Component: 2000 - total flux cleaned = -0.00989704 Jy ! Total flux subtracted in 2048 components = -0.0100124 Jy ! Clean residual min=-0.001627 max=0.001397 Jy/beam ! Clean residual mean=0.000003 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.126234 Jy keep ! Adding 136 model components to the UV plane model. ! The established model now contains 220 components and 0.126234 Jy ![Exited script file: muppet] wmap "J1916-1519_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.251 x 7.985 at -3.971 degrees (North through East) ! Clean map min=-0.0025892 max=0.1217 Jy/beam ! Writing clean map to FITS file: J1916-1519_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.121704 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000482645 device "J1916-1519_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J1916-1519_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.18972 1.18972 2.37945 4.7589 9.51779 19.0356 38.0712 76.1423 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.121 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.251 x 7.985 at -3.971 degrees (North through East) ! Clean map min=-0.0025892 max=0.1217 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1916-1519_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J1916-1519_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1916-1519_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:38:42 2005