! Started logfile: /scr/pima/bg219e_uvs/J2116+0225_S_uvs.log on Thu Apr 7 06:54:27 2016 obs /scr/pima/bg219e_uvs/J2116+0225_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J2116+0225_S_uva.fits ! AN table 1: 61 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.546838 visibilities/baseline/integration-bin. ! Found source: J2116+0225 ! ! 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 3736 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/bg219e_uvs/J2116+0225_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 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006666Jy sigma=23.261100 ! Fit after self-cal, rms=0.950276Jy sigma=22.060171 ! 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=7.558 mas, bmaj=14.28 mas, bpa=-6.457 degrees ! Estimated noise=0.777145 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.0381343 Jy ! Component: 100 - total flux cleaned = 0.0484321 Jy ! Total flux subtracted in 100 components = 0.0484321 Jy ! Clean residual min=-0.004911 max=0.005501 Jy/beam ! Clean residual mean=0.000022 rms=0.001483 Jy/beam ! Combined flux in latest and established models = 0.0484321 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0484321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059761Jy sigma=1.350707 ! Fit after self-cal, rms=0.058172Jy sigma=1.314697 ! 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=8.562 mas, bmaj=16.14 mas, bpa=-5.848 degrees ! Estimated noise=0.557575 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.00933516 Jy ! Component: 100 - total flux cleaned = 0.0147455 Jy ! Component: 150 - total flux cleaned = 0.0185456 Jy ! Component: 200 - total flux cleaned = 0.0213584 Jy ! Total flux subtracted in 200 components = 0.0213584 Jy ! Clean residual min=-0.004025 max=0.005003 Jy/beam ! Clean residual mean=0.000007 rms=0.001481 Jy/beam ! Combined flux in latest and established models = 0.0697905 Jy ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 89 components and 0.0697905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056609Jy sigma=1.273498 ! Fit after self-cal, rms=0.056432Jy sigma=1.270039 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 8.562 x 16.14 at -5.848 degrees (North through East) ! Clean map min=-0.0041621 max=0.053734 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 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.14 HN 1.00* KP 1.00 ! LA 0.87 NL 1.11 OV 1.09 PT 0.89 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.98 HN 1.00* KP 0.96 ! LA 1.03 NL 1.05 OV 1.00 PT 0.91 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! ! ! Fit before self-cal, rms=0.056432Jy sigma=1.270039 ! Fit after self-cal, rms=0.056921Jy sigma=1.266649 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.67 mas, bmaj=16.19 mas, bpa=-5.616 degrees ! Estimated noise=0.558378 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.00204307 Jy ! Component: 100 - total flux cleaned = 0.00333177 Jy ! Component: 150 - total flux cleaned = 0.0041982 Jy ! Component: 200 - total flux cleaned = 0.0044268 Jy ! Total flux subtracted in 200 components = 0.0044268 Jy ! Clean residual min=-0.003774 max=0.004817 Jy/beam ! Clean residual mean=-0.000003 rms=0.001315 Jy/beam ! Combined flux in latest and established models = 0.0742173 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 104 components and 0.0742173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056842Jy sigma=1.264475 ! Fit after self-cal, rms=0.056929Jy sigma=1.263402 ! 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.056929Jy sigma=1.263402 ! Fit after self-cal, rms=0.059486Jy sigma=1.258684 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.736 mas, bmaj=16.33 mas, bpa=-5.478 degrees ! Estimated noise=0.571216 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000145187 Jy ! Component: 100 - total flux cleaned = 9.39488e-05 Jy ! Component: 150 - total flux cleaned = 9.39865e-05 Jy ! Component: 200 - total flux cleaned = 9.35485e-05 Jy ! Total flux subtracted in 200 components = 9.35485e-05 Jy ! Clean residual min=-0.003624 max=0.004644 Jy/beam ! Clean residual mean=-0.000003 rms=0.001187 Jy/beam ! Combined flux in latest and established models = 0.0743108 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 125 components and 0.0743108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059453Jy sigma=1.258434 ! Fit after self-cal, rms=0.059604Jy sigma=1.257641 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.47199e-05 Jy ! Component: 100 - total flux cleaned = -8.63971e-05 Jy ! Component: 150 - total flux cleaned = -7.00445e-05 Jy ! Component: 200 - total flux cleaned = -3.84606e-05 Jy ! Total flux subtracted in 200 components = -3.84606e-05 Jy ! Clean residual min=-0.003584 max=0.004600 Jy/beam ! Clean residual mean=-0.000002 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.0742724 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 131 components and 0.0742724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059586Jy sigma=1.257532 ! Fit after self-cal, rms=0.059595Jy sigma=1.257465 ! 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.059595Jy sigma=1.257465 ! Fit after self-cal, rms=0.060553Jy sigma=1.256766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.722 mas, bmaj=16.35 mas, bpa=-5.464 degrees ! Estimated noise=0.576422 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000491826 Jy ! Component: 100 - total flux cleaned = 0.000656513 Jy ! Component: 150 - total flux cleaned = 0.000731979 Jy ! Component: 200 - total flux cleaned = 0.000759493 Jy ! Total flux subtracted in 200 components = 0.000759493 Jy ! Clean residual min=-0.003510 max=0.004683 Jy/beam ! Clean residual mean=-0.000001 rms=0.001166 Jy/beam ! Combined flux in latest and established models = 0.0750319 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 145 components and 0.0750319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060535Jy sigma=1.256670 ! Fit after self-cal, rms=0.060585Jy sigma=1.256522 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.81448e-05 Jy ! Component: 100 - total flux cleaned = 6.24336e-05 Jy ! Component: 150 - total flux cleaned = 0.000104407 Jy ! Component: 200 - total flux cleaned = 0.000143581 Jy ! Total flux subtracted in 200 components = 0.000143581 Jy ! Clean residual min=-0.003479 max=0.004708 Jy/beam ! Clean residual mean=-0.000001 rms=0.001165 Jy/beam ! Combined flux in latest and established models = 0.0751754 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 159 components and 0.0751754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060574Jy sigma=1.256461 ! Fit after self-cal, rms=0.060561Jy sigma=1.256202 ! 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.060561Jy sigma=1.256202 ! Fit after self-cal, rms=0.061006Jy sigma=1.256130 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.993 mas, bmaj=17.2 mas, bpa=-3.873 degrees ! Estimated noise=0.586332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000939588 Jy ! Component: 100 - total flux cleaned = 0.00151833 Jy ! Component: 150 - total flux cleaned = 0.00171921 Jy ! Component: 200 - total flux cleaned = 0.00176137 Jy ! Total flux subtracted in 200 components = 0.00176137 Jy ! Clean residual min=-0.003743 max=0.005211 Jy/beam ! Clean residual mean=-0.000002 rms=0.001323 Jy/beam ! Combined flux in latest and established models = 0.0769368 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 165 components and 0.0769368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060999Jy sigma=1.256079 ! Fit after self-cal, rms=0.061018Jy sigma=1.256006 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.000191086 Jy ! Component: 100 - total flux cleaned = 0.000237474 Jy ! Component: 150 - total flux cleaned = 0.00027869 Jy ! Component: 200 - total flux cleaned = 0.000304786 Jy ! Total flux subtracted in 200 components = 0.000304786 Jy ! Clean residual min=-0.003738 max=0.005201 Jy/beam ! Clean residual mean=-0.000002 rms=0.001315 Jy/beam ! Combined flux in latest and established models = 0.0772416 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 172 components and 0.0772416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061014Jy sigma=1.255985 ! Fit after self-cal, rms=0.061020Jy sigma=1.255498 ! 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=8.708 mas, bmaj=16.36 mas, bpa=-5.504 degrees ! Estimated noise=0.579771 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 8.708 x 16.36 at -5.504 degrees (North through East) ! Clean map min=-0.0033211 max=0.05517 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=7.628 mas, bmaj=14.41 mas, bpa=-6.059 degrees ! Estimated noise=0.815848 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0403976 Jy ! Component: 100 - total flux cleaned = 0.052922 Jy ! Component: 150 - total flux cleaned = 0.0601701 Jy ! Component: 200 - total flux cleaned = 0.0646034 Jy ! Total flux subtracted in 200 components = 0.0646034 Jy ! Clean residual min=-0.004478 max=0.004217 Jy/beam ! Clean residual mean=0.000011 rms=0.001330 Jy/beam ! Combined flux in latest and established models = 0.0646034 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.0646034 Jy ! Inverting map and beam ! Estimated beam: bmin=8.708 mas, bmaj=16.36 mas, bpa=-5.504 degrees ! Estimated noise=0.579771 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.0045613 Jy ! Component: 100 - total flux cleaned = 0.00714168 Jy ! Component: 150 - total flux cleaned = 0.00843171 Jy ! Component: 200 - total flux cleaned = 0.00912754 Jy ! Total flux subtracted in 200 components = 0.00912754 Jy ! Clean residual min=-0.003588 max=0.004747 Jy/beam ! Clean residual mean=0.000002 rms=0.001217 Jy/beam ! Combined flux in latest and established models = 0.0737309 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 83 components and 0.0737309 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.993 mas, bmaj=17.2 mas, bpa=-3.873 degrees ! Estimated noise=0.586332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147897 Jy ! Component: 100 - total flux cleaned = 0.00226433 Jy ! Component: 150 - total flux cleaned = 0.00267609 Jy ! Component: 200 - total flux cleaned = 0.00292296 Jy ! Total flux subtracted in 200 components = 0.00292296 Jy ! Clean residual min=-0.003612 max=0.005119 Jy/beam ! Clean residual mean=-0.000002 rms=0.001311 Jy/beam ! Combined flux in latest and established models = 0.0766538 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 = 8.83676e-05 Jy ! Component: 100 - total flux cleaned = 0.000171581 Jy ! Component: 150 - total flux cleaned = 0.000235059 Jy ! Component: 200 - total flux cleaned = 0.00029529 Jy ! Total flux subtracted in 200 components = 0.00029529 Jy ! Clean residual min=-0.003582 max=0.005093 Jy/beam ! Clean residual mean=-0.000002 rms=0.001303 Jy/beam ! Combined flux in latest and established models = 0.0769491 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 108 components and 0.0769491 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=8.708 mas, bmaj=16.36 mas, bpa=-5.504 degrees ! Estimated noise=0.579771 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000104874 Jy ! Component: 100 - total flux cleaned = -0.000125711 Jy ! Component: 150 - total flux cleaned = -0.000162514 Jy ! Component: 200 - total flux cleaned = -0.000214103 Jy ! Total flux subtracted in 200 components = -0.000214103 Jy ! Clean residual min=-0.003401 max=0.004793 Jy/beam ! Clean residual mean=-0.000002 rms=0.001170 Jy/beam ! Combined flux in latest and established models = 0.076735 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 120 components and 0.076735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061041Jy sigma=1.255885 ! Fit after self-cal, rms=0.061033Jy sigma=1.255647 wmodel /scr/pima/bg219e_uvs/J2116+0225_S_map.mod ! Writing 120 model components to file: /scr/pima/bg219e_uvs/J2116+0225_S_map.mod wobs /scr/pima/bg219e_uvs/J2116+0225_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J2116+0225_S_uvs.fits wwins /scr/pima/bg219e_uvs/J2116+0225_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219e_uvs/J2116+0225_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.00195954 Jy ! Component: 100 - total flux cleaned = 0.00308046 Jy ! Component: 150 - total flux cleaned = 0.00335063 Jy ! Component: 200 - total flux cleaned = 0.00378151 Jy ! Component: 250 - total flux cleaned = 0.00396148 Jy ! Component: 300 - total flux cleaned = 0.00420685 Jy ! Component: 350 - total flux cleaned = 0.00420789 Jy ! Component: 400 - total flux cleaned = 0.00409915 Jy ! Component: 450 - total flux cleaned = 0.00392393 Jy ! Component: 500 - total flux cleaned = 0.00389047 Jy ! Component: 550 - total flux cleaned = 0.00376239 Jy ! Component: 600 - total flux cleaned = 0.00363953 Jy ! Component: 650 - total flux cleaned = 0.00346128 Jy ! Component: 700 - total flux cleaned = 0.00343207 Jy ! Component: 750 - total flux cleaned = 0.00334847 Jy ! Component: 800 - total flux cleaned = 0.00329501 Jy ! Component: 850 - total flux cleaned = 0.00321777 Jy ! Component: 900 - total flux cleaned = 0.00321871 Jy ! Component: 950 - total flux cleaned = 0.0031938 Jy ! Component: 1000 - total flux cleaned = 0.00316922 Jy ! Component: 1050 - total flux cleaned = 0.00316823 Jy ! Component: 1100 - total flux cleaned = 0.00319053 Jy ! Component: 1150 - total flux cleaned = 0.00321224 Jy ! Component: 1200 - total flux cleaned = 0.00329708 Jy ! Component: 1250 - total flux cleaned = 0.00331779 Jy ! Component: 1300 - total flux cleaned = 0.00335821 Jy ! Component: 1350 - total flux cleaned = 0.00339803 Jy ! Component: 1400 - total flux cleaned = 0.00349482 Jy ! Component: 1450 - total flux cleaned = 0.00358934 Jy ! Component: 1500 - total flux cleaned = 0.00368172 Jy ! Component: 1550 - total flux cleaned = 0.00375403 Jy ! Component: 1600 - total flux cleaned = 0.00382505 Jy ! Component: 1650 - total flux cleaned = 0.00392952 Jy ! Component: 1700 - total flux cleaned = 0.00399756 Jy ! Component: 1750 - total flux cleaned = 0.00406422 Jy ! Component: 1800 - total flux cleaned = 0.00406386 Jy ! Component: 1850 - total flux cleaned = 0.00409629 Jy ! Component: 1900 - total flux cleaned = 0.0041121 Jy ! Component: 1950 - total flux cleaned = 0.00408043 Jy ! Component: 2000 - total flux cleaned = 0.00409574 Jy ! Component: 2050 - total flux cleaned = 0.00409603 Jy ! Component: 2100 - total flux cleaned = 0.00412611 Jy ! Component: 2150 - total flux cleaned = 0.00415561 Jy ! Component: 2200 - total flux cleaned = 0.00415546 Jy ! Component: 2250 - total flux cleaned = 0.00416984 Jy ! Component: 2300 - total flux cleaned = 0.00421248 Jy ! Component: 2350 - total flux cleaned = 0.00424057 Jy ! Component: 2400 - total flux cleaned = 0.00426815 Jy ! Component: 2450 - total flux cleaned = 0.00429525 Jy ! Component: 2500 - total flux cleaned = 0.00430866 Jy ! Component: 2550 - total flux cleaned = 0.00433531 Jy ! Component: 2600 - total flux cleaned = 0.00438818 Jy ! Component: 2650 - total flux cleaned = 0.00438808 Jy ! Component: 2700 - total flux cleaned = 0.00442673 Jy ! Component: 2750 - total flux cleaned = 0.00449055 Jy ! Component: 2800 - total flux cleaned = 0.00452842 Jy ! Component: 2850 - total flux cleaned = 0.00461613 Jy ! Component: 2900 - total flux cleaned = 0.00467813 Jy ! Component: 2950 - total flux cleaned = 0.00476411 Jy ! Component: 3000 - total flux cleaned = 0.00482499 Jy ! Component: 3050 - total flux cleaned = 0.00489754 Jy ! Component: 3100 - total flux cleaned = 0.00498149 Jy ! Component: 3150 - total flux cleaned = 0.00505295 Jy ! Component: 3200 - total flux cleaned = 0.00513591 Jy ! Component: 3250 - total flux cleaned = 0.00524186 Jy ! Component: 3300 - total flux cleaned = 0.00532373 Jy ! Component: 3350 - total flux cleaned = 0.00540525 Jy ! Component: 3400 - total flux cleaned = 0.00550963 Jy ! Component: 3450 - total flux cleaned = 0.00557884 Jy ! Component: 3500 - total flux cleaned = 0.00565942 Jy ! Component: 3550 - total flux cleaned = 0.00573961 Jy ! Component: 3600 - total flux cleaned = 0.005831 Jy ! Component: 3650 - total flux cleaned = 0.00592203 Jy ! Component: 3700 - total flux cleaned = 0.00601277 Jy ! Component: 3750 - total flux cleaned = 0.00611447 Jy ! Component: 3800 - total flux cleaned = 0.0061933 Jy ! Component: 3850 - total flux cleaned = 0.00629438 Jy ! Component: 3900 - total flux cleaned = 0.00640645 Jy ! Component: 3950 - total flux cleaned = 0.00652938 Jy ! Component: 4000 - total flux cleaned = 0.00661859 Jy ! Component: 4050 - total flux cleaned = 0.00670772 Jy ! Total flux subtracted in 4096 components = 0.00681892 Jy ! Clean residual min=-0.000647 max=0.000611 Jy/beam ! Clean residual mean=0.000002 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.0835539 Jy keep ! Adding 415 model components to the UV plane model. ! The established model now contains 535 components and 0.0835539 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J2116+0225_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 8.708 x 16.36 at -5.504 degrees (North through East) ! Clean map min=-0.0018148 max=0.055226 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J2116+0225_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0552258 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000226606 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.23098 1.23098 2.46196 4.92393 9.84786 19.6957 39.3914 78.7829 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.055 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 243.707 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J2116+0225_S_uvs.log closed on Thu Apr 7 06:54:30 2016