! Started logfile: /scr/pima/bg219e_uvs/J1608-1625_S_uvs.log on Thu Apr 7 06:48:08 2016 obs /scr/pima/bg219e_uvs/J1608-1625_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J1608-1625_S_uva.fits ! AN table 1: 62 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.757616 visibilities/baseline/integration-bin. ! Found source: J1608-1625 ! ! 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 6764 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/J1608-1625_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 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005682Jy sigma=18.197473 ! Fit after self-cal, rms=0.917265Jy sigma=16.546745 ! 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.339 mas, bmaj=9.443 mas, bpa=16.92 degrees ! Estimated noise=0.906214 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.0646007 Jy ! Component: 100 - total flux cleaned = 0.080009 Jy ! Total flux subtracted in 100 components = 0.080009 Jy ! Clean residual min=-0.004715 max=0.006100 Jy/beam ! Clean residual mean=-0.000022 rms=0.001401 Jy/beam ! Combined flux in latest and established models = 0.0800089 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0800089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078851Jy sigma=1.333142 ! Fit after self-cal, rms=0.078530Jy sigma=1.326461 ! 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=4.112 mas, bmaj=11.45 mas, bpa=15.7 degrees ! Estimated noise=0.529201 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.00899466 Jy ! Component: 100 - total flux cleaned = 0.013557 Jy ! Component: 150 - total flux cleaned = 0.0162434 Jy ! Component: 200 - total flux cleaned = 0.0179101 Jy ! Total flux subtracted in 200 components = 0.0179101 Jy ! Clean residual min=-0.003026 max=0.002766 Jy/beam ! Clean residual mean=-0.000007 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.097919 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 64 components and 0.097919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077599Jy sigma=1.306207 ! Fit after self-cal, rms=0.077571Jy sigma=1.305560 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.112 x 11.45 at 15.7 degrees (North through East) ! Clean map min=-0.0028979 max=0.084814 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.03 FD 1.00 HN 0.99 KP 0.92 ! LA 1.02 NL 1.07 OV 0.99 PT 0.89 ! SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.96 HN 1.10 KP 0.97 ! LA 0.97 NL 0.91 OV 1.02 PT 1.02 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.95 HN 1.05 KP 1.08 ! LA 0.95 NL 0.99 OV 0.98 PT 1.04 ! SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.93 HN 1.02 KP 1.05 ! LA 0.99 NL 0.99 OV 1.03 PT 1.01 ! SC 1.10 ! ! ! Fit before self-cal, rms=0.077571Jy sigma=1.305560 ! Fit after self-cal, rms=0.077329Jy sigma=1.301127 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.14 mas, bmaj=11.54 mas, bpa=15.74 degrees ! Estimated noise=0.526481 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.000425119 Jy ! Component: 100 - total flux cleaned = 0.000403482 Jy ! Component: 150 - total flux cleaned = 0.000383805 Jy ! Component: 200 - total flux cleaned = 0.000350328 Jy ! Total flux subtracted in 200 components = 0.000350328 Jy ! Clean residual min=-0.002698 max=0.002739 Jy/beam ! Clean residual mean=0.000002 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.0982694 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 74 components and 0.0982694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077319Jy sigma=1.300916 ! Fit after self-cal, rms=0.077350Jy sigma=1.300640 ! 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.077350Jy sigma=1.300640 ! Fit after self-cal, rms=0.077915Jy sigma=1.297737 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.128 mas, bmaj=11.48 mas, bpa=15.61 degrees ! Estimated noise=0.527932 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000774436 Jy ! Component: 100 - total flux cleaned = 0.000776613 Jy ! Component: 150 - total flux cleaned = 0.000761263 Jy ! Component: 200 - total flux cleaned = 0.000721676 Jy ! Total flux subtracted in 200 components = 0.000721676 Jy ! Clean residual min=-0.002446 max=0.002404 Jy/beam ! Clean residual mean=0.000002 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.098991 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 84 components and 0.098991 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077906Jy sigma=1.297532 ! Fit after self-cal, rms=0.077947Jy sigma=1.297104 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 = 7.04677e-05 Jy ! Component: 100 - total flux cleaned = 2.62206e-05 Jy ! Component: 150 - total flux cleaned = 2.70577e-06 Jy ! Component: 200 - total flux cleaned = -8.51335e-06 Jy ! Total flux subtracted in 200 components = -8.51335e-06 Jy ! Clean residual min=-0.002550 max=0.002444 Jy/beam ! Clean residual mean=0.000003 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.0989825 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 87 components and 0.0989825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077942Jy sigma=1.296996 ! Fit after self-cal, rms=0.077943Jy sigma=1.296973 ! 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.077943Jy sigma=1.296973 ! Fit after self-cal, rms=0.078188Jy sigma=1.296916 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.118 mas, bmaj=11.46 mas, bpa=15.63 degrees ! Estimated noise=0.529139 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000603562 Jy ! Component: 100 - total flux cleaned = 0.000591477 Jy ! Component: 150 - total flux cleaned = 0.000580521 Jy ! Component: 200 - total flux cleaned = 0.00056023 Jy ! Total flux subtracted in 200 components = 0.00056023 Jy ! Clean residual min=-0.002555 max=0.002375 Jy/beam ! Clean residual mean=0.000002 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.0995428 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 91 components and 0.0995427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078183Jy sigma=1.296805 ! Fit after self-cal, rms=0.078191Jy sigma=1.296780 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 = 5.28377e-05 Jy ! Component: 100 - total flux cleaned = 2.90505e-05 Jy ! Component: 150 - total flux cleaned = 1.41387e-07 Jy ! Component: 200 - total flux cleaned = 2.97921e-07 Jy ! Total flux subtracted in 200 components = 2.97921e-07 Jy ! Clean residual min=-0.002561 max=0.002374 Jy/beam ! Clean residual mean=0.000002 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.099543 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 93 components and 0.099543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078188Jy sigma=1.296724 ! Fit after self-cal, rms=0.078189Jy sigma=1.296714 ! 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.078189Jy sigma=1.296714 ! Fit after self-cal, rms=0.078364Jy sigma=1.296689 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.943 mas, bmaj=15.73 mas, bpa=6.301 degrees ! Estimated noise=0.612329 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000347292 Jy ! Component: 100 - total flux cleaned = 0.00039044 Jy ! Component: 150 - total flux cleaned = 0.000416036 Jy ! Component: 200 - total flux cleaned = 0.00043669 Jy ! Total flux subtracted in 200 components = 0.00043669 Jy ! Clean residual min=-0.002911 max=0.002674 Jy/beam ! Clean residual mean=0.000003 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.0999797 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 105 components and 0.0999797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078363Jy sigma=1.296659 ! Fit after self-cal, rms=0.078364Jy sigma=1.296649 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 = -1.5749e-05 Jy ! Component: 100 - total flux cleaned = 2.89538e-08 Jy ! Component: 150 - total flux cleaned = 1.72058e-05 Jy ! Component: 200 - total flux cleaned = 2.68767e-05 Jy ! Total flux subtracted in 200 components = 2.68767e-05 Jy ! Clean residual min=-0.002908 max=0.002675 Jy/beam ! Clean residual mean=0.000003 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.100007 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 112 components and 0.100007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078364Jy sigma=1.296645 ! Fit after self-cal, rms=0.078364Jy sigma=1.296634 ! 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=4.11 mas, bmaj=11.44 mas, bpa=15.66 degrees ! Estimated noise=0.530315 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.11 x 11.44 at 15.66 degrees (North through East) ! Clean map min=-0.0024474 max=0.084715 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.341 mas, bmaj=9.414 mas, bpa=16.74 degrees ! Estimated noise=0.910053 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0647855 Jy ! Component: 100 - total flux cleaned = 0.0807556 Jy ! Component: 150 - total flux cleaned = 0.0885347 Jy ! Component: 200 - total flux cleaned = 0.0933842 Jy ! Total flux subtracted in 200 components = 0.0933842 Jy ! Clean residual min=-0.004213 max=0.003987 Jy/beam ! Clean residual mean=-0.000005 rms=0.001158 Jy/beam ! Combined flux in latest and established models = 0.0933842 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.0933842 Jy ! Inverting map and beam ! Estimated beam: bmin=4.11 mas, bmaj=11.44 mas, bpa=15.66 degrees ! Estimated noise=0.530315 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.00352662 Jy ! Component: 100 - total flux cleaned = 0.00519649 Jy ! Component: 150 - total flux cleaned = 0.006061 Jy ! Component: 200 - total flux cleaned = 0.00624345 Jy ! Total flux subtracted in 200 components = 0.00624345 Jy ! Clean residual min=-0.002582 max=0.002493 Jy/beam ! Clean residual mean=0.000001 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.0996277 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 58 components and 0.0996277 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.943 mas, bmaj=15.73 mas, bpa=6.301 degrees ! Estimated noise=0.612329 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.54341e-05 Jy ! Component: 100 - total flux cleaned = 0.000121671 Jy ! Component: 150 - total flux cleaned = 0.000164806 Jy ! Component: 200 - total flux cleaned = 0.000190362 Jy ! Total flux subtracted in 200 components = 0.000190362 Jy ! Clean residual min=-0.002878 max=0.002667 Jy/beam ! Clean residual mean=0.000003 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.099818 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 = 2.49388e-07 Jy ! Component: 100 - total flux cleaned = 2.71142e-07 Jy ! Component: 150 - total flux cleaned = 6.1321e-06 Jy ! Component: 200 - total flux cleaned = 6.19419e-06 Jy ! Total flux subtracted in 200 components = 6.19419e-06 Jy ! Clean residual min=-0.002884 max=0.002662 Jy/beam ! Clean residual mean=0.000003 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.0998242 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 69 components and 0.0998242 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.11 mas, bmaj=11.44 mas, bpa=15.66 degrees ! Estimated noise=0.530315 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000124235 Jy ! Component: 100 - total flux cleaned = -0.000140755 Jy ! Component: 150 - total flux cleaned = -0.000155691 Jy ! Component: 200 - total flux cleaned = -0.000155917 Jy ! Total flux subtracted in 200 components = -0.000155917 Jy ! Clean residual min=-0.002537 max=0.002411 Jy/beam ! Clean residual mean=0.000002 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.0996683 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 81 components and 0.0996683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078374Jy sigma=1.296785 ! Fit after self-cal, rms=0.078372Jy sigma=1.296737 wmodel /scr/pima/bg219e_uvs/J1608-1625_S_map.mod ! Writing 81 model components to file: /scr/pima/bg219e_uvs/J1608-1625_S_map.mod wobs /scr/pima/bg219e_uvs/J1608-1625_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J1608-1625_S_uvs.fits wwins /scr/pima/bg219e_uvs/J1608-1625_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219e_uvs/J1608-1625_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.000470992 Jy ! Component: 100 - total flux cleaned = -0.000431612 Jy ! Component: 150 - total flux cleaned = -0.000157981 Jy ! Component: 200 - total flux cleaned = 0.000101967 Jy ! Component: 250 - total flux cleaned = 0.000243 Jy ! Component: 300 - total flux cleaned = 0.00027801 Jy ! Component: 350 - total flux cleaned = 0.000344382 Jy ! Component: 400 - total flux cleaned = 0.000344013 Jy ! Component: 450 - total flux cleaned = 0.00049866 Jy ! Component: 500 - total flux cleaned = 0.000648136 Jy ! Component: 550 - total flux cleaned = 0.00076528 Jy ! Component: 600 - total flux cleaned = 0.000879291 Jy ! Component: 650 - total flux cleaned = 0.000906691 Jy ! Component: 700 - total flux cleaned = 0.000988936 Jy ! Component: 750 - total flux cleaned = 0.0010431 Jy ! Component: 800 - total flux cleaned = 0.00109587 Jy ! Component: 850 - total flux cleaned = 0.00114654 Jy ! Component: 900 - total flux cleaned = 0.00107074 Jy ! Component: 950 - total flux cleaned = 0.00119487 Jy ! Component: 1000 - total flux cleaned = 0.00126822 Jy ! Component: 1050 - total flux cleaned = 0.00131665 Jy ! Component: 1100 - total flux cleaned = 0.00148193 Jy ! Component: 1150 - total flux cleaned = 0.00152827 Jy ! Component: 1200 - total flux cleaned = 0.00164308 Jy ! Component: 1250 - total flux cleaned = 0.00173369 Jy ! Component: 1300 - total flux cleaned = 0.00184546 Jy ! Component: 1350 - total flux cleaned = 0.00197796 Jy ! Component: 1400 - total flux cleaned = 0.0020869 Jy ! Component: 1450 - total flux cleaned = 0.0021944 Jy ! Component: 1500 - total flux cleaned = 0.00234323 Jy ! Component: 1550 - total flux cleaned = 0.00246862 Jy ! Component: 1600 - total flux cleaned = 0.00253046 Jy ! Component: 1650 - total flux cleaned = 0.0026124 Jy ! Component: 1700 - total flux cleaned = 0.00271396 Jy ! Component: 1750 - total flux cleaned = 0.0028741 Jy ! Component: 1800 - total flux cleaned = 0.00305194 Jy ! Component: 1850 - total flux cleaned = 0.00309086 Jy ! Component: 1900 - total flux cleaned = 0.00314913 Jy ! Component: 1950 - total flux cleaned = 0.00326429 Jy ! Component: 2000 - total flux cleaned = 0.00341546 Jy ! Component: 2050 - total flux cleaned = 0.00349008 Jy ! Component: 2100 - total flux cleaned = 0.00356429 Jy ! Component: 2150 - total flux cleaned = 0.00367417 Jy ! Component: 2200 - total flux cleaned = 0.00372867 Jy ! Component: 2250 - total flux cleaned = 0.0038719 Jy ! Component: 2300 - total flux cleaned = 0.00397807 Jy ! Component: 2350 - total flux cleaned = 0.00411811 Jy ! Component: 2400 - total flux cleaned = 0.00416992 Jy ! Component: 2450 - total flux cleaned = 0.00429003 Jy ! Component: 2500 - total flux cleaned = 0.00437502 Jy ! Component: 2550 - total flux cleaned = 0.00442574 Jy ! Component: 2600 - total flux cleaned = 0.00455934 Jy ! Component: 2650 - total flux cleaned = 0.00465868 Jy ! Component: 2700 - total flux cleaned = 0.00472422 Jy ! Component: 2750 - total flux cleaned = 0.00480579 Jy ! Component: 2800 - total flux cleaned = 0.00488647 Jy ! Component: 2850 - total flux cleaned = 0.00496647 Jy ! Component: 2900 - total flux cleaned = 0.00498243 Jy ! Component: 2950 - total flux cleaned = 0.00509266 Jy ! Component: 3000 - total flux cleaned = 0.00509287 Jy ! Component: 3050 - total flux cleaned = 0.00520095 Jy ! Component: 3100 - total flux cleaned = 0.00523166 Jy ! Component: 3150 - total flux cleaned = 0.00527731 Jy ! Component: 3200 - total flux cleaned = 0.00536786 Jy ! Component: 3250 - total flux cleaned = 0.00535278 Jy ! Component: 3300 - total flux cleaned = 0.0053975 Jy ! Component: 3350 - total flux cleaned = 0.00544169 Jy ! Component: 3400 - total flux cleaned = 0.00545618 Jy ! Component: 3450 - total flux cleaned = 0.00548502 Jy ! Component: 3500 - total flux cleaned = 0.00549955 Jy ! Component: 3550 - total flux cleaned = 0.00551393 Jy ! Component: 3600 - total flux cleaned = 0.00552803 Jy ! Component: 3650 - total flux cleaned = 0.00552791 Jy ! Component: 3700 - total flux cleaned = 0.00549984 Jy ! Component: 3750 - total flux cleaned = 0.00551386 Jy ! Component: 3800 - total flux cleaned = 0.0055553 Jy ! Component: 3850 - total flux cleaned = 0.00559646 Jy ! Component: 3900 - total flux cleaned = 0.00558267 Jy ! Component: 3950 - total flux cleaned = 0.00558272 Jy ! Component: 4000 - total flux cleaned = 0.00559619 Jy ! Component: 4050 - total flux cleaned = 0.00559622 Jy ! Total flux subtracted in 4096 components = 0.00558285 Jy ! Clean residual min=-0.000746 max=0.000758 Jy/beam ! Clean residual mean=0.000001 rms=0.000252 Jy/beam ! Combined flux in latest and established models = 0.105251 Jy keep ! Adding 270 model components to the UV plane model. ! The established model now contains 351 components and 0.105251 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J1608-1625_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.11 x 11.44 at 15.66 degrees (North through East) ! Clean map min=-0.0016541 max=0.084749 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J1608-1625_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0847489 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00025538 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.904013 0.904013 1.80803 3.61605 7.23211 14.4642 28.9284 57.8568 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.084 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 331.853 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J1608-1625_S_uvs.log closed on Thu Apr 7 06:48:12 2016