! Started logfile: J1537-1527_S_2005_06_01_yyk_uvs.log on Sat Oct 8 17:26:58 2005 obs J1537-1527_S_2005_06_01_yyk_uve.fits ! Reading UV FITS file: J1537-1527_S_2005_06_01_yyk_uve.fits ! AN table 1: 20 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.932222 visibilities/baseline/integration-bin. ! Found source: J1537-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 1802 lines of history. ! ! Reading 3356 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 J1537-1527_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.349549 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.368 mas, bmaj=6.718 mas, bpa=-3.467 degrees ! Estimated noise=0.991259 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.286038 Jy ! Component: 100 - total flux cleaned = 0.327662 Jy ! Total flux subtracted in 100 components = 0.327662 Jy ! Clean residual min=-0.008113 max=0.011460 Jy/beam ! Clean residual mean=-0.000030 rms=0.002480 Jy/beam ! Combined flux in latest and established models = 0.327662 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.327662 Jy ! ! Correcting IF 1. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.081138Jy sigma=1.332992 ! Fit after self-cal, rms=0.081064Jy sigma=1.331167 ! Inverting map and beam ! Estimated beam: bmin=2.368 mas, bmaj=6.718 mas, bpa=-3.467 degrees ! Estimated noise=0.991259 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.086 mas, bmaj=8.404 mas, bpa=-4.682 degrees ! Estimated noise=0.661665 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.00886465 Jy ! Component: 100 - total flux cleaned = 0.0116938 Jy ! Component: 150 - total flux cleaned = 0.0117707 Jy ! Component: 200 - total flux cleaned = 0.0117675 Jy ! Total flux subtracted in 200 components = 0.0117675 Jy ! Clean residual min=-0.007021 max=0.007247 Jy/beam ! Clean residual mean=-0.000129 rms=0.001962 Jy/beam ! Combined flux in latest and established models = 0.339429 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 29 components and 0.339429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079190Jy sigma=1.317168 ! Fit after self-cal, rms=0.079186Jy sigma=1.317133 ! 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.086 x 8.404 at -4.682 degrees (North through East) ! Clean map min=-0.006669 max=0.32884 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.02421 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.99 HN 0.98 KP 0.93 ! LA 1.18 MK 0.88 NL 0.92 OV 0.95 ! PT 1.04 SC 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.990009 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.06 HN 1.01 KP 0.98 ! LA 1.12 MK 0.98 NL 0.94 OV 0.99 ! PT 1.02 SC 1.00 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.966849 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.24 HN 1.00 KP 0.95 ! LA 0.92 MK 1.10 NL 1.01 OV 1.00 ! PT 1.07 SC 1.00 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.0629 ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.05 HN 0.90 KP 0.87 ! LA 0.74 MK 1.09 NL 0.93 OV 0.85 ! PT 0.96 SC 1.12 ! ! ! Fit before self-cal, rms=0.079186Jy sigma=1.317133 ! Fit after self-cal, rms=0.064941Jy sigma=1.108132 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.064941Jy sigma=1.108132 ! Fit after self-cal, rms=0.064939Jy sigma=1.108086 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.117 mas, bmaj=8.432 mas, bpa=-4.638 degrees ! Estimated noise=0.66583 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.00391456 Jy ! Component: 100 - total flux cleaned = 0.00460991 Jy ! Component: 150 - total flux cleaned = 0.00468858 Jy ! Component: 200 - total flux cleaned = 0.00475637 Jy ! Total flux subtracted in 200 components = 0.00475637 Jy ! Clean residual min=-0.002604 max=0.003258 Jy/beam ! Clean residual mean=0.000023 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.344186 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 38 components and 0.344186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064589Jy sigma=1.104505 ! Fit after self-cal, rms=0.064588Jy sigma=1.104492 ! 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.064588Jy sigma=1.104492 ! Fit after self-cal, rms=0.062702Jy sigma=1.067762 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) ! Added new window around map position (-42, 10). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017134 Jy ! Component: 100 - total flux cleaned = 0.00142662 Jy ! Component: 150 - total flux cleaned = 0.00142527 Jy ! Component: 200 - total flux cleaned = 0.00142835 Jy ! Total flux subtracted in 200 components = 0.00142835 Jy ! Clean residual min=-0.002509 max=0.002304 Jy/beam ! Clean residual mean=0.000019 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.345614 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 60 components and 0.345614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062569Jy sigma=1.064688 ! Fit after self-cal, rms=0.062474Jy sigma=1.062661 ! 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.117 x 8.432 at -4.638 degrees (North through East) ! Clean map min=-0.0024059 max=0.33292 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.062474Jy sigma=1.062661 ! Fit after self-cal, rms=0.056355Jy sigma=0.958158 ! 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.056355Jy sigma=0.958158 ! Fit after self-cal, rms=0.056350Jy sigma=0.957964 ! Inverting map and beam ! Estimated beam: bmin=3.116 mas, bmaj=8.442 mas, bpa=-4.686 degrees ! Estimated noise=0.663167 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000267403 Jy ! Component: 100 - total flux cleaned = -0.000407909 Jy ! Component: 150 - total flux cleaned = -0.000438543 Jy ! Component: 200 - total flux cleaned = -0.000491863 Jy ! Total flux subtracted in 200 components = -0.000491863 Jy ! Clean residual min=-0.001953 max=0.002001 Jy/beam ! Clean residual mean=0.000018 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.345122 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 80 components and 0.345122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056325Jy sigma=0.957406 ! Fit after self-cal, rms=0.056324Jy sigma=0.957368 ! 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.056324Jy sigma=0.957368 ! Fit after self-cal, rms=0.055311Jy sigma=0.934580 ! 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.055311Jy sigma=0.934580 ! Fit after self-cal, rms=0.055313Jy sigma=0.934568 ! Inverting map and beam ! Estimated beam: bmin=3.12 mas, bmaj=8.457 mas, bpa=-4.721 degrees ! Estimated noise=0.66354 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000100269 Jy ! Component: 100 - total flux cleaned = 7.26499e-05 Jy ! Component: 150 - total flux cleaned = 7.22826e-05 Jy ! Component: 200 - total flux cleaned = 5.02203e-05 Jy ! Total flux subtracted in 200 components = 5.02203e-05 Jy ! Clean residual min=-0.001902 max=0.002138 Jy/beam ! Clean residual mean=0.000017 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.345172 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 83 components and 0.345172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055300Jy sigma=0.934228 ! Fit after self-cal, rms=0.055300Jy sigma=0.934210 ! 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.788 mas, bmaj=16.92 mas, bpa=-0.9865 degrees ! Estimated noise=0.848202 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.000541809 Jy ! Component: 100 - total flux cleaned = -0.000684354 Jy ! Component: 150 - total flux cleaned = -0.000760259 Jy ! Component: 200 - total flux cleaned = -0.00082687 Jy ! Total flux subtracted in 200 components = -0.00082687 Jy ! Clean residual min=-0.001839 max=0.001877 Jy/beam ! Clean residual mean=0.000034 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.344345 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 102 components and 0.344345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055301Jy sigma=0.934202 ! Fit after self-cal, rms=0.055300Jy sigma=0.934188 ! 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.382 mas, bmaj=6.751 mas, bpa=-3.442 degrees ! Estimated noise=0.987031 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.285187 Jy ! Component: 100 - total flux cleaned = 0.325619 Jy ! Component: 150 - total flux cleaned = 0.336848 Jy ! Component: 200 - total flux cleaned = 0.341981 Jy ! Total flux subtracted in 200 components = 0.341981 Jy ! Clean residual min=-0.003770 max=0.003580 Jy/beam ! Clean residual mean=0.000013 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.341982 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.341982 Jy ! Inverting map and beam ! Estimated beam: bmin=3.12 mas, bmaj=8.457 mas, bpa=-4.721 degrees ! Estimated noise=0.66354 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.00328464 Jy ! Component: 100 - total flux cleaned = 0.0037145 Jy ! Component: 150 - total flux cleaned = 0.00371198 Jy ! Component: 200 - total flux cleaned = 0.0037098 Jy ! Total flux subtracted in 200 components = 0.0037098 Jy ! Clean residual min=-0.002150 max=0.002145 Jy/beam ! Clean residual mean=0.000016 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.345691 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 56 components and 0.345691 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.788 mas, bmaj=16.92 mas, bpa=-0.9865 degrees ! Estimated noise=0.848202 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.000197273 Jy ! Component: 100 - total flux cleaned = -0.000317059 Jy ! Component: 150 - total flux cleaned = -0.000462961 Jy ! Component: 200 - total flux cleaned = -0.000588428 Jy ! Total flux subtracted in 200 components = -0.000588428 Jy ! Clean residual min=-0.001919 max=0.001916 Jy/beam ! Clean residual mean=0.000032 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.345103 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 84 components and 0.345103 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.12 mas, bmaj=8.457 mas, bpa=-4.721 degrees ! Estimated noise=0.66354 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000150242 Jy ! Component: 100 - total flux cleaned = 0.000181743 Jy ! Component: 150 - total flux cleaned = 0.000210772 Jy ! Component: 200 - total flux cleaned = 0.000236541 Jy ! Total flux subtracted in 200 components = 0.000236541 Jy ! Clean residual min=-0.002021 max=0.002141 Jy/beam ! Clean residual mean=0.000017 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.345339 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 98 components and 0.345339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055323Jy sigma=0.934599 ! Fit after self-cal, rms=0.055322Jy sigma=0.934552 wmodel J1537-1527_S_2005_06_01_yyk\_map.mod ! Writing 98 model components to file: J1537-1527_S_2005_06_01_yyk_map.mod wobs J1537-1527_S_2005_06_01_yyk\_uvs.fits ! Writing UV FITS file: J1537-1527_S_2005_06_01_yyk_uvs.fits wwins J1537-1527_S_2005_06_01_yyk\_map.win ! wwins: Wrote 2 windows to J1537-1527_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.000201389 Jy ! Component: 100 - total flux cleaned = 0.000306823 Jy ! Component: 150 - total flux cleaned = 0.000178865 Jy ! Component: 200 - total flux cleaned = -3.60258e-05 Jy ! Component: 250 - total flux cleaned = -0.000329404 Jy ! Component: 300 - total flux cleaned = -0.000470502 Jy ! Component: 350 - total flux cleaned = -0.000579974 Jy ! Component: 400 - total flux cleaned = -0.00071361 Jy ! Component: 450 - total flux cleaned = -0.000870097 Jy ! Component: 500 - total flux cleaned = -0.000998413 Jy ! Component: 550 - total flux cleaned = -0.00117397 Jy ! Component: 600 - total flux cleaned = -0.00129645 Jy ! Component: 650 - total flux cleaned = -0.00139214 Jy ! Component: 700 - total flux cleaned = -0.00146301 Jy ! Component: 750 - total flux cleaned = -0.00160119 Jy ! Component: 800 - total flux cleaned = -0.00162404 Jy ! Component: 850 - total flux cleaned = -0.00169145 Jy ! Component: 900 - total flux cleaned = -0.00177928 Jy ! Component: 950 - total flux cleaned = -0.00184323 Jy ! Component: 1000 - total flux cleaned = -0.00186419 Jy ! Component: 1050 - total flux cleaned = -0.00182254 Jy ! Component: 1100 - total flux cleaned = -0.00184306 Jy ! Component: 1150 - total flux cleaned = -0.00186344 Jy ! Component: 1200 - total flux cleaned = -0.0018436 Jy ! Component: 1250 - total flux cleaned = -0.00182412 Jy ! Component: 1300 - total flux cleaned = -0.00184333 Jy ! Component: 1350 - total flux cleaned = -0.0018245 Jy ! Component: 1400 - total flux cleaned = -0.00182474 Jy ! Component: 1450 - total flux cleaned = -0.00176929 Jy ! Component: 1500 - total flux cleaned = -0.00182409 Jy ! Component: 1550 - total flux cleaned = -0.00182368 Jy ! Component: 1600 - total flux cleaned = -0.00180567 Jy ! Component: 1650 - total flux cleaned = -0.00180529 Jy ! Component: 1700 - total flux cleaned = -0.00168355 Jy ! Component: 1750 - total flux cleaned = -0.00171802 Jy ! Component: 1800 - total flux cleaned = -0.00173463 Jy ! Component: 1850 - total flux cleaned = -0.00165063 Jy ! Component: 1900 - total flux cleaned = -0.00166712 Jy ! Component: 1950 - total flux cleaned = -0.00165058 Jy ! Component: 2000 - total flux cleaned = -0.00163416 Jy ! Total flux subtracted in 2048 components = -0.00156999 Jy ! Clean residual min=-0.000931 max=0.001077 Jy/beam ! Clean residual mean=0.000016 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.343769 Jy keep ! Adding 133 model components to the UV plane model. ! The established model now contains 231 components and 0.34377 Jy ![Exited script file: muppet] wmap "J1537-1527_S_2005_06_01_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.12 x 8.457 at -4.721 degrees (North through East) ! Clean map min=-0.0015399 max=0.33255 Jy/beam ! Writing clean map to FITS file: J1537-1527_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.332548 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000314083 device "J1537-1527_S_2005_06_01_yyk\_map.eps/VPS" ! Attempting to open device: 'J1537-1527_S_2005_06_01_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.283342 0.283342 0.566685 1.13337 2.26674 4.53348 9.06695 18.1339 36.2678 72.5356 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.332 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.12 x 8.457 at -4.721 degrees (North through East) ! Clean map min=-0.0015399 max=0.33255 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1537-1527_S_2005_06_01_yyk\_map.gif/gif" ! Attempting to open device: 'J1537-1527_S_2005_06_01_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1537-1527_S_2005_06_01_yyk_uvs.log closed on Sat Oct 8 17:27:02 2005