! Started logfile: /vlbi/uf001/uva//J2029+4926_S_dfm.log on Mon Jan 14 05:30:49 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//J2029+4926_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J2029+4926_S_uva.fits ! AN table 1: 110 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.771515 visibilities/baseline/integration-bin. ! Found source: J2029+4926 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 40 lines of history. ! ! Reading 3819 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 J2029+4926_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 123 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 123 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 123 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.994831Jy sigma=22.856876 ! Fit after self-cal, rms=0.924790Jy sigma=21.302352 ! 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=13.8 mas, bmaj=22.37 mas, bpa=27 degrees ! Estimated noise=0.851774 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.0591711 Jy ! Component: 100 - total flux cleaned = 0.080075 Jy ! Total flux subtracted in 100 components = 0.080075 Jy ! Clean residual min=-0.006457 max=0.009832 Jy/beam ! Clean residual mean=-0.000058 rms=0.002839 Jy/beam ! Combined flux in latest and established models = 0.080075 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 34 components and 0.080075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058227Jy sigma=1.293342 ! Fit after self-cal, rms=0.057344Jy sigma=1.277203 ! 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=14.04 mas, bmaj=22.84 mas, bpa=30.08 degrees ! Estimated noise=0.551593 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.0156627 Jy ! Component: 100 - total flux cleaned = 0.0255117 Jy ! Component: 150 - total flux cleaned = 0.0327712 Jy ! Component: 200 - total flux cleaned = 0.0384286 Jy ! Total flux subtracted in 200 components = 0.0384286 Jy ! Clean residual min=-0.003624 max=0.003343 Jy/beam ! Clean residual mean=-0.000055 rms=0.001327 Jy/beam ! Combined flux in latest and established models = 0.118504 Jy ! Performing phase self-cal ! Adding 96 model components to the UV plane model. ! The established model now contains 130 components and 0.118504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052108Jy sigma=1.152610 ! Fit after self-cal, rms=0.051845Jy sigma=1.148239 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.04 x 22.84 at 30.08 degrees (North through East) ! Clean map min=-0.0037142 max=0.076931 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 KP 1.08 LA 0.88 ! OV 1.23 PT 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 KP 1.03 LA 0.90 ! OV 1.10 PT 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 KP 1.01 LA 0.91 ! OV 1.12 PT 0.91 ! ! ! Fit before self-cal, rms=0.051845Jy sigma=1.148239 ! Fit after self-cal, rms=0.052756Jy sigma=1.127539 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=14.68 mas, bmaj=23.29 mas, bpa=29.7 degrees ! Estimated noise=0.55567 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.00223476 Jy ! Component: 100 - total flux cleaned = 0.00318159 Jy ! Component: 150 - total flux cleaned = 0.00370411 Jy ! Component: 200 - total flux cleaned = 0.00400045 Jy ! Total flux subtracted in 200 components = 0.00400045 Jy ! Clean residual min=-0.001851 max=0.001964 Jy/beam ! Clean residual mean=-0.000016 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.122504 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 159 components and 0.122504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052597Jy sigma=1.124875 ! Fit after self-cal, rms=0.052746Jy sigma=1.123975 ! 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.052746Jy sigma=1.123975 ! Fit after self-cal, rms=0.052758Jy sigma=1.119475 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.72 mas, bmaj=23.28 mas, bpa=29.23 degrees ! Estimated noise=0.55968 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000843233 Jy ! Component: 100 - total flux cleaned = 0.00108244 Jy ! Component: 150 - total flux cleaned = 0.0012747 Jy ! Component: 200 - total flux cleaned = 0.0013556 Jy ! Total flux subtracted in 200 components = 0.0013556 Jy ! Clean residual min=-0.001755 max=0.001648 Jy/beam ! Clean residual mean=0.000002 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.12386 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 182 components and 0.12386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052722Jy sigma=1.118877 ! Fit after self-cal, rms=0.052708Jy sigma=1.118672 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 = 7.6106e-05 Jy ! Component: 100 - total flux cleaned = 0.000110903 Jy ! Component: 150 - total flux cleaned = 0.000192694 Jy ! Component: 200 - total flux cleaned = 0.000238454 Jy ! Total flux subtracted in 200 components = 0.000238454 Jy ! Clean residual min=-0.001720 max=0.001648 Jy/beam ! Clean residual mean=0.000002 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.124098 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 201 components and 0.124098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052696Jy sigma=1.118459 ! Fit after self-cal, rms=0.052696Jy sigma=1.118443 ! 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.052696Jy sigma=1.118443 ! Fit after self-cal, rms=0.052614Jy sigma=1.118135 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.75 mas, bmaj=23.2 mas, bpa=29.12 degrees ! Estimated noise=0.560246 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000573506 Jy ! Component: 100 - total flux cleaned = 0.000783038 Jy ! Component: 150 - total flux cleaned = 0.000853512 Jy ! Component: 200 - total flux cleaned = 0.00094583 Jy ! Total flux subtracted in 200 components = 0.00094583 Jy ! Clean residual min=-0.001733 max=0.001592 Jy/beam ! Clean residual mean=0.000000 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.125044 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 207 components and 0.125044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052597Jy sigma=1.117835 ! Fit after self-cal, rms=0.052585Jy sigma=1.117808 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.05892e-05 Jy ! Component: 100 - total flux cleaned = 0.000137622 Jy ! Component: 150 - total flux cleaned = 0.000178596 Jy ! Component: 200 - total flux cleaned = 0.000204624 Jy ! Total flux subtracted in 200 components = 0.000204624 Jy ! Clean residual min=-0.001695 max=0.001549 Jy/beam ! Clean residual mean=0.000001 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.125249 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 210 components and 0.125249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052578Jy sigma=1.117661 ! Fit after self-cal, rms=0.052579Jy sigma=1.117654 ! 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.052579Jy sigma=1.117654 ! Fit after self-cal, rms=0.052509Jy sigma=1.117567 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.54 mas, bmaj=23.69 mas, bpa=28.78 degrees ! Estimated noise=0.560146 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0005078 Jy ! Component: 100 - total flux cleaned = 0.000743922 Jy ! Component: 150 - total flux cleaned = 0.00083227 Jy ! Component: 200 - total flux cleaned = 0.000890839 Jy ! Total flux subtracted in 200 components = 0.000890839 Jy ! Clean residual min=-0.001680 max=0.001644 Jy/beam ! Clean residual mean=0.000000 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.126139 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 218 components and 0.126139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052501Jy sigma=1.117397 ! Fit after self-cal, rms=0.052494Jy sigma=1.117387 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 = 7.10307e-05 Jy ! Component: 100 - total flux cleaned = 0.000104254 Jy ! Component: 150 - total flux cleaned = 0.000114779 Jy ! Component: 200 - total flux cleaned = 0.000145577 Jy ! Total flux subtracted in 200 components = 0.000145577 Jy ! Clean residual min=-0.001679 max=0.001636 Jy/beam ! Clean residual mean=0.000001 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.126285 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 220 components and 0.126285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052489Jy sigma=1.117292 ! Fit after self-cal, rms=0.052490Jy sigma=1.117287 ! 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=14.77 mas, bmaj=23.15 mas, bpa=29.11 degrees ! Estimated noise=0.5605 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.77 x 23.15 at 29.11 degrees (North through East) ! Clean map min=-0.0016831 max=0.077416 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=14.51 mas, bmaj=22.43 mas, bpa=26.13 degrees ! Estimated noise=0.872442 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0603274 Jy ! Component: 100 - total flux cleaned = 0.0804994 Jy ! Component: 150 - total flux cleaned = 0.0927204 Jy ! Component: 200 - total flux cleaned = 0.101184 Jy ! Total flux subtracted in 200 components = 0.101184 Jy ! Clean residual min=-0.005658 max=0.006105 Jy/beam ! Clean residual mean=-0.000015 rms=0.001998 Jy/beam ! Combined flux in latest and established models = 0.101184 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 73 model components to the UV plane model. ! The established model now contains 73 components and 0.101184 Jy ! Inverting map and beam ! Estimated beam: bmin=14.77 mas, bmaj=23.15 mas, bpa=29.11 degrees ! Estimated noise=0.5605 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.00830414 Jy ! Component: 100 - total flux cleaned = 0.013152 Jy ! Component: 150 - total flux cleaned = 0.016653 Jy ! Component: 200 - total flux cleaned = 0.0193554 Jy ! Total flux subtracted in 200 components = 0.0193554 Jy ! Clean residual min=-0.002455 max=0.003222 Jy/beam ! Clean residual mean=-0.000011 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.120539 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 118 components and 0.120539 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=15.54 mas, bmaj=23.69 mas, bpa=28.78 degrees ! Estimated noise=0.560146 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00174524 Jy ! Component: 100 - total flux cleaned = 0.00275251 Jy ! Component: 150 - total flux cleaned = 0.00359493 Jy ! Component: 200 - total flux cleaned = 0.00429966 Jy ! Total flux subtracted in 200 components = 0.00429966 Jy ! Clean residual min=-0.001910 max=0.002299 Jy/beam ! Clean residual mean=-0.000003 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.124839 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.000442634 Jy ! Component: 100 - total flux cleaned = 0.000622019 Jy ! Component: 150 - total flux cleaned = 0.000720501 Jy ! Component: 200 - total flux cleaned = 0.000841356 Jy ! Total flux subtracted in 200 components = 0.000841356 Jy ! Clean residual min=-0.001844 max=0.001953 Jy/beam ! Clean residual mean=-0.000001 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.12568 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 148 components and 0.12568 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=14.77 mas, bmaj=23.15 mas, bpa=29.11 degrees ! Estimated noise=0.5605 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000149974 Jy ! Component: 100 - total flux cleaned = -0.000118669 Jy ! Component: 150 - total flux cleaned = -3.18039e-05 Jy ! Component: 200 - total flux cleaned = 2.0008e-05 Jy ! Total flux subtracted in 200 components = 2.0008e-05 Jy ! Clean residual min=-0.001796 max=0.001840 Jy/beam ! Clean residual mean=-0.000001 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.1257 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 168 components and 0.1257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052534Jy sigma=1.118036 ! Fit after self-cal, rms=0.052524Jy sigma=1.117849 wmodel J2029+4926_S_map.mod ! Writing 168 model components to file: J2029+4926_S_map.mod wobs J2029+4926_S_uvs.fits ! Writing UV FITS file: J2029+4926_S_uvs.fits wwins J2029+4926_S_map.win ! wwins: Wrote 1 windows to J2029+4926_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 = -9.50832e-05 Jy ! Component: 100 - total flux cleaned = -9.56442e-05 Jy ! Component: 150 - total flux cleaned = -0.000195196 Jy ! Component: 200 - total flux cleaned = -0.000263187 Jy ! Component: 250 - total flux cleaned = -0.000304107 Jy ! Component: 300 - total flux cleaned = -0.000361239 Jy ! Component: 350 - total flux cleaned = -0.000396294 Jy ! Component: 400 - total flux cleaned = -0.000362996 Jy ! Component: 450 - total flux cleaned = -0.0003929 Jy ! Component: 500 - total flux cleaned = -0.000436252 Jy ! Component: 550 - total flux cleaned = -0.000450547 Jy ! Component: 600 - total flux cleaned = -0.000463831 Jy ! Component: 650 - total flux cleaned = -0.000463751 Jy ! Component: 700 - total flux cleaned = -0.000475884 Jy ! Component: 750 - total flux cleaned = -0.000475875 Jy ! Component: 800 - total flux cleaned = -0.000442163 Jy ! Component: 850 - total flux cleaned = -0.000431396 Jy ! Component: 900 - total flux cleaned = -0.000389483 Jy ! Component: 950 - total flux cleaned = -0.000389832 Jy ! Component: 1000 - total flux cleaned = -0.00038005 Jy ! Component: 1050 - total flux cleaned = -0.000351451 Jy ! Component: 1100 - total flux cleaned = -0.000332944 Jy ! Component: 1150 - total flux cleaned = -0.000314597 Jy ! Component: 1200 - total flux cleaned = -0.000279525 Jy ! Component: 1250 - total flux cleaned = -0.00027105 Jy ! Component: 1300 - total flux cleaned = -0.000246072 Jy ! Component: 1350 - total flux cleaned = -0.000221636 Jy ! Component: 1400 - total flux cleaned = -0.00021377 Jy ! Component: 1450 - total flux cleaned = -0.000198089 Jy ! Component: 1500 - total flux cleaned = -0.000182711 Jy ! Component: 1550 - total flux cleaned = -0.000182786 Jy ! Component: 1600 - total flux cleaned = -0.000182889 Jy ! Component: 1650 - total flux cleaned = -0.000175706 Jy ! Component: 1700 - total flux cleaned = -0.000147341 Jy ! Component: 1750 - total flux cleaned = -0.00012633 Jy ! Component: 1800 - total flux cleaned = -9.17482e-05 Jy ! Component: 1850 - total flux cleaned = -5.07462e-05 Jy ! Component: 1900 - total flux cleaned = -1.02901e-05 Jy ! Component: 1950 - total flux cleaned = 9.75147e-06 Jy ! Component: 2000 - total flux cleaned = 5.59172e-05 Jy ! Component: 2050 - total flux cleaned = 9.49141e-05 Jy ! Component: 2100 - total flux cleaned = 0.000120651 Jy ! Component: 2150 - total flux cleaned = 0.000165157 Jy ! Component: 2200 - total flux cleaned = 0.000196625 Jy ! Component: 2250 - total flux cleaned = 0.000221535 Jy ! Component: 2300 - total flux cleaned = 0.00027093 Jy ! Component: 2350 - total flux cleaned = 0.000313755 Jy ! Component: 2400 - total flux cleaned = 0.000362361 Jy ! Component: 2450 - total flux cleaned = 0.000410561 Jy ! Component: 2500 - total flux cleaned = 0.000446475 Jy ! Component: 2550 - total flux cleaned = 0.000493998 Jy ! Component: 2600 - total flux cleaned = 0.000529418 Jy ! Component: 2650 - total flux cleaned = 0.000564612 Jy ! Component: 2700 - total flux cleaned = 0.000599595 Jy ! Component: 2750 - total flux cleaned = 0.000634389 Jy ! Component: 2800 - total flux cleaned = 0.000674782 Jy ! Component: 2850 - total flux cleaned = 0.000703513 Jy ! Component: 2900 - total flux cleaned = 0.000737758 Jy ! Component: 2950 - total flux cleaned = 0.000771858 Jy ! Component: 3000 - total flux cleaned = 0.000811436 Jy ! Component: 3050 - total flux cleaned = 0.000845287 Jy ! Component: 3100 - total flux cleaned = 0.00087895 Jy ! Component: 3150 - total flux cleaned = 0.000906892 Jy ! Component: 3200 - total flux cleaned = 0.000951395 Jy ! Component: 3250 - total flux cleaned = 0.000990147 Jy ! Component: 3300 - total flux cleaned = 0.00101225 Jy ! Component: 3350 - total flux cleaned = 0.00105631 Jy ! Component: 3400 - total flux cleaned = 0.00109475 Jy ! Component: 3450 - total flux cleaned = 0.00114419 Jy ! Component: 3500 - total flux cleaned = 0.00118799 Jy ! Component: 3550 - total flux cleaned = 0.00123719 Jy ! Component: 3600 - total flux cleaned = 0.00127545 Jy ! Component: 3650 - total flux cleaned = 0.00132455 Jy ! Component: 3700 - total flux cleaned = 0.00136277 Jy ! Component: 3750 - total flux cleaned = 0.00141183 Jy ! Component: 3800 - total flux cleaned = 0.00145546 Jy ! Component: 3850 - total flux cleaned = 0.00149903 Jy ! Component: 3900 - total flux cleaned = 0.00153716 Jy ! Component: 3950 - total flux cleaned = 0.0015753 Jy ! Component: 4000 - total flux cleaned = 0.00162432 Jy ! Component: 4050 - total flux cleaned = 0.00165705 Jy ! Total flux subtracted in 4096 components = 0.00170068 Jy ! Clean residual min=-0.000273 max=0.000287 Jy/beam ! Clean residual mean=-0.000000 rms=0.000108 Jy/beam ! Combined flux in latest and established models = 0.127401 Jy keep ! Adding 366 model components to the UV plane model. ! The established model now contains 534 components and 0.127401 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J2029+4926_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.77 x 23.15 at 29.11 degrees (North through East) ! Clean map min=-0.0010321 max=0.078173 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J2029+4926_S_map.fits wmodel /vlbi/uf001/uva//J2029+4926_S_map.mod ! Writing 534 model components to file: /vlbi/uf001/uva//J2029+4926_S_map.mod wobs /vlbi/uf001/uva//J2029+4926_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J2029+4926_S_uvs.fits wwins /vlbi/uf001/uva//J2029+4926_S_map.win ! wwins: Wrote 2 windows to /vlbi/uf001/uva//J2029+4926_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0781731 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000106468 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.408584 0.408584 0.817169 1.63434 3.26867 6.53735 13.0747 26.1494 52.2988 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.078 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 734.242 quit ! Quitting program ! Log file /vlbi/uf001/uva//J2029+4926_S_dfm.log closed on Mon Jan 14 05:30:53 2019