! Started logfile: /vlbi/uf001/uva//J1010+0803_S_dfm.log on Mon Jan 14 00:45:40 2019 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 /vlbi/uf001/uva//J1010+0803_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1010+0803_S_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.97271 visibilities/baseline/integration-bin. ! Found source: J1010+0803 ! ! 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 44 lines of history. ! ! Reading 7485 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 J1010+0803_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 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 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002249Jy sigma=22.532344 ! Fit after self-cal, rms=0.927259Jy sigma=20.825714 ! 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.827 mas, bmaj=6.858 mas, bpa=-3.486 degrees ! Estimated noise=0.504736 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.0580468 Jy ! Component: 100 - total flux cleaned = 0.0707092 Jy ! Total flux subtracted in 100 components = 0.0707092 Jy ! Clean residual min=-0.002963 max=0.005212 Jy/beam ! Clean residual mean=-0.000000 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.0707092 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0707092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063023Jy sigma=1.302552 ! Fit after self-cal, rms=0.062398Jy sigma=1.289259 ! Inverting map ! Added new window around map position (-2.5, 9.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00384549 Jy ! Component: 100 - total flux cleaned = 0.00452813 Jy ! Total flux subtracted in 100 components = 0.00452813 Jy ! Clean residual min=-0.002931 max=0.003320 Jy/beam ! Clean residual mean=0.000000 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.0752373 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0752373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062140Jy sigma=1.283661 ! Fit after self-cal, rms=0.062126Jy sigma=1.283106 ! 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.351 mas, bmaj=7.739 mas, bpa=-2.983 degrees ! Estimated noise=0.385221 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.000949443 Jy ! Component: 100 - total flux cleaned = 0.00137059 Jy ! Component: 150 - total flux cleaned = 0.00165944 Jy ! Component: 200 - total flux cleaned = 0.00176356 Jy ! Total flux subtracted in 200 components = 0.00176356 Jy ! Clean residual min=-0.002513 max=0.002519 Jy/beam ! Clean residual mean=0.000000 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.0770009 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 23 components and 0.0770009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062049Jy sigma=1.281384 ! Fit after self-cal, rms=0.062050Jy sigma=1.281317 ! 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.351 x 7.739 at -2.983 degrees (North through East) ! Clean map min=-0.0024156 max=0.073562 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.99 HN 1.02 KP 1.01 ! LA 0.99 MK 0.94 NL 1.03 OV 0.99 ! PT 0.94 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 0.97 HN 1.01 KP 0.99 ! LA 0.93 MK 0.98 NL 1.05 OV 0.98 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.99 HN 1.00 KP 0.99 ! LA 0.96 MK 1.00 NL 1.06 OV 0.99 ! PT 1.02 SC 0.90 ! ! ! Fit before self-cal, rms=0.062050Jy sigma=1.281317 ! Fit after self-cal, rms=0.063642Jy sigma=1.277063 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.324 mas, bmaj=7.774 mas, bpa=-2.906 degrees ! Estimated noise=0.385402 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.000645222 Jy ! Component: 100 - total flux cleaned = -0.000873291 Jy ! Component: 150 - total flux cleaned = -0.000996836 Jy ! Component: 200 - total flux cleaned = -0.00110133 Jy ! Total flux subtracted in 200 components = -0.00110133 Jy ! Clean residual min=-0.002399 max=0.002107 Jy/beam ! Clean residual mean=0.000000 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.0758996 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 41 components and 0.0758995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063597Jy sigma=1.276583 ! Fit after self-cal, rms=0.063619Jy sigma=1.276384 ! 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.063619Jy sigma=1.276384 ! Fit after self-cal, rms=0.064734Jy sigma=1.265046 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.317 mas, bmaj=7.798 mas, bpa=-3.063 degrees ! Estimated noise=0.387875 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000404999 Jy ! Component: 100 - total flux cleaned = -0.000506227 Jy ! Component: 150 - total flux cleaned = -0.000585052 Jy ! Component: 200 - total flux cleaned = -0.000728475 Jy ! Total flux subtracted in 200 components = -0.000728475 Jy ! Clean residual min=-0.001882 max=0.001789 Jy/beam ! Clean residual mean=-0.000000 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.0751711 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 51 components and 0.0751711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064695Jy sigma=1.264516 ! Fit after self-cal, rms=0.064734Jy sigma=1.264111 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.000421907 Jy ! Component: 100 - total flux cleaned = -0.000477905 Jy ! Component: 150 - total flux cleaned = -0.00052157 Jy ! Component: 200 - total flux cleaned = -0.000534648 Jy ! Total flux subtracted in 200 components = -0.000534648 Jy ! Clean residual min=-0.001877 max=0.001760 Jy/beam ! Clean residual mean=-0.000000 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.0746364 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 59 components and 0.0746364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064720Jy sigma=1.263954 ! Fit after self-cal, rms=0.064718Jy sigma=1.263917 ! 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.064718Jy sigma=1.263917 ! Fit after self-cal, rms=0.064477Jy sigma=1.260217 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.316 mas, bmaj=7.774 mas, bpa=-2.894 degrees ! Estimated noise=0.386881 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.48962e-05 Jy ! Component: 100 - total flux cleaned = -9.12355e-05 Jy ! Component: 150 - total flux cleaned = -8.03979e-05 Jy ! Component: 200 - total flux cleaned = -7.04783e-05 Jy ! Total flux subtracted in 200 components = -7.04783e-05 Jy ! Clean residual min=-0.001775 max=0.001582 Jy/beam ! Clean residual mean=-0.000002 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.0745659 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 73 components and 0.0745659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064472Jy sigma=1.260135 ! Fit after self-cal, rms=0.064476Jy sigma=1.260026 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.86178e-05 Jy ! Component: 100 - total flux cleaned = -6.93184e-05 Jy ! Component: 150 - total flux cleaned = -6.05665e-05 Jy ! Component: 200 - total flux cleaned = -5.20589e-05 Jy ! Total flux subtracted in 200 components = -5.20589e-05 Jy ! Clean residual min=-0.001766 max=0.001595 Jy/beam ! Clean residual mean=-0.000002 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.0745139 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 78 components and 0.0745139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064473Jy sigma=1.259976 ! Fit after self-cal, rms=0.064473Jy sigma=1.259968 ! 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.064473Jy sigma=1.259968 ! Fit after self-cal, rms=0.064472Jy sigma=1.259940 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.261 mas, bmaj=11.68 mas, bpa=-4.88 degrees ! Estimated noise=0.485675 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000333685 Jy ! Component: 100 - total flux cleaned = -0.000360591 Jy ! Component: 150 - total flux cleaned = -0.000361035 Jy ! Component: 200 - total flux cleaned = -0.000374283 Jy ! Total flux subtracted in 200 components = -0.000374283 Jy ! Clean residual min=-0.001992 max=0.001663 Jy/beam ! Clean residual mean=-0.000005 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0741396 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 84 components and 0.0741396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064473Jy sigma=1.259917 ! Fit after self-cal, rms=0.064472Jy sigma=1.259905 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.95846e-05 Jy ! Component: 100 - total flux cleaned = -9.2797e-05 Jy ! Component: 150 - total flux cleaned = -0.000104452 Jy ! Component: 200 - total flux cleaned = -0.000109873 Jy ! Total flux subtracted in 200 components = -0.000109873 Jy ! Clean residual min=-0.001995 max=0.001650 Jy/beam ! Clean residual mean=-0.000005 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0740297 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 85 components and 0.0740297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064473Jy sigma=1.259918 ! Fit after self-cal, rms=0.064472Jy sigma=1.259915 ! 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.314 mas, bmaj=7.765 mas, bpa=-2.81 degrees ! Estimated noise=0.386393 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.314 x 7.765 at -2.81 degrees (North through East) ! Clean map min=-0.0025759 max=0.074638 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.796 mas, bmaj=6.902 mas, bpa=-3.505 degrees ! Estimated noise=0.509509 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0588213 Jy ! Component: 100 - total flux cleaned = 0.0716504 Jy ! Component: 150 - total flux cleaned = 0.0739718 Jy ! Component: 200 - total flux cleaned = 0.0745269 Jy ! Total flux subtracted in 200 components = 0.0745269 Jy ! Clean residual min=-0.002439 max=0.002108 Jy/beam ! Clean residual mean=-0.000002 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.074527 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.074527 Jy ! Inverting map and beam ! Estimated beam: bmin=3.314 mas, bmaj=7.765 mas, bpa=-2.81 degrees ! Estimated noise=0.386393 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 = 6.12876e-05 Jy ! Component: 100 - total flux cleaned = -2.25421e-05 Jy ! Component: 150 - total flux cleaned = 9.13909e-06 Jy ! Component: 200 - total flux cleaned = -1.88405e-05 Jy ! Total flux subtracted in 200 components = -1.88405e-05 Jy ! Clean residual min=-0.001859 max=0.001573 Jy/beam ! Clean residual mean=-0.000002 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.0745081 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 33 components and 0.0745081 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.261 mas, bmaj=11.68 mas, bpa=-4.88 degrees ! Estimated noise=0.485675 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000265328 Jy ! Component: 100 - total flux cleaned = -0.000285348 Jy ! Component: 150 - total flux cleaned = -0.000302002 Jy ! Component: 200 - total flux cleaned = -0.00031563 Jy ! Total flux subtracted in 200 components = -0.00031563 Jy ! Clean residual min=-0.002031 max=0.001597 Jy/beam ! Clean residual mean=-0.000005 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.0741925 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.0908e-07 Jy ! Component: 100 - total flux cleaned = -1.25594e-05 Jy ! Component: 150 - total flux cleaned = -2.33754e-05 Jy ! Component: 200 - total flux cleaned = -5.03904e-05 Jy ! Total flux subtracted in 200 components = -5.03904e-05 Jy ! Clean residual min=-0.002006 max=0.001627 Jy/beam ! Clean residual mean=-0.000005 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0741421 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 39 components and 0.0741421 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.314 mas, bmaj=7.765 mas, bpa=-2.81 degrees ! Estimated noise=0.386393 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.77452e-05 Jy ! Component: 100 - total flux cleaned = 0.000149344 Jy ! Component: 150 - total flux cleaned = 0.00016233 Jy ! Component: 200 - total flux cleaned = 0.000174868 Jy ! Total flux subtracted in 200 components = 0.000174868 Jy ! Clean residual min=-0.001815 max=0.001575 Jy/beam ! Clean residual mean=-0.000002 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.074317 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 51 components and 0.074317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064475Jy sigma=1.259986 ! Fit after self-cal, rms=0.064474Jy sigma=1.259959 wmodel J1010+0803_S_map.mod ! Writing 51 model components to file: J1010+0803_S_map.mod wobs J1010+0803_S_uvs.fits ! Writing UV FITS file: J1010+0803_S_uvs.fits wwins J1010+0803_S_map.win ! wwins: Wrote 2 windows to J1010+0803_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.000624171 Jy ! Component: 100 - total flux cleaned = -0.00097158 Jy ! Component: 150 - total flux cleaned = -0.00124641 Jy ! Component: 200 - total flux cleaned = -0.00145901 Jy ! Component: 250 - total flux cleaned = -0.00161339 Jy ! Component: 300 - total flux cleaned = -0.00173855 Jy ! Component: 350 - total flux cleaned = -0.00190881 Jy ! Component: 400 - total flux cleaned = -0.00198052 Jy ! Component: 450 - total flux cleaned = -0.00205042 Jy ! Component: 500 - total flux cleaned = -0.00216521 Jy ! Component: 550 - total flux cleaned = -0.00229982 Jy ! Component: 600 - total flux cleaned = -0.00234383 Jy ! Component: 650 - total flux cleaned = -0.00240963 Jy ! Component: 700 - total flux cleaned = -0.00253868 Jy ! Component: 750 - total flux cleaned = -0.0026864 Jy ! Component: 800 - total flux cleaned = -0.00279027 Jy ! Component: 850 - total flux cleaned = -0.00285176 Jy ! Component: 900 - total flux cleaned = -0.00287206 Jy ! Component: 950 - total flux cleaned = -0.00295185 Jy ! Component: 1000 - total flux cleaned = -0.00301104 Jy ! Component: 1050 - total flux cleaned = -0.00305001 Jy ! Component: 1100 - total flux cleaned = -0.00310814 Jy ! Component: 1150 - total flux cleaned = -0.00318427 Jy ! Component: 1200 - total flux cleaned = -0.00316579 Jy ! Component: 1250 - total flux cleaned = -0.00320304 Jy ! Component: 1300 - total flux cleaned = -0.00323988 Jy ! Component: 1350 - total flux cleaned = -0.00322141 Jy ! Component: 1400 - total flux cleaned = -0.00325773 Jy ! Component: 1450 - total flux cleaned = -0.0033111 Jy ! Component: 1500 - total flux cleaned = -0.00336424 Jy ! Component: 1550 - total flux cleaned = -0.00338171 Jy ! Component: 1600 - total flux cleaned = -0.00336446 Jy ! Component: 1650 - total flux cleaned = -0.00345015 Jy ! Component: 1700 - total flux cleaned = -0.00341624 Jy ! Component: 1750 - total flux cleaned = -0.00341616 Jy ! Component: 1800 - total flux cleaned = -0.00341606 Jy ! Component: 1850 - total flux cleaned = -0.00338311 Jy ! Component: 1900 - total flux cleaned = -0.0034324 Jy ! Component: 1950 - total flux cleaned = -0.00339987 Jy ! Component: 2000 - total flux cleaned = -0.00346432 Jy ! Component: 2050 - total flux cleaned = -0.00341639 Jy ! Component: 2100 - total flux cleaned = -0.00344806 Jy ! Component: 2150 - total flux cleaned = -0.00349491 Jy ! Component: 2200 - total flux cleaned = -0.00352618 Jy ! Component: 2250 - total flux cleaned = -0.00354175 Jy ! Component: 2300 - total flux cleaned = -0.00358782 Jy ! Component: 2350 - total flux cleaned = -0.00357267 Jy ! Component: 2400 - total flux cleaned = -0.00361826 Jy ! Component: 2450 - total flux cleaned = -0.00364851 Jy ! Component: 2500 - total flux cleaned = -0.00376761 Jy ! Component: 2550 - total flux cleaned = -0.00376757 Jy ! Component: 2600 - total flux cleaned = -0.00382608 Jy ! Component: 2650 - total flux cleaned = -0.00385506 Jy ! Component: 2700 - total flux cleaned = -0.0038263 Jy ! Component: 2750 - total flux cleaned = -0.00385485 Jy ! Component: 2800 - total flux cleaned = -0.00389766 Jy ! Component: 2850 - total flux cleaned = -0.00394004 Jy ! Component: 2900 - total flux cleaned = -0.00392597 Jy ! Component: 2950 - total flux cleaned = -0.00395378 Jy ! Component: 3000 - total flux cleaned = -0.00396759 Jy ! Component: 3050 - total flux cleaned = -0.00398128 Jy ! Component: 3100 - total flux cleaned = -0.00404965 Jy ! Component: 3150 - total flux cleaned = -0.00400892 Jy ! Component: 3200 - total flux cleaned = -0.00403591 Jy ! Component: 3250 - total flux cleaned = -0.0040629 Jy ! Component: 3300 - total flux cleaned = -0.00407624 Jy ! Component: 3350 - total flux cleaned = -0.00406295 Jy ! Component: 3400 - total flux cleaned = -0.00407606 Jy ! Component: 3450 - total flux cleaned = -0.00411523 Jy ! Component: 3500 - total flux cleaned = -0.00416738 Jy ! Component: 3550 - total flux cleaned = -0.0042062 Jy ! Component: 3600 - total flux cleaned = -0.00416782 Jy ! Component: 3650 - total flux cleaned = -0.00427004 Jy ! Component: 3700 - total flux cleaned = -0.0042446 Jy ! Component: 3750 - total flux cleaned = -0.00429522 Jy ! Component: 3800 - total flux cleaned = -0.00427016 Jy ! Component: 3850 - total flux cleaned = -0.0043451 Jy ! Component: 3900 - total flux cleaned = -0.00430772 Jy ! Component: 3950 - total flux cleaned = -0.0043572 Jy ! Component: 4000 - total flux cleaned = -0.00438166 Jy ! Component: 4050 - total flux cleaned = -0.00434492 Jy ! Total flux subtracted in 4096 components = -0.00433285 Jy ! Clean residual min=-0.000916 max=0.000882 Jy/beam ! Clean residual mean=-0.000001 rms=0.000230 Jy/beam ! Combined flux in latest and established models = 0.0699841 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 344 components and 0.0699842 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1010+0803_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.314 x 7.765 at -2.81 degrees (North through East) ! Clean map min=-0.0021543 max=0.074753 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1010+0803_S_map.fits wmodel /vlbi/uf001/uva//J1010+0803_S_map.mod ! Writing 344 model components to file: /vlbi/uf001/uva//J1010+0803_S_map.mod wobs /vlbi/uf001/uva//J1010+0803_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1010+0803_S_uvs.fits wwins /vlbi/uf001/uva//J1010+0803_S_map.win ! wwins: Wrote 3 windows to /vlbi/uf001/uva//J1010+0803_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.074753 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000227495 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.912987 0.912987 1.82597 3.65195 7.30389 14.6078 29.2156 58.4312 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.074 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 328.591 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1010+0803_S_dfm.log closed on Mon Jan 14 00:45:44 2019