! Started logfile: /vlbi/uf001/uva//J1336-1529_S_dfm.log on Mon Jan 14 02:29: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/uva//J1336-1529_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1336-1529_S_uva.fits ! AN table 1: 87 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.923372 visibilities/baseline/integration-bin. ! Found source: J1336-1529 ! ! 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 8676 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 J1336-1529_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 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004308Jy sigma=17.877023 ! Fit after self-cal, rms=0.936475Jy sigma=16.668601 ! 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.579 mas, bmaj=6.739 mas, bpa=1.593 degrees ! Estimated noise=0.69198 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0478907 Jy ! Component: 100 - total flux cleaned = 0.0631434 Jy ! Total flux subtracted in 100 components = 0.0631434 Jy ! Clean residual min=-0.003769 max=0.007224 Jy/beam ! Clean residual mean=-0.000002 rms=0.001109 Jy/beam ! Combined flux in latest and established models = 0.0631434 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0631434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072767Jy sigma=1.246826 ! Fit after self-cal, rms=0.071824Jy sigma=1.232021 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00912573 Jy ! Component: 100 - total flux cleaned = 0.0142516 Jy ! Total flux subtracted in 100 components = 0.0142516 Jy ! Clean residual min=-0.003340 max=0.003711 Jy/beam ! Clean residual mean=-0.000004 rms=0.000882 Jy/beam ! Combined flux in latest and established models = 0.077395 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 21 components and 0.077395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070367Jy sigma=1.203624 ! Fit after self-cal, rms=0.070301Jy sigma=1.202939 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.079 mas, bmaj=7.918 mas, bpa=2.524 degrees ! Estimated noise=0.440429 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (2.5, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00502215 Jy ! Component: 100 - total flux cleaned = 0.00792329 Jy ! Component: 150 - total flux cleaned = 0.00989993 Jy ! Component: 200 - total flux cleaned = 0.0113458 Jy ! Total flux subtracted in 200 components = 0.0113458 Jy ! Clean residual min=-0.002528 max=0.002772 Jy/beam ! Clean residual mean=-0.000005 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.0887407 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 55 components and 0.0887407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069946Jy sigma=1.195506 ! Fit after self-cal, rms=0.069909Jy sigma=1.195080 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.079 x 7.918 at 2.524 degrees (North through East) ! Clean map min=-0.002465 max=0.065684 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 1.08 KP 0.96 ! LA 0.90 MK 1.05 NL 1.09 OV 0.98 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.94 HN 1.08 KP 0.95 ! LA 0.92 MK 1.01 NL 1.13 OV 0.97 ! SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.94 HN 1.03 KP 1.03 ! LA 0.94 MK 0.98 NL 1.08 OV 1.00 ! SC 0.96 ! ! ! Fit before self-cal, rms=0.069909Jy sigma=1.195080 ! Fit after self-cal, rms=0.070033Jy sigma=1.190973 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.093 mas, bmaj=7.945 mas, bpa=3.053 degrees ! Estimated noise=0.436198 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.000241906 Jy ! Component: 100 - total flux cleaned = -0.000333726 Jy ! Component: 150 - total flux cleaned = -0.000386462 Jy ! Component: 200 - total flux cleaned = -0.000410474 Jy ! Total flux subtracted in 200 components = -0.000410474 Jy ! Clean residual min=-0.002376 max=0.002141 Jy/beam ! Clean residual mean=-0.000006 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.0883303 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 69 components and 0.0883303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070008Jy sigma=1.190565 ! Fit after self-cal, rms=0.070092Jy sigma=1.190233 ! 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.070092Jy sigma=1.190233 ! Fit after self-cal, rms=0.072242Jy sigma=1.186990 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.091 mas, bmaj=7.936 mas, bpa=3.126 degrees ! Estimated noise=0.437517 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000388366 Jy ! Component: 100 - total flux cleaned = 0.000556613 Jy ! Component: 150 - total flux cleaned = 0.000596801 Jy ! Component: 200 - total flux cleaned = 0.000633751 Jy ! Total flux subtracted in 200 components = 0.000633751 Jy ! Clean residual min=-0.002024 max=0.001996 Jy/beam ! Clean residual mean=-0.000004 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.088964 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 81 components and 0.088964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072228Jy sigma=1.186739 ! Fit after self-cal, rms=0.072289Jy sigma=1.186603 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 = -1.78547e-05 Jy ! Component: 100 - total flux cleaned = -1.72503e-05 Jy ! Component: 150 - total flux cleaned = 1.58192e-05 Jy ! Component: 200 - total flux cleaned = 1.55071e-05 Jy ! Total flux subtracted in 200 components = 1.55071e-05 Jy ! Clean residual min=-0.001953 max=0.002011 Jy/beam ! Clean residual mean=-0.000005 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.0889795 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 86 components and 0.0889795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072282Jy sigma=1.186472 ! Fit after self-cal, rms=0.072283Jy sigma=1.186465 ! Inverting map ! Added new window around map position (37, 72). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140918 Jy ! Component: 100 - total flux cleaned = 0.00149436 Jy ! Component: 150 - total flux cleaned = 0.00134019 Jy ! Component: 200 - total flux cleaned = 0.00118202 Jy ! Total flux subtracted in 200 components = 0.00118202 Jy ! Clean residual min=-0.001784 max=0.001666 Jy/beam ! Clean residual mean=-0.000004 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.0901616 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 107 components and 0.0901616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072232Jy sigma=1.185613 ! Fit after self-cal, rms=0.072229Jy sigma=1.185513 ! 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.072229Jy sigma=1.185513 ! Fit after self-cal, rms=0.072906Jy sigma=1.185128 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.08 mas, bmaj=7.907 mas, bpa=3.235 degrees ! Estimated noise=0.435554 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000308639 Jy ! Component: 100 - total flux cleaned = 0.00025174 Jy ! Component: 150 - total flux cleaned = 0.000201124 Jy ! Component: 200 - total flux cleaned = 0.00017792 Jy ! Total flux subtracted in 200 components = 0.00017792 Jy ! Clean residual min=-0.001751 max=0.001556 Jy/beam ! Clean residual mean=-0.000004 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.0903395 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 116 components and 0.0903395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072889Jy sigma=1.184811 ! Fit after self-cal, rms=0.072913Jy sigma=1.184771 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 = 3.26354e-05 Jy ! Component: 100 - total flux cleaned = -9.21384e-06 Jy ! Component: 150 - total flux cleaned = -4.78591e-05 Jy ! Component: 200 - total flux cleaned = -2.98999e-05 Jy ! Total flux subtracted in 200 components = -2.98999e-05 Jy ! Clean residual min=-0.001699 max=0.001582 Jy/beam ! Clean residual mean=-0.000004 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.0903096 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 128 components and 0.0903096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072903Jy sigma=1.184594 ! Fit after self-cal, rms=0.072904Jy sigma=1.184590 ! 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.072904Jy sigma=1.184590 ! Fit after self-cal, rms=0.072907Jy sigma=1.184558 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.009 mas, bmaj=13.86 mas, bpa=7.635 degrees ! Estimated noise=0.5738 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000128422 Jy ! Component: 100 - total flux cleaned = 2.33706e-05 Jy ! Component: 150 - total flux cleaned = 2.32421e-05 Jy ! Component: 200 - total flux cleaned = 3.87182e-05 Jy ! Total flux subtracted in 200 components = 3.87182e-05 Jy ! Clean residual min=-0.001910 max=0.001675 Jy/beam ! Clean residual mean=-0.000007 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.0903483 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 142 components and 0.0903483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072904Jy sigma=1.184619 ! Fit after self-cal, rms=0.072910Jy sigma=1.184570 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.00018152 Jy ! Component: 100 - total flux cleaned = 0.000154071 Jy ! Component: 150 - total flux cleaned = 0.000128364 Jy ! Component: 200 - total flux cleaned = 9.37735e-05 Jy ! Total flux subtracted in 200 components = 9.37735e-05 Jy ! Clean residual min=-0.001875 max=0.001695 Jy/beam ! Clean residual mean=-0.000007 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.0904421 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 151 components and 0.0904421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072912Jy sigma=1.184663 ! Fit after self-cal, rms=0.072915Jy sigma=1.184651 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "============== Finished amplitude self-cal ==============" ! ============== Finished amplitude self-cal ============== restore ! Inverting map and beam ! Estimated beam: bmin=3.075 mas, bmaj=7.891 mas, bpa=3.289 degrees ! Estimated noise=0.435296 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.075 x 7.891 at 3.289 degrees (North through East) ! Clean map min=-0.0016038 max=0.064491 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.575 mas, bmaj=6.698 mas, bpa=2.506 degrees ! Estimated noise=0.680816 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0473493 Jy ! Component: 100 - total flux cleaned = 0.0638405 Jy ! Component: 150 - total flux cleaned = 0.0727143 Jy ! Component: 200 - total flux cleaned = 0.0774923 Jy ! Total flux subtracted in 200 components = 0.0774923 Jy ! Clean residual min=-0.003204 max=0.003449 Jy/beam ! Clean residual mean=-0.000004 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.0774923 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.0774923 Jy ! Inverting map and beam ! Estimated beam: bmin=3.075 mas, bmaj=7.891 mas, bpa=3.289 degrees ! Estimated noise=0.435296 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.00443488 Jy ! Component: 100 - total flux cleaned = 0.0071737 Jy ! Component: 150 - total flux cleaned = 0.00923281 Jy ! Component: 200 - total flux cleaned = 0.0108391 Jy ! Total flux subtracted in 200 components = 0.0108391 Jy ! Clean residual min=-0.002086 max=0.001891 Jy/beam ! Clean residual mean=-0.000004 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.0883313 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 46 components and 0.0883313 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.009 mas, bmaj=13.86 mas, bpa=7.635 degrees ! Estimated noise=0.5738 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000970134 Jy ! Component: 100 - total flux cleaned = 0.00125977 Jy ! Component: 150 - total flux cleaned = 0.00161783 Jy ! Component: 200 - total flux cleaned = 0.00191026 Jy ! Total flux subtracted in 200 components = 0.00191026 Jy ! Clean residual min=-0.001920 max=0.001734 Jy/beam ! Clean residual mean=-0.000007 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.0902416 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.000111685 Jy ! Component: 100 - total flux cleaned = 0.000113234 Jy ! Component: 150 - total flux cleaned = 0.000136193 Jy ! Component: 200 - total flux cleaned = 0.000134874 Jy ! Total flux subtracted in 200 components = 0.000134874 Jy ! Clean residual min=-0.001896 max=0.001684 Jy/beam ! Clean residual mean=-0.000007 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.0903765 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 74 components and 0.0903765 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.075 mas, bmaj=7.891 mas, bpa=3.289 degrees ! Estimated noise=0.435296 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000125981 Jy ! Component: 100 - total flux cleaned = -0.000234178 Jy ! Component: 150 - total flux cleaned = -0.000267226 Jy ! Component: 200 - total flux cleaned = -0.000296494 Jy ! Total flux subtracted in 200 components = -0.000296494 Jy ! Clean residual min=-0.001859 max=0.001637 Jy/beam ! Clean residual mean=-0.000003 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.09008 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 98 components and 0.09008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072948Jy sigma=1.185243 ! Fit after self-cal, rms=0.072934Jy sigma=1.185147 wmodel J1336-1529_S_map.mod ! Writing 98 model components to file: J1336-1529_S_map.mod wobs J1336-1529_S_uvs.fits ! Writing UV FITS file: J1336-1529_S_uvs.fits wwins J1336-1529_S_map.win ! wwins: Wrote 3 windows to J1336-1529_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000661696 Jy ! Component: 100 - total flux cleaned = -0.0008699 Jy ! Component: 150 - total flux cleaned = -0.000869459 Jy ! Component: 200 - total flux cleaned = -0.000842274 Jy ! Component: 250 - total flux cleaned = -0.000816225 Jy ! Component: 300 - total flux cleaned = -0.000765525 Jy ! Component: 350 - total flux cleaned = -0.000813341 Jy ! Component: 400 - total flux cleaned = -0.000741168 Jy ! Component: 450 - total flux cleaned = -0.000764003 Jy ! Component: 500 - total flux cleaned = -0.000718779 Jy ! Component: 550 - total flux cleaned = -0.000741579 Jy ! Component: 600 - total flux cleaned = -0.00069799 Jy ! Component: 650 - total flux cleaned = -0.000676692 Jy ! Component: 700 - total flux cleaned = -0.000635006 Jy ! Component: 750 - total flux cleaned = -0.000676364 Jy ! Component: 800 - total flux cleaned = -0.000656225 Jy ! Component: 850 - total flux cleaned = -0.000716248 Jy ! Component: 900 - total flux cleaned = -0.000775004 Jy ! Component: 950 - total flux cleaned = -0.00077512 Jy ! Component: 1000 - total flux cleaned = -0.000851574 Jy ! Component: 1050 - total flux cleaned = -0.000833044 Jy ! Component: 1100 - total flux cleaned = -0.000870656 Jy ! Component: 1150 - total flux cleaned = -0.000907706 Jy ! Component: 1200 - total flux cleaned = -0.000997911 Jy ! Component: 1250 - total flux cleaned = -0.00106866 Jy ! Component: 1300 - total flux cleaned = -0.0009986 Jy ! Component: 1350 - total flux cleaned = -0.00108544 Jy ! Component: 1400 - total flux cleaned = -0.00115358 Jy ! Component: 1450 - total flux cleaned = -0.00115338 Jy ! Component: 1500 - total flux cleaned = -0.0011531 Jy ! Component: 1550 - total flux cleaned = -0.00113662 Jy ! Component: 1600 - total flux cleaned = -0.00121808 Jy ! Component: 1650 - total flux cleaned = -0.00123429 Jy ! Component: 1700 - total flux cleaned = -0.00131351 Jy ! Component: 1750 - total flux cleaned = -0.00136047 Jy ! Component: 1800 - total flux cleaned = -0.00137608 Jy ! Component: 1850 - total flux cleaned = -0.00142204 Jy ! Component: 1900 - total flux cleaned = -0.0014827 Jy ! Component: 1950 - total flux cleaned = -0.00151255 Jy ! Component: 2000 - total flux cleaned = -0.00160183 Jy ! Component: 2050 - total flux cleaned = -0.00168997 Jy ! Component: 2100 - total flux cleaned = -0.00179174 Jy ! Component: 2150 - total flux cleaned = -0.00183492 Jy ! Component: 2200 - total flux cleaned = -0.00189207 Jy ! Component: 2250 - total flux cleaned = -0.00194855 Jy ! Component: 2300 - total flux cleaned = -0.00201833 Jy ! Component: 2350 - total flux cleaned = -0.00205995 Jy ! Component: 2400 - total flux cleaned = -0.00215587 Jy ! Component: 2450 - total flux cleaned = -0.00219659 Jy ! Component: 2500 - total flux cleaned = -0.00225045 Jy ! Component: 2550 - total flux cleaned = -0.00230386 Jy ! Component: 2600 - total flux cleaned = -0.00235659 Jy ! Component: 2650 - total flux cleaned = -0.00239586 Jy ! Component: 2700 - total flux cleaned = -0.00249992 Jy ! Component: 2750 - total flux cleaned = -0.00258993 Jy ! Component: 2800 - total flux cleaned = -0.00262827 Jy ! Component: 2850 - total flux cleaned = -0.00267888 Jy ! Component: 2900 - total flux cleaned = -0.00267872 Jy ! Component: 2950 - total flux cleaned = -0.00277827 Jy ! Component: 3000 - total flux cleaned = -0.00286468 Jy ! Component: 3050 - total flux cleaned = -0.00290146 Jy ! Component: 3100 - total flux cleaned = -0.00296223 Jy ! Component: 3150 - total flux cleaned = -0.00305877 Jy ! Component: 3200 - total flux cleaned = -0.0030707 Jy ! Component: 3250 - total flux cleaned = -0.00316553 Jy ! Component: 3300 - total flux cleaned = -0.00320096 Jy ! Component: 3350 - total flux cleaned = -0.00323603 Jy ! Component: 3400 - total flux cleaned = -0.00329391 Jy ! Component: 3450 - total flux cleaned = -0.00338605 Jy ! Component: 3500 - total flux cleaned = -0.00345447 Jy ! Component: 3550 - total flux cleaned = -0.00351103 Jy ! Component: 3600 - total flux cleaned = -0.00355594 Jy ! Component: 3650 - total flux cleaned = -0.00362284 Jy ! Component: 3700 - total flux cleaned = -0.00366723 Jy ! Component: 3750 - total flux cleaned = -0.00371121 Jy ! Component: 3800 - total flux cleaned = -0.00376586 Jy ! Component: 3850 - total flux cleaned = -0.00383096 Jy ! Component: 3900 - total flux cleaned = -0.00386313 Jy ! Component: 3950 - total flux cleaned = -0.00389523 Jy ! Component: 4000 - total flux cleaned = -0.00391651 Jy ! Component: 4050 - total flux cleaned = -0.00395869 Jy ! Total flux subtracted in 4096 components = -0.00402147 Jy ! Clean residual min=-0.000546 max=0.000877 Jy/beam ! Clean residual mean=-0.000002 rms=0.000191 Jy/beam ! Combined flux in latest and established models = 0.0860585 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 383 components and 0.0860584 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1336-1529_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.075 x 7.891 at 3.289 degrees (North through East) ! Clean map min=-0.001426 max=0.064269 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1336-1529_S_map.fits wmodel /vlbi/uf001/uva//J1336-1529_S_map.mod ! Writing 383 model components to file: /vlbi/uf001/uva//J1336-1529_S_map.mod wobs /vlbi/uf001/uva//J1336-1529_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1336-1529_S_uvs.fits wwins /vlbi/uf001/uva//J1336-1529_S_map.win ! wwins: Wrote 4 windows to /vlbi/uf001/uva//J1336-1529_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0642693 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000190634 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.889852 0.889852 1.7797 3.55941 7.11881 14.2376 28.4753 56.9505 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.064 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 337.134 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1336-1529_S_dfm.log closed on Mon Jan 14 02:29:57 2019