! Started logfile: J0437-2954_S_2005_06_01_yyk_uvs.log on Sat Oct 8 16:56:30 2005 obs J0437-2954_S_2005_06_01_yyk_uve.fits ! Reading UV FITS file: J0437-2954_S_2005_06_01_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.882222 visibilities/baseline/integration-bin. ! Found source: J0437-2954 ! ! 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 1801 lines of history. ! ! Reading 1588 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 J0437-2954_S_2005_06_01_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.429675 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.388 mas, bmaj=6.544 mas, bpa=-1.966 degrees ! Estimated noise=2.00163 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.333481 Jy ! Component: 100 - total flux cleaned = 0.408357 Jy ! Total flux subtracted in 100 components = 0.408357 Jy ! Clean residual min=-0.015657 max=0.023785 Jy/beam ! Clean residual mean=-0.000122 rms=0.004221 Jy/beam ! Combined flux in latest and established models = 0.408357 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.408357 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 12 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.116496Jy sigma=1.421201 ! Fit after self-cal, rms=0.116252Jy sigma=1.416273 ! Inverting map and beam ! Estimated beam: bmin=2.388 mas, bmaj=6.544 mas, bpa=-1.966 degrees ! Estimated noise=2.00163 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=2.982 mas, bmaj=8.139 mas, bpa=-3.769 degrees ! Estimated noise=1.29304 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.0281135 Jy ! Component: 100 - total flux cleaned = 0.0383423 Jy ! Component: 150 - total flux cleaned = 0.0403967 Jy ! Component: 200 - total flux cleaned = 0.0410118 Jy ! Total flux subtracted in 200 components = 0.0410118 Jy ! Clean residual min=-0.013925 max=0.010360 Jy/beam ! Clean residual mean=-0.000304 rms=0.003243 Jy/beam ! Combined flux in latest and established models = 0.449369 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 25 components and 0.449369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108179Jy sigma=1.338407 ! Fit after self-cal, rms=0.108137Jy sigma=1.338039 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.982 x 8.139 at -3.769 degrees (North through East) ! Clean map min=-0.01322 max=0.38012 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.01301 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.99 HN 1.15 KP 0.92 ! LA 1.17 MK 0.87 NL 0.93 OV 0.92 ! PT 1.07 SC 0.91 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.968533 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.05 HN 1.26 KP 0.96 ! LA 1.12 MK 0.96 NL 0.95 OV 0.97 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.960183 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.20 HN 1.19 KP 0.91 ! LA 0.91 MK 1.11 NL 1.06 OV 0.94 ! PT 1.07 SC 1.00 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.04565 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.05 HN 1.05 KP 0.86 ! LA 0.73 MK 1.06 NL 0.92 OV 0.81 ! PT 0.96 SC 1.09 ! ! ! Fit before self-cal, rms=0.108137Jy sigma=1.338039 ! Fit after self-cal, rms=0.085702Jy sigma=1.088749 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.085702Jy sigma=1.088749 ! Fit after self-cal, rms=0.085708Jy sigma=1.088601 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.027 mas, bmaj=8.126 mas, bpa=-3.238 degrees ! Estimated noise=1.26741 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.00473945 Jy ! Component: 100 - total flux cleaned = -0.00501231 Jy ! Component: 150 - total flux cleaned = -0.00515406 Jy ! Component: 200 - total flux cleaned = -0.00509607 Jy ! Total flux subtracted in 200 components = -0.00509607 Jy ! Clean residual min=-0.004578 max=0.005537 Jy/beam ! Clean residual mean=0.000012 rms=0.001412 Jy/beam ! Combined flux in latest and established models = 0.444273 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 39 components and 0.444273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085639Jy sigma=1.084610 ! Fit after self-cal, rms=0.085615Jy sigma=1.084443 ! 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.085615Jy sigma=1.084443 ! Fit after self-cal, rms=0.082373Jy sigma=1.045020 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.000491505 Jy ! Component: 100 - total flux cleaned = 0.000544959 Jy ! Component: 150 - total flux cleaned = 0.000592078 Jy ! Component: 200 - total flux cleaned = 0.000634068 Jy ! Total flux subtracted in 200 components = 0.000634068 Jy ! Clean residual min=-0.004676 max=0.005529 Jy/beam ! Clean residual mean=0.000015 rms=0.001397 Jy/beam ! Combined flux in latest and established models = 0.444907 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 44 components and 0.444907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082287Jy sigma=1.044254 ! Fit after self-cal, rms=0.082098Jy sigma=1.042065 ! 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.027 x 8.126 at -3.238 degrees (North through East) ! Clean map min=-0.0044336 max=0.37635 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.082098Jy sigma=1.042065 ! Fit after self-cal, rms=0.076200Jy sigma=0.955292 ! 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.076200Jy sigma=0.955292 ! Fit after self-cal, rms=0.076186Jy sigma=0.955115 ! Inverting map and beam ! Estimated beam: bmin=3.023 mas, bmaj=8.131 mas, bpa=-3.221 degrees ! Estimated noise=1.26462 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000152823 Jy ! Component: 100 - total flux cleaned = 0.000204205 Jy ! Component: 150 - total flux cleaned = 0.000244371 Jy ! Component: 200 - total flux cleaned = 0.000282034 Jy ! Total flux subtracted in 200 components = 0.000282034 Jy ! Clean residual min=-0.004472 max=0.005278 Jy/beam ! Clean residual mean=0.000038 rms=0.001344 Jy/beam ! Combined flux in latest and established models = 0.445189 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 47 components and 0.445189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076119Jy sigma=0.954397 ! Fit after self-cal, rms=0.076105Jy sigma=0.954282 ! 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.076105Jy sigma=0.954282 ! Fit after self-cal, rms=0.074958Jy sigma=0.936029 ! 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.074958Jy sigma=0.936029 ! Fit after self-cal, rms=0.074957Jy sigma=0.936021 ! Inverting map and beam ! Estimated beam: bmin=3.024 mas, bmaj=8.141 mas, bpa=-3.187 degrees ! Estimated noise=1.26561 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0004399 Jy ! Component: 100 - total flux cleaned = 0.000476676 Jy ! Component: 150 - total flux cleaned = 0.000513084 Jy ! Component: 200 - total flux cleaned = 0.000546954 Jy ! Total flux subtracted in 200 components = 0.000546954 Jy ! Clean residual min=-0.004537 max=0.005416 Jy/beam ! Clean residual mean=0.000039 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.445736 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 49 components and 0.445736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074907Jy sigma=0.935499 ! Fit after self-cal, rms=0.074900Jy sigma=0.935431 ! 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=8.783 mas, bmaj=23.96 mas, bpa=0.6565 degrees ! Estimated noise=1.64794 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.000491543 Jy ! Component: 100 - total flux cleaned = 0.00042899 Jy ! Component: 150 - total flux cleaned = 0.000381006 Jy ! Component: 200 - total flux cleaned = 0.0003798 Jy ! Total flux subtracted in 200 components = 0.0003798 Jy ! Clean residual min=-0.005697 max=0.006319 Jy/beam ! Clean residual mean=0.000073 rms=0.001832 Jy/beam ! Combined flux in latest and established models = 0.446116 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 53 components and 0.446116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074936Jy sigma=0.935957 ! Fit after self-cal, rms=0.074872Jy sigma=0.935305 ! 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=2.402 mas, bmaj=6.519 mas, bpa=-1.815 degrees ! Estimated noise=1.94898 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.325251 Jy ! Component: 100 - total flux cleaned = 0.397458 Jy ! Component: 150 - total flux cleaned = 0.422431 Jy ! Component: 200 - total flux cleaned = 0.433908 Jy ! Total flux subtracted in 200 components = 0.433908 Jy ! Clean residual min=-0.007474 max=0.009584 Jy/beam ! Clean residual mean=-0.000006 rms=0.001896 Jy/beam ! Combined flux in latest and established models = 0.433908 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.433908 Jy ! Inverting map and beam ! Estimated beam: bmin=3.024 mas, bmaj=8.141 mas, bpa=-3.187 degrees ! Estimated noise=1.26561 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 (-3.5, -4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.010299 Jy ! Component: 100 - total flux cleaned = 0.0121661 Jy ! Component: 150 - total flux cleaned = 0.0124297 Jy ! Component: 200 - total flux cleaned = 0.0124283 Jy ! Total flux subtracted in 200 components = 0.0124283 Jy ! Clean residual min=-0.004389 max=0.005151 Jy/beam ! Clean residual mean=0.000033 rms=0.001318 Jy/beam ! Combined flux in latest and established models = 0.446336 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 40 components and 0.446336 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=8.783 mas, bmaj=23.96 mas, bpa=0.6565 degrees ! Estimated noise=1.64794 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.000315235 Jy ! Component: 100 - total flux cleaned = 0.000264883 Jy ! Component: 150 - total flux cleaned = 0.000223933 Jy ! Component: 200 - total flux cleaned = 0.000186816 Jy ! Total flux subtracted in 200 components = 0.000186816 Jy ! Clean residual min=-0.005981 max=0.006586 Jy/beam ! Clean residual mean=0.000066 rms=0.001828 Jy/beam ! Combined flux in latest and established models = 0.446523 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 60 components and 0.446523 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.024 mas, bmaj=8.141 mas, bpa=-3.187 degrees ! Estimated noise=1.26561 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000191338 Jy ! Component: 100 - total flux cleaned = -9.95353e-05 Jy ! Component: 150 - total flux cleaned = -0.000181876 Jy ! Component: 200 - total flux cleaned = -0.00018692 Jy ! Total flux subtracted in 200 components = -0.00018692 Jy ! Clean residual min=-0.004266 max=0.004918 Jy/beam ! Clean residual mean=0.000035 rms=0.001282 Jy/beam ! Combined flux in latest and established models = 0.446336 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 70 components and 0.446336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074499Jy sigma=0.929431 ! Fit after self-cal, rms=0.074436Jy sigma=0.928825 wmodel J0437-2954_S_2005_06_01_yyk\_map.mod ! Writing 70 model components to file: J0437-2954_S_2005_06_01_yyk_map.mod wobs J0437-2954_S_2005_06_01_yyk\_uvs.fits ! Writing UV FITS file: J0437-2954_S_2005_06_01_yyk_uvs.fits wwins J0437-2954_S_2005_06_01_yyk\_map.win ! wwins: Wrote 2 windows to J0437-2954_S_2005_06_01_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.00151215 Jy ! Component: 100 - total flux cleaned = 0.00121092 Jy ! Component: 150 - total flux cleaned = 0.000858282 Jy ! Component: 200 - total flux cleaned = 0.00106142 Jy ! Component: 250 - total flux cleaned = 0.00125631 Jy ! Component: 300 - total flux cleaned = 0.00137873 Jy ! Component: 350 - total flux cleaned = 0.00137722 Jy ! Component: 400 - total flux cleaned = 0.00149122 Jy ! Component: 450 - total flux cleaned = 0.0015449 Jy ! Component: 500 - total flux cleaned = 0.00159744 Jy ! Component: 550 - total flux cleaned = 0.00144309 Jy ! Component: 600 - total flux cleaned = 0.00134406 Jy ! Component: 650 - total flux cleaned = 0.00105236 Jy ! Component: 700 - total flux cleaned = 0.00081657 Jy ! Component: 750 - total flux cleaned = 0.000677747 Jy ! Component: 800 - total flux cleaned = 0.000406286 Jy ! Component: 850 - total flux cleaned = 0.000142613 Jy ! Component: 900 - total flux cleaned = 0.000142433 Jy ! Component: 950 - total flux cleaned = 0.00010026 Jy ! Component: 1000 - total flux cleaned = 0.000181551 Jy ! Component: 1050 - total flux cleaned = 0.000101513 Jy ! Component: 1100 - total flux cleaned = 0.000220072 Jy ! Component: 1150 - total flux cleaned = 0.000298299 Jy ! Component: 1200 - total flux cleaned = 0.000337464 Jy ! Component: 1250 - total flux cleaned = 0.000487935 Jy ! Component: 1300 - total flux cleaned = 0.00048786 Jy ! Component: 1350 - total flux cleaned = 0.000560332 Jy ! Component: 1400 - total flux cleaned = 0.000595372 Jy ! Component: 1450 - total flux cleaned = 0.000665083 Jy ! Component: 1500 - total flux cleaned = 0.000699573 Jy ! Component: 1550 - total flux cleaned = 0.000699337 Jy ! Component: 1600 - total flux cleaned = 0.000734021 Jy ! Component: 1650 - total flux cleaned = 0.000934191 Jy ! Component: 1700 - total flux cleaned = 0.00106537 Jy ! Component: 1750 - total flux cleaned = 0.00113025 Jy ! Component: 1800 - total flux cleaned = 0.00129084 Jy ! Component: 1850 - total flux cleaned = 0.0013219 Jy ! Component: 1900 - total flux cleaned = 0.00132225 Jy ! Component: 1950 - total flux cleaned = 0.00150853 Jy ! Component: 2000 - total flux cleaned = 0.00159992 Jy ! Total flux subtracted in 2048 components = 0.00163041 Jy ! Clean residual min=-0.001982 max=0.001989 Jy/beam ! Clean residual mean=0.000041 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.447966 Jy keep ! Adding 120 model components to the UV plane model. ! The established model now contains 190 components and 0.447966 Jy ![Exited script file: muppet] wmap "J0437-2954_S_2005_06_01_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.024 x 8.141 at -3.187 degrees (North through East) ! Clean map min=-0.0033546 max=0.38005 Jy/beam ! Writing clean map to FITS file: J0437-2954_S_2005_06_01_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.380045 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000604604 device "J0437-2954_S_2005_06_01_yyk\_map.eps/VPS" ! Attempting to open device: 'J0437-2954_S_2005_06_01_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.477262 0.477262 0.954523 1.90905 3.81809 7.63619 15.2724 30.5447 61.0895 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.38 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.024 x 8.141 at -3.187 degrees (North through East) ! Clean map min=-0.0033546 max=0.38005 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0437-2954_S_2005_06_01_yyk\_map.gif/gif" ! Attempting to open device: 'J0437-2954_S_2005_06_01_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0437-2954_S_2005_06_01_yyk_uvs.log closed on Sat Oct 8 16:56:34 2005