! Started logfile: J0245-1107_S_2007_01_11_yyk_uvs.log on Mon Jun 16 19:10:03 2008 obs J0245-1107_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J0245-1107_S_2007_01_11_yyk_uve.fits ! AN table 1: 15 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.788889 visibilities/baseline/integration-bin. ! Found source: J0245-1107 ! ! 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 2249 lines of history. ! ! Reading 1704 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 J0245-1107_S_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.141144 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.44 mas, bmaj=6.454 mas, bpa=-2.149 degrees ! Estimated noise=1.67631 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.0938901 Jy ! Component: 100 - total flux cleaned = 0.121268 Jy ! Total flux subtracted in 100 components = 0.121268 Jy ! Clean residual min=-0.008530 max=0.013482 Jy/beam ! Clean residual mean=0.000061 rms=0.002697 Jy/beam ! Combined flux in latest and established models = 0.121268 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.121268 Jy ! ! Correcting IF 1. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.076211Jy sigma=1.181146 ! Fit after self-cal, rms=0.074615Jy sigma=1.152861 ! Inverting map and beam ! Estimated beam: bmin=2.44 mas, bmaj=6.454 mas, bpa=-2.149 degrees ! Estimated noise=1.67631 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.02 mas, bmaj=8.222 mas, bpa=-5.699 degrees ! Estimated noise=1.09156 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.0212849 Jy ! Component: 100 - total flux cleaned = 0.029937 Jy ! Component: 150 - total flux cleaned = 0.0339533 Jy ! Component: 200 - total flux cleaned = 0.0352708 Jy ! Total flux subtracted in 200 components = 0.0352708 Jy ! Clean residual min=-0.005402 max=0.006463 Jy/beam ! Clean residual mean=-0.000054 rms=0.001467 Jy/beam ! Combined flux in latest and established models = 0.156539 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 42 components and 0.156539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071147Jy sigma=1.078803 ! Fit after self-cal, rms=0.071065Jy sigma=1.078370 ! 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.02 x 8.222 at -5.699 degrees (North through East) ! Clean map min=-0.0052481 max=0.11338 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.01806 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.94 HN 0.98 KP 0.90 ! LA 1.07 MK 1.02 OV 1.00 PT 1.04 ! SC 0.91 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Fit before self-cal, rms=0.071065Jy sigma=1.078370 ! Fit after self-cal, rms=0.070884Jy sigma=1.076175 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.070884Jy sigma=1.076175 ! Fit after self-cal, rms=0.070884Jy sigma=1.076175 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.013 mas, bmaj=8.162 mas, bpa=-5.227 degrees ! Estimated noise=1.09329 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.00108476 Jy ! Component: 100 - total flux cleaned = 0.00140918 Jy ! Component: 150 - total flux cleaned = 0.00155533 Jy ! Component: 200 - total flux cleaned = 0.00168616 Jy ! Total flux subtracted in 200 components = 0.00168616 Jy ! Clean residual min=-0.004839 max=0.005984 Jy/beam ! Clean residual mean=-0.000013 rms=0.001393 Jy/beam ! Combined flux in latest and established models = 0.158225 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.158225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070739Jy sigma=1.074092 ! Fit after self-cal, rms=0.070691Jy sigma=1.073852 ! 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.070691Jy sigma=1.073852 ! Fit after self-cal, rms=0.065132Jy sigma=0.993877 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 (-3.5, -5.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00403355 Jy ! Component: 100 - total flux cleaned = 0.00366388 Jy ! Component: 150 - total flux cleaned = 0.00366004 Jy ! Component: 200 - total flux cleaned = 0.00352823 Jy ! Total flux subtracted in 200 components = 0.00352823 Jy ! Clean residual min=-0.004245 max=0.004560 Jy/beam ! Clean residual mean=-0.000032 rms=0.001236 Jy/beam ! Combined flux in latest and established models = 0.161753 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 65 components and 0.161753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064043Jy sigma=0.979559 ! Fit after self-cal, rms=0.063796Jy sigma=0.975805 ! 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.013 x 8.162 at -5.227 degrees (North through East) ! Clean map min=-0.0039261 max=0.11308 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.063796Jy sigma=0.975805 ! Fit after self-cal, rms=0.061986Jy sigma=0.966134 ! 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.061986Jy sigma=0.966134 ! Fit after self-cal, rms=0.061971Jy sigma=0.965869 ! Inverting map and beam ! Estimated beam: bmin=2.972 mas, bmaj=8.015 mas, bpa=-4.42 degrees ! Estimated noise=1.07979 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00130959 Jy ! Component: 100 - total flux cleaned = 0.00143451 Jy ! Component: 150 - total flux cleaned = 0.00123253 Jy ! Component: 200 - total flux cleaned = 0.0010532 Jy ! Total flux subtracted in 200 components = 0.0010532 Jy ! Clean residual min=-0.004075 max=0.003749 Jy/beam ! Clean residual mean=-0.000018 rms=0.001066 Jy/beam ! Combined flux in latest and established models = 0.162806 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 76 components and 0.162806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061552Jy sigma=0.960257 ! Fit after self-cal, rms=0.061503Jy sigma=0.959716 ! 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.061503Jy sigma=0.959716 ! Fit after self-cal, rms=0.060598Jy sigma=0.954022 ! 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.060598Jy sigma=0.954022 ! Fit after self-cal, rms=0.060604Jy sigma=0.953924 ! Inverting map and beam ! Estimated beam: bmin=2.969 mas, bmaj=7.936 mas, bpa=-4.355 degrees ! Estimated noise=1.06415 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000967933 Jy ! Component: 100 - total flux cleaned = -0.00105514 Jy ! Component: 150 - total flux cleaned = -0.00105644 Jy ! Component: 200 - total flux cleaned = -0.00128283 Jy ! Total flux subtracted in 200 components = -0.00128283 Jy ! Clean residual min=-0.003543 max=0.003671 Jy/beam ! Clean residual mean=-0.000026 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.161523 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 89 components and 0.161523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060397Jy sigma=0.950367 ! Fit after self-cal, rms=0.060368Jy sigma=0.950088 ! 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.067 mas, bmaj=14.79 mas, bpa=9.18 degrees ! Estimated noise=1.42208 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.000384768 Jy ! Component: 100 - total flux cleaned = 0.000705642 Jy ! Component: 150 - total flux cleaned = 0.000846358 Jy ! Component: 200 - total flux cleaned = 0.000845386 Jy ! Total flux subtracted in 200 components = 0.000845386 Jy ! Clean residual min=-0.003320 max=0.002974 Jy/beam ! Clean residual mean=-0.000067 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.162369 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 101 components and 0.162369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060397Jy sigma=0.950485 ! Fit after self-cal, rms=0.060379Jy sigma=0.950189 ! 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.429 mas, bmaj=6.319 mas, bpa=-0.8999 degrees ! Estimated noise=1.57826 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0942106 Jy ! Component: 100 - total flux cleaned = 0.122613 Jy ! Component: 150 - total flux cleaned = 0.137999 Jy ! Component: 200 - total flux cleaned = 0.146587 Jy ! Total flux subtracted in 200 components = 0.146587 Jy ! Clean residual min=-0.007089 max=0.007359 Jy/beam ! Clean residual mean=0.000013 rms=0.001796 Jy/beam ! Combined flux in latest and established models = 0.146587 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.146587 Jy ! Inverting map and beam ! Estimated beam: bmin=2.969 mas, bmaj=7.936 mas, bpa=-4.355 degrees ! Estimated noise=1.06415 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (3, -1.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0109774 Jy ! Component: 100 - total flux cleaned = 0.0132833 Jy ! Component: 150 - total flux cleaned = 0.0143909 Jy ! Component: 200 - total flux cleaned = 0.0153763 Jy ! Total flux subtracted in 200 components = 0.0153763 Jy ! Clean residual min=-0.003456 max=0.003331 Jy/beam ! Clean residual mean=-0.000030 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 0.161963 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 74 components and 0.161963 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.067 mas, bmaj=14.79 mas, bpa=9.18 degrees ! Estimated noise=1.42208 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.00084181 Jy ! Component: 100 - total flux cleaned = 0.00116452 Jy ! Component: 150 - total flux cleaned = 0.00134679 Jy ! Component: 200 - total flux cleaned = 0.00144273 Jy ! Total flux subtracted in 200 components = 0.00144273 Jy ! Clean residual min=-0.003905 max=0.002866 Jy/beam ! Clean residual mean=-0.000083 rms=0.000958 Jy/beam ! Combined flux in latest and established models = 0.163406 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 108 components and 0.163406 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.969 mas, bmaj=7.936 mas, bpa=-4.355 degrees ! Estimated noise=1.06415 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -3.86942e-05 Jy ! Component: 100 - total flux cleaned = 2.95404e-05 Jy ! Component: 150 - total flux cleaned = 2.94458e-05 Jy ! Component: 200 - total flux cleaned = -2.42658e-05 Jy ! Total flux subtracted in 200 components = -2.42658e-05 Jy ! Clean residual min=-0.003159 max=0.003731 Jy/beam ! Clean residual mean=-0.000040 rms=0.000908 Jy/beam ! Combined flux in latest and established models = 0.163381 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 134 components and 0.163381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059923Jy sigma=0.943641 ! Fit after self-cal, rms=0.059848Jy sigma=0.942951 wmodel J0245-1107_S_2007_01_11_yyk\_map.mod ! Writing 134 model components to file: J0245-1107_S_2007_01_11_yyk_map.mod wobs J0245-1107_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J0245-1107_S_2007_01_11_yyk_uvs.fits wwins J0245-1107_S_2007_01_11_yyk\_map.win ! wwins: Wrote 3 windows to J0245-1107_S_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.00109663 Jy ! Component: 100 - total flux cleaned = 0.00166795 Jy ! Component: 150 - total flux cleaned = 0.002199 Jy ! Component: 200 - total flux cleaned = 0.0027025 Jy ! Component: 250 - total flux cleaned = 0.00323444 Jy ! Component: 300 - total flux cleaned = 0.00360803 Jy ! Component: 350 - total flux cleaned = 0.00387861 Jy ! Component: 400 - total flux cleaned = 0.00405293 Jy ! Component: 450 - total flux cleaned = 0.00418029 Jy ! Component: 500 - total flux cleaned = 0.00434511 Jy ! Component: 550 - total flux cleaned = 0.00450611 Jy ! Component: 600 - total flux cleaned = 0.00466444 Jy ! Component: 650 - total flux cleaned = 0.00501103 Jy ! Component: 700 - total flux cleaned = 0.00519883 Jy ! Component: 750 - total flux cleaned = 0.00534584 Jy ! Component: 800 - total flux cleaned = 0.00541859 Jy ! Component: 850 - total flux cleaned = 0.00548946 Jy ! Component: 900 - total flux cleaned = 0.0055934 Jy ! Component: 950 - total flux cleaned = 0.00556021 Jy ! Component: 1000 - total flux cleaned = 0.00569348 Jy ! Component: 1050 - total flux cleaned = 0.00562743 Jy ! Component: 1100 - total flux cleaned = 0.00572423 Jy ! Component: 1150 - total flux cleaned = 0.00569251 Jy ! Component: 1200 - total flux cleaned = 0.00575513 Jy ! Component: 1250 - total flux cleaned = 0.00575556 Jy ! Component: 1300 - total flux cleaned = 0.00596777 Jy ! Component: 1350 - total flux cleaned = 0.00587819 Jy ! Component: 1400 - total flux cleaned = 0.00593688 Jy ! Component: 1450 - total flux cleaned = 0.00590786 Jy ! Component: 1500 - total flux cleaned = 0.00582205 Jy ! Component: 1550 - total flux cleaned = 0.0057373 Jy ! Component: 1600 - total flux cleaned = 0.00568205 Jy ! Component: 1650 - total flux cleaned = 0.0057097 Jy ! Component: 1700 - total flux cleaned = 0.00576319 Jy ! Component: 1750 - total flux cleaned = 0.00565588 Jy ! Component: 1800 - total flux cleaned = 0.0056559 Jy ! Component: 1850 - total flux cleaned = 0.00570753 Jy ! Component: 1900 - total flux cleaned = 0.00565571 Jy ! Component: 1950 - total flux cleaned = 0.00573147 Jy ! Component: 2000 - total flux cleaned = 0.00575622 Jy ! Total flux subtracted in 2048 components = 0.00585528 Jy ! Clean residual min=-0.001650 max=0.001403 Jy/beam ! Clean residual mean=-0.000028 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.169237 Jy keep ! Adding 117 model components to the UV plane model. ! The established model now contains 251 components and 0.169237 Jy ![Exited script file: muppet] wmap "J0245-1107_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.969 x 7.936 at -4.355 degrees (North through East) ! Clean map min=-0.0056551 max=0.10876 Jy/beam ! Writing clean map to FITS file: J0245-1107_S_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 0.108756 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000470193 device "J0245-1107_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J0245-1107_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.29701 1.29701 2.59403 5.18806 10.3761 20.7522 41.5045 83.009 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.108 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.969 x 7.936 at -4.355 degrees (North through East) ! Clean map min=-0.0056551 max=0.10876 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0245-1107_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J0245-1107_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0245-1107_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:10:09 2008