! Started logfile: J1357-1527_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:22:47 2005 obs J1357-1527_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J1357-1527_S_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 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 1443 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_S_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.743577 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.522 mas, bmaj=6.561 mas, bpa=1.086 degrees ! Estimated noise=2.17291 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.608248 Jy ! Component: 100 - total flux cleaned = 0.720823 Jy ! Total flux subtracted in 100 components = 0.720823 Jy ! Clean residual min=-0.028079 max=0.035505 Jy/beam ! Clean residual mean=0.000002 rms=0.008635 Jy/beam ! Combined flux in latest and established models = 0.720823 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.720823 Jy ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.142572Jy sigma=1.995461 ! Fit after self-cal, rms=0.142187Jy sigma=1.988523 ! Inverting map and beam ! Estimated beam: bmin=2.522 mas, bmaj=6.561 mas, bpa=1.086 degrees ! Estimated noise=2.17291 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.064 mas, bmaj=7.869 mas, bpa=-0.7281 degrees ! Estimated noise=1.43552 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.0326945 Jy ! Component: 100 - total flux cleaned = 0.0441817 Jy ! Component: 150 - total flux cleaned = 0.0485837 Jy ! Component: 200 - total flux cleaned = 0.0493977 Jy ! Total flux subtracted in 200 components = 0.0493977 Jy ! Clean residual min=-0.018330 max=0.023065 Jy/beam ! Clean residual mean=-0.000298 rms=0.005445 Jy/beam ! Combined flux in latest and established models = 0.770221 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 35 components and 0.770221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134135Jy sigma=1.894892 ! Fit after self-cal, rms=0.134052Jy sigma=1.894103 ! 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.064 x 7.869 at -0.7281 degrees (North through East) ! Clean map min=-0.016995 max=0.69906 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.02639 ! Telescope amplitude corrections in sub-array 1: ! BR 0.83 FD 0.99 HN 1.09 KP 0.96 ! LA 1.05 MK 0.90 NL 0.95 OV 1.00 ! PT 1.05 SC 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.983245 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.07 HN 1.13 KP 1.02 ! LA 0.99 MK 0.96 NL 0.96 OV 0.98 ! PT 1.04 SC 0.98 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.951779 ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.24 HN 1.12 KP 0.96 ! LA 0.95 MK 1.06 NL 0.99 OV 1.00 ! PT 1.06 SC 1.01 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.03944 ! Telescope amplitude corrections in sub-array 1: ! BR 0.81 FD 1.04 HN 0.99 KP 0.88 ! LA 1.08 MK 1.05 NL 0.93 OV 0.82 ! PT 0.91 SC 1.11 ! ! ! Fit before self-cal, rms=0.134052Jy sigma=1.894103 ! Fit after self-cal, rms=0.100704Jy sigma=1.369030 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.100704Jy sigma=1.369030 ! Fit after self-cal, rms=0.100700Jy sigma=1.368980 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.09 mas, bmaj=7.809 mas, bpa=-0.7631 degrees ! Estimated noise=1.41444 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.00305973 Jy ! Component: 100 - total flux cleaned = -0.00370748 Jy ! Component: 150 - total flux cleaned = -0.00408067 Jy ! Component: 200 - total flux cleaned = -0.00408448 Jy ! Total flux subtracted in 200 components = -0.00408448 Jy ! Clean residual min=-0.006528 max=0.006460 Jy/beam ! Clean residual mean=-0.000052 rms=0.001610 Jy/beam ! Combined flux in latest and established models = 0.766136 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 45 components and 0.766136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100648Jy sigma=1.361121 ! Fit after self-cal, rms=0.100580Jy sigma=1.360654 ! 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.100580Jy sigma=1.360654 ! Fit after self-cal, rms=0.098383Jy sigma=1.323279 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 = -5.55604e-05 Jy ! Component: 100 - total flux cleaned = -4.97922e-05 Jy ! Component: 150 - total flux cleaned = 3.1062e-05 Jy ! Component: 200 - total flux cleaned = 3.05002e-05 Jy ! Total flux subtracted in 200 components = 3.05002e-05 Jy ! Clean residual min=-0.006075 max=0.006279 Jy/beam ! Clean residual mean=-0.000050 rms=0.001531 Jy/beam ! Combined flux in latest and established models = 0.766167 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 53 components and 0.766167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098258Jy sigma=1.321329 ! Fit after self-cal, rms=0.098313Jy sigma=1.318093 ! 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.09 x 7.809 at -0.7631 degrees (North through East) ! Clean map min=-0.0055255 max=0.69333 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.098313Jy sigma=1.318093 ! Fit after self-cal, rms=0.084375Jy sigma=1.007068 ! 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.084375Jy sigma=1.007068 ! Fit after self-cal, rms=0.084489Jy sigma=1.006630 ! Inverting map and beam ! Estimated beam: bmin=3.09 mas, bmaj=7.809 mas, bpa=-0.8034 degrees ! Estimated noise=1.41018 mJy/beam. ! Added new window around map position (49, -53.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00481617 Jy ! Component: 100 - total flux cleaned = 0.00531895 Jy ! Component: 150 - total flux cleaned = 0.0052251 Jy ! Component: 200 - total flux cleaned = 0.00522557 Jy ! Total flux subtracted in 200 components = 0.00522557 Jy ! Clean residual min=-0.004944 max=0.004117 Jy/beam ! Clean residual mean=-0.000072 rms=0.001108 Jy/beam ! Combined flux in latest and established models = 0.771392 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 72 components and 0.771393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084112Jy sigma=0.997819 ! Fit after self-cal, rms=0.084085Jy sigma=0.997451 ! 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.084085Jy sigma=0.997451 ! Fit after self-cal, rms=0.082125Jy sigma=0.966542 ! 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.082125Jy sigma=0.966542 ! Fit after self-cal, rms=0.082138Jy sigma=0.966532 ! Inverting map and beam ! Estimated beam: bmin=3.084 mas, bmaj=7.805 mas, bpa=-0.8401 degrees ! Estimated noise=1.4112 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00198709 Jy ! Component: 100 - total flux cleaned = 0.00183305 Jy ! Component: 150 - total flux cleaned = 0.00169581 Jy ! Component: 200 - total flux cleaned = 0.00163133 Jy ! Total flux subtracted in 200 components = 0.00163133 Jy ! Clean residual min=-0.004533 max=0.004023 Jy/beam ! Clean residual mean=-0.000068 rms=0.001021 Jy/beam ! Combined flux in latest and established models = 0.773024 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 85 components and 0.773024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082019Jy sigma=0.963949 ! Fit after self-cal, rms=0.082007Jy sigma=0.963879 ! 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.759 mas, bmaj=16.33 mas, bpa=11 degrees ! Estimated noise=1.81352 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.000596955 Jy ! Component: 100 - total flux cleaned = 0.000493412 Jy ! Component: 150 - total flux cleaned = 0.000272574 Jy ! Component: 200 - total flux cleaned = 0.000153317 Jy ! Total flux subtracted in 200 components = 0.000153317 Jy ! Clean residual min=-0.003539 max=0.003024 Jy/beam ! Clean residual mean=-0.000142 rms=0.001128 Jy/beam ! Combined flux in latest and established models = 0.773177 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 101 components and 0.773177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082023Jy sigma=0.963557 ! Fit after self-cal, rms=0.082025Jy sigma=0.963380 ! 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.544 mas, bmaj=6.527 mas, bpa=1.49 degrees ! Estimated noise=2.1367 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.59816 Jy ! Component: 100 - total flux cleaned = 0.704035 Jy ! Component: 150 - total flux cleaned = 0.739598 Jy ! Component: 200 - total flux cleaned = 0.75754 Jy ! Total flux subtracted in 200 components = 0.75754 Jy ! Clean residual min=-0.007633 max=0.007292 Jy/beam ! Clean residual mean=0.000020 rms=0.002403 Jy/beam ! Combined flux in latest and established models = 0.75754 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.75754 Jy ! Inverting map and beam ! Estimated beam: bmin=3.084 mas, bmaj=7.805 mas, bpa=-0.8401 degrees ! Estimated noise=1.4112 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 (1.5, 6.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0108865 Jy ! Component: 100 - total flux cleaned = 0.0140042 Jy ! Component: 150 - total flux cleaned = 0.0150418 Jy ! Component: 200 - total flux cleaned = 0.0159387 Jy ! Total flux subtracted in 200 components = 0.0159387 Jy ! Clean residual min=-0.004101 max=0.003001 Jy/beam ! Clean residual mean=-0.000072 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 0.773479 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 63 components and 0.773479 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.759 mas, bmaj=16.33 mas, bpa=11 degrees ! Estimated noise=1.81352 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.000694925 Jy ! Component: 100 - total flux cleaned = 0.000642634 Jy ! Component: 150 - total flux cleaned = 0.000548522 Jy ! Component: 200 - total flux cleaned = 0.000422624 Jy ! Total flux subtracted in 200 components = 0.000422624 Jy ! Clean residual min=-0.003165 max=0.002914 Jy/beam ! Clean residual mean=-0.000149 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.773902 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 91 components and 0.773902 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.084 mas, bmaj=7.805 mas, bpa=-0.8401 degrees ! Estimated noise=1.4112 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000175476 Jy ! Component: 100 - total flux cleaned = -0.000245493 Jy ! Component: 150 - total flux cleaned = -0.000244829 Jy ! Component: 200 - total flux cleaned = -0.000139724 Jy ! Total flux subtracted in 200 components = -0.000139724 Jy ! Clean residual min=-0.004018 max=0.003024 Jy/beam ! Clean residual mean=-0.000072 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.773762 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 111 components and 0.773762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081638Jy sigma=0.957099 ! Fit after self-cal, rms=0.081562Jy sigma=0.956798 wmodel J1357-1527_S_2005_05_12_yyk\_map.mod ! Writing 111 model components to file: J1357-1527_S_2005_05_12_yyk_map.mod wobs J1357-1527_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J1357-1527_S_2005_05_12_yyk_uvs.fits wwins J1357-1527_S_2005_05_12_yyk\_map.win ! wwins: Wrote 3 windows to J1357-1527_S_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.00123955 Jy ! Component: 100 - total flux cleaned = -0.00161925 Jy ! Component: 150 - total flux cleaned = -0.00187169 Jy ! Component: 200 - total flux cleaned = -0.00210693 Jy ! Component: 250 - total flux cleaned = -0.0021509 Jy ! Component: 300 - total flux cleaned = -0.00223493 Jy ! Component: 350 - total flux cleaned = -0.00239396 Jy ! Component: 400 - total flux cleaned = -0.00243201 Jy ! Component: 450 - total flux cleaned = -0.00243138 Jy ! Component: 500 - total flux cleaned = -0.0022885 Jy ! Component: 550 - total flux cleaned = -0.0021864 Jy ! Component: 600 - total flux cleaned = -0.00198882 Jy ! Component: 650 - total flux cleaned = -0.002085 Jy ! Component: 700 - total flux cleaned = -0.00217816 Jy ! Component: 750 - total flux cleaned = -0.00229869 Jy ! Component: 800 - total flux cleaned = -0.00241655 Jy ! Component: 850 - total flux cleaned = -0.00244509 Jy ! Component: 900 - total flux cleaned = -0.00238802 Jy ! Component: 950 - total flux cleaned = -0.00236026 Jy ! Component: 1000 - total flux cleaned = -0.00233353 Jy ! Component: 1050 - total flux cleaned = -0.00233345 Jy ! Component: 1100 - total flux cleaned = -0.0023074 Jy ! Component: 1150 - total flux cleaned = -0.00228178 Jy ! Component: 1200 - total flux cleaned = -0.00230671 Jy ! Component: 1250 - total flux cleaned = -0.00233144 Jy ! Component: 1300 - total flux cleaned = -0.00228288 Jy ! Component: 1350 - total flux cleaned = -0.00240337 Jy ! Component: 1400 - total flux cleaned = -0.00240334 Jy ! Component: 1450 - total flux cleaned = -0.00249696 Jy ! Component: 1500 - total flux cleaned = -0.00254292 Jy ! Component: 1550 - total flux cleaned = -0.00258835 Jy ! Component: 1600 - total flux cleaned = -0.00256576 Jy ! Component: 1650 - total flux cleaned = -0.00256595 Jy ! Component: 1700 - total flux cleaned = -0.00254408 Jy ! Component: 1750 - total flux cleaned = -0.00254425 Jy ! Component: 1800 - total flux cleaned = -0.0025227 Jy ! Component: 1850 - total flux cleaned = -0.00248052 Jy ! Component: 1900 - total flux cleaned = -0.00250159 Jy ! Component: 1950 - total flux cleaned = -0.00243918 Jy ! Component: 2000 - total flux cleaned = -0.00241846 Jy ! Total flux subtracted in 2048 components = -0.00237758 Jy ! Clean residual min=-0.001524 max=0.001181 Jy/beam ! Clean residual mean=-0.000030 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.771384 Jy keep ! Adding 126 model components to the UV plane model. ! The established model now contains 237 components and 0.771384 Jy ![Exited script file: muppet] wmap "J1357-1527_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.084 x 7.805 at -0.8401 degrees (North through East) ! Clean map min=-0.0027077 max=0.68955 Jy/beam ! Writing clean map to FITS file: J1357-1527_S_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.689546 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000399474 device "J1357-1527_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J1357-1527_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.173799 0.173799 0.347598 0.695196 1.39039 2.78078 5.56156 11.1231 22.2463 44.4925 88.985 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.689 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.084 x 7.805 at -0.8401 degrees (North through East) ! Clean map min=-0.0027077 max=0.68955 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1357-1527_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J1357-1527_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1357-1527_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:22:51 2005