! Started logfile: /scr/pima/bg219g_uvs/J1714-2053_S_uvs.log on Thu Apr 7 07:20:41 2016 obs /scr/pima/bg219g_uvs/J1714-2053_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219g_uvs/J1714-2053_S_uva.fits ! AN table 1: 26 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.882479 visibilities/baseline/integration-bin. ! Found source: J1714-2053 ! ! 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 3304 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/bg219g_uvs/J1714-2053_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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005888Jy sigma=19.115983 ! Fit after self-cal, rms=0.907260Jy sigma=17.334329 ! 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.627 mas, bmaj=6.331 mas, bpa=-10.28 degrees ! Estimated noise=1.08118 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.069712 Jy ! Component: 100 - total flux cleaned = 0.0881428 Jy ! Total flux subtracted in 100 components = 0.0881428 Jy ! Clean residual min=-0.007203 max=0.008653 Jy/beam ! Clean residual mean=-0.000004 rms=0.001906 Jy/beam ! Combined flux in latest and established models = 0.0881428 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0881428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075568Jy sigma=1.334478 ! Fit after self-cal, rms=0.074453Jy sigma=1.317000 ! 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.202 mas, bmaj=7.447 mas, bpa=-10.56 degrees ! Estimated noise=0.704207 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.0114771 Jy ! Component: 100 - total flux cleaned = 0.0166887 Jy ! Component: 150 - total flux cleaned = 0.0193636 Jy ! Component: 200 - total flux cleaned = 0.0208972 Jy ! Total flux subtracted in 200 components = 0.0208972 Jy ! Clean residual min=-0.005014 max=0.007677 Jy/beam ! Clean residual mean=-0.000001 rms=0.001581 Jy/beam ! Combined flux in latest and established models = 0.10904 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 30 components and 0.10904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072697Jy sigma=1.287806 ! Fit after self-cal, rms=0.072679Jy sigma=1.287331 ! 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.202 x 7.447 at -10.56 degrees (North through East) ! Clean map min=-0.0048187 max=0.094129 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.07 HN 1.01 KP 0.99 LA 0.88 ! MK 1.02 NL 0.99 OV 0.98 PT 1.06 ! SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 HN 1.01 KP 0.87 LA 0.93 ! MK 1.03 NL 0.97 OV 1.04 PT 1.01 ! SC 0.96 ! ! ! Fit before self-cal, rms=0.072679Jy sigma=1.287331 ! Fit after self-cal, rms=0.070986Jy sigma=1.283544 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.207 mas, bmaj=7.437 mas, bpa=-10.1 degrees ! Estimated noise=0.697433 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 (-104.5, -64). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00613106 Jy ! Component: 100 - total flux cleaned = 0.00821929 Jy ! Component: 150 - total flux cleaned = 0.00829996 Jy ! Component: 200 - total flux cleaned = 0.00818476 Jy ! Total flux subtracted in 200 components = 0.00818476 Jy ! Clean residual min=-0.004456 max=0.004047 Jy/beam ! Clean residual mean=-0.000001 rms=0.001084 Jy/beam ! Combined flux in latest and established models = 0.117225 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 53 components and 0.117225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070519Jy sigma=1.272082 ! Fit after self-cal, rms=0.070408Jy sigma=1.270759 ! 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.070408Jy sigma=1.270759 ! Fit after self-cal, rms=0.070407Jy sigma=1.270371 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.208 mas, bmaj=7.43 mas, bpa=-10.14 degrees ! Estimated noise=0.697433 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00177775 Jy ! Component: 100 - total flux cleaned = 0.00173266 Jy ! Component: 150 - total flux cleaned = 0.00173126 Jy ! Component: 200 - total flux cleaned = 0.00181343 Jy ! Total flux subtracted in 200 components = 0.00181343 Jy ! Clean residual min=-0.004346 max=0.004016 Jy/beam ! Clean residual mean=-0.000000 rms=0.001040 Jy/beam ! Combined flux in latest and established models = 0.119038 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 64 components and 0.119038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070336Jy sigma=1.268348 ! Fit after self-cal, rms=0.070323Jy sigma=1.268239 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.000219712 Jy ! Component: 100 - total flux cleaned = 0.000370014 Jy ! Component: 150 - total flux cleaned = 0.000437687 Jy ! Component: 200 - total flux cleaned = 0.0005012 Jy ! Total flux subtracted in 200 components = 0.0005012 Jy ! Clean residual min=-0.004249 max=0.003870 Jy/beam ! Clean residual mean=0.000000 rms=0.001016 Jy/beam ! Combined flux in latest and established models = 0.119539 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 71 components and 0.119539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070296Jy sigma=1.267517 ! Fit after self-cal, rms=0.070292Jy sigma=1.267482 ! 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.070292Jy sigma=1.267482 ! Fit after self-cal, rms=0.070345Jy sigma=1.267359 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.21 mas, bmaj=7.429 mas, bpa=-10.16 degrees ! Estimated noise=0.697202 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000306019 Jy ! Component: 100 - total flux cleaned = 0.000402427 Jy ! Component: 150 - total flux cleaned = 0.000489323 Jy ! Component: 200 - total flux cleaned = 0.000543158 Jy ! Total flux subtracted in 200 components = 0.000543158 Jy ! Clean residual min=-0.004217 max=0.003916 Jy/beam ! Clean residual mean=-0.000000 rms=0.001014 Jy/beam ! Combined flux in latest and established models = 0.120083 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 77 components and 0.120083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070325Jy sigma=1.266786 ! Fit after self-cal, rms=0.070325Jy sigma=1.266760 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.3053e-05 Jy ! Component: 100 - total flux cleaned = 0.000149093 Jy ! Component: 150 - total flux cleaned = 0.000196219 Jy ! Component: 200 - total flux cleaned = 0.000240298 Jy ! Total flux subtracted in 200 components = 0.000240298 Jy ! Clean residual min=-0.004179 max=0.003833 Jy/beam ! Clean residual mean=-0.000000 rms=0.001003 Jy/beam ! Combined flux in latest and established models = 0.120323 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 85 components and 0.120323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070313Jy sigma=1.266422 ! Fit after self-cal, rms=0.070311Jy sigma=1.266408 ! 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.070311Jy sigma=1.266408 ! Fit after self-cal, rms=0.070377Jy sigma=1.266382 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.26 mas, bmaj=15.71 mas, bpa=-7.28 degrees ! Estimated noise=0.900882 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000660334 Jy ! Component: 100 - total flux cleaned = -0.000751894 Jy ! Component: 150 - total flux cleaned = -0.000829409 Jy ! Component: 200 - total flux cleaned = -0.0008995 Jy ! Total flux subtracted in 200 components = -0.0008995 Jy ! Clean residual min=-0.003816 max=0.003884 Jy/beam ! Clean residual mean=-0.000001 rms=0.001154 Jy/beam ! Combined flux in latest and established models = 0.119423 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 87 components and 0.119423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070398Jy sigma=1.266015 ! Fit after self-cal, rms=0.070402Jy sigma=1.265985 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.08057e-05 Jy ! Component: 100 - total flux cleaned = -0.000272479 Jy ! Component: 150 - total flux cleaned = -0.000381445 Jy ! Component: 200 - total flux cleaned = -0.00048085 Jy ! Total flux subtracted in 200 components = -0.00048085 Jy ! Clean residual min=-0.003779 max=0.003753 Jy/beam ! Clean residual mean=-0.000001 rms=0.001121 Jy/beam ! Combined flux in latest and established models = 0.118943 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 89 components and 0.118943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070426Jy sigma=1.266014 ! Fit after self-cal, rms=0.070429Jy sigma=1.265992 ! 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.21 mas, bmaj=7.426 mas, bpa=-10.14 degrees ! Estimated noise=0.697429 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.21 x 7.426 at -10.14 degrees (North through East) ! Clean map min=-0.0038632 max=0.093378 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.635 mas, bmaj=6.308 mas, bpa=-9.751 degrees ! Estimated noise=1.0743 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0697141 Jy ! Component: 100 - total flux cleaned = 0.0881001 Jy ! Component: 150 - total flux cleaned = 0.0975741 Jy ! Component: 200 - total flux cleaned = 0.104137 Jy ! Total flux subtracted in 200 components = 0.104137 Jy ! Clean residual min=-0.006052 max=0.005821 Jy/beam ! Clean residual mean=-0.000006 rms=0.001516 Jy/beam ! Combined flux in latest and established models = 0.104137 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.104137 Jy ! Inverting map and beam ! Estimated beam: bmin=3.21 mas, bmaj=7.426 mas, bpa=-10.14 degrees ! Estimated noise=0.697429 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) ! Added new window around map position (-3.5, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00750164 Jy ! Component: 100 - total flux cleaned = 0.0108205 Jy ! Component: 150 - total flux cleaned = 0.0124287 Jy ! Component: 200 - total flux cleaned = 0.0132924 Jy ! Total flux subtracted in 200 components = 0.0132924 Jy ! Clean residual min=-0.003742 max=0.003388 Jy/beam ! Clean residual mean=-0.000001 rms=0.000962 Jy/beam ! Combined flux in latest and established models = 0.11743 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 52 components and 0.11743 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.26 mas, bmaj=15.71 mas, bpa=-7.28 degrees ! Estimated noise=0.900882 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00180475 Jy ! Component: 100 - total flux cleaned = 0.00180526 Jy ! Component: 150 - total flux cleaned = 0.00189893 Jy ! Component: 200 - total flux cleaned = 0.00182797 Jy ! Total flux subtracted in 200 components = 0.00182797 Jy ! Clean residual min=-0.003509 max=0.003026 Jy/beam ! Clean residual mean=0.000001 rms=0.001033 Jy/beam ! Combined flux in latest and established models = 0.119258 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.02723e-06 Jy ! Component: 100 - total flux cleaned = -2.69767e-05 Jy ! Component: 150 - total flux cleaned = -2.73623e-05 Jy ! Component: 200 - total flux cleaned = -5.19377e-05 Jy ! Total flux subtracted in 200 components = -5.19377e-05 Jy ! Clean residual min=-0.003514 max=0.003034 Jy/beam ! Clean residual mean=0.000001 rms=0.001010 Jy/beam ! Combined flux in latest and established models = 0.119206 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 91 components and 0.119206 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.21 mas, bmaj=7.426 mas, bpa=-10.14 degrees ! Estimated noise=0.697429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.17798e-05 Jy ! Component: 100 - total flux cleaned = 0.000165247 Jy ! Component: 150 - total flux cleaned = 0.00026348 Jy ! Component: 200 - total flux cleaned = 0.000307441 Jy ! Total flux subtracted in 200 components = 0.000307441 Jy ! Clean residual min=-0.003077 max=0.003429 Jy/beam ! Clean residual mean=0.000001 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.119513 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 106 components and 0.119513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070131Jy sigma=1.261150 ! Fit after self-cal, rms=0.070090Jy sigma=1.260527 wmodel /scr/pima/bg219g_uvs/J1714-2053_S_map.mod ! Writing 106 model components to file: /scr/pima/bg219g_uvs/J1714-2053_S_map.mod wobs /scr/pima/bg219g_uvs/J1714-2053_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219g_uvs/J1714-2053_S_uvs.fits wwins /scr/pima/bg219g_uvs/J1714-2053_S_map.win ! wwins: Wrote 3 windows to /scr/pima/bg219g_uvs/J1714-2053_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.000269556 Jy ! Component: 100 - total flux cleaned = -5.1719e-05 Jy ! Component: 150 - total flux cleaned = -0.000305223 Jy ! Component: 200 - total flux cleaned = -0.000547131 Jy ! Component: 250 - total flux cleaned = -0.000734983 Jy ! Component: 300 - total flux cleaned = -0.000780082 Jy ! Component: 350 - total flux cleaned = -0.000866667 Jy ! Component: 400 - total flux cleaned = -0.000992596 Jy ! Component: 450 - total flux cleaned = -0.00107349 Jy ! Component: 500 - total flux cleaned = -0.0010736 Jy ! Component: 550 - total flux cleaned = -0.00115017 Jy ! Component: 600 - total flux cleaned = -0.00107444 Jy ! Component: 650 - total flux cleaned = -0.00118454 Jy ! Component: 700 - total flux cleaned = -0.00118478 Jy ! Component: 750 - total flux cleaned = -0.00118479 Jy ! Component: 800 - total flux cleaned = -0.0012189 Jy ! Component: 850 - total flux cleaned = -0.00118471 Jy ! Component: 900 - total flux cleaned = -0.00105323 Jy ! Component: 950 - total flux cleaned = -0.000988912 Jy ! Component: 1000 - total flux cleaned = -0.000957463 Jy ! Component: 1050 - total flux cleaned = -0.00095737 Jy ! Component: 1100 - total flux cleaned = -0.000896415 Jy ! Component: 1150 - total flux cleaned = -0.00089718 Jy ! Component: 1200 - total flux cleaned = -0.000867852 Jy ! Component: 1250 - total flux cleaned = -0.000896653 Jy ! Component: 1300 - total flux cleaned = -0.000753513 Jy ! Component: 1350 - total flux cleaned = -0.00066906 Jy ! Component: 1400 - total flux cleaned = -0.000502787 Jy ! Component: 1450 - total flux cleaned = -0.000420827 Jy ! Component: 1500 - total flux cleaned = -0.000313589 Jy ! Component: 1550 - total flux cleaned = -0.000234094 Jy ! Component: 1600 - total flux cleaned = -0.000207711 Jy ! Component: 1650 - total flux cleaned = -0.000181947 Jy ! Component: 1700 - total flux cleaned = -0.000309893 Jy ! Component: 1750 - total flux cleaned = -0.000233817 Jy ! Component: 1800 - total flux cleaned = -0.000333684 Jy ! Component: 1850 - total flux cleaned = -0.000308923 Jy ! Component: 1900 - total flux cleaned = -0.000333499 Jy ! Component: 1950 - total flux cleaned = -0.000405709 Jy ! Component: 2000 - total flux cleaned = -0.000453067 Jy ! Component: 2050 - total flux cleaned = -0.000476915 Jy ! Component: 2100 - total flux cleaned = -0.000594068 Jy ! Component: 2150 - total flux cleaned = -0.000617454 Jy ! Component: 2200 - total flux cleaned = -0.000663458 Jy ! Component: 2250 - total flux cleaned = -0.000686245 Jy ! Component: 2300 - total flux cleaned = -0.000753934 Jy ! Component: 2350 - total flux cleaned = -0.000798649 Jy ! Component: 2400 - total flux cleaned = -0.000798966 Jy ! Component: 2450 - total flux cleaned = -0.000886475 Jy ! Component: 2500 - total flux cleaned = -0.000821341 Jy ! Component: 2550 - total flux cleaned = -0.000864638 Jy ! Component: 2600 - total flux cleaned = -0.000864731 Jy ! Component: 2650 - total flux cleaned = -0.000864941 Jy ! Component: 2700 - total flux cleaned = -0.000928227 Jy ! Component: 2750 - total flux cleaned = -0.000927919 Jy ! Component: 2800 - total flux cleaned = -0.000927966 Jy ! Component: 2850 - total flux cleaned = -0.000907409 Jy ! Component: 2900 - total flux cleaned = -0.000968543 Jy ! Component: 2950 - total flux cleaned = -0.000948459 Jy ! Component: 3000 - total flux cleaned = -0.000968776 Jy ! Component: 3050 - total flux cleaned = -0.000968978 Jy ! Component: 3100 - total flux cleaned = -0.000989162 Jy ! Component: 3150 - total flux cleaned = -0.00104845 Jy ! Component: 3200 - total flux cleaned = -0.00106807 Jy ! Component: 3250 - total flux cleaned = -0.00110719 Jy ! Component: 3300 - total flux cleaned = -0.00114605 Jy ! Component: 3350 - total flux cleaned = -0.00116535 Jy ! Component: 3400 - total flux cleaned = -0.00120372 Jy ! Component: 3450 - total flux cleaned = -0.00122271 Jy ! Component: 3500 - total flux cleaned = -0.00120376 Jy ! Component: 3550 - total flux cleaned = -0.00122266 Jy ! Component: 3600 - total flux cleaned = -0.00124152 Jy ! Component: 3650 - total flux cleaned = -0.00120397 Jy ! Component: 3700 - total flux cleaned = -0.00126005 Jy ! Component: 3750 - total flux cleaned = -0.00127874 Jy ! Component: 3800 - total flux cleaned = -0.00127869 Jy ! Component: 3850 - total flux cleaned = -0.00129707 Jy ! Component: 3900 - total flux cleaned = -0.00129723 Jy ! Component: 3950 - total flux cleaned = -0.00131551 Jy ! Component: 4000 - total flux cleaned = -0.00127898 Jy ! Component: 4050 - total flux cleaned = -0.00129729 Jy ! Total flux subtracted in 4096 components = -0.00126114 Jy ! Clean residual min=-0.001069 max=0.001153 Jy/beam ! Clean residual mean=-0.000001 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.118252 Jy keep ! Adding 248 model components to the UV plane model. ! The established model now contains 354 components and 0.118252 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219g_uvs/J1714-2053_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.21 x 7.426 at -10.14 degrees (North through East) ! Clean map min=-0.0033852 max=0.091027 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219g_uvs/J1714-2053_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0910266 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000295131 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.972674 0.972674 1.94535 3.8907 7.78139 15.5628 31.1256 62.2511 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.091 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 308.428 quit ! Quitting program ! Log file /scr/pima/bg219g_uvs/J1714-2053_S_uvs.log closed on Thu Apr 7 07:20:45 2016