! Started logfile: J0405-1308_X_2007_01_11_yyk_uvs.log on Mon Jun 16 19:14:25 2008 obs J0405-1308_X_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J0405-1308_X_2007_01_11_yyk_uve.fits ! AN table 1: 4 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.777778 visibilities/baseline/integration-bin. ! Found source: J0405-1308 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 2143 lines of history. ! ! Reading 448 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 J0405-1308_X_2007_01_11_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 1.28585 Jy uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.6115 mas, bmaj=1.638 mas, bpa=3.178 degrees ! Estimated noise=2.92756 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 = 1.08145 Jy ! Component: 100 - total flux cleaned = 1.23179 Jy ! Total flux subtracted in 100 components = 1.23179 Jy ! Clean residual min=-0.035981 max=0.051935 Jy/beam ! Clean residual mean=-0.000075 rms=0.010842 Jy/beam ! Combined flux in latest and established models = 1.23179 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 1.23179 Jy ! ! Correcting IF 1. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.193826Jy sigma=2.932179 ! Fit after self-cal, rms=0.192589Jy sigma=2.916843 ! Inverting map and beam ! Estimated beam: bmin=0.6115 mas, bmaj=1.638 mas, bpa=3.178 degrees ! Estimated noise=2.92756 mJy/beam. print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7765 mas, bmaj=1.984 mas, bpa=2.771 degrees ! Estimated noise=2.10849 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.0766308 Jy ! Component: 100 - total flux cleaned = 0.105791 Jy ! Component: 150 - total flux cleaned = 0.118796 Jy ! Component: 200 - total flux cleaned = 0.123228 Jy ! Total flux subtracted in 200 components = 0.123228 Jy ! Clean residual min=-0.037704 max=0.042193 Jy/beam ! Clean residual mean=-0.000029 rms=0.009341 Jy/beam ! Combined flux in latest and established models = 1.35502 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 25 components and 1.35502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173864Jy sigma=2.571026 ! Fit after self-cal, rms=0.173791Jy sigma=2.569329 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7765 x 1.984 at 2.771 degrees (North through East) ! Clean map min=-0.035205 max=1.2688 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.00718 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.01 KP 1.00* ! LA 0.96 MK 1.00 OV 0.99 PT 0.96 ! SC 1.00 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01231 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.01 KP 1.00* ! LA 0.92 MK 0.99 OV 0.97 PT 1.01 ! SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.996857 ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.04 HN 0.91 KP 1.00* ! LA 0.93 MK 1.03 OV 1.04 PT 1.02 ! SC 0.96 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.977321 ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.07 HN 0.94 KP 1.00* ! LA 0.93 MK 1.04 OV 1.02 PT 1.08 ! SC 1.02 ! ! ! Fit before self-cal, rms=0.173791Jy sigma=2.569329 ! Fit after self-cal, rms=0.152445Jy sigma=2.251074 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.152445Jy sigma=2.251074 ! Fit after self-cal, rms=0.152428Jy sigma=2.251032 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7765 mas, bmaj=1.996 mas, bpa=3.032 degrees ! Estimated noise=2.10712 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.000436892 Jy ! Component: 100 - total flux cleaned = 0.00045508 Jy ! Component: 150 - total flux cleaned = 0.00044563 Jy ! Component: 200 - total flux cleaned = 0.000248799 Jy ! Total flux subtracted in 200 components = 0.000248799 Jy ! Clean residual min=-0.013681 max=0.024040 Jy/beam ! Clean residual mean=-0.000008 rms=0.004864 Jy/beam ! Combined flux in latest and established models = 1.35527 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 31 components and 1.35527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151859Jy sigma=2.243008 ! Fit after self-cal, rms=0.151847Jy sigma=2.242656 ! Inverting map ! Added new window around map position (0.4, -3.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0250143 Jy ! Component: 100 - total flux cleaned = 0.0274927 Jy ! Component: 150 - total flux cleaned = 0.0275034 Jy ! Component: 200 - total flux cleaned = 0.0274999 Jy ! Total flux subtracted in 200 components = 0.0274999 Jy ! Clean residual min=-0.013994 max=0.013287 Jy/beam ! Clean residual mean=0.000014 rms=0.003516 Jy/beam ! Combined flux in latest and established models = 1.38277 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 49 components and 1.38277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148503Jy sigma=2.189152 ! Fit after self-cal, rms=0.148112Jy sigma=2.187289 ! 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.148112Jy sigma=2.187289 ! Fit after self-cal, rms=0.085423Jy sigma=1.201449 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.00459764 Jy ! Component: 100 - total flux cleaned = 0.00513668 Jy ! Component: 150 - total flux cleaned = 0.00537845 Jy ! Component: 200 - total flux cleaned = 0.00502267 Jy ! Total flux subtracted in 200 components = 0.00502267 Jy ! Clean residual min=-0.012041 max=0.012378 Jy/beam ! Clean residual mean=0.000017 rms=0.003287 Jy/beam ! Combined flux in latest and established models = 1.38779 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 60 components and 1.38779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084112Jy sigma=1.182490 ! Fit after self-cal, rms=0.073978Jy sigma=1.050364 ! Inverting map print "*** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime ***" ! *** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime *** ! dynam = dynam - 0.25 restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7765 x 1.996 at 3.032 degrees (North through East) ! Clean map min=-0.010772 max=1.2748 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.073978Jy sigma=1.050364 ! Fit after self-cal, rms=0.065001Jy sigma=0.890690 ! 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.065001Jy sigma=0.890690 ! Fit after self-cal, rms=0.063760Jy sigma=0.875178 ! Inverting map and beam ! Estimated beam: bmin=0.7753 mas, bmaj=1.992 mas, bpa=2.933 degrees ! Estimated noise=2.10224 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0053028 Jy ! Component: 100 - total flux cleaned = 0.00514133 Jy ! Component: 150 - total flux cleaned = 0.00501048 Jy ! Component: 200 - total flux cleaned = 0.00477145 Jy ! Total flux subtracted in 200 components = 0.00477145 Jy ! Clean residual min=-0.007603 max=0.007857 Jy/beam ! Clean residual mean=0.000004 rms=0.002215 Jy/beam ! Combined flux in latest and established models = 1.39256 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 76 components and 1.39256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062788Jy sigma=0.862223 ! Fit after self-cal, rms=0.062556Jy sigma=0.859701 ! 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.062556Jy sigma=0.859701 ! Fit after self-cal, rms=0.061630Jy sigma=0.845230 ! 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.061630Jy sigma=0.845230 ! Fit after self-cal, rms=0.061613Jy sigma=0.844948 ! Inverting map and beam ! Estimated beam: bmin=0.775 mas, bmaj=1.99 mas, bpa=2.9 degrees ! Estimated noise=2.10203 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00238368 Jy ! Component: 100 - total flux cleaned = 0.00273467 Jy ! Component: 150 - total flux cleaned = 0.00293455 Jy ! Component: 200 - total flux cleaned = 0.00302238 Jy ! Total flux subtracted in 200 components = 0.00302238 Jy ! Clean residual min=-0.007050 max=0.007575 Jy/beam ! Clean residual mean=0.000003 rms=0.002091 Jy/beam ! Combined flux in latest and established models = 1.39558 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 81 components and 1.39558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061085Jy sigma=0.838716 ! Fit after self-cal, rms=0.061045Jy sigma=0.838432 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.036 mas, bmaj=4.608 mas, bpa=15.16 degrees ! Estimated noise=2.87916 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.0015869 Jy ! Component: 100 - total flux cleaned = 0.00202734 Jy ! Component: 150 - total flux cleaned = 0.00212162 Jy ! Component: 200 - total flux cleaned = 0.00229871 Jy ! Total flux subtracted in 200 components = 0.00229871 Jy ! Clean residual min=-0.007754 max=0.010292 Jy/beam ! Clean residual mean=-0.000004 rms=0.002801 Jy/beam ! Combined flux in latest and established models = 1.39788 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 83 components and 1.39788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061012Jy sigma=0.838318 ! Fit after self-cal, rms=0.060991Jy sigma=0.837669 ! 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=0.6119 mas, bmaj=1.642 mas, bpa=3.148 degrees ! Estimated noise=2.91935 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.08337 Jy ! Component: 100 - total flux cleaned = 1.23315 Jy ! Component: 150 - total flux cleaned = 1.29234 Jy ! Component: 200 - total flux cleaned = 1.32755 Jy ! Total flux subtracted in 200 components = 1.32755 Jy ! Clean residual min=-0.014130 max=0.015079 Jy/beam ! Clean residual mean=-0.000020 rms=0.003928 Jy/beam ! Combined flux in latest and established models = 1.32755 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 20 model components to the UV plane model. ! The established model now contains 20 components and 1.32755 Jy ! Inverting map and beam ! Estimated beam: bmin=0.775 mas, bmaj=1.99 mas, bpa=2.9 degrees ! Estimated noise=2.10203 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.0327752 Jy ! Component: 100 - total flux cleaned = 0.0498568 Jy ! Component: 150 - total flux cleaned = 0.0601789 Jy ! Component: 200 - total flux cleaned = 0.0643928 Jy ! Total flux subtracted in 200 components = 0.0643928 Jy ! Clean residual min=-0.008851 max=0.007237 Jy/beam ! Clean residual mean=-0.000001 rms=0.002276 Jy/beam ! Combined flux in latest and established models = 1.39194 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 58 components and 1.39194 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.036 mas, bmaj=4.608 mas, bpa=15.16 degrees ! Estimated noise=2.87916 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.00653235 Jy ! Component: 100 - total flux cleaned = 0.00736291 Jy ! Component: 150 - total flux cleaned = 0.00761184 Jy ! Component: 200 - total flux cleaned = 0.00761162 Jy ! Total flux subtracted in 200 components = 0.00761162 Jy ! Clean residual min=-0.008349 max=0.010231 Jy/beam ! Clean residual mean=-0.000002 rms=0.002812 Jy/beam ! Combined flux in latest and established models = 1.39955 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 68 components and 1.39955 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.775 mas, bmaj=1.99 mas, bpa=2.9 degrees ! Estimated noise=2.10203 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00135533 Jy ! Component: 100 - total flux cleaned = -0.000873371 Jy ! Component: 150 - total flux cleaned = -0.000614011 Jy ! Component: 200 - total flux cleaned = -0.000723828 Jy ! Total flux subtracted in 200 components = -0.000723828 Jy ! Clean residual min=-0.007337 max=0.007673 Jy/beam ! Clean residual mean=0.000006 rms=0.002072 Jy/beam ! Combined flux in latest and established models = 1.39883 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 79 components and 1.39883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061042Jy sigma=0.838290 ! Fit after self-cal, rms=0.060820Jy sigma=0.835651 wmodel J0405-1308_X_2007_01_11_yyk\_map.mod ! Writing 79 model components to file: J0405-1308_X_2007_01_11_yyk_map.mod wobs J0405-1308_X_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J0405-1308_X_2007_01_11_yyk_uvs.fits wwins J0405-1308_X_2007_01_11_yyk\_map.win ! wwins: Wrote 2 windows to J0405-1308_X_2007_01_11_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.000398814 Jy ! Component: 100 - total flux cleaned = -0.000648951 Jy ! Component: 150 - total flux cleaned = -0.000422466 Jy ! Component: 200 - total flux cleaned = -0.000622152 Jy ! Component: 250 - total flux cleaned = -0.00100478 Jy ! Component: 300 - total flux cleaned = -0.00127466 Jy ! Component: 350 - total flux cleaned = -0.00170308 Jy ! Component: 400 - total flux cleaned = -0.00219925 Jy ! Component: 450 - total flux cleaned = -0.00251958 Jy ! Component: 500 - total flux cleaned = -0.00289995 Jy ! Component: 550 - total flux cleaned = -0.00312122 Jy ! Component: 600 - total flux cleaned = -0.00354708 Jy ! Component: 650 - total flux cleaned = -0.00388594 Jy ! Component: 700 - total flux cleaned = -0.00407986 Jy ! Component: 750 - total flux cleaned = -0.00420502 Jy ! Component: 800 - total flux cleaned = -0.00451177 Jy ! Component: 850 - total flux cleaned = -0.00474982 Jy ! Component: 900 - total flux cleaned = -0.0050402 Jy ! Component: 950 - total flux cleaned = -0.00526646 Jy ! Component: 1000 - total flux cleaned = -0.00548516 Jy ! Component: 1050 - total flux cleaned = -0.00548646 Jy ! Component: 1100 - total flux cleaned = -0.00569566 Jy ! Component: 1150 - total flux cleaned = -0.00574623 Jy ! Component: 1200 - total flux cleaned = -0.00584529 Jy ! Component: 1250 - total flux cleaned = -0.00589316 Jy ! Component: 1300 - total flux cleaned = -0.00598735 Jy ! Component: 1350 - total flux cleaned = -0.00598639 Jy ! Component: 1400 - total flux cleaned = -0.00603124 Jy ! Component: 1450 - total flux cleaned = -0.00620747 Jy ! Component: 1500 - total flux cleaned = -0.00625008 Jy ! Component: 1550 - total flux cleaned = -0.00629258 Jy ! Component: 1600 - total flux cleaned = -0.00645937 Jy ! Component: 1650 - total flux cleaned = -0.00658188 Jy ! Component: 1700 - total flux cleaned = -0.00658203 Jy ! Component: 1750 - total flux cleaned = -0.00666135 Jy ! Component: 1800 - total flux cleaned = -0.00670039 Jy ! Component: 1850 - total flux cleaned = -0.00666288 Jy ! Component: 1900 - total flux cleaned = -0.00666294 Jy ! Component: 1950 - total flux cleaned = -0.00658971 Jy ! Component: 2000 - total flux cleaned = -0.00655388 Jy ! Total flux subtracted in 2048 components = -0.00644691 Jy ! Clean residual min=-0.001978 max=0.002440 Jy/beam ! Clean residual mean=0.000011 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 1.39238 Jy keep ! Adding 108 model components to the UV plane model. ! The established model now contains 187 components and 1.39238 Jy ![Exited script file: muppet] wmap "J0405-1308_X_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.775 x 1.99 at 2.9 degrees (North through East) ! Clean map min=-0.0065214 max=1.2725 Jy/beam ! Writing clean map to FITS file: J0405-1308_X_2007_01_11_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.27248 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000630659 device "J0405-1308_X_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J0405-1308_X_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.148684 0.148684 0.297367 0.594735 1.18947 2.37894 4.75788 9.51575 19.0315 38.063 76.126 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(peak_flux*1000)/1000 ! peak= 1.272 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.775 x 1.99 at 2.9 degrees (North through East) ! Clean map min=-0.0065214 max=1.2725 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0405-1308_X_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J0405-1308_X_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0405-1308_X_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:14:30 2008