! Started logfile: /vlbi/uf001/uvm//J1033+071B_S_a_dfm.log on Sun Jan 13 21:20:53 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/uvm//J1033+071B_S_a_uvm.fits ! Reading UV FITS file: /vlbi/uf001/uvm//J1033+071B_S_a_uvm.fits ! AN table 1: 9 integrations on 1 of 1 possible baselines. ! AN table 2: 4 integrations on 6 of 6 possible baselines. ! AN table 3: 5 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.953704 visibilities/baseline/integration-bin. ! Found source: J1033+071B ! ! 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 309 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 J1033+071B_S_a] 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 18 telescope corrections were flagged in sub-array 1. ! A total of 5 telescope corrections were flagged in sub-array 2. ! A total of 6 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! A total of 5 telescope corrections were flagged in sub-array 2. ! A total of 6 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! A total of 5 telescope corrections were flagged in sub-array 2. ! A total of 6 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.043568Jy sigma=18.387573 ! Fit after self-cal, rms=0.824621Jy sigma=14.752023 ! 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=5.28 mas, bmaj=18.14 mas, bpa=-12.41 degrees ! Estimated noise=3.16556 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 = 0.133648 Jy ! Component: 100 - total flux cleaned = 0.192366 Jy ! Total flux subtracted in 100 components = 0.192366 Jy ! Clean residual min=-0.025168 max=0.028156 Jy/beam ! Clean residual mean=0.000155 rms=0.008748 Jy/beam ! Combined flux in latest and established models = 0.192366 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.192366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096460Jy sigma=1.664398 ! Fit after self-cal, rms=0.095820Jy sigma=1.651907 ! 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=6.788 mas, bmaj=16.64 mas, bpa=-14.68 degrees ! Estimated noise=2.70725 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.0452187 Jy ! Component: 100 - total flux cleaned = 0.0719192 Jy ! Component: 150 - total flux cleaned = 0.0884174 Jy ! Component: 200 - total flux cleaned = 0.0942754 Jy ! Total flux subtracted in 200 components = 0.0942754 Jy ! Clean residual min=-0.007604 max=0.007620 Jy/beam ! Clean residual mean=0.000080 rms=0.002829 Jy/beam ! Combined flux in latest and established models = 0.286642 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 84 components and 0.286642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069828Jy sigma=1.141439 ! Fit after self-cal, rms=0.069517Jy sigma=1.135680 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.788 x 16.64 at -14.68 degrees (North through East) ! Clean map min=-0.008441 max=0.17735 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* MK 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! HN 1.00 LA 1.06 OV 0.90 PT 1.01 ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.05 KP 0.99 LA 0.99 NL 0.93 ! OV 1.01 PT 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* MK 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! HN 1.18 LA 0.88 OV 0.85 PT 1.08 ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.07 KP 1.01 LA 1.02 NL 1.11 ! OV 0.95 PT 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* MK 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! HN 0.81 LA 1.05 OV 0.87 PT 0.98 ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.89 KP 0.92 LA 1.00 NL 1.04 ! OV 0.88 PT 1.00 ! ! ! Fit before self-cal, rms=0.069517Jy sigma=1.135680 ! Fit after self-cal, rms=0.065295Jy sigma=1.068661 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.63 mas, bmaj=16.47 mas, bpa=-14.75 degrees ! Estimated noise=2.66352 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.00602497 Jy ! Component: 100 - total flux cleaned = 0.0080383 Jy ! Component: 150 - total flux cleaned = 0.00823446 Jy ! Component: 200 - total flux cleaned = 0.00776773 Jy ! Total flux subtracted in 200 components = 0.00776773 Jy ! Clean residual min=-0.002450 max=0.002425 Jy/beam ! Clean residual mean=0.000001 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.29441 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 140 components and 0.294409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063756Jy sigma=1.044087 ! Fit after self-cal, rms=0.063776Jy sigma=1.043286 ! 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.063776Jy sigma=1.043286 ! Fit after self-cal, rms=0.063892Jy sigma=1.042662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.596 mas, bmaj=16.52 mas, bpa=-14.7 degrees ! Estimated noise=2.65706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00103731 Jy ! Component: 100 - total flux cleaned = 0.00201202 Jy ! Component: 150 - total flux cleaned = 0.00257256 Jy ! Component: 200 - total flux cleaned = 0.00329085 Jy ! Total flux subtracted in 200 components = 0.00329085 Jy ! Clean residual min=-0.001666 max=0.001669 Jy/beam ! Clean residual mean=0.000004 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.2977 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 184 components and 0.2977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063435Jy sigma=1.035556 ! Fit after self-cal, rms=0.063434Jy sigma=1.035436 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.00122692 Jy ! Component: 100 - total flux cleaned = 0.00233625 Jy ! Component: 150 - total flux cleaned = 0.00330076 Jy ! Component: 200 - total flux cleaned = 0.00439188 Jy ! Total flux subtracted in 200 components = 0.00439188 Jy ! Clean residual min=-0.001359 max=0.001363 Jy/beam ! Clean residual mean=0.000005 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.302092 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 233 components and 0.302092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063182Jy sigma=1.031425 ! Fit after self-cal, rms=0.063178Jy sigma=1.031339 ! 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.063178Jy sigma=1.031339 ! Fit after self-cal, rms=0.062882Jy sigma=1.031026 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.548 mas, bmaj=16.53 mas, bpa=-14.66 degrees ! Estimated noise=2.64316 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00063806 Jy ! Component: 100 - total flux cleaned = 0.00120093 Jy ! Component: 150 - total flux cleaned = 0.00135549 Jy ! Component: 200 - total flux cleaned = 0.00165072 Jy ! Total flux subtracted in 200 components = 0.00165072 Jy ! Clean residual min=-0.001206 max=0.001206 Jy/beam ! Clean residual mean=0.000004 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.303743 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 265 components and 0.303743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062690Jy sigma=1.027871 ! Fit after self-cal, rms=0.062688Jy sigma=1.027808 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.000300086 Jy ! Component: 100 - total flux cleaned = 0.00071939 Jy ! Component: 150 - total flux cleaned = 0.00118936 Jy ! Component: 200 - total flux cleaned = 0.00145308 Jy ! Total flux subtracted in 200 components = 0.00145308 Jy ! Clean residual min=-0.001058 max=0.001069 Jy/beam ! Clean residual mean=0.000004 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.305196 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 278 components and 0.305196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062546Jy sigma=1.025445 ! Fit after self-cal, rms=0.062545Jy sigma=1.025400 ! 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.062545Jy sigma=1.025400 ! Fit after self-cal, rms=0.062211Jy sigma=1.025120 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.026 mas, bmaj=16.46 mas, bpa=-16.94 degrees ! Estimated noise=2.79588 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000605523 Jy ! Component: 100 - total flux cleaned = 0.000767914 Jy ! Component: 150 - total flux cleaned = 0.000869823 Jy ! Component: 200 - total flux cleaned = 0.000967914 Jy ! Total flux subtracted in 200 components = 0.000967914 Jy ! Clean residual min=-0.000784 max=0.000784 Jy/beam ! Clean residual mean=0.000004 rms=0.000269 Jy/beam ! Combined flux in latest and established models = 0.306164 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 308 components and 0.306164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062107Jy sigma=1.023664 ! Fit after self-cal, rms=0.062107Jy sigma=1.023627 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 = -6.94995e-05 Jy ! Component: 100 - total flux cleaned = -0.000116014 Jy ! Component: 150 - total flux cleaned = -0.000162416 Jy ! Component: 200 - total flux cleaned = -0.000162732 Jy ! Total flux subtracted in 200 components = -0.000162732 Jy ! Clean residual min=-0.000724 max=0.000719 Jy/beam ! Clean residual mean=0.000004 rms=0.000248 Jy/beam ! Combined flux in latest and established models = 0.306001 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 336 components and 0.306001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062035Jy sigma=1.022519 ! Fit after self-cal, rms=0.062037Jy sigma=1.022482 ! 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=6.5 mas, bmaj=16.52 mas, bpa=-14.63 degrees ! Estimated noise=2.62978 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.5 x 16.52 at -14.63 degrees (North through East) ! Clean map min=-0.0042775 max=0.16767 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=5.053 mas, bmaj=18.43 mas, bpa=-12.09 degrees ! Estimated noise=2.96295 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.125741 Jy ! Component: 100 - total flux cleaned = 0.183906 Jy ! Component: 150 - total flux cleaned = 0.213205 Jy ! Component: 200 - total flux cleaned = 0.232435 Jy ! Total flux subtracted in 200 components = 0.232435 Jy ! Clean residual min=-0.012892 max=0.013045 Jy/beam ! Clean residual mean=0.000071 rms=0.004494 Jy/beam ! Combined flux in latest and established models = 0.232435 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 52 model components to the UV plane model. ! The established model now contains 52 components and 0.232435 Jy ! Inverting map and beam ! Estimated beam: bmin=6.5 mas, bmaj=16.52 mas, bpa=-14.63 degrees ! Estimated noise=2.62978 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.0213782 Jy ! Component: 100 - total flux cleaned = 0.0330837 Jy ! Component: 150 - total flux cleaned = 0.0371572 Jy ! Component: 200 - total flux cleaned = 0.0397288 Jy ! Total flux subtracted in 200 components = 0.0397288 Jy ! Clean residual min=-0.004699 max=0.004743 Jy/beam ! Clean residual mean=0.000038 rms=0.001790 Jy/beam ! Combined flux in latest and established models = 0.272164 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 117 components and 0.272164 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=9.026 mas, bmaj=16.46 mas, bpa=-16.94 degrees ! Estimated noise=2.79588 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00301067 Jy ! Component: 100 - total flux cleaned = 0.00551347 Jy ! Component: 150 - total flux cleaned = 0.00764735 Jy ! Component: 200 - total flux cleaned = 0.00890634 Jy ! Total flux subtracted in 200 components = 0.00890634 Jy ! Clean residual min=-0.002098 max=0.002095 Jy/beam ! Clean residual mean=0.000020 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 0.28107 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.000116599 Jy ! Component: 100 - total flux cleaned = -0.000321691 Jy ! Component: 150 - total flux cleaned = -0.000323649 Jy ! Component: 200 - total flux cleaned = -0.000413747 Jy ! Total flux subtracted in 200 components = -0.000413747 Jy ! Clean residual min=-0.001491 max=0.001496 Jy/beam ! Clean residual mean=0.000016 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.280656 Jy ! Adding 135 model components to the UV plane model. ! The established model now contains 245 components and 0.280656 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=6.5 mas, bmaj=16.52 mas, bpa=-14.63 degrees ! Estimated noise=2.62978 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000552969 Jy ! Component: 100 - total flux cleaned = 0.000848373 Jy ! Component: 150 - total flux cleaned = 0.000481285 Jy ! Component: 200 - total flux cleaned = 0.000304937 Jy ! Total flux subtracted in 200 components = 0.000304937 Jy ! Clean residual min=-0.001422 max=0.001423 Jy/beam ! Clean residual mean=0.000008 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.280961 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 285 components and 0.280961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062489Jy sigma=1.030625 ! Fit after self-cal, rms=0.062482Jy sigma=1.030278 wmodel J1033+071B_S_a_map.mod ! Writing 285 model components to file: J1033+071B_S_a_map.mod wobs J1033+071B_S_a_uvs.fits ! Writing UV FITS file: J1033+071B_S_a_uvs.fits wwins J1033+071B_S_a_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /vlbi/uf001/uvm//J1033+071B_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.5 x 16.52 at -14.63 degrees (North through East) ! Clean map min=-0.0055514 max=0.15698 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uvm//J1033+071B_S_a_map.fits wmodel /vlbi/uf001/uvm//J1033+071B_S_a_map.mod ! Writing 285 model components to file: /vlbi/uf001/uvm//J1033+071B_S_a_map.mod wobs /vlbi/uf001/uvm//J1033+071B_S_a_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uvm//J1033+071B_S_a_uvs.fits wwins /vlbi/uf001/uvm//J1033+071B_S_a_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 0.156984 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00044005 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.840948 0.840948 1.6819 3.36379 6.72758 13.4552 26.9103 53.8207 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.156 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 356.74 quit ! Quitting program ! Log file /vlbi/uf001/uvm//J1033+071B_S_a_dfm.log closed on Sun Jan 13 21:20:56 2019