! Started logfile: /vlbi/uf001/uva//J0212-1746_S_dfm.log on Sun Jan 13 21:18:57 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//J0212-1746_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J0212-1746_S_uva.fits ! AN table 1: 48 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.975 visibilities/baseline/integration-bin. ! Found source: J0212-1746 ! ! 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 6318 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 J0212-1746_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 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.998759Jy sigma=16.933938 ! Fit after self-cal, rms=0.830490Jy sigma=14.097430 ! 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.538 mas, bmaj=6.573 mas, bpa=-3.126 degrees ! Estimated noise=0.770968 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.131361 Jy ! Component: 100 - total flux cleaned = 0.160102 Jy ! Total flux subtracted in 100 components = 0.160102 Jy ! Clean residual min=-0.007890 max=0.010928 Jy/beam ! Clean residual mean=0.000008 rms=0.002123 Jy/beam ! Combined flux in latest and established models = 0.160102 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.160102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088704Jy sigma=1.312467 ! Fit after self-cal, rms=0.088681Jy sigma=1.312204 ! 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.083 mas, bmaj=7.789 mas, bpa=-3.086 degrees ! Estimated noise=0.537367 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.0124273 Jy ! Component: 100 - total flux cleaned = 0.0185751 Jy ! Component: 150 - total flux cleaned = 0.0221438 Jy ! Component: 200 - total flux cleaned = 0.0242463 Jy ! Total flux subtracted in 200 components = 0.0242463 Jy ! Clean residual min=-0.008438 max=0.009918 Jy/beam ! Clean residual mean=0.000013 rms=0.001900 Jy/beam ! Combined flux in latest and established models = 0.184348 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 28 components and 0.184348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086794Jy sigma=1.280719 ! Fit after self-cal, rms=0.086797Jy sigma=1.280612 ! 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.083 x 7.789 at -3.086 degrees (North through East) ! Clean map min=-0.0082766 max=0.16954 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.94 HN 1.06 KP 1.01 ! LA 0.93 MK 1.00 NL 1.06 OV 1.00 ! PT 0.97 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.28 FD 0.91 HN 1.10 KP 1.01 ! LA 0.94 MK 1.00 NL 1.13 OV 1.03 ! PT 0.96 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.91 HN 1.10 KP 1.03 ! LA 0.93 MK 1.01 NL 1.11 OV 0.97 ! PT 0.95 SC 0.97 ! ! ! Fit before self-cal, rms=0.086797Jy sigma=1.280612 ! Fit after self-cal, rms=0.092842Jy sigma=1.252972 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.087 mas, bmaj=7.804 mas, bpa=-2.595 degrees ! Estimated noise=0.540654 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.00156699 Jy ! Component: 100 - total flux cleaned = 0.00165005 Jy ! Component: 150 - total flux cleaned = 0.00158838 Jy ! Component: 200 - total flux cleaned = 0.00156059 Jy ! Total flux subtracted in 200 components = 0.00156059 Jy ! Clean residual min=-0.006279 max=0.007598 Jy/beam ! Clean residual mean=0.000019 rms=0.001614 Jy/beam ! Combined flux in latest and established models = 0.185909 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 37 components and 0.185909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092751Jy sigma=1.252718 ! Fit after self-cal, rms=0.092846Jy sigma=1.252464 ! 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.092846Jy sigma=1.252464 ! Fit after self-cal, rms=0.086519Jy sigma=1.199710 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.083 mas, bmaj=7.81 mas, bpa=-2.693 degrees ! Estimated noise=0.5407 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.3623e-05 Jy ! Component: 100 - total flux cleaned = 0.000131499 Jy ! Component: 150 - total flux cleaned = 0.000131447 Jy ! Component: 200 - total flux cleaned = 0.00015 Jy ! Total flux subtracted in 200 components = 0.00015 Jy ! Clean residual min=-0.002685 max=0.003195 Jy/beam ! Clean residual mean=-0.000003 rms=0.000708 Jy/beam ! Combined flux in latest and established models = 0.186059 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.186059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086510Jy sigma=1.199502 ! Fit after self-cal, rms=0.086567Jy sigma=1.199231 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) ! Added new window around map position (-49, 60). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00265905 Jy ! Component: 100 - total flux cleaned = 0.00335437 Jy ! Component: 150 - total flux cleaned = 0.00369358 Jy ! Component: 200 - total flux cleaned = 0.00399949 Jy ! Total flux subtracted in 200 components = 0.00399949 Jy ! Clean residual min=-0.002606 max=0.002512 Jy/beam ! Clean residual mean=-0.000002 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.190058 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 68 components and 0.190058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086475Jy sigma=1.197551 ! Fit after self-cal, rms=0.086470Jy sigma=1.197476 ! 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.086470Jy sigma=1.197476 ! Fit after self-cal, rms=0.086530Jy sigma=1.197277 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.083 mas, bmaj=7.813 mas, bpa=-2.698 degrees ! Estimated noise=0.539697 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0007831 Jy ! Component: 100 - total flux cleaned = 0.000836318 Jy ! Component: 150 - total flux cleaned = 0.000903157 Jy ! Component: 200 - total flux cleaned = 0.000944545 Jy ! Total flux subtracted in 200 components = 0.000944545 Jy ! Clean residual min=-0.002471 max=0.002405 Jy/beam ! Clean residual mean=-0.000001 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.191003 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 80 components and 0.191003 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086516Jy sigma=1.197000 ! Fit after self-cal, rms=0.086516Jy sigma=1.196987 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 = 6.77219e-05 Jy ! Component: 100 - total flux cleaned = 6.82395e-05 Jy ! Component: 150 - total flux cleaned = 6.87412e-05 Jy ! Component: 200 - total flux cleaned = 6.89777e-05 Jy ! Total flux subtracted in 200 components = 6.89777e-05 Jy ! Clean residual min=-0.002464 max=0.002417 Jy/beam ! Clean residual mean=-0.000001 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.191072 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 87 components and 0.191072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086508Jy sigma=1.196849 ! Fit after self-cal, rms=0.086510Jy sigma=1.196849 ! 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.086510Jy sigma=1.196849 ! Fit after self-cal, rms=0.086484Jy sigma=1.196828 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.611 mas, bmaj=15.92 mas, bpa=1.439 degrees ! Estimated noise=0.695272 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000682625 Jy ! Component: 100 - total flux cleaned = 0.000690714 Jy ! Component: 150 - total flux cleaned = 0.000573226 Jy ! Component: 200 - total flux cleaned = 0.00044059 Jy ! Total flux subtracted in 200 components = 0.00044059 Jy ! Clean residual min=-0.003505 max=0.002680 Jy/beam ! Clean residual mean=-0.000002 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.191513 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 93 components and 0.191513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086491Jy sigma=1.196960 ! Fit after self-cal, rms=0.086477Jy sigma=1.196864 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.89727e-06 Jy ! Component: 100 - total flux cleaned = -2.76698e-05 Jy ! Component: 150 - total flux cleaned = -0.000126177 Jy ! Component: 200 - total flux cleaned = -0.000238581 Jy ! Total flux subtracted in 200 components = -0.000238581 Jy ! Clean residual min=-0.003497 max=0.002669 Jy/beam ! Clean residual mean=-0.000002 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.191274 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 95 components and 0.191274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086490Jy sigma=1.197110 ! Fit after self-cal, rms=0.086479Jy sigma=1.197044 ! 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.083 mas, bmaj=7.816 mas, bpa=-2.692 degrees ! Estimated noise=0.539489 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.083 x 7.816 at -2.692 degrees (North through East) ! Clean map min=-0.0024246 max=0.17075 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.536 mas, bmaj=6.611 mas, bpa=-2.679 degrees ! Estimated noise=0.782038 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.133173 Jy ! Component: 100 - total flux cleaned = 0.162612 Jy ! Component: 150 - total flux cleaned = 0.171519 Jy ! Component: 200 - total flux cleaned = 0.176505 Jy ! Total flux subtracted in 200 components = 0.176505 Jy ! Clean residual min=-0.003605 max=0.003861 Jy/beam ! Clean residual mean=-0.000004 rms=0.000952 Jy/beam ! Combined flux in latest and established models = 0.176505 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.176505 Jy ! Inverting map and beam ! Estimated beam: bmin=3.083 mas, bmaj=7.816 mas, bpa=-2.692 degrees ! Estimated noise=0.539489 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) ! Added new window around map position (-4.5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00528728 Jy ! Component: 100 - total flux cleaned = 0.00843928 Jy ! Component: 150 - total flux cleaned = 0.0106971 Jy ! Component: 200 - total flux cleaned = 0.0123919 Jy ! Total flux subtracted in 200 components = 0.0123919 Jy ! Clean residual min=-0.002608 max=0.002486 Jy/beam ! Clean residual mean=-0.000001 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.188897 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 54 components and 0.188897 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.611 mas, bmaj=15.92 mas, bpa=1.439 degrees ! Estimated noise=0.695272 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00175992 Jy ! Component: 100 - total flux cleaned = 0.00220112 Jy ! Component: 150 - total flux cleaned = 0.00227207 Jy ! Component: 200 - total flux cleaned = 0.00230496 Jy ! Total flux subtracted in 200 components = 0.00230496 Jy ! Clean residual min=-0.003154 max=0.002734 Jy/beam ! Clean residual mean=-0.000001 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.191202 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 = 1.56081e-06 Jy ! Component: 100 - total flux cleaned = 2.06124e-06 Jy ! Component: 150 - total flux cleaned = -2.25856e-05 Jy ! Component: 200 - total flux cleaned = -4.52015e-05 Jy ! Total flux subtracted in 200 components = -4.52015e-05 Jy ! Clean residual min=-0.003210 max=0.002717 Jy/beam ! Clean residual mean=-0.000001 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.191157 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 86 components and 0.191157 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.083 mas, bmaj=7.816 mas, bpa=-2.692 degrees ! Estimated noise=0.539489 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000259829 Jy ! Component: 100 - total flux cleaned = -0.000260842 Jy ! Component: 150 - total flux cleaned = -0.000225485 Jy ! Component: 200 - total flux cleaned = -0.000194038 Jy ! Total flux subtracted in 200 components = -0.000194038 Jy ! Clean residual min=-0.002493 max=0.002295 Jy/beam ! Clean residual mean=-0.000001 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.190963 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 103 components and 0.190963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086371Jy sigma=1.195470 ! Fit after self-cal, rms=0.086343Jy sigma=1.195250 wmodel J0212-1746_S_map.mod ! Writing 103 model components to file: J0212-1746_S_map.mod wobs J0212-1746_S_uvs.fits ! Writing UV FITS file: J0212-1746_S_uvs.fits wwins J0212-1746_S_map.win ! wwins: Wrote 3 windows to J0212-1746_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.00111722 Jy ! Component: 100 - total flux cleaned = -0.00143832 Jy ! Component: 150 - total flux cleaned = -0.00155191 Jy ! Component: 200 - total flux cleaned = -0.00169528 Jy ! Component: 250 - total flux cleaned = -0.0017989 Jy ! Component: 300 - total flux cleaned = -0.00189874 Jy ! Component: 350 - total flux cleaned = -0.0019968 Jy ! Component: 400 - total flux cleaned = -0.00215617 Jy ! Component: 450 - total flux cleaned = -0.00212456 Jy ! Component: 500 - total flux cleaned = -0.00212437 Jy ! Component: 550 - total flux cleaned = -0.00218393 Jy ! Component: 600 - total flux cleaned = -0.00218401 Jy ! Component: 650 - total flux cleaned = -0.00226888 Jy ! Component: 700 - total flux cleaned = -0.00224084 Jy ! Component: 750 - total flux cleaned = -0.00210501 Jy ! Component: 800 - total flux cleaned = -0.00210542 Jy ! Component: 850 - total flux cleaned = -0.00200067 Jy ! Component: 900 - total flux cleaned = -0.00197534 Jy ! Component: 950 - total flux cleaned = -0.00195015 Jy ! Component: 1000 - total flux cleaned = -0.00187524 Jy ! Component: 1050 - total flux cleaned = -0.0018019 Jy ! Component: 1100 - total flux cleaned = -0.00172985 Jy ! Component: 1150 - total flux cleaned = -0.00170686 Jy ! Component: 1200 - total flux cleaned = -0.00170725 Jy ! Component: 1250 - total flux cleaned = -0.0018228 Jy ! Component: 1300 - total flux cleaned = -0.00177655 Jy ! Component: 1350 - total flux cleaned = -0.00177622 Jy ! Component: 1400 - total flux cleaned = -0.00177621 Jy ! Component: 1450 - total flux cleaned = -0.00190655 Jy ! Component: 1500 - total flux cleaned = -0.00188458 Jy ! Component: 1550 - total flux cleaned = -0.00192747 Jy ! Component: 1600 - total flux cleaned = -0.00194827 Jy ! Component: 1650 - total flux cleaned = -0.00192833 Jy ! Component: 1700 - total flux cleaned = -0.00207153 Jy ! Component: 1750 - total flux cleaned = -0.00217216 Jy ! Component: 1800 - total flux cleaned = -0.00223162 Jy ! Component: 1850 - total flux cleaned = -0.00225117 Jy ! Component: 1900 - total flux cleaned = -0.00236812 Jy ! Component: 1950 - total flux cleaned = -0.00234843 Jy ! Component: 2000 - total flux cleaned = -0.00246302 Jy ! Component: 2050 - total flux cleaned = -0.00246274 Jy ! Component: 2100 - total flux cleaned = -0.00248118 Jy ! Component: 2150 - total flux cleaned = -0.00251814 Jy ! Component: 2200 - total flux cleaned = -0.00257299 Jy ! Component: 2250 - total flux cleaned = -0.00257294 Jy ! Component: 2300 - total flux cleaned = -0.00268048 Jy ! Component: 2350 - total flux cleaned = -0.00266253 Jy ! Component: 2400 - total flux cleaned = -0.00271493 Jy ! Component: 2450 - total flux cleaned = -0.0026803 Jy ! Component: 2500 - total flux cleaned = -0.00278369 Jy ! Component: 2550 - total flux cleaned = -0.0027837 Jy ! Component: 2600 - total flux cleaned = -0.00281761 Jy ! Component: 2650 - total flux cleaned = -0.00286798 Jy ! Component: 2700 - total flux cleaned = -0.00288461 Jy ! Component: 2750 - total flux cleaned = -0.00291766 Jy ! Component: 2800 - total flux cleaned = -0.00295045 Jy ! Component: 2850 - total flux cleaned = -0.00299923 Jy ! Component: 2900 - total flux cleaned = -0.00299906 Jy ! Component: 2950 - total flux cleaned = -0.00303099 Jy ! Component: 3000 - total flux cleaned = -0.0031259 Jy ! Component: 3050 - total flux cleaned = -0.00317278 Jy ! Component: 3100 - total flux cleaned = -0.00320384 Jy ! Component: 3150 - total flux cleaned = -0.00320381 Jy ! Component: 3200 - total flux cleaned = -0.0032652 Jy ! Component: 3250 - total flux cleaned = -0.00331077 Jy ! Component: 3300 - total flux cleaned = -0.00334082 Jy ! Component: 3350 - total flux cleaned = -0.00340056 Jy ! Component: 3400 - total flux cleaned = -0.00344493 Jy ! Component: 3450 - total flux cleaned = -0.00345953 Jy ! Component: 3500 - total flux cleaned = -0.00344507 Jy ! Component: 3550 - total flux cleaned = -0.0035029 Jy ! Component: 3600 - total flux cleaned = -0.00350288 Jy ! Component: 3650 - total flux cleaned = -0.0035458 Jy ! Component: 3700 - total flux cleaned = -0.00356007 Jy ! Component: 3750 - total flux cleaned = -0.00357409 Jy ! Component: 3800 - total flux cleaned = -0.00358826 Jy ! Component: 3850 - total flux cleaned = -0.00364391 Jy ! Component: 3900 - total flux cleaned = -0.00372665 Jy ! Component: 3950 - total flux cleaned = -0.00371282 Jy ! Component: 4000 - total flux cleaned = -0.00380807 Jy ! Component: 4050 - total flux cleaned = -0.00380805 Jy ! Total flux subtracted in 4096 components = -0.00384825 Jy ! Clean residual min=-0.000867 max=0.000916 Jy/beam ! Clean residual mean=-0.000002 rms=0.000247 Jy/beam ! Combined flux in latest and established models = 0.187114 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 380 components and 0.187114 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J0212-1746_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.083 x 7.816 at -2.692 degrees (North through East) ! Clean map min=-0.0015936 max=0.1721 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J0212-1746_S_map.fits wmodel /vlbi/uf001/uva//J0212-1746_S_map.mod ! Writing 380 model components to file: /vlbi/uf001/uva//J0212-1746_S_map.mod wobs /vlbi/uf001/uva//J0212-1746_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J0212-1746_S_uvs.fits wwins /vlbi/uf001/uva//J0212-1746_S_map.win ! wwins: Wrote 4 windows to /vlbi/uf001/uva//J0212-1746_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.172096 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000243485 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.424446 0.424446 0.848891 1.69778 3.39556 6.79113 13.5823 27.1645 54.329 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.172 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 706.804 quit ! Quitting program ! Log file /vlbi/uf001/uva//J0212-1746_S_dfm.log closed on Sun Jan 13 21:19:01 2019