! Started logfile: J1336-1852_S_2005_07_08_yyk_uvs.log on Fri Jan 20 10:31:11 2006 obs J1336-1852_S_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J1336-1852_S_2005_07_08_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.9 visibilities/baseline/integration-bin. ! Found source: J1336-1852 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1412 lines of history. ! ! Reading 1620 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 J1336-1852_S_2005_07_08_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.298046 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.322 mas, bmaj=6.613 mas, bpa=-0.4965 degrees ! Estimated noise=1.64313 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.238603 Jy ! Component: 100 - total flux cleaned = 0.273653 Jy ! Total flux subtracted in 100 components = 0.273653 Jy ! Clean residual min=-0.009024 max=0.010098 Jy/beam ! Clean residual mean=0.000020 rms=0.002386 Jy/beam ! Combined flux in latest and established models = 0.273653 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.273653 Jy ! ! Correcting IF 1. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.088871Jy sigma=1.162210 ! Fit after self-cal, rms=0.088695Jy sigma=1.158916 ! Inverting map and beam ! Estimated beam: bmin=2.322 mas, bmaj=6.613 mas, bpa=-0.4965 degrees ! Estimated noise=1.64313 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.03 mas, bmaj=8.122 mas, bpa=-3.57 degrees ! Estimated noise=1.12813 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.0136068 Jy ! Component: 100 - total flux cleaned = 0.0186553 Jy ! Component: 150 - total flux cleaned = 0.0207724 Jy ! Component: 200 - total flux cleaned = 0.0209268 Jy ! Total flux subtracted in 200 components = 0.0209268 Jy ! Clean residual min=-0.006003 max=0.005667 Jy/beam ! Clean residual mean=-0.000031 rms=0.001550 Jy/beam ! Combined flux in latest and established models = 0.294579 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 30 components and 0.29458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086660Jy sigma=1.133786 ! Fit after self-cal, rms=0.086640Jy sigma=1.133639 ! 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.03 x 8.122 at -3.57 degrees (North through East) ! Clean map min=-0.0057267 max=0.27541 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.01023 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.01 HN 1.12 KP 0.95 ! LA 1.03 MK 0.87 NL 0.94 OV 1.00 ! PT 1.06 SC 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.982723 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 HN 1.10 KP 1.00 ! LA 1.02 MK 0.99 NL 0.96 OV 1.03 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.958191 ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.97 HN 1.14 KP 0.98 ! LA 0.94 MK 1.07 NL 1.08 OV 1.03 ! PT 1.09 SC 1.00 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.06204 ! Telescope amplitude corrections in sub-array 1: ! BR 0.81 FD 0.99 HN 0.94 KP 0.92 ! LA 0.79 MK 1.07 NL 0.95 OV 0.87 ! PT 1.00 SC 1.07 ! ! ! Fit before self-cal, rms=0.086640Jy sigma=1.133639 ! Fit after self-cal, rms=0.081405Jy sigma=1.081060 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.081405Jy sigma=1.081060 ! Fit after self-cal, rms=0.081408Jy sigma=1.081010 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.055 mas, bmaj=8.096 mas, bpa=-3.21 degrees ! Estimated noise=1.12187 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.00090806 Jy ! Component: 100 - total flux cleaned = -0.000992321 Jy ! Component: 150 - total flux cleaned = -0.000990502 Jy ! Component: 200 - total flux cleaned = -0.00102285 Jy ! Total flux subtracted in 200 components = -0.00102285 Jy ! Clean residual min=-0.004349 max=0.003929 Jy/beam ! Clean residual mean=0.000015 rms=0.001201 Jy/beam ! Combined flux in latest and established models = 0.293557 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 41 components and 0.293557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081427Jy sigma=1.080438 ! Fit after self-cal, rms=0.081422Jy sigma=1.080395 ! 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.081422Jy sigma=1.080395 ! Fit after self-cal, rms=0.078664Jy sigma=1.038936 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.000376457 Jy ! Component: 100 - total flux cleaned = 0.000404747 Jy ! Component: 150 - total flux cleaned = 0.000426603 Jy ! Component: 200 - total flux cleaned = 0.000426886 Jy ! Total flux subtracted in 200 components = 0.000426886 Jy ! Clean residual min=-0.004313 max=0.003814 Jy/beam ! Clean residual mean=0.000013 rms=0.001187 Jy/beam ! Combined flux in latest and established models = 0.293984 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.293984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078637Jy sigma=1.038723 ! Fit after self-cal, rms=0.078548Jy sigma=1.035612 ! 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.055 x 8.096 at -3.21 degrees (North through East) ! Clean map min=-0.0041165 max=0.2755 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.078548Jy sigma=1.035612 ! Fit after self-cal, rms=0.074496Jy sigma=0.973627 ! 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.074496Jy sigma=0.973627 ! Fit after self-cal, rms=0.074541Jy sigma=0.973296 ! Inverting map and beam ! Estimated beam: bmin=3.061 mas, bmaj=8.096 mas, bpa=-3.294 degrees ! Estimated noise=1.11779 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000254356 Jy ! Component: 100 - total flux cleaned = 0.000130486 Jy ! Component: 150 - total flux cleaned = 2.91863e-05 Jy ! Component: 200 - total flux cleaned = -1.37218e-05 Jy ! Total flux subtracted in 200 components = -1.37218e-05 Jy ! Clean residual min=-0.003734 max=0.003217 Jy/beam ! Clean residual mean=0.000041 rms=0.001024 Jy/beam ! Combined flux in latest and established models = 0.29397 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 56 components and 0.29397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074524Jy sigma=0.972986 ! Fit after self-cal, rms=0.074541Jy sigma=0.972903 ! 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.074541Jy sigma=0.972903 ! Fit after self-cal, rms=0.072480Jy sigma=0.949234 ! 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.072480Jy sigma=0.949234 ! Fit after self-cal, rms=0.072468Jy sigma=0.949204 ! Inverting map and beam ! Estimated beam: bmin=3.06 mas, bmaj=8.086 mas, bpa=-3.249 degrees ! Estimated noise=1.1212 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013222 Jy ! Component: 100 - total flux cleaned = 0.00137119 Jy ! Component: 150 - total flux cleaned = 0.00137353 Jy ! Component: 200 - total flux cleaned = 0.00137461 Jy ! Total flux subtracted in 200 components = 0.00137461 Jy ! Clean residual min=-0.003808 max=0.003222 Jy/beam ! Clean residual mean=0.000043 rms=0.001030 Jy/beam ! Combined flux in latest and established models = 0.295345 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 62 components and 0.295345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072440Jy sigma=0.948821 ! Fit after self-cal, rms=0.072437Jy sigma=0.948799 ! 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.212 mas, bmaj=18.12 mas, bpa=-1.268 degrees ! Estimated noise=1.45852 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.000398376 Jy ! Component: 100 - total flux cleaned = 0.00041717 Jy ! Component: 150 - total flux cleaned = 0.00041786 Jy ! Component: 200 - total flux cleaned = 0.000442391 Jy ! Total flux subtracted in 200 components = 0.000442391 Jy ! Clean residual min=-0.003696 max=0.004419 Jy/beam ! Clean residual mean=0.000096 rms=0.001333 Jy/beam ! Combined flux in latest and established models = 0.295787 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 67 components and 0.295787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072446Jy sigma=0.948821 ! Fit after self-cal, rms=0.072439Jy sigma=0.948770 ! Inverting map uvtaper 0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.341 mas, bmaj=6.603 mas, bpa=-0.469 degrees ! Estimated noise=1.63469 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.238122 Jy ! Component: 100 - total flux cleaned = 0.272103 Jy ! Component: 150 - total flux cleaned = 0.283191 Jy ! Component: 200 - total flux cleaned = 0.288727 Jy ! Total flux subtracted in 200 components = 0.288727 Jy ! Clean residual min=-0.004807 max=0.004448 Jy/beam ! Clean residual mean=0.000014 rms=0.001358 Jy/beam ! Combined flux in latest and established models = 0.288727 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.288727 Jy ! Inverting map and beam ! Estimated beam: bmin=3.06 mas, bmaj=8.086 mas, bpa=-3.249 degrees ! Estimated noise=1.1212 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.00449762 Jy ! Component: 100 - total flux cleaned = 0.00602885 Jy ! Component: 150 - total flux cleaned = 0.00631372 Jy ! Component: 200 - total flux cleaned = 0.0064404 Jy ! Total flux subtracted in 200 components = 0.0064404 Jy ! Clean residual min=-0.003770 max=0.003180 Jy/beam ! Clean residual mean=0.000043 rms=0.001034 Jy/beam ! Combined flux in latest and established models = 0.295167 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 45 components and 0.295167 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.212 mas, bmaj=18.12 mas, bpa=-1.268 degrees ! Estimated noise=1.45852 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.000611198 Jy ! Component: 100 - total flux cleaned = 0.000626143 Jy ! Component: 150 - total flux cleaned = 0.000639879 Jy ! Component: 200 - total flux cleaned = 0.000663455 Jy ! Total flux subtracted in 200 components = 0.000663455 Jy ! Clean residual min=-0.003682 max=0.004411 Jy/beam ! Clean residual mean=0.000096 rms=0.001328 Jy/beam ! Combined flux in latest and established models = 0.29583 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.295831 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.06 mas, bmaj=8.086 mas, bpa=-3.249 degrees ! Estimated noise=1.1212 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000337369 Jy ! Component: 100 - total flux cleaned = -0.000334785 Jy ! Component: 150 - total flux cleaned = -0.000312953 Jy ! Component: 200 - total flux cleaned = -0.00031192 Jy ! Total flux subtracted in 200 components = -0.00031192 Jy ! Clean residual min=-0.003783 max=0.003154 Jy/beam ! Clean residual mean=0.000043 rms=0.001027 Jy/beam ! Combined flux in latest and established models = 0.295519 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 58 components and 0.295519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072430Jy sigma=0.948899 ! Fit after self-cal, rms=0.072424Jy sigma=0.948854 wmodel J1336-1852_S_2005_07_08_yyk\_map.mod ! Writing 58 model components to file: J1336-1852_S_2005_07_08_yyk_map.mod wobs J1336-1852_S_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J1336-1852_S_2005_07_08_yyk_uvs.fits wwins J1336-1852_S_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J1336-1852_S_2005_07_08_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.0016946 Jy ! Component: 100 - total flux cleaned = -0.00260816 Jy ! Component: 150 - total flux cleaned = -0.00294951 Jy ! Component: 200 - total flux cleaned = -0.00311159 Jy ! Component: 250 - total flux cleaned = -0.0032162 Jy ! Component: 300 - total flux cleaned = -0.00336682 Jy ! Component: 350 - total flux cleaned = -0.00355996 Jy ! Component: 400 - total flux cleaned = -0.00374733 Jy ! Component: 450 - total flux cleaned = -0.00406424 Jy ! Component: 500 - total flux cleaned = -0.00428438 Jy ! Component: 550 - total flux cleaned = -0.0044563 Jy ! Component: 600 - total flux cleaned = -0.00462339 Jy ! Component: 650 - total flux cleaned = -0.00474585 Jy ! Component: 700 - total flux cleaned = -0.0048669 Jy ! Component: 750 - total flux cleaned = -0.00506369 Jy ! Component: 800 - total flux cleaned = -0.00517949 Jy ! Component: 850 - total flux cleaned = -0.00536889 Jy ! Component: 900 - total flux cleaned = -0.00540502 Jy ! Component: 950 - total flux cleaned = -0.00547711 Jy ! Component: 1000 - total flux cleaned = -0.00551217 Jy ! Component: 1050 - total flux cleaned = -0.00551212 Jy ! Component: 1100 - total flux cleaned = -0.00565019 Jy ! Component: 1150 - total flux cleaned = -0.00568392 Jy ! Component: 1200 - total flux cleaned = -0.00588421 Jy ! Component: 1250 - total flux cleaned = -0.00591686 Jy ! Component: 1300 - total flux cleaned = -0.00611126 Jy ! Component: 1350 - total flux cleaned = -0.00617416 Jy ! Component: 1400 - total flux cleaned = -0.00626821 Jy ! Component: 1450 - total flux cleaned = -0.00626837 Jy ! Component: 1500 - total flux cleaned = -0.00629871 Jy ! Component: 1550 - total flux cleaned = -0.00620826 Jy ! Component: 1600 - total flux cleaned = -0.00617879 Jy ! Component: 1650 - total flux cleaned = -0.00617856 Jy ! Component: 1700 - total flux cleaned = -0.00603264 Jy ! Component: 1750 - total flux cleaned = -0.00597466 Jy ! Component: 1800 - total flux cleaned = -0.00586077 Jy ! Component: 1850 - total flux cleaned = -0.00580447 Jy ! Component: 1900 - total flux cleaned = -0.00580466 Jy ! Component: 1950 - total flux cleaned = -0.00585921 Jy ! Component: 2000 - total flux cleaned = -0.00580445 Jy ! Total flux subtracted in 2048 components = -0.00583137 Jy ! Clean residual min=-0.001533 max=0.001878 Jy/beam ! Clean residual mean=0.000050 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.289687 Jy keep ! Adding 136 model components to the UV plane model. ! The established model now contains 194 components and 0.289688 Jy ![Exited script file: muppet] wmap "J1336-1852_S_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.06 x 8.086 at -3.249 degrees (North through East) ! Clean map min=-0.0028297 max=0.27541 Jy/beam ! Writing clean map to FITS file: J1336-1852_S_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.275407 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000546533 device "J1336-1852_S_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J1336-1852_S_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.595337 0.595337 1.19067 2.38135 4.7627 9.52539 19.0508 38.1016 76.2031 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.275 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.06 x 8.086 at -3.249 degrees (North through East) ! Clean map min=-0.0028297 max=0.27541 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1336-1852_S_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J1336-1852_S_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1336-1852_S_2005_07_08_yyk_uvs.log closed on Fri Jan 20 10:31:15 2006