! Started logfile: /scr/pima/bg219e_uvs/J2032-2125_S_uvs.log on Thu Apr 7 06:52:47 2016 obs /scr/pima/bg219e_uvs/J2032-2125_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J2032-2125_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.875926 visibilities/baseline/integration-bin. ! Found source: J2032-2125 ! ! 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 7568 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/J2032-2125_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 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006556Jy sigma=18.856573 ! Fit after self-cal, rms=0.906397Jy sigma=16.952779 ! 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.139 mas, bmaj=12.78 mas, bpa=18.43 degrees ! Estimated noise=0.755341 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.0742598 Jy ! Component: 100 - total flux cleaned = 0.0905745 Jy ! Total flux subtracted in 100 components = 0.0905745 Jy ! Clean residual min=-0.004283 max=0.005180 Jy/beam ! Clean residual mean=-0.000001 rms=0.001119 Jy/beam ! Combined flux in latest and established models = 0.0905745 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0905745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075699Jy sigma=1.350478 ! Fit after self-cal, rms=0.074976Jy sigma=1.333058 ! 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.74 mas, bmaj=14.15 mas, bpa=18.17 degrees ! Estimated noise=0.464993 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.00785531 Jy ! Component: 100 - total flux cleaned = 0.0115253 Jy ! Component: 150 - total flux cleaned = 0.0134719 Jy ! Component: 200 - total flux cleaned = 0.0144509 Jy ! Total flux subtracted in 200 components = 0.0144509 Jy ! Clean residual min=-0.002532 max=0.002425 Jy/beam ! Clean residual mean=0.000005 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.105025 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 30 components and 0.105025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074287Jy sigma=1.317244 ! Fit after self-cal, rms=0.074314Jy sigma=1.316893 ! 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.74 x 14.15 at 18.17 degrees (North through East) ! Clean map min=-0.0025606 max=0.094368 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 0.96 FD 1.01 HN 1.06 KP 0.97 ! LA 1.04 NL 1.00 OV 0.98 PT 1.01 ! SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 HN 1.03 KP 1.01 ! LA 1.01 NL 0.97 OV 0.96 PT 1.04 ! SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.99 HN 1.00 KP 1.01 ! LA 1.02 NL 0.98 OV 0.98 PT 0.99 ! SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00 HN 1.06 KP 1.06 ! LA 1.03 NL 0.96 OV 0.94 PT 0.96 ! SC 1.01 ! ! ! Fit before self-cal, rms=0.074314Jy sigma=1.316893 ! Fit after self-cal, rms=0.074756Jy sigma=1.314843 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.753 mas, bmaj=14.22 mas, bpa=18.2 degrees ! Estimated noise=0.463756 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.000158096 Jy ! Component: 100 - total flux cleaned = 0.000108696 Jy ! Component: 150 - total flux cleaned = 8.62093e-05 Jy ! Component: 200 - total flux cleaned = 4.4155e-05 Jy ! Total flux subtracted in 200 components = 4.4155e-05 Jy ! Clean residual min=-0.002375 max=0.002433 Jy/beam ! Clean residual mean=0.000003 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.10507 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 49 components and 0.10507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074740Jy sigma=1.314579 ! Fit after self-cal, rms=0.074774Jy sigma=1.314489 ! 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.074774Jy sigma=1.314489 ! Fit after self-cal, rms=0.075254Jy sigma=1.313267 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.756 mas, bmaj=14.23 mas, bpa=18.2 degrees ! Estimated noise=0.46545 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000352242 Jy ! Component: 100 - total flux cleaned = 0.00035124 Jy ! Component: 150 - total flux cleaned = 0.000351658 Jy ! Component: 200 - total flux cleaned = 0.000352062 Jy ! Total flux subtracted in 200 components = 0.000352062 Jy ! Clean residual min=-0.002256 max=0.002508 Jy/beam ! Clean residual mean=0.000004 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.105422 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 56 components and 0.105422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075243Jy sigma=1.313067 ! Fit after self-cal, rms=0.075253Jy sigma=1.313044 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.28142e-05 Jy ! Component: 100 - total flux cleaned = 7.61976e-05 Jy ! Component: 150 - total flux cleaned = 6.10962e-05 Jy ! Component: 200 - total flux cleaned = 7.51165e-05 Jy ! Total flux subtracted in 200 components = 7.51165e-05 Jy ! Clean residual min=-0.002250 max=0.002499 Jy/beam ! Clean residual mean=0.000004 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.105497 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 63 components and 0.105497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075246Jy sigma=1.312946 ! Fit after self-cal, rms=0.075248Jy sigma=1.312937 ! 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.075248Jy sigma=1.312937 ! Fit after self-cal, rms=0.075769Jy sigma=1.311944 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.757 mas, bmaj=14.22 mas, bpa=18.16 degrees ! Estimated noise=0.465962 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000382515 Jy ! Component: 100 - total flux cleaned = 0.000437007 Jy ! Component: 150 - total flux cleaned = 0.00045351 Jy ! Component: 200 - total flux cleaned = 0.000438179 Jy ! Total flux subtracted in 200 components = 0.000438179 Jy ! Clean residual min=-0.002093 max=0.002629 Jy/beam ! Clean residual mean=0.000005 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.105935 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 73 components and 0.105935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075760Jy sigma=1.311809 ! Fit after self-cal, rms=0.075781Jy sigma=1.311763 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) ! Added new window around map position (-101.5, -38). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00170526 Jy ! Component: 100 - total flux cleaned = 0.00151504 Jy ! Component: 150 - total flux cleaned = 0.0014424 Jy ! Component: 200 - total flux cleaned = 0.0013795 Jy ! Total flux subtracted in 200 components = 0.0013795 Jy ! Clean residual min=-0.002058 max=0.002478 Jy/beam ! Clean residual mean=0.000007 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.107314 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 91 components and 0.107314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075698Jy sigma=1.310396 ! Fit after self-cal, rms=0.075698Jy sigma=1.310258 ! Inverting map ! Added new window around map position (109.5, 10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00152375 Jy ! Component: 100 - total flux cleaned = 0.0022095 Jy ! Component: 150 - total flux cleaned = 0.00249473 Jy ! Component: 200 - total flux cleaned = 0.00264941 Jy ! Total flux subtracted in 200 components = 0.00264941 Jy ! Clean residual min=-0.001921 max=0.002085 Jy/beam ! Clean residual mean=0.000008 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.109964 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 111 components and 0.109964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075623Jy sigma=1.309129 ! Fit after self-cal, rms=0.075617Jy sigma=1.309029 ! 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.075617Jy sigma=1.309029 ! Fit after self-cal, rms=0.075423Jy sigma=1.308778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.868 mas, bmaj=19.09 mas, bpa=8.227 degrees ! Estimated noise=0.528176 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000311907 Jy ! Component: 100 - total flux cleaned = -0.000245991 Jy ! Component: 150 - total flux cleaned = -0.000276496 Jy ! Component: 200 - total flux cleaned = -0.000302618 Jy ! Total flux subtracted in 200 components = -0.000302618 Jy ! Clean residual min=-0.001986 max=0.001803 Jy/beam ! Clean residual mean=0.000011 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.109661 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 133 components and 0.109661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075406Jy sigma=1.308494 ! Fit after self-cal, rms=0.075408Jy sigma=1.308463 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.000251994 Jy ! Component: 100 - total flux cleaned = -0.000273574 Jy ! Component: 150 - total flux cleaned = -0.000315345 Jy ! Component: 200 - total flux cleaned = -0.000335172 Jy ! Total flux subtracted in 200 components = -0.000335172 Jy ! Clean residual min=-0.001983 max=0.001797 Jy/beam ! Clean residual mean=0.000012 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.109326 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 151 components and 0.109326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075401Jy sigma=1.308332 ! Fit after self-cal, rms=0.075401Jy sigma=1.308321 ! 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.76 mas, bmaj=14.22 mas, bpa=18.13 degrees ! Estimated noise=0.464362 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.76 x 14.22 at 18.13 degrees (North through East) ! Clean map min=-0.00184 max=0.093081 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.148 mas, bmaj=12.83 mas, bpa=18.43 degrees ! Estimated noise=0.759346 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0750252 Jy ! Component: 100 - total flux cleaned = 0.0920027 Jy ! Component: 150 - total flux cleaned = 0.098471 Jy ! Component: 200 - total flux cleaned = 0.102747 Jy ! Total flux subtracted in 200 components = 0.102747 Jy ! Clean residual min=-0.003912 max=0.003648 Jy/beam ! Clean residual mean=0.000001 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.102747 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.102747 Jy ! Inverting map and beam ! Estimated beam: bmin=3.76 mas, bmaj=14.22 mas, bpa=18.13 degrees ! Estimated noise=0.464362 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.00334049 Jy ! Component: 100 - total flux cleaned = 0.00480386 Jy ! Component: 150 - total flux cleaned = 0.00539286 Jy ! Component: 200 - total flux cleaned = 0.0056979 Jy ! Total flux subtracted in 200 components = 0.0056979 Jy ! Clean residual min=-0.002332 max=0.002341 Jy/beam ! Clean residual mean=0.000004 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.108445 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 57 components and 0.108445 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.868 mas, bmaj=19.09 mas, bpa=8.227 degrees ! Estimated noise=0.528176 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000288118 Jy ! Component: 100 - total flux cleaned = -0.000288782 Jy ! Component: 150 - total flux cleaned = -0.000205334 Jy ! Component: 200 - total flux cleaned = -2.12999e-05 Jy ! Total flux subtracted in 200 components = -2.12999e-05 Jy ! Clean residual min=-0.002067 max=0.001789 Jy/beam ! Clean residual mean=0.000011 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.108423 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 = 0.00010138 Jy ! Component: 100 - total flux cleaned = 0.00025324 Jy ! Component: 150 - total flux cleaned = 0.000308708 Jy ! Component: 200 - total flux cleaned = 0.000384498 Jy ! Total flux subtracted in 200 components = 0.000384498 Jy ! Clean residual min=-0.002047 max=0.001789 Jy/beam ! Clean residual mean=0.000012 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.108808 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 103 components and 0.108808 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.76 mas, bmaj=14.22 mas, bpa=18.13 degrees ! Estimated noise=0.464362 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0008528 Jy ! Component: 100 - total flux cleaned = 0.00104239 Jy ! Component: 150 - total flux cleaned = 0.0011104 Jy ! Component: 200 - total flux cleaned = 0.00114307 Jy ! Total flux subtracted in 200 components = 0.00114307 Jy ! Clean residual min=-0.002023 max=0.002241 Jy/beam ! Clean residual mean=0.000006 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.109951 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 135 components and 0.109951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075418Jy sigma=1.308681 ! Fit after self-cal, rms=0.075413Jy sigma=1.308577 wmodel /scr/pima/bg219e_uvs/J2032-2125_S_map.mod ! Writing 135 model components to file: /scr/pima/bg219e_uvs/J2032-2125_S_map.mod wobs /scr/pima/bg219e_uvs/J2032-2125_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J2032-2125_S_uvs.fits wwins /scr/pima/bg219e_uvs/J2032-2125_S_map.win ! wwins: Wrote 3 windows to /scr/pima/bg219e_uvs/J2032-2125_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.000448412 Jy ! Component: 100 - total flux cleaned = 0.000514215 Jy ! Component: 150 - total flux cleaned = 0.00061189 Jy ! Component: 200 - total flux cleaned = 0.000579218 Jy ! Component: 250 - total flux cleaned = 0.000695866 Jy ! Component: 300 - total flux cleaned = 0.000781455 Jy ! Component: 350 - total flux cleaned = 0.00100183 Jy ! Component: 400 - total flux cleaned = 0.00113583 Jy ! Component: 450 - total flux cleaned = 0.00126692 Jy ! Component: 500 - total flux cleaned = 0.00147056 Jy ! Component: 550 - total flux cleaned = 0.00149575 Jy ! Component: 600 - total flux cleaned = 0.00161773 Jy ! Component: 650 - total flux cleaned = 0.00161704 Jy ! Component: 700 - total flux cleaned = 0.00159367 Jy ! Component: 750 - total flux cleaned = 0.00159389 Jy ! Component: 800 - total flux cleaned = 0.00166271 Jy ! Component: 850 - total flux cleaned = 0.00166275 Jy ! Component: 900 - total flux cleaned = 0.00166278 Jy ! Component: 950 - total flux cleaned = 0.00168449 Jy ! Component: 1000 - total flux cleaned = 0.00168399 Jy ! Component: 1050 - total flux cleaned = 0.00170529 Jy ! Component: 1100 - total flux cleaned = 0.00174694 Jy ! Component: 1150 - total flux cleaned = 0.00176737 Jy ! Component: 1200 - total flux cleaned = 0.00178754 Jy ! Component: 1250 - total flux cleaned = 0.00180762 Jy ! Component: 1300 - total flux cleaned = 0.00182755 Jy ! Component: 1350 - total flux cleaned = 0.00182767 Jy ! Component: 1400 - total flux cleaned = 0.0018666 Jy ! Component: 1450 - total flux cleaned = 0.00186667 Jy ! Component: 1500 - total flux cleaned = 0.00188565 Jy ! Component: 1550 - total flux cleaned = 0.00190452 Jy ! Component: 1600 - total flux cleaned = 0.00192311 Jy ! Component: 1650 - total flux cleaned = 0.0019596 Jy ! Component: 1700 - total flux cleaned = 0.00197751 Jy ! Component: 1750 - total flux cleaned = 0.0019954 Jy ! Component: 1800 - total flux cleaned = 0.00199529 Jy ! Component: 1850 - total flux cleaned = 0.00199531 Jy ! Component: 1900 - total flux cleaned = 0.00196092 Jy ! Component: 1950 - total flux cleaned = 0.00192704 Jy ! Component: 2000 - total flux cleaned = 0.00192731 Jy ! Component: 2050 - total flux cleaned = 0.00194392 Jy ! Component: 2100 - total flux cleaned = 0.00194404 Jy ! Component: 2150 - total flux cleaned = 0.00194392 Jy ! Component: 2200 - total flux cleaned = 0.00199221 Jy ! Component: 2250 - total flux cleaned = 0.00197605 Jy ! Component: 2300 - total flux cleaned = 0.00194434 Jy ! Component: 2350 - total flux cleaned = 0.00194464 Jy ! Component: 2400 - total flux cleaned = 0.00200725 Jy ! Component: 2450 - total flux cleaned = 0.00197646 Jy ! Component: 2500 - total flux cleaned = 0.0020226 Jy ! Component: 2550 - total flux cleaned = 0.00196179 Jy ! Component: 2600 - total flux cleaned = 0.00193183 Jy ! Component: 2650 - total flux cleaned = 0.00190187 Jy ! Component: 2700 - total flux cleaned = 0.00187227 Jy ! Component: 2750 - total flux cleaned = 0.00184289 Jy ! Component: 2800 - total flux cleaned = 0.00187213 Jy ! Component: 2850 - total flux cleaned = 0.0018433 Jy ! Component: 2900 - total flux cleaned = 0.00188629 Jy ! Component: 2950 - total flux cleaned = 0.00181496 Jy ! Component: 3000 - total flux cleaned = 0.00180077 Jy ! Component: 3050 - total flux cleaned = 0.00180077 Jy ! Component: 3100 - total flux cleaned = 0.0018006 Jy ! Component: 3150 - total flux cleaned = 0.00180056 Jy ! Component: 3200 - total flux cleaned = 0.00178669 Jy ! Component: 3250 - total flux cleaned = 0.00178669 Jy ! Component: 3300 - total flux cleaned = 0.00177309 Jy ! Component: 3350 - total flux cleaned = 0.0017732 Jy ! Component: 3400 - total flux cleaned = 0.00169296 Jy ! Component: 3450 - total flux cleaned = 0.00169307 Jy ! Component: 3500 - total flux cleaned = 0.00169317 Jy ! Component: 3550 - total flux cleaned = 0.00171941 Jy ! Component: 3600 - total flux cleaned = 0.00170631 Jy ! Component: 3650 - total flux cleaned = 0.00168025 Jy ! Component: 3700 - total flux cleaned = 0.00169325 Jy ! Component: 3750 - total flux cleaned = 0.00171892 Jy ! Component: 3800 - total flux cleaned = 0.00165481 Jy ! Component: 3850 - total flux cleaned = 0.00164206 Jy ! Component: 3900 - total flux cleaned = 0.00168009 Jy ! Component: 3950 - total flux cleaned = 0.00168001 Jy ! Component: 4000 - total flux cleaned = 0.00167994 Jy ! Component: 4050 - total flux cleaned = 0.00166761 Jy ! Total flux subtracted in 4096 components = 0.00170484 Jy ! Clean residual min=-0.000809 max=0.000772 Jy/beam ! Clean residual mean=0.000003 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.111656 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 416 components and 0.111656 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J2032-2125_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.76 x 14.22 at 18.13 degrees (North through East) ! Clean map min=-0.0016173 max=0.093528 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J2032-2125_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0935278 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000239297 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.767569 0.767569 1.53514 3.07028 6.14055 12.2811 24.5622 49.1244 98.2488 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.093 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 390.844 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J2032-2125_S_uvs.log closed on Thu Apr 7 06:52:51 2016