! Started logfile: /scr/pima/bg219h_uvs/J2206-1835_S_uvs.log on Thu Apr 7 09:12:26 2016 obs /scr/pima/bg219h_uvs/J2206-1835_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J2206-1835_S_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.462698 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2206-1835 ! ! 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.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 4664 visibilities. select rr, 1,2,3,4,6,7,8 ! Restricting channel ranges to the available 4 channels. ! 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 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/home/lpetrov/bin/01_muppet /scr/pima/bg219h_uvs/J2206-1835_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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.500x0.500 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 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.373865Jy sigma=21.952954 ! Fit after self-cal, rms=0.888825Jy sigma=15.615347 ! 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=3.772 mas, bmaj=18.34 mas, bpa=-15.4 degrees ! Estimated noise=1.0022 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.293409 Jy ! Component: 100 - total flux cleaned = 0.479765 Jy ! Total flux subtracted in 100 components = 0.479765 Jy ! Clean residual min=-0.092331 max=0.109071 Jy/beam ! Clean residual mean=-0.001189 rms=0.038749 Jy/beam ! Combined flux in latest and established models = 0.479765 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 64 components and 0.479765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.715637Jy sigma=7.299872 ! Fit after self-cal, rms=0.713726Jy sigma=7.270887 ! 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=4.651 mas, bmaj=17.92 mas, bpa=-14.06 degrees ! Estimated noise=0.660448 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.20858 Jy ! Component: 100 - total flux cleaned = 0.361534 Jy ! Component: 150 - total flux cleaned = 0.466117 Jy ! Component: 200 - total flux cleaned = 0.556077 Jy ! Total flux subtracted in 200 components = 0.556077 Jy ! Clean residual min=-0.069723 max=0.070122 Jy/beam ! Clean residual mean=-0.001606 rms=0.034433 Jy/beam ! Combined flux in latest and established models = 1.03584 Jy ! Performing phase self-cal ! Adding 157 model components to the UV plane model. ! The established model now contains 221 components and 1.03584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.519555Jy sigma=4.982128 ! Fit after self-cal, rms=0.519894Jy sigma=4.929012 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.651 x 17.92 at -14.06 degrees (North through East) ! Clean map min=-0.089803 max=0.3572 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. 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: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 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* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 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* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 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* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.519894Jy sigma=4.929012 ! Fit after self-cal, rms=0.520758Jy sigma=4.936384 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.649 mas, bmaj=17.89 mas, bpa=-14.05 degrees ! Estimated noise=0.661786 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.0553842 Jy ! Component: 100 - total flux cleaned = 0.125234 Jy ! Component: 150 - total flux cleaned = 0.179584 Jy ! Component: 200 - total flux cleaned = 0.248917 Jy ! Total flux subtracted in 200 components = 0.248917 Jy ! Clean residual min=-0.050592 max=0.050653 Jy/beam ! Clean residual mean=-0.001311 rms=0.027598 Jy/beam ! Combined flux in latest and established models = 1.28476 Jy ! Performing phase self-cal ! Adding 175 model components to the UV plane model. ! The established model now contains 390 components and 1.28476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.428896Jy sigma=4.015997 ! Fit after self-cal, rms=0.429797Jy sigma=3.993951 ! 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. ! ! Fit before self-cal, rms=0.429797Jy sigma=3.993951 ! Fit after self-cal, rms=0.429797Jy sigma=3.993951 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.649 mas, bmaj=17.89 mas, bpa=-14.05 degrees ! Estimated noise=0.661786 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0648703 Jy ! Component: 100 - total flux cleaned = 0.118078 Jy ! Component: 150 - total flux cleaned = 0.17299 Jy ! Component: 200 - total flux cleaned = 0.217347 Jy ! Total flux subtracted in 200 components = 0.217347 Jy ! Clean residual min=-0.039718 max=0.040027 Jy/beam ! Clean residual mean=-0.001073 rms=0.022948 Jy/beam ! Combined flux in latest and established models = 1.5021 Jy selfcal ! Performing phase self-cal ! Adding 171 model components to the UV plane model. ! The established model now contains 540 components and 1.5021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.364193Jy sigma=3.390766 ! Fit after self-cal, rms=0.364469Jy sigma=3.376934 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.0531937 Jy ! Component: 100 - total flux cleaned = 0.0999047 Jy ! Component: 150 - total flux cleaned = 0.14403 Jy ! Component: 200 - total flux cleaned = 0.189631 Jy ! Total flux subtracted in 200 components = 0.189631 Jy ! Clean residual min=-0.031984 max=0.032088 Jy/beam ! Clean residual mean=-0.000906 rms=0.019408 Jy/beam ! Combined flux in latest and established models = 1.69174 Jy ! Performing phase self-cal ! Adding 180 model components to the UV plane model. ! The established model now contains 703 components and 1.69174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.315029Jy sigma=2.941882 ! Fit after self-cal, rms=0.315088Jy sigma=2.932698 ! 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. ! ! Fit before self-cal, rms=0.315088Jy sigma=2.932698 ! Fit after self-cal, rms=0.304110Jy sigma=2.854566 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.65 mas, bmaj=18.05 mas, bpa=-14.03 degrees ! Estimated noise=0.647672 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.037539 Jy ! Component: 100 - total flux cleaned = 0.0665787 Jy ! Component: 150 - total flux cleaned = 0.0937972 Jy ! Component: 200 - total flux cleaned = 0.122436 Jy ! Total flux subtracted in 200 components = 0.122436 Jy ! Clean residual min=-0.023267 max=0.023282 Jy/beam ! Clean residual mean=-0.000787 rms=0.015316 Jy/beam ! Combined flux in latest and established models = 1.81417 Jy selfcal ! Performing phase self-cal ! Adding 169 model components to the UV plane model. ! The established model now contains 863 components and 1.81417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.272356Jy sigma=2.563592 ! Fit after self-cal, rms=0.272374Jy sigma=2.556054 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.0269201 Jy ! Component: 100 - total flux cleaned = 0.0546363 Jy ! Component: 150 - total flux cleaned = 0.0773109 Jy ! Component: 200 - total flux cleaned = 0.097888 Jy ! Total flux subtracted in 200 components = 0.097888 Jy ! Clean residual min=-0.019669 max=0.019723 Jy/beam ! Clean residual mean=-0.000712 rms=0.013480 Jy/beam ! Combined flux in latest and established models = 1.91206 Jy ! Performing phase self-cal ! Adding 176 model components to the UV plane model. ! The established model now contains 1022 components and 1.91206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.248458Jy sigma=2.360526 ! Fit after self-cal, rms=0.248310Jy sigma=2.357116 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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. ! ! Fit before self-cal, rms=0.248310Jy sigma=2.357116 ! Fit after self-cal, rms=0.247213Jy sigma=2.343433 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.077 mas, bmaj=18.61 mas, bpa=-5.53 degrees ! Estimated noise=0.759757 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.036386 Jy ! Component: 100 - total flux cleaned = 0.0648837 Jy ! Component: 150 - total flux cleaned = 0.0918855 Jy ! Component: 200 - total flux cleaned = 0.117561 Jy ! Total flux subtracted in 200 components = 0.117561 Jy ! Clean residual min=-0.024242 max=0.024550 Jy/beam ! Clean residual mean=-0.001005 rms=0.017292 Jy/beam ! Combined flux in latest and established models = 2.02962 Jy selfcal ! Performing phase self-cal ! Adding 194 model components to the UV plane model. ! The established model now contains 1204 components and 2.02962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219230Jy sigma=2.126739 ! Fit after self-cal, rms=0.218731Jy sigma=2.122924 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.0248842 Jy ! Component: 100 - total flux cleaned = 0.0470034 Jy ! Component: 150 - total flux cleaned = 0.0694745 Jy ! Component: 200 - total flux cleaned = 0.0910513 Jy ! Total flux subtracted in 200 components = 0.0910513 Jy ! Clean residual min=-0.020621 max=0.020779 Jy/beam ! Clean residual mean=-0.000916 rms=0.014819 Jy/beam ! Combined flux in latest and established models = 2.12067 Jy ! Performing phase self-cal ! Adding 182 model components to the UV plane model. ! The established model now contains 1375 components and 2.12067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.197305Jy sigma=1.965333 ! Fit after self-cal, rms=0.196806Jy sigma=1.961511 ! 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=4.655 mas, bmaj=18.08 mas, bpa=-14.05 degrees ! Estimated noise=0.647153 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.655 x 18.08 at -14.05 degrees (North through East) ! Clean map min=-0.034772 max=0.35723 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=3.779 mas, bmaj=18.5 mas, bpa=-15.4 degrees ! Estimated noise=0.985558 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.286758 Jy ! Component: 100 - total flux cleaned = 0.472916 Jy ! Component: 150 - total flux cleaned = 0.621889 Jy ! Component: 200 - total flux cleaned = 0.747033 Jy ! Total flux subtracted in 200 components = 0.747033 Jy ! Clean residual min=-0.075179 max=0.076578 Jy/beam ! Clean residual mean=-0.000993 rms=0.030623 Jy/beam ! Combined flux in latest and established models = 0.747033 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 126 model components to the UV plane model. ! The established model now contains 126 components and 0.747033 Jy ! Inverting map and beam ! Estimated beam: bmin=4.655 mas, bmaj=18.08 mas, bpa=-14.05 degrees ! Estimated noise=0.647153 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.12083 Jy ! Component: 100 - total flux cleaned = 0.21451 Jy ! Component: 150 - total flux cleaned = 0.291415 Jy ! Component: 200 - total flux cleaned = 0.368437 Jy ! Total flux subtracted in 200 components = 0.368437 Jy ! Clean residual min=-0.060497 max=0.061097 Jy/beam ! Clean residual mean=-0.001342 rms=0.030878 Jy/beam ! Combined flux in latest and established models = 1.11547 Jy ! Adding 156 model components to the UV plane model. ! The established model now contains 273 components and 1.11547 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.077 mas, bmaj=18.61 mas, bpa=-5.53 degrees ! Estimated noise=0.759757 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.105119 Jy ! Component: 100 - total flux cleaned = 0.198885 Jy ! Component: 150 - total flux cleaned = 0.283206 Jy ! Component: 200 - total flux cleaned = 0.355585 Jy ! Total flux subtracted in 200 components = 0.355585 Jy ! Clean residual min=-0.059821 max=0.060400 Jy/beam ! Clean residual mean=-0.001647 rms=0.034676 Jy/beam ! Combined flux in latest and established models = 1.47105 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.0626127 Jy ! Component: 100 - total flux cleaned = 0.123053 Jy ! Component: 150 - total flux cleaned = 0.172735 Jy ! Component: 200 - total flux cleaned = 0.215972 Jy ! Total flux subtracted in 200 components = 0.215972 Jy ! Clean residual min=-0.042728 max=0.043317 Jy/beam ! Clean residual mean=-0.001367 rms=0.026920 Jy/beam ! Combined flux in latest and established models = 1.68703 Jy ! Adding 311 model components to the UV plane model. ! The established model now contains 575 components and 1.68703 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.655 mas, bmaj=18.08 mas, bpa=-14.05 degrees ! Estimated noise=0.647153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0329907 Jy ! Component: 100 - total flux cleaned = 0.0629723 Jy ! Component: 150 - total flux cleaned = 0.0912975 Jy ! Component: 200 - total flux cleaned = 0.116778 Jy ! Total flux subtracted in 200 components = 0.116778 Jy ! Clean residual min=-0.022770 max=0.023025 Jy/beam ! Clean residual mean=-0.000785 rms=0.014938 Jy/beam ! Combined flux in latest and established models = 1.8038 Jy selfcal ! Performing phase self-cal ! Adding 157 model components to the UV plane model. ! The established model now contains 728 components and 1.8038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.263987Jy sigma=2.503785 ! Fit after self-cal, rms=0.265068Jy sigma=2.488635 wmodel /scr/pima/bg219h_uvs/J2206-1835_S_map.mod ! Writing 728 model components to file: /scr/pima/bg219h_uvs/J2206-1835_S_map.mod wobs /scr/pima/bg219h_uvs/J2206-1835_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J2206-1835_S_uvs.fits wwins /scr/pima/bg219h_uvs/J2206-1835_S_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /home/lpetrov/bin/01_muppet] ! wmap "/scr/pima/bg219h_uvs/J2206-1835_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.655 x 18.08 at -14.05 degrees (North through East) ! Clean map min=-0.045866 max=0.34999 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J2206-1835_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.349985 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0148535 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -12.7321 12.7321 25.4642 50.9283 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0445 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.349 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 23.562 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J2206-1835_S_uvs.log closed on Thu Apr 7 09:12:29 2016