! Started logfile: /image_prod/ug002_uva//J0836-2016_S_j_dfm.log on Wed Mar 4 22:29:02 2020 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /image_prod/ug002_uva//J0836-2016_S_j_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0836-2016_S_j_uva.fits ! AN table 1: 6 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.849206 visibilities/baseline/integration-bin. ! Found source: J0836-2016 ! ! There are 3 IFs, and a total of 3 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 ! ! Polarization(s): RR ! ! Read 40 lines of history. ! ! Reading 321 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 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 ![@/opt64/bin/pima_mupet_01.dfm J0836-2016_S_j] 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 print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! 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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.987447Jy sigma=13.872526 ! Fit after self-cal, rms=0.857058Jy sigma=5.510004 ! 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.734 mas, bmaj=15.06 mas, bpa=10.52 degrees ! Estimated noise=7.21889 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.12184 Jy ! Component: 100 - total flux cleaned = 1.50559 Jy ! Total flux subtracted in 100 components = 1.50559 Jy ! Clean residual min=-0.132165 max=0.177639 Jy/beam ! Clean residual mean=0.003746 rms=0.062753 Jy/beam ! Combined flux in latest and established models = 1.50559 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 1.50559 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.539536Jy sigma=3.528480 ! Fit after self-cal, rms=0.539298Jy sigma=3.526250 ! 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.181 mas, bmaj=14.53 mas, bpa=9.119 degrees ! Estimated noise=5.81086 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.306733 Jy ! Component: 100 - total flux cleaned = 0.50869 Jy ! Component: 150 - total flux cleaned = 0.650184 Jy ! Component: 200 - total flux cleaned = 0.744086 Jy ! Total flux subtracted in 200 components = 0.744086 Jy ! Clean residual min=-0.057465 max=0.056949 Jy/beam ! Clean residual mean=0.000894 rms=0.022657 Jy/beam ! Combined flux in latest and established models = 2.24968 Jy ! Performing phase self-cal ! Adding 103 model components to the UV plane model. ! The established model now contains 119 components and 2.24968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.213246Jy sigma=1.432830 ! Fit after self-cal, rms=0.212580Jy sigma=1.430606 ! 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.181 x 14.53 at 9.119 degrees (North through East) ! Clean map min=-0.052848 max=1.3212 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 0.95 KP 0.99 NL 0.97 ! OV 0.87 PT 0.96 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.25 FD 0.99 KP 0.98 NL 1.13 ! OV 0.90 PT 0.98 SC 1.06 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.98 KP 1.00 NL 0.99 ! OV 0.90 PT 0.98 SC 1.01 ! ! ! Fit before self-cal, rms=0.212580Jy sigma=1.430606 ! Fit after self-cal, rms=0.086636Jy sigma=0.609622 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.242 mas, bmaj=14.83 mas, bpa=8.907 degrees ! Estimated noise=5.6667 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.00144427 Jy ! Component: 100 - total flux cleaned = 4.98826e-05 Jy ! Component: 150 - total flux cleaned = -0.000477985 Jy ! Component: 200 - total flux cleaned = -0.00196349 Jy ! Total flux subtracted in 200 components = -0.00196349 Jy ! Clean residual min=-0.007464 max=0.007519 Jy/beam ! Clean residual mean=-0.000032 rms=0.002739 Jy/beam ! Combined flux in latest and established models = 2.24771 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 173 components and 2.24771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075232Jy sigma=0.534252 ! Fit after self-cal, rms=0.075114Jy sigma=0.533703 ! 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. ! ! Fit before self-cal, rms=0.075114Jy sigma=0.533703 ! Fit after self-cal, rms=0.074386Jy sigma=0.532054 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.241 mas, bmaj=14.82 mas, bpa=8.899 degrees ! Estimated noise=5.66924 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00156826 Jy ! Component: 100 - total flux cleaned = -0.00417689 Jy ! Component: 150 - total flux cleaned = -0.00610507 Jy ! Component: 200 - total flux cleaned = -0.0072598 Jy ! Total flux subtracted in 200 components = -0.0072598 Jy ! Clean residual min=-0.004617 max=0.004603 Jy/beam ! Clean residual mean=-0.000028 rms=0.001672 Jy/beam ! Combined flux in latest and established models = 2.24045 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 213 components and 2.24045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071088Jy sigma=0.510914 ! Fit after self-cal, rms=0.071052Jy sigma=0.510662 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.000789076 Jy ! Component: 100 - total flux cleaned = -0.000538419 Jy ! Component: 150 - total flux cleaned = -0.000999992 Jy ! Component: 200 - total flux cleaned = -0.000998598 Jy ! Total flux subtracted in 200 components = -0.000998598 Jy ! Clean residual min=-0.003379 max=0.003340 Jy/beam ! Clean residual mean=-0.000031 rms=0.001203 Jy/beam ! Combined flux in latest and established models = 2.23946 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 257 components and 2.23946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069600Jy sigma=0.501486 ! Fit after self-cal, rms=0.069599Jy sigma=0.501401 ! 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. ! ! Fit before self-cal, rms=0.069599Jy sigma=0.501401 ! Fit after self-cal, rms=0.069396Jy sigma=0.500550 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.239 mas, bmaj=14.82 mas, bpa=8.899 degrees ! Estimated noise=5.67101 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000352981 Jy ! Component: 100 - total flux cleaned = -0.00205917 Jy ! Component: 150 - total flux cleaned = -0.00240942 Jy ! Component: 200 - total flux cleaned = -0.00241539 Jy ! Total flux subtracted in 200 components = -0.00241539 Jy ! Clean residual min=-0.002783 max=0.002790 Jy/beam ! Clean residual mean=-0.000023 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 2.23704 Jy selfcal ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 296 components and 2.23704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068477Jy sigma=0.494395 ! Fit after self-cal, rms=0.068483Jy sigma=0.494355 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.000500321 Jy ! Component: 100 - total flux cleaned = -0.000345661 Jy ! Component: 150 - total flux cleaned = -0.000346629 Jy ! Component: 200 - total flux cleaned = 0.000257452 Jy ! Total flux subtracted in 200 components = 0.000257452 Jy ! Clean residual min=-0.002477 max=0.002498 Jy/beam ! Clean residual mean=-0.000019 rms=0.000869 Jy/beam ! Combined flux in latest and established models = 2.2373 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 325 components and 2.2373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067832Jy sigma=0.490315 ! Fit after self-cal, rms=0.067837Jy sigma=0.490289 ! 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. ! ! Fit before self-cal, rms=0.067837Jy sigma=0.490289 ! Fit after self-cal, rms=0.067764Jy sigma=0.489981 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.424 mas, bmaj=16.34 mas, bpa=-5.713 degrees ! Estimated noise=6.87916 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00376709 Jy ! Component: 100 - total flux cleaned = -0.00566063 Jy ! Component: 150 - total flux cleaned = -0.00765173 Jy ! Component: 200 - total flux cleaned = -0.00918008 Jy ! Total flux subtracted in 200 components = -0.00918008 Jy ! Clean residual min=-0.002085 max=0.002066 Jy/beam ! Clean residual mean=-0.000013 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 2.22812 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 365 components and 2.22812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067279Jy sigma=0.487740 ! Fit after self-cal, rms=0.067286Jy sigma=0.487693 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.000353519 Jy ! Component: 100 - total flux cleaned = -0.00120243 Jy ! Component: 150 - total flux cleaned = -0.0021386 Jy ! Component: 200 - total flux cleaned = -0.00270673 Jy ! Total flux subtracted in 200 components = -0.00270673 Jy ! Clean residual min=-0.001889 max=0.001863 Jy/beam ! Clean residual mean=-0.000019 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 2.22541 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 417 components and 2.22541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066934Jy sigma=0.486159 ! Fit after self-cal, rms=0.066938Jy sigma=0.486111 ! 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.24 mas, bmaj=14.81 mas, bpa=8.894 degrees ! Estimated noise=5.67294 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.24 x 14.81 at 8.894 degrees (North through East) ! Clean map min=-0.014958 max=1.2681 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066938Jy sigma=0.486111 ! Fit after self-cal, rms=0.062180Jy sigma=0.438410 ! Inverting map and beam ! Estimated beam: bmin=4.243 mas, bmaj=14.81 mas, bpa=8.879 degrees ! Estimated noise=5.67955 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000439463 Jy ! Component: 100 - total flux cleaned = 0.000136798 Jy ! Component: 150 - total flux cleaned = -0.000142889 Jy ! Component: 200 - total flux cleaned = -0.000408093 Jy ! Total flux subtracted in 200 components = -0.000408093 Jy ! Clean residual min=-0.002179 max=0.002209 Jy/beam ! Clean residual mean=-0.000016 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 2.225 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 449 components and 2.225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061591Jy sigma=0.434322 ! Fit after self-cal, rms=0.061596Jy sigma=0.434283 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0006712 Jy ! Component: 100 - total flux cleaned = -0.000314259 Jy ! Component: 150 - total flux cleaned = -0.000316609 Jy ! Component: 200 - total flux cleaned = -9.08685e-05 Jy ! Total flux subtracted in 200 components = -9.08685e-05 Jy ! Clean residual min=-0.001874 max=0.001871 Jy/beam ! Clean residual mean=-0.000012 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 2.22491 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 469 components and 2.22491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061178Jy sigma=0.431860 ! Fit after self-cal, rms=0.061183Jy sigma=0.431852 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061183Jy sigma=0.431852 ! Fit after self-cal, rms=0.061142Jy sigma=0.431459 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.747 mas, bmaj=15.11 mas, bpa=10.35 degrees ! Estimated noise=6.99744 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.08427 Jy ! Component: 100 - total flux cleaned = 1.44709 Jy ! Component: 150 - total flux cleaned = 1.65282 Jy ! Component: 200 - total flux cleaned = 1.79826 Jy ! Total flux subtracted in 200 components = 1.79826 Jy ! Clean residual min=-0.078270 max=0.082409 Jy/beam ! Clean residual mean=0.001691 rms=0.031145 Jy/beam ! Combined flux in latest and established models = 1.79826 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 62 model components to the UV plane model. ! The established model now contains 62 components and 1.79826 Jy ! Inverting map and beam ! Estimated beam: bmin=4.243 mas, bmaj=14.8 mas, bpa=8.874 degrees ! Estimated noise=5.68101 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.153777 Jy ! Component: 100 - total flux cleaned = 0.256418 Jy ! Component: 150 - total flux cleaned = 0.327167 Jy ! Component: 200 - total flux cleaned = 0.376333 Jy ! Total flux subtracted in 200 components = 0.376333 Jy ! Clean residual min=-0.022763 max=0.027029 Jy/beam ! Clean residual mean=0.000394 rms=0.010445 Jy/beam ! Combined flux in latest and established models = 2.17459 Jy ! Adding 86 model components to the UV plane model. ! The established model now contains 146 components and 2.1746 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=8.425 mas, bmaj=16.34 mas, bpa=-5.768 degrees ! Estimated noise=6.88468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0479983 Jy ! Component: 100 - total flux cleaned = 0.0655055 Jy ! Component: 150 - total flux cleaned = 0.0692263 Jy ! Component: 200 - total flux cleaned = 0.0643127 Jy ! Total flux subtracted in 200 components = 0.0643127 Jy ! Clean residual min=-0.008208 max=0.008201 Jy/beam ! Clean residual mean=0.000063 rms=0.003721 Jy/beam ! Combined flux in latest and established models = 2.23891 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.00369098 Jy ! Component: 100 - total flux cleaned = -0.00652018 Jy ! Component: 150 - total flux cleaned = -0.00654512 Jy ! Component: 200 - total flux cleaned = -0.00617433 Jy ! Total flux subtracted in 200 components = -0.00617433 Jy ! Clean residual min=-0.006025 max=0.006234 Jy/beam ! Clean residual mean=-0.000003 rms=0.002301 Jy/beam ! Combined flux in latest and established models = 2.23273 Jy ! Adding 163 model components to the UV plane model. ! The established model now contains 306 components and 2.23273 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.243 mas, bmaj=14.8 mas, bpa=8.874 degrees ! Estimated noise=5.68101 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00675326 Jy ! Component: 100 - total flux cleaned = -0.00853157 Jy ! Component: 150 - total flux cleaned = -0.0105775 Jy ! Component: 200 - total flux cleaned = -0.0124562 Jy ! Total flux subtracted in 200 components = -0.0124562 Jy ! Clean residual min=-0.003728 max=0.003670 Jy/beam ! Clean residual mean=-0.000006 rms=0.001293 Jy/beam ! Combined flux in latest and established models = 2.22028 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 350 components and 2.22028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063759Jy sigma=0.449119 ! Fit after self-cal, rms=0.063618Jy sigma=0.448437 wmodel J0836-2016_S_j_map.mod ! Writing 350 model components to file: J0836-2016_S_j_map.mod wobs J0836-2016_S_j_uvs.fits ! Writing UV FITS file: J0836-2016_S_j_uvs.fits wwins J0836-2016_S_j_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /image_prod/ug002_uva//J0836-2016_S_j_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.243 x 14.8 at 8.874 degrees (North through East) ! Clean map min=-0.01351 max=1.3007 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0836-2016_S_j_map.fits wmodel /image_prod/ug002_uva//J0836-2016_S_j_map.mod ! Writing 350 model components to file: /image_prod/ug002_uva//J0836-2016_S_j_map.mod wobs /image_prod/ug002_uva//J0836-2016_S_j_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0836-2016_S_j_uvs.fits wwins /image_prod/ug002_uva//J0836-2016_S_j_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 1.30071 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0012669 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.292201 0.292201 0.584403 1.16881 2.33761 4.67522 9.35045 18.7009 37.4018 74.8036 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0038 print "peak= ", int(1000*peak_flux)/1000 ! peak= 1.3 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1026.69 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0836-2016_S_j_dfm.log closed on Wed Mar 4 22:29:05 2020