! Started logfile: /scr/pima/rv102_uvs/J2302-3718_S_dfm.log on Sat Nov 9 09:37:01 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.23299 obs /scr/pima/rv102_uvs/J2302-3718_S_uva.fits ! Reading UV FITS file: /scr/pima/rv102_uvs/J2302-3718_S_uva.fits ! AN table 1: 22 integrations on 15 of 15 possible baselines. ! AN table 2: 22 integrations on 15 of 15 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2302-3718 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 2640 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 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 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 J2302-3718_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 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.065771Jy sigma=11.879421 ! Fit after self-cal, rms=0.809537Jy sigma=8.783400 ! 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.58 mas, bmaj=13.21 mas, bpa=-10.98 degrees ! Estimated noise=2.10138 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.15399 Jy ! Component: 100 - total flux cleaned = 0.256333 Jy ! Total flux subtracted in 100 components = 0.256333 Jy ! Clean residual min=-0.043139 max=0.059190 Jy/beam ! Clean residual mean=-0.004322 rms=0.018745 Jy/beam ! Combined flux in latest and established models = 0.256333 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 69 components and 0.256333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.235081Jy sigma=2.623853 ! Fit after self-cal, rms=0.234170Jy sigma=2.617447 ! 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.297 mas, bmaj=15.66 mas, bpa=-10.4 degrees ! Estimated noise=1.3129 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.128572 Jy ! Component: 100 - total flux cleaned = 0.214076 Jy ! Component: 150 - total flux cleaned = 0.277146 Jy ! Component: 200 - total flux cleaned = 0.314788 Jy ! Total flux subtracted in 200 components = 0.314788 Jy ! Clean residual min=-0.028914 max=0.028889 Jy/beam ! Clean residual mean=-0.002580 rms=0.012292 Jy/beam ! Combined flux in latest and established models = 0.571121 Jy ! Performing phase self-cal ! Adding 174 model components to the UV plane model. ! The established model now contains 235 components and 0.571121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123451Jy sigma=1.343226 ! Fit after self-cal, rms=0.122287Jy sigma=1.336721 ! 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.297 x 15.66 at -10.4 degrees (North through East) ! Clean map min=-0.031423 max=0.16524 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.84 HN 0.96 KP 1.08 LA 0.89 ! PT 0.84 SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.31 KP 1.28 LA 0.85 MK 0.85 ! NL 0.98 PT 0.71 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.84 HN 1.11 KP 1.12 LA 0.87 ! PT 0.87 SC 1.12 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.30 KP 1.28 LA 0.85 MK 1.24 ! NL 1.07 PT 0.76 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.85 HN 0.91 KP 1.09 LA 0.83 ! PT 0.94 SC 1.10 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.26 KP 1.23 LA 0.82 MK 1.41 ! NL 0.91 PT 0.80 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.86 HN 0.88 KP 1.12 LA 0.82 ! PT 0.99 SC 0.86 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.25 KP 1.27 LA 0.87 MK 0.84 ! NL 0.88 PT 0.76 ! ! ! Fit before self-cal, rms=0.122287Jy sigma=1.336721 ! Fit after self-cal, rms=0.089474Jy sigma=0.943217 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.386 mas, bmaj=15.84 mas, bpa=-9.984 degrees ! Estimated noise=1.21503 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.00603706 Jy ! Component: 100 - total flux cleaned = 0.0105357 Jy ! Component: 150 - total flux cleaned = 0.0109907 Jy ! Component: 200 - total flux cleaned = 0.0106108 Jy ! Total flux subtracted in 200 components = 0.0106108 Jy ! Clean residual min=-0.006235 max=0.006290 Jy/beam ! Clean residual mean=-0.000255 rms=0.002620 Jy/beam ! Combined flux in latest and established models = 0.581732 Jy ! Performing phase self-cal ! Adding 111 model components to the UV plane model. ! The established model now contains 346 components and 0.581732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082816Jy sigma=0.869711 ! Fit after self-cal, rms=0.083024Jy sigma=0.865560 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083024Jy sigma=0.865560 ! Fit after self-cal, rms=0.082521Jy sigma=0.864079 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.379 mas, bmaj=15.87 mas, bpa=-10.1 degrees ! Estimated noise=1.20829 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0048233 Jy ! Component: 100 - total flux cleaned = 0.00646252 Jy ! Component: 150 - total flux cleaned = 0.00648583 Jy ! Component: 200 - total flux cleaned = 0.00671984 Jy ! Total flux subtracted in 200 components = 0.00671984 Jy ! Clean residual min=-0.003867 max=0.003859 Jy/beam ! Clean residual mean=-0.000154 rms=0.001645 Jy/beam ! Combined flux in latest and established models = 0.588452 Jy selfcal ! Performing phase self-cal ! Adding 96 model components to the UV plane model. ! The established model now contains 430 components and 0.588451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080159Jy sigma=0.839272 ! Fit after self-cal, rms=0.080010Jy sigma=0.838356 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.000188941 Jy ! Component: 100 - total flux cleaned = -0.00104629 Jy ! Component: 150 - total flux cleaned = -0.00241068 Jy ! Component: 200 - total flux cleaned = -0.00330568 Jy ! Total flux subtracted in 200 components = -0.00330568 Jy ! Clean residual min=-0.002859 max=0.002853 Jy/beam ! Clean residual mean=-0.000110 rms=0.001200 Jy/beam ! Combined flux in latest and established models = 0.585146 Jy ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 485 components and 0.585146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078882Jy sigma=0.827747 ! Fit after self-cal, rms=0.078749Jy sigma=0.827117 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078749Jy sigma=0.827117 ! Fit after self-cal, rms=0.078693Jy sigma=0.826668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.375 mas, bmaj=15.79 mas, bpa=-10 degrees ! Estimated noise=1.20483 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000786424 Jy ! Component: 100 - total flux cleaned = -0.0011231 Jy ! Component: 150 - total flux cleaned = -0.00185404 Jy ! Component: 200 - total flux cleaned = -0.00239612 Jy ! Total flux subtracted in 200 components = -0.00239612 Jy ! Clean residual min=-0.002210 max=0.002215 Jy/beam ! Clean residual mean=-0.000066 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 0.58275 Jy selfcal ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 542 components and 0.58275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077994Jy sigma=0.820448 ! Fit after self-cal, rms=0.077901Jy sigma=0.820058 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.1051e-06 Jy ! Component: 100 - total flux cleaned = -0.000249733 Jy ! Component: 150 - total flux cleaned = -0.00071799 Jy ! Component: 200 - total flux cleaned = -0.000613976 Jy ! Total flux subtracted in 200 components = -0.000613976 Jy ! Clean residual min=-0.001784 max=0.001777 Jy/beam ! Clean residual mean=-0.000043 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.582136 Jy ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 590 components and 0.582136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077470Jy sigma=0.816251 ! Fit after self-cal, rms=0.077403Jy sigma=0.816011 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077403Jy sigma=0.816011 ! Fit after self-cal, rms=0.076863Jy sigma=0.815822 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.992 mas, bmaj=32.01 mas, bpa=-4.4 degrees ! Estimated noise=1.48657 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116514 Jy ! Component: 100 - total flux cleaned = 0.000438396 Jy ! Component: 150 - total flux cleaned = 0.000218711 Jy ! Component: 200 - total flux cleaned = -0.000411117 Jy ! Total flux subtracted in 200 components = -0.000411117 Jy ! Clean residual min=-0.001406 max=0.001404 Jy/beam ! Clean residual mean=-0.000026 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.581724 Jy selfcal ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 661 components and 0.581724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076585Jy sigma=0.813935 ! Fit after self-cal, rms=0.076555Jy sigma=0.813713 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.00015758 Jy ! Component: 100 - total flux cleaned = 0.000159586 Jy ! Component: 150 - total flux cleaned = 0.000363945 Jy ! Component: 200 - total flux cleaned = 0.000429212 Jy ! Total flux subtracted in 200 components = 0.000429212 Jy ! Clean residual min=-0.001002 max=0.001005 Jy/beam ! Clean residual mean=-0.000008 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.582154 Jy ! Performing phase self-cal ! Adding 90 model components to the UV plane model. ! The established model now contains 738 components and 0.582154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076420Jy sigma=0.812817 ! Fit after self-cal, rms=0.076412Jy sigma=0.812722 ! 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.364 mas, bmaj=15.66 mas, bpa=-9.889 degrees ! Estimated noise=1.196 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.364 x 15.66 at -9.889 degrees (North through East) ! Clean map min=-0.0067609 max=0.13754 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.611 mas, bmaj=13.13 mas, bpa=-10.85 degrees ! Estimated noise=1.92879 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.14008 Jy ! Component: 100 - total flux cleaned = 0.232222 Jy ! Component: 150 - total flux cleaned = 0.300899 Jy ! Component: 200 - total flux cleaned = 0.354052 Jy ! Total flux subtracted in 200 components = 0.354052 Jy ! Clean residual min=-0.028536 max=0.031249 Jy/beam ! Clean residual mean=-0.002352 rms=0.010483 Jy/beam ! Combined flux in latest and established models = 0.354052 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 149 model components to the UV plane model. ! The established model now contains 149 components and 0.354052 Jy ! Inverting map and beam ! Estimated beam: bmin=3.364 mas, bmaj=15.66 mas, bpa=-9.889 degrees ! Estimated noise=1.196 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.0669705 Jy ! Component: 100 - total flux cleaned = 0.111113 Jy ! Component: 150 - total flux cleaned = 0.126878 Jy ! Component: 200 - total flux cleaned = 0.133244 Jy ! Total flux subtracted in 200 components = 0.133244 Jy ! Clean residual min=-0.014811 max=0.014844 Jy/beam ! Clean residual mean=-0.001003 rms=0.005997 Jy/beam ! Combined flux in latest and established models = 0.487296 Jy ! Adding 153 model components to the UV plane model. ! The established model now contains 292 components and 0.487296 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=8.992 mas, bmaj=32.01 mas, bpa=-4.4 degrees ! Estimated noise=1.48657 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000656327 Jy ! Component: 100 - total flux cleaned = 0.000437047 Jy ! Component: 150 - total flux cleaned = -0.00275328 Jy ! Component: 200 - total flux cleaned = -0.00283089 Jy ! Total flux subtracted in 200 components = -0.00283089 Jy ! Clean residual min=-0.009592 max=0.009636 Jy/beam ! Clean residual mean=-0.000703 rms=0.004578 Jy/beam ! Combined flux in latest and established models = 0.484465 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.00577106 Jy ! Component: 100 - total flux cleaned = -0.010565 Jy ! Component: 150 - total flux cleaned = -0.0132366 Jy ! Component: 200 - total flux cleaned = -0.0158512 Jy ! Total flux subtracted in 200 components = -0.0158512 Jy ! Clean residual min=-0.005038 max=0.005040 Jy/beam ! Clean residual mean=-0.000285 rms=0.002449 Jy/beam ! Combined flux in latest and established models = 0.468614 Jy ! Adding 226 model components to the UV plane model. ! The established model now contains 506 components and 0.468614 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.364 mas, bmaj=15.66 mas, bpa=-9.889 degrees ! Estimated noise=1.196 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00446687 Jy ! Component: 100 - total flux cleaned = -0.00820456 Jy ! Component: 150 - total flux cleaned = -0.010061 Jy ! Component: 200 - total flux cleaned = -0.0117079 Jy ! Total flux subtracted in 200 components = -0.0117079 Jy ! Clean residual min=-0.003196 max=0.003200 Jy/beam ! Clean residual mean=-0.000100 rms=0.001160 Jy/beam ! Combined flux in latest and established models = 0.456906 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 558 components and 0.456906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077530Jy sigma=0.827720 ! Fit after self-cal, rms=0.077251Jy sigma=0.823535 wmodel J2302-3718_S_map.mod ! Writing 558 model components to file: J2302-3718_S_map.mod wobs J2302-3718_S_uvs.fits ! Writing UV FITS file: J2302-3718_S_uvs.fits wwins J2302-3718_S_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/rv102_uvs/J2302-3718_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.364 x 15.66 at -9.889 degrees (North through East) ! Clean map min=-0.012076 max=0.13056 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv102_uvs/J2302-3718_S_map.fits wmodel /scr/pima/rv102_uvs/J2302-3718_S_map.mod ! Writing 558 model components to file: /scr/pima/rv102_uvs/J2302-3718_S_map.mod wobs /scr/pima/rv102_uvs/J2302-3718_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv102_uvs/J2302-3718_S_uvs.fits wwins /scr/pima/rv102_uvs/J2302-3718_S_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.130555 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00103869 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.38677 2.38677 4.77354 9.54709 19.0942 38.1884 76.3767 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0031 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.13 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 125.692 quit ! Quitting program ! Log file /scr/pima/rv102_uvs/J2302-3718_S_dfm.log closed on Sat Nov 9 09:37:04 2019