! Started logfile: /scr/pima/bg219b_uvs/J1837-2157_S_uvs.log on Thu Apr 7 01:29:59 2016 obs /scr/pima/bg219b_uvs/J1837-2157_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J1837-2157_S_uva.fits ! AN table 1: 63 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.613316 visibilities/baseline/integration-bin. ! Found source: J1837-2157 ! ! 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 5564 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/bg219b_uvs/J1837-2157_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 97 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 97 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 97 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 97 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.999515Jy sigma=19.447369 ! Fit after self-cal, rms=0.886938Jy sigma=17.151955 ! 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=6.36 mas, bmaj=21.19 mas, bpa=0.02495 degrees ! Estimated noise=0.875512 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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0873958 Jy ! Component: 100 - total flux cleaned = 0.117008 Jy ! Total flux subtracted in 100 components = 0.117008 Jy ! Clean residual min=-0.006457 max=0.013042 Jy/beam ! Clean residual mean=-0.000044 rms=0.002475 Jy/beam ! Combined flux in latest and established models = 0.117008 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.117008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084044Jy sigma=1.429620 ! Fit after self-cal, rms=0.083123Jy sigma=1.421691 ! 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=7.262 mas, bmaj=24.08 mas, bpa=-0.5071 degrees ! Estimated noise=0.527476 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.0191496 Jy ! Component: 100 - total flux cleaned = 0.0285599 Jy ! Component: 150 - total flux cleaned = 0.0340987 Jy ! Component: 200 - total flux cleaned = 0.0376789 Jy ! Total flux subtracted in 200 components = 0.0376789 Jy ! Clean residual min=-0.003011 max=0.003117 Jy/beam ! Clean residual mean=-0.000011 rms=0.000943 Jy/beam ! Combined flux in latest and established models = 0.154687 Jy ! Performing phase self-cal ! Adding 84 model components to the UV plane model. ! The established model now contains 110 components and 0.154687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079183Jy sigma=1.320305 ! Fit after self-cal, rms=0.078880Jy sigma=1.318644 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.262 x 24.08 at -0.5071 degrees (North through East) ! Clean map min=-0.0029792 max=0.11853 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. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.04 HN 0.99 KP 0.97 ! LA 0.92 NL 1.10 OV 0.97 PT 0.98 ! SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.04 HN 0.98 KP 1.00 ! LA 0.98 NL 1.07 OV 1.02 PT 0.97 ! SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.99 HN 1.01 KP 1.00 ! LA 0.98 NL 1.01 OV 1.03 PT 0.95 ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.96 HN 1.11 KP 1.00 ! LA 0.98 NL 1.03 OV 0.99 PT 0.96 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.078880Jy sigma=1.318644 ! Fit after self-cal, rms=0.080899Jy sigma=1.310231 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.322 mas, bmaj=24.22 mas, bpa=-0.4225 degrees ! Estimated noise=0.526319 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.000698901 Jy ! Component: 100 - total flux cleaned = 0.000956855 Jy ! Component: 150 - total flux cleaned = 0.00110302 Jy ! Component: 200 - total flux cleaned = 0.00112269 Jy ! Total flux subtracted in 200 components = 0.00112269 Jy ! Clean residual min=-0.002627 max=0.002581 Jy/beam ! Clean residual mean=0.000011 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.155809 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 136 components and 0.155809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080873Jy sigma=1.309707 ! Fit after self-cal, rms=0.080990Jy sigma=1.309491 ! 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.080990Jy sigma=1.309491 ! Fit after self-cal, rms=0.081351Jy sigma=1.309399 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.312 mas, bmaj=24.21 mas, bpa=-0.3892 degrees ! Estimated noise=0.527673 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00043066 Jy ! Component: 100 - total flux cleaned = 0.000658937 Jy ! Component: 150 - total flux cleaned = 0.000749792 Jy ! Component: 200 - total flux cleaned = 0.000780519 Jy ! Total flux subtracted in 200 components = 0.000780519 Jy ! Clean residual min=-0.002562 max=0.002568 Jy/beam ! Clean residual mean=0.000011 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.15659 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 143 components and 0.15659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081336Jy sigma=1.309156 ! Fit after self-cal, rms=0.081345Jy sigma=1.309125 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 = 9.19241e-05 Jy ! Component: 100 - total flux cleaned = 0.000123316 Jy ! Component: 150 - total flux cleaned = 9.63187e-05 Jy ! Component: 200 - total flux cleaned = 7.14845e-05 Jy ! Total flux subtracted in 200 components = 7.14845e-05 Jy ! Clean residual min=-0.002557 max=0.002537 Jy/beam ! Clean residual mean=0.000011 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.156661 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 149 components and 0.156661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081340Jy sigma=1.309024 ! Fit after self-cal, rms=0.081342Jy sigma=1.309008 ! 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.081342Jy sigma=1.309008 ! Fit after self-cal, rms=0.081909Jy sigma=1.307012 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.3 mas, bmaj=24.06 mas, bpa=-0.3577 degrees ! Estimated noise=0.5315 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117547 Jy ! Component: 100 - total flux cleaned = 0.00168774 Jy ! Component: 150 - total flux cleaned = 0.00178467 Jy ! Component: 200 - total flux cleaned = 0.00181589 Jy ! Total flux subtracted in 200 components = 0.00181589 Jy ! Clean residual min=-0.002488 max=0.002316 Jy/beam ! Clean residual mean=0.000001 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.158477 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 172 components and 0.158477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081881Jy sigma=1.306671 ! Fit after self-cal, rms=0.081891Jy sigma=1.306608 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 = 4.83828e-05 Jy ! Component: 100 - total flux cleaned = 6.15189e-05 Jy ! Component: 150 - total flux cleaned = 6.01436e-05 Jy ! Component: 200 - total flux cleaned = 3.97649e-05 Jy ! Total flux subtracted in 200 components = 3.97649e-05 Jy ! Clean residual min=-0.002466 max=0.002321 Jy/beam ! Clean residual mean=0.000001 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.158517 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 177 components and 0.158517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081885Jy sigma=1.306547 ! Fit after self-cal, rms=0.081882Jy sigma=1.306535 ! 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.081882Jy sigma=1.306535 ! Fit after self-cal, rms=0.082339Jy sigma=1.306422 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.205 mas, bmaj=24.31 mas, bpa=2.518 degrees ! Estimated noise=0.540866 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000867391 Jy ! Component: 100 - total flux cleaned = 0.00122767 Jy ! Component: 150 - total flux cleaned = 0.00125242 Jy ! Component: 200 - total flux cleaned = 0.0012525 Jy ! Total flux subtracted in 200 components = 0.0012525 Jy ! Clean residual min=-0.002213 max=0.002244 Jy/beam ! Clean residual mean=-0.000002 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.15977 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 192 components and 0.15977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082324Jy sigma=1.306281 ! Fit after self-cal, rms=0.082330Jy sigma=1.306270 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 = 4.09819e-05 Jy ! Component: 100 - total flux cleaned = 2.31842e-05 Jy ! Component: 150 - total flux cleaned = 8.33746e-06 Jy ! Component: 200 - total flux cleaned = 1.70204e-06 Jy ! Total flux subtracted in 200 components = 1.70204e-06 Jy ! Clean residual min=-0.002208 max=0.002243 Jy/beam ! Clean residual mean=-0.000002 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.159771 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 196 components and 0.159771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082326Jy sigma=1.306247 ! Fit after self-cal, rms=0.082325Jy sigma=1.306241 ! 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=7.306 mas, bmaj=24 mas, bpa=-0.3105 degrees ! Estimated noise=0.534951 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.306 x 24 at -0.3105 degrees (North through East) ! Clean map min=-0.0025142 max=0.12006 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=6.405 mas, bmaj=20.94 mas, bpa=0.361 degrees ! Estimated noise=0.884128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0882179 Jy ! Component: 100 - total flux cleaned = 0.118345 Jy ! Component: 150 - total flux cleaned = 0.133806 Jy ! Component: 200 - total flux cleaned = 0.142723 Jy ! Total flux subtracted in 200 components = 0.142723 Jy ! Clean residual min=-0.004483 max=0.005055 Jy/beam ! Clean residual mean=-0.000018 rms=0.001310 Jy/beam ! Combined flux in latest and established models = 0.142723 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 58 model components to the UV plane model. ! The established model now contains 58 components and 0.142723 Jy ! Inverting map and beam ! Estimated beam: bmin=7.306 mas, bmaj=24 mas, bpa=-0.3105 degrees ! Estimated noise=0.534951 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.00731332 Jy ! Component: 100 - total flux cleaned = 0.0113186 Jy ! Component: 150 - total flux cleaned = 0.013733 Jy ! Component: 200 - total flux cleaned = 0.015094 Jy ! Total flux subtracted in 200 components = 0.015094 Jy ! Clean residual min=-0.002680 max=0.002523 Jy/beam ! Clean residual mean=-0.000003 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.157817 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 121 components and 0.157817 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=9.205 mas, bmaj=24.31 mas, bpa=2.518 degrees ! Estimated noise=0.540866 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000799841 Jy ! Component: 100 - total flux cleaned = 0.00110106 Jy ! Component: 150 - total flux cleaned = 0.00132511 Jy ! Component: 200 - total flux cleaned = 0.00140651 Jy ! Total flux subtracted in 200 components = 0.00140651 Jy ! Clean residual min=-0.002329 max=0.002321 Jy/beam ! Clean residual mean=-0.000003 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.159223 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 = 3.36405e-05 Jy ! Component: 100 - total flux cleaned = 4.84014e-05 Jy ! Component: 150 - total flux cleaned = 7.54058e-05 Jy ! Component: 200 - total flux cleaned = 7.51716e-05 Jy ! Total flux subtracted in 200 components = 7.51716e-05 Jy ! Clean residual min=-0.002294 max=0.002301 Jy/beam ! Clean residual mean=-0.000003 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.159298 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 153 components and 0.159298 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=7.306 mas, bmaj=24 mas, bpa=-0.3105 degrees ! Estimated noise=0.534951 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.36263e-06 Jy ! Component: 100 - total flux cleaned = -6.81694e-05 Jy ! Component: 150 - total flux cleaned = -0.000129116 Jy ! Component: 200 - total flux cleaned = -0.000183971 Jy ! Total flux subtracted in 200 components = -0.000183971 Jy ! Clean residual min=-0.002475 max=0.002419 Jy/beam ! Clean residual mean=-0.000001 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.159114 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 164 components and 0.159114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082325Jy sigma=1.306619 ! Fit after self-cal, rms=0.082277Jy sigma=1.306572 wmodel /scr/pima/bg219b_uvs/J1837-2157_S_map.mod ! Writing 164 model components to file: /scr/pima/bg219b_uvs/J1837-2157_S_map.mod wobs /scr/pima/bg219b_uvs/J1837-2157_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219b_uvs/J1837-2157_S_uvs.fits wwins /scr/pima/bg219b_uvs/J1837-2157_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219b_uvs/J1837-2157_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000188748 Jy ! Component: 100 - total flux cleaned = -0.000150765 Jy ! Component: 150 - total flux cleaned = 3.04685e-05 Jy ! Component: 200 - total flux cleaned = 0.000168195 Jy ! Component: 250 - total flux cleaned = 0.000202011 Jy ! Component: 300 - total flux cleaned = 0.000202981 Jy ! Component: 350 - total flux cleaned = 0.000233755 Jy ! Component: 400 - total flux cleaned = 0.000262605 Jy ! Component: 450 - total flux cleaned = 0.000235061 Jy ! Component: 500 - total flux cleaned = 0.000262977 Jy ! Component: 550 - total flux cleaned = 0.000263269 Jy ! Component: 600 - total flux cleaned = 0.000263282 Jy ! Component: 650 - total flux cleaned = 0.000190042 Jy ! Component: 700 - total flux cleaned = 0.000166289 Jy ! Component: 750 - total flux cleaned = 5.0771e-05 Jy ! Component: 800 - total flux cleaned = -0.000107438 Jy ! Component: 850 - total flux cleaned = -0.00030634 Jy ! Component: 900 - total flux cleaned = -0.000479098 Jy ! Component: 950 - total flux cleaned = -0.000585357 Jy ! Component: 1000 - total flux cleaned = -0.00066912 Jy ! Component: 1050 - total flux cleaned = -0.000689951 Jy ! Component: 1100 - total flux cleaned = -0.000750213 Jy ! Component: 1150 - total flux cleaned = -0.000770089 Jy ! Component: 1200 - total flux cleaned = -0.000828153 Jy ! Component: 1250 - total flux cleaned = -0.000809334 Jy ! Component: 1300 - total flux cleaned = -0.000866089 Jy ! Component: 1350 - total flux cleaned = -0.000940035 Jy ! Component: 1400 - total flux cleaned = -0.000976671 Jy ! Component: 1450 - total flux cleaned = -0.00104921 Jy ! Component: 1500 - total flux cleaned = -0.00110263 Jy ! Component: 1550 - total flux cleaned = -0.00119065 Jy ! Component: 1600 - total flux cleaned = -0.00120812 Jy ! Component: 1650 - total flux cleaned = -0.00129416 Jy ! Component: 1700 - total flux cleaned = -0.00139543 Jy ! Component: 1750 - total flux cleaned = -0.00139538 Jy ! Component: 1800 - total flux cleaned = -0.00149429 Jy ! Component: 1850 - total flux cleaned = -0.00152695 Jy ! Component: 1900 - total flux cleaned = -0.00159149 Jy ! Component: 1950 - total flux cleaned = -0.00168672 Jy ! Component: 2000 - total flux cleaned = -0.00178082 Jy ! Component: 2050 - total flux cleaned = -0.00187376 Jy ! Component: 2100 - total flux cleaned = -0.00193504 Jy ! Component: 2150 - total flux cleaned = -0.00196514 Jy ! Component: 2200 - total flux cleaned = -0.00203976 Jy ! Component: 2250 - total flux cleaned = -0.00205442 Jy ! Component: 2300 - total flux cleaned = -0.00211298 Jy ! Component: 2350 - total flux cleaned = -0.00214194 Jy ! Component: 2400 - total flux cleaned = -0.00217079 Jy ! Component: 2450 - total flux cleaned = -0.00221327 Jy ! Component: 2500 - total flux cleaned = -0.00222744 Jy ! Component: 2550 - total flux cleaned = -0.00228303 Jy ! Component: 2600 - total flux cleaned = -0.00229678 Jy ! Component: 2650 - total flux cleaned = -0.00235136 Jy ! Component: 2700 - total flux cleaned = -0.00239184 Jy ! Component: 2750 - total flux cleaned = -0.00240529 Jy ! Component: 2800 - total flux cleaned = -0.00243203 Jy ! Component: 2850 - total flux cleaned = -0.00245854 Jy ! Component: 2900 - total flux cleaned = -0.0024979 Jy ! Component: 2950 - total flux cleaned = -0.0025499 Jy ! Component: 3000 - total flux cleaned = -0.00257549 Jy ! Component: 3050 - total flux cleaned = -0.00261386 Jy ! Component: 3100 - total flux cleaned = -0.00261395 Jy ! Component: 3150 - total flux cleaned = -0.00266438 Jy ! Component: 3200 - total flux cleaned = -0.00267675 Jy ! Component: 3250 - total flux cleaned = -0.00272639 Jy ! Component: 3300 - total flux cleaned = -0.00272645 Jy ! Component: 3350 - total flux cleaned = -0.00275082 Jy ! Component: 3400 - total flux cleaned = -0.00275098 Jy ! Component: 3450 - total flux cleaned = -0.00279901 Jy ! Component: 3500 - total flux cleaned = -0.00281083 Jy ! Component: 3550 - total flux cleaned = -0.00281082 Jy ! Component: 3600 - total flux cleaned = -0.00285795 Jy ! Component: 3650 - total flux cleaned = -0.00286956 Jy ! Component: 3700 - total flux cleaned = -0.00284624 Jy ! Component: 3750 - total flux cleaned = -0.00284619 Jy ! Component: 3800 - total flux cleaned = -0.00281183 Jy ! Component: 3850 - total flux cleaned = -0.00282317 Jy ! Component: 3900 - total flux cleaned = -0.00281192 Jy ! Component: 3950 - total flux cleaned = -0.00283444 Jy ! Component: 4000 - total flux cleaned = -0.00281204 Jy ! Component: 4050 - total flux cleaned = -0.00281195 Jy ! Total flux subtracted in 4096 components = -0.00276768 Jy ! Clean residual min=-0.000668 max=0.000575 Jy/beam ! Clean residual mean=0.000003 rms=0.000241 Jy/beam ! Combined flux in latest and established models = 0.156347 Jy keep ! Adding 397 model components to the UV plane model. ! The established model now contains 561 components and 0.156347 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219b_uvs/J1837-2157_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.306 x 24 at -0.3105 degrees (North through East) ! Clean map min=-0.0020834 max=0.12045 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J1837-2157_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.120448 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000237394 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.591275 0.591275 1.18255 2.3651 4.7302 9.4604 18.9208 37.8416 75.6832 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.12 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 507.378 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J1837-2157_S_uvs.log closed on Thu Apr 7 01:30:04 2016