! Started logfile: /image_prod/ug002_uva//J2011-0644_S_dfm.log on Thu Mar 5 04:37:51 2020 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 /image_prod/ug002_uva//J2011-0644_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2011-0644_S_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.905556 visibilities/baseline/integration-bin. ! Found source: J2011-0644 ! ! 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 7335 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 J2011-0644_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 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.937038Jy sigma=7.265836 ! Fit after self-cal, rms=0.840870Jy sigma=2.928562 ! 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.857 mas, bmaj=12.96 mas, bpa=-18.75 degrees ! Estimated noise=2.72033 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 = 1.03796 Jy ! Component: 100 - total flux cleaned = 1.31224 Jy ! Total flux subtracted in 100 components = 1.31224 Jy ! Clean residual min=-0.115684 max=0.134793 Jy/beam ! Clean residual mean=0.000153 rms=0.033415 Jy/beam ! Combined flux in latest and established models = 1.31224 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 1.31224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.679217Jy sigma=2.561852 ! Fit after self-cal, rms=0.679178Jy sigma=2.561571 ! 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.44 mas, bmaj=13.31 mas, bpa=-17.99 degrees ! Estimated noise=2.10651 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.224179 Jy ! Component: 100 - total flux cleaned = 0.360454 Jy ! Component: 150 - total flux cleaned = 0.449829 Jy ! Component: 200 - total flux cleaned = 0.514303 Jy ! Total flux subtracted in 200 components = 0.514303 Jy ! Clean residual min=-0.119327 max=0.118100 Jy/beam ! Clean residual mean=0.000025 rms=0.030291 Jy/beam ! Combined flux in latest and established models = 1.82654 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 55 components and 1.82654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.533248Jy sigma=2.420960 ! Fit after self-cal, rms=0.532768Jy sigma=2.419612 ! 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.44 x 13.31 at -17.99 degrees (North through East) ! Clean map min=-0.117 max=1.382 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.23 FD 0.92 HN 0.96 KP 0.95 ! LA 2.11 MK 1.03 NL 0.85 OV 0.90 ! PT 0.89 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.40 FD 0.96 HN 1.00 KP 0.93 ! LA 0.88 MK 1.07 NL 0.97 OV 0.93 ! PT 0.91 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.71 FD 0.93 HN 1.04 KP 1.26 ! LA 0.92 MK 1.04 NL 0.89 OV 1.14 ! PT 0.93 ! ! ! Fit before self-cal, rms=0.532768Jy sigma=2.419612 ! Fit after self-cal, rms=0.835950Jy sigma=1.945219 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.406 mas, bmaj=14.41 mas, bpa=-17.97 degrees ! Estimated noise=2.23957 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 (-20.5, 28.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.129371 Jy ! Component: 100 - total flux cleaned = 0.186392 Jy ! Component: 150 - total flux cleaned = 0.228061 Jy ! Component: 200 - total flux cleaned = 0.252246 Jy ! Total flux subtracted in 200 components = 0.252246 Jy ! Clean residual min=-0.108906 max=0.107917 Jy/beam ! Clean residual mean=-0.000020 rms=0.024812 Jy/beam ! Combined flux in latest and established models = 2.07879 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 97 components and 2.07879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.783758Jy sigma=1.865198 ! Fit after self-cal, rms=0.781390Jy sigma=1.854361 ! 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.781390Jy sigma=1.854361 ! Fit after self-cal, rms=0.520020Jy sigma=1.036820 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.407 mas, bmaj=14.23 mas, bpa=-17.67 degrees ! Estimated noise=2.30566 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0581872 Jy ! Component: 100 - total flux cleaned = 0.0816411 Jy ! Component: 150 - total flux cleaned = 0.0973824 Jy ! Component: 200 - total flux cleaned = 0.106523 Jy ! Total flux subtracted in 200 components = 0.106523 Jy ! Clean residual min=-0.036837 max=0.077601 Jy/beam ! Clean residual mean=0.000072 rms=0.012183 Jy/beam ! Combined flux in latest and established models = 2.18531 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 122 components and 2.18531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.505593Jy sigma=0.992007 ! Fit after self-cal, rms=0.506138Jy sigma=0.990873 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 (13.5, -20.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0594516 Jy ! Component: 100 - total flux cleaned = 0.0769716 Jy ! Component: 150 - total flux cleaned = 0.0827003 Jy ! Component: 200 - total flux cleaned = 0.0868388 Jy ! Total flux subtracted in 200 components = 0.0868388 Jy ! Clean residual min=-0.030439 max=0.037870 Jy/beam ! Clean residual mean=0.000040 rms=0.009580 Jy/beam ! Combined flux in latest and established models = 2.27215 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 161 components and 2.27215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.495570Jy sigma=0.924960 ! Fit after self-cal, rms=0.495050Jy sigma=0.921587 ! 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.495050Jy sigma=0.921587 ! Fit after self-cal, rms=0.331341Jy sigma=0.702395 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.415 mas, bmaj=14.07 mas, bpa=-17.62 degrees ! Estimated noise=2.29052 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0153453 Jy ! Component: 100 - total flux cleaned = 0.0225855 Jy ! Component: 150 - total flux cleaned = 0.0211248 Jy ! Component: 200 - total flux cleaned = 0.0197765 Jy ! Total flux subtracted in 200 components = 0.0197765 Jy ! Clean residual min=-0.023592 max=0.021284 Jy/beam ! Clean residual mean=0.000012 rms=0.005248 Jy/beam ! Combined flux in latest and established models = 2.29193 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 189 components and 2.29193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.326051Jy sigma=0.673701 ! Fit after self-cal, rms=0.325797Jy sigma=0.671990 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.000830136 Jy ! Component: 100 - total flux cleaned = 0.000830963 Jy ! Component: 150 - total flux cleaned = 0.00196228 Jy ! Component: 200 - total flux cleaned = 0.00248387 Jy ! Total flux subtracted in 200 components = 0.00248387 Jy ! Clean residual min=-0.020661 max=0.019248 Jy/beam ! Clean residual mean=0.000011 rms=0.004676 Jy/beam ! Combined flux in latest and established models = 2.29441 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 207 components and 2.29441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.323353Jy sigma=0.659210 ! Fit after self-cal, rms=0.323251Jy sigma=0.658569 ! 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.323251Jy sigma=0.658569 ! Fit after self-cal, rms=0.325527Jy sigma=0.656788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.857 mas, bmaj=15.2 mas, bpa=-5.907 degrees ! Estimated noise=2.88928 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00598003 Jy ! Component: 100 - total flux cleaned = 0.0091552 Jy ! Component: 150 - total flux cleaned = 0.00865283 Jy ! Component: 200 - total flux cleaned = 0.0081983 Jy ! Total flux subtracted in 200 components = 0.0081983 Jy ! Clean residual min=-0.018473 max=0.018893 Jy/beam ! Clean residual mean=0.000024 rms=0.004974 Jy/beam ! Combined flux in latest and established models = 2.30261 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 237 components and 2.30261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.323808Jy sigma=0.648063 ! Fit after self-cal, rms=0.323641Jy sigma=0.646670 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.0021339 Jy ! Component: 100 - total flux cleaned = 0.00208114 Jy ! Component: 150 - total flux cleaned = 0.00208907 Jy ! Component: 200 - total flux cleaned = 0.00170634 Jy ! Total flux subtracted in 200 components = 0.00170634 Jy ! Clean residual min=-0.017067 max=0.016797 Jy/beam ! Clean residual mean=0.000021 rms=0.004517 Jy/beam ! Combined flux in latest and established models = 2.30432 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 270 components and 2.30432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.322735Jy sigma=0.641743 ! Fit after self-cal, rms=0.322667Jy sigma=0.641280 ! 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.414 mas, bmaj=14.04 mas, bpa=-17.61 degrees ! Estimated noise=2.28414 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.414 x 14.04 at -17.61 degrees (North through East) ! Clean map min=-0.017126 max=1.4718 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.322667Jy sigma=0.641280 ! Fit after self-cal, rms=0.449534Jy sigma=0.336139 ! Inverting map and beam ! Estimated beam: bmin=3.406 mas, bmaj=14.04 mas, bpa=-17.62 degrees ! Estimated noise=2.27457 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.45941e-05 Jy ! Component: 100 - total flux cleaned = 0.00050596 Jy ! Component: 150 - total flux cleaned = 0.000502806 Jy ! Component: 200 - total flux cleaned = 0.000851577 Jy ! Total flux subtracted in 200 components = 0.000851577 Jy ! Clean residual min=-0.015964 max=0.013121 Jy/beam ! Clean residual mean=0.000014 rms=0.003328 Jy/beam ! Combined flux in latest and established models = 2.30517 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 295 components and 2.30517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.448621Jy sigma=0.324155 ! Fit after self-cal, rms=0.448590Jy sigma=0.323705 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149938 Jy ! Component: 100 - total flux cleaned = 0.00245816 Jy ! Component: 150 - total flux cleaned = 0.00307041 Jy ! Component: 200 - total flux cleaned = 0.00364937 Jy ! Total flux subtracted in 200 components = 0.00364937 Jy ! Clean residual min=-0.014774 max=0.011664 Jy/beam ! Clean residual mean=0.000012 rms=0.003115 Jy/beam ! Combined flux in latest and established models = 2.30882 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 312 components and 2.30882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.447951Jy sigma=0.316621 ! Fit after self-cal, rms=0.447931Jy sigma=0.316420 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.447931Jy sigma=0.316420 ! Fit after self-cal, rms=0.452866Jy sigma=0.315199 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.819 mas, bmaj=13.69 mas, bpa=-18.31 degrees ! Estimated noise=2.95017 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.12494 Jy ! Component: 100 - total flux cleaned = 1.40566 Jy ! Component: 150 - total flux cleaned = 1.55533 Jy ! Component: 200 - total flux cleaned = 1.66232 Jy ! Total flux subtracted in 200 components = 1.66232 Jy ! Clean residual min=-0.033714 max=0.061324 Jy/beam ! Clean residual mean=0.000081 rms=0.011161 Jy/beam ! Combined flux in latest and established models = 1.66232 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 38 model components to the UV plane model. ! The established model now contains 38 components and 1.66232 Jy ! Inverting map and beam ! Estimated beam: bmin=3.404 mas, bmaj=14.03 mas, bpa=-17.63 degrees ! Estimated noise=2.2709 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.116477 Jy ! Component: 100 - total flux cleaned = 0.201616 Jy ! Component: 150 - total flux cleaned = 0.267133 Jy ! Component: 200 - total flux cleaned = 0.31882 Jy ! Total flux subtracted in 200 components = 0.31882 Jy ! Clean residual min=-0.022779 max=0.034907 Jy/beam ! Clean residual mean=0.000070 rms=0.007718 Jy/beam ! Combined flux in latest and established models = 1.98114 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 98 components and 1.98114 Jy ! Inverting map ! Added new window around map position (42, -57.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0426075 Jy ! Component: 100 - total flux cleaned = 0.0777803 Jy ! Component: 150 - total flux cleaned = 0.107536 Jy ! Component: 200 - total flux cleaned = 0.132927 Jy ! Total flux subtracted in 200 components = 0.132927 Jy ! Clean residual min=-0.015302 max=0.022216 Jy/beam ! Clean residual mean=0.000049 rms=0.004770 Jy/beam ! Combined flux in latest and established models = 2.11407 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 156 components and 2.11407 Jy ! Inverting map ! Added new window around map position (-38, 60). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0241281 Jy ! Component: 100 - total flux cleaned = 0.0432744 Jy ! Component: 150 - total flux cleaned = 0.0600475 Jy ! Component: 200 - total flux cleaned = 0.0749344 Jy ! Total flux subtracted in 200 components = 0.0749344 Jy ! Clean residual min=-0.011137 max=0.015026 Jy/beam ! Clean residual mean=0.000029 rms=0.003347 Jy/beam ! Combined flux in latest and established models = 2.18901 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 214 components and 2.18901 Jy ! Inverting map ! Added new window around map position (24.5, -33.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0152919 Jy ! Component: 100 - total flux cleaned = 0.0274713 Jy ! Component: 150 - total flux cleaned = 0.0382278 Jy ! Component: 200 - total flux cleaned = 0.047862 Jy ! Total flux subtracted in 200 components = 0.047862 Jy ! Clean residual min=-0.008669 max=0.011380 Jy/beam ! Clean residual mean=0.000021 rms=0.002608 Jy/beam ! Combined flux in latest and established models = 2.23687 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 261 components and 2.23687 Jy ! Inverting map ! Added new window around map position (-2.5, 18.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00854306 Jy ! Component: 100 - total flux cleaned = 0.0146196 Jy ! Component: 150 - total flux cleaned = 0.0204166 Jy ! Component: 200 - total flux cleaned = 0.025425 Jy ! Total flux subtracted in 200 components = 0.025425 Jy ! Clean residual min=-0.008083 max=0.008669 Jy/beam ! Clean residual mean=0.000014 rms=0.002209 Jy/beam ! Combined flux in latest and established models = 2.26229 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 296 components and 2.26229 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.845 mas, bmaj=15.19 mas, bpa=-5.897 degrees ! Estimated noise=2.88093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00911804 Jy ! Component: 100 - total flux cleaned = 0.015062 Jy ! Component: 150 - total flux cleaned = 0.0187612 Jy ! Component: 200 - total flux cleaned = 0.0206188 Jy ! Total flux subtracted in 200 components = 0.0206188 Jy ! Clean residual min=-0.008975 max=0.009522 Jy/beam ! Clean residual mean=0.000014 rms=0.002505 Jy/beam ! Combined flux in latest and established models = 2.28291 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.0014808 Jy ! Component: 100 - total flux cleaned = 0.00302326 Jy ! Component: 150 - total flux cleaned = 0.00424791 Jy ! Component: 200 - total flux cleaned = 0.00457239 Jy ! Total flux subtracted in 200 components = 0.00457239 Jy ! Clean residual min=-0.008656 max=0.009228 Jy/beam ! Clean residual mean=0.000009 rms=0.002360 Jy/beam ! Combined flux in latest and established models = 2.28748 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 380 components and 2.28748 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.404 mas, bmaj=14.03 mas, bpa=-17.63 degrees ! Estimated noise=2.2709 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000518665 Jy ! Component: 100 - total flux cleaned = -0.000500615 Jy ! Component: 150 - total flux cleaned = -0.000293406 Jy ! Component: 200 - total flux cleaned = -0.000102746 Jy ! Total flux subtracted in 200 components = -0.000102746 Jy ! Clean residual min=-0.007714 max=0.006598 Jy/beam ! Clean residual mean=0.000005 rms=0.001840 Jy/beam ! Combined flux in latest and established models = 2.28738 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 407 components and 2.28738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.450416Jy sigma=0.282601 ! Fit after self-cal, rms=0.450043Jy sigma=0.278258 wmodel J2011-0644_S_map.mod ! Writing 407 model components to file: J2011-0644_S_map.mod wobs J2011-0644_S_uvs.fits ! Writing UV FITS file: J2011-0644_S_uvs.fits wwins J2011-0644_S_map.win ! wwins: Wrote 7 windows to J2011-0644_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.000183779 Jy ! Component: 100 - total flux cleaned = -0.000827258 Jy ! Component: 150 - total flux cleaned = -0.00123515 Jy ! Component: 200 - total flux cleaned = -0.00133566 Jy ! Component: 250 - total flux cleaned = -0.00199666 Jy ! Component: 300 - total flux cleaned = -0.00236152 Jy ! Component: 350 - total flux cleaned = -0.00280474 Jy ! Component: 400 - total flux cleaned = -0.00306344 Jy ! Component: 450 - total flux cleaned = -0.00348447 Jy ! Component: 500 - total flux cleaned = -0.00373163 Jy ! Component: 550 - total flux cleaned = -0.00413502 Jy ! Component: 600 - total flux cleaned = -0.0044505 Jy ! Component: 650 - total flux cleaned = -0.00483671 Jy ! Component: 700 - total flux cleaned = -0.00506377 Jy ! Component: 750 - total flux cleaned = -0.00528496 Jy ! Component: 800 - total flux cleaned = -0.00535849 Jy ! Component: 850 - total flux cleaned = -0.00536081 Jy ! Component: 900 - total flux cleaned = -0.00564076 Jy ! Component: 950 - total flux cleaned = -0.00556978 Jy ! Component: 1000 - total flux cleaned = -0.00570517 Jy ! Component: 1050 - total flux cleaned = -0.00563779 Jy ! Component: 1100 - total flux cleaned = -0.00576896 Jy ! Component: 1150 - total flux cleaned = -0.00563961 Jy ! Component: 1200 - total flux cleaned = -0.00557477 Jy ! Component: 1250 - total flux cleaned = -0.00557411 Jy ! Component: 1300 - total flux cleaned = -0.00551106 Jy ! Component: 1350 - total flux cleaned = -0.00526582 Jy ! Component: 1400 - total flux cleaned = -0.0052665 Jy ! Component: 1450 - total flux cleaned = -0.0055047 Jy ! Component: 1500 - total flux cleaned = -0.0052689 Jy ! Component: 1550 - total flux cleaned = -0.00521223 Jy ! Component: 1600 - total flux cleaned = -0.00538466 Jy ! Component: 1650 - total flux cleaned = -0.00527065 Jy ! Component: 1700 - total flux cleaned = -0.00532686 Jy ! Component: 1750 - total flux cleaned = -0.00538309 Jy ! Component: 1800 - total flux cleaned = -0.00532864 Jy ! Component: 1850 - total flux cleaned = -0.00527551 Jy ! Component: 1900 - total flux cleaned = -0.00532895 Jy ! Component: 1950 - total flux cleaned = -0.0053291 Jy ! Component: 2000 - total flux cleaned = -0.0054333 Jy ! Component: 2050 - total flux cleaned = -0.00527863 Jy ! Component: 2100 - total flux cleaned = -0.00543078 Jy ! Component: 2150 - total flux cleaned = -0.0052282 Jy ! Component: 2200 - total flux cleaned = -0.00527852 Jy ! Component: 2250 - total flux cleaned = -0.00527813 Jy ! Component: 2300 - total flux cleaned = -0.00522899 Jy ! Component: 2350 - total flux cleaned = -0.00527663 Jy ! Component: 2400 - total flux cleaned = -0.00537149 Jy ! Component: 2450 - total flux cleaned = -0.00532399 Jy ! Component: 2500 - total flux cleaned = -0.00527695 Jy ! Component: 2550 - total flux cleaned = -0.0053233 Jy ! Component: 2600 - total flux cleaned = -0.00527758 Jy ! Component: 2650 - total flux cleaned = -0.00527793 Jy ! Component: 2700 - total flux cleaned = -0.00545818 Jy ! Component: 2750 - total flux cleaned = -0.00532416 Jy ! Component: 2800 - total flux cleaned = -0.00523528 Jy ! Component: 2850 - total flux cleaned = -0.00514849 Jy ! Component: 2900 - total flux cleaned = -0.00532203 Jy ! Component: 2950 - total flux cleaned = -0.00536504 Jy ! Component: 3000 - total flux cleaned = -0.00536488 Jy ! Component: 3050 - total flux cleaned = -0.00532234 Jy ! Component: 3100 - total flux cleaned = -0.0052382 Jy ! Component: 3150 - total flux cleaned = -0.00536334 Jy ! Component: 3200 - total flux cleaned = -0.00540438 Jy ! Component: 3250 - total flux cleaned = -0.00544531 Jy ! Component: 3300 - total flux cleaned = -0.00548593 Jy ! Component: 3350 - total flux cleaned = -0.00556591 Jy ! Component: 3400 - total flux cleaned = -0.00544632 Jy ! Component: 3450 - total flux cleaned = -0.00544639 Jy ! Component: 3500 - total flux cleaned = -0.00556427 Jy ! Component: 3550 - total flux cleaned = -0.00564148 Jy ! Component: 3600 - total flux cleaned = -0.00564122 Jy ! Component: 3650 - total flux cleaned = -0.00567984 Jy ! Component: 3700 - total flux cleaned = -0.00583174 Jy ! Component: 3750 - total flux cleaned = -0.00590664 Jy ! Component: 3800 - total flux cleaned = -0.00601848 Jy ! Component: 3850 - total flux cleaned = -0.00594411 Jy ! Component: 3900 - total flux cleaned = -0.00590698 Jy ! Component: 3950 - total flux cleaned = -0.00601663 Jy ! Component: 4000 - total flux cleaned = -0.00598037 Jy ! Component: 4050 - total flux cleaned = -0.00605245 Jy ! Total flux subtracted in 4096 components = -0.00608827 Jy ! Clean residual min=-0.002070 max=0.001938 Jy/beam ! Clean residual mean=-0.000003 rms=0.000727 Jy/beam ! Combined flux in latest and established models = 2.28129 Jy keep ! Adding 324 model components to the UV plane model. ! The established model now contains 730 components and 2.28129 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2011-0644_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.404 x 14.03 at -17.63 degrees (North through East) ! Clean map min=-0.0054312 max=1.5043 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2011-0644_S_map.fits wmodel /image_prod/ug002_uva//J2011-0644_S_map.mod ! Writing 730 model components to file: /image_prod/ug002_uva//J2011-0644_S_map.mod wobs /image_prod/ug002_uva//J2011-0644_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2011-0644_S_uvs.fits wwins /image_prod/ug002_uva//J2011-0644_S_map.win ! wwins: Wrote 8 windows to /image_prod/ug002_uva//J2011-0644_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 1.50433 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000722367 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.144058 0.144058 0.288116 0.576232 1.15246 2.30493 4.60985 9.21971 18.4394 36.8788 73.7577 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0021 print "peak= ", int(1000*peak_flux)/1000 ! peak= 1.504 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 2082.5 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2011-0644_S_dfm.log closed on Thu Mar 5 04:37:55 2020