! Started logfile: /vlbi/uf001/uva//J2100+2615_S_dfm.log on Mon Jan 14 05:42:45 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//J2100+2615_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J2100+2615_S_uva.fits ! AN table 1: 57 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.817043 visibilities/baseline/integration-bin. ! Found source: J2100+2615 ! ! 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 2934 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 J2100+2615_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 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.026287Jy sigma=27.449248 ! Fit after self-cal, rms=0.818798Jy sigma=22.049820 ! 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=5.04 mas, bmaj=13.64 mas, bpa=-19.95 degrees ! Estimated noise=0.748648 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.141127 Jy ! Component: 100 - total flux cleaned = 0.174632 Jy ! Total flux subtracted in 100 components = 0.174632 Jy ! Clean residual min=-0.006987 max=0.013401 Jy/beam ! Clean residual mean=0.000032 rms=0.002471 Jy/beam ! Combined flux in latest and established models = 0.174632 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.174632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054704Jy sigma=1.404348 ! Fit after self-cal, rms=0.054688Jy sigma=1.403954 ! 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=5.338 mas, bmaj=14.41 mas, bpa=-20.8 degrees ! Estimated noise=0.507035 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.0147937 Jy ! Component: 100 - total flux cleaned = 0.0225782 Jy ! Component: 150 - total flux cleaned = 0.0269138 Jy ! Component: 200 - total flux cleaned = 0.029449 Jy ! Total flux subtracted in 200 components = 0.029449 Jy ! Clean residual min=-0.005404 max=0.007028 Jy/beam ! Clean residual mean=0.000015 rms=0.001417 Jy/beam ! Combined flux in latest and established models = 0.204081 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 48 components and 0.204082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.050576Jy sigma=1.297577 ! Fit after self-cal, rms=0.050545Jy sigma=1.297035 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.338 x 14.41 at -20.8 degrees (North through East) ! Clean map min=-0.0053303 max=0.18123 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 HN 1.00 KP 1.01 LA 0.90 ! NL 1.02 OV 0.97 PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 HN 1.01 KP 1.00 LA 0.93 ! NL 1.03 OV 0.92 PT 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 HN 1.00 KP 1.01 LA 0.95 ! NL 1.01 OV 0.98 PT 1.04 ! ! ! Fit before self-cal, rms=0.050545Jy sigma=1.297035 ! Fit after self-cal, rms=0.049173Jy sigma=1.266996 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.341 mas, bmaj=14.46 mas, bpa=-20.47 degrees ! Estimated noise=0.504525 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.000936929 Jy ! Component: 100 - total flux cleaned = -0.000993646 Jy ! Component: 150 - total flux cleaned = -0.00107186 Jy ! Component: 200 - total flux cleaned = -0.00116938 Jy ! Total flux subtracted in 200 components = -0.00116938 Jy ! Clean residual min=-0.004988 max=0.004732 Jy/beam ! Clean residual mean=0.000014 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.202912 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 63 components and 0.202912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049068Jy sigma=1.264784 ! Fit after self-cal, rms=0.049073Jy sigma=1.264565 ! 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.049073Jy sigma=1.264565 ! Fit after self-cal, rms=0.048480Jy sigma=1.246981 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.343 mas, bmaj=14.45 mas, bpa=-20.38 degrees ! Estimated noise=0.5043 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000544927 Jy ! Component: 100 - total flux cleaned = -0.000617103 Jy ! Component: 150 - total flux cleaned = -0.000704975 Jy ! Component: 200 - total flux cleaned = -0.000775646 Jy ! Total flux subtracted in 200 components = -0.000775646 Jy ! Clean residual min=-0.003179 max=0.003921 Jy/beam ! Clean residual mean=0.000014 rms=0.000805 Jy/beam ! Combined flux in latest and established models = 0.202137 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 77 components and 0.202137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.048442Jy sigma=1.245809 ! Fit after self-cal, rms=0.048449Jy sigma=1.245724 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 (22, -13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00349638 Jy ! Component: 100 - total flux cleaned = 0.00539453 Jy ! Component: 150 - total flux cleaned = 0.00601296 Jy ! Component: 200 - total flux cleaned = 0.00648371 Jy ! Total flux subtracted in 200 components = 0.00648371 Jy ! Clean residual min=-0.002571 max=0.002099 Jy/beam ! Clean residual mean=0.000009 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.20862 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 126 components and 0.20862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.048168Jy sigma=1.238268 ! Fit after self-cal, rms=0.048147Jy sigma=1.237820 ! 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.048147Jy sigma=1.237820 ! Fit after self-cal, rms=0.047967Jy sigma=1.236862 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.347 mas, bmaj=14.43 mas, bpa=-20.35 degrees ! Estimated noise=0.503025 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00127934 Jy ! Component: 100 - total flux cleaned = 0.00182362 Jy ! Component: 150 - total flux cleaned = 0.00206762 Jy ! Component: 200 - total flux cleaned = 0.00225121 Jy ! Total flux subtracted in 200 components = 0.00225121 Jy ! Clean residual min=-0.002202 max=0.001904 Jy/beam ! Clean residual mean=0.000007 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.210871 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 160 components and 0.210871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.047907Jy sigma=1.235052 ! Fit after self-cal, rms=0.047906Jy sigma=1.234971 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.000346397 Jy ! Component: 100 - total flux cleaned = 0.00052927 Jy ! Component: 150 - total flux cleaned = 0.000696278 Jy ! Component: 200 - total flux cleaned = 0.000872583 Jy ! Total flux subtracted in 200 components = 0.000872583 Jy ! Clean residual min=-0.002084 max=0.001836 Jy/beam ! Clean residual mean=0.000007 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.211744 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 178 components and 0.211744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.047881Jy sigma=1.234353 ! Fit after self-cal, rms=0.047881Jy sigma=1.234336 ! 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.047881Jy sigma=1.234336 ! Fit after self-cal, rms=0.047826Jy sigma=1.234153 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.703 mas, bmaj=15.49 mas, bpa=-20.95 degrees ! Estimated noise=0.555113 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000774871 Jy ! Component: 100 - total flux cleaned = 0.00106069 Jy ! Component: 150 - total flux cleaned = 0.00115683 Jy ! Component: 200 - total flux cleaned = 0.00117309 Jy ! Total flux subtracted in 200 components = 0.00117309 Jy ! Clean residual min=-0.001977 max=0.002013 Jy/beam ! Clean residual mean=0.000008 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.212917 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 215 components and 0.212917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.047810Jy sigma=1.233738 ! Fit after self-cal, rms=0.047808Jy sigma=1.233694 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.99756e-05 Jy ! Component: 100 - total flux cleaned = 7.44073e-05 Jy ! Component: 150 - total flux cleaned = 8.94834e-05 Jy ! Component: 200 - total flux cleaned = 0.000102936 Jy ! Total flux subtracted in 200 components = 0.000102936 Jy ! Clean residual min=-0.001931 max=0.002004 Jy/beam ! Clean residual mean=0.000008 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.21302 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 244 components and 0.21302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.047799Jy sigma=1.233516 ! Fit after self-cal, rms=0.047799Jy sigma=1.233500 ! 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=5.347 mas, bmaj=14.42 mas, bpa=-20.32 degrees ! Estimated noise=0.502866 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.347 x 14.42 at -20.32 degrees (North through East) ! Clean map min=-0.001891 max=0.17989 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=5.049 mas, bmaj=13.68 mas, bpa=-19.53 degrees ! Estimated noise=0.745105 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.140402 Jy ! Component: 100 - total flux cleaned = 0.173688 Jy ! Component: 150 - total flux cleaned = 0.187448 Jy ! Component: 200 - total flux cleaned = 0.194479 Jy ! Total flux subtracted in 200 components = 0.194479 Jy ! Clean residual min=-0.003666 max=0.005226 Jy/beam ! Clean residual mean=0.000018 rms=0.001105 Jy/beam ! Combined flux in latest and established models = 0.194479 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.194479 Jy ! Inverting map and beam ! Estimated beam: bmin=5.347 mas, bmaj=14.42 mas, bpa=-20.32 degrees ! Estimated noise=0.502866 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 (-18, 38.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00520786 Jy ! Component: 100 - total flux cleaned = 0.00845353 Jy ! Component: 150 - total flux cleaned = 0.0105431 Jy ! Component: 200 - total flux cleaned = 0.0121426 Jy ! Total flux subtracted in 200 components = 0.0121426 Jy ! Clean residual min=-0.002432 max=0.002459 Jy/beam ! Clean residual mean=0.000008 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.206622 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 66 components and 0.206622 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.703 mas, bmaj=15.49 mas, bpa=-20.95 degrees ! Estimated noise=0.555113 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00207777 Jy ! Component: 100 - total flux cleaned = 0.00346704 Jy ! Component: 150 - total flux cleaned = 0.00419238 Jy ! Component: 200 - total flux cleaned = 0.00473717 Jy ! Total flux subtracted in 200 components = 0.00473717 Jy ! Clean residual min=-0.002518 max=0.001978 Jy/beam ! Clean residual mean=0.000007 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.211359 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.000450093 Jy ! Component: 100 - total flux cleaned = 0.000858411 Jy ! Component: 150 - total flux cleaned = 0.00109658 Jy ! Component: 200 - total flux cleaned = 0.00131817 Jy ! Total flux subtracted in 200 components = 0.00131817 Jy ! Clean residual min=-0.002366 max=0.001877 Jy/beam ! Clean residual mean=0.000005 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.212677 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 147 components and 0.212677 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.347 mas, bmaj=14.42 mas, bpa=-20.32 degrees ! Estimated noise=0.502866 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000172721 Jy ! Component: 100 - total flux cleaned = -0.000104997 Jy ! Component: 150 - total flux cleaned = -1.20136e-05 Jy ! Component: 200 - total flux cleaned = 0.000104998 Jy ! Total flux subtracted in 200 components = 0.000104998 Jy ! Clean residual min=-0.001993 max=0.001711 Jy/beam ! Clean residual mean=0.000004 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.212782 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 169 components and 0.212782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.047773Jy sigma=1.233071 ! Fit after self-cal, rms=0.047767Jy sigma=1.232873 wmodel J2100+2615_S_map.mod ! Writing 169 model components to file: J2100+2615_S_map.mod wobs J2100+2615_S_uvs.fits ! Writing UV FITS file: J2100+2615_S_uvs.fits wwins J2100+2615_S_map.win ! wwins: Wrote 3 windows to J2100+2615_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.000792587 Jy ! Component: 100 - total flux cleaned = -0.000971463 Jy ! Component: 150 - total flux cleaned = -0.00107789 Jy ! Component: 200 - total flux cleaned = -0.00123068 Jy ! Component: 250 - total flux cleaned = -0.00125402 Jy ! Component: 300 - total flux cleaned = -0.00127729 Jy ! Component: 350 - total flux cleaned = -0.00134473 Jy ! Component: 400 - total flux cleaned = -0.00143114 Jy ! Component: 450 - total flux cleaned = -0.00140939 Jy ! Component: 500 - total flux cleaned = -0.00142886 Jy ! Component: 550 - total flux cleaned = -0.00142803 Jy ! Component: 600 - total flux cleaned = -0.00142771 Jy ! Component: 650 - total flux cleaned = -0.0014461 Jy ! Component: 700 - total flux cleaned = -0.00142732 Jy ! Component: 750 - total flux cleaned = -0.00140886 Jy ! Component: 800 - total flux cleaned = -0.00140879 Jy ! Component: 850 - total flux cleaned = -0.00140844 Jy ! Component: 900 - total flux cleaned = -0.00137457 Jy ! Component: 950 - total flux cleaned = -0.00142455 Jy ! Component: 1000 - total flux cleaned = -0.00140796 Jy ! Component: 1050 - total flux cleaned = -0.00144002 Jy ! Component: 1100 - total flux cleaned = -0.00145556 Jy ! Component: 1150 - total flux cleaned = -0.00148609 Jy ! Component: 1200 - total flux cleaned = -0.00147047 Jy ! Component: 1250 - total flux cleaned = -0.00150004 Jy ! Component: 1300 - total flux cleaned = -0.00148558 Jy ! Component: 1350 - total flux cleaned = -0.00154301 Jy ! Component: 1400 - total flux cleaned = -0.00155702 Jy ! Component: 1450 - total flux cleaned = -0.001571 Jy ! Component: 1500 - total flux cleaned = -0.00165297 Jy ! Component: 1550 - total flux cleaned = -0.00167958 Jy ! Component: 1600 - total flux cleaned = -0.00171927 Jy ! Component: 1650 - total flux cleaned = -0.00174548 Jy ! Component: 1700 - total flux cleaned = -0.00177123 Jy ! Component: 1750 - total flux cleaned = -0.0018093 Jy ! Component: 1800 - total flux cleaned = -0.00183426 Jy ! Component: 1850 - total flux cleaned = -0.00185902 Jy ! Component: 1900 - total flux cleaned = -0.00190788 Jy ! Component: 1950 - total flux cleaned = -0.00199245 Jy ! Component: 2000 - total flux cleaned = -0.0020401 Jy ! Component: 2050 - total flux cleaned = -0.00209891 Jy ! Component: 2100 - total flux cleaned = -0.00215704 Jy ! Component: 2150 - total flux cleaned = -0.00216856 Jy ! Component: 2200 - total flux cleaned = -0.00220284 Jy ! Component: 2250 - total flux cleaned = -0.00224773 Jy ! Component: 2300 - total flux cleaned = -0.00225902 Jy ! Component: 2350 - total flux cleaned = -0.00232528 Jy ! Component: 2400 - total flux cleaned = -0.00234703 Jy ! Component: 2450 - total flux cleaned = -0.00239012 Jy ! Component: 2500 - total flux cleaned = -0.00243287 Jy ! Component: 2550 - total flux cleaned = -0.00247512 Jy ! Component: 2600 - total flux cleaned = -0.00249607 Jy ! Component: 2650 - total flux cleaned = -0.00253768 Jy ! Component: 2700 - total flux cleaned = -0.00257892 Jy ! Component: 2750 - total flux cleaned = -0.00261994 Jy ! Component: 2800 - total flux cleaned = -0.00265044 Jy ! Component: 2850 - total flux cleaned = -0.00270091 Jy ! Component: 2900 - total flux cleaned = -0.00275093 Jy ! Component: 2950 - total flux cleaned = -0.00277079 Jy ! Component: 3000 - total flux cleaned = -0.00280032 Jy ! Component: 3050 - total flux cleaned = -0.0028393 Jy ! Component: 3100 - total flux cleaned = -0.00283928 Jy ! Component: 3150 - total flux cleaned = -0.00286812 Jy ! Component: 3200 - total flux cleaned = -0.00288726 Jy ! Component: 3250 - total flux cleaned = -0.00289674 Jy ! Component: 3300 - total flux cleaned = -0.00295315 Jy ! Component: 3350 - total flux cleaned = -0.0029532 Jy ! Component: 3400 - total flux cleaned = -0.00298116 Jy ! Component: 3450 - total flux cleaned = -0.00302728 Jy ! Component: 3500 - total flux cleaned = -0.00303641 Jy ! Component: 3550 - total flux cleaned = -0.00307289 Jy ! Component: 3600 - total flux cleaned = -0.00310913 Jy ! Component: 3650 - total flux cleaned = -0.00309115 Jy ! Component: 3700 - total flux cleaned = -0.00310009 Jy ! Component: 3750 - total flux cleaned = -0.00310008 Jy ! Component: 3800 - total flux cleaned = -0.00310901 Jy ! Component: 3850 - total flux cleaned = -0.00311792 Jy ! Component: 3900 - total flux cleaned = -0.00312678 Jy ! Component: 3950 - total flux cleaned = -0.00313557 Jy ! Component: 4000 - total flux cleaned = -0.00316185 Jy ! Component: 4050 - total flux cleaned = -0.00317065 Jy ! Total flux subtracted in 4096 components = -0.00318808 Jy ! Clean residual min=-0.000479 max=0.000652 Jy/beam ! Clean residual mean=0.000000 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.209594 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 471 components and 0.209594 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J2100+2615_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.347 x 14.42 at -20.32 degrees (North through East) ! Clean map min=-0.0016365 max=0.17853 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J2100+2615_S_map.fits wmodel /vlbi/uf001/uva//J2100+2615_S_map.mod ! Writing 471 model components to file: /vlbi/uf001/uva//J2100+2615_S_map.mod wobs /vlbi/uf001/uva//J2100+2615_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J2100+2615_S_uvs.fits wwins /vlbi/uf001/uva//J2100+2615_S_map.win ! wwins: Wrote 4 windows to /vlbi/uf001/uva//J2100+2615_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.17853 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000160829 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.270256 0.270256 0.540512 1.08102 2.16205 4.32409 8.64819 17.2964 34.5928 69.1855 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.178 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1110.06 quit ! Quitting program ! Log file /vlbi/uf001/uva//J2100+2615_S_dfm.log closed on Mon Jan 14 05:42:49 2019