! Started logfile: /image_prod/ug002_uvm//J2314-4455_S_a_dfm.log on Wed Mar 4 17:47:17 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_uvm//J2314-4455_S_a_uvm.fits ! Reading UV FITS file: /image_prod/ug002_uvm//J2314-4455_S_a_uvm.fits ! AN table 1: 37 integrations on 6 of 6 possible baselines. ! AN table 2: 38 integrations on 10 of 10 possible baselines. ! AN table 3: 60 integrations on 15 of 15 possible baselines. ! AN table 4: 60 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.994588 visibilities/baseline/integration-bin. ! Found source: J2314-4455 ! ! 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 7167 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 J2314-4455_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 1 telescope corrections were flagged in sub-array 2. ! A total of 1 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 2. ! A total of 1 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 2. ! A total of 1 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.343905Jy sigma=5.691745 ! Fit after self-cal, rms=0.574788Jy sigma=2.459300 ! 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.492 mas, bmaj=8.755 mas, bpa=9.036 degrees ! Estimated noise=3.3482 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.44723 Jy ! Component: 100 - total flux cleaned = 0.670068 Jy ! Total flux subtracted in 100 components = 0.670068 Jy ! Clean residual min=-0.076662 max=0.150835 Jy/beam ! Clean residual mean=-0.002579 rms=0.026267 Jy/beam ! Combined flux in latest and established models = 0.670068 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 30 components and 0.670068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.456283Jy sigma=1.836085 ! Fit after self-cal, rms=0.454987Jy sigma=1.832888 ! 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.059 mas, bmaj=10.55 mas, bpa=10.99 degrees ! Estimated noise=1.98615 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 (1.5, 15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.282511 Jy ! Component: 100 - total flux cleaned = 0.4428 Jy ! Component: 150 - total flux cleaned = 0.542178 Jy ! Component: 200 - total flux cleaned = 0.605495 Jy ! Total flux subtracted in 200 components = 0.605495 Jy ! Clean residual min=-0.042282 max=0.082038 Jy/beam ! Clean residual mean=-0.000922 rms=0.014827 Jy/beam ! Combined flux in latest and established models = 1.27556 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 78 components and 1.27556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.187116Jy sigma=0.742704 ! Fit after self-cal, rms=0.181460Jy sigma=0.716540 ! 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.059 x 10.55 at 10.99 degrees (North through East) ! Clean map min=-0.040156 max=0.49168 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! LA 0.88 NL 2.01 OV 0.92 SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! LA 0.92 MK 1.09 OV 0.98 PT 0.89 ! SC 1.06 ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.92 KP 0.89 NL 1.58 OV 0.95 ! PT 0.92 SC 1.10 ! ! Telescope amplitude corrections in sub-array 4: ! FD 1.01 KP 0.91 LA 0.97 OV 1.08 ! PT 0.91 SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 0.89 NL 2.15 OV 0.94 SC 1.13 ! ! Telescope amplitude corrections in sub-array 2: ! LA 0.91 MK 1.02 OV 1.03 PT 0.87 ! SC 1.16 ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.93 KP 0.91 NL 1.52 OV 0.95 ! PT 0.93 SC 0.93 ! ! Telescope amplitude corrections in sub-array 4: ! FD 1.03 KP 0.91 LA 0.99 OV 1.22 ! PT 0.91 SC 0.87 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 0.82 NL 2.16 OV 0.99 SC 1.07 ! ! Telescope amplitude corrections in sub-array 2: ! LA 0.91 MK 1.01 OV 1.04 PT 0.90 ! SC 1.12 ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.96 KP 0.89 NL 1.49 OV 1.01 ! PT 0.93 SC 1.20 ! ! Telescope amplitude corrections in sub-array 4: ! FD 1.07 KP 0.90 LA 0.98 OV 1.18 ! PT 0.93 SC 1.13 ! ! ! Fit before self-cal, rms=0.181460Jy sigma=0.716540 ! Fit after self-cal, rms=0.138865Jy sigma=0.463832 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.092 mas, bmaj=10.54 mas, bpa=11.14 degrees ! Estimated noise=2.01733 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 (-13.5, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0169316 Jy ! Component: 100 - total flux cleaned = 0.0213068 Jy ! Component: 150 - total flux cleaned = 0.023344 Jy ! Component: 200 - total flux cleaned = 0.0233306 Jy ! Total flux subtracted in 200 components = 0.0233306 Jy ! Clean residual min=-0.015470 max=0.015845 Jy/beam ! Clean residual mean=0.000233 rms=0.003709 Jy/beam ! Combined flux in latest and established models = 1.29889 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 99 components and 1.29889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.133416Jy sigma=0.437840 ! Fit after self-cal, rms=0.133620Jy sigma=0.435669 ! 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.133620Jy sigma=0.435669 ! Fit after self-cal, rms=0.131812Jy sigma=0.433910 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.083 mas, bmaj=10.44 mas, bpa=10.82 degrees ! Estimated noise=2.01023 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00661509 Jy ! Component: 100 - total flux cleaned = 0.00937011 Jy ! Component: 150 - total flux cleaned = 0.00937878 Jy ! Component: 200 - total flux cleaned = 0.00907857 Jy ! Total flux subtracted in 200 components = 0.00907857 Jy ! Clean residual min=-0.012878 max=0.013237 Jy/beam ! Clean residual mean=0.000152 rms=0.003082 Jy/beam ! Combined flux in latest and established models = 1.30797 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 109 components and 1.30797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.129469Jy sigma=0.423480 ! Fit after self-cal, rms=0.129286Jy sigma=0.422790 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.000198358 Jy ! Component: 100 - total flux cleaned = 7.48918e-05 Jy ! Component: 150 - total flux cleaned = -0.000157569 Jy ! Component: 200 - total flux cleaned = -0.000153321 Jy ! Total flux subtracted in 200 components = -0.000153321 Jy ! Clean residual min=-0.011057 max=0.012255 Jy/beam ! Clean residual mean=0.000151 rms=0.002824 Jy/beam ! Combined flux in latest and established models = 1.30782 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 115 components and 1.30782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.128193Jy sigma=0.417991 ! Fit after self-cal, rms=0.128090Jy sigma=0.417663 ! 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.128090Jy sigma=0.417663 ! Fit after self-cal, rms=0.126746Jy sigma=0.417070 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.077 mas, bmaj=10.37 mas, bpa=10.65 degrees ! Estimated noise=2.00429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000441118 Jy ! Component: 100 - total flux cleaned = 0.00104382 Jy ! Component: 150 - total flux cleaned = 0.00158475 Jy ! Component: 200 - total flux cleaned = 0.00175385 Jy ! Total flux subtracted in 200 components = 0.00175385 Jy ! Clean residual min=-0.010031 max=0.011232 Jy/beam ! Clean residual mean=0.000121 rms=0.002595 Jy/beam ! Combined flux in latest and established models = 1.30957 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 119 components and 1.30957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.126056Jy sigma=0.414147 ! Fit after self-cal, rms=0.125974Jy sigma=0.413895 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 (63.5, 47.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00828318 Jy ! Component: 100 - total flux cleaned = 0.0095562 Jy ! Component: 150 - total flux cleaned = 0.0100678 Jy ! Component: 200 - total flux cleaned = 0.0103481 Jy ! Total flux subtracted in 200 components = 0.0103481 Jy ! Clean residual min=-0.008673 max=0.008215 Jy/beam ! Clean residual mean=0.000055 rms=0.002147 Jy/beam ! Combined flux in latest and established models = 1.31992 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 139 components and 1.31992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.125073Jy sigma=0.409392 ! Fit after self-cal, rms=0.125012Jy sigma=0.409080 ! 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.125012Jy sigma=0.409080 ! Fit after self-cal, rms=0.124641Jy sigma=0.408701 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.959 mas, bmaj=31.19 mas, bpa=3.37 degrees ! Estimated noise=2.62851 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0049392 Jy ! Component: 100 - total flux cleaned = 0.00606626 Jy ! Component: 150 - total flux cleaned = 0.00692632 Jy ! Component: 200 - total flux cleaned = 0.00739239 Jy ! Total flux subtracted in 200 components = 0.00739239 Jy ! Clean residual min=-0.008505 max=0.009231 Jy/beam ! Clean residual mean=0.000092 rms=0.002792 Jy/beam ! Combined flux in latest and established models = 1.32731 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 155 components and 1.32731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.124476Jy sigma=0.408177 ! Fit after self-cal, rms=0.124457Jy sigma=0.408068 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.00229203 Jy ! Component: 100 - total flux cleaned = 0.00277518 Jy ! Component: 150 - total flux cleaned = 0.00307443 Jy ! Component: 200 - total flux cleaned = 0.00335408 Jy ! Total flux subtracted in 200 components = 0.00335408 Jy ! Clean residual min=-0.008238 max=0.009524 Jy/beam ! Clean residual mean=0.000069 rms=0.002725 Jy/beam ! Combined flux in latest and established models = 1.33067 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 167 components and 1.33067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.124385Jy sigma=0.407886 ! Fit after self-cal, rms=0.124377Jy sigma=0.407859 ! 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.074 mas, bmaj=10.32 mas, bpa=10.63 degrees ! Estimated noise=2.00024 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.074 x 10.32 at 10.63 degrees (North through East) ! Clean map min=-0.0075539 max=0.47916 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.474 mas, bmaj=8.412 mas, bpa=8.37 degrees ! Estimated noise=3.47381 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.466473 Jy ! Component: 100 - total flux cleaned = 0.70445 Jy ! Component: 150 - total flux cleaned = 0.857712 Jy ! Component: 200 - total flux cleaned = 0.964462 Jy ! Total flux subtracted in 200 components = 0.964462 Jy ! Clean residual min=-0.038907 max=0.065563 Jy/beam ! Clean residual mean=-0.001296 rms=0.012271 Jy/beam ! Combined flux in latest and established models = 0.964462 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 57 model components to the UV plane model. ! The established model now contains 57 components and 0.964462 Jy ! Inverting map and beam ! Estimated beam: bmin=3.074 mas, bmaj=10.32 mas, bpa=10.63 degrees ! Estimated noise=2.00024 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 (-1, -12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.126807 Jy ! Component: 100 - total flux cleaned = 0.197574 Jy ! Component: 150 - total flux cleaned = 0.24087 Jy ! Component: 200 - total flux cleaned = 0.270079 Jy ! Total flux subtracted in 200 components = 0.270079 Jy ! Clean residual min=-0.015467 max=0.020291 Jy/beam ! Clean residual mean=-0.000393 rms=0.004624 Jy/beam ! Combined flux in latest and established models = 1.23454 Jy ! Adding 71 model components to the UV plane model. ! The established model now contains 122 components and 1.23454 Jy ! Inverting map ! Added new window around map position (-7, 15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0222987 Jy ! Component: 100 - total flux cleaned = 0.0383271 Jy ! Component: 150 - total flux cleaned = 0.0508068 Jy ! Component: 200 - total flux cleaned = 0.0607801 Jy ! Total flux subtracted in 200 components = 0.0607801 Jy ! Clean residual min=-0.008764 max=0.009263 Jy/beam ! Clean residual mean=-0.000070 rms=0.002581 Jy/beam ! Combined flux in latest and established models = 1.29532 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 154 components and 1.29532 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.959 mas, bmaj=31.19 mas, bpa=3.37 degrees ! Estimated noise=2.62851 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0120692 Jy ! Component: 100 - total flux cleaned = 0.0200598 Jy ! Component: 150 - total flux cleaned = 0.0258708 Jy ! Component: 200 - total flux cleaned = 0.0294861 Jy ! Total flux subtracted in 200 components = 0.0294861 Jy ! Clean residual min=-0.009411 max=0.010033 Jy/beam ! Clean residual mean=0.000035 rms=0.003214 Jy/beam ! Combined flux in latest and established models = 1.32481 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.00179783 Jy ! Component: 100 - total flux cleaned = 0.00324042 Jy ! Component: 150 - total flux cleaned = 0.00406777 Jy ! Component: 200 - total flux cleaned = 0.0048201 Jy ! Total flux subtracted in 200 components = 0.0048201 Jy ! Clean residual min=-0.009000 max=0.009801 Jy/beam ! Clean residual mean=0.000037 rms=0.003013 Jy/beam ! Combined flux in latest and established models = 1.32963 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 212 components and 1.32963 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.074 mas, bmaj=10.32 mas, bpa=10.63 degrees ! Estimated noise=2.00024 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00202455 Jy ! Component: 100 - total flux cleaned = 0.00245952 Jy ! Component: 150 - total flux cleaned = 0.00226532 Jy ! Component: 200 - total flux cleaned = 0.00195164 Jy ! Total flux subtracted in 200 components = 0.00195164 Jy ! Clean residual min=-0.007635 max=0.007348 Jy/beam ! Clean residual mean=0.000011 rms=0.001952 Jy/beam ! Combined flux in latest and established models = 1.33158 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 234 components and 1.33158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.124178Jy sigma=0.406962 ! Fit after self-cal, rms=0.124120Jy sigma=0.406476 wmodel J2314-4455_S_a_map.mod ! Writing 234 model components to file: J2314-4455_S_a_map.mod wobs J2314-4455_S_a_uvs.fits ! Writing UV FITS file: J2314-4455_S_a_uvs.fits wwins J2314-4455_S_a_map.win ! wwins: Wrote 6 windows to J2314-4455_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.000512272 Jy ! Component: 100 - total flux cleaned = 0.00132156 Jy ! Component: 150 - total flux cleaned = 0.00174751 Jy ! Component: 200 - total flux cleaned = 0.00175102 Jy ! Component: 250 - total flux cleaned = 0.00165778 Jy ! Component: 300 - total flux cleaned = 0.00173966 Jy ! Component: 350 - total flux cleaned = 0.00132324 Jy ! Component: 400 - total flux cleaned = 0.00108623 Jy ! Component: 450 - total flux cleaned = 0.000712741 Jy ! Component: 500 - total flux cleaned = 0.000641489 Jy ! Component: 550 - total flux cleaned = 0.000505692 Jy ! Component: 600 - total flux cleaned = 0.000444255 Jy ! Component: 650 - total flux cleaned = 0.000510056 Jy ! Component: 700 - total flux cleaned = 0.000389303 Jy ! Component: 750 - total flux cleaned = 0.000274381 Jy ! Component: 800 - total flux cleaned = 0.000105517 Jy ! Component: 850 - total flux cleaned = -3.97866e-06 Jy ! Component: 900 - total flux cleaned = -0.000111294 Jy ! Component: 950 - total flux cleaned = -0.000214396 Jy ! Component: 1000 - total flux cleaned = -0.000214259 Jy ! Component: 1050 - total flux cleaned = -0.000215611 Jy ! Component: 1100 - total flux cleaned = -0.000359651 Jy ! Component: 1150 - total flux cleaned = -0.00031374 Jy ! Component: 1200 - total flux cleaned = -0.000451313 Jy ! Component: 1250 - total flux cleaned = -0.000495483 Jy ! Component: 1300 - total flux cleaned = -0.000408874 Jy ! Component: 1350 - total flux cleaned = -0.000155653 Jy ! Component: 1400 - total flux cleaned = 9.31123e-06 Jy ! Component: 1450 - total flux cleaned = 0.000331344 Jy ! Component: 1500 - total flux cleaned = 0.000487662 Jy ! Component: 1550 - total flux cleaned = 0.000603745 Jy ! Component: 1600 - total flux cleaned = 0.000981307 Jy ! Component: 1650 - total flux cleaned = 0.0011667 Jy ! Component: 1700 - total flux cleaned = 0.00149331 Jy ! Component: 1750 - total flux cleaned = 0.00167141 Jy ! Component: 1800 - total flux cleaned = 0.00205569 Jy ! Component: 1850 - total flux cleaned = 0.00233043 Jy ! Component: 1900 - total flux cleaned = 0.0026006 Jy ! Component: 1950 - total flux cleaned = 0.00279958 Jy ! Component: 2000 - total flux cleaned = 0.00302864 Jy ! Component: 2050 - total flux cleaned = 0.00318956 Jy ! Component: 2100 - total flux cleaned = 0.00353771 Jy ! Component: 2150 - total flux cleaned = 0.00372369 Jy ! Component: 2200 - total flux cleaned = 0.00387654 Jy ! Component: 2250 - total flux cleaned = 0.00396704 Jy ! Component: 2300 - total flux cleaned = 0.00399642 Jy ! Component: 2350 - total flux cleaned = 0.00405506 Jy ! Component: 2400 - total flux cleaned = 0.00408384 Jy ! Component: 2450 - total flux cleaned = 0.00411208 Jy ! Component: 2500 - total flux cleaned = 0.0041682 Jy ! Component: 2550 - total flux cleaned = 0.0041676 Jy ! Component: 2600 - total flux cleaned = 0.00416742 Jy ! Component: 2650 - total flux cleaned = 0.00414018 Jy ! Component: 2700 - total flux cleaned = 0.00427447 Jy ! Component: 2750 - total flux cleaned = 0.00424737 Jy ! Component: 2800 - total flux cleaned = 0.00424715 Jy ! Component: 2850 - total flux cleaned = 0.00422111 Jy ! Component: 2900 - total flux cleaned = 0.00434925 Jy ! Component: 2950 - total flux cleaned = 0.00442555 Jy ! Component: 3000 - total flux cleaned = 0.00450106 Jy ! Component: 3050 - total flux cleaned = 0.00462619 Jy ! Component: 3100 - total flux cleaned = 0.00472579 Jy ! Component: 3150 - total flux cleaned = 0.00489901 Jy ! Component: 3200 - total flux cleaned = 0.00504652 Jy ! Component: 3250 - total flux cleaned = 0.00514437 Jy ! Component: 3300 - total flux cleaned = 0.00521757 Jy ! Component: 3350 - total flux cleaned = 0.00531465 Jy ! Component: 3400 - total flux cleaned = 0.00541146 Jy ! Component: 3450 - total flux cleaned = 0.00553167 Jy ! Component: 3500 - total flux cleaned = 0.00567539 Jy ! Component: 3550 - total flux cleaned = 0.00569917 Jy ! Component: 3600 - total flux cleaned = 0.00584172 Jy ! Component: 3650 - total flux cleaned = 0.00598358 Jy ! Component: 3700 - total flux cleaned = 0.00605443 Jy ! Component: 3750 - total flux cleaned = 0.00621885 Jy ! Component: 3800 - total flux cleaned = 0.00628936 Jy ! Component: 3850 - total flux cleaned = 0.00631267 Jy ! Component: 3900 - total flux cleaned = 0.00628923 Jy ! Component: 3950 - total flux cleaned = 0.00642985 Jy ! Component: 4000 - total flux cleaned = 0.00647664 Jy ! Component: 4050 - total flux cleaned = 0.00645324 Jy ! Total flux subtracted in 4096 components = 0.00657038 Jy ! Clean residual min=-0.001421 max=0.001253 Jy/beam ! Clean residual mean=0.000012 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 1.33815 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 523 components and 1.33815 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uvm//J2314-4455_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.074 x 10.32 at 10.63 degrees (North through East) ! Clean map min=-0.0038225 max=0.50811 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uvm//J2314-4455_S_a_map.fits wmodel /image_prod/ug002_uvm//J2314-4455_S_a_map.mod ! Writing 523 model components to file: /image_prod/ug002_uvm//J2314-4455_S_a_map.mod wobs /image_prod/ug002_uvm//J2314-4455_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uvm//J2314-4455_S_a_uvs.fits wwins /image_prod/ug002_uvm//J2314-4455_S_a_map.win ! wwins: Wrote 7 windows to /image_prod/ug002_uvm//J2314-4455_S_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.508107 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000429533 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.253608 0.253608 0.507215 1.01443 2.02886 4.05772 8.11544 16.2309 32.4618 64.9235 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.508 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1182.93 quit ! Quitting program ! Log file /image_prod/ug002_uvm//J2314-4455_S_a_dfm.log closed on Wed Mar 4 17:47:21 2020