! Started logfile: J1357-1527_X_2005_05_12_yyk_uvs.log on Sat Oct 8 17:22:52 2005 obs J1357-1527_X_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J1357-1527_X_2005_05_12_yyk_uve.fits ! AN table 1: 6 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.822222 visibilities/baseline/integration-bin. ! Found source: J1357-1527 ! ! 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 888 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 J1357-1527_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.939616 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.7191 mas, bmaj=1.783 mas, bpa=5.05 degrees ! Estimated noise=2.01535 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.793805 Jy ! Component: 100 - total flux cleaned = 0.907938 Jy ! Total flux subtracted in 100 components = 0.907938 Jy ! Clean residual min=-0.022825 max=0.028522 Jy/beam ! Clean residual mean=-0.000037 rms=0.006845 Jy/beam ! Combined flux in latest and established models = 0.907938 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.907938 Jy ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.114722Jy sigma=1.784093 ! Fit after self-cal, rms=0.114591Jy sigma=1.780220 ! Inverting map and beam ! Estimated beam: bmin=0.7191 mas, bmaj=1.783 mas, bpa=5.05 degrees ! Estimated noise=2.01535 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.8806 mas, bmaj=2.121 mas, bpa=1.4 degrees ! Estimated noise=1.51556 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.0463227 Jy ! Component: 100 - total flux cleaned = 0.0603872 Jy ! Component: 150 - total flux cleaned = 0.0635514 Jy ! Component: 200 - total flux cleaned = 0.0632793 Jy ! Total flux subtracted in 200 components = 0.0632793 Jy ! Clean residual min=-0.023635 max=0.027415 Jy/beam ! Clean residual mean=-0.000108 rms=0.005884 Jy/beam ! Combined flux in latest and established models = 0.971217 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 21 components and 0.971217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102168Jy sigma=1.532223 ! Fit after self-cal, rms=0.102144Jy sigma=1.532146 ! 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.8806 x 2.121 at 1.4 degrees (North through East) ! Clean map min=-0.022144 max=0.93182 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.01175 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.96 HN 1.00* KP 0.96 ! LA 1.09 MK 0.99 NL 1.00 OV 0.99 ! PT 0.93 SC 1.01 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01378 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 1.00* KP 0.90 ! LA 1.09 MK 0.99 NL 0.97 OV 0.97 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.991541 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.00* KP 0.88 ! LA 1.07 MK 1.03 NL 0.98 OV 1.03 ! PT 1.03 SC 1.04 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.97778 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 HN 1.00* KP 0.98 ! LA 1.04 MK 1.02 NL 1.02 OV 1.04 ! PT 1.07 SC 1.00* ! ! ! Fit before self-cal, rms=0.102144Jy sigma=1.532146 ! Fit after self-cal, rms=0.084129Jy sigma=1.118333 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.084129Jy sigma=1.118333 ! Fit after self-cal, rms=0.084126Jy sigma=1.118311 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8872 mas, bmaj=2.135 mas, bpa=1.196 degrees ! Estimated noise=1.51713 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.00157492 Jy ! Component: 100 - total flux cleaned = 0.00115898 Jy ! Component: 150 - total flux cleaned = 0.000860731 Jy ! Component: 200 - total flux cleaned = 0.000696587 Jy ! Total flux subtracted in 200 components = 0.000696587 Jy ! Clean residual min=-0.009097 max=0.008861 Jy/beam ! Clean residual mean=0.000009 rms=0.002082 Jy/beam ! Combined flux in latest and established models = 0.971914 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 28 components and 0.971914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084101Jy sigma=1.114090 ! Fit after self-cal, rms=0.084098Jy sigma=1.114089 ! 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.084098Jy sigma=1.114089 ! Fit after self-cal, rms=0.080590Jy sigma=1.049275 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.000169573 Jy ! Component: 100 - total flux cleaned = 9.50722e-05 Jy ! Component: 150 - total flux cleaned = 6.48652e-05 Jy ! Component: 200 - total flux cleaned = 6.65447e-05 Jy ! Total flux subtracted in 200 components = 6.65447e-05 Jy ! Clean residual min=-0.008973 max=0.008925 Jy/beam ! Clean residual mean=0.000010 rms=0.002073 Jy/beam ! Combined flux in latest and established models = 0.97198 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 35 components and 0.97198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080610Jy sigma=1.048782 ! Fit after self-cal, rms=0.080439Jy sigma=1.043851 ! 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.8872 x 2.135 at 1.196 degrees (North through East) ! Clean map min=-0.0089892 max=0.93612 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.080439Jy sigma=1.043851 ! Fit after self-cal, rms=0.076702Jy sigma=0.938777 ! 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.076702Jy sigma=0.938777 ! Fit after self-cal, rms=0.076745Jy sigma=0.938170 ! Inverting map and beam ! Estimated beam: bmin=0.8871 mas, bmaj=2.136 mas, bpa=1.222 degrees ! Estimated noise=1.51614 mJy/beam. ! Added new window around map position (-1.8, 15). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00694725 Jy ! Component: 100 - total flux cleaned = 0.00794033 Jy ! Component: 150 - total flux cleaned = 0.00836973 Jy ! Component: 200 - total flux cleaned = 0.00874006 Jy ! Total flux subtracted in 200 components = 0.00874006 Jy ! Clean residual min=-0.005163 max=0.005465 Jy/beam ! Clean residual mean=0.000003 rms=0.001362 Jy/beam ! Combined flux in latest and established models = 0.98072 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 60 components and 0.98072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076499Jy sigma=0.925985 ! Fit after self-cal, rms=0.076540Jy sigma=0.925582 ! 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.076540Jy sigma=0.925582 ! Fit after self-cal, rms=0.073637Jy sigma=0.897337 ! 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.073637Jy sigma=0.897337 ! Fit after self-cal, rms=0.073650Jy sigma=0.897317 ! Inverting map and beam ! Estimated beam: bmin=0.8869 mas, bmaj=2.135 mas, bpa=1.253 degrees ! Estimated noise=1.51567 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107762 Jy ! Component: 100 - total flux cleaned = 0.00142439 Jy ! Component: 150 - total flux cleaned = 0.00172547 Jy ! Component: 200 - total flux cleaned = 0.0019462 Jy ! Total flux subtracted in 200 components = 0.0019462 Jy ! Clean residual min=-0.005009 max=0.005275 Jy/beam ! Clean residual mean=-0.000000 rms=0.001351 Jy/beam ! Combined flux in latest and established models = 0.982666 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 69 components and 0.982666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073643Jy sigma=0.895840 ! Fit after self-cal, rms=0.073658Jy sigma=0.895811 ! 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.419 mas, bmaj=5.072 mas, bpa=15.41 degrees ! Estimated noise=1.91557 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 = 1.84594e-05 Jy ! Component: 100 - total flux cleaned = 0.000125939 Jy ! Component: 150 - total flux cleaned = 0.000270232 Jy ! Component: 200 - total flux cleaned = 0.000355577 Jy ! Total flux subtracted in 200 components = 0.000355577 Jy ! Clean residual min=-0.005383 max=0.005803 Jy/beam ! Clean residual mean=0.000002 rms=0.001841 Jy/beam ! Combined flux in latest and established models = 0.983022 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 80 components and 0.983022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073778Jy sigma=0.895866 ! Fit after self-cal, rms=0.073752Jy sigma=0.895691 ! 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.7219 mas, bmaj=1.791 mas, bpa=4.969 degrees ! Estimated noise=2.03868 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.803221 Jy ! Component: 100 - total flux cleaned = 0.916097 Jy ! Component: 150 - total flux cleaned = 0.950653 Jy ! Component: 200 - total flux cleaned = 0.964691 Jy ! Total flux subtracted in 200 components = 0.964691 Jy ! Clean residual min=-0.005922 max=0.006781 Jy/beam ! Clean residual mean=0.000006 rms=0.001879 Jy/beam ! Combined flux in latest and established models = 0.964691 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.964691 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8869 mas, bmaj=2.135 mas, bpa=1.253 degrees ! Estimated noise=1.51567 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (2, 2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103829 Jy ! Component: 100 - total flux cleaned = 0.0158852 Jy ! Component: 150 - total flux cleaned = 0.0189087 Jy ! Component: 200 - total flux cleaned = 0.0200605 Jy ! Total flux subtracted in 200 components = 0.0200605 Jy ! Clean residual min=-0.004527 max=0.004774 Jy/beam ! Clean residual mean=-0.000004 rms=0.001290 Jy/beam ! Combined flux in latest and established models = 0.984751 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 41 components and 0.984751 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.419 mas, bmaj=5.072 mas, bpa=15.41 degrees ! Estimated noise=1.91557 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.000124175 Jy ! Component: 100 - total flux cleaned = 0.000261895 Jy ! Component: 150 - total flux cleaned = 0.000319112 Jy ! Component: 200 - total flux cleaned = 0.000420687 Jy ! Total flux subtracted in 200 components = 0.000420687 Jy ! Clean residual min=-0.004556 max=0.005015 Jy/beam ! Clean residual mean=-0.000003 rms=0.001656 Jy/beam ! Combined flux in latest and established models = 0.985172 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 56 components and 0.985172 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8869 mas, bmaj=2.135 mas, bpa=1.253 degrees ! Estimated noise=1.51567 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000246515 Jy ! Component: 100 - total flux cleaned = 0.000245532 Jy ! Component: 150 - total flux cleaned = 0.000306148 Jy ! Component: 200 - total flux cleaned = 0.000304234 Jy ! Total flux subtracted in 200 components = 0.000304234 Jy ! Clean residual min=-0.004250 max=0.004451 Jy/beam ! Clean residual mean=-0.000004 rms=0.001225 Jy/beam ! Combined flux in latest and established models = 0.985476 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 70 components and 0.985476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073301Jy sigma=0.891539 ! Fit after self-cal, rms=0.073303Jy sigma=0.890977 wmodel J1357-1527_X_2005_05_12_yyk\_map.mod ! Writing 70 model components to file: J1357-1527_X_2005_05_12_yyk_map.mod wobs J1357-1527_X_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J1357-1527_X_2005_05_12_yyk_uvs.fits wwins J1357-1527_X_2005_05_12_yyk\_map.win ! wwins: Wrote 3 windows to J1357-1527_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.00122297 Jy ! Component: 100 - total flux cleaned = 0.00187193 Jy ! Component: 150 - total flux cleaned = 0.00247584 Jy ! Component: 200 - total flux cleaned = 0.00298034 Jy ! Component: 250 - total flux cleaned = 0.00345875 Jy ! Component: 300 - total flux cleaned = 0.00402857 Jy ! Component: 350 - total flux cleaned = 0.00451952 Jy ! Component: 400 - total flux cleaned = 0.005041 Jy ! Component: 450 - total flux cleaned = 0.00539083 Jy ! Component: 500 - total flux cleaned = 0.00572715 Jy ! Component: 550 - total flux cleaned = 0.00595973 Jy ! Component: 600 - total flux cleaned = 0.00627463 Jy ! Component: 650 - total flux cleaned = 0.00653693 Jy ! Component: 700 - total flux cleaned = 0.00674922 Jy ! Component: 750 - total flux cleaned = 0.00675075 Jy ! Component: 800 - total flux cleaned = 0.00695195 Jy ! Component: 850 - total flux cleaned = 0.00706868 Jy ! Component: 900 - total flux cleaned = 0.00706803 Jy ! Component: 950 - total flux cleaned = 0.00706802 Jy ! Component: 1000 - total flux cleaned = 0.00699518 Jy ! Component: 1050 - total flux cleaned = 0.00703042 Jy ! Component: 1100 - total flux cleaned = 0.00699569 Jy ! Component: 1150 - total flux cleaned = 0.00692859 Jy ! Component: 1200 - total flux cleaned = 0.00699639 Jy ! Component: 1250 - total flux cleaned = 0.00709417 Jy ! Component: 1300 - total flux cleaned = 0.00712693 Jy ! Component: 1350 - total flux cleaned = 0.00715832 Jy ! Component: 1400 - total flux cleaned = 0.00700451 Jy ! Component: 1450 - total flux cleaned = 0.0070047 Jy ! Component: 1500 - total flux cleaned = 0.00700444 Jy ! Component: 1550 - total flux cleaned = 0.00694516 Jy ! Component: 1600 - total flux cleaned = 0.00694516 Jy ! Component: 1650 - total flux cleaned = 0.00694509 Jy ! Component: 1700 - total flux cleaned = 0.00694484 Jy ! Component: 1750 - total flux cleaned = 0.00694449 Jy ! Component: 1800 - total flux cleaned = 0.00686073 Jy ! Component: 1850 - total flux cleaned = 0.00688857 Jy ! Component: 1900 - total flux cleaned = 0.00688828 Jy ! Component: 1950 - total flux cleaned = 0.00680643 Jy ! Component: 2000 - total flux cleaned = 0.0068334 Jy ! Total flux subtracted in 2048 components = 0.00680685 Jy ! Clean residual min=-0.001597 max=0.001516 Jy/beam ! Clean residual mean=-0.000004 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.992283 Jy keep ! Adding 123 model components to the UV plane model. ! The established model now contains 193 components and 0.992283 Jy ![Exited script file: muppet] wmap "J1357-1527_X_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8869 x 2.135 at 1.253 degrees (North through East) ! Clean map min=-0.0028589 max=0.93404 Jy/beam ! Writing clean map to FITS file: J1357-1527_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.934041 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000467344 device "J1357-1527_X_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J1357-1527_X_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.150104 0.150104 0.300208 0.600416 1.20083 2.40166 4.80333 9.60666 19.2133 38.4266 76.8532 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.934 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.8869 x 2.135 at 1.253 degrees (North through East) ! Clean map min=-0.0028589 max=0.93404 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1357-1527_X_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J1357-1527_X_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1357-1527_X_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:22:56 2005