! Started logfile: /scr/pima/bp171af_uvs/J0118-4059_X_uvs.log on Thu Oct 10 16:47:24 2013 obs /scr/pima/bp171af_uvs/J0118-4059_X_uva.fits ! Reading UV FITS file: /scr/pima/bp171af_uvs/J0118-4059_X_uva.fits ! AN table 1: 6 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.566667 visibilities/baseline/integration-bin. ! Found source: J0118-4059 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 7.392e+09 3.2e+07 1 3.2e+07 ! 02 2 7.424e+09 3.2e+07 1 3.2e+07 ! 03 3 7.456e+09 3.2e+07 1 3.2e+07 ! 04 4 7.552e+09 3.2e+07 1 3.2e+07 ! 05 5 7.744e+09 3.2e+07 1 3.2e+07 ! 06 6 7.776e+09 3.2e+07 1 3.2e+07 ! 07 7 7.808e+09 3.2e+07 1 3.2e+07 ! 08 8 7.84e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 408 visibilities. select RR ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/01_muppet /scr/pima/bp171af_uvs/J0118-4059_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001998Jy sigma=1.547467 ! Fit after self-cal, rms=0.937163Jy sigma=1.452890 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. 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.8871 mas, bmaj=6.668 mas, bpa=9.95 degrees ! Estimated noise=40.2326 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0544718 Jy ! Component: 100 - total flux cleaned = 0.0637466 Jy ! Total flux subtracted in 100 components = 0.0637466 Jy ! Clean residual min=-0.011293 max=0.011422 Jy/beam ! Clean residual mean=-0.000150 rms=0.005214 Jy/beam ! Combined flux in latest and established models = 0.0637466 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 32 components and 0.0637466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.053380Jy sigma=0.082289 ! Fit after self-cal, rms=0.053095Jy sigma=0.081919 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! 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=1.065 mas, bmaj=6.715 mas, bpa=10.43 degrees ! Estimated noise=27.2347 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00518925 Jy ! Component: 100 - total flux cleaned = 0.0036382 Jy ! Component: 150 - total flux cleaned = 0.00249048 Jy ! Component: 200 - total flux cleaned = 0.00344859 Jy ! Total flux subtracted in 200 components = 0.00344859 Jy ! Clean residual min=-0.004983 max=0.004953 Jy/beam ! Clean residual mean=-0.000056 rms=0.001396 Jy/beam ! Combined flux in latest and established models = 0.0671952 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 92 components and 0.0671952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.049280Jy sigma=0.058456 ! Fit after self-cal, rms=0.049256Jy sigma=0.058227 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.00* KP 0.86 NL 1.02 OV 0.89 ! PT 1.04 SC 1.28 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.00* KP 0.97 NL 1.28 OV 0.99 ! PT 0.93 SC 1.23 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.00* KP 0.92 NL 0.91 OV 0.99 ! PT 1.08 SC 0.98 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.00* KP 0.83 NL 0.91 OV 1.12 ! PT 1.14 SC 1.03 ! ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.00* KP 0.96 NL 0.91 OV 0.82 ! PT 1.14 SC 1.34 ! ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.00* KP 1.11 NL 1.04 OV 0.77 ! PT 1.00 SC 1.32 ! ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.00* KP 0.89 NL 1.16 OV 0.95 ! PT 1.17 SC 1.02 ! ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.00* KP 0.95 NL 1.30 OV 1.00 ! PT 1.07 SC 1.11 ! ! ! Fit before self-cal, rms=0.049256Jy sigma=0.058227 ! Fit after self-cal, rms=0.035039Jy sigma=0.035101 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.134 mas, bmaj=6.92 mas, bpa=9.556 degrees ! Estimated noise=28.5673 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00552546 Jy ! Component: 100 - total flux cleaned = 0.00936138 Jy ! Component: 150 - total flux cleaned = 0.0115769 Jy ! Component: 200 - total flux cleaned = 0.0127272 Jy ! Total flux subtracted in 200 components = 0.0127272 Jy ! Clean residual min=-0.002056 max=0.002064 Jy/beam ! Clean residual mean=0.000002 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.0799225 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 130 components and 0.0799225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.033256Jy sigma=0.033403 ! Fit after self-cal, rms=0.033309Jy sigma=0.033292 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.033309Jy sigma=0.033292 ! Fit after self-cal, rms=0.032126Jy sigma=0.032897 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.118 mas, bmaj=6.837 mas, bpa=9.644 degrees ! Estimated noise=27.311 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00124634 Jy ! Component: 100 - total flux cleaned = -0.000787075 Jy ! Component: 150 - total flux cleaned = -0.000213828 Jy ! Component: 200 - total flux cleaned = 0.00023694 Jy ! Total flux subtracted in 200 components = 0.00023694 Jy ! Clean residual min=-0.001217 max=0.001205 Jy/beam ! Clean residual mean=0.000006 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.0801594 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 168 components and 0.0801594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.030728Jy sigma=0.032611 ! Fit after self-cal, rms=0.030795Jy sigma=0.032581 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000289457 Jy ! Component: 100 - total flux cleaned = -0.000109611 Jy ! Component: 150 - total flux cleaned = 5.89951e-05 Jy ! Component: 200 - total flux cleaned = 0.000320347 Jy ! Total flux subtracted in 200 components = 0.000320347 Jy ! Clean residual min=-0.000843 max=0.000840 Jy/beam ! Clean residual mean=0.000002 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.0804798 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 202 components and 0.0804798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.030401Jy sigma=0.032392 ! Fit after self-cal, rms=0.030481Jy sigma=0.032374 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.030481Jy sigma=0.032374 ! Fit after self-cal, rms=0.029556Jy sigma=0.031986 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.103 mas, bmaj=6.737 mas, bpa=9.721 degrees ! Estimated noise=26.0449 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00217326 Jy ! Component: 100 - total flux cleaned = -0.00270768 Jy ! Component: 150 - total flux cleaned = -0.00281657 Jy ! Component: 200 - total flux cleaned = -0.00271801 Jy ! Total flux subtracted in 200 components = -0.00271801 Jy ! Clean residual min=-0.000785 max=0.000779 Jy/beam ! Clean residual mean=0.000001 rms=0.000264 Jy/beam ! Combined flux in latest and established models = 0.0777618 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 225 components and 0.0777618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.028430Jy sigma=0.032060 ! Fit after self-cal, rms=0.028476Jy sigma=0.032044 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.69911e-05 Jy ! Component: 100 - total flux cleaned = 0.000234667 Jy ! Component: 150 - total flux cleaned = 0.000235114 Jy ! Component: 200 - total flux cleaned = 0.000272902 Jy ! Total flux subtracted in 200 components = 0.000272902 Jy ! Clean residual min=-0.000614 max=0.000605 Jy/beam ! Clean residual mean=0.000002 rms=0.000209 Jy/beam ! Combined flux in latest and established models = 0.0780347 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 253 components and 0.0780347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.028188Jy sigma=0.032056 ! Fit after self-cal, rms=0.028246Jy sigma=0.032040 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.028246Jy sigma=0.032040 ! Fit after self-cal, rms=0.027265Jy sigma=0.031618 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.432 mas, bmaj=8.763 mas, bpa=-0.96 degrees ! Estimated noise=24.7555 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00147071 Jy ! Component: 100 - total flux cleaned = -0.00154187 Jy ! Component: 150 - total flux cleaned = -0.00143894 Jy ! Component: 200 - total flux cleaned = -0.00134934 Jy ! Total flux subtracted in 200 components = -0.00134934 Jy ! Clean residual min=-0.000493 max=0.000491 Jy/beam ! Clean residual mean=0.000002 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.0766853 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 284 components and 0.0766853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.026392Jy sigma=0.031826 ! Fit after self-cal, rms=0.026430Jy sigma=0.031813 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000361993 Jy ! Component: 100 - total flux cleaned = 0.000436928 Jy ! Component: 150 - total flux cleaned = 0.000601124 Jy ! Component: 200 - total flux cleaned = 0.000883964 Jy ! Total flux subtracted in 200 components = 0.000883964 Jy ! Clean residual min=-0.000394 max=0.000401 Jy/beam ! Clean residual mean=0.000002 rms=0.000139 Jy/beam ! Combined flux in latest and established models = 0.0775693 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 310 components and 0.0775693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.026209Jy sigma=0.031904 ! Fit after self-cal, rms=0.026252Jy sigma=0.031892 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=1.091 mas, bmaj=6.629 mas, bpa=9.8 degrees ! Estimated noise=24.747 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.091 x 6.629 at 9.8 degrees (North through East) ! Clean map min=-0.0092466 max=0.049341 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative 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.8941 mas, bmaj=6.488 mas, bpa=9.629 degrees ! Estimated noise=35.8234 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0449019 Jy ! Component: 100 - total flux cleaned = 0.0546546 Jy ! Component: 150 - total flux cleaned = 0.0570322 Jy ! Component: 200 - total flux cleaned = 0.0590937 Jy ! Total flux subtracted in 200 components = 0.0590937 Jy ! Clean residual min=-0.008423 max=0.008501 Jy/beam ! Clean residual mean=-0.000053 rms=0.003094 Jy/beam ! Combined flux in latest and established models = 0.0590937 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 65 model components to the UV plane model. ! The established model now contains 65 components and 0.0590937 Jy ! Inverting map and beam ! Estimated beam: bmin=1.091 mas, bmaj=6.629 mas, bpa=9.8 degrees ! Estimated noise=24.747 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.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000559687 Jy ! Component: 100 - total flux cleaned = 0.00107714 Jy ! Component: 150 - total flux cleaned = 0.00108161 Jy ! Component: 200 - total flux cleaned = 0.00128901 Jy ! Total flux subtracted in 200 components = 0.00128901 Jy ! Clean residual min=-0.003478 max=0.003491 Jy/beam ! Clean residual mean=-0.000010 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.0603827 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 120 components and 0.0603827 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.432 mas, bmaj=8.763 mas, bpa=-0.96 degrees ! Estimated noise=24.7555 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000621065 Jy ! Component: 100 - total flux cleaned = -0.000213821 Jy ! Component: 150 - total flux cleaned = -0.000841591 Jy ! Component: 200 - total flux cleaned = -0.00130386 Jy ! Total flux subtracted in 200 components = -0.00130386 Jy ! Clean residual min=-0.001303 max=0.001298 Jy/beam ! Clean residual mean=0.000003 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.0590789 Jy flux_cutoff = imstat(rms) * dynam 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.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000715134 Jy ! Component: 100 - total flux cleaned = -0.00154161 Jy ! Component: 150 - total flux cleaned = -0.00251726 Jy ! Component: 200 - total flux cleaned = -0.0040908 Jy ! Total flux subtracted in 200 components = -0.0040908 Jy ! Clean residual min=-0.001738 max=0.001734 Jy/beam ! Clean residual mean=-0.000009 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.0549881 Jy ! Adding 84 model components to the UV plane model. ! The established model now contains 204 components and 0.0549881 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.091 mas, bmaj=6.629 mas, bpa=9.8 degrees ! Estimated noise=24.747 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000215715 Jy ! Component: 100 - total flux cleaned = 0.000462514 Jy ! Component: 150 - total flux cleaned = 0.000628469 Jy ! Component: 200 - total flux cleaned = 0.00106231 Jy ! Total flux subtracted in 200 components = 0.00106231 Jy ! Clean residual min=-0.000897 max=0.000892 Jy/beam ! Clean residual mean=0.000000 rms=0.000277 Jy/beam ! Combined flux in latest and established models = 0.0560504 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 239 components and 0.0560504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.026414Jy sigma=0.032150 ! Fit after self-cal, rms=0.026426Jy sigma=0.032077 wmodel /scr/pima/bp171af_uvs/J0118-4059_X_map.mod ! Writing 239 model components to file: /scr/pima/bp171af_uvs/J0118-4059_X_map.mod wobs /scr/pima/bp171af_uvs/J0118-4059_X_uvs.fits ! Writing UV FITS file: /scr/pima/bp171af_uvs/J0118-4059_X_uvs.fits wwins /scr/pima/bp171af_uvs/J0118-4059_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /home/lpetrov/bin/01_muppet] ! wmap "/scr/pima/bp171af_uvs/J0118-4059_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.091 x 6.629 at 9.8 degrees (North through East) ! Clean map min=-0.0041063 max=0.035186 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171af_uvs/J0118-4059_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0351856 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000266699 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.27393 2.27393 4.54787 9.09574 18.1915 36.3829 72.7659 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.035 quit ! Quitting program ! Log file /scr/pima/bp171af_uvs/J0118-4059_X_uvs.log closed on Thu Oct 10 16:47:27 2013