! Started logfile: /vlbi/uf001/uva//J1632-2258_S_a_dfm.log on Mon Jan 14 03:45:08 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//J1632-2258_S_a_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1632-2258_S_a_uva.fits ! AN table 1: 74 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.898498 visibilities/baseline/integration-bin. ! Found source: J1632-2258 ! ! 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 8976 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 J1632-2258_S_a] 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 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003840Jy sigma=16.071067 ! Fit after self-cal, rms=0.927626Jy sigma=14.834644 ! 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.779 mas, bmaj=8.083 mas, bpa=3.78 degrees ! Estimated noise=0.822216 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.0550897 Jy ! Component: 100 - total flux cleaned = 0.0704315 Jy ! Total flux subtracted in 100 components = 0.0704315 Jy ! Clean residual min=-0.004893 max=0.006946 Jy/beam ! Clean residual mean=-0.000007 rms=0.001284 Jy/beam ! Combined flux in latest and established models = 0.0704315 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.0704315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082004Jy sigma=1.259346 ! Fit after self-cal, rms=0.081644Jy sigma=1.254006 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00836777 Jy ! Component: 100 - total flux cleaned = 0.0132779 Jy ! Total flux subtracted in 100 components = 0.0132779 Jy ! Clean residual min=-0.004769 max=0.004570 Jy/beam ! Clean residual mean=-0.000001 rms=0.001054 Jy/beam ! Combined flux in latest and established models = 0.0837093 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 35 components and 0.0837093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080494Jy sigma=1.231849 ! Fit after self-cal, rms=0.080486Jy sigma=1.231461 ! 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.345 mas, bmaj=9.535 mas, bpa=2.405 degrees ! Estimated noise=0.479724 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 (-6, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00727794 Jy ! Component: 100 - total flux cleaned = 0.0115327 Jy ! Component: 150 - total flux cleaned = 0.0144799 Jy ! Component: 200 - total flux cleaned = 0.0166129 Jy ! Total flux subtracted in 200 components = 0.0166129 Jy ! Clean residual min=-0.003853 max=0.003459 Jy/beam ! Clean residual mean=0.000009 rms=0.000914 Jy/beam ! Combined flux in latest and established models = 0.100322 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 89 components and 0.100322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079795Jy sigma=1.219083 ! Fit after self-cal, rms=0.079727Jy sigma=1.217633 ! 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.345 x 9.535 at 2.405 degrees (North through East) ! Clean map min=-0.0038114 max=0.072228 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.89 HN 1.01 KP 1.01 ! LA 0.87 MK 0.96 NL 1.13 OV 1.04 ! PT 1.08 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.89 HN 1.05 KP 1.05 ! LA 0.94 MK 1.04 NL 1.08 OV 0.96 ! PT 1.02 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.93 HN 1.02 KP 1.04 ! LA 0.89 MK 0.96 NL 1.05 OV 1.05 ! PT 0.99 SC 1.00 ! ! ! Fit before self-cal, rms=0.079727Jy sigma=1.217633 ! Fit after self-cal, rms=0.079577Jy sigma=1.211998 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.359 mas, bmaj=9.585 mas, bpa=2.337 degrees ! Estimated noise=0.475084 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.00111535 Jy ! Component: 100 - total flux cleaned = 0.00111401 Jy ! Component: 150 - total flux cleaned = 0.00105538 Jy ! Component: 200 - total flux cleaned = 0.00102743 Jy ! Total flux subtracted in 200 components = 0.00102743 Jy ! Clean residual min=-0.003069 max=0.003096 Jy/beam ! Clean residual mean=0.000020 rms=0.000726 Jy/beam ! Combined flux in latest and established models = 0.10135 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 104 components and 0.10135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079546Jy sigma=1.211517 ! Fit after self-cal, rms=0.079628Jy sigma=1.211093 ! 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.079628Jy sigma=1.211093 ! Fit after self-cal, rms=0.079827Jy sigma=1.209655 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.355 mas, bmaj=9.573 mas, bpa=2.263 degrees ! Estimated noise=0.474482 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000729412 Jy ! Component: 100 - total flux cleaned = 0.000704035 Jy ! Component: 150 - total flux cleaned = 0.000633881 Jy ! Component: 200 - total flux cleaned = 0.000611944 Jy ! Total flux subtracted in 200 components = 0.000611944 Jy ! Clean residual min=-0.003023 max=0.002865 Jy/beam ! Clean residual mean=0.000014 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.101962 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 112 components and 0.101962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079810Jy sigma=1.209405 ! Fit after self-cal, rms=0.079830Jy sigma=1.209314 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.000255492 Jy ! Component: 100 - total flux cleaned = 0.000213381 Jy ! Component: 150 - total flux cleaned = 0.000193528 Jy ! Component: 200 - total flux cleaned = 0.000193318 Jy ! Total flux subtracted in 200 components = 0.000193318 Jy ! Clean residual min=-0.003017 max=0.002849 Jy/beam ! Clean residual mean=0.000014 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.102155 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 122 components and 0.102155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079819Jy sigma=1.209176 ! Fit after self-cal, rms=0.079821Jy sigma=1.209161 ! 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.079821Jy sigma=1.209161 ! Fit after self-cal, rms=0.079686Jy sigma=1.209064 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.355 mas, bmaj=9.569 mas, bpa=2.23 degrees ! Estimated noise=0.473676 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00030798 Jy ! Component: 100 - total flux cleaned = 0.000310541 Jy ! Component: 150 - total flux cleaned = 0.000310694 Jy ! Component: 200 - total flux cleaned = 0.000310657 Jy ! Total flux subtracted in 200 components = 0.000310657 Jy ! Clean residual min=-0.002973 max=0.002773 Jy/beam ! Clean residual mean=0.000012 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.102466 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 131 components and 0.102466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079677Jy sigma=1.208946 ! Fit after self-cal, rms=0.079680Jy sigma=1.208928 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.000128655 Jy ! Component: 100 - total flux cleaned = 9.70543e-05 Jy ! Component: 150 - total flux cleaned = 8.21684e-05 Jy ! Component: 200 - total flux cleaned = 8.22364e-05 Jy ! Total flux subtracted in 200 components = 8.22364e-05 Jy ! Clean residual min=-0.002966 max=0.002755 Jy/beam ! Clean residual mean=0.000012 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.102548 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 134 components and 0.102548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079673Jy sigma=1.208849 ! Fit after self-cal, rms=0.079675Jy sigma=1.208843 ! 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.079675Jy sigma=1.208843 ! Fit after self-cal, rms=0.079495Jy sigma=1.208833 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.735 mas, bmaj=18.59 mas, bpa=2.913 degrees ! Estimated noise=0.575753 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000308726 Jy ! Component: 100 - total flux cleaned = 0.000213086 Jy ! Component: 150 - total flux cleaned = 0.000148408 Jy ! Component: 200 - total flux cleaned = 7.70706e-05 Jy ! Total flux subtracted in 200 components = 7.70706e-05 Jy ! Clean residual min=-0.003430 max=0.003835 Jy/beam ! Clean residual mean=0.000022 rms=0.001033 Jy/beam ! Combined flux in latest and established models = 0.102625 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 143 components and 0.102625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079494Jy sigma=1.208821 ! Fit after self-cal, rms=0.079490Jy sigma=1.208794 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.24912e-05 Jy ! Component: 100 - total flux cleaned = -9.70752e-05 Jy ! Component: 150 - total flux cleaned = -0.000144276 Jy ! Component: 200 - total flux cleaned = -0.000166219 Jy ! Total flux subtracted in 200 components = -0.000166219 Jy ! Clean residual min=-0.003438 max=0.003799 Jy/beam ! Clean residual mean=0.000021 rms=0.001032 Jy/beam ! Combined flux in latest and established models = 0.102459 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 153 components and 0.102459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079491Jy sigma=1.208801 ! Fit after self-cal, rms=0.079489Jy sigma=1.208789 ! 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.354 mas, bmaj=9.566 mas, bpa=2.219 degrees ! Estimated noise=0.473319 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.354 x 9.566 at 2.219 degrees (North through East) ! Clean map min=-0.0028631 max=0.071198 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.785 mas, bmaj=8.113 mas, bpa=3.576 degrees ! Estimated noise=0.813238 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0540474 Jy ! Component: 100 - total flux cleaned = 0.0697801 Jy ! Component: 150 - total flux cleaned = 0.078593 Jy ! Component: 200 - total flux cleaned = 0.0845355 Jy ! Total flux subtracted in 200 components = 0.0845355 Jy ! Clean residual min=-0.004290 max=0.003823 Jy/beam ! Clean residual mean=-0.000001 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.0845355 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 48 model components to the UV plane model. ! The established model now contains 48 components and 0.0845355 Jy ! Inverting map and beam ! Estimated beam: bmin=3.354 mas, bmaj=9.566 mas, bpa=2.219 degrees ! Estimated noise=0.473319 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.00659181 Jy ! Component: 100 - total flux cleaned = 0.0104754 Jy ! Component: 150 - total flux cleaned = 0.0131021 Jy ! Component: 200 - total flux cleaned = 0.0149309 Jy ! Total flux subtracted in 200 components = 0.0149309 Jy ! Clean residual min=-0.003144 max=0.002608 Jy/beam ! Clean residual mean=0.000009 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.0994664 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 95 components and 0.0994665 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.735 mas, bmaj=18.59 mas, bpa=2.913 degrees ! Estimated noise=0.575753 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00188957 Jy ! Component: 100 - total flux cleaned = 0.00284132 Jy ! Component: 150 - total flux cleaned = 0.00299329 Jy ! Component: 200 - total flux cleaned = 0.00303509 Jy ! Total flux subtracted in 200 components = 0.00303509 Jy ! Clean residual min=-0.003480 max=0.003821 Jy/beam ! Clean residual mean=0.000022 rms=0.001041 Jy/beam ! Combined flux in latest and established models = 0.102502 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.57184e-05 Jy ! Component: 100 - total flux cleaned = -3.11312e-05 Jy ! Component: 150 - total flux cleaned = -4.52451e-05 Jy ! Component: 200 - total flux cleaned = -7.18194e-05 Jy ! Total flux subtracted in 200 components = -7.18194e-05 Jy ! Clean residual min=-0.003466 max=0.003804 Jy/beam ! Clean residual mean=0.000021 rms=0.001038 Jy/beam ! Combined flux in latest and established models = 0.10243 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 135 components and 0.10243 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.354 mas, bmaj=9.566 mas, bpa=2.219 degrees ! Estimated noise=0.473319 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.92876e-05 Jy ! Component: 100 - total flux cleaned = 6.50528e-05 Jy ! Component: 150 - total flux cleaned = 0.000138889 Jy ! Component: 200 - total flux cleaned = 0.000181531 Jy ! Total flux subtracted in 200 components = 0.000181531 Jy ! Clean residual min=-0.002981 max=0.002717 Jy/beam ! Clean residual mean=0.000011 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.102611 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 148 components and 0.102611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079499Jy sigma=1.208965 ! Fit after self-cal, rms=0.079491Jy sigma=1.208927 wmodel J1632-2258_S_a_map.mod ! Writing 148 model components to file: J1632-2258_S_a_map.mod wobs J1632-2258_S_a_uvs.fits ! Writing UV FITS file: J1632-2258_S_a_uvs.fits wwins J1632-2258_S_a_map.win ! wwins: Wrote 2 windows to J1632-2258_S_a_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.000289032 Jy ! Component: 100 - total flux cleaned = 6.68904e-05 Jy ! Component: 150 - total flux cleaned = 0.00056681 Jy ! Component: 200 - total flux cleaned = 0.00103516 Jy ! Component: 250 - total flux cleaned = 0.00125619 Jy ! Component: 300 - total flux cleaned = 0.00143335 Jy ! Component: 350 - total flux cleaned = 0.00146726 Jy ! Component: 400 - total flux cleaned = 0.00133725 Jy ! Component: 450 - total flux cleaned = 0.00127451 Jy ! Component: 500 - total flux cleaned = 0.00121321 Jy ! Component: 550 - total flux cleaned = 0.00112431 Jy ! Component: 600 - total flux cleaned = 0.00112407 Jy ! Component: 650 - total flux cleaned = 0.00101035 Jy ! Component: 700 - total flux cleaned = 0.00092848 Jy ! Component: 750 - total flux cleaned = 0.000983188 Jy ! Component: 800 - total flux cleaned = 0.000904449 Jy ! Component: 850 - total flux cleaned = 0.000981387 Jy ! Component: 900 - total flux cleaned = 0.000981422 Jy ! Component: 950 - total flux cleaned = 0.000932134 Jy ! Component: 1000 - total flux cleaned = 0.00100474 Jy ! Component: 1050 - total flux cleaned = 0.00102808 Jy ! Component: 1100 - total flux cleaned = 0.0010512 Jy ! Component: 1150 - total flux cleaned = 0.00105168 Jy ! Component: 1200 - total flux cleaned = 0.00114228 Jy ! Component: 1250 - total flux cleaned = 0.0011642 Jy ! Component: 1300 - total flux cleaned = 0.00118635 Jy ! Component: 1350 - total flux cleaned = 0.0012294 Jy ! Component: 1400 - total flux cleaned = 0.00127114 Jy ! Component: 1450 - total flux cleaned = 0.00129197 Jy ! Component: 1500 - total flux cleaned = 0.00127151 Jy ! Component: 1550 - total flux cleaned = 0.00121118 Jy ! Component: 1600 - total flux cleaned = 0.00126989 Jy ! Component: 1650 - total flux cleaned = 0.0012502 Jy ! Component: 1700 - total flux cleaned = 0.001174 Jy ! Component: 1750 - total flux cleaned = 0.00117397 Jy ! Component: 1800 - total flux cleaned = 0.00117409 Jy ! Component: 1850 - total flux cleaned = 0.00111946 Jy ! Component: 1900 - total flux cleaned = 0.00113779 Jy ! Component: 1950 - total flux cleaned = 0.00119138 Jy ! Component: 2000 - total flux cleaned = 0.00122644 Jy ! Component: 2050 - total flux cleaned = 0.0012611 Jy ! Component: 2100 - total flux cleaned = 0.00129545 Jy ! Component: 2150 - total flux cleaned = 0.00131234 Jy ! Component: 2200 - total flux cleaned = 0.00137923 Jy ! Component: 2250 - total flux cleaned = 0.00137927 Jy ! Component: 2300 - total flux cleaned = 0.00144427 Jy ! Component: 2350 - total flux cleaned = 0.00147647 Jy ! Component: 2400 - total flux cleaned = 0.00147645 Jy ! Component: 2450 - total flux cleaned = 0.00152345 Jy ! Component: 2500 - total flux cleaned = 0.00155455 Jy ! Component: 2550 - total flux cleaned = 0.00156975 Jy ! Component: 2600 - total flux cleaned = 0.00160003 Jy ! Component: 2650 - total flux cleaned = 0.00155505 Jy ! Component: 2700 - total flux cleaned = 0.00161452 Jy ! Component: 2750 - total flux cleaned = 0.00158502 Jy ! Component: 2800 - total flux cleaned = 0.00159978 Jy ! Component: 2850 - total flux cleaned = 0.00161418 Jy ! Component: 2900 - total flux cleaned = 0.00164288 Jy ! Component: 2950 - total flux cleaned = 0.00165701 Jy ! Component: 3000 - total flux cleaned = 0.00167112 Jy ! Component: 3050 - total flux cleaned = 0.00175485 Jy ! Component: 3100 - total flux cleaned = 0.001824 Jy ! Component: 3150 - total flux cleaned = 0.00183766 Jy ! Component: 3200 - total flux cleaned = 0.00191935 Jy ! Component: 3250 - total flux cleaned = 0.00197323 Jy ! Component: 3300 - total flux cleaned = 0.00199993 Jy ! Component: 3350 - total flux cleaned = 0.0020531 Jy ! Component: 3400 - total flux cleaned = 0.00205307 Jy ! Component: 3450 - total flux cleaned = 0.00205316 Jy ! Component: 3500 - total flux cleaned = 0.00210515 Jy ! Component: 3550 - total flux cleaned = 0.00213105 Jy ! Component: 3600 - total flux cleaned = 0.00214383 Jy ! Component: 3650 - total flux cleaned = 0.00220741 Jy ! Component: 3700 - total flux cleaned = 0.00223271 Jy ! Component: 3750 - total flux cleaned = 0.00223274 Jy ! Component: 3800 - total flux cleaned = 0.00230717 Jy ! Component: 3850 - total flux cleaned = 0.00234415 Jy ! Component: 3900 - total flux cleaned = 0.00236867 Jy ! Component: 3950 - total flux cleaned = 0.00244157 Jy ! Component: 4000 - total flux cleaned = 0.00246562 Jy ! Component: 4050 - total flux cleaned = 0.00251341 Jy ! Total flux subtracted in 4096 components = 0.00251347 Jy ! Clean residual min=-0.000783 max=0.000783 Jy/beam ! Clean residual mean=0.000007 rms=0.000221 Jy/beam ! Combined flux in latest and established models = 0.105125 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 457 components and 0.105125 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1632-2258_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.354 x 9.566 at 2.219 degrees (North through East) ! Clean map min=-0.0016714 max=0.071193 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1632-2258_S_a_map.fits wmodel /vlbi/uf001/uva//J1632-2258_S_a_map.mod ! Writing 457 model components to file: /vlbi/uf001/uva//J1632-2258_S_a_map.mod wobs /vlbi/uf001/uva//J1632-2258_S_a_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1632-2258_S_a_uvs.fits wwins /vlbi/uf001/uva//J1632-2258_S_a_map.win ! wwins: Wrote 3 windows to /vlbi/uf001/uva//J1632-2258_S_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0711927 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000213732 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.90065 0.90065 1.8013 3.6026 7.2052 14.4104 28.8208 57.6416 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.071 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 333.092 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1632-2258_S_a_dfm.log closed on Mon Jan 14 03:45:13 2019