! Started logfile: /scr/pima/bg219a_uvs/J0537+4441_S_uvs.log on Wed Apr 6 22:45:50 2016 obs /scr/pima/bg219a_uvs/J0537+4441_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0537+4441_S_uva.fits ! AN table 1: 42 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.833333 visibilities/baseline/integration-bin. ! Found source: J0537+4441 ! ! 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 49 lines of history. ! ! Reading 2100 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/bg219a_uvs/J0537+4441_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 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.007805Jy sigma=26.872113 ! Fit after self-cal, rms=0.881070Jy sigma=23.394080 ! 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.311 mas, bmaj=3.652 mas, bpa=65.5 degrees ! Estimated noise=0.930508 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.0940119 Jy ! Component: 100 - total flux cleaned = 0.114767 Jy ! Total flux subtracted in 100 components = 0.114767 Jy ! Clean residual min=-0.007531 max=0.007751 Jy/beam ! Clean residual mean=0.000017 rms=0.001949 Jy/beam ! Combined flux in latest and established models = 0.114767 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.114767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050437Jy sigma=1.243398 ! Fit after self-cal, rms=0.050434Jy sigma=1.243122 ! 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=3.999 mas, bmaj=4.474 mas, bpa=58.63 degrees ! Estimated noise=0.605424 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.00782623 Jy ! Component: 100 - total flux cleaned = 0.0116921 Jy ! Component: 150 - total flux cleaned = 0.0138397 Jy ! Component: 200 - total flux cleaned = 0.0145026 Jy ! Total flux subtracted in 200 components = 0.0145026 Jy ! Clean residual min=-0.004635 max=0.005578 Jy/beam ! Clean residual mean=0.000049 rms=0.001154 Jy/beam ! Combined flux in latest and established models = 0.12927 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.12927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049378Jy sigma=1.208090 ! Fit after self-cal, rms=0.049398Jy sigma=1.207543 ! 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.999 x 4.474 at 58.63 degrees (North through East) ! Clean map min=-0.0047206 max=0.11971 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: ! LA 1.06 MK 1.05 NL 0.96 OV 1.01 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 1.03 MK 1.05 NL 0.97 OV 1.01 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 1.03 NL 0.95 OV 1.01 ! PT 0.97 SC 0.90 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 1.02 MK 1.05 NL 0.93 OV 1.02 ! PT 0.99 SC 0.90 ! ! ! Fit before self-cal, rms=0.049398Jy sigma=1.207543 ! Fit after self-cal, rms=0.048979Jy sigma=1.195388 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.965 mas, bmaj=4.529 mas, bpa=56.39 degrees ! Estimated noise=0.601505 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.000653981 Jy ! Component: 100 - total flux cleaned = -0.000563504 Jy ! Component: 150 - total flux cleaned = -0.000498118 Jy ! Component: 200 - total flux cleaned = -0.00047188 Jy ! Total flux subtracted in 200 components = -0.00047188 Jy ! Clean residual min=-0.003452 max=0.004084 Jy/beam ! Clean residual mean=0.000040 rms=0.000913 Jy/beam ! Combined flux in latest and established models = 0.128798 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 27 components and 0.128798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048881Jy sigma=1.192814 ! Fit after self-cal, rms=0.048912Jy sigma=1.192347 ! 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.048912Jy sigma=1.192347 ! Fit after self-cal, rms=0.049107Jy sigma=1.189722 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.96 mas, bmaj=4.518 mas, bpa=56.79 degrees ! Estimated noise=0.600044 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.55625e-05 Jy ! Component: 100 - total flux cleaned = -8.39081e-05 Jy ! Component: 150 - total flux cleaned = -6.76476e-05 Jy ! Component: 200 - total flux cleaned = -5.51404e-05 Jy ! Total flux subtracted in 200 components = -5.51404e-05 Jy ! Clean residual min=-0.003114 max=0.003758 Jy/beam ! Clean residual mean=0.000034 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.128743 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 30 components and 0.128743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049089Jy sigma=1.189264 ! Fit after self-cal, rms=0.049108Jy sigma=1.189069 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) ! Added new window around map position (18, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0031734 Jy ! Component: 100 - total flux cleaned = 0.00454253 Jy ! Component: 150 - total flux cleaned = 0.00487566 Jy ! Component: 200 - total flux cleaned = 0.00505796 Jy ! Total flux subtracted in 200 components = 0.00505796 Jy ! Clean residual min=-0.002750 max=0.003026 Jy/beam ! Clean residual mean=0.000036 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.133801 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 53 components and 0.133801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048900Jy sigma=1.183053 ! Fit after self-cal, rms=0.048886Jy sigma=1.182626 ! 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.048886Jy sigma=1.182626 ! Fit after self-cal, rms=0.048452Jy sigma=1.181883 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.952 mas, bmaj=4.495 mas, bpa=57.12 degrees ! Estimated noise=0.596688 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00127707 Jy ! Component: 100 - total flux cleaned = 0.00160934 Jy ! Component: 150 - total flux cleaned = 0.00158915 Jy ! Component: 200 - total flux cleaned = 0.00156972 Jy ! Total flux subtracted in 200 components = 0.00156972 Jy ! Clean residual min=-0.002277 max=0.002693 Jy/beam ! Clean residual mean=0.000031 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.135371 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 69 components and 0.135371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048411Jy sigma=1.180808 ! Fit after self-cal, rms=0.048405Jy sigma=1.180740 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.000180783 Jy ! Component: 100 - total flux cleaned = 0.000163845 Jy ! Component: 150 - total flux cleaned = 0.000163939 Jy ! Component: 200 - total flux cleaned = 0.000163935 Jy ! Total flux subtracted in 200 components = 0.000163935 Jy ! Clean residual min=-0.002196 max=0.002624 Jy/beam ! Clean residual mean=0.000030 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.135534 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 80 components and 0.135534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048393Jy sigma=1.180522 ! Fit after self-cal, rms=0.048394Jy sigma=1.180506 ! 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.048394Jy sigma=1.180506 ! Fit after self-cal, rms=0.048275Jy sigma=1.180375 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.423 mas, bmaj=10.56 mas, bpa=42.02 degrees ! Estimated noise=0.740424 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000389191 Jy ! Component: 100 - total flux cleaned = -0.000267336 Jy ! Component: 150 - total flux cleaned = -0.000200254 Jy ! Component: 200 - total flux cleaned = -0.000157798 Jy ! Total flux subtracted in 200 components = -0.000157798 Jy ! Clean residual min=-0.002616 max=0.003263 Jy/beam ! Clean residual mean=0.000057 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.135377 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 83 components and 0.135377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048270Jy sigma=1.180372 ! Fit after self-cal, rms=0.048268Jy sigma=1.180259 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.90022e-05 Jy ! Component: 100 - total flux cleaned = 5.7815e-05 Jy ! Component: 150 - total flux cleaned = 9.42696e-05 Jy ! Component: 200 - total flux cleaned = 0.000137351 Jy ! Total flux subtracted in 200 components = 0.000137351 Jy ! Clean residual min=-0.002565 max=0.003178 Jy/beam ! Clean residual mean=0.000058 rms=0.000889 Jy/beam ! Combined flux in latest and established models = 0.135514 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 87 components and 0.135514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048269Jy sigma=1.180334 ! Fit after self-cal, rms=0.048269Jy sigma=1.180258 ! 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=3.951 mas, bmaj=4.485 mas, bpa=57.38 degrees ! Estimated noise=0.59534 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.951 x 4.485 at 57.38 degrees (North through East) ! Clean map min=-0.0019785 max=0.12003 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.281 mas, bmaj=3.672 mas, bpa=62.87 degrees ! Estimated noise=0.909478 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0917881 Jy ! Component: 100 - total flux cleaned = 0.112842 Jy ! Component: 150 - total flux cleaned = 0.120751 Jy ! Component: 200 - total flux cleaned = 0.125822 Jy ! Total flux subtracted in 200 components = 0.125822 Jy ! Clean residual min=-0.004850 max=0.004606 Jy/beam ! Clean residual mean=0.000009 rms=0.001219 Jy/beam ! Combined flux in latest and established models = 0.125822 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.125822 Jy ! Inverting map and beam ! Estimated beam: bmin=3.951 mas, bmaj=4.485 mas, bpa=57.38 degrees ! Estimated noise=0.59534 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.00403661 Jy ! Component: 100 - total flux cleaned = 0.0061871 Jy ! Component: 150 - total flux cleaned = 0.00696393 Jy ! Component: 200 - total flux cleaned = 0.00748173 Jy ! Total flux subtracted in 200 components = 0.00748173 Jy ! Clean residual min=-0.002881 max=0.002704 Jy/beam ! Clean residual mean=0.000028 rms=0.000708 Jy/beam ! Combined flux in latest and established models = 0.133304 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 33 components and 0.133304 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.423 mas, bmaj=10.56 mas, bpa=42.02 degrees ! Estimated noise=0.740424 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00132421 Jy ! Component: 100 - total flux cleaned = 0.0014474 Jy ! Component: 150 - total flux cleaned = 0.00151383 Jy ! Component: 200 - total flux cleaned = 0.00159755 Jy ! Total flux subtracted in 200 components = 0.00159755 Jy ! Clean residual min=-0.002857 max=0.003502 Jy/beam ! Clean residual mean=0.000058 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.134901 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 = 7.40339e-05 Jy ! Component: 100 - total flux cleaned = 0.000162388 Jy ! Component: 150 - total flux cleaned = 0.000221751 Jy ! Component: 200 - total flux cleaned = 0.000275404 Jy ! Total flux subtracted in 200 components = 0.000275404 Jy ! Clean residual min=-0.002740 max=0.003313 Jy/beam ! Clean residual mean=0.000059 rms=0.000885 Jy/beam ! Combined flux in latest and established models = 0.135177 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 56 components and 0.135177 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.951 mas, bmaj=4.485 mas, bpa=57.38 degrees ! Estimated noise=0.59534 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000312801 Jy ! Component: 100 - total flux cleaned = 0.000444174 Jy ! Component: 150 - total flux cleaned = 0.000418941 Jy ! Component: 200 - total flux cleaned = 0.000394349 Jy ! Total flux subtracted in 200 components = 0.000394349 Jy ! Clean residual min=-0.002312 max=0.002594 Jy/beam ! Clean residual mean=0.000027 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.135571 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 72 components and 0.135571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048324Jy sigma=1.181197 ! Fit after self-cal, rms=0.048308Jy sigma=1.181097 wmodel /scr/pima/bg219a_uvs/J0537+4441_S_map.mod ! Writing 72 model components to file: /scr/pima/bg219a_uvs/J0537+4441_S_map.mod wobs /scr/pima/bg219a_uvs/J0537+4441_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J0537+4441_S_uvs.fits wwins /scr/pima/bg219a_uvs/J0537+4441_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219a_uvs/J0537+4441_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.000852485 Jy ! Component: 100 - total flux cleaned = 0.00128531 Jy ! Component: 150 - total flux cleaned = 0.00149982 Jy ! Component: 200 - total flux cleaned = 0.00169772 Jy ! Component: 250 - total flux cleaned = 0.00185352 Jy ! Component: 300 - total flux cleaned = 0.00194241 Jy ! Component: 350 - total flux cleaned = 0.00205463 Jy ! Component: 400 - total flux cleaned = 0.00216028 Jy ! Component: 450 - total flux cleaned = 0.00226227 Jy ! Component: 500 - total flux cleaned = 0.0023607 Jy ! Component: 550 - total flux cleaned = 0.00236146 Jy ! Component: 600 - total flux cleaned = 0.00245254 Jy ! Component: 650 - total flux cleaned = 0.00247412 Jy ! Component: 700 - total flux cleaned = 0.00253791 Jy ! Component: 750 - total flux cleaned = 0.00251716 Jy ! Component: 800 - total flux cleaned = 0.00251728 Jy ! Component: 850 - total flux cleaned = 0.00251744 Jy ! Component: 900 - total flux cleaned = 0.00249791 Jy ! Component: 950 - total flux cleaned = 0.0025168 Jy ! Component: 1000 - total flux cleaned = 0.00251696 Jy ! Component: 1050 - total flux cleaned = 0.00255319 Jy ! Component: 1100 - total flux cleaned = 0.00260569 Jy ! Component: 1150 - total flux cleaned = 0.00265701 Jy ! Component: 1200 - total flux cleaned = 0.00270687 Jy ! Component: 1250 - total flux cleaned = 0.00277201 Jy ! Component: 1300 - total flux cleaned = 0.0028197 Jy ! Component: 1350 - total flux cleaned = 0.00285072 Jy ! Component: 1400 - total flux cleaned = 0.00283532 Jy ! Component: 1450 - total flux cleaned = 0.00286601 Jy ! Component: 1500 - total flux cleaned = 0.00289568 Jy ! Component: 1550 - total flux cleaned = 0.0028958 Jy ! Component: 1600 - total flux cleaned = 0.00292499 Jy ! Component: 1650 - total flux cleaned = 0.00295359 Jy ! Component: 1700 - total flux cleaned = 0.00291175 Jy ! Component: 1750 - total flux cleaned = 0.00289786 Jy ! Component: 1800 - total flux cleaned = 0.00282937 Jy ! Component: 1850 - total flux cleaned = 0.00280226 Jy ! Component: 1900 - total flux cleaned = 0.00277539 Jy ! Component: 1950 - total flux cleaned = 0.00273553 Jy ! Component: 2000 - total flux cleaned = 0.00266994 Jy ! Component: 2050 - total flux cleaned = 0.0026052 Jy ! Component: 2100 - total flux cleaned = 0.00256675 Jy ! Component: 2150 - total flux cleaned = 0.0024906 Jy ! Component: 2200 - total flux cleaned = 0.00247804 Jy ! Component: 2250 - total flux cleaned = 0.00241566 Jy ! Component: 2300 - total flux cleaned = 0.00234154 Jy ! Component: 2350 - total flux cleaned = 0.00230486 Jy ! Component: 2400 - total flux cleaned = 0.00225633 Jy ! Component: 2450 - total flux cleaned = 0.00217221 Jy ! Component: 2500 - total flux cleaned = 0.00213648 Jy ! Component: 2550 - total flux cleaned = 0.00210091 Jy ! Component: 2600 - total flux cleaned = 0.002042 Jy ! Component: 2650 - total flux cleaned = 0.00197184 Jy ! Component: 2700 - total flux cleaned = 0.00190216 Jy ! Component: 2750 - total flux cleaned = 0.0018906 Jy ! Component: 2800 - total flux cleaned = 0.00184468 Jy ! Component: 2850 - total flux cleaned = 0.00181039 Jy ! Component: 2900 - total flux cleaned = 0.00177631 Jy ! Component: 2950 - total flux cleaned = 0.00175371 Jy ! Component: 3000 - total flux cleaned = 0.00171989 Jy ! Component: 3050 - total flux cleaned = 0.00170864 Jy ! Component: 3100 - total flux cleaned = 0.00170865 Jy ! Component: 3150 - total flux cleaned = 0.00167527 Jy ! Component: 3200 - total flux cleaned = 0.00168638 Jy ! Component: 3250 - total flux cleaned = 0.00169738 Jy ! Component: 3300 - total flux cleaned = 0.00168636 Jy ! Component: 3350 - total flux cleaned = 0.00168632 Jy ! Component: 3400 - total flux cleaned = 0.00169729 Jy ! Component: 3450 - total flux cleaned = 0.00168639 Jy ! Component: 3500 - total flux cleaned = 0.0016755 Jy ! Component: 3550 - total flux cleaned = 0.0016755 Jy ! Component: 3600 - total flux cleaned = 0.00167549 Jy ! Component: 3650 - total flux cleaned = 0.00167551 Jy ! Component: 3700 - total flux cleaned = 0.00166473 Jy ! Component: 3750 - total flux cleaned = 0.00166474 Jy ! Component: 3800 - total flux cleaned = 0.00168632 Jy ! Component: 3850 - total flux cleaned = 0.00169704 Jy ! Component: 3900 - total flux cleaned = 0.0016648 Jy ! Component: 3950 - total flux cleaned = 0.00165408 Jy ! Component: 4000 - total flux cleaned = 0.00165408 Jy ! Component: 4050 - total flux cleaned = 0.00163268 Jy ! Total flux subtracted in 4096 components = 0.001622 Jy ! Clean residual min=-0.000642 max=0.000649 Jy/beam ! Clean residual mean=0.000007 rms=0.000173 Jy/beam ! Combined flux in latest and established models = 0.137193 Jy keep ! Adding 229 model components to the UV plane model. ! The established model now contains 301 components and 0.137193 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J0537+4441_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.951 x 4.485 at 57.38 degrees (North through East) ! Clean map min=-0.0012565 max=0.11842 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0537+4441_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.118415 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000169747 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.430046 0.430046 0.860091 1.72018 3.44036 6.88073 13.7615 27.5229 55.0458 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.118 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 697.6 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0537+4441_S_uvs.log closed on Wed Apr 6 22:45:54 2016