! Started logfile: /vlbi/uf001/uva//J1010-020A_S_dfm.log on Mon Jan 14 00:46:27 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-020A_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1010-020A_S_uva.fits ! AN table 1: 14 integrations on 1 of 1 possible baselines. ! AN table 2: 14 integrations on 3 of 3 possible baselines. ! AN table 3: 28 integrations on 10 of 10 possible baselines. ! AN table 4: 14 integrations on 3 of 3 possible baselines. ! Apparent sampling: 0.666667 visibilities/baseline/integration-bin. ! Found source: J1010-020A ! ! 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 756 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-020A_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 28 telescope corrections were flagged in sub-array 1. ! A total of 6 telescope corrections were flagged in sub-array 2. ! A total of 80 telescope corrections were flagged in sub-array 3. ! A total of 6 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! A total of 6 telescope corrections were flagged in sub-array 2. ! A total of 80 telescope corrections were flagged in sub-array 3. ! A total of 6 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! A total of 6 telescope corrections were flagged in sub-array 2. ! A total of 80 telescope corrections were flagged in sub-array 3. ! A total of 6 telescope corrections were flagged in sub-array 4. ! ! Fit before self-cal, rms=0.999368Jy sigma=17.442768 ! Fit after self-cal, rms=0.895875Jy sigma=15.536821 ! 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.036 mas, bmaj=6.595 mas, bpa=-1.166 degrees ! Estimated noise=2.30509 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.0833856 Jy ! Component: 100 - total flux cleaned = 0.117123 Jy ! Total flux subtracted in 100 components = 0.117123 Jy ! Clean residual min=-0.033791 max=0.033945 Jy/beam ! Clean residual mean=-0.000015 rms=0.011188 Jy/beam ! Combined flux in latest and established models = 0.117123 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 43 components and 0.117123 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.109295Jy sigma=1.821498 ! Fit after self-cal, rms=0.106589Jy sigma=1.789982 ! 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=2.633 mas, bmaj=7.744 mas, bpa=-1.496 degrees ! Estimated noise=1.72288 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.0213381 Jy ! Component: 100 - total flux cleaned = 0.0388963 Jy ! Component: 150 - total flux cleaned = 0.0514404 Jy ! Component: 200 - total flux cleaned = 0.0590953 Jy ! Total flux subtracted in 200 components = 0.0590953 Jy ! Clean residual min=-0.011135 max=0.011214 Jy/beam ! Clean residual mean=-0.000011 rms=0.004023 Jy/beam ! Combined flux in latest and established models = 0.176218 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 105 components and 0.176218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079678Jy sigma=1.333054 ! Fit after self-cal, rms=0.075035Jy sigma=1.270334 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.633 x 7.744 at -1.496 degrees (North through East) ! Clean map min=-0.025262 max=0.05746 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* MK 0.00* ! ! A total of 36 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! KP 0.00* LA 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! LA 0.92 MK 0.80 NL 1.00 PT 1.11 ! SC 1.00 ! ! A total of 36 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! HN 0.00* LA 0.00* PT 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* MK 0.00* ! ! A total of 36 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! KP 0.00* LA 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! LA 0.95 MK 0.79 NL 1.21 PT 1.06 ! SC 1.08 ! ! A total of 36 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! HN 0.00* LA 0.00* PT 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* MK 0.00* ! ! A total of 36 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! KP 0.00* LA 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! LA 0.95 MK 0.87 NL 0.97 PT 1.14 ! SC 1.11 ! ! A total of 36 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! HN 0.00* LA 0.00* PT 0.00* ! ! ! Fit before self-cal, rms=0.075035Jy sigma=1.270334 ! Fit after self-cal, rms=0.066846Jy sigma=1.193544 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.115 mas, bmaj=6.518 mas, bpa=-2.789 degrees ! Estimated noise=1.95659 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.0099745 Jy ! Component: 100 - total flux cleaned = 0.0112183 Jy ! Component: 150 - total flux cleaned = 0.0117075 Jy ! Component: 200 - total flux cleaned = 0.0113611 Jy ! Total flux subtracted in 200 components = 0.0113611 Jy ! Clean residual min=-0.002938 max=0.002948 Jy/beam ! Clean residual mean=-0.000034 rms=0.001118 Jy/beam ! Combined flux in latest and established models = 0.187579 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 159 components and 0.187579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063723Jy sigma=1.147230 ! Fit after self-cal, rms=0.062513Jy sigma=1.128474 ! 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.062513Jy sigma=1.128474 ! Fit after self-cal, rms=0.059576Jy sigma=1.125557 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.143 mas, bmaj=6.542 mas, bpa=-2.723 degrees ! Estimated noise=1.89822 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125898 Jy ! Component: 100 - total flux cleaned = 0.00124003 Jy ! Component: 150 - total flux cleaned = 0.00124765 Jy ! Component: 200 - total flux cleaned = 0.000460851 Jy ! Total flux subtracted in 200 components = 0.000460851 Jy ! Clean residual min=-0.003293 max=0.003238 Jy/beam ! Clean residual mean=-0.000047 rms=0.001343 Jy/beam ! Combined flux in latest and established models = 0.18804 Jy selfcal ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 224 components and 0.18804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057863Jy sigma=1.098434 ! Fit after self-cal, rms=0.057017Jy sigma=1.089071 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.000284857 Jy ! Component: 100 - total flux cleaned = 0.000130472 Jy ! Component: 150 - total flux cleaned = -4.5097e-05 Jy ! Component: 200 - total flux cleaned = -0.000491274 Jy ! Total flux subtracted in 200 components = -0.000491274 Jy ! Clean residual min=-0.002375 max=0.002375 Jy/beam ! Clean residual mean=-0.000034 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.187549 Jy ! Performing phase self-cal ! Adding 83 model components to the UV plane model. ! The established model now contains 301 components and 0.187549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055877Jy sigma=1.070358 ! Fit after self-cal, rms=0.055599Jy sigma=1.067583 ! 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.055599Jy sigma=1.067583 ! Fit after self-cal, rms=0.053848Jy sigma=1.065229 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.162 mas, bmaj=6.582 mas, bpa=-2.739 degrees ! Estimated noise=1.84807 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000232152 Jy ! Component: 100 - total flux cleaned = 0.000451817 Jy ! Component: 150 - total flux cleaned = 0.00101336 Jy ! Component: 200 - total flux cleaned = 0.00136541 Jy ! Total flux subtracted in 200 components = 0.00136541 Jy ! Clean residual min=-0.001418 max=0.001417 Jy/beam ! Clean residual mean=-0.000015 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.188914 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 350 components and 0.188914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053548Jy sigma=1.059142 ! Fit after self-cal, rms=0.053483Jy sigma=1.058073 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.000554023 Jy ! Component: 100 - total flux cleaned = 0.00101305 Jy ! Component: 150 - total flux cleaned = 0.00116609 Jy ! Component: 200 - total flux cleaned = 0.00135938 Jy ! Total flux subtracted in 200 components = 0.00135938 Jy ! Clean residual min=-0.000774 max=0.000780 Jy/beam ! Clean residual mean=-0.000006 rms=0.000266 Jy/beam ! Combined flux in latest and established models = 0.190274 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 401 components and 0.190274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053397Jy sigma=1.056107 ! Fit after self-cal, rms=0.053382Jy sigma=1.055914 ! 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.053382Jy sigma=1.055914 ! Fit after self-cal, rms=0.053093Jy sigma=1.055615 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.366 mas, bmaj=13.35 mas, bpa=-4.981 degrees ! Estimated noise=3.40989 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147888 Jy ! Component: 100 - total flux cleaned = 0.00215256 Jy ! Component: 150 - total flux cleaned = 0.00203329 Jy ! Component: 200 - total flux cleaned = 0.00228216 Jy ! Total flux subtracted in 200 components = 0.00228216 Jy ! Clean residual min=-0.001080 max=0.001115 Jy/beam ! Clean residual mean=-0.000013 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.192556 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 430 components and 0.192556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053087Jy sigma=1.055561 ! Fit after self-cal, rms=0.053099Jy sigma=1.055291 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.00102393 Jy ! Component: 100 - total flux cleaned = -0.00100356 Jy ! Component: 150 - total flux cleaned = -0.000896719 Jy ! Component: 200 - total flux cleaned = -0.000871257 Jy ! Total flux subtracted in 200 components = -0.000871257 Jy ! Clean residual min=-0.000443 max=0.000446 Jy/beam ! Clean residual mean=0.000003 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.191685 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 469 components and 0.191685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053070Jy sigma=1.054877 ! Fit after self-cal, rms=0.053067Jy sigma=1.054834 ! 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=2.166 mas, bmaj=6.59 mas, bpa=-2.727 degrees ! Estimated noise=1.8362 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.166 x 6.59 at -2.727 degrees (North through East) ! Clean map min=-0.0090315 max=0.05133 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=1.874 mas, bmaj=6.237 mas, bpa=-2.258 degrees ! Estimated noise=2.39067 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0583261 Jy ! Component: 100 - total flux cleaned = 0.0849432 Jy ! Component: 150 - total flux cleaned = 0.108523 Jy ! Component: 200 - total flux cleaned = 0.116172 Jy ! Total flux subtracted in 200 components = 0.116172 Jy ! Clean residual min=-0.016514 max=0.016423 Jy/beam ! Clean residual mean=-0.000052 rms=0.005638 Jy/beam ! Combined flux in latest and established models = 0.116172 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 60 model components to the UV plane model. ! The established model now contains 60 components and 0.116172 Jy ! Inverting map and beam ! Estimated beam: bmin=2.166 mas, bmaj=6.59 mas, bpa=-2.727 degrees ! Estimated noise=1.8362 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.00804658 Jy ! Component: 100 - total flux cleaned = 0.0114284 Jy ! Component: 150 - total flux cleaned = 0.0110975 Jy ! Component: 200 - total flux cleaned = 0.00747158 Jy ! Total flux subtracted in 200 components = 0.00747158 Jy ! Clean residual min=-0.007092 max=0.007104 Jy/beam ! Clean residual mean=-0.000047 rms=0.002400 Jy/beam ! Combined flux in latest and established models = 0.123644 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 95 components and 0.123644 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=6.366 mas, bmaj=13.35 mas, bpa=-4.981 degrees ! Estimated noise=3.40989 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00464222 Jy ! Component: 100 - total flux cleaned = 0.00610215 Jy ! Component: 150 - total flux cleaned = 0.00669784 Jy ! Component: 200 - total flux cleaned = 0.00772061 Jy ! Total flux subtracted in 200 components = 0.00772061 Jy ! Clean residual min=-0.003531 max=0.003700 Jy/beam ! Clean residual mean=-0.000035 rms=0.001388 Jy/beam ! Combined flux in latest and established models = 0.131364 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.00115185 Jy ! Component: 100 - total flux cleaned = 0.00167806 Jy ! Component: 150 - total flux cleaned = 0.00167905 Jy ! Component: 200 - total flux cleaned = 0.00170868 Jy ! Total flux subtracted in 200 components = 0.00170868 Jy ! Clean residual min=-0.006533 max=0.006529 Jy/beam ! Clean residual mean=-0.000053 rms=0.002362 Jy/beam ! Combined flux in latest and established models = 0.133073 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 161 components and 0.133073 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.166 mas, bmaj=6.59 mas, bpa=-2.727 degrees ! Estimated noise=1.8362 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00331971 Jy ! Component: 100 - total flux cleaned = 0.00476504 Jy ! Component: 150 - total flux cleaned = 0.00660303 Jy ! Component: 200 - total flux cleaned = 0.00736546 Jy ! Total flux subtracted in 200 components = 0.00736546 Jy ! Clean residual min=-0.002458 max=0.002412 Jy/beam ! Clean residual mean=0.000003 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 0.140438 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 192 components and 0.140438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053366Jy sigma=1.061992 ! Fit after self-cal, rms=0.053296Jy sigma=1.060655 wmodel J1010-020A_S_map.mod ! Writing 192 model components to file: J1010-020A_S_map.mod wobs J1010-020A_S_uvs.fits ! Writing UV FITS file: J1010-020A_S_uvs.fits wwins J1010-020A_S_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/uva//J1010-020A_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.166 x 6.59 at -2.727 degrees (North through East) ! Clean map min=-0.015867 max=0.032229 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1010-020A_S_map.fits wmodel /vlbi/uf001/uva//J1010-020A_S_map.mod ! Writing 192 model components to file: /vlbi/uf001/uva//J1010-020A_S_map.mod wobs /vlbi/uf001/uva//J1010-020A_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1010-020A_S_uvs.fits wwins /vlbi/uf001/uva//J1010-020A_S_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.0322285 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000736024 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -6.8513 6.8513 13.7026 27.4052 54.8104 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.032 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 43.787 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1010-020A_S_dfm.log closed on Mon Jan 14 00:46:29 2019