! Started logfile: /scr/pima/bg219a_uvs/J0313+0228_S_uvs.log on Wed Apr 6 22:43:22 2016 obs /scr/pima/bg219a_uvs/J0313+0228_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0313+0228_S_uva.fits ! AN table 1: 28 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.866667 visibilities/baseline/integration-bin. ! Found source: J0313+0228 ! ! 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 1456 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/J0313+0228_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.011953Jy sigma=24.779169 ! Fit after self-cal, rms=0.939913Jy sigma=22.952232 ! 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.092 mas, bmaj=6.479 mas, bpa=-5.699 degrees ! Estimated noise=1.15302 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.0454835 Jy ! Component: 100 - total flux cleaned = 0.0563855 Jy ! Total flux subtracted in 100 components = 0.0563855 Jy ! Clean residual min=-0.005887 max=0.005301 Jy/beam ! Clean residual mean=-0.000024 rms=0.001382 Jy/beam ! Combined flux in latest and established models = 0.0563855 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0563855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052675Jy sigma=1.184341 ! Fit after self-cal, rms=0.051660Jy sigma=1.155169 ! 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.696 mas, bmaj=7.447 mas, bpa=-4.631 degrees ! Estimated noise=0.836678 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.00761716 Jy ! Component: 100 - total flux cleaned = 0.0110919 Jy ! Component: 150 - total flux cleaned = 0.0128348 Jy ! Component: 200 - total flux cleaned = 0.0135301 Jy ! Total flux subtracted in 200 components = 0.0135301 Jy ! Clean residual min=-0.003578 max=0.004295 Jy/beam ! Clean residual mean=-0.000021 rms=0.000925 Jy/beam ! Combined flux in latest and established models = 0.0699156 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 23 components and 0.0699156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050695Jy sigma=1.126665 ! Fit after self-cal, rms=0.050702Jy sigma=1.126169 ! 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.696 x 7.447 at -4.631 degrees (North through East) ! Clean map min=-0.0035845 max=0.062862 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 0.97 MK 1.03 NL 1.00 OV 1.03 ! PT 0.96 SC 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 0.97 MK 1.02 NL 0.93 OV 1.06 ! PT 0.92 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.03 MK 0.94 NL 0.91 OV 1.11 ! PT 1.00 SC 0.91 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 0.95 MK 1.03 NL 1.00 OV 1.10 ! PT 0.99 SC 0.98 ! ! ! Fit before self-cal, rms=0.050702Jy sigma=1.126169 ! Fit after self-cal, rms=0.050720Jy sigma=1.120729 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.706 mas, bmaj=7.469 mas, bpa=-4.974 degrees ! Estimated noise=0.831118 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.00033943 Jy ! Component: 100 - total flux cleaned = -0.000340994 Jy ! Component: 150 - total flux cleaned = -0.000324063 Jy ! Component: 200 - total flux cleaned = -0.000308175 Jy ! Total flux subtracted in 200 components = -0.000308175 Jy ! Clean residual min=-0.003366 max=0.003213 Jy/beam ! Clean residual mean=-0.000013 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.0696074 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 30 components and 0.0696074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050697Jy sigma=1.120476 ! Fit after self-cal, rms=0.050746Jy sigma=1.119967 ! 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.050746Jy sigma=1.119967 ! Fit after self-cal, rms=0.051371Jy sigma=1.114900 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.686 mas, bmaj=7.484 mas, bpa=-5.597 degrees ! Estimated noise=0.825263 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000230068 Jy ! Component: 100 - total flux cleaned = -0.000252907 Jy ! Component: 150 - total flux cleaned = -0.000252598 Jy ! Component: 200 - total flux cleaned = -0.00025204 Jy ! Total flux subtracted in 200 components = -0.00025204 Jy ! Clean residual min=-0.003411 max=0.002945 Jy/beam ! Clean residual mean=-0.000002 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.0693553 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 41 components and 0.0693553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051349Jy sigma=1.114580 ! Fit after self-cal, rms=0.051466Jy sigma=1.114172 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.000110992 Jy ! Component: 100 - total flux cleaned = -0.000111429 Jy ! Component: 150 - total flux cleaned = -9.65888e-05 Jy ! Component: 200 - total flux cleaned = -9.66939e-05 Jy ! Total flux subtracted in 200 components = -9.66939e-05 Jy ! Clean residual min=-0.003382 max=0.002892 Jy/beam ! Clean residual mean=-0.000002 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.0692587 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 0.0692587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051454Jy sigma=1.113991 ! Fit after self-cal, rms=0.051450Jy sigma=1.113950 ! 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.051450Jy sigma=1.113950 ! Fit after self-cal, rms=0.051585Jy sigma=1.113793 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.674 mas, bmaj=7.489 mas, bpa=-5.902 degrees ! Estimated noise=0.8209 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000186923 Jy ! Component: 100 - total flux cleaned = -0.0002207 Jy ! Component: 150 - total flux cleaned = -0.000206699 Jy ! Component: 200 - total flux cleaned = -0.000207016 Jy ! Total flux subtracted in 200 components = -0.000207016 Jy ! Clean residual min=-0.003362 max=0.002869 Jy/beam ! Clean residual mean=-0.000002 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.0690516 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 0.0690517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051570Jy sigma=1.113630 ! Fit after self-cal, rms=0.051599Jy sigma=1.113581 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 = -8.61007e-05 Jy ! Component: 100 - total flux cleaned = -8.60828e-05 Jy ! Component: 150 - total flux cleaned = -7.4611e-05 Jy ! Component: 200 - total flux cleaned = -7.43713e-05 Jy ! Total flux subtracted in 200 components = -7.43713e-05 Jy ! Clean residual min=-0.003357 max=0.002862 Jy/beam ! Clean residual mean=-0.000003 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.0689773 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 46 components and 0.0689773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051591Jy sigma=1.113476 ! Fit after self-cal, rms=0.051589Jy sigma=1.113450 ! 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.051589Jy sigma=1.113450 ! Fit after self-cal, rms=0.051487Jy sigma=1.113357 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.385 mas, bmaj=14.45 mas, bpa=-8.907 degrees ! Estimated noise=0.993642 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000105762 Jy ! Component: 100 - total flux cleaned = 9.21283e-05 Jy ! Component: 150 - total flux cleaned = 8.29511e-05 Jy ! Component: 200 - total flux cleaned = 7.62593e-05 Jy ! Total flux subtracted in 200 components = 7.62593e-05 Jy ! Clean residual min=-0.002850 max=0.002924 Jy/beam ! Clean residual mean=-0.000004 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.0690535 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 54 components and 0.0690536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051486Jy sigma=1.113463 ! Fit after self-cal, rms=0.051492Jy sigma=1.113383 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 = -3.99054e-07 Jy ! Component: 100 - total flux cleaned = -1.18406e-06 Jy ! Component: 150 - total flux cleaned = -7.50621e-06 Jy ! Component: 200 - total flux cleaned = -1.60537e-06 Jy ! Total flux subtracted in 200 components = -1.60537e-06 Jy ! Clean residual min=-0.002834 max=0.002920 Jy/beam ! Clean residual mean=-0.000004 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.069052 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 55 components and 0.0690519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051492Jy sigma=1.113426 ! Fit after self-cal, rms=0.051491Jy sigma=1.113354 ! 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.662 mas, bmaj=7.494 mas, bpa=-6.205 degrees ! Estimated noise=0.816464 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.662 x 7.494 at -6.205 degrees (North through East) ! Clean map min=-0.0032368 max=0.061971 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.045 mas, bmaj=6.525 mas, bpa=-7.259 degrees ! Estimated noise=1.11673 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0446847 Jy ! Component: 100 - total flux cleaned = 0.0560819 Jy ! Component: 150 - total flux cleaned = 0.0622752 Jy ! Component: 200 - total flux cleaned = 0.0659641 Jy ! Total flux subtracted in 200 components = 0.0659641 Jy ! Clean residual min=-0.004902 max=0.004139 Jy/beam ! Clean residual mean=-0.000005 rms=0.001032 Jy/beam ! Combined flux in latest and established models = 0.0659641 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.0659641 Jy ! Inverting map and beam ! Estimated beam: bmin=3.662 mas, bmaj=7.494 mas, bpa=-6.205 degrees ! Estimated noise=0.816464 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.00241942 Jy ! Component: 100 - total flux cleaned = 0.00247159 Jy ! Component: 150 - total flux cleaned = 0.00251264 Jy ! Component: 200 - total flux cleaned = 0.00254991 Jy ! Total flux subtracted in 200 components = 0.00254991 Jy ! Clean residual min=-0.003485 max=0.002927 Jy/beam ! Clean residual mean=-0.000004 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.068514 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 32 components and 0.068514 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=7.385 mas, bmaj=14.45 mas, bpa=-8.907 degrees ! Estimated noise=0.993642 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00056898 Jy ! Component: 100 - total flux cleaned = 0.000597049 Jy ! Component: 150 - total flux cleaned = 0.000596549 Jy ! Component: 200 - total flux cleaned = 0.000596795 Jy ! Total flux subtracted in 200 components = 0.000596795 Jy ! Clean residual min=-0.002771 max=0.002851 Jy/beam ! Clean residual mean=-0.000004 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.0691108 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 = 1.46215e-05 Jy ! Component: 100 - total flux cleaned = 1.44861e-05 Jy ! Component: 150 - total flux cleaned = 1.47515e-05 Jy ! Component: 200 - total flux cleaned = 1.55664e-05 Jy ! Total flux subtracted in 200 components = 1.55664e-05 Jy ! Clean residual min=-0.002797 max=0.002859 Jy/beam ! Clean residual mean=-0.000003 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.0691264 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 43 components and 0.0691264 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.662 mas, bmaj=7.494 mas, bpa=-6.205 degrees ! Estimated noise=0.816464 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000256652 Jy ! Component: 100 - total flux cleaned = -0.000234984 Jy ! Component: 150 - total flux cleaned = -0.000253929 Jy ! Component: 200 - total flux cleaned = -0.000271774 Jy ! Total flux subtracted in 200 components = -0.000271774 Jy ! Clean residual min=-0.003330 max=0.002811 Jy/beam ! Clean residual mean=-0.000003 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.0688546 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.0688546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051503Jy sigma=1.113527 ! Fit after self-cal, rms=0.051503Jy sigma=1.113481 wmodel /scr/pima/bg219a_uvs/J0313+0228_S_map.mod ! Writing 49 model components to file: /scr/pima/bg219a_uvs/J0313+0228_S_map.mod wobs /scr/pima/bg219a_uvs/J0313+0228_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J0313+0228_S_uvs.fits wwins /scr/pima/bg219a_uvs/J0313+0228_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J0313+0228_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.00044567 Jy ! Component: 100 - total flux cleaned = -0.000635946 Jy ! Component: 150 - total flux cleaned = -0.000897067 Jy ! Component: 200 - total flux cleaned = -0.00114285 Jy ! Component: 250 - total flux cleaned = -0.0013351 Jy ! Component: 300 - total flux cleaned = -0.00173513 Jy ! Component: 350 - total flux cleaned = -0.00204589 Jy ! Component: 400 - total flux cleaned = -0.00234414 Jy ! Component: 450 - total flux cleaned = -0.0026618 Jy ! Component: 500 - total flux cleaned = -0.00278419 Jy ! Component: 550 - total flux cleaned = -0.00296133 Jy ! Component: 600 - total flux cleaned = -0.00307606 Jy ! Component: 650 - total flux cleaned = -0.00318793 Jy ! Component: 700 - total flux cleaned = -0.00313445 Jy ! Component: 750 - total flux cleaned = -0.00310804 Jy ! Component: 800 - total flux cleaned = -0.00308266 Jy ! Component: 850 - total flux cleaned = -0.00310731 Jy ! Component: 900 - total flux cleaned = -0.00305859 Jy ! Component: 950 - total flux cleaned = -0.00310662 Jy ! Component: 1000 - total flux cleaned = -0.00313014 Jy ! Component: 1050 - total flux cleaned = -0.00310724 Jy ! Component: 1100 - total flux cleaned = -0.0030623 Jy ! Component: 1150 - total flux cleaned = -0.00306255 Jy ! Component: 1200 - total flux cleaned = -0.00308431 Jy ! Component: 1250 - total flux cleaned = -0.00310581 Jy ! Component: 1300 - total flux cleaned = -0.00318899 Jy ! Component: 1350 - total flux cleaned = -0.00327041 Jy ! Component: 1400 - total flux cleaned = -0.00337105 Jy ! Component: 1450 - total flux cleaned = -0.00345004 Jy ! Component: 1500 - total flux cleaned = -0.00348917 Jy ! Component: 1550 - total flux cleaned = -0.0035471 Jy ! Component: 1600 - total flux cleaned = -0.00366113 Jy ! Component: 1650 - total flux cleaned = -0.00367971 Jy ! Component: 1700 - total flux cleaned = -0.00371692 Jy ! Component: 1750 - total flux cleaned = -0.00373561 Jy ! Component: 1800 - total flux cleaned = -0.0037539 Jy ! Component: 1850 - total flux cleaned = -0.00382535 Jy ! Component: 1900 - total flux cleaned = -0.00382571 Jy ! Component: 1950 - total flux cleaned = -0.00389544 Jy ! Component: 2000 - total flux cleaned = -0.00392975 Jy ! Component: 2050 - total flux cleaned = -0.0039637 Jy ! Component: 2100 - total flux cleaned = -0.00406459 Jy ! Component: 2150 - total flux cleaned = -0.00406463 Jy ! Component: 2200 - total flux cleaned = -0.00417967 Jy ! Component: 2250 - total flux cleaned = -0.00417963 Jy ! Component: 2300 - total flux cleaned = -0.0042444 Jy ! Component: 2350 - total flux cleaned = -0.00429243 Jy ! Component: 2400 - total flux cleaned = -0.00440282 Jy ! Component: 2450 - total flux cleaned = -0.00448072 Jy ! Component: 2500 - total flux cleaned = -0.00457353 Jy ! Component: 2550 - total flux cleaned = -0.00463492 Jy ! Component: 2600 - total flux cleaned = -0.0046807 Jy ! Component: 2650 - total flux cleaned = -0.00481649 Jy ! Component: 2700 - total flux cleaned = -0.00486129 Jy ! Component: 2750 - total flux cleaned = -0.00495045 Jy ! Component: 2800 - total flux cleaned = -0.00500942 Jy ! Component: 2850 - total flux cleaned = -0.00508257 Jy ! Component: 2900 - total flux cleaned = -0.00514073 Jy ! Component: 2950 - total flux cleaned = -0.00519867 Jy ! Component: 3000 - total flux cleaned = -0.00528508 Jy ! Component: 3050 - total flux cleaned = -0.00535662 Jy ! Component: 3100 - total flux cleaned = -0.0054136 Jy ! Component: 3150 - total flux cleaned = -0.00548438 Jy ! Component: 3200 - total flux cleaned = -0.00552672 Jy ! Component: 3250 - total flux cleaned = -0.0055968 Jy ! Component: 3300 - total flux cleaned = -0.0056386 Jy ! Component: 3350 - total flux cleaned = -0.00569405 Jy ! Component: 3400 - total flux cleaned = -0.00573553 Jy ! Component: 3450 - total flux cleaned = -0.00580432 Jy ! Component: 3500 - total flux cleaned = -0.00583167 Jy ! Component: 3550 - total flux cleaned = -0.0059 Jy ! Component: 3600 - total flux cleaned = -0.00594088 Jy ! Component: 3650 - total flux cleaned = -0.00598175 Jy ! Component: 3700 - total flux cleaned = -0.0060089 Jy ! Component: 3750 - total flux cleaned = -0.00606308 Jy ! Component: 3800 - total flux cleaned = -0.00611704 Jy ! Component: 3850 - total flux cleaned = -0.00613053 Jy ! Component: 3900 - total flux cleaned = -0.00622456 Jy ! Component: 3950 - total flux cleaned = -0.00622453 Jy ! Component: 4000 - total flux cleaned = -0.00622447 Jy ! Component: 4050 - total flux cleaned = -0.00625126 Jy ! Total flux subtracted in 4096 components = -0.0062646 Jy ! Clean residual min=-0.000762 max=0.000775 Jy/beam ! Clean residual mean=-0.000002 rms=0.000218 Jy/beam ! Combined flux in latest and established models = 0.06259 Jy keep ! Adding 222 model components to the UV plane model. ! The established model now contains 271 components and 0.06259 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J0313+0228_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.662 x 7.494 at -6.205 degrees (North through East) ! Clean map min=-0.00262 max=0.061291 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0313+0228_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.061291 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000216798 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.06116 1.06116 2.12231 4.24463 8.48926 16.9785 33.957 67.9141 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.061 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 282.71 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0313+0228_S_uvs.log closed on Wed Apr 6 22:43:26 2016