! Started logfile: /vlbi/uf001/uva//J0643+0857_S_a_dfm.log on Sun Jan 13 23:07: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//J0643+0857_S_a_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J0643+0857_S_a_uva.fits ! AN table 1: 111 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.626126 visibilities/baseline/integration-bin. ! Found source: J0643+0857 ! ! 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 2085 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 J0643+0857_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 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002522Jy sigma=20.261418 ! Fit after self-cal, rms=0.913159Jy sigma=18.630095 ! 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=17.61 mas, bmaj=32 mas, bpa=27.77 degrees ! Estimated noise=0.903026 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.0825478 Jy ! Component: 100 - total flux cleaned = 0.129048 Jy ! Total flux subtracted in 100 components = 0.129048 Jy ! Clean residual min=-0.024477 max=0.025827 Jy/beam ! Clean residual mean=-0.001003 rms=0.013039 Jy/beam ! Combined flux in latest and established models = 0.129048 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 69 components and 0.129048 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083088Jy sigma=1.580402 ! Fit after self-cal, rms=0.081298Jy sigma=1.551153 ! 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=18.03 mas, bmaj=30.12 mas, bpa=31 degrees ! Estimated noise=0.785199 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.0162452 Jy ! Component: 100 - total flux cleaned = 0.0254528 Jy ! Component: 150 - total flux cleaned = 0.0284287 Jy ! Component: 200 - total flux cleaned = 0.0271916 Jy ! Total flux subtracted in 200 components = 0.0271916 Jy ! Clean residual min=-0.009424 max=0.009369 Jy/beam ! Clean residual mean=-0.000389 rms=0.005220 Jy/beam ! Combined flux in latest and established models = 0.15624 Jy ! Performing phase self-cal ! Adding 163 model components to the UV plane model. ! The established model now contains 230 components and 0.15624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062404Jy sigma=1.202868 ! Fit after self-cal, rms=0.062017Jy sigma=1.196254 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 18.03 x 30.12 at 31 degrees (North through East) ! Clean map min=-0.019502 max=0.097259 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 108 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.23 KP 1.23 LA 0.93 OV 0.95 ! PT 0.78 ! ! ! Correcting IF 2. ! A total of 108 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.20 KP 1.23 LA 0.90 OV 1.13 ! PT 0.71 ! ! ! Correcting IF 3. ! A total of 108 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.20 KP 1.18 LA 0.93 OV 0.99 ! PT 0.68 ! ! ! Fit before self-cal, rms=0.062017Jy sigma=1.196254 ! Fit after self-cal, rms=0.055767Jy sigma=1.054470 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=18.64 mas, bmaj=33.54 mas, bpa=33.73 degrees ! Estimated noise=0.844508 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.00223328 Jy ! Component: 100 - total flux cleaned = -0.00343329 Jy ! Component: 150 - total flux cleaned = -0.00217422 Jy ! Component: 200 - total flux cleaned = 0.000495382 Jy ! Total flux subtracted in 200 components = 0.000495382 Jy ! Clean residual min=-0.002189 max=0.002217 Jy/beam ! Clean residual mean=-0.000000 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.156735 Jy ! Performing phase self-cal ! Adding 90 model components to the UV plane model. ! The established model now contains 320 components and 0.156735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054234Jy sigma=1.013705 ! Fit after self-cal, rms=0.054579Jy sigma=1.009949 ! 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.054579Jy sigma=1.009949 ! Fit after self-cal, rms=0.055800Jy sigma=1.004601 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=18.46 mas, bmaj=33.75 mas, bpa=34.07 degrees ! Estimated noise=0.855776 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000454141 Jy ! Component: 100 - total flux cleaned = 0.000320442 Jy ! Component: 150 - total flux cleaned = 0.00040182 Jy ! Component: 200 - total flux cleaned = 0.000762052 Jy ! Total flux subtracted in 200 components = 0.000762052 Jy ! Clean residual min=-0.000718 max=0.000720 Jy/beam ! Clean residual mean=0.000001 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.157497 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 383 components and 0.157497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055650Jy sigma=1.002253 ! Fit after self-cal, rms=0.055612Jy sigma=1.001650 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 = -8.40679e-05 Jy ! Component: 100 - total flux cleaned = -0.000581807 Jy ! Component: 150 - total flux cleaned = -0.00114229 Jy ! Component: 200 - total flux cleaned = -0.00141703 Jy ! Total flux subtracted in 200 components = -0.00141703 Jy ! Clean residual min=-0.000618 max=0.000617 Jy/beam ! Clean residual mean=-0.000002 rms=0.000274 Jy/beam ! Combined flux in latest and established models = 0.15608 Jy ! Performing phase self-cal ! Adding 83 model components to the UV plane model. ! The established model now contains 457 components and 0.15608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055520Jy sigma=1.000169 ! Fit after self-cal, rms=0.055482Jy sigma=0.999791 ! 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.055482Jy sigma=0.999791 ! Fit after self-cal, rms=0.055504Jy sigma=0.999674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=18.42 mas, bmaj=33.76 mas, bpa=34.13 degrees ! Estimated noise=0.855793 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.84929e-05 Jy ! Component: 100 - total flux cleaned = -0.000340875 Jy ! Component: 150 - total flux cleaned = -0.000944405 Jy ! Component: 200 - total flux cleaned = -0.00149997 Jy ! Total flux subtracted in 200 components = -0.00149997 Jy ! Clean residual min=-0.000591 max=0.000588 Jy/beam ! Clean residual mean=-0.000004 rms=0.000254 Jy/beam ! Combined flux in latest and established models = 0.15458 Jy selfcal ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 522 components and 0.15458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055437Jy sigma=0.998432 ! Fit after self-cal, rms=0.055432Jy sigma=0.998168 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.000171122 Jy ! Component: 100 - total flux cleaned = -7.06208e-05 Jy ! Component: 150 - total flux cleaned = -0.000216858 Jy ! Component: 200 - total flux cleaned = -0.00014742 Jy ! Total flux subtracted in 200 components = -0.00014742 Jy ! Clean residual min=-0.000556 max=0.000556 Jy/beam ! Clean residual mean=-0.000003 rms=0.000239 Jy/beam ! Combined flux in latest and established models = 0.154433 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 577 components and 0.154433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055375Jy sigma=0.997232 ! Fit after self-cal, rms=0.055372Jy sigma=0.997048 ! 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.055372Jy sigma=0.997048 ! Fit after self-cal, rms=0.055261Jy sigma=0.996986 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=18.89 mas, bmaj=33.68 mas, bpa=34 degrees ! Estimated noise=0.852324 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.84873e-05 Jy ! Component: 100 - total flux cleaned = -0.000308149 Jy ! Component: 150 - total flux cleaned = -0.000814504 Jy ! Component: 200 - total flux cleaned = -0.00123091 Jy ! Total flux subtracted in 200 components = -0.00123091 Jy ! Clean residual min=-0.000480 max=0.000475 Jy/beam ! Clean residual mean=-0.000005 rms=0.000194 Jy/beam ! Combined flux in latest and established models = 0.153202 Jy selfcal ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 617 components and 0.153202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055216Jy sigma=0.996217 ! Fit after self-cal, rms=0.055223Jy sigma=0.996067 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.000374103 Jy ! Component: 100 - total flux cleaned = 0.000284971 Jy ! Component: 150 - total flux cleaned = -9.41625e-05 Jy ! Component: 200 - total flux cleaned = -0.000367006 Jy ! Total flux subtracted in 200 components = -0.000367006 Jy ! Clean residual min=-0.000441 max=0.000436 Jy/beam ! Clean residual mean=-0.000004 rms=0.000191 Jy/beam ! Combined flux in latest and established models = 0.152835 Jy ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 655 components and 0.152835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055184Jy sigma=0.995410 ! Fit after self-cal, rms=0.055188Jy sigma=0.995274 ! 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=18.35 mas, bmaj=33.79 mas, bpa=34.2 degrees ! Estimated noise=0.853788 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 18.35 x 33.79 at 34.2 degrees (North through East) ! Clean map min=-0.0091252 max=0.089942 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=18.13 mas, bmaj=35.25 mas, bpa=32.03 degrees ! Estimated noise=1.00134 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.085466 Jy ! Component: 100 - total flux cleaned = 0.127806 Jy ! Component: 150 - total flux cleaned = 0.152835 Jy ! Component: 200 - total flux cleaned = 0.161786 Jy ! Total flux subtracted in 200 components = 0.161786 Jy ! Clean residual min=-0.010395 max=0.010315 Jy/beam ! Clean residual mean=-0.000425 rms=0.005532 Jy/beam ! Combined flux in latest and established models = 0.161786 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 122 model components to the UV plane model. ! The established model now contains 122 components and 0.161786 Jy ! Inverting map and beam ! Estimated beam: bmin=18.35 mas, bmaj=33.79 mas, bpa=34.2 degrees ! Estimated noise=0.853788 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.00376665 Jy ! Component: 100 - total flux cleaned = -0.00488104 Jy ! Component: 150 - total flux cleaned = -0.00579043 Jy ! Component: 200 - total flux cleaned = -0.00696885 Jy ! Total flux subtracted in 200 components = -0.00696885 Jy ! Clean residual min=-0.003458 max=0.003454 Jy/beam ! Clean residual mean=-0.000124 rms=0.001806 Jy/beam ! Combined flux in latest and established models = 0.154817 Jy ! Adding 126 model components to the UV plane model. ! The established model now contains 246 components and 0.154817 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=18.89 mas, bmaj=33.68 mas, bpa=34 degrees ! Estimated noise=0.852324 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0009265 Jy ! Component: 100 - total flux cleaned = -0.00201539 Jy ! Component: 150 - total flux cleaned = -0.00292554 Jy ! Component: 200 - total flux cleaned = -0.00280976 Jy ! Total flux subtracted in 200 components = -0.00280976 Jy ! Clean residual min=-0.001614 max=0.001619 Jy/beam ! Clean residual mean=-0.000057 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.152007 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 = 8.79571e-05 Jy ! Component: 100 - total flux cleaned = 0.000323815 Jy ! Component: 150 - total flux cleaned = 0.000324664 Jy ! Component: 200 - total flux cleaned = 0.000206757 Jy ! Total flux subtracted in 200 components = 0.000206757 Jy ! Clean residual min=-0.000979 max=0.000974 Jy/beam ! Clean residual mean=-0.000017 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.152214 Jy ! Adding 220 model components to the UV plane model. ! The established model now contains 459 components and 0.152214 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=18.35 mas, bmaj=33.79 mas, bpa=34.2 degrees ! Estimated noise=0.853788 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000363033 Jy ! Component: 100 - total flux cleaned = -0.00099998 Jy ! Component: 150 - total flux cleaned = -0.00128544 Jy ! Component: 200 - total flux cleaned = -0.00147494 Jy ! Total flux subtracted in 200 components = -0.00147494 Jy ! Clean residual min=-0.000497 max=0.000494 Jy/beam ! Clean residual mean=-0.000006 rms=0.000240 Jy/beam ! Combined flux in latest and established models = 0.150739 Jy selfcal ! Performing phase self-cal ! Adding 108 model components to the UV plane model. ! The established model now contains 559 components and 0.150739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055179Jy sigma=0.995322 ! Fit after self-cal, rms=0.055220Jy sigma=0.994716 wmodel J0643+0857_S_a_map.mod ! Writing 559 model components to file: J0643+0857_S_a_map.mod wobs J0643+0857_S_a_uvs.fits ! Writing UV FITS file: J0643+0857_S_a_uvs.fits wwins J0643+0857_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/uva//J0643+0857_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 18.35 x 33.79 at 34.2 degrees (North through East) ! Clean map min=-0.0078309 max=0.083479 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J0643+0857_S_a_map.fits wmodel /vlbi/uf001/uva//J0643+0857_S_a_map.mod ! Writing 559 model components to file: /vlbi/uf001/uva//J0643+0857_S_a_map.mod wobs /vlbi/uf001/uva//J0643+0857_S_a_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J0643+0857_S_a_uvs.fits wwins /vlbi/uf001/uva//J0643+0857_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.0834791 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000290781 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.04498 1.04498 2.08997 4.17993 8.35987 16.7197 33.4395 66.879 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.083 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 287.085 quit ! Quitting program ! Log file /vlbi/uf001/uva//J0643+0857_S_a_dfm.log closed on Sun Jan 13 23:07:30 2019