! Started logfile: J1135-0428_S_2005_07_08_yyk_uvs.log on Fri Jan 20 10:22:16 2006 obs J1135-0428_S_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J1135-0428_S_2005_07_08_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.90303 visibilities/baseline/integration-bin. ! Found source: J1135-0428 ! ! 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 1412 lines of history. ! ! Reading 1788 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 J1135-0428_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.284982 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.592 mas, bmaj=6.567 mas, bpa=-2.886 degrees ! Estimated noise=1.28343 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.222719 Jy ! Component: 100 - total flux cleaned = 0.254881 Jy ! Total flux subtracted in 100 components = 0.254881 Jy ! Clean residual min=-0.012372 max=0.022097 Jy/beam ! Clean residual mean=0.000017 rms=0.004046 Jy/beam ! Combined flux in latest and established models = 0.254881 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.254881 Jy ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.085180Jy sigma=1.508954 ! Fit after self-cal, rms=0.085008Jy sigma=1.505619 ! Inverting map and beam ! Estimated beam: bmin=2.592 mas, bmaj=6.568 mas, bpa=-2.885 degrees ! Estimated noise=1.28315 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.216 mas, bmaj=7.55 mas, bpa=-2.296 degrees ! Estimated noise=0.932362 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.0127551 Jy ! Component: 100 - total flux cleaned = 0.0141345 Jy ! Component: 150 - total flux cleaned = 0.0152011 Jy ! Component: 200 - total flux cleaned = 0.0159032 Jy ! Total flux subtracted in 200 components = 0.0159032 Jy ! Clean residual min=-0.013363 max=0.020711 Jy/beam ! Clean residual mean=-0.000005 rms=0.004409 Jy/beam ! Combined flux in latest and established models = 0.270784 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 21 components and 0.270784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084039Jy sigma=1.455512 ! Fit after self-cal, rms=0.084031Jy sigma=1.455463 ! 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.216 x 7.55 at -2.296 degrees (North through East) ! Clean map min=-0.012798 max=0.24094 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.01877 ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.02 HN 1.06 KP 0.94 ! LA 1.02 MK 0.90 NL 0.90 OV 0.93 ! PT 1.10 SC 0.83 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00668 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00 HN 1.02 KP 0.96 ! LA 1.02 MK 1.00 NL 0.96 OV 1.00 ! PT 1.01 SC 0.89 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.959512 ! Telescope amplitude corrections in sub-array 1: ! BR 1.52 FD 0.93 HN 1.03 KP 0.94 ! LA 0.90 MK 1.12 NL 1.00 OV 0.97 ! PT 1.09 SC 0.91 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.988248 ! Telescope amplitude corrections in sub-array 1: ! BR 1.87 FD 0.96 HN 0.90 KP 0.86 ! LA 0.74 MK 1.08 NL 0.92 OV 0.85 ! PT 0.96 SC 0.98 ! ! ! Fit before self-cal, rms=0.084031Jy sigma=1.455463 ! Fit after self-cal, rms=0.094660Jy sigma=1.179672 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.094660Jy sigma=1.179672 ! Fit after self-cal, rms=0.094655Jy sigma=1.179448 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.14 mas, bmaj=7.738 mas, bpa=-0.6812 degrees ! Estimated noise=0.920388 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.00275549 Jy ! Component: 100 - total flux cleaned = -0.00261742 Jy ! Component: 150 - total flux cleaned = -0.00273789 Jy ! Component: 200 - total flux cleaned = -0.00306011 Jy ! Total flux subtracted in 200 components = -0.00306011 Jy ! Clean residual min=-0.006610 max=0.005713 Jy/beam ! Clean residual mean=0.000012 rms=0.001554 Jy/beam ! Combined flux in latest and established models = 0.267724 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 29 components and 0.267724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093909Jy sigma=1.169946 ! Fit after self-cal, rms=0.093906Jy sigma=1.169854 ! 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.093906Jy sigma=1.169854 ! Fit after self-cal, rms=0.092566Jy sigma=1.136589 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 = 7.9939e-05 Jy ! Component: 100 - total flux cleaned = -0.00017349 Jy ! Component: 150 - total flux cleaned = -0.000323861 Jy ! Component: 200 - total flux cleaned = -0.000531263 Jy ! Total flux subtracted in 200 components = -0.000531263 Jy ! Clean residual min=-0.006403 max=0.005768 Jy/beam ! Clean residual mean=0.000015 rms=0.001538 Jy/beam ! Combined flux in latest and established models = 0.267193 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 31 components and 0.267193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092246Jy sigma=1.133834 ! Fit after self-cal, rms=0.092169Jy sigma=1.131453 ! 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.14 x 7.738 at -0.6812 degrees (North through East) ! Clean map min=-0.0062139 max=0.2444 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.092169Jy sigma=1.131453 ! Fit after self-cal, rms=0.053337Jy sigma=0.942294 ! 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.053337Jy sigma=0.942294 ! Fit after self-cal, rms=0.053336Jy sigma=0.941713 ! Inverting map and beam ! Estimated beam: bmin=3.155 mas, bmaj=7.77 mas, bpa=-1.092 degrees ! Estimated noise=0.91543 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000775294 Jy ! Component: 100 - total flux cleaned = -0.000699145 Jy ! Component: 150 - total flux cleaned = -0.000701954 Jy ! Component: 200 - total flux cleaned = -0.000754115 Jy ! Total flux subtracted in 200 components = -0.000754115 Jy ! Clean residual min=-0.002730 max=0.003135 Jy/beam ! Clean residual mean=-0.000007 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.266439 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 39 components and 0.266439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053172Jy sigma=0.939220 ! Fit after self-cal, rms=0.053185Jy sigma=0.939124 ! 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.053185Jy sigma=0.939124 ! Fit after self-cal, rms=0.051653Jy sigma=0.908102 ! 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.051653Jy sigma=0.908102 ! Fit after self-cal, rms=0.051661Jy sigma=0.908061 ! Inverting map and beam ! Estimated beam: bmin=3.156 mas, bmaj=7.79 mas, bpa=-1.422 degrees ! Estimated noise=0.917572 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 8.27413e-05 Jy ! Component: 100 - total flux cleaned = 7.33915e-05 Jy ! Component: 150 - total flux cleaned = 7.40456e-05 Jy ! Component: 200 - total flux cleaned = 7.2299e-05 Jy ! Total flux subtracted in 200 components = 7.2299e-05 Jy ! Clean residual min=-0.002736 max=0.003093 Jy/beam ! Clean residual mean=-0.000011 rms=0.000785 Jy/beam ! Combined flux in latest and established models = 0.266511 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 44 components and 0.266511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051547Jy sigma=0.906212 ! Fit after self-cal, rms=0.051556Jy sigma=0.906183 ! 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.793 mas, bmaj=13.45 mas, bpa=-2.698 degrees ! Estimated noise=1.18097 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.000577014 Jy ! Component: 100 - total flux cleaned = 0.000553971 Jy ! Component: 150 - total flux cleaned = 0.000553842 Jy ! Component: 200 - total flux cleaned = 0.000551886 Jy ! Total flux subtracted in 200 components = 0.000551886 Jy ! Clean residual min=-0.003375 max=0.003336 Jy/beam ! Clean residual mean=-0.000024 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.267063 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 51 components and 0.267063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051540Jy sigma=0.906110 ! Fit after self-cal, rms=0.051549Jy sigma=0.906078 ! 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.578 mas, bmaj=6.667 mas, bpa=-2.136 degrees ! Estimated noise=1.24217 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.216062 Jy ! Component: 100 - total flux cleaned = 0.247204 Jy ! Component: 150 - total flux cleaned = 0.255875 Jy ! Component: 200 - total flux cleaned = 0.259421 Jy ! Total flux subtracted in 200 components = 0.259421 Jy ! Clean residual min=-0.004019 max=0.004062 Jy/beam ! Clean residual mean=0.000001 rms=0.001053 Jy/beam ! Combined flux in latest and established models = 0.259421 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.259421 Jy ! Inverting map and beam ! Estimated beam: bmin=3.156 mas, bmaj=7.79 mas, bpa=-1.422 degrees ! Estimated noise=0.917572 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.00313897 Jy ! Component: 100 - total flux cleaned = 0.00456703 Jy ! Component: 150 - total flux cleaned = 0.00475249 Jy ! Component: 200 - total flux cleaned = 0.0049164 Jy ! Total flux subtracted in 200 components = 0.0049164 Jy ! Clean residual min=-0.002870 max=0.003107 Jy/beam ! Clean residual mean=-0.000003 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.264338 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 41 components and 0.264338 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.793 mas, bmaj=13.45 mas, bpa=-2.698 degrees ! Estimated noise=1.18097 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.00141794 Jy ! Component: 100 - total flux cleaned = 0.00149424 Jy ! Component: 150 - total flux cleaned = 0.00155819 Jy ! Component: 200 - total flux cleaned = 0.0016159 Jy ! Total flux subtracted in 200 components = 0.0016159 Jy ! Clean residual min=-0.003487 max=0.003321 Jy/beam ! Clean residual mean=-0.000016 rms=0.000995 Jy/beam ! Combined flux in latest and established models = 0.265953 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 45 components and 0.265954 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.156 mas, bmaj=7.79 mas, bpa=-1.422 degrees ! Estimated noise=0.917572 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000746418 Jy ! Component: 100 - total flux cleaned = -0.000750049 Jy ! Component: 150 - total flux cleaned = -0.000725997 Jy ! Component: 200 - total flux cleaned = -0.000682433 Jy ! Total flux subtracted in 200 components = -0.000682433 Jy ! Clean residual min=-0.002805 max=0.002944 Jy/beam ! Clean residual mean=-0.000006 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.265271 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.265271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051507Jy sigma=0.905927 ! Fit after self-cal, rms=0.051506Jy sigma=0.905876 wmodel J1135-0428_S_2005_07_08_yyk\_map.mod ! Writing 50 model components to file: J1135-0428_S_2005_07_08_yyk_map.mod wobs J1135-0428_S_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J1135-0428_S_2005_07_08_yyk_uvs.fits wwins J1135-0428_S_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J1135-0428_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.000685493 Jy ! Component: 100 - total flux cleaned = 0.00116412 Jy ! Component: 150 - total flux cleaned = 0.00147878 Jy ! Component: 200 - total flux cleaned = 0.00169298 Jy ! Component: 250 - total flux cleaned = 0.00185803 Jy ! Component: 300 - total flux cleaned = 0.00189839 Jy ! Component: 350 - total flux cleaned = 0.00193798 Jy ! Component: 400 - total flux cleaned = 0.00197674 Jy ! Component: 450 - total flux cleaned = 0.00197672 Jy ! Component: 500 - total flux cleaned = 0.00190531 Jy ! Component: 550 - total flux cleaned = 0.0017673 Jy ! Component: 600 - total flux cleaned = 0.00180108 Jy ! Component: 650 - total flux cleaned = 0.00170191 Jy ! Component: 700 - total flux cleaned = 0.00176615 Jy ! Component: 750 - total flux cleaned = 0.00176632 Jy ! Component: 800 - total flux cleaned = 0.00192154 Jy ! Component: 850 - total flux cleaned = 0.00198258 Jy ! Component: 900 - total flux cleaned = 0.0020427 Jy ! Component: 950 - total flux cleaned = 0.00218966 Jy ! Component: 1000 - total flux cleaned = 0.00227632 Jy ! Component: 1050 - total flux cleaned = 0.00241731 Jy ! Component: 1100 - total flux cleaned = 0.00241688 Jy ! Component: 1150 - total flux cleaned = 0.00249834 Jy ! Component: 1200 - total flux cleaned = 0.00239063 Jy ! Component: 1250 - total flux cleaned = 0.00249676 Jy ! Component: 1300 - total flux cleaned = 0.0024967 Jy ! Component: 1350 - total flux cleaned = 0.00241952 Jy ! Component: 1400 - total flux cleaned = 0.00247057 Jy ! Component: 1450 - total flux cleaned = 0.00244514 Jy ! Component: 1500 - total flux cleaned = 0.00239531 Jy ! Component: 1550 - total flux cleaned = 0.00237105 Jy ! Component: 1600 - total flux cleaned = 0.0023951 Jy ! Component: 1650 - total flux cleaned = 0.00227481 Jy ! Component: 1700 - total flux cleaned = 0.00229866 Jy ! Component: 1750 - total flux cleaned = 0.00222832 Jy ! Component: 1800 - total flux cleaned = 0.00232132 Jy ! Component: 1850 - total flux cleaned = 0.00234426 Jy ! Component: 1900 - total flux cleaned = 0.00234403 Jy ! Component: 1950 - total flux cleaned = 0.00238911 Jy ! Component: 2000 - total flux cleaned = 0.00243353 Jy ! Total flux subtracted in 2048 components = 0.0024774 Jy ! Clean residual min=-0.001329 max=0.001366 Jy/beam ! Clean residual mean=-0.000012 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.267748 Jy keep ! Adding 141 model components to the UV plane model. ! The established model now contains 191 components and 0.267748 Jy ![Exited script file: muppet] wmap "J1135-0428_S_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.156 x 7.79 at -1.422 degrees (North through East) ! Clean map min=-0.0021028 max=0.24912 Jy/beam ! Writing clean map to FITS file: J1135-0428_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.249121 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000444092 device "J1135-0428_S_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J1135-0428_S_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.53479 0.53479 1.06958 2.13916 4.27832 8.55664 17.1133 34.2266 68.4531 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.249 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.156 x 7.79 at -1.422 degrees (North through East) ! Clean map min=-0.0021028 max=0.24912 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1135-0428_S_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J1135-0428_S_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1135-0428_S_2005_07_08_yyk_uvs.log closed on Fri Jan 20 10:22:20 2006