! Started logfile: /image_prod/ug002_uva//J0616-3456_S_dfm.log on Wed Mar 4 21:14:44 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//J0616-3456_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0616-3456_S_uva.fits ! AN table 1: 38 integrations on 15 of 15 possible baselines. ! AN table 2: 37 integrations on 15 of 15 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0616-3456 ! ! 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 3375 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 J0616-3456_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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.013132Jy sigma=5.396832 ! Fit after self-cal, rms=0.875620Jy sigma=4.596980 ! 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.827 mas, bmaj=10.84 mas, bpa=-9.047 degrees ! Estimated noise=3.03441 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.0959576 Jy ! Component: 100 - total flux cleaned = 0.125249 Jy ! Total flux subtracted in 100 components = 0.125249 Jy ! Clean residual min=-0.016981 max=0.017335 Jy/beam ! Clean residual mean=0.000058 rms=0.005774 Jy/beam ! Combined flux in latest and established models = 0.125249 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 28 components and 0.125249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111281Jy sigma=0.581776 ! Fit after self-cal, rms=0.111115Jy sigma=0.580976 ! 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.406 mas, bmaj=12.6 mas, bpa=-9.061 degrees ! Estimated noise=2.35673 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.0298627 Jy ! Component: 100 - total flux cleaned = 0.0475755 Jy ! Component: 150 - total flux cleaned = 0.0584593 Jy ! Component: 200 - total flux cleaned = 0.0651578 Jy ! Total flux subtracted in 200 components = 0.0651578 Jy ! Clean residual min=-0.020900 max=0.021202 Jy/beam ! Clean residual mean=-0.000027 rms=0.007339 Jy/beam ! Combined flux in latest and established models = 0.190407 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 60 components and 0.190407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.104665Jy sigma=0.523010 ! Fit after self-cal, rms=0.104391Jy sigma=0.521940 ! 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.406 x 12.6 at -9.061 degrees (North through East) ! Clean map min=-0.021106 max=0.12024 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.47 LA 0.74 NL 1.34 OV 1.41 ! PT 0.71 SC 1.17 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 KP 0.98 LA 0.92 MK 1.06 ! NL 1.22 OV 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! HN 1.48 LA 0.73 NL 1.33 OV 1.50 ! PT 0.73 SC 1.15 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.38 KP 0.91 LA 0.96 MK 1.04 ! NL 1.47 OV 0.91 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! HN 1.31 LA 0.83 NL 1.16 OV 1.31 ! PT 0.74 SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.20 KP 0.85 LA 1.03 MK 1.07 ! NL 1.30 OV 0.99 ! ! ! Fit before self-cal, rms=0.104391Jy sigma=0.521940 ! Fit after self-cal, rms=0.132089Jy sigma=0.478745 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.512 mas, bmaj=12.86 mas, bpa=-8.813 degrees ! Estimated noise=2.46288 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.000746996 Jy ! Component: 100 - total flux cleaned = -0.0014906 Jy ! Component: 150 - total flux cleaned = -0.00214422 Jy ! Component: 200 - total flux cleaned = -0.00262384 Jy ! Total flux subtracted in 200 components = -0.00262384 Jy ! Clean residual min=-0.013669 max=0.023295 Jy/beam ! Clean residual mean=0.000106 rms=0.005345 Jy/beam ! Combined flux in latest and established models = 0.187783 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 64 components and 0.187783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.131571Jy sigma=0.478552 ! Fit after self-cal, rms=0.133965Jy sigma=0.475370 ! 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.133965Jy sigma=0.475370 ! Fit after self-cal, rms=0.146176Jy sigma=0.474668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.533 mas, bmaj=12.99 mas, bpa=-9.008 degrees ! Estimated noise=2.51432 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000391281 Jy ! Component: 100 - total flux cleaned = -0.00112177 Jy ! Component: 150 - total flux cleaned = -0.00177211 Jy ! Component: 200 - total flux cleaned = -0.0024479 Jy ! Total flux subtracted in 200 components = -0.0024479 Jy ! Clean residual min=-0.013342 max=0.022630 Jy/beam ! Clean residual mean=0.000108 rms=0.005129 Jy/beam ! Combined flux in latest and established models = 0.185335 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 65 components and 0.185335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.145673Jy sigma=0.474726 ! Fit after self-cal, rms=0.146022Jy sigma=0.474682 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 (-67, 56). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0195031 Jy ! Component: 100 - total flux cleaned = 0.0231958 Jy ! Component: 150 - total flux cleaned = 0.0229468 Jy ! Component: 200 - total flux cleaned = 0.0223037 Jy ! Total flux subtracted in 200 components = 0.0223037 Jy ! Clean residual min=-0.010909 max=0.015884 Jy/beam ! Clean residual mean=0.000121 rms=0.003828 Jy/beam ! Combined flux in latest and established models = 0.207639 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 99 components and 0.207639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.142691Jy sigma=0.456407 ! Fit after self-cal, rms=0.140838Jy sigma=0.452741 ! 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.140838Jy sigma=0.452741 ! Fit after self-cal, rms=0.127904Jy sigma=0.448800 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.541 mas, bmaj=12.91 mas, bpa=-8.476 degrees ! Estimated noise=2.43412 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00914737 Jy ! Component: 100 - total flux cleaned = 0.0116007 Jy ! Component: 150 - total flux cleaned = 0.0113357 Jy ! Component: 200 - total flux cleaned = 0.0108527 Jy ! Total flux subtracted in 200 components = 0.0108527 Jy ! Clean residual min=-0.009169 max=0.012072 Jy/beam ! Clean residual mean=0.000105 rms=0.002881 Jy/beam ! Combined flux in latest and established models = 0.218492 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 126 components and 0.218492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.127173Jy sigma=0.442938 ! Fit after self-cal, rms=0.126392Jy sigma=0.441904 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.00204098 Jy ! Component: 100 - total flux cleaned = 0.00185087 Jy ! Component: 150 - total flux cleaned = 0.0015758 Jy ! Component: 200 - total flux cleaned = 0.00115377 Jy ! Total flux subtracted in 200 components = 0.00115377 Jy ! Clean residual min=-0.008698 max=0.011279 Jy/beam ! Clean residual mean=0.000103 rms=0.002769 Jy/beam ! Combined flux in latest and established models = 0.219646 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 140 components and 0.219646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.126132Jy sigma=0.440662 ! Fit after self-cal, rms=0.126029Jy sigma=0.440496 ! 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.126029Jy sigma=0.440496 ! Fit after self-cal, rms=0.122527Jy sigma=0.438971 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.607 mas, bmaj=25.02 mas, bpa=-3.911 degrees ! Estimated noise=2.76022 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00458753 Jy ! Component: 100 - total flux cleaned = 0.00529559 Jy ! Component: 150 - total flux cleaned = 0.00562947 Jy ! Component: 200 - total flux cleaned = 0.00584528 Jy ! Total flux subtracted in 200 components = 0.00584528 Jy ! Clean residual min=-0.009856 max=0.013512 Jy/beam ! Clean residual mean=0.000166 rms=0.003698 Jy/beam ! Combined flux in latest and established models = 0.225491 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 160 components and 0.225491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.122437Jy sigma=0.437962 ! Fit after self-cal, rms=0.122253Jy sigma=0.437697 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.00085127 Jy ! Component: 100 - total flux cleaned = 0.00121523 Jy ! Component: 150 - total flux cleaned = 0.00121691 Jy ! Component: 200 - total flux cleaned = 0.00127633 Jy ! Total flux subtracted in 200 components = 0.00127633 Jy ! Clean residual min=-0.009283 max=0.013082 Jy/beam ! Clean residual mean=0.000162 rms=0.003643 Jy/beam ! Combined flux in latest and established models = 0.226767 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 166 components and 0.226767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.122229Jy sigma=0.437636 ! Fit after self-cal, rms=0.122205Jy sigma=0.437576 ! 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.552 mas, bmaj=12.91 mas, bpa=-8.237 degrees ! Estimated noise=2.39953 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.552 x 12.91 at -8.237 degrees (North through East) ! Clean map min=-0.0071926 max=0.12916 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.938 mas, bmaj=11.05 mas, bpa=-8.669 degrees ! Estimated noise=3.28836 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.102238 Jy ! Component: 100 - total flux cleaned = 0.135508 Jy ! Component: 150 - total flux cleaned = 0.156983 Jy ! Component: 200 - total flux cleaned = 0.172561 Jy ! Total flux subtracted in 200 components = 0.172561 Jy ! Clean residual min=-0.011943 max=0.013159 Jy/beam ! Clean residual mean=0.000072 rms=0.003734 Jy/beam ! Combined flux in latest and established models = 0.172561 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 0.172561 Jy ! Inverting map and beam ! Estimated beam: bmin=3.552 mas, bmaj=12.91 mas, bpa=-8.237 degrees ! Estimated noise=2.39953 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.0161077 Jy ! Component: 100 - total flux cleaned = 0.026732 Jy ! Component: 150 - total flux cleaned = 0.0342584 Jy ! Component: 200 - total flux cleaned = 0.0398981 Jy ! Total flux subtracted in 200 components = 0.0398981 Jy ! Clean residual min=-0.010001 max=0.011672 Jy/beam ! Clean residual mean=0.000093 rms=0.002923 Jy/beam ! Combined flux in latest and established models = 0.212459 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 91 components and 0.212459 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.607 mas, bmaj=25.02 mas, bpa=-3.911 degrees ! Estimated noise=2.76022 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00759704 Jy ! Component: 100 - total flux cleaned = 0.0110501 Jy ! Component: 150 - total flux cleaned = 0.0125794 Jy ! Component: 200 - total flux cleaned = 0.0130343 Jy ! Total flux subtracted in 200 components = 0.0130343 Jy ! Clean residual min=-0.011141 max=0.013611 Jy/beam ! Clean residual mean=0.000161 rms=0.003920 Jy/beam ! Combined flux in latest and established models = 0.225494 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.000297646 Jy ! Component: 100 - total flux cleaned = 0.000643746 Jy ! Component: 150 - total flux cleaned = 0.000880124 Jy ! Component: 200 - total flux cleaned = 0.00110084 Jy ! Total flux subtracted in 200 components = 0.00110084 Jy ! Clean residual min=-0.010221 max=0.013376 Jy/beam ! Clean residual mean=0.000161 rms=0.003824 Jy/beam ! Combined flux in latest and established models = 0.226595 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 118 components and 0.226594 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.552 mas, bmaj=12.91 mas, bpa=-8.237 degrees ! Estimated noise=2.39953 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00156385 Jy ! Component: 100 - total flux cleaned = -0.0024585 Jy ! Component: 150 - total flux cleaned = -0.00277151 Jy ! Component: 200 - total flux cleaned = -0.00311963 Jy ! Total flux subtracted in 200 components = -0.00311963 Jy ! Clean residual min=-0.007879 max=0.010513 Jy/beam ! Clean residual mean=0.000085 rms=0.002494 Jy/beam ! Combined flux in latest and established models = 0.223475 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 142 components and 0.223475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.122208Jy sigma=0.437857 ! Fit after self-cal, rms=0.122159Jy sigma=0.437561 wmodel J0616-3456_S_map.mod ! Writing 142 model components to file: J0616-3456_S_map.mod wobs J0616-3456_S_uvs.fits ! Writing UV FITS file: J0616-3456_S_uvs.fits wwins J0616-3456_S_map.win ! wwins: Wrote 2 windows to J0616-3456_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.0042787 Jy ! Component: 100 - total flux cleaned = 0.00701415 Jy ! Component: 150 - total flux cleaned = 0.00880157 Jy ! Component: 200 - total flux cleaned = 0.0104365 Jy ! Component: 250 - total flux cleaned = 0.0116076 Jy ! Component: 300 - total flux cleaned = 0.0125863 Jy ! Component: 350 - total flux cleaned = 0.0132282 Jy ! Component: 400 - total flux cleaned = 0.0137443 Jy ! Component: 450 - total flux cleaned = 0.0141476 Jy ! Component: 500 - total flux cleaned = 0.0147593 Jy ! Component: 550 - total flux cleaned = 0.0154092 Jy ! Component: 600 - total flux cleaned = 0.0159617 Jy ! Component: 650 - total flux cleaned = 0.0164255 Jy ! Component: 700 - total flux cleaned = 0.0167396 Jy ! Component: 750 - total flux cleaned = 0.0170397 Jy ! Component: 800 - total flux cleaned = 0.0173862 Jy ! Component: 850 - total flux cleaned = 0.0178316 Jy ! Component: 900 - total flux cleaned = 0.0183639 Jy ! Component: 950 - total flux cleaned = 0.018465 Jy ! Component: 1000 - total flux cleaned = 0.0186148 Jy ! Component: 1050 - total flux cleaned = 0.0188544 Jy ! Component: 1100 - total flux cleaned = 0.0191306 Jy ! Component: 1150 - total flux cleaned = 0.0195325 Jy ! Component: 1200 - total flux cleaned = 0.0199223 Jy ! Component: 1250 - total flux cleaned = 0.0202593 Jy ! Component: 1300 - total flux cleaned = 0.020589 Jy ! Component: 1350 - total flux cleaned = 0.0209121 Jy ! Component: 1400 - total flux cleaned = 0.0211485 Jy ! Component: 1450 - total flux cleaned = 0.0212655 Jy ! Component: 1500 - total flux cleaned = 0.0214183 Jy ! Component: 1550 - total flux cleaned = 0.0216059 Jy ! Component: 1600 - total flux cleaned = 0.0217898 Jy ! Component: 1650 - total flux cleaned = 0.0218257 Jy ! Component: 1700 - total flux cleaned = 0.0220039 Jy ! Component: 1750 - total flux cleaned = 0.0221101 Jy ! Component: 1800 - total flux cleaned = 0.0222845 Jy ! Component: 1850 - total flux cleaned = 0.0223878 Jy ! Component: 1900 - total flux cleaned = 0.0224563 Jy ! Component: 1950 - total flux cleaned = 0.022558 Jy ! Component: 2000 - total flux cleaned = 0.0225916 Jy ! Component: 2050 - total flux cleaned = 0.0227934 Jy ! Component: 2100 - total flux cleaned = 0.0229271 Jy ! Component: 2150 - total flux cleaned = 0.0230272 Jy ! Component: 2200 - total flux cleaned = 0.0231941 Jy ! Component: 2250 - total flux cleaned = 0.0233275 Jy ! Component: 2300 - total flux cleaned = 0.0234614 Jy ! Component: 2350 - total flux cleaned = 0.0236623 Jy ! Component: 2400 - total flux cleaned = 0.0237969 Jy ! Component: 2450 - total flux cleaned = 0.0239986 Jy ! Component: 2500 - total flux cleaned = 0.0240999 Jy ! Component: 2550 - total flux cleaned = 0.0243705 Jy ! Component: 2600 - total flux cleaned = 0.0246085 Jy ! Component: 2650 - total flux cleaned = 0.0248479 Jy ! Component: 2700 - total flux cleaned = 0.0250886 Jy ! Component: 2750 - total flux cleaned = 0.0253996 Jy ! Component: 2800 - total flux cleaned = 0.0256778 Jy ! Component: 2850 - total flux cleaned = 0.025958 Jy ! Component: 2900 - total flux cleaned = 0.0262398 Jy ! Component: 2950 - total flux cleaned = 0.0264879 Jy ! Component: 3000 - total flux cleaned = 0.0268446 Jy ! Component: 3050 - total flux cleaned = 0.0270603 Jy ! Component: 3100 - total flux cleaned = 0.0273859 Jy ! Component: 3150 - total flux cleaned = 0.0276775 Jy ! Component: 3200 - total flux cleaned = 0.0280085 Jy ! Component: 3250 - total flux cleaned = 0.0282307 Jy ! Component: 3300 - total flux cleaned = 0.0285667 Jy ! Component: 3350 - total flux cleaned = 0.0288302 Jy ! Component: 3400 - total flux cleaned = 0.0290575 Jy ! Component: 3450 - total flux cleaned = 0.0294015 Jy ! Component: 3500 - total flux cleaned = 0.0296712 Jy ! Component: 3550 - total flux cleaned = 0.0300214 Jy ! Component: 3600 - total flux cleaned = 0.030414 Jy ! Component: 3650 - total flux cleaned = 0.0308101 Jy ! Component: 3700 - total flux cleaned = 0.0310501 Jy ! Component: 3750 - total flux cleaned = 0.0312119 Jy ! Component: 3800 - total flux cleaned = 0.0314979 Jy ! Component: 3850 - total flux cleaned = 0.0317041 Jy ! Component: 3900 - total flux cleaned = 0.0318289 Jy ! Component: 3950 - total flux cleaned = 0.0320398 Jy ! Component: 4000 - total flux cleaned = 0.0321247 Jy ! Component: 4050 - total flux cleaned = 0.0323843 Jy ! Total flux subtracted in 4096 components = 0.0325159 Jy ! Clean residual min=-0.002522 max=0.002625 Jy/beam ! Clean residual mean=0.000016 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.255991 Jy keep ! Adding 348 model components to the UV plane model. ! The established model now contains 490 components and 0.255991 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0616-3456_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.552 x 12.91 at -8.237 degrees (North through East) ! Clean map min=-0.0039518 max=0.131 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0616-3456_S_map.fits wmodel /image_prod/ug002_uva//J0616-3456_S_map.mod ! Writing 490 model components to file: /image_prod/ug002_uva//J0616-3456_S_map.mod wobs /image_prod/ug002_uva//J0616-3456_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0616-3456_S_uvs.fits wwins /image_prod/ug002_uva//J0616-3456_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0616-3456_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.131005 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00078128 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.78913 1.78913 3.57826 7.15651 14.313 28.626 57.2521 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0023 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.131 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 167.679 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0616-3456_S_dfm.log closed on Wed Mar 4 21:14:47 2020