! Started logfile: J1519-1151_S_2005_07_08_yyk_uvs.log on Fri Jan 20 10:38:06 2006 obs J1519-1151_S_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J1519-1151_S_2005_07_08_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.942222 visibilities/baseline/integration-bin. ! Found source: J1519-1151 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1411 lines of history. ! ! Reading 1696 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 J1519-1151_S_2005_07_08_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.343557 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.603 mas, bmaj=6.578 mas, bpa=-2.305 degrees ! Estimated noise=1.34968 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.272223 Jy ! Component: 100 - total flux cleaned = 0.324389 Jy ! Total flux subtracted in 100 components = 0.324389 Jy ! Clean residual min=-0.011125 max=0.015941 Jy/beam ! Clean residual mean=0.000001 rms=0.003156 Jy/beam ! Combined flux in latest and established models = 0.324389 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.324389 Jy ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.087515Jy sigma=1.353592 ! Fit after self-cal, rms=0.087392Jy sigma=1.346263 ! Inverting map and beam ! Estimated beam: bmin=2.603 mas, bmaj=6.578 mas, bpa=-2.305 degrees ! Estimated noise=1.34968 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.066 mas, bmaj=7.992 mas, bpa=-2.585 degrees ! Estimated noise=1.00365 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.029277 Jy ! Component: 100 - total flux cleaned = 0.0416131 Jy ! Component: 150 - total flux cleaned = 0.0472842 Jy ! Component: 200 - total flux cleaned = 0.0489117 Jy ! Total flux subtracted in 200 components = 0.0489117 Jy ! Clean residual min=-0.007591 max=0.011549 Jy/beam ! Clean residual mean=-0.000047 rms=0.002207 Jy/beam ! Combined flux in latest and established models = 0.3733 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 49 components and 0.3733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079035Jy sigma=1.209592 ! Fit after self-cal, rms=0.079008Jy sigma=1.209187 ! 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.066 x 7.992 at -2.585 degrees (North through East) ! Clean map min=-0.0071659 max=0.31646 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.01021 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.02 HN 1.11 KP 0.95 ! LA 1.03 MK 0.91 NL 0.92 OV 1.00 ! PT 1.07 SC 0.89 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.989135 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.01 HN 1.10 KP 0.97 ! LA 1.02 MK 0.97 NL 0.95 OV 1.05 ! PT 1.04 SC 0.95 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.956246 ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.95 HN 1.12 KP 0.96 ! LA 0.92 MK 1.10 NL 1.02 OV 1.07 ! PT 1.13 SC 1.04 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.03475 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.96 HN 0.94 KP 0.87 ! LA 0.79 MK 1.11 NL 0.96 OV 0.90 ! PT 0.98 SC 1.10 ! ! ! Fit before self-cal, rms=0.079008Jy sigma=1.209187 ! Fit after self-cal, rms=0.069346Jy sigma=1.080117 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.069346Jy sigma=1.080117 ! Fit after self-cal, rms=0.069335Jy sigma=1.080048 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.11 mas, bmaj=8.052 mas, bpa=-2.224 degrees ! Estimated noise=0.994456 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 (-7, 8.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00568469 Jy ! Component: 100 - total flux cleaned = 0.00589504 Jy ! Component: 150 - total flux cleaned = 0.00549776 Jy ! Component: 200 - total flux cleaned = 0.00540343 Jy ! Total flux subtracted in 200 components = 0.00540343 Jy ! Clean residual min=-0.004125 max=0.004222 Jy/beam ! Clean residual mean=0.000023 rms=0.001121 Jy/beam ! Combined flux in latest and established models = 0.378704 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 74 components and 0.378704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068663Jy sigma=1.063901 ! Fit after self-cal, rms=0.068613Jy sigma=1.062957 ! 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.068613Jy sigma=1.062957 ! Fit after self-cal, rms=0.065381Jy sigma=1.020296 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.00136104 Jy ! Component: 100 - total flux cleaned = 0.00143373 Jy ! Component: 150 - total flux cleaned = 0.00137379 Jy ! Component: 200 - total flux cleaned = 0.00131734 Jy ! Total flux subtracted in 200 components = 0.00131734 Jy ! Clean residual min=-0.004104 max=0.003518 Jy/beam ! Clean residual mean=0.000015 rms=0.001037 Jy/beam ! Combined flux in latest and established models = 0.380021 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 92 components and 0.380021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065292Jy sigma=1.018173 ! Fit after self-cal, rms=0.065060Jy sigma=1.014738 ! 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.11 x 8.052 at -2.224 degrees (North through East) ! Clean map min=-0.0039716 max=0.31683 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.065060Jy sigma=1.014738 ! Fit after self-cal, rms=0.061338Jy sigma=0.952212 ! 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.061338Jy sigma=0.952212 ! Fit after self-cal, rms=0.061340Jy sigma=0.951816 ! Inverting map and beam ! Estimated beam: bmin=3.11 mas, bmaj=8.081 mas, bpa=-2.367 degrees ! Estimated noise=0.992145 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00232961 Jy ! Component: 100 - total flux cleaned = 0.00227513 Jy ! Component: 150 - total flux cleaned = 0.00218627 Jy ! Component: 200 - total flux cleaned = 0.00210985 Jy ! Total flux subtracted in 200 components = 0.00210985 Jy ! Clean residual min=-0.003675 max=0.003240 Jy/beam ! Clean residual mean=0.000010 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.382131 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 113 components and 0.382131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061249Jy sigma=0.949863 ! Fit after self-cal, rms=0.061250Jy sigma=0.949625 ! 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.061250Jy sigma=0.949625 ! Fit after self-cal, rms=0.059878Jy sigma=0.925978 ! 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.059878Jy sigma=0.925978 ! Fit after self-cal, rms=0.059888Jy sigma=0.925956 ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=8.089 mas, bpa=-2.422 degrees ! Estimated noise=0.993276 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00145966 Jy ! Component: 100 - total flux cleaned = 0.00154645 Jy ! Component: 150 - total flux cleaned = 0.00162071 Jy ! Component: 200 - total flux cleaned = 0.00165405 Jy ! Total flux subtracted in 200 components = 0.00165405 Jy ! Clean residual min=-0.003686 max=0.003144 Jy/beam ! Clean residual mean=0.000007 rms=0.000914 Jy/beam ! Combined flux in latest and established models = 0.383785 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 124 components and 0.383785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059845Jy sigma=0.924974 ! Fit after self-cal, rms=0.059844Jy sigma=0.924875 ! 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.885 mas, bmaj=15.54 mas, bpa=3.153 degrees ! Estimated noise=1.2718 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.000866753 Jy ! Component: 100 - total flux cleaned = 0.000889961 Jy ! Component: 150 - total flux cleaned = 0.000851657 Jy ! Component: 200 - total flux cleaned = 0.000801577 Jy ! Total flux subtracted in 200 components = 0.000801577 Jy ! Clean residual min=-0.004163 max=0.003569 Jy/beam ! Clean residual mean=0.000001 rms=0.001192 Jy/beam ! Combined flux in latest and established models = 0.384586 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 140 components and 0.384586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059837Jy sigma=0.924730 ! Fit after self-cal, rms=0.059835Jy sigma=0.924679 ! 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.621 mas, bmaj=6.616 mas, bpa=-2.132 degrees ! Estimated noise=1.33257 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.269153 Jy ! Component: 100 - total flux cleaned = 0.319897 Jy ! Component: 150 - total flux cleaned = 0.341014 Jy ! Component: 200 - total flux cleaned = 0.352686 Jy ! Total flux subtracted in 200 components = 0.352686 Jy ! Clean residual min=-0.006475 max=0.004975 Jy/beam ! Clean residual mean=0.000060 rms=0.001410 Jy/beam ! Combined flux in latest and established models = 0.352686 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.352686 Jy ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=8.089 mas, bpa=-2.422 degrees ! Estimated noise=0.993276 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.0126718 Jy ! Component: 100 - total flux cleaned = 0.020186 Jy ! Component: 150 - total flux cleaned = 0.0250396 Jy ! Component: 200 - total flux cleaned = 0.02802 Jy ! Total flux subtracted in 200 components = 0.02802 Jy ! Clean residual min=-0.003944 max=0.003166 Jy/beam ! Clean residual mean=0.000018 rms=0.000969 Jy/beam ! Combined flux in latest and established models = 0.380706 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 88 components and 0.380706 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.885 mas, bmaj=15.54 mas, bpa=3.153 degrees ! Estimated noise=1.2718 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.00274917 Jy ! Component: 100 - total flux cleaned = 0.00304068 Jy ! Component: 150 - total flux cleaned = 0.00319458 Jy ! Component: 200 - total flux cleaned = 0.00327389 Jy ! Total flux subtracted in 200 components = 0.00327389 Jy ! Clean residual min=-0.004140 max=0.003695 Jy/beam ! Clean residual mean=0.000006 rms=0.001204 Jy/beam ! Combined flux in latest and established models = 0.38398 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 112 components and 0.38398 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=8.089 mas, bpa=-2.422 degrees ! Estimated noise=0.993276 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0001138 Jy ! Component: 100 - total flux cleaned = 7.13999e-05 Jy ! Component: 150 - total flux cleaned = -4.67265e-06 Jy ! Component: 200 - total flux cleaned = -7.05568e-05 Jy ! Total flux subtracted in 200 components = -7.05568e-05 Jy ! Clean residual min=-0.003567 max=0.003256 Jy/beam ! Clean residual mean=0.000005 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.38391 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 133 components and 0.38391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059821Jy sigma=0.924538 ! Fit after self-cal, rms=0.059819Jy sigma=0.924484 wmodel J1519-1151_S_2005_07_08_yyk\_map.mod ! Writing 133 model components to file: J1519-1151_S_2005_07_08_yyk_map.mod wobs J1519-1151_S_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J1519-1151_S_2005_07_08_yyk_uvs.fits wwins J1519-1151_S_2005_07_08_yyk\_map.win ! wwins: Wrote 2 windows to J1519-1151_S_2005_07_08_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000939778 Jy ! Component: 100 - total flux cleaned = -0.00149358 Jy ! Component: 150 - total flux cleaned = -0.00201598 Jy ! Component: 200 - total flux cleaned = -0.00246252 Jy ! Component: 250 - total flux cleaned = -0.00288898 Jy ! Component: 300 - total flux cleaned = -0.00307248 Jy ! Component: 350 - total flux cleaned = -0.00329492 Jy ! Component: 400 - total flux cleaned = -0.00350971 Jy ! Component: 450 - total flux cleaned = -0.00380098 Jy ! Component: 500 - total flux cleaned = -0.00412466 Jy ! Component: 550 - total flux cleaned = -0.00443966 Jy ! Component: 600 - total flux cleaned = -0.00470894 Jy ! Component: 650 - total flux cleaned = -0.00489748 Jy ! Component: 700 - total flux cleaned = -0.00511796 Jy ! Component: 750 - total flux cleaned = -0.00522613 Jy ! Component: 800 - total flux cleaned = -0.00540291 Jy ! Component: 850 - total flux cleaned = -0.00547292 Jy ! Component: 900 - total flux cleaned = -0.00564324 Jy ! Component: 950 - total flux cleaned = -0.00581132 Jy ! Component: 1000 - total flux cleaned = -0.00607477 Jy ! Component: 1050 - total flux cleaned = -0.00633387 Jy ! Component: 1100 - total flux cleaned = -0.00658812 Jy ! Component: 1150 - total flux cleaned = -0.00677658 Jy ! Component: 1200 - total flux cleaned = -0.00683838 Jy ! Component: 1250 - total flux cleaned = -0.00693045 Jy ! Component: 1300 - total flux cleaned = -0.00708051 Jy ! Component: 1350 - total flux cleaned = -0.00716866 Jy ! Component: 1400 - total flux cleaned = -0.00719779 Jy ! Component: 1450 - total flux cleaned = -0.00722639 Jy ! Component: 1500 - total flux cleaned = -0.00725475 Jy ! Component: 1550 - total flux cleaned = -0.00725531 Jy ! Component: 1600 - total flux cleaned = -0.00750571 Jy ! Component: 1650 - total flux cleaned = -0.00750607 Jy ! Component: 1700 - total flux cleaned = -0.00766894 Jy ! Component: 1750 - total flux cleaned = -0.00782956 Jy ! Component: 1800 - total flux cleaned = -0.00780304 Jy ! Component: 1850 - total flux cleaned = -0.00785568 Jy ! Component: 1900 - total flux cleaned = -0.00790815 Jy ! Component: 1950 - total flux cleaned = -0.00801081 Jy ! Component: 2000 - total flux cleaned = -0.00801081 Jy ! Total flux subtracted in 2048 components = -0.00808627 Jy ! Clean residual min=-0.001516 max=0.001970 Jy/beam ! Clean residual mean=-0.000007 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.375823 Jy keep ! Adding 121 model components to the UV plane model. ! The established model now contains 254 components and 0.375823 Jy ![Exited script file: muppet] wmap "J1519-1151_S_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.113 x 8.089 at -2.422 degrees (North through East) ! Clean map min=-0.0027664 max=0.31797 Jy/beam ! Writing clean map to FITS file: J1519-1151_S_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.317972 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000505626 device "J1519-1151_S_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J1519-1151_S_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.477047 0.477047 0.954094 1.90819 3.81637 7.63275 15.2655 30.531 61.062 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.317 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.113 x 8.089 at -2.422 degrees (North through East) ! Clean map min=-0.0027664 max=0.31797 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1519-1151_S_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J1519-1151_S_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1519-1151_S_2005_07_08_yyk_uvs.log closed on Fri Jan 20 10:38:10 2006