! Started logfile: /scr/pima/bg219a_uvs/J0205+1444_S_uvs.log on Wed Apr 6 22:41:41 2016 obs /scr/pima/bg219a_uvs/J0205+1444_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0205+1444_S_uva.fits ! AN table 1: 42 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.733333 visibilities/baseline/integration-bin. ! Found source: J0205+1444 ! ! 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 1848 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/J0205+1444_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 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.018405Jy sigma=25.442775 ! Fit after self-cal, rms=0.895378Jy sigma=22.287603 ! 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=2.725 mas, bmaj=5.946 mas, bpa=-5.761 degrees ! Estimated noise=0.878437 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.0819883 Jy ! Component: 100 - total flux cleaned = 0.100181 Jy ! Total flux subtracted in 100 components = 0.100181 Jy ! Clean residual min=-0.005149 max=0.006031 Jy/beam ! Clean residual mean=-0.000026 rms=0.001301 Jy/beam ! Combined flux in latest and established models = 0.100181 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.100181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054065Jy sigma=1.211731 ! Fit after self-cal, rms=0.054063Jy sigma=1.211584 ! 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.065 mas, bmaj=6.784 mas, bpa=-8.069 degrees ! Estimated noise=0.731654 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.00828475 Jy ! Component: 100 - total flux cleaned = 0.0122983 Jy ! Component: 150 - total flux cleaned = 0.0144572 Jy ! Component: 200 - total flux cleaned = 0.0157384 Jy ! Total flux subtracted in 200 components = 0.0157384 Jy ! Clean residual min=-0.003436 max=0.003011 Jy/beam ! Clean residual mean=-0.000015 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.115919 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 29 components and 0.115919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052988Jy sigma=1.176137 ! Fit after self-cal, rms=0.053005Jy sigma=1.175606 ! 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.065 x 6.784 at -8.069 degrees (North through East) ! Clean map min=-0.0032509 max=0.1061 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! LA 0.98 MK 1.08 NL 1.02 OV 0.99 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 1.01 NL 1.02 OV 1.00 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 3. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! LA 0.98 MK 0.99 NL 1.03 OV 1.03 ! PT 0.96 SC 0.98 ! ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! LA 1.05 MK 0.95 NL 1.00 OV 0.97 ! PT 0.99 SC 1.05 ! ! ! Fit before self-cal, rms=0.053005Jy sigma=1.175606 ! Fit after self-cal, rms=0.052329Jy sigma=1.168328 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=7.086 mas, bpa=-4.763 degrees ! Estimated noise=0.753987 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 = -5.44489e-05 Jy ! Component: 100 - total flux cleaned = -5.70565e-05 Jy ! Component: 150 - total flux cleaned = -5.71136e-05 Jy ! Component: 200 - total flux cleaned = -2.76297e-05 Jy ! Total flux subtracted in 200 components = -2.76297e-05 Jy ! Clean residual min=-0.003553 max=0.003333 Jy/beam ! Clean residual mean=-0.000004 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.115891 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 36 components and 0.115891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052310Jy sigma=1.167867 ! Fit after self-cal, rms=0.052334Jy sigma=1.167652 ! 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.052334Jy sigma=1.167652 ! Fit after self-cal, rms=0.052214Jy sigma=1.163439 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.258 mas, bmaj=7.1 mas, bpa=-4.715 degrees ! Estimated noise=0.754133 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.66479e-05 Jy ! Component: 100 - total flux cleaned = -7.8538e-05 Jy ! Component: 150 - total flux cleaned = -4.72749e-05 Jy ! Component: 200 - total flux cleaned = -1.83382e-05 Jy ! Total flux subtracted in 200 components = -1.83382e-05 Jy ! Clean residual min=-0.003382 max=0.003123 Jy/beam ! Clean residual mean=0.000002 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.115873 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 40 components and 0.115873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052196Jy sigma=1.163106 ! Fit after self-cal, rms=0.052197Jy sigma=1.162916 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.000109781 Jy ! Component: 100 - total flux cleaned = 0.000126854 Jy ! Component: 150 - total flux cleaned = 0.000125384 Jy ! Component: 200 - total flux cleaned = 0.00013732 Jy ! Total flux subtracted in 200 components = 0.00013732 Jy ! Clean residual min=-0.003313 max=0.003135 Jy/beam ! Clean residual mean=0.000003 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.11601 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.11601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052187Jy sigma=1.162677 ! Fit after self-cal, rms=0.052184Jy sigma=1.162608 ! 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.052184Jy sigma=1.162608 ! Fit after self-cal, rms=0.052184Jy sigma=1.162554 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.26 mas, bmaj=7.111 mas, bpa=-4.661 degrees ! Estimated noise=0.754458 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.28478e-05 Jy ! Component: 100 - total flux cleaned = -4.12276e-05 Jy ! Component: 150 - total flux cleaned = -2.88203e-05 Jy ! Component: 200 - total flux cleaned = -6.57325e-06 Jy ! Total flux subtracted in 200 components = -6.57325e-06 Jy ! Clean residual min=-0.003271 max=0.003102 Jy/beam ! Clean residual mean=0.000002 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.116004 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.116004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052174Jy sigma=1.162353 ! Fit after self-cal, rms=0.052171Jy sigma=1.162301 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.9741e-05 Jy ! Component: 100 - total flux cleaned = 8.7942e-05 Jy ! Component: 150 - total flux cleaned = 8.84221e-05 Jy ! Component: 200 - total flux cleaned = 0.000108246 Jy ! Total flux subtracted in 200 components = 0.000108246 Jy ! Clean residual min=-0.003225 max=0.003106 Jy/beam ! Clean residual mean=0.000002 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.116112 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 45 components and 0.116112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052165Jy sigma=1.162150 ! Fit after self-cal, rms=0.052163Jy sigma=1.162116 ! 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.052163Jy sigma=1.162116 ! Fit after self-cal, rms=0.052160Jy sigma=1.162073 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.053 mas, bmaj=14.26 mas, bpa=-6.294 degrees ! Estimated noise=0.922979 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000269133 Jy ! Component: 100 - total flux cleaned = 0.000268883 Jy ! Component: 150 - total flux cleaned = 0.000259388 Jy ! Component: 200 - total flux cleaned = 0.000252226 Jy ! Total flux subtracted in 200 components = 0.000252226 Jy ! Clean residual min=-0.002563 max=0.002502 Jy/beam ! Clean residual mean=0.000004 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.116364 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 49 components and 0.116364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052162Jy sigma=1.162004 ! Fit after self-cal, rms=0.052154Jy sigma=1.161938 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.46161e-05 Jy ! Component: 100 - total flux cleaned = 3.47211e-05 Jy ! Component: 150 - total flux cleaned = 3.66305e-05 Jy ! Component: 200 - total flux cleaned = 3.6472e-05 Jy ! Total flux subtracted in 200 components = 3.6472e-05 Jy ! Clean residual min=-0.002564 max=0.002498 Jy/beam ! Clean residual mean=0.000005 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.116401 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 49 components and 0.116401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052158Jy sigma=1.161892 ! Fit after self-cal, rms=0.052151Jy sigma=1.161851 ! 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.262 mas, bmaj=7.121 mas, bpa=-4.607 degrees ! Estimated noise=0.754772 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.262 x 7.121 at -4.607 degrees (North through East) ! Clean map min=-0.0029552 max=0.10533 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=2.748 mas, bmaj=6.067 mas, bpa=-4.819 degrees ! Estimated noise=0.925294 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0828114 Jy ! Component: 100 - total flux cleaned = 0.101144 Jy ! Component: 150 - total flux cleaned = 0.108024 Jy ! Component: 200 - total flux cleaned = 0.111945 Jy ! Total flux subtracted in 200 components = 0.111945 Jy ! Clean residual min=-0.004675 max=0.004195 Jy/beam ! Clean residual mean=-0.000004 rms=0.001002 Jy/beam ! Combined flux in latest and established models = 0.111945 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.111945 Jy ! Inverting map and beam ! Estimated beam: bmin=3.262 mas, bmaj=7.121 mas, bpa=-4.607 degrees ! Estimated noise=0.754772 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.00254915 Jy ! Component: 100 - total flux cleaned = 0.00331775 Jy ! Component: 150 - total flux cleaned = 0.0033898 Jy ! Component: 200 - total flux cleaned = 0.00342319 Jy ! Total flux subtracted in 200 components = 0.00342319 Jy ! Clean residual min=-0.003404 max=0.003107 Jy/beam ! Clean residual mean=-0.000001 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.115368 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 24 components and 0.115369 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.053 mas, bmaj=14.26 mas, bpa=-6.294 degrees ! Estimated noise=0.922979 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000834155 Jy ! Component: 100 - total flux cleaned = 0.000848607 Jy ! Component: 150 - total flux cleaned = 0.000839341 Jy ! Component: 200 - total flux cleaned = 0.000821343 Jy ! Total flux subtracted in 200 components = 0.000821343 Jy ! Clean residual min=-0.002580 max=0.002548 Jy/beam ! Clean residual mean=0.000003 rms=0.000785 Jy/beam ! Combined flux in latest and established models = 0.11619 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.60643e-05 Jy ! Component: 100 - total flux cleaned = -3.04327e-05 Jy ! Component: 150 - total flux cleaned = -2.96697e-05 Jy ! Component: 200 - total flux cleaned = -2.93711e-05 Jy ! Total flux subtracted in 200 components = -2.93711e-05 Jy ! Clean residual min=-0.002584 max=0.002543 Jy/beam ! Clean residual mean=0.000003 rms=0.000785 Jy/beam ! Combined flux in latest and established models = 0.11616 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 30 components and 0.11616 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.262 mas, bmaj=7.121 mas, bpa=-4.607 degrees ! Estimated noise=0.754772 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.60192e-05 Jy ! Component: 100 - total flux cleaned = -9.47314e-05 Jy ! Component: 150 - total flux cleaned = -0.000118295 Jy ! Component: 200 - total flux cleaned = -0.000138774 Jy ! Total flux subtracted in 200 components = -0.000138774 Jy ! Clean residual min=-0.003247 max=0.003149 Jy/beam ! Clean residual mean=0.000002 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.116022 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 36 components and 0.116022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052174Jy sigma=1.162140 ! Fit after self-cal, rms=0.052156Jy sigma=1.162043 wmodel /scr/pima/bg219a_uvs/J0205+1444_S_map.mod ! Writing 36 model components to file: /scr/pima/bg219a_uvs/J0205+1444_S_map.mod wobs /scr/pima/bg219a_uvs/J0205+1444_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J0205+1444_S_uvs.fits wwins /scr/pima/bg219a_uvs/J0205+1444_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J0205+1444_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.000185426 Jy ! Component: 100 - total flux cleaned = -0.000342042 Jy ! Component: 150 - total flux cleaned = -0.000390126 Jy ! Component: 200 - total flux cleaned = -0.000302009 Jy ! Component: 250 - total flux cleaned = -6.0908e-06 Jy ! Component: 300 - total flux cleaned = 0.000273326 Jy ! Component: 350 - total flux cleaned = 0.000463007 Jy ! Component: 400 - total flux cleaned = 0.000571894 Jy ! Component: 450 - total flux cleaned = 0.000571567 Jy ! Component: 500 - total flux cleaned = 0.00063799 Jy ! Component: 550 - total flux cleaned = 0.000796707 Jy ! Component: 600 - total flux cleaned = 0.00085761 Jy ! Component: 650 - total flux cleaned = 0.0010358 Jy ! Component: 700 - total flux cleaned = 0.00120768 Jy ! Component: 750 - total flux cleaned = 0.00126284 Jy ! Component: 800 - total flux cleaned = 0.00129057 Jy ! Component: 850 - total flux cleaned = 0.00131777 Jy ! Component: 900 - total flux cleaned = 0.00136958 Jy ! Component: 950 - total flux cleaned = 0.0013946 Jy ! Component: 1000 - total flux cleaned = 0.00136996 Jy ! Component: 1050 - total flux cleaned = 0.00139487 Jy ! Component: 1100 - total flux cleaned = 0.0014428 Jy ! Component: 1150 - total flux cleaned = 0.00151241 Jy ! Component: 1200 - total flux cleaned = 0.00151209 Jy ! Component: 1250 - total flux cleaned = 0.0014898 Jy ! Component: 1300 - total flux cleaned = 0.0015556 Jy ! Component: 1350 - total flux cleaned = 0.001469 Jy ! Component: 1400 - total flux cleaned = 0.00140541 Jy ! Component: 1450 - total flux cleaned = 0.00130129 Jy ! Component: 1500 - total flux cleaned = 0.00119853 Jy ! Component: 1550 - total flux cleaned = 0.00111774 Jy ! Component: 1600 - total flux cleaned = 0.00101807 Jy ! Component: 1650 - total flux cleaned = 0.000920272 Jy ! Component: 1700 - total flux cleaned = 0.000843114 Jy ! Component: 1750 - total flux cleaned = 0.000748115 Jy ! Component: 1800 - total flux cleaned = 0.000748195 Jy ! Component: 1850 - total flux cleaned = 0.000747867 Jy ! Component: 1900 - total flux cleaned = 0.000711071 Jy ! Component: 1950 - total flux cleaned = 0.000674997 Jy ! Component: 2000 - total flux cleaned = 0.000692902 Jy ! Component: 2050 - total flux cleaned = 0.000692874 Jy ! Component: 2100 - total flux cleaned = 0.000623085 Jy ! Component: 2150 - total flux cleaned = 0.000657717 Jy ! Component: 2200 - total flux cleaned = 0.000657762 Jy ! Component: 2250 - total flux cleaned = 0.000741915 Jy ! Component: 2300 - total flux cleaned = 0.000725001 Jy ! Component: 2350 - total flux cleaned = 0.000741422 Jy ! Component: 2400 - total flux cleaned = 0.000741531 Jy ! Component: 2450 - total flux cleaned = 0.000758002 Jy ! Component: 2500 - total flux cleaned = 0.00083832 Jy ! Component: 2550 - total flux cleaned = 0.000870005 Jy ! Component: 2600 - total flux cleaned = 0.000901348 Jy ! Component: 2650 - total flux cleaned = 0.00101074 Jy ! Component: 2700 - total flux cleaned = 0.0010882 Jy ! Component: 2750 - total flux cleaned = 0.00114982 Jy ! Component: 2800 - total flux cleaned = 0.00124155 Jy ! Component: 2850 - total flux cleaned = 0.00137819 Jy ! Component: 2900 - total flux cleaned = 0.00145342 Jy ! Component: 2950 - total flux cleaned = 0.0015434 Jy ! Component: 3000 - total flux cleaned = 0.00164741 Jy ! Component: 3050 - total flux cleaned = 0.00176562 Jy ! Component: 3100 - total flux cleaned = 0.00189787 Jy ! Component: 3150 - total flux cleaned = 0.00200003 Jy ! Component: 3200 - total flux cleaned = 0.00207258 Jy ! Component: 3250 - total flux cleaned = 0.00215916 Jy ! Component: 3300 - total flux cleaned = 0.00227397 Jy ! Component: 3350 - total flux cleaned = 0.00238815 Jy ! Component: 3400 - total flux cleaned = 0.00250171 Jy ! Component: 3450 - total flux cleaned = 0.00258646 Jy ! Component: 3500 - total flux cleaned = 0.0026849 Jy ! Component: 3550 - total flux cleaned = 0.00281087 Jy ! Component: 3600 - total flux cleaned = 0.00292244 Jy ! Component: 3650 - total flux cleaned = 0.00303345 Jy ! Component: 3700 - total flux cleaned = 0.0031441 Jy ! Component: 3750 - total flux cleaned = 0.00326807 Jy ! Component: 3800 - total flux cleaned = 0.0033777 Jy ! Component: 3850 - total flux cleaned = 0.00350056 Jy ! Component: 3900 - total flux cleaned = 0.00359577 Jy ! Component: 3950 - total flux cleaned = 0.00371764 Jy ! Component: 4000 - total flux cleaned = 0.00381214 Jy ! Component: 4050 - total flux cleaned = 0.00390633 Jy ! Total flux subtracted in 4096 components = 0.00397342 Jy ! Clean residual min=-0.000796 max=0.000758 Jy/beam ! Clean residual mean=0.000001 rms=0.000217 Jy/beam ! Combined flux in latest and established models = 0.119995 Jy keep ! Adding 222 model components to the UV plane model. ! The established model now contains 258 components and 0.119995 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J0205+1444_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.262 x 7.121 at -4.607 degrees (North through East) ! Clean map min=-0.0018325 max=0.10556 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0205+1444_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.105561 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000222673 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.632825 0.632825 1.26565 2.5313 5.0626 10.1252 20.2504 40.5008 81.0016 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.105 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 474.064 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0205+1444_S_uvs.log closed on Wed Apr 6 22:41:46 2016