! Started logfile: J0321-0526_X_2005_05_12_yyk_uvs.log on Sat Oct 8 16:53:05 2005 obs J0321-0526_X_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0321-0526_X_2005_05_12_yyk_uve.fits ! AN table 1: 19 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.877193 visibilities/baseline/integration-bin. ! Found source: J0321-0526 ! ! 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 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1439 lines of history. ! ! Reading 3000 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 J0321-0526_X_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.14441 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=0.666 mas, bmaj=1.698 mas, bpa=-2.323 degrees ! Estimated noise=1.19359 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.100466 Jy ! Component: 100 - total flux cleaned = 0.127183 Jy ! Total flux subtracted in 100 components = 0.127183 Jy ! Clean residual min=-0.006285 max=0.009018 Jy/beam ! Clean residual mean=-0.000003 rms=0.001793 Jy/beam ! Combined flux in latest and established models = 0.127183 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.127183 Jy ! ! Correcting IF 1. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.074773Jy sigma=1.099500 ! Fit after self-cal, rms=0.074279Jy sigma=1.091987 ! Inverting map and beam ! Estimated beam: bmin=0.666 mas, bmaj=1.698 mas, bpa=-2.323 degrees ! Estimated noise=1.19359 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=0.8507 mas, bmaj=2.119 mas, bpa=-4.018 degrees ! Estimated noise=0.774779 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.0159285 Jy ! Component: 100 - total flux cleaned = 0.0208651 Jy ! Component: 150 - total flux cleaned = 0.0228065 Jy ! Component: 200 - total flux cleaned = 0.0236159 Jy ! Total flux subtracted in 200 components = 0.0236159 Jy ! Clean residual min=-0.004842 max=0.004596 Jy/beam ! Clean residual mean=-0.000008 rms=0.001129 Jy/beam ! Combined flux in latest and established models = 0.150799 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 19 components and 0.150799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072748Jy sigma=1.039817 ! Fit after self-cal, rms=0.072734Jy sigma=1.039751 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8507 x 2.119 at -4.018 degrees (North through East) ! Clean map min=-0.0044341 max=0.12542 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.00959 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.94 HN 1.05 KP 0.97 ! LA 1.00* MK 1.01 NL 1.08 OV 1.01 ! PT 0.93 SC 1.00 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01821 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 HN 0.99 KP 0.92 ! LA 1.00* MK 0.98 NL 1.07 OV 1.00 ! PT 1.00 SC 0.91 ! ! ! 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: 0.962626 ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.02 HN 1.05 KP 0.96 ! LA 1.00* MK 1.06 NL 1.04 OV 1.06 ! PT 1.12 SC 0.99 ! ! ! Fit before self-cal, rms=0.072734Jy sigma=1.039751 ! Fit after self-cal, rms=0.071835Jy sigma=1.027342 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.071835Jy sigma=1.027342 ! Fit after self-cal, rms=0.071839Jy sigma=1.027331 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8535 mas, bmaj=2.104 mas, bpa=-3.086 degrees ! Estimated noise=0.771822 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 = -7.77336e-05 Jy ! Component: 100 - total flux cleaned = 5.38411e-06 Jy ! Component: 150 - total flux cleaned = 3.82961e-05 Jy ! Component: 200 - total flux cleaned = 5.97802e-05 Jy ! Total flux subtracted in 200 components = 5.97802e-05 Jy ! Clean residual min=-0.004170 max=0.003733 Jy/beam ! Clean residual mean=-0.000004 rms=0.000912 Jy/beam ! Combined flux in latest and established models = 0.150859 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 31 components and 0.150859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071764Jy sigma=1.026481 ! Fit after self-cal, rms=0.071748Jy sigma=1.026405 ! 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.071748Jy sigma=1.026405 ! Fit after self-cal, rms=0.068781Jy sigma=0.974756 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.000653212 Jy ! Component: 100 - total flux cleaned = 0.000774936 Jy ! Component: 150 - total flux cleaned = 0.000728255 Jy ! Component: 200 - total flux cleaned = 0.000687035 Jy ! Total flux subtracted in 200 components = 0.000687035 Jy ! Clean residual min=-0.003776 max=0.003528 Jy/beam ! Clean residual mean=-0.000004 rms=0.000883 Jy/beam ! Combined flux in latest and established models = 0.151546 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 38 components and 0.151546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068812Jy sigma=0.974263 ! Fit after self-cal, rms=0.068706Jy sigma=0.971846 ! 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: 0.8535 x 2.104 at -3.086 degrees (North through East) ! Clean map min=-0.0034417 max=0.12628 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.068706Jy sigma=0.971846 ! Fit after self-cal, rms=0.068320Jy sigma=0.959073 ! 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.068320Jy sigma=0.959073 ! Fit after self-cal, rms=0.068335Jy sigma=0.958788 ! Inverting map and beam ! Estimated beam: bmin=0.8465 mas, bmaj=2.077 mas, bpa=-2.268 degrees ! Estimated noise=0.765065 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -1.38695e-05 Jy ! Component: 100 - total flux cleaned = 8.14568e-05 Jy ! Component: 150 - total flux cleaned = 0.000152898 Jy ! Component: 200 - total flux cleaned = 0.000238389 Jy ! Total flux subtracted in 200 components = 0.000238389 Jy ! Clean residual min=-0.003295 max=0.003339 Jy/beam ! Clean residual mean=-0.000006 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.151785 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 41 components and 0.151785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068283Jy sigma=0.958289 ! Fit after self-cal, rms=0.068292Jy sigma=0.958233 ! 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.068292Jy sigma=0.958233 ! Fit after self-cal, rms=0.068075Jy sigma=0.951892 ! 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.068075Jy sigma=0.951892 ! Fit after self-cal, rms=0.068070Jy sigma=0.951792 ! Inverting map and beam ! Estimated beam: bmin=0.8405 mas, bmaj=2.066 mas, bpa=-2.169 degrees ! Estimated noise=0.760373 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -5.24056e-06 Jy ! Component: 100 - total flux cleaned = 0.000158288 Jy ! Component: 150 - total flux cleaned = 0.000299216 Jy ! Component: 200 - total flux cleaned = 0.000415243 Jy ! Total flux subtracted in 200 components = 0.000415243 Jy ! Clean residual min=-0.003546 max=0.003215 Jy/beam ! Clean residual mean=-0.000008 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.1522 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 44 components and 0.1522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068031Jy sigma=0.951428 ! Fit after self-cal, rms=0.068033Jy sigma=0.951402 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.149 mas, bmaj=3.551 mas, bpa=6.983 degrees ! Estimated noise=0.994481 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.000709885 Jy ! Component: 100 - total flux cleaned = 0.000708557 Jy ! Component: 150 - total flux cleaned = 0.000706319 Jy ! Component: 200 - total flux cleaned = 0.00068972 Jy ! Total flux subtracted in 200 components = 0.00068972 Jy ! Clean residual min=-0.004034 max=0.003435 Jy/beam ! Clean residual mean=-0.000015 rms=0.001097 Jy/beam ! Combined flux in latest and established models = 0.15289 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 48 components and 0.15289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068075Jy sigma=0.951750 ! Fit after self-cal, rms=0.068063Jy sigma=0.951423 ! 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=0.6616 mas, bmaj=1.687 mas, bpa=-1.334 degrees ! Estimated noise=1.17806 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.101003 Jy ! Component: 100 - total flux cleaned = 0.128214 Jy ! Component: 150 - total flux cleaned = 0.140123 Jy ! Component: 200 - total flux cleaned = 0.145589 Jy ! Total flux subtracted in 200 components = 0.145589 Jy ! Clean residual min=-0.005278 max=0.005099 Jy/beam ! Clean residual mean=-0.000005 rms=0.001277 Jy/beam ! Combined flux in latest and established models = 0.145589 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.145589 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8405 mas, bmaj=2.066 mas, bpa=-2.169 degrees ! Estimated noise=0.760373 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.00460345 Jy ! Component: 100 - total flux cleaned = 0.00555164 Jy ! Component: 150 - total flux cleaned = 0.00586734 Jy ! Component: 200 - total flux cleaned = 0.00596154 Jy ! Total flux subtracted in 200 components = 0.00596154 Jy ! Clean residual min=-0.003661 max=0.003133 Jy/beam ! Clean residual mean=-0.000008 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.151551 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 26 components and 0.151551 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.149 mas, bmaj=3.551 mas, bpa=6.983 degrees ! Estimated noise=0.994481 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.000727629 Jy ! Component: 100 - total flux cleaned = 0.000845701 Jy ! Component: 150 - total flux cleaned = 0.00095516 Jy ! Component: 200 - total flux cleaned = 0.00101417 Jy ! Total flux subtracted in 200 components = 0.00101417 Jy ! Clean residual min=-0.004100 max=0.003492 Jy/beam ! Clean residual mean=-0.000015 rms=0.001104 Jy/beam ! Combined flux in latest and established models = 0.152565 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 31 components and 0.152565 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8405 mas, bmaj=2.066 mas, bpa=-2.169 degrees ! Estimated noise=0.760373 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000153287 Jy ! Component: 100 - total flux cleaned = -0.000153191 Jy ! Component: 150 - total flux cleaned = -0.00018557 Jy ! Component: 200 - total flux cleaned = -0.000184994 Jy ! Total flux subtracted in 200 components = -0.000184994 Jy ! Clean residual min=-0.003553 max=0.003087 Jy/beam ! Clean residual mean=-0.000008 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.15238 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 36 components and 0.15238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068031Jy sigma=0.951962 ! Fit after self-cal, rms=0.068000Jy sigma=0.951926 wmodel J0321-0526_X_2005_05_12_yyk\_map.mod ! Writing 36 model components to file: J0321-0526_X_2005_05_12_yyk_map.mod wobs J0321-0526_X_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0321-0526_X_2005_05_12_yyk_uvs.fits wwins J0321-0526_X_2005_05_12_yyk\_map.win ! wwins: Wrote 1 windows to J0321-0526_X_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 = -0.00100999 Jy ! Component: 100 - total flux cleaned = -0.00127249 Jy ! Component: 150 - total flux cleaned = -0.00180872 Jy ! Component: 200 - total flux cleaned = -0.00203697 Jy ! Component: 250 - total flux cleaned = -0.00230037 Jy ! Component: 300 - total flux cleaned = -0.00255551 Jy ! Component: 350 - total flux cleaned = -0.00263802 Jy ! Component: 400 - total flux cleaned = -0.00255883 Jy ! Component: 450 - total flux cleaned = -0.00248334 Jy ! Component: 500 - total flux cleaned = -0.00240905 Jy ! Component: 550 - total flux cleaned = -0.00226383 Jy ! Component: 600 - total flux cleaned = -0.00215701 Jy ! Component: 650 - total flux cleaned = -0.00212146 Jy ! Component: 700 - total flux cleaned = -0.00205252 Jy ! Component: 750 - total flux cleaned = -0.00191881 Jy ! Component: 800 - total flux cleaned = -0.00172262 Jy ! Component: 850 - total flux cleaned = -0.00159344 Jy ! Component: 900 - total flux cleaned = -0.00140414 Jy ! Component: 950 - total flux cleaned = -0.00109543 Jy ! Component: 1000 - total flux cleaned = -0.000974962 Jy ! Component: 1050 - total flux cleaned = -0.000796114 Jy ! Component: 1100 - total flux cleaned = -0.000532749 Jy ! Component: 1150 - total flux cleaned = -0.000360343 Jy ! Component: 1200 - total flux cleaned = -0.000190655 Jy ! Component: 1250 - total flux cleaned = -7.95785e-05 Jy ! Component: 1300 - total flux cleaned = 2.98343e-05 Jy ! Component: 1350 - total flux cleaned = 2.98017e-05 Jy ! Component: 1400 - total flux cleaned = -2.3403e-05 Jy ! Component: 1450 - total flux cleaned = 8.16175e-05 Jy ! Component: 1500 - total flux cleaned = 0.000132938 Jy ! Component: 1550 - total flux cleaned = 0.000234482 Jy ! Component: 1600 - total flux cleaned = 0.000209355 Jy ! Component: 1650 - total flux cleaned = 0.000258789 Jy ! Component: 1700 - total flux cleaned = 0.00033267 Jy ! Component: 1750 - total flux cleaned = 0.000381186 Jy ! Component: 1800 - total flux cleaned = 0.000452505 Jy ! Component: 1850 - total flux cleaned = 0.000499748 Jy ! Component: 1900 - total flux cleaned = 0.000523168 Jy ! Component: 1950 - total flux cleaned = 0.000638398 Jy ! Component: 2000 - total flux cleaned = 0.00066119 Jy ! Total flux subtracted in 2048 components = 0.000841173 Jy ! Clean residual min=-0.001172 max=0.001238 Jy/beam ! Clean residual mean=-0.000002 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.153221 Jy keep ! Adding 142 model components to the UV plane model. ! The established model now contains 178 components and 0.153221 Jy ![Exited script file: muppet] wmap "J0321-0526_X_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8405 x 2.066 at -2.169 degrees (North through East) ! Clean map min=-0.002689 max=0.12352 Jy/beam ! Writing clean map to FITS file: J0321-0526_X_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.123517 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000415526 device "J0321-0526_X_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0321-0526_X_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.00923 1.00923 2.01847 4.03694 8.07387 16.1477 32.2955 64.591 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.123 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8405 x 2.066 at -2.169 degrees (North through East) ! Clean map min=-0.002689 max=0.12352 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0321-0526_X_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0321-0526_X_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0321-0526_X_2005_05_12_yyk_uvs.log closed on Sat Oct 8 16:53:09 2005