! Started logfile: J0013-1513_S_2006_12_18_yyk_uvs.log on Mon Jun 16 19:01:44 2008 obs J0013-1513_S_2006_12_18_yyk_uve.fits ! Reading UV FITS file: J0013-1513_S_2006_12_18_yyk_uve.fits ! AN table 1: 15 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.862222 visibilities/baseline/integration-bin. ! Found source: J0013-1513 ! ! 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 2469 lines of history. ! ! Reading 2328 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 J0013-1513_S_2006_12_18_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.148884 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.482 mas, bmaj=6.284 mas, bpa=-2.84 degrees ! Estimated noise=1.34608 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.108839 Jy ! Component: 100 - total flux cleaned = 0.128261 Jy ! Total flux subtracted in 100 components = 0.128261 Jy ! Clean residual min=-0.006579 max=0.008139 Jy/beam ! Clean residual mean=0.000021 rms=0.001933 Jy/beam ! Combined flux in latest and established models = 0.128261 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.128261 Jy ! ! Correcting IF 1. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.076151Jy sigma=1.073748 ! Fit after self-cal, rms=0.069044Jy sigma=1.021036 ! Inverting map and beam ! Estimated beam: bmin=2.482 mas, bmaj=6.284 mas, bpa=-2.84 degrees ! Estimated noise=1.34608 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.181 mas, bmaj=8.247 mas, bpa=-4.662 degrees ! Estimated noise=0.892323 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.0107856 Jy ! Component: 100 - total flux cleaned = 0.0140539 Jy ! Component: 150 - total flux cleaned = 0.0148531 Jy ! Component: 200 - total flux cleaned = 0.0149604 Jy ! Total flux subtracted in 200 components = 0.0149604 Jy ! Clean residual min=-0.003292 max=0.002855 Jy/beam ! Clean residual mean=-0.000010 rms=0.000879 Jy/beam ! Combined flux in latest and established models = 0.143222 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 35 components and 0.143222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068030Jy sigma=1.001386 ! Fit after self-cal, rms=0.068013Jy sigma=1.001133 ! 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.181 x 8.247 at -4.662 degrees (North through East) ! Clean map min=-0.0031552 max=0.13209 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.02887 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.93 HN 0.92 KP 0.93 ! LA 1.05 MK 1.01 NL 1.03 OV 0.94 ! PT 1.02 SC 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.986129 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.93 HN 1.02 KP 1.04 ! LA 1.03 MK 1.07 NL 0.97 OV 0.99 ! PT 1.05 SC 1.00 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.989803 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.02 HN 0.94 KP 1.00 ! LA 1.01 MK 0.97 NL 1.10 OV 1.01 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.99969 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.03 HN 0.94 KP 0.92 ! LA 1.08 MK 1.00 NL 1.02 OV 0.97 ! PT 0.96 SC 1.12 ! ! ! Fit before self-cal, rms=0.068013Jy sigma=1.001133 ! Fit after self-cal, rms=0.067374Jy sigma=0.992643 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.067374Jy sigma=0.992643 ! Fit after self-cal, rms=0.067364Jy sigma=0.992572 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.188 mas, bmaj=8.302 mas, bpa=-4.545 degrees ! Estimated noise=0.893406 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.000323529 Jy ! Component: 100 - total flux cleaned = 0.000321467 Jy ! Component: 150 - total flux cleaned = 0.000293575 Jy ! Component: 200 - total flux cleaned = 0.000295174 Jy ! Total flux subtracted in 200 components = 0.000295174 Jy ! Clean residual min=-0.002978 max=0.002929 Jy/beam ! Clean residual mean=0.000034 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.143517 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.143517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067335Jy sigma=0.992209 ! Fit after self-cal, rms=0.067326Jy sigma=0.992101 ! 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.067326Jy sigma=0.992101 ! Fit after self-cal, rms=0.063453Jy sigma=0.939879 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.00100734 Jy ! Component: 100 - total flux cleaned = 0.00100874 Jy ! Component: 150 - total flux cleaned = 0.000980716 Jy ! Component: 200 - total flux cleaned = 0.000981129 Jy ! Total flux subtracted in 200 components = 0.000981129 Jy ! Clean residual min=-0.002980 max=0.002783 Jy/beam ! Clean residual mean=0.000038 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.144498 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 45 components and 0.144498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063413Jy sigma=0.939336 ! Fit after self-cal, rms=0.063144Jy sigma=0.936674 ! 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.188 x 8.302 at -4.545 degrees (North through East) ! Clean map min=-0.0029835 max=0.13406 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.063144Jy sigma=0.936674 ! Fit after self-cal, rms=0.062499Jy sigma=0.924157 ! 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.062499Jy sigma=0.924157 ! Fit after self-cal, rms=0.062479Jy sigma=0.923819 ! Inverting map and beam ! Estimated beam: bmin=3.181 mas, bmaj=8.33 mas, bpa=-4.639 degrees ! Estimated noise=0.890873 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000185873 Jy ! Component: 100 - total flux cleaned = 0.00016109 Jy ! Component: 150 - total flux cleaned = 0.000142106 Jy ! Component: 200 - total flux cleaned = 0.000143167 Jy ! Total flux subtracted in 200 components = 0.000143167 Jy ! Clean residual min=-0.002532 max=0.002691 Jy/beam ! Clean residual mean=0.000027 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.144641 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 52 components and 0.144641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062457Jy sigma=0.923596 ! Fit after self-cal, rms=0.062451Jy sigma=0.923524 ! 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.062451Jy sigma=0.923524 ! Fit after self-cal, rms=0.062517Jy sigma=0.911832 ! 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.062517Jy sigma=0.911832 ! Fit after self-cal, rms=0.062525Jy sigma=0.911713 ! Inverting map and beam ! Estimated beam: bmin=3.154 mas, bmaj=8.249 mas, bpa=-4.485 degrees ! Estimated noise=0.89513 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153388 Jy ! Component: 100 - total flux cleaned = 0.00197648 Jy ! Component: 150 - total flux cleaned = 0.0019923 Jy ! Component: 200 - total flux cleaned = 0.00199198 Jy ! Total flux subtracted in 200 components = 0.00199198 Jy ! Clean residual min=-0.002446 max=0.002846 Jy/beam ! Clean residual mean=0.000033 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.146633 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 57 components and 0.146633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062501Jy sigma=0.911239 ! Fit after self-cal, rms=0.062504Jy sigma=0.911203 ! 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.668 mas, bmaj=16.14 mas, bpa=0.2944 degrees ! Estimated noise=1.14139 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.000109795 Jy ! Component: 100 - total flux cleaned = 0.000104556 Jy ! Component: 150 - total flux cleaned = 0.000122545 Jy ! Component: 200 - total flux cleaned = 0.000134047 Jy ! Total flux subtracted in 200 components = 0.000134047 Jy ! Clean residual min=-0.002471 max=0.002605 Jy/beam ! Clean residual mean=0.000071 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.146767 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 5 model components to the UV plane model. ! The established model now contains 57 components and 0.146767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062504Jy sigma=0.911351 ! Fit after self-cal, rms=0.062493Jy sigma=0.911087 ! 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.478 mas, bmaj=6.312 mas, bpa=-2.875 degrees ! Estimated noise=1.34087 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.112721 Jy ! Component: 100 - total flux cleaned = 0.133235 Jy ! Component: 150 - total flux cleaned = 0.141633 Jy ! Component: 200 - total flux cleaned = 0.145424 Jy ! Total flux subtracted in 200 components = 0.145424 Jy ! Clean residual min=-0.003899 max=0.003678 Jy/beam ! Clean residual mean=0.000027 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.145424 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.145424 Jy ! Inverting map and beam ! Estimated beam: bmin=3.154 mas, bmaj=8.249 mas, bpa=-4.485 degrees ! Estimated noise=0.89513 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.0011869 Jy ! Component: 100 - total flux cleaned = 0.00135907 Jy ! Component: 150 - total flux cleaned = 0.00144307 Jy ! Component: 200 - total flux cleaned = 0.00147487 Jy ! Total flux subtracted in 200 components = 0.00147487 Jy ! Clean residual min=-0.002531 max=0.002776 Jy/beam ! Clean residual mean=0.000032 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.146899 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 38 components and 0.146899 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.668 mas, bmaj=16.14 mas, bpa=0.2944 degrees ! Estimated noise=1.14139 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 = 7.28817e-06 Jy ! Component: 100 - total flux cleaned = 1.0936e-05 Jy ! Component: 150 - total flux cleaned = 2.84036e-05 Jy ! Component: 200 - total flux cleaned = 2.76471e-05 Jy ! Total flux subtracted in 200 components = 2.76471e-05 Jy ! Clean residual min=-0.002479 max=0.002627 Jy/beam ! Clean residual mean=0.000071 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.146926 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 40 components and 0.146926 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.154 mas, bmaj=8.249 mas, bpa=-4.485 degrees ! Estimated noise=0.89513 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000108975 Jy ! Component: 100 - total flux cleaned = 6.51825e-05 Jy ! Component: 150 - total flux cleaned = 1.23789e-05 Jy ! Component: 200 - total flux cleaned = -2.92936e-05 Jy ! Total flux subtracted in 200 components = -2.92936e-05 Jy ! Clean residual min=-0.002485 max=0.002755 Jy/beam ! Clean residual mean=0.000032 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.146897 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 57 components and 0.146897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062487Jy sigma=0.911119 ! Fit after self-cal, rms=0.062484Jy sigma=0.911097 wmodel J0013-1513_S_2006_12_18_yyk\_map.mod ! Writing 57 model components to file: J0013-1513_S_2006_12_18_yyk_map.mod wobs J0013-1513_S_2006_12_18_yyk\_uvs.fits ! Writing UV FITS file: J0013-1513_S_2006_12_18_yyk_uvs.fits wwins J0013-1513_S_2006_12_18_yyk\_map.win ! wwins: Wrote 1 windows to J0013-1513_S_2006_12_18_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.000401994 Jy ! Component: 100 - total flux cleaned = 0.00061513 Jy ! Component: 150 - total flux cleaned = 0.000694067 Jy ! Component: 200 - total flux cleaned = 0.000581117 Jy ! Component: 250 - total flux cleaned = 0.000472289 Jy ! Component: 300 - total flux cleaned = 0.000366959 Jy ! Component: 350 - total flux cleaned = 0.00043573 Jy ! Component: 400 - total flux cleaned = 0.00043571 Jy ! Component: 450 - total flux cleaned = 0.000404128 Jy ! Component: 500 - total flux cleaned = 0.000404387 Jy ! Component: 550 - total flux cleaned = 0.00037377 Jy ! Component: 600 - total flux cleaned = 0.000374016 Jy ! Component: 650 - total flux cleaned = 0.00031451 Jy ! Component: 700 - total flux cleaned = 0.000343183 Jy ! Component: 750 - total flux cleaned = 0.000314654 Jy ! Component: 800 - total flux cleaned = 0.000342582 Jy ! Component: 850 - total flux cleaned = 0.000342737 Jy ! Component: 900 - total flux cleaned = 0.000397124 Jy ! Component: 950 - total flux cleaned = 0.000503017 Jy ! Component: 1000 - total flux cleaned = 0.00063292 Jy ! Component: 1050 - total flux cleaned = 0.000735456 Jy ! Component: 1100 - total flux cleaned = 0.000861813 Jy ! Component: 1150 - total flux cleaned = 0.00106018 Jy ! Component: 1200 - total flux cleaned = 0.00115754 Jy ! Component: 1250 - total flux cleaned = 0.00132608 Jy ! Component: 1300 - total flux cleaned = 0.00146813 Jy ! Component: 1350 - total flux cleaned = 0.0016087 Jy ! Component: 1400 - total flux cleaned = 0.00176968 Jy ! Component: 1450 - total flux cleaned = 0.00188304 Jy ! Component: 1500 - total flux cleaned = 0.00199485 Jy ! Component: 1550 - total flux cleaned = 0.00206164 Jy ! Component: 1600 - total flux cleaned = 0.00221471 Jy ! Component: 1650 - total flux cleaned = 0.00230096 Jy ! Component: 1700 - total flux cleaned = 0.00236513 Jy ! Component: 1750 - total flux cleaned = 0.00247081 Jy ! Component: 1800 - total flux cleaned = 0.00255412 Jy ! Component: 1850 - total flux cleaned = 0.00259562 Jy ! Component: 1900 - total flux cleaned = 0.00263653 Jy ! Component: 1950 - total flux cleaned = 0.00263677 Jy ! Component: 2000 - total flux cleaned = 0.0027368 Jy ! Total flux subtracted in 2048 components = 0.00275663 Jy ! Clean residual min=-0.001628 max=0.001080 Jy/beam ! Clean residual mean=0.000017 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.149654 Jy keep ! Adding 131 model components to the UV plane model. ! The established model now contains 188 components and 0.149654 Jy ![Exited script file: muppet] wmap "J0013-1513_S_2006_12_18_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.154 x 8.249 at -4.485 degrees (North through East) ! Clean map min=-0.0021155 max=0.13454 Jy/beam ! Writing clean map to FITS file: J0013-1513_S_2006_12_18_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.134542 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000394065 device "J0013-1513_S_2006_12_18_yyk\_map.eps/VPS" ! Attempting to open device: 'J0013-1513_S_2006_12_18_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.87868 0.87868 1.75736 3.51472 7.02944 14.0589 28.1177 56.2355 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.134 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.154 x 8.249 at -4.485 degrees (North through East) ! Clean map min=-0.0021155 max=0.13454 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0013-1513_S_2006_12_18_yyk\_map.gif/gif" ! Attempting to open device: 'J0013-1513_S_2006_12_18_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0013-1513_S_2006_12_18_yyk_uvs.log closed on Mon Jun 16 19:01:50 2008