! Started logfile: /vlbi/uf001/uva//J2101+0341_S_b_dfm.log on Mon Jan 14 05:43:07 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//J2101+0341_S_b_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J2101+0341_S_b_uva.fits ! AN table 1: 9 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.904762 visibilities/baseline/integration-bin. ! Found source: J2101+0341 ! ! 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 684 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 J2101+0341_S_b] 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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.085810Jy sigma=19.199248 ! Fit after self-cal, rms=0.582843Jy sigma=10.401067 ! 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.872 mas, bmaj=13.4 mas, bpa=-19.69 degrees ! Estimated noise=1.93501 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.318247 Jy ! Component: 100 - total flux cleaned = 0.411639 Jy ! Total flux subtracted in 100 components = 0.411639 Jy ! Clean residual min=-0.022532 max=0.057465 Jy/beam ! Clean residual mean=0.000029 rms=0.009158 Jy/beam ! Combined flux in latest and established models = 0.411639 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.411639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.135409Jy sigma=2.317446 ! Fit after self-cal, rms=0.135341Jy sigma=2.316636 ! Inverting map ! Added new window around map position (18.5, -96.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0550242 Jy ! Component: 100 - total flux cleaned = 0.0863643 Jy ! Total flux subtracted in 100 components = 0.0863643 Jy ! Clean residual min=-0.016980 max=0.046575 Jy/beam ! Clean residual mean=0.000020 rms=0.006403 Jy/beam ! Combined flux in latest and established models = 0.498004 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 26 components and 0.498004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.109826Jy sigma=1.816418 ! Fit after self-cal, rms=0.107611Jy sigma=1.775781 ! 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.431 mas, bmaj=12.74 mas, bpa=-19.27 degrees ! Estimated noise=1.78947 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.0299595 Jy ! Component: 100 - total flux cleaned = 0.0498776 Jy ! Component: 150 - total flux cleaned = 0.0608604 Jy ! Component: 200 - total flux cleaned = 0.068893 Jy ! Total flux subtracted in 200 components = 0.068893 Jy ! Clean residual min=-0.016648 max=0.026236 Jy/beam ! Clean residual mean=0.000006 rms=0.004952 Jy/beam ! Combined flux in latest and established models = 0.566897 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 60 components and 0.566897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096538Jy sigma=1.564694 ! Fit after self-cal, rms=0.096334Jy sigma=1.559338 ! 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.431 x 12.74 at -19.27 degrees (North through East) ! Clean map min=-0.016921 max=0.41586 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.94 HN 1.01 KP 0.95 ! LA 0.98 MK 1.11 NL 1.00 OV 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.33 FD 0.93 HN 0.99 KP 0.98 ! LA 0.98 MK 0.99 NL 0.88 OV 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.02 HN 0.98 KP 0.99 ! LA 0.95 MK 1.05 NL 1.02 OV 1.00 ! ! ! Fit before self-cal, rms=0.096334Jy sigma=1.559338 ! Fit after self-cal, rms=0.092364Jy sigma=1.427406 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.473 mas, bmaj=13.06 mas, bpa=-19.17 degrees ! Estimated noise=1.78063 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.00841663 Jy ! Component: 100 - total flux cleaned = -0.0103486 Jy ! Component: 150 - total flux cleaned = -0.0106199 Jy ! Component: 200 - total flux cleaned = -0.0115358 Jy ! Total flux subtracted in 200 components = -0.0115358 Jy ! Clean residual min=-0.016730 max=0.016069 Jy/beam ! Clean residual mean=-0.000010 rms=0.003967 Jy/beam ! Combined flux in latest and established models = 0.555361 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 72 components and 0.555361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090490Jy sigma=1.386793 ! Fit after self-cal, rms=0.090442Jy sigma=1.384870 ! 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.090442Jy sigma=1.384870 ! Fit after self-cal, rms=0.081912Jy sigma=1.171968 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.503 mas, bmaj=13.08 mas, bpa=-19.16 degrees ! Estimated noise=1.80287 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00463399 Jy ! Component: 100 - total flux cleaned = -0.00421628 Jy ! Component: 150 - total flux cleaned = -0.00368272 Jy ! Component: 200 - total flux cleaned = -0.00308233 Jy ! Total flux subtracted in 200 components = -0.00308233 Jy ! Clean residual min=-0.010354 max=0.008055 Jy/beam ! Clean residual mean=0.000005 rms=0.002274 Jy/beam ! Combined flux in latest and established models = 0.552278 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 85 components and 0.552278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080629Jy sigma=1.146653 ! Fit after self-cal, rms=0.080509Jy sigma=1.144011 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.00222326 Jy ! Component: 100 - total flux cleaned = -0.0026046 Jy ! Component: 150 - total flux cleaned = -0.00272089 Jy ! Component: 200 - total flux cleaned = -0.00292279 Jy ! Total flux subtracted in 200 components = -0.00292279 Jy ! Clean residual min=-0.009812 max=0.008082 Jy/beam ! Clean residual mean=0.000005 rms=0.002192 Jy/beam ! Combined flux in latest and established models = 0.549356 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 97 components and 0.549356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080178Jy sigma=1.136075 ! Fit after self-cal, rms=0.080095Jy sigma=1.135339 ! 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.080095Jy sigma=1.135339 ! Fit after self-cal, rms=0.080932Jy sigma=1.127412 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.503 mas, bmaj=13.13 mas, bpa=-19.18 degrees ! Estimated noise=1.80257 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00349068 Jy ! Component: 100 - total flux cleaned = -0.00390032 Jy ! Component: 150 - total flux cleaned = -0.00411891 Jy ! Component: 200 - total flux cleaned = -0.00441486 Jy ! Total flux subtracted in 200 components = -0.00441486 Jy ! Clean residual min=-0.008573 max=0.007705 Jy/beam ! Clean residual mean=0.000005 rms=0.001991 Jy/beam ! Combined flux in latest and established models = 0.544941 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 107 components and 0.544941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080416Jy sigma=1.116491 ! Fit after self-cal, rms=0.080319Jy sigma=1.115252 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.00163825 Jy ! Component: 100 - total flux cleaned = -0.00222925 Jy ! Component: 150 - total flux cleaned = -0.00238184 Jy ! Component: 200 - total flux cleaned = -0.00252212 Jy ! Total flux subtracted in 200 components = -0.00252212 Jy ! Clean residual min=-0.008244 max=0.007881 Jy/beam ! Clean residual mean=0.000005 rms=0.001945 Jy/beam ! Combined flux in latest and established models = 0.542419 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 117 components and 0.542419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080162Jy sigma=1.111386 ! Fit after self-cal, rms=0.080114Jy sigma=1.111016 ! 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.080114Jy sigma=1.111016 ! Fit after self-cal, rms=0.080837Jy sigma=1.107245 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.351 mas, bmaj=13.24 mas, bpa=-14.89 degrees ! Estimated noise=2.19878 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00220105 Jy ! Component: 100 - total flux cleaned = -0.00266644 Jy ! Component: 150 - total flux cleaned = -0.00311373 Jy ! Component: 200 - total flux cleaned = -0.00344445 Jy ! Total flux subtracted in 200 components = -0.00344445 Jy ! Clean residual min=-0.007889 max=0.007278 Jy/beam ! Clean residual mean=0.000009 rms=0.002141 Jy/beam ! Combined flux in latest and established models = 0.538974 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 132 components and 0.538974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080694Jy sigma=1.104857 ! Fit after self-cal, rms=0.080652Jy sigma=1.104466 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.000692324 Jy ! Component: 100 - total flux cleaned = -0.000944919 Jy ! Component: 150 - total flux cleaned = -0.00117064 Jy ! Component: 200 - total flux cleaned = -0.00137547 Jy ! Total flux subtracted in 200 components = -0.00137547 Jy ! Clean residual min=-0.007761 max=0.007253 Jy/beam ! Clean residual mean=0.000009 rms=0.002095 Jy/beam ! Combined flux in latest and established models = 0.537599 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 139 components and 0.537599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080608Jy sigma=1.103975 ! Fit after self-cal, rms=0.080566Jy sigma=1.103675 ! 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.507 mas, bmaj=13.17 mas, bpa=-19.19 degrees ! Estimated noise=1.80254 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.507 x 13.17 at -19.19 degrees (North through East) ! Clean map min=-0.0073343 max=0.42299 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.927 mas, bmaj=13.72 mas, bpa=-19.62 degrees ! Estimated noise=1.96782 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.323277 Jy ! Component: 100 - total flux cleaned = 0.411824 Jy ! Component: 150 - total flux cleaned = 0.456071 Jy ! Component: 200 - total flux cleaned = 0.480736 Jy ! Total flux subtracted in 200 components = 0.480736 Jy ! Clean residual min=-0.010680 max=0.012090 Jy/beam ! Clean residual mean=0.000021 rms=0.003054 Jy/beam ! Combined flux in latest and established models = 0.480736 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.480736 Jy ! Inverting map and beam ! Estimated beam: bmin=3.507 mas, bmaj=13.17 mas, bpa=-19.19 degrees ! Estimated noise=1.80254 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.0183732 Jy ! Component: 100 - total flux cleaned = 0.0297704 Jy ! Component: 150 - total flux cleaned = 0.0376441 Jy ! Component: 200 - total flux cleaned = 0.0435113 Jy ! Total flux subtracted in 200 components = 0.0435113 Jy ! Clean residual min=-0.008069 max=0.008625 Jy/beam ! Clean residual mean=0.000015 rms=0.002106 Jy/beam ! Combined flux in latest and established models = 0.524248 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 64 components and 0.524248 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.351 mas, bmaj=13.24 mas, bpa=-14.89 degrees ! Estimated noise=2.19878 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00557303 Jy ! Component: 100 - total flux cleaned = 0.0080085 Jy ! Component: 150 - total flux cleaned = 0.00942317 Jy ! Component: 200 - total flux cleaned = 0.0104952 Jy ! Total flux subtracted in 200 components = 0.0104952 Jy ! Clean residual min=-0.008296 max=0.007365 Jy/beam ! Clean residual mean=0.000017 rms=0.002161 Jy/beam ! Combined flux in latest and established models = 0.534743 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.000661678 Jy ! Component: 100 - total flux cleaned = 0.00109282 Jy ! Component: 150 - total flux cleaned = 0.00128793 Jy ! Component: 200 - total flux cleaned = 0.0013468 Jy ! Total flux subtracted in 200 components = 0.0013468 Jy ! Clean residual min=-0.008025 max=0.007129 Jy/beam ! Clean residual mean=0.000014 rms=0.002103 Jy/beam ! Combined flux in latest and established models = 0.536089 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 117 components and 0.53609 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.507 mas, bmaj=13.17 mas, bpa=-19.19 degrees ! Estimated noise=1.80254 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000954011 Jy ! Component: 100 - total flux cleaned = -0.00145414 Jy ! Component: 150 - total flux cleaned = -0.0013438 Jy ! Component: 200 - total flux cleaned = -0.00124581 Jy ! Total flux subtracted in 200 components = -0.00124581 Jy ! Clean residual min=-0.007421 max=0.008032 Jy/beam ! Clean residual mean=0.000007 rms=0.001892 Jy/beam ! Combined flux in latest and established models = 0.534844 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 135 components and 0.534844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081201Jy sigma=1.106778 ! Fit after self-cal, rms=0.081134Jy sigma=1.105487 wmodel J2101+0341_S_b_map.mod ! Writing 135 model components to file: J2101+0341_S_b_map.mod wobs J2101+0341_S_b_uvs.fits ! Writing UV FITS file: J2101+0341_S_b_uvs.fits wwins J2101+0341_S_b_map.win ! wwins: Wrote 2 windows to J2101+0341_S_b_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.00188121 Jy ! Component: 100 - total flux cleaned = 0.00187966 Jy ! Component: 150 - total flux cleaned = 0.00274926 Jy ! Component: 200 - total flux cleaned = 0.00336854 Jy ! Component: 250 - total flux cleaned = 0.00347038 Jy ! Component: 300 - total flux cleaned = 0.00366626 Jy ! Component: 350 - total flux cleaned = 0.0039471 Jy ! Component: 400 - total flux cleaned = 0.00403718 Jy ! Component: 450 - total flux cleaned = 0.00421084 Jy ! Component: 500 - total flux cleaned = 0.00446431 Jy ! Component: 550 - total flux cleaned = 0.00446374 Jy ! Component: 600 - total flux cleaned = 0.00422333 Jy ! Component: 650 - total flux cleaned = 0.00406957 Jy ! Component: 700 - total flux cleaned = 0.00376705 Jy ! Component: 750 - total flux cleaned = 0.00347249 Jy ! Component: 800 - total flux cleaned = 0.00325575 Jy ! Component: 850 - total flux cleaned = 0.00297376 Jy ! Component: 900 - total flux cleaned = 0.00276584 Jy ! Component: 950 - total flux cleaned = 0.0022264 Jy ! Component: 1000 - total flux cleaned = 0.00215999 Jy ! Component: 1050 - total flux cleaned = 0.00177168 Jy ! Component: 1100 - total flux cleaned = 0.00164424 Jy ! Component: 1150 - total flux cleaned = 0.00133185 Jy ! Component: 1200 - total flux cleaned = 0.000903619 Jy ! Component: 1250 - total flux cleaned = 0.000663821 Jy ! Component: 1300 - total flux cleaned = 0.000427674 Jy ! Component: 1350 - total flux cleaned = 0.000255206 Jy ! Component: 1400 - total flux cleaned = 0.000196617 Jy ! Component: 1450 - total flux cleaned = -2.84593e-05 Jy ! Component: 1500 - total flux cleaned = -2.84551e-05 Jy ! Component: 1550 - total flux cleaned = 2.48089e-05 Jy ! Component: 1600 - total flux cleaned = -0.000187768 Jy ! Component: 1650 - total flux cleaned = -0.000135016 Jy ! Component: 1700 - total flux cleaned = -0.000187249 Jy ! Component: 1750 - total flux cleaned = -0.000187024 Jy ! Component: 1800 - total flux cleaned = 6.3509e-05 Jy ! Component: 1850 - total flux cleaned = 0.000162457 Jy ! Component: 1900 - total flux cleaned = 0.000113221 Jy ! Component: 1950 - total flux cleaned = 0.000256404 Jy ! Component: 2000 - total flux cleaned = 0.000256445 Jy ! Component: 2050 - total flux cleaned = 0.000349654 Jy ! Component: 2100 - total flux cleaned = 0.000488025 Jy ! Component: 2150 - total flux cleaned = 0.000579504 Jy ! Component: 2200 - total flux cleaned = 0.000760991 Jy ! Component: 2250 - total flux cleaned = 0.000895093 Jy ! Component: 2300 - total flux cleaned = 0.000939577 Jy ! Component: 2350 - total flux cleaned = 0.00111432 Jy ! Component: 2400 - total flux cleaned = 0.00128622 Jy ! Component: 2450 - total flux cleaned = 0.00137069 Jy ! Component: 2500 - total flux cleaned = 0.00145466 Jy ! Component: 2550 - total flux cleaned = 0.00153755 Jy ! Component: 2600 - total flux cleaned = 0.00161928 Jy ! Component: 2650 - total flux cleaned = 0.00170012 Jy ! Component: 2700 - total flux cleaned = 0.00181991 Jy ! Component: 2750 - total flux cleaned = 0.00185947 Jy ! Component: 2800 - total flux cleaned = 0.00178168 Jy ! Component: 2850 - total flux cleaned = 0.00205146 Jy ! Component: 2900 - total flux cleaned = 0.0020133 Jy ! Component: 2950 - total flux cleaned = 0.00216456 Jy ! Component: 3000 - total flux cleaned = 0.00216457 Jy ! Component: 3050 - total flux cleaned = 0.00231249 Jy ! Component: 3100 - total flux cleaned = 0.00238542 Jy ! Component: 3150 - total flux cleaned = 0.00253081 Jy ! Component: 3200 - total flux cleaned = 0.0026747 Jy ! Component: 3250 - total flux cleaned = 0.00271032 Jy ! Component: 3300 - total flux cleaned = 0.00274541 Jy ! Component: 3350 - total flux cleaned = 0.00285042 Jy ! Component: 3400 - total flux cleaned = 0.00295444 Jy ! Component: 3450 - total flux cleaned = 0.00298863 Jy ! Component: 3500 - total flux cleaned = 0.00305688 Jy ! Component: 3550 - total flux cleaned = 0.0031589 Jy ! Component: 3600 - total flux cleaned = 0.00312518 Jy ! Component: 3650 - total flux cleaned = 0.00325966 Jy ! Component: 3700 - total flux cleaned = 0.00332657 Jy ! Component: 3750 - total flux cleaned = 0.00345932 Jy ! Component: 3800 - total flux cleaned = 0.0034263 Jy ! Component: 3850 - total flux cleaned = 0.00355742 Jy ! Component: 3900 - total flux cleaned = 0.00365554 Jy ! Component: 3950 - total flux cleaned = 0.00365556 Jy ! Component: 4000 - total flux cleaned = 0.00372047 Jy ! Component: 4050 - total flux cleaned = 0.00384886 Jy ! Total flux subtracted in 4096 components = 0.00391278 Jy ! Clean residual min=-0.002058 max=0.001706 Jy/beam ! Clean residual mean=-0.000004 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.538756 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 425 components and 0.538756 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J2101+0341_S_b_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.507 x 13.17 at -19.19 degrees (North through East) ! Clean map min=-0.0053197 max=0.42538 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J2101+0341_S_b_map.fits wmodel /vlbi/uf001/uva//J2101+0341_S_b_map.mod ! Writing 425 model components to file: /vlbi/uf001/uva//J2101+0341_S_b_map.mod wobs /vlbi/uf001/uva//J2101+0341_S_b_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J2101+0341_S_b_uvs.fits wwins /vlbi/uf001/uva//J2101+0341_S_b_map.win ! wwins: Wrote 3 windows to /vlbi/uf001/uva//J2101+0341_S_b_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.425384 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000573344 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.404348 0.404348 0.808695 1.61739 3.23478 6.46956 12.9391 25.8782 51.7565 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.425 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 741.935 quit ! Quitting program ! Log file /vlbi/uf001/uva//J2101+0341_S_b_dfm.log closed on Mon Jan 14 05:43:11 2019