! Started logfile: /image_prod/ug002_uva//J1349-1132_S_dfm.log on Thu Mar 5 01:27:42 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//J1349-1132_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1349-1132_S_uva.fits ! AN table 1: 40 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.986667 visibilities/baseline/integration-bin. ! Found source: J1349-1132 ! ! 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 44 lines of history. ! ! Reading 5328 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 J1349-1132_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.023244Jy sigma=7.663269 ! Fit after self-cal, rms=0.829980Jy sigma=6.038831 ! 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.818 mas, bmaj=7.317 mas, bpa=-5.94 degrees ! Estimated noise=1.81501 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.142562 Jy ! Component: 100 - total flux cleaned = 0.174154 Jy ! Total flux subtracted in 100 components = 0.174154 Jy ! Clean residual min=-0.009679 max=0.018809 Jy/beam ! Clean residual mean=-0.000101 rms=0.002937 Jy/beam ! Combined flux in latest and established models = 0.174154 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.174154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088710Jy sigma=0.578975 ! Fit after self-cal, rms=0.088622Jy sigma=0.578582 ! Inverting map ! Added new window around map position (-3.5, 9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0166255 Jy ! Component: 100 - total flux cleaned = 0.0237654 Jy ! Total flux subtracted in 100 components = 0.0237654 Jy ! Clean residual min=-0.008540 max=0.014024 Jy/beam ! Clean residual mean=-0.000059 rms=0.002486 Jy/beam ! Combined flux in latest and established models = 0.197919 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 17 components and 0.197919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085254Jy sigma=0.549784 ! Fit after self-cal, rms=0.085019Jy sigma=0.547126 ! 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.298 mas, bmaj=8.168 mas, bpa=-5.191 degrees ! Estimated noise=1.34887 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 (3, 12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0156633 Jy ! Component: 100 - total flux cleaned = 0.0222002 Jy ! Component: 150 - total flux cleaned = 0.0243658 Jy ! Component: 200 - total flux cleaned = 0.0256079 Jy ! Total flux subtracted in 200 components = 0.0256079 Jy ! Clean residual min=-0.007341 max=0.011877 Jy/beam ! Clean residual mean=-0.000039 rms=0.002085 Jy/beam ! Combined flux in latest and established models = 0.223527 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 44 components and 0.223527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081802Jy sigma=0.521668 ! Fit after self-cal, rms=0.081545Jy sigma=0.518291 ! 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.298 x 8.168 at -5.191 degrees (North through East) ! Clean map min=-0.0071826 max=0.16907 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.60 FD 0.96 HN 1.03 KP 0.98 ! LA 0.99 MK 1.02 NL 0.96 OV 0.94 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 2.50 FD 0.97 HN 1.02 KP 0.93 ! LA 0.98 MK 0.99 NL 1.13 OV 0.96 ! PT 0.98 SC 0.88 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.88 FD 0.97 HN 1.04 KP 0.94 ! LA 0.95 MK 0.99 NL 0.98 OV 0.97 ! PT 1.01 SC 0.98 ! ! ! Fit before self-cal, rms=0.081545Jy sigma=0.518291 ! Fit after self-cal, rms=0.106875Jy sigma=0.482640 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.252 mas, bmaj=8.28 mas, bpa=-5.024 degrees ! Estimated noise=1.38967 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.0011854 Jy ! Component: 100 - total flux cleaned = -0.00252087 Jy ! Component: 150 - total flux cleaned = -0.00343925 Jy ! Component: 200 - total flux cleaned = -0.00402196 Jy ! Total flux subtracted in 200 components = -0.00402196 Jy ! Clean residual min=-0.004502 max=0.004012 Jy/beam ! Clean residual mean=-0.000002 rms=0.000985 Jy/beam ! Combined flux in latest and established models = 0.219505 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 59 components and 0.219505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.106496Jy sigma=0.478922 ! Fit after self-cal, rms=0.106715Jy sigma=0.478465 ! 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.106715Jy sigma=0.478465 ! Fit after self-cal, rms=0.107315Jy sigma=0.475411 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.253 mas, bmaj=8.274 mas, bpa=-5.069 degrees ! Estimated noise=1.38193 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000848382 Jy ! Component: 100 - total flux cleaned = -0.00119923 Jy ! Component: 150 - total flux cleaned = -0.00157967 Jy ! Component: 200 - total flux cleaned = -0.0017123 Jy ! Total flux subtracted in 200 components = -0.0017123 Jy ! Clean residual min=-0.003815 max=0.003328 Jy/beam ! Clean residual mean=-0.000004 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.217793 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 77 components and 0.217793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.107147Jy sigma=0.474055 ! Fit after self-cal, rms=0.107147Jy sigma=0.473903 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.000475109 Jy ! Component: 100 - total flux cleaned = -0.000475765 Jy ! Component: 150 - total flux cleaned = -0.000421776 Jy ! Component: 200 - total flux cleaned = -0.000473059 Jy ! Total flux subtracted in 200 components = -0.000473059 Jy ! Clean residual min=-0.003559 max=0.003126 Jy/beam ! Clean residual mean=-0.000004 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.21732 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 86 components and 0.21732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.107078Jy sigma=0.473298 ! Fit after self-cal, rms=0.107077Jy sigma=0.473253 ! 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.107077Jy sigma=0.473253 ! Fit after self-cal, rms=0.109438Jy sigma=0.473091 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.251 mas, bmaj=8.28 mas, bpa=-5.119 degrees ! Estimated noise=1.37845 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00130176 Jy ! Component: 100 - total flux cleaned = -0.00140957 Jy ! Component: 150 - total flux cleaned = -0.00140842 Jy ! Component: 200 - total flux cleaned = -0.00140814 Jy ! Total flux subtracted in 200 components = -0.00140814 Jy ! Clean residual min=-0.003249 max=0.002946 Jy/beam ! Clean residual mean=-0.000003 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.215911 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 94 components and 0.215911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.109374Jy sigma=0.472606 ! Fit after self-cal, rms=0.109377Jy sigma=0.472554 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.000402495 Jy ! Component: 100 - total flux cleaned = -0.000406104 Jy ! Component: 150 - total flux cleaned = -0.000405105 Jy ! Component: 200 - total flux cleaned = -0.000439401 Jy ! Total flux subtracted in 200 components = -0.000439401 Jy ! Clean residual min=-0.003125 max=0.002854 Jy/beam ! Clean residual mean=-0.000003 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.215472 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 99 components and 0.215472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.109345Jy sigma=0.472279 ! Fit after self-cal, rms=0.109344Jy sigma=0.472253 ! 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.109344Jy sigma=0.472253 ! Fit after self-cal, rms=0.111209Jy sigma=0.472165 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.559 mas, bmaj=15.29 mas, bpa=-5.255 degrees ! Estimated noise=1.6989 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000590651 Jy ! Component: 100 - total flux cleaned = -0.00062966 Jy ! Component: 150 - total flux cleaned = -0.000630633 Jy ! Component: 200 - total flux cleaned = -0.000685784 Jy ! Total flux subtracted in 200 components = -0.000685784 Jy ! Clean residual min=-0.003827 max=0.004251 Jy/beam ! Clean residual mean=-0.000005 rms=0.000926 Jy/beam ! Combined flux in latest and established models = 0.214786 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 122 components and 0.214786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111187Jy sigma=0.472049 ! Fit after self-cal, rms=0.111188Jy sigma=0.471997 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 (18.5, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00347643 Jy ! Component: 100 - total flux cleaned = 0.00514578 Jy ! Component: 150 - total flux cleaned = 0.00605291 Jy ! Component: 200 - total flux cleaned = 0.00662895 Jy ! Total flux subtracted in 200 components = 0.00662895 Jy ! Clean residual min=-0.002885 max=0.002529 Jy/beam ! Clean residual mean=-0.000008 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.221415 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 152 components and 0.221415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111090Jy sigma=0.471422 ! Fit after self-cal, rms=0.111090Jy sigma=0.471390 ! 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.248 mas, bmaj=8.289 mas, bpa=-5.182 degrees ! Estimated noise=1.37604 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.248 x 8.289 at -5.182 degrees (North through East) ! Clean map min=-0.0032914 max=0.17381 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.781 mas, bmaj=7.404 mas, bpa=-5.79 degrees ! Estimated noise=1.83334 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.143762 Jy ! Component: 100 - total flux cleaned = 0.175838 Jy ! Component: 150 - total flux cleaned = 0.188979 Jy ! Component: 200 - total flux cleaned = 0.197203 Jy ! Total flux subtracted in 200 components = 0.197203 Jy ! Clean residual min=-0.004214 max=0.004885 Jy/beam ! Clean residual mean=-0.000027 rms=0.001133 Jy/beam ! Combined flux in latest and established models = 0.197203 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.197203 Jy ! Inverting map and beam ! Estimated beam: bmin=3.248 mas, bmaj=8.289 mas, bpa=-5.182 degrees ! Estimated noise=1.37604 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.00670017 Jy ! Component: 100 - total flux cleaned = 0.0112473 Jy ! Component: 150 - total flux cleaned = 0.014723 Jy ! Component: 200 - total flux cleaned = 0.0174899 Jy ! Total flux subtracted in 200 components = 0.0174899 Jy ! Clean residual min=-0.003060 max=0.002967 Jy/beam ! Clean residual mean=-0.000011 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.214692 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 64 components and 0.214692 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.559 mas, bmaj=15.29 mas, bpa=-5.255 degrees ! Estimated noise=1.6989 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0027952 Jy ! Component: 100 - total flux cleaned = 0.00404551 Jy ! Component: 150 - total flux cleaned = 0.00523816 Jy ! Component: 200 - total flux cleaned = 0.00601973 Jy ! Total flux subtracted in 200 components = 0.00601973 Jy ! Clean residual min=-0.002877 max=0.002876 Jy/beam ! Clean residual mean=-0.000012 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.220712 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.000522065 Jy ! Component: 100 - total flux cleaned = 0.000838538 Jy ! Component: 150 - total flux cleaned = 0.00108172 Jy ! Component: 200 - total flux cleaned = 0.0013088 Jy ! Total flux subtracted in 200 components = 0.0013088 Jy ! Clean residual min=-0.002732 max=0.002542 Jy/beam ! Clean residual mean=-0.000012 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.222021 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 117 components and 0.222021 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.248 mas, bmaj=8.289 mas, bpa=-5.182 degrees ! Estimated noise=1.37604 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000351686 Jy ! Component: 100 - total flux cleaned = -0.000145765 Jy ! Component: 150 - total flux cleaned = -8.09945e-05 Jy ! Component: 200 - total flux cleaned = -0.000138239 Jy ! Total flux subtracted in 200 components = -0.000138239 Jy ! Clean residual min=-0.002302 max=0.002452 Jy/beam ! Clean residual mean=-0.000007 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.221883 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 151 components and 0.221883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111109Jy sigma=0.470596 ! Fit after self-cal, rms=0.111062Jy sigma=0.470422 wmodel J1349-1132_S_map.mod ! Writing 151 model components to file: J1349-1132_S_map.mod wobs J1349-1132_S_uvs.fits ! Writing UV FITS file: J1349-1132_S_uvs.fits wwins J1349-1132_S_map.win ! wwins: Wrote 4 windows to J1349-1132_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.000588909 Jy ! Component: 100 - total flux cleaned = 0.000468605 Jy ! Component: 150 - total flux cleaned = 0.000274471 Jy ! Component: 200 - total flux cleaned = 0.000199547 Jy ! Component: 250 - total flux cleaned = 1.68471e-05 Jy ! Component: 300 - total flux cleaned = -0.000160145 Jy ! Component: 350 - total flux cleaned = -0.00036663 Jy ! Component: 400 - total flux cleaned = -0.000601467 Jy ! Component: 450 - total flux cleaned = -0.000633981 Jy ! Component: 500 - total flux cleaned = -0.000666582 Jy ! Component: 550 - total flux cleaned = -0.000761252 Jy ! Component: 600 - total flux cleaned = -0.000760289 Jy ! Component: 650 - total flux cleaned = -0.000789639 Jy ! Component: 700 - total flux cleaned = -0.000759405 Jy ! Component: 750 - total flux cleaned = -0.000671319 Jy ! Component: 800 - total flux cleaned = -0.000671588 Jy ! Component: 850 - total flux cleaned = -0.000643042 Jy ! Component: 900 - total flux cleaned = -0.000699036 Jy ! Component: 950 - total flux cleaned = -0.000753901 Jy ! Component: 1000 - total flux cleaned = -0.000780681 Jy ! Component: 1050 - total flux cleaned = -0.000807438 Jy ! Component: 1100 - total flux cleaned = -0.000886809 Jy ! Component: 1150 - total flux cleaned = -0.000965019 Jy ! Component: 1200 - total flux cleaned = -0.00101598 Jy ! Component: 1250 - total flux cleaned = -0.000965024 Jy ! Component: 1300 - total flux cleaned = -0.000990036 Jy ! Component: 1350 - total flux cleaned = -0.000989762 Jy ! Component: 1400 - total flux cleaned = -0.000965006 Jy ! Component: 1450 - total flux cleaned = -0.00103782 Jy ! Component: 1500 - total flux cleaned = -0.00108558 Jy ! Component: 1550 - total flux cleaned = -0.00110884 Jy ! Component: 1600 - total flux cleaned = -0.00115555 Jy ! Component: 1650 - total flux cleaned = -0.00110944 Jy ! Component: 1700 - total flux cleaned = -0.00106385 Jy ! Component: 1750 - total flux cleaned = -0.00122261 Jy ! Component: 1800 - total flux cleaned = -0.00122248 Jy ! Component: 1850 - total flux cleaned = -0.00124465 Jy ! Component: 1900 - total flux cleaned = -0.0012887 Jy ! Component: 1950 - total flux cleaned = -0.0012885 Jy ! Component: 2000 - total flux cleaned = -0.00131018 Jy ! Component: 2050 - total flux cleaned = -0.00135337 Jy ! Component: 2100 - total flux cleaned = -0.00139585 Jy ! Component: 2150 - total flux cleaned = -0.00145889 Jy ! Component: 2200 - total flux cleaned = -0.0014588 Jy ! Component: 2250 - total flux cleaned = -0.00154148 Jy ! Component: 2300 - total flux cleaned = -0.00156195 Jy ! Component: 2350 - total flux cleaned = -0.00168399 Jy ! Component: 2400 - total flux cleaned = -0.00172422 Jy ! Component: 2450 - total flux cleaned = -0.00180413 Jy ! Component: 2500 - total flux cleaned = -0.00178447 Jy ! Component: 2550 - total flux cleaned = -0.00188303 Jy ! Component: 2600 - total flux cleaned = -0.00194169 Jy ! Component: 2650 - total flux cleaned = -0.00201952 Jy ! Component: 2700 - total flux cleaned = -0.00211562 Jy ! Component: 2750 - total flux cleaned = -0.00209646 Jy ! Component: 2800 - total flux cleaned = -0.0021915 Jy ! Component: 2850 - total flux cleaned = -0.00224792 Jy ! Component: 2900 - total flux cleaned = -0.0022479 Jy ! Component: 2950 - total flux cleaned = -0.00228511 Jy ! Component: 3000 - total flux cleaned = -0.00235872 Jy ! Component: 3050 - total flux cleaned = -0.00239526 Jy ! Component: 3100 - total flux cleaned = -0.00237686 Jy ! Component: 3150 - total flux cleaned = -0.00235884 Jy ! Component: 3200 - total flux cleaned = -0.00239496 Jy ! Component: 3250 - total flux cleaned = -0.00248394 Jy ! Component: 3300 - total flux cleaned = -0.00239531 Jy ! Component: 3350 - total flux cleaned = -0.00237757 Jy ! Component: 3400 - total flux cleaned = -0.00237771 Jy ! Component: 3450 - total flux cleaned = -0.00237764 Jy ! Component: 3500 - total flux cleaned = -0.00241216 Jy ! Component: 3550 - total flux cleaned = -0.00230909 Jy ! Component: 3600 - total flux cleaned = -0.0023604 Jy ! Component: 3650 - total flux cleaned = -0.00234331 Jy ! Component: 3700 - total flux cleaned = -0.00227586 Jy ! Component: 3750 - total flux cleaned = -0.00227592 Jy ! Component: 3800 - total flux cleaned = -0.00230919 Jy ! Component: 3850 - total flux cleaned = -0.00224293 Jy ! Component: 3900 - total flux cleaned = -0.00227577 Jy ! Component: 3950 - total flux cleaned = -0.00219399 Jy ! Component: 4000 - total flux cleaned = -0.00219388 Jy ! Component: 4050 - total flux cleaned = -0.00214549 Jy ! Total flux subtracted in 4096 components = -0.00214543 Jy ! Clean residual min=-0.000987 max=0.001054 Jy/beam ! Clean residual mean=-0.000004 rms=0.000289 Jy/beam ! Combined flux in latest and established models = 0.219737 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 429 components and 0.219737 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1349-1132_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.248 x 8.289 at -5.182 degrees (North through East) ! Clean map min=-0.0019053 max=0.17796 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1349-1132_S_map.fits wmodel /image_prod/ug002_uva//J1349-1132_S_map.mod ! Writing 429 model components to file: /image_prod/ug002_uva//J1349-1132_S_map.mod wobs /image_prod/ug002_uva//J1349-1132_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1349-1132_S_uvs.fits wwins /image_prod/ug002_uva//J1349-1132_S_map.win ! wwins: Wrote 5 windows to /image_prod/ug002_uva//J1349-1132_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.177965 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00028774 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.48505 0.48505 0.9701 1.9402 3.8804 7.7608 15.5216 31.0432 62.0864 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.177 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 618.492 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1349-1132_S_dfm.log closed on Thu Mar 5 01:27:46 2020