! Started logfile: /image_prod/ug002_uva//J1714-2100_S_dfm.log on Thu Mar 5 03:09:13 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//J1714-2100_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1714-2100_S_uva.fits ! AN table 1: 60 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.993452 visibilities/baseline/integration-bin. ! Found source: J1714-2100 ! ! 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 5007 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 J1714-2100_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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.008491Jy sigma=6.958222 ! Fit after self-cal, rms=0.874232Jy sigma=5.970410 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.111 mas, bmaj=21.06 mas, bpa=-4.224 degrees ! Estimated noise=2.19513 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.101725 Jy ! Component: 100 - total flux cleaned = 0.13977 Jy ! Total flux subtracted in 100 components = 0.13977 Jy ! Clean residual min=-0.005788 max=0.016256 Jy/beam ! Clean residual mean=-0.000030 rms=0.002516 Jy/beam ! Combined flux in latest and established models = 0.13977 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.13977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087826Jy sigma=0.497703 ! Fit after self-cal, rms=0.087564Jy sigma=0.495253 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0174978 Jy ! Component: 100 - total flux cleaned = 0.0258809 Jy ! Total flux subtracted in 100 components = 0.0258809 Jy ! Clean residual min=-0.003642 max=0.004511 Jy/beam ! Clean residual mean=-0.000004 rms=0.001175 Jy/beam ! Combined flux in latest and established models = 0.165651 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 45 components and 0.165651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084487Jy sigma=0.461184 ! Fit after self-cal, rms=0.084512Jy sigma=0.460955 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.842 mas, bmaj=22.74 mas, bpa=-4.547 degrees ! Estimated noise=1.51383 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.0062514 Jy ! Component: 100 - total flux cleaned = 0.00993267 Jy ! Component: 150 - total flux cleaned = 0.0122778 Jy ! Component: 200 - total flux cleaned = 0.0138021 Jy ! Total flux subtracted in 200 components = 0.0138021 Jy ! Clean residual min=-0.003069 max=0.002783 Jy/beam ! Clean residual mean=-0.000001 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.179453 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 108 components and 0.179453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084114Jy sigma=0.456235 ! Fit after self-cal, rms=0.084178Jy sigma=0.456182 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.842 x 22.74 at -4.547 degrees (North through East) ! Clean map min=-0.0031245 max=0.12952 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00 HN 1.02 KP 0.99 ! LA 0.98 NL 0.97 OV 0.96 PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.01 HN 1.04 KP 0.99 ! LA 1.03 NL 1.09 OV 1.01 PT 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.01 HN 0.96 KP 0.98 ! LA 1.02 NL 0.98 OV 0.98 PT 0.97 ! ! ! Fit before self-cal, rms=0.084178Jy sigma=0.456182 ! Fit after self-cal, rms=0.084027Jy sigma=0.454407 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.845 mas, bmaj=22.83 mas, bpa=-4.588 degrees ! Estimated noise=1.51344 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.000184247 Jy ! Component: 100 - total flux cleaned = 0.00026201 Jy ! Component: 150 - total flux cleaned = 0.000308417 Jy ! Component: 200 - total flux cleaned = 0.000329866 Jy ! Total flux subtracted in 200 components = 0.000329866 Jy ! Clean residual min=-0.002782 max=0.002931 Jy/beam ! Clean residual mean=-0.000004 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.179783 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 128 components and 0.179783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084004Jy sigma=0.454336 ! Fit after self-cal, rms=0.084022Jy sigma=0.454313 ! 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.084022Jy sigma=0.454313 ! Fit after self-cal, rms=0.084408Jy sigma=0.452854 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.808 mas, bmaj=22.95 mas, bpa=-4.74 degrees ! Estimated noise=1.50898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000302797 Jy ! Component: 100 - total flux cleaned = -0.000338424 Jy ! Component: 150 - total flux cleaned = -0.000352198 Jy ! Component: 200 - total flux cleaned = -0.000339031 Jy ! Total flux subtracted in 200 components = -0.000339031 Jy ! Clean residual min=-0.002400 max=0.002391 Jy/beam ! Clean residual mean=-0.000001 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.179444 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 136 components and 0.179444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084400Jy sigma=0.452809 ! Fit after self-cal, rms=0.084408Jy sigma=0.452791 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 = 1.94228e-05 Jy ! Component: 100 - total flux cleaned = 3.18789e-05 Jy ! Component: 150 - total flux cleaned = 4.4559e-05 Jy ! Component: 200 - total flux cleaned = 6.83139e-05 Jy ! Total flux subtracted in 200 components = 6.83139e-05 Jy ! Clean residual min=-0.002408 max=0.002374 Jy/beam ! Clean residual mean=-0.000001 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.179512 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 143 components and 0.179512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084401Jy sigma=0.452774 ! Fit after self-cal, rms=0.084405Jy sigma=0.452771 ! 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.084405Jy sigma=0.452771 ! Fit after self-cal, rms=0.084579Jy sigma=0.452711 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.788 mas, bmaj=22.99 mas, bpa=-4.78 degrees ! Estimated noise=1.50521 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000119912 Jy ! Component: 100 - total flux cleaned = -0.000170226 Jy ! Component: 150 - total flux cleaned = -0.000181648 Jy ! Component: 200 - total flux cleaned = -0.00019188 Jy ! Total flux subtracted in 200 components = -0.00019188 Jy ! Clean residual min=-0.002335 max=0.002241 Jy/beam ! Clean residual mean=-0.000001 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.17932 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 148 components and 0.17932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084574Jy sigma=0.452687 ! Fit after self-cal, rms=0.084580Jy sigma=0.452683 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 = 3.53557e-05 Jy ! Component: 100 - total flux cleaned = 4.54232e-05 Jy ! Component: 150 - total flux cleaned = 4.56613e-05 Jy ! Component: 200 - total flux cleaned = 5.51154e-05 Jy ! Total flux subtracted in 200 components = 5.51154e-05 Jy ! Clean residual min=-0.002334 max=0.002216 Jy/beam ! Clean residual mean=-0.000001 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.179375 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 153 components and 0.179375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084576Jy sigma=0.452674 ! Fit after self-cal, rms=0.084579Jy sigma=0.452672 ! 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.084579Jy sigma=0.452672 ! Fit after self-cal, rms=0.084428Jy sigma=0.452667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.435 mas, bmaj=23.74 mas, bpa=-2.951 degrees ! Estimated noise=1.58202 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000190152 Jy ! Component: 100 - total flux cleaned = 0.00020992 Jy ! Component: 150 - total flux cleaned = 0.000218443 Jy ! Component: 200 - total flux cleaned = 0.000225993 Jy ! Total flux subtracted in 200 components = 0.000225993 Jy ! Clean residual min=-0.002180 max=0.002291 Jy/beam ! Clean residual mean=-0.000000 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.179601 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 177 components and 0.179601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084428Jy sigma=0.452655 ! Fit after self-cal, rms=0.084429Jy sigma=0.452654 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 = 3.44544e-05 Jy ! Component: 100 - total flux cleaned = 3.40879e-05 Jy ! Component: 150 - total flux cleaned = 3.40108e-05 Jy ! Component: 200 - total flux cleaned = 3.97021e-05 Jy ! Total flux subtracted in 200 components = 3.97021e-05 Jy ! Clean residual min=-0.002168 max=0.002289 Jy/beam ! Clean residual mean=-0.000000 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.179641 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 183 components and 0.179641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084428Jy sigma=0.452650 ! Fit after self-cal, rms=0.084429Jy sigma=0.452649 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "============== Finished amplitude self-cal ==============" ! ============== Finished amplitude self-cal ============== restore ! Inverting map and beam ! Estimated beam: bmin=5.779 mas, bmaj=23 mas, bpa=-4.788 degrees ! Estimated noise=1.50262 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.779 x 23 at -4.788 degrees (North through East) ! Clean map min=-0.0022987 max=0.12815 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.049 mas, bmaj=21.32 mas, bpa=-4.488 degrees ! Estimated noise=2.16109 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.10074 Jy ! Component: 100 - total flux cleaned = 0.139474 Jy ! Component: 150 - total flux cleaned = 0.156551 Jy ! Component: 200 - total flux cleaned = 0.16477 Jy ! Total flux subtracted in 200 components = 0.16477 Jy ! Clean residual min=-0.003367 max=0.004034 Jy/beam ! Clean residual mean=-0.000005 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.16477 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 41 model components to the UV plane model. ! The established model now contains 41 components and 0.16477 Jy ! Inverting map and beam ! Estimated beam: bmin=5.779 mas, bmaj=23 mas, bpa=-4.788 degrees ! Estimated noise=1.50262 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.00600264 Jy ! Component: 100 - total flux cleaned = 0.00936123 Jy ! Component: 150 - total flux cleaned = 0.0114309 Jy ! Component: 200 - total flux cleaned = 0.0127309 Jy ! Total flux subtracted in 200 components = 0.0127309 Jy ! Clean residual min=-0.002451 max=0.002391 Jy/beam ! Clean residual mean=-0.000003 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.177501 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 105 components and 0.177501 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.435 mas, bmaj=23.74 mas, bpa=-2.951 degrees ! Estimated noise=1.58202 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000997943 Jy ! Component: 100 - total flux cleaned = 0.00138348 Jy ! Component: 150 - total flux cleaned = 0.0015065 Jy ! Component: 200 - total flux cleaned = 0.00156898 Jy ! Total flux subtracted in 200 components = 0.00156898 Jy ! Clean residual min=-0.002227 max=0.002445 Jy/beam ! Clean residual mean=-0.000002 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.17907 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 = 5.68118e-05 Jy ! Component: 100 - total flux cleaned = 9.64604e-05 Jy ! Component: 150 - total flux cleaned = 0.000145265 Jy ! Component: 200 - total flux cleaned = 0.00019017 Jy ! Total flux subtracted in 200 components = 0.00019017 Jy ! Clean residual min=-0.002209 max=0.002421 Jy/beam ! Clean residual mean=-0.000001 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.17926 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 139 components and 0.17926 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.779 mas, bmaj=23 mas, bpa=-4.788 degrees ! Estimated noise=1.50262 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00029912 Jy ! Component: 100 - total flux cleaned = -0.000298562 Jy ! Component: 150 - total flux cleaned = -0.00026129 Jy ! Component: 200 - total flux cleaned = -0.000209308 Jy ! Total flux subtracted in 200 components = -0.000209308 Jy ! Clean residual min=-0.002329 max=0.002297 Jy/beam ! Clean residual mean=-0.000002 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.179051 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 150 components and 0.179051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084457Jy sigma=0.452779 ! Fit after self-cal, rms=0.084450Jy sigma=0.452760 wmodel J1714-2100_S_map.mod ! Writing 150 model components to file: J1714-2100_S_map.mod wobs J1714-2100_S_uvs.fits ! Writing UV FITS file: J1714-2100_S_uvs.fits wwins J1714-2100_S_map.win ! wwins: Wrote 1 windows to J1714-2100_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 = -8.90745e-05 Jy ! Component: 100 - total flux cleaned = -0.000266864 Jy ! Component: 150 - total flux cleaned = -0.000301862 Jy ! Component: 200 - total flux cleaned = -0.000332558 Jy ! Component: 250 - total flux cleaned = -0.000304992 Jy ! Component: 300 - total flux cleaned = -0.000173271 Jy ! Component: 350 - total flux cleaned = -2.34101e-05 Jy ! Component: 400 - total flux cleaned = 1.19706e-06 Jy ! Component: 450 - total flux cleaned = 0.000117477 Jy ! Component: 500 - total flux cleaned = 0.000117492 Jy ! Component: 550 - total flux cleaned = 0.000118341 Jy ! Component: 600 - total flux cleaned = 0.000160466 Jy ! Component: 650 - total flux cleaned = 0.000200872 Jy ! Component: 700 - total flux cleaned = 0.000200979 Jy ! Component: 750 - total flux cleaned = 0.000220701 Jy ! Component: 800 - total flux cleaned = 0.000239762 Jy ! Component: 850 - total flux cleaned = 0.000239684 Jy ! Component: 900 - total flux cleaned = 0.000239723 Jy ! Component: 950 - total flux cleaned = 0.000257128 Jy ! Component: 1000 - total flux cleaned = 0.000240428 Jy ! Component: 1050 - total flux cleaned = 0.000257331 Jy ! Component: 1100 - total flux cleaned = 0.000241424 Jy ! Component: 1150 - total flux cleaned = 0.000241478 Jy ! Component: 1200 - total flux cleaned = 0.000225667 Jy ! Component: 1250 - total flux cleaned = 0.000179691 Jy ! Component: 1300 - total flux cleaned = 0.000134844 Jy ! Component: 1350 - total flux cleaned = 9.08364e-05 Jy ! Component: 1400 - total flux cleaned = 7.65262e-05 Jy ! Component: 1450 - total flux cleaned = 7.65389e-05 Jy ! Component: 1500 - total flux cleaned = 9.03935e-05 Jy ! Component: 1550 - total flux cleaned = 6.28913e-05 Jy ! Component: 1600 - total flux cleaned = 6.2992e-05 Jy ! Component: 1650 - total flux cleaned = 2.28191e-05 Jy ! Component: 1700 - total flux cleaned = 9.74937e-06 Jy ! Component: 1750 - total flux cleaned = -3.21058e-06 Jy ! Component: 1800 - total flux cleaned = -5.43439e-05 Jy ! Component: 1850 - total flux cleaned = -0.000117424 Jy ! Component: 1900 - total flux cleaned = -0.000167367 Jy ! Component: 1950 - total flux cleaned = -0.000216824 Jy ! Component: 2000 - total flux cleaned = -0.000265709 Jy ! Component: 2050 - total flux cleaned = -0.000374361 Jy ! Component: 2100 - total flux cleaned = -0.000445818 Jy ! Component: 2150 - total flux cleaned = -0.00049296 Jy ! Component: 2200 - total flux cleaned = -0.000551184 Jy ! Component: 2250 - total flux cleaned = -0.000631878 Jy ! Component: 2300 - total flux cleaned = -0.000711741 Jy ! Component: 2350 - total flux cleaned = -0.000745597 Jy ! Component: 2400 - total flux cleaned = -0.000790262 Jy ! Component: 2450 - total flux cleaned = -0.000856612 Jy ! Component: 2500 - total flux cleaned = -0.00088926 Jy ! Component: 2550 - total flux cleaned = -0.000943513 Jy ! Component: 2600 - total flux cleaned = -0.000986481 Jy ! Component: 2650 - total flux cleaned = -0.000997196 Jy ! Component: 2700 - total flux cleaned = -0.00107111 Jy ! Component: 2750 - total flux cleaned = -0.00111296 Jy ! Component: 2800 - total flux cleaned = -0.00117508 Jy ! Component: 2850 - total flux cleaned = -0.00121606 Jy ! Component: 2900 - total flux cleaned = -0.00129713 Jy ! Component: 2950 - total flux cleaned = -0.00131721 Jy ! Component: 3000 - total flux cleaned = -0.00140693 Jy ! Component: 3050 - total flux cleaned = -0.00143667 Jy ! Component: 3100 - total flux cleaned = -0.00151492 Jy ! Component: 3150 - total flux cleaned = -0.00154411 Jy ! Component: 3200 - total flux cleaned = -0.00159222 Jy ! Component: 3250 - total flux cleaned = -0.00162104 Jy ! Component: 3300 - total flux cleaned = -0.00167784 Jy ! Component: 3350 - total flux cleaned = -0.00169666 Jy ! Component: 3400 - total flux cleaned = -0.00175255 Jy ! Component: 3450 - total flux cleaned = -0.00181699 Jy ! Component: 3500 - total flux cleaned = -0.00179863 Jy ! Component: 3550 - total flux cleaned = -0.00182586 Jy ! Component: 3600 - total flux cleaned = -0.00183486 Jy ! Component: 3650 - total flux cleaned = -0.00185275 Jy ! Component: 3700 - total flux cleaned = -0.00187049 Jy ! Component: 3750 - total flux cleaned = -0.00189701 Jy ! Component: 3800 - total flux cleaned = -0.0019146 Jy ! Component: 3850 - total flux cleaned = -0.00190576 Jy ! Component: 3900 - total flux cleaned = -0.00194058 Jy ! Component: 3950 - total flux cleaned = -0.00194919 Jy ! Component: 4000 - total flux cleaned = -0.00200959 Jy ! Component: 4050 - total flux cleaned = -0.00205246 Jy ! Total flux subtracted in 4096 components = -0.00209516 Jy ! Clean residual min=-0.000481 max=0.000485 Jy/beam ! Clean residual mean=-0.000004 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.176956 Jy keep ! Adding 358 model components to the UV plane model. ! The established model now contains 508 components and 0.176956 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1714-2100_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.779 x 23 at -4.788 degrees (North through East) ! Clean map min=-0.0016887 max=0.12817 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1714-2100_S_map.fits wmodel /image_prod/ug002_uva//J1714-2100_S_map.mod ! Writing 508 model components to file: /image_prod/ug002_uva//J1714-2100_S_map.mod wobs /image_prod/ug002_uva//J1714-2100_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1714-2100_S_uvs.fits wwins /image_prod/ug002_uva//J1714-2100_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1714-2100_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.128165 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000171267 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.40089 0.40089 0.801779 1.60356 3.20712 6.41423 12.8285 25.6569 51.3139 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.128 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 748.335 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1714-2100_S_dfm.log closed on Thu Mar 5 03:09:16 2020