! Started logfile: /vlbi/uf001/uva//J2316-4337_S_dfm.log on Mon Jan 14 06:38:33 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//J2316-4337_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J2316-4337_S_uva.fits ! AN table 1: 88 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.69697 visibilities/baseline/integration-bin. ! Found source: J2316-4337 ! ! 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 2760 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 J2316-4337_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 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.185955Jy sigma=13.278874 ! Fit after self-cal, rms=0.488957Jy sigma=5.192498 ! 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=9.051 mas, bmaj=56.82 mas, bpa=-2.956 degrees ! Estimated noise=1.61614 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.457588 Jy ! Component: 100 - total flux cleaned = 0.613966 Jy ! Total flux subtracted in 100 components = 0.613966 Jy ! Clean residual min=-0.052798 max=0.066745 Jy/beam ! Clean residual mean=-0.001341 rms=0.019869 Jy/beam ! Combined flux in latest and established models = 0.613966 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 38 components and 0.613966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.198583Jy sigma=2.065982 ! Fit after self-cal, rms=0.198223Jy sigma=2.062444 ! 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=9.558 mas, bmaj=57.12 mas, bpa=-2.726 degrees ! Estimated noise=1.21407 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.0820146 Jy ! Component: 100 - total flux cleaned = 0.098707 Jy ! Component: 150 - total flux cleaned = 0.110716 Jy ! Component: 200 - total flux cleaned = 0.123275 Jy ! Total flux subtracted in 200 components = 0.123275 Jy ! Clean residual min=-0.020747 max=0.020863 Jy/beam ! Clean residual mean=-0.000566 rms=0.009293 Jy/beam ! Combined flux in latest and established models = 0.73724 Jy ! Performing phase self-cal ! Adding 110 model components to the UV plane model. ! The established model now contains 148 components and 0.73724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.133761Jy sigma=1.379521 ! Fit after self-cal, rms=0.133269Jy sigma=1.374833 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.558 x 57.12 at -2.726 degrees (North through East) ! Clean map min=-0.033458 max=0.58256 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 1.03 LA 0.93 NL 1.24 ! OV 1.05 PT 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 KP 1.01 LA 0.86 NL 1.35 ! OV 0.96 PT 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 KP 1.01 LA 0.90 NL 1.14 ! OV 1.04 PT 0.98 ! ! ! Fit before self-cal, rms=0.133269Jy sigma=1.374833 ! Fit after self-cal, rms=0.116510Jy sigma=1.176591 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=10.02 mas, bmaj=57.58 mas, bpa=-2.128 degrees ! Estimated noise=1.2145 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.00913224 Jy ! Component: 100 - total flux cleaned = 0.0101448 Jy ! Component: 150 - total flux cleaned = 0.0089651 Jy ! Component: 200 - total flux cleaned = 0.00729322 Jy ! Total flux subtracted in 200 components = 0.00729322 Jy ! Clean residual min=-0.005192 max=0.005194 Jy/beam ! Clean residual mean=-0.000039 rms=0.002401 Jy/beam ! Combined flux in latest and established models = 0.744534 Jy ! Performing phase self-cal ! Adding 95 model components to the UV plane model. ! The established model now contains 243 components and 0.744534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.112147Jy sigma=1.134763 ! Fit after self-cal, rms=0.112044Jy sigma=1.133499 ! 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.112044Jy sigma=1.133499 ! Fit after self-cal, rms=0.107755Jy sigma=1.082701 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.03 mas, bmaj=57.83 mas, bpa=-2.177 degrees ! Estimated noise=1.21369 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00111422 Jy ! Component: 100 - total flux cleaned = -0.000663672 Jy ! Component: 150 - total flux cleaned = -0.000440887 Jy ! Component: 200 - total flux cleaned = -0.0011795 Jy ! Total flux subtracted in 200 components = -0.0011795 Jy ! Clean residual min=-0.002844 max=0.002846 Jy/beam ! Clean residual mean=-0.000045 rms=0.001322 Jy/beam ! Combined flux in latest and established models = 0.743354 Jy selfcal ! Performing phase self-cal ! Adding 83 model components to the UV plane model. ! The established model now contains 325 components and 0.743354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.106691Jy sigma=1.072924 ! Fit after self-cal, rms=0.106620Jy sigma=1.072665 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.000271074 Jy ! Component: 100 - total flux cleaned = -0.000549074 Jy ! Component: 150 - total flux cleaned = -0.000945979 Jy ! Component: 200 - total flux cleaned = -0.00164233 Jy ! Total flux subtracted in 200 components = -0.00164233 Jy ! Clean residual min=-0.001821 max=0.001829 Jy/beam ! Clean residual mean=-0.000039 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.741712 Jy ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 397 components and 0.741712 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.106242Jy sigma=1.069387 ! Fit after self-cal, rms=0.106225Jy sigma=1.069320 ! 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.106225Jy sigma=1.069320 ! Fit after self-cal, rms=0.105629Jy sigma=1.061334 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.04 mas, bmaj=57.88 mas, bpa=-2.175 degrees ! Estimated noise=1.21268 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000458983 Jy ! Component: 100 - total flux cleaned = -0.000456873 Jy ! Component: 150 - total flux cleaned = -0.000455696 Jy ! Component: 200 - total flux cleaned = -0.000605738 Jy ! Total flux subtracted in 200 components = -0.000605738 Jy ! Clean residual min=-0.001202 max=0.001196 Jy/beam ! Clean residual mean=-0.000026 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.741106 Jy selfcal ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 458 components and 0.741106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105466Jy sigma=1.059890 ! Fit after self-cal, rms=0.105450Jy sigma=1.059847 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.000154575 Jy ! Component: 100 - total flux cleaned = 0.000153888 Jy ! Component: 150 - total flux cleaned = 3.99076e-05 Jy ! Component: 200 - total flux cleaned = 0.000198969 Jy ! Total flux subtracted in 200 components = 0.000198969 Jy ! Clean residual min=-0.000835 max=0.000835 Jy/beam ! Clean residual mean=-0.000020 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.741305 Jy ! Performing phase self-cal ! Adding 90 model components to the UV plane model. ! The established model now contains 530 components and 0.741305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105379Jy sigma=1.059227 ! Fit after self-cal, rms=0.105374Jy sigma=1.059210 ! 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.105374Jy sigma=1.059210 ! Fit after self-cal, rms=0.105458Jy sigma=1.059179 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.16 mas, bmaj=60.91 mas, bpa=-1.448 degrees ! Estimated noise=1.20588 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.95575e-05 Jy ! Component: 100 - total flux cleaned = -0.000295596 Jy ! Component: 150 - total flux cleaned = -0.000254634 Jy ! Component: 200 - total flux cleaned = -0.00021933 Jy ! Total flux subtracted in 200 components = -0.00021933 Jy ! Clean residual min=-0.000568 max=0.000568 Jy/beam ! Clean residual mean=-0.000014 rms=0.000257 Jy/beam ! Combined flux in latest and established models = 0.741086 Jy selfcal ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 594 components and 0.741086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105428Jy sigma=1.058854 ! Fit after self-cal, rms=0.105427Jy sigma=1.058847 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.000135267 Jy ! Component: 100 - total flux cleaned = -7.31658e-06 Jy ! Component: 150 - total flux cleaned = 0.000114276 Jy ! Component: 200 - total flux cleaned = 0.000321056 Jy ! Total flux subtracted in 200 components = 0.000321056 Jy ! Clean residual min=-0.000484 max=0.000488 Jy/beam ! Clean residual mean=-0.000010 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.741407 Jy ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 649 components and 0.741407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105406Jy sigma=1.058643 ! Fit after self-cal, rms=0.105405Jy sigma=1.058639 ! 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=10.05 mas, bmaj=57.89 mas, bpa=-2.168 degrees ! Estimated noise=1.21259 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.05 x 57.89 at -2.168 degrees (North through East) ! Clean map min=-0.012972 max=0.57716 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105405Jy sigma=1.058639 ! Fit after self-cal, rms=0.095735Jy sigma=0.882779 ! Inverting map and beam ! Estimated beam: bmin=10.04 mas, bmaj=57.89 mas, bpa=-2.175 degrees ! Estimated noise=1.21211 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000330702 Jy ! Component: 100 - total flux cleaned = -0.000331355 Jy ! Component: 150 - total flux cleaned = -0.000230768 Jy ! Component: 200 - total flux cleaned = -0.000265654 Jy ! Total flux subtracted in 200 components = -0.000265654 Jy ! Clean residual min=-0.000528 max=0.000529 Jy/beam ! Clean residual mean=-0.000010 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.741141 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 713 components and 0.741141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.095706Jy sigma=0.882539 ! Fit after self-cal, rms=0.095703Jy sigma=0.882532 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000100537 Jy ! Component: 100 - total flux cleaned = -9.98885e-05 Jy ! Component: 150 - total flux cleaned = -0.000130405 Jy ! Component: 200 - total flux cleaned = -4.23144e-05 Jy ! Total flux subtracted in 200 components = -4.23144e-05 Jy ! Clean residual min=-0.000483 max=0.000487 Jy/beam ! Clean residual mean=-0.000005 rms=0.000198 Jy/beam ! Combined flux in latest and established models = 0.741099 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 753 components and 0.741099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.095682Jy sigma=0.882351 ! Fit after self-cal, rms=0.095679Jy sigma=0.882346 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.095679Jy sigma=0.882346 ! Fit after self-cal, rms=0.095615Jy sigma=0.882339 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=9.466 mas, bmaj=57.62 mas, bpa=-2.533 degrees ! Estimated noise=1.62338 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.453612 Jy ! Component: 100 - total flux cleaned = 0.59722 Jy ! Component: 150 - total flux cleaned = 0.663414 Jy ! Component: 200 - total flux cleaned = 0.697761 Jy ! Total flux subtracted in 200 components = 0.697761 Jy ! Clean residual min=-0.022354 max=0.022249 Jy/beam ! Clean residual mean=-0.000403 rms=0.008862 Jy/beam ! Combined flux in latest and established models = 0.697761 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 86 model components to the UV plane model. ! The established model now contains 86 components and 0.697761 Jy ! Inverting map and beam ! Estimated beam: bmin=10.04 mas, bmaj=57.9 mas, bpa=-2.178 degrees ! Estimated noise=1.21195 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.0189949 Jy ! Component: 100 - total flux cleaned = 0.02812 Jy ! Component: 150 - total flux cleaned = 0.034167 Jy ! Component: 200 - total flux cleaned = 0.0342609 Jy ! Total flux subtracted in 200 components = 0.0342609 Jy ! Clean residual min=-0.010565 max=0.010488 Jy/beam ! Clean residual mean=-0.000185 rms=0.004785 Jy/beam ! Combined flux in latest and established models = 0.732022 Jy ! Adding 110 model components to the UV plane model. ! The established model now contains 196 components and 0.732022 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=11.16 mas, bmaj=60.92 mas, bpa=-1.457 degrees ! Estimated noise=1.20538 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00423347 Jy ! Component: 100 - total flux cleaned = 0.00577458 Jy ! Component: 150 - total flux cleaned = 0.00741461 Jy ! Component: 200 - total flux cleaned = 0.00910609 Jy ! Total flux subtracted in 200 components = 0.00910609 Jy ! Clean residual min=-0.005239 max=0.005241 Jy/beam ! Clean residual mean=-0.000141 rms=0.002502 Jy/beam ! Combined flux in latest and established models = 0.741128 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.00114447 Jy ! Component: 100 - total flux cleaned = 0.00190667 Jy ! Component: 150 - total flux cleaned = 0.00305024 Jy ! Component: 200 - total flux cleaned = 0.00434627 Jy ! Total flux subtracted in 200 components = 0.00434627 Jy ! Clean residual min=-0.003409 max=0.003389 Jy/beam ! Clean residual mean=-0.000094 rms=0.001579 Jy/beam ! Combined flux in latest and established models = 0.745475 Jy ! Adding 192 model components to the UV plane model. ! The established model now contains 376 components and 0.745475 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=10.04 mas, bmaj=57.9 mas, bpa=-2.178 degrees ! Estimated noise=1.21195 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00166748 Jy ! Component: 100 - total flux cleaned = -0.00279417 Jy ! Component: 150 - total flux cleaned = -0.00265246 Jy ! Component: 200 - total flux cleaned = -0.00266248 Jy ! Total flux subtracted in 200 components = -0.00266248 Jy ! Clean residual min=-0.002014 max=0.001997 Jy/beam ! Clean residual mean=-0.000049 rms=0.000950 Jy/beam ! Combined flux in latest and established models = 0.742813 Jy selfcal ! Performing phase self-cal ! Adding 113 model components to the UV plane model. ! The established model now contains 488 components and 0.742812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096061Jy sigma=0.887534 ! Fit after self-cal, rms=0.096051Jy sigma=0.887171 wmodel J2316-4337_S_map.mod ! Writing 488 model components to file: J2316-4337_S_map.mod wobs J2316-4337_S_uvs.fits ! Writing UV FITS file: J2316-4337_S_uvs.fits wwins J2316-4337_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//J2316-4337_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.04 x 57.9 at -2.178 degrees (North through East) ! Clean map min=-0.014351 max=0.5806 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J2316-4337_S_map.fits wmodel /vlbi/uf001/uva//J2316-4337_S_map.mod ! Writing 488 model components to file: /vlbi/uf001/uva//J2316-4337_S_map.mod wobs /vlbi/uf001/uva//J2316-4337_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J2316-4337_S_uvs.fits wwins /vlbi/uf001/uva//J2316-4337_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.580605 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000936453 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.483868 0.483868 0.967736 1.93547 3.87094 7.74188 15.4838 30.9675 61.9351 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0028 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.58 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 620.004 quit ! Quitting program ! Log file /vlbi/uf001/uva//J2316-4337_S_dfm.log closed on Mon Jan 14 06:38:37 2019