! Started logfile: /vlbi/uf001/uva//J0004-4736_S_dfm.log on Sun Jan 13 20:22:55 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//J0004-4736_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J0004-4736_S_uva.fits ! AN table 1: 7 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.914286 visibilities/baseline/integration-bin. ! Found source: J0004-4736 ! ! 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 288 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 J0004-4736_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 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.065515Jy sigma=12.591807 ! Fit after self-cal, rms=0.692089Jy sigma=8.215624 ! 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.913 mas, bmaj=34.13 mas, bpa=-9.244 degrees ! Estimated noise=4.28485 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.240175 Jy ! Component: 100 - total flux cleaned = 0.293213 Jy ! Total flux subtracted in 100 components = 0.293213 Jy ! Clean residual min=-0.015263 max=0.017817 Jy/beam ! Clean residual mean=-0.000083 rms=0.005363 Jy/beam ! Combined flux in latest and established models = 0.293213 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.293213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091504Jy sigma=1.074428 ! Fit after self-cal, rms=0.091463Jy sigma=1.074277 ! 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.32 mas, bmaj=36.39 mas, bpa=-8.949 degrees ! Estimated noise=3.94711 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.0229907 Jy ! Component: 100 - total flux cleaned = 0.0327382 Jy ! Component: 150 - total flux cleaned = 0.0352439 Jy ! Component: 200 - total flux cleaned = 0.0371189 Jy ! Total flux subtracted in 200 components = 0.0371189 Jy ! Clean residual min=-0.009775 max=0.010452 Jy/beam ! Clean residual mean=0.000088 rms=0.003200 Jy/beam ! Combined flux in latest and established models = 0.330332 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 35 components and 0.330332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086114Jy sigma=1.015066 ! Fit after self-cal, rms=0.085941Jy sigma=1.014554 ! 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.32 x 36.39 at -8.949 degrees (North through East) ! Clean map min=-0.0093135 max=0.30908 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 KP 1.13 LA 0.95 MK 0.93 ! OV 1.06 PT 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 0.94 LA 0.94 MK 1.06 ! OV 0.99 PT 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.08 KP 0.96 LA 0.99 MK 1.03 ! OV 0.96 PT 1.00 ! ! ! Fit before self-cal, rms=0.085941Jy sigma=1.014554 ! Fit after self-cal, rms=0.084179Jy sigma=0.978769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.331 mas, bmaj=36.47 mas, bpa=-8.936 degrees ! Estimated noise=3.93454 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.00129888 Jy ! Component: 100 - total flux cleaned = -0.00181237 Jy ! Component: 150 - total flux cleaned = -0.00187281 Jy ! Component: 200 - total flux cleaned = -0.00171059 Jy ! Total flux subtracted in 200 components = -0.00171059 Jy ! Clean residual min=-0.007054 max=0.007307 Jy/beam ! Clean residual mean=0.000251 rms=0.002423 Jy/beam ! Combined flux in latest and established models = 0.328621 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 49 components and 0.328621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084079Jy sigma=0.977309 ! Fit after self-cal, rms=0.084085Jy sigma=0.977054 ! 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.084085Jy sigma=0.977054 ! Fit after self-cal, rms=0.084064Jy sigma=0.976981 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.333 mas, bmaj=36.48 mas, bpa=-8.93 degrees ! Estimated noise=3.93312 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000469625 Jy ! Component: 100 - total flux cleaned = -0.000469919 Jy ! Component: 150 - total flux cleaned = -0.000390785 Jy ! Component: 200 - total flux cleaned = -0.000296323 Jy ! Total flux subtracted in 200 components = -0.000296323 Jy ! Clean residual min=-0.007323 max=0.007241 Jy/beam ! Clean residual mean=0.000260 rms=0.002412 Jy/beam ! Combined flux in latest and established models = 0.328325 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 61 components and 0.328325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084044Jy sigma=0.976750 ! Fit after self-cal, rms=0.084051Jy sigma=0.976741 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 = 4.49685e-05 Jy ! Component: 100 - total flux cleaned = 0.00010798 Jy ! Component: 150 - total flux cleaned = 0.000148036 Jy ! Component: 200 - total flux cleaned = 0.000186565 Jy ! Total flux subtracted in 200 components = 0.000186565 Jy ! Clean residual min=-0.007311 max=0.007244 Jy/beam ! Clean residual mean=0.000260 rms=0.002408 Jy/beam ! Combined flux in latest and established models = 0.328511 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 67 components and 0.328511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084040Jy sigma=0.976652 ! Fit after self-cal, rms=0.084043Jy sigma=0.976643 ! 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.084043Jy sigma=0.976643 ! Fit after self-cal, rms=0.084321Jy sigma=0.977052 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.328 mas, bmaj=36.48 mas, bpa=-8.93 degrees ! Estimated noise=3.94455 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012462 Jy ! Component: 100 - total flux cleaned = 0.00191199 Jy ! Component: 150 - total flux cleaned = 0.00204894 Jy ! Component: 200 - total flux cleaned = 0.00206801 Jy ! Total flux subtracted in 200 components = 0.00206801 Jy ! Clean residual min=-0.007335 max=0.007387 Jy/beam ! Clean residual mean=0.000287 rms=0.002423 Jy/beam ! Combined flux in latest and established models = 0.330579 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 81 components and 0.330579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084297Jy sigma=0.976871 ! Fit after self-cal, rms=0.084308Jy sigma=0.976843 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 = -4.32921e-06 Jy ! Component: 100 - total flux cleaned = -3.0999e-06 Jy ! Component: 150 - total flux cleaned = 1.55686e-05 Jy ! Component: 200 - total flux cleaned = 1.68552e-05 Jy ! Total flux subtracted in 200 components = 1.68552e-05 Jy ! Clean residual min=-0.007332 max=0.007322 Jy/beam ! Clean residual mean=0.000287 rms=0.002421 Jy/beam ! Combined flux in latest and established models = 0.330596 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 82 components and 0.330596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084296Jy sigma=0.976798 ! Fit after self-cal, rms=0.084300Jy sigma=0.976789 ! 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.084300Jy sigma=0.976789 ! Fit after self-cal, rms=0.084597Jy sigma=0.976922 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.18 mas, bmaj=43.31 mas, bpa=1.787 degrees ! Estimated noise=5.14756 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00128742 Jy ! Component: 100 - total flux cleaned = 0.0014346 Jy ! Component: 150 - total flux cleaned = 0.00155375 Jy ! Component: 200 - total flux cleaned = 0.00165191 Jy ! Total flux subtracted in 200 components = 0.00165191 Jy ! Clean residual min=-0.008212 max=0.008737 Jy/beam ! Clean residual mean=0.000497 rms=0.003396 Jy/beam ! Combined flux in latest and established models = 0.332248 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 129 components and 0.332248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084572Jy sigma=0.976842 ! Fit after self-cal, rms=0.084583Jy sigma=0.976811 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 = -2.06417e-05 Jy ! Component: 100 - total flux cleaned = -1.92369e-05 Jy ! Component: 150 - total flux cleaned = -6.09194e-07 Jy ! Component: 200 - total flux cleaned = -1.22734e-06 Jy ! Total flux subtracted in 200 components = -1.22734e-06 Jy ! Clean residual min=-0.008274 max=0.008642 Jy/beam ! Clean residual mean=0.000498 rms=0.003398 Jy/beam ! Combined flux in latest and established models = 0.332247 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 132 components and 0.332247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084575Jy sigma=0.976777 ! Fit after self-cal, rms=0.084578Jy sigma=0.976770 ! 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.324 mas, bmaj=36.47 mas, bpa=-8.932 degrees ! Estimated noise=3.95636 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.324 x 36.47 at -8.932 degrees (North through East) ! Clean map min=-0.0072657 max=0.30949 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.907 mas, bmaj=34.17 mas, bpa=-9.2 degrees ! Estimated noise=4.27412 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.239526 Jy ! Component: 100 - total flux cleaned = 0.292591 Jy ! Component: 150 - total flux cleaned = 0.312578 Jy ! Component: 200 - total flux cleaned = 0.321298 Jy ! Total flux subtracted in 200 components = 0.321298 Jy ! Clean residual min=-0.007960 max=0.007437 Jy/beam ! Clean residual mean=0.000134 rms=0.002662 Jy/beam ! Combined flux in latest and established models = 0.321298 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.321298 Jy ! Inverting map and beam ! Estimated beam: bmin=3.324 mas, bmaj=36.47 mas, bpa=-8.932 degrees ! Estimated noise=3.95636 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.00566189 Jy ! Component: 100 - total flux cleaned = 0.00722088 Jy ! Component: 150 - total flux cleaned = 0.00855917 Jy ! Component: 200 - total flux cleaned = 0.00956328 Jy ! Total flux subtracted in 200 components = 0.00956328 Jy ! Clean residual min=-0.007045 max=0.007538 Jy/beam ! Clean residual mean=0.000279 rms=0.002501 Jy/beam ! Combined flux in latest and established models = 0.330861 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 58 components and 0.330861 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=10.18 mas, bmaj=43.31 mas, bpa=1.787 degrees ! Estimated noise=5.14756 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102677 Jy ! Component: 100 - total flux cleaned = 0.00130061 Jy ! Component: 150 - total flux cleaned = 0.00130137 Jy ! Component: 200 - total flux cleaned = 0.00130183 Jy ! Total flux subtracted in 200 components = 0.00130183 Jy ! Clean residual min=-0.008003 max=0.008962 Jy/beam ! Clean residual mean=0.000496 rms=0.003442 Jy/beam ! Combined flux in latest and established models = 0.332163 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 = 9.3641e-07 Jy ! Component: 100 - total flux cleaned = 2.48366e-06 Jy ! Component: 150 - total flux cleaned = 5.44337e-05 Jy ! Component: 200 - total flux cleaned = 5.65875e-05 Jy ! Total flux subtracted in 200 components = 5.65875e-05 Jy ! Clean residual min=-0.008129 max=0.008783 Jy/beam ! Clean residual mean=0.000496 rms=0.003425 Jy/beam ! Combined flux in latest and established models = 0.33222 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 79 components and 0.33222 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.324 mas, bmaj=36.47 mas, bpa=-8.932 degrees ! Estimated noise=3.95636 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.67323e-05 Jy ! Component: 100 - total flux cleaned = -7.47161e-05 Jy ! Component: 150 - total flux cleaned = -0.000111662 Jy ! Component: 200 - total flux cleaned = -1.08284e-05 Jy ! Total flux subtracted in 200 components = -1.08284e-05 Jy ! Clean residual min=-0.007306 max=0.007400 Jy/beam ! Clean residual mean=0.000287 rms=0.002436 Jy/beam ! Combined flux in latest and established models = 0.332209 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 91 components and 0.332209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084601Jy sigma=0.976956 ! Fit after self-cal, rms=0.084600Jy sigma=0.976942 wmodel J0004-4736_S_map.mod ! Writing 91 model components to file: J0004-4736_S_map.mod wobs J0004-4736_S_uvs.fits ! Writing UV FITS file: J0004-4736_S_uvs.fits wwins J0004-4736_S_map.win ! wwins: Wrote 1 windows to J0004-4736_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.000910909 Jy ! Component: 100 - total flux cleaned = 0.00225639 Jy ! Component: 150 - total flux cleaned = 0.00346524 Jy ! Component: 200 - total flux cleaned = 0.00412031 Jy ! Component: 250 - total flux cleaned = 0.005146 Jy ! Component: 300 - total flux cleaned = 0.00618617 Jy ! Component: 350 - total flux cleaned = 0.00716363 Jy ! Component: 400 - total flux cleaned = 0.00801565 Jy ! Component: 450 - total flux cleaned = 0.00909823 Jy ! Component: 500 - total flux cleaned = 0.0100633 Jy ! Component: 550 - total flux cleaned = 0.010861 Jy ! Component: 600 - total flux cleaned = 0.0116255 Jy ! Component: 650 - total flux cleaned = 0.0124149 Jy ! Component: 700 - total flux cleaned = 0.0133991 Jy ! Component: 750 - total flux cleaned = 0.0144081 Jy ! Component: 800 - total flux cleaned = 0.0152891 Jy ! Component: 850 - total flux cleaned = 0.0162006 Jy ! Component: 900 - total flux cleaned = 0.0170432 Jy ! Component: 950 - total flux cleaned = 0.017675 Jy ! Component: 1000 - total flux cleaned = 0.0182472 Jy ! Component: 1050 - total flux cleaned = 0.0188092 Jy ! Component: 1100 - total flux cleaned = 0.0191777 Jy ! Component: 1150 - total flux cleaned = 0.0194956 Jy ! Component: 1200 - total flux cleaned = 0.0198989 Jy ! Component: 1250 - total flux cleaned = 0.0202093 Jy ! Component: 1300 - total flux cleaned = 0.0205599 Jy ! Component: 1350 - total flux cleaned = 0.020865 Jy ! Component: 1400 - total flux cleaned = 0.0212112 Jy ! Component: 1450 - total flux cleaned = 0.0215986 Jy ! Component: 1500 - total flux cleaned = 0.0220284 Jy ! Component: 1550 - total flux cleaned = 0.0224581 Jy ! Component: 1600 - total flux cleaned = 0.0228029 Jy ! Component: 1650 - total flux cleaned = 0.0231493 Jy ! Component: 1700 - total flux cleaned = 0.0235417 Jy ! Component: 1750 - total flux cleaned = 0.0238929 Jy ! Component: 1800 - total flux cleaned = 0.0242463 Jy ! Component: 1850 - total flux cleaned = 0.0246473 Jy ! Component: 1900 - total flux cleaned = 0.0249623 Jy ! Component: 1950 - total flux cleaned = 0.0252797 Jy ! Component: 2000 - total flux cleaned = 0.0256 Jy ! Component: 2050 - total flux cleaned = 0.0259233 Jy ! Component: 2100 - total flux cleaned = 0.0262501 Jy ! Component: 2150 - total flux cleaned = 0.0264387 Jy ! Component: 2200 - total flux cleaned = 0.0266297 Jy ! Component: 2250 - total flux cleaned = 0.0269674 Jy ! Component: 2300 - total flux cleaned = 0.0272122 Jy ! Component: 2350 - total flux cleaned = 0.0274103 Jy ! Component: 2400 - total flux cleaned = 0.0276603 Jy ! Component: 2450 - total flux cleaned = 0.0278635 Jy ! Component: 2500 - total flux cleaned = 0.0278642 Jy ! Component: 2550 - total flux cleaned = 0.0279689 Jy ! Component: 2600 - total flux cleaned = 0.0280756 Jy ! Component: 2650 - total flux cleaned = 0.0280761 Jy ! Component: 2700 - total flux cleaned = 0.0281859 Jy ! Component: 2750 - total flux cleaned = 0.0281854 Jy ! Component: 2800 - total flux cleaned = 0.0282424 Jy ! Component: 2850 - total flux cleaned = 0.0282423 Jy ! Component: 2900 - total flux cleaned = 0.0282419 Jy ! Component: 2950 - total flux cleaned = 0.0282424 Jy ! Component: 3000 - total flux cleaned = 0.0282419 Jy ! Component: 3050 - total flux cleaned = 0.0281802 Jy ! Component: 3100 - total flux cleaned = 0.0282427 Jy ! Component: 3150 - total flux cleaned = 0.0282426 Jy ! Component: 3200 - total flux cleaned = 0.028243 Jy ! Component: 3250 - total flux cleaned = 0.0281768 Jy ! Component: 3300 - total flux cleaned = 0.028311 Jy ! Component: 3350 - total flux cleaned = 0.0282437 Jy ! Component: 3400 - total flux cleaned = 0.028313 Jy ! Component: 3450 - total flux cleaned = 0.0282417 Jy ! Component: 3500 - total flux cleaned = 0.0283124 Jy ! Component: 3550 - total flux cleaned = 0.0283852 Jy ! Component: 3600 - total flux cleaned = 0.0286083 Jy ! Component: 3650 - total flux cleaned = 0.0288366 Jy ! Component: 3700 - total flux cleaned = 0.02907 Jy ! Component: 3750 - total flux cleaned = 0.029308 Jy ! Component: 3800 - total flux cleaned = 0.0295511 Jy ! Component: 3850 - total flux cleaned = 0.0297164 Jy ! Component: 3900 - total flux cleaned = 0.0299689 Jy ! Component: 3950 - total flux cleaned = 0.0302292 Jy ! Component: 4000 - total flux cleaned = 0.0304952 Jy ! Component: 4050 - total flux cleaned = 0.030676 Jy ! Total flux subtracted in 4096 components = 0.0310469 Jy ! Clean residual min=-0.004944 max=0.005240 Jy/beam ! Clean residual mean=-0.000007 rms=0.001484 Jy/beam ! Combined flux in latest and established models = 0.363256 Jy keep ! Adding 196 model components to the UV plane model. ! The established model now contains 287 components and 0.363256 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J0004-4736_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.324 x 36.47 at -8.932 degrees (North through East) ! Clean map min=-0.010429 max=0.3059 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J0004-4736_S_map.fits wmodel /vlbi/uf001/uva//J0004-4736_S_map.mod ! Writing 287 model components to file: /vlbi/uf001/uva//J0004-4736_S_map.mod wobs /vlbi/uf001/uva//J0004-4736_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J0004-4736_S_uvs.fits wwins /vlbi/uf001/uva//J0004-4736_S_map.win ! wwins: Wrote 2 windows to /vlbi/uf001/uva//J0004-4736_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.305899 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00149933 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.47042 1.47042 2.94084 5.88167 11.7633 23.5267 47.0534 94.1068 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0044 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.305 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 204.023 quit ! Quitting program ! Log file /vlbi/uf001/uva//J0004-4736_S_dfm.log closed on Sun Jan 13 20:22:59 2019