! Started logfile: /image_prod/ug002_uva//J0654+5042_S_dfm.log on Wed Mar 4 21:34:39 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//J0654+5042_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0654+5042_S_uva.fits ! AN table 1: 60 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.967857 visibilities/baseline/integration-bin. ! Found source: J0654+5042 ! ! 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 4878 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 J0654+5042_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 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.015019Jy sigma=8.565004 ! Fit after self-cal, rms=0.813606Jy sigma=6.852146 ! 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.885 mas, bmaj=4.417 mas, bpa=5.604 degrees ! Estimated noise=2.00745 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.143902 Jy ! Component: 100 - total flux cleaned = 0.177074 Jy ! Total flux subtracted in 100 components = 0.177074 Jy ! Clean residual min=-0.005951 max=0.012396 Jy/beam ! Clean residual mean=-0.000007 rms=0.001700 Jy/beam ! Combined flux in latest and established models = 0.177074 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.177074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066976Jy sigma=0.485788 ! Fit after self-cal, rms=0.066962Jy sigma=0.485709 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0132591 Jy ! Component: 100 - total flux cleaned = 0.0199592 Jy ! Total flux subtracted in 100 components = 0.0199592 Jy ! Clean residual min=-0.005444 max=0.005720 Jy/beam ! Clean residual mean=0.000006 rms=0.001287 Jy/beam ! Combined flux in latest and established models = 0.197033 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 15 components and 0.197033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063943Jy sigma=0.455941 ! Fit after self-cal, rms=0.063913Jy sigma=0.455664 ! 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.449 mas, bmaj=5.065 mas, bpa=5.593 degrees ! Estimated noise=1.24512 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.00532335 Jy ! Component: 100 - total flux cleaned = 0.0080662 Jy ! Component: 150 - total flux cleaned = 0.00968868 Jy ! Component: 200 - total flux cleaned = 0.010588 Jy ! Total flux subtracted in 200 components = 0.010588 Jy ! Clean residual min=-0.004135 max=0.003545 Jy/beam ! Clean residual mean=0.000025 rms=0.000979 Jy/beam ! Combined flux in latest and established models = 0.207621 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 29 components and 0.207621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063475Jy sigma=0.451539 ! Fit after self-cal, rms=0.063462Jy sigma=0.451443 ! 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.449 x 5.065 at 5.593 degrees (North through East) ! Clean map min=-0.004049 max=0.18801 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.01 HN 1.01 LA 1.00 ! MK 1.03 OV 0.97 PT 0.98 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.26 FD 1.00 HN 1.00 LA 0.99 ! MK 0.99 OV 0.97 PT 1.01 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00 HN 0.99 LA 0.98 ! MK 0.98 OV 0.97 PT 1.00 SC 1.01 ! ! ! Fit before self-cal, rms=0.063462Jy sigma=0.451443 ! Fit after self-cal, rms=0.065146Jy sigma=0.438001 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.451 mas, bmaj=5.081 mas, bpa=5.257 degrees ! Estimated noise=1.24793 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 = 9.02831e-05 Jy ! Component: 100 - total flux cleaned = 6.03223e-05 Jy ! Component: 150 - total flux cleaned = 2.58939e-06 Jy ! Component: 200 - total flux cleaned = -5.00733e-05 Jy ! Total flux subtracted in 200 components = -5.00733e-05 Jy ! Clean residual min=-0.003520 max=0.003261 Jy/beam ! Clean residual mean=0.000026 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.207571 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 33 components and 0.207571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065104Jy sigma=0.437811 ! Fit after self-cal, rms=0.065155Jy sigma=0.437737 ! 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.065155Jy sigma=0.437737 ! Fit after self-cal, rms=0.063100Jy sigma=0.424000 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.442 mas, bmaj=5.082 mas, bpa=5.367 degrees ! Estimated noise=1.24726 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000339489 Jy ! Component: 100 - total flux cleaned = 0.000286104 Jy ! Component: 150 - total flux cleaned = 0.000241366 Jy ! Component: 200 - total flux cleaned = 0.000202423 Jy ! Total flux subtracted in 200 components = 0.000202423 Jy ! Clean residual min=-0.002299 max=0.002161 Jy/beam ! Clean residual mean=-0.000006 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.207774 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 39 components and 0.207774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063066Jy sigma=0.423818 ! Fit after self-cal, rms=0.063041Jy sigma=0.423742 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 = 5.8539e-06 Jy ! Component: 100 - total flux cleaned = -8.24233e-05 Jy ! Component: 150 - total flux cleaned = -0.00011414 Jy ! Component: 200 - total flux cleaned = -0.000143138 Jy ! Total flux subtracted in 200 components = -0.000143138 Jy ! Clean residual min=-0.002268 max=0.002168 Jy/beam ! Clean residual mean=-0.000006 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.207631 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 42 components and 0.207631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063023Jy sigma=0.423693 ! Fit after self-cal, rms=0.063021Jy sigma=0.423686 ! 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.063021Jy sigma=0.423686 ! Fit after self-cal, rms=0.063126Jy sigma=0.423623 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.435 mas, bmaj=5.09 mas, bpa=5.282 degrees ! Estimated noise=1.24804 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000235845 Jy ! Component: 100 - total flux cleaned = 0.000233664 Jy ! Component: 150 - total flux cleaned = 0.000232039 Jy ! Component: 200 - total flux cleaned = 0.000202451 Jy ! Total flux subtracted in 200 components = 0.000202451 Jy ! Clean residual min=-0.002208 max=0.002152 Jy/beam ! Clean residual mean=-0.000007 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.207833 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 42 components and 0.207833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063107Jy sigma=0.423543 ! Fit after self-cal, rms=0.063108Jy sigma=0.423537 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 = -2.3474e-05 Jy ! Component: 100 - total flux cleaned = -7.71345e-05 Jy ! Component: 150 - total flux cleaned = -0.000101358 Jy ! Component: 200 - total flux cleaned = -0.000101551 Jy ! Total flux subtracted in 200 components = -0.000101551 Jy ! Clean residual min=-0.002192 max=0.002153 Jy/beam ! Clean residual mean=-0.000007 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.207731 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 43 components and 0.207731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063098Jy sigma=0.423512 ! Fit after self-cal, rms=0.063098Jy sigma=0.423510 ! 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.063098Jy sigma=0.423510 ! Fit after self-cal, rms=0.063194Jy sigma=0.423477 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.613 mas, bmaj=8.923 mas, bpa=24.51 degrees ! Estimated noise=1.55734 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000733775 Jy ! Component: 100 - total flux cleaned = 0.000819149 Jy ! Component: 150 - total flux cleaned = 0.000819404 Jy ! Component: 200 - total flux cleaned = 0.000811624 Jy ! Total flux subtracted in 200 components = 0.000811624 Jy ! Clean residual min=-0.002355 max=0.002251 Jy/beam ! Clean residual mean=-0.000016 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.208543 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.208543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063196Jy sigma=0.423461 ! Fit after self-cal, rms=0.063193Jy sigma=0.423442 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.1388e-05 Jy ! Component: 100 - total flux cleaned = 3.30571e-05 Jy ! Component: 150 - total flux cleaned = 3.29165e-05 Jy ! Component: 200 - total flux cleaned = 2.56219e-05 Jy ! Total flux subtracted in 200 components = 2.56219e-05 Jy ! Clean residual min=-0.002350 max=0.002262 Jy/beam ! Clean residual mean=-0.000015 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.208569 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 50 components and 0.208569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063197Jy sigma=0.423455 ! Fit after self-cal, rms=0.063193Jy sigma=0.423445 ! 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.431 mas, bmaj=5.096 mas, bpa=5.165 degrees ! Estimated noise=1.24913 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.431 x 5.096 at 5.165 degrees (North through East) ! Clean map min=-0.0020831 max=0.18864 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.871 mas, bmaj=4.426 mas, bpa=5.462 degrees ! Estimated noise=2.01756 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.144497 Jy ! Component: 100 - total flux cleaned = 0.178856 Jy ! Component: 150 - total flux cleaned = 0.193006 Jy ! Component: 200 - total flux cleaned = 0.200075 Jy ! Total flux subtracted in 200 components = 0.200075 Jy ! Clean residual min=-0.003686 max=0.003770 Jy/beam ! Clean residual mean=-0.000007 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.200075 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.200075 Jy ! Inverting map and beam ! Estimated beam: bmin=3.431 mas, bmaj=5.096 mas, bpa=5.165 degrees ! Estimated noise=1.24913 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.00432824 Jy ! Component: 100 - total flux cleaned = 0.00629319 Jy ! Component: 150 - total flux cleaned = 0.00728578 Jy ! Component: 200 - total flux cleaned = 0.0074009 Jy ! Total flux subtracted in 200 components = 0.0074009 Jy ! Clean residual min=-0.002192 max=0.002158 Jy/beam ! Clean residual mean=-0.000007 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.207476 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 26 components and 0.207476 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.613 mas, bmaj=8.923 mas, bpa=24.51 degrees ! Estimated noise=1.55734 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101158 Jy ! Component: 100 - total flux cleaned = 0.00103102 Jy ! Component: 150 - total flux cleaned = 0.00106085 Jy ! Component: 200 - total flux cleaned = 0.00108305 Jy ! Total flux subtracted in 200 components = 0.00108305 Jy ! Clean residual min=-0.002348 max=0.002289 Jy/beam ! Clean residual mean=-0.000015 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.208559 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 = 1.87408e-05 Jy ! Component: 100 - total flux cleaned = 3.53226e-05 Jy ! Component: 150 - total flux cleaned = 3.4805e-05 Jy ! Component: 200 - total flux cleaned = 3.47575e-05 Jy ! Total flux subtracted in 200 components = 3.47575e-05 Jy ! Clean residual min=-0.002353 max=0.002283 Jy/beam ! Clean residual mean=-0.000015 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.208594 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 35 components and 0.208594 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.431 mas, bmaj=5.096 mas, bpa=5.165 degrees ! Estimated noise=1.24913 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000224423 Jy ! Component: 100 - total flux cleaned = -0.00025289 Jy ! Component: 150 - total flux cleaned = -0.000302355 Jy ! Component: 200 - total flux cleaned = -0.000325117 Jy ! Total flux subtracted in 200 components = -0.000325117 Jy ! Clean residual min=-0.002211 max=0.002127 Jy/beam ! Clean residual mean=-0.000006 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.208269 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.208269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063241Jy sigma=0.423537 ! Fit after self-cal, rms=0.063238Jy sigma=0.423498 wmodel J0654+5042_S_map.mod ! Writing 41 model components to file: J0654+5042_S_map.mod wobs J0654+5042_S_uvs.fits ! Writing UV FITS file: J0654+5042_S_uvs.fits wwins J0654+5042_S_map.win ! wwins: Wrote 1 windows to J0654+5042_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.00045088 Jy ! Component: 100 - total flux cleaned = -0.000930657 Jy ! Component: 150 - total flux cleaned = -0.00145326 Jy ! Component: 200 - total flux cleaned = -0.00178733 Jy ! Component: 250 - total flux cleaned = -0.00204335 Jy ! Component: 300 - total flux cleaned = -0.00222892 Jy ! Component: 350 - total flux cleaned = -0.00237913 Jy ! Component: 400 - total flux cleaned = -0.00261264 Jy ! Component: 450 - total flux cleaned = -0.00275515 Jy ! Component: 500 - total flux cleaned = -0.00286633 Jy ! Component: 550 - total flux cleaned = -0.0030019 Jy ! Component: 600 - total flux cleaned = -0.00300188 Jy ! Component: 650 - total flux cleaned = -0.00310667 Jy ! Component: 700 - total flux cleaned = -0.00323483 Jy ! Component: 750 - total flux cleaned = -0.00326 Jy ! Component: 800 - total flux cleaned = -0.00333414 Jy ! Component: 850 - total flux cleaned = -0.00345514 Jy ! Component: 900 - total flux cleaned = -0.003431 Jy ! Component: 950 - total flux cleaned = -0.0035021 Jy ! Component: 1000 - total flux cleaned = -0.00357128 Jy ! Component: 1050 - total flux cleaned = -0.00352616 Jy ! Component: 1100 - total flux cleaned = -0.00363783 Jy ! Component: 1150 - total flux cleaned = -0.00359355 Jy ! Component: 1200 - total flux cleaned = -0.00357214 Jy ! Component: 1250 - total flux cleaned = -0.00359403 Jy ! Component: 1300 - total flux cleaned = -0.00367825 Jy ! Component: 1350 - total flux cleaned = -0.00363663 Jy ! Component: 1400 - total flux cleaned = -0.00369781 Jy ! Component: 1450 - total flux cleaned = -0.00369795 Jy ! Component: 1500 - total flux cleaned = -0.0037174 Jy ! Component: 1550 - total flux cleaned = -0.00369721 Jy ! Component: 1600 - total flux cleaned = -0.00369725 Jy ! Component: 1650 - total flux cleaned = -0.0037164 Jy ! Component: 1700 - total flux cleaned = -0.00377321 Jy ! Component: 1750 - total flux cleaned = -0.00371714 Jy ! Component: 1800 - total flux cleaned = -0.00375418 Jy ! Component: 1850 - total flux cleaned = -0.00382747 Jy ! Component: 1900 - total flux cleaned = -0.00379114 Jy ! Component: 1950 - total flux cleaned = -0.00382693 Jy ! Component: 2000 - total flux cleaned = -0.00384473 Jy ! Component: 2050 - total flux cleaned = -0.00387984 Jy ! Component: 2100 - total flux cleaned = -0.00391427 Jy ! Component: 2150 - total flux cleaned = -0.00382868 Jy ! Component: 2200 - total flux cleaned = -0.0038968 Jy ! Component: 2250 - total flux cleaned = -0.00386312 Jy ! Component: 2300 - total flux cleaned = -0.00386331 Jy ! Component: 2350 - total flux cleaned = -0.00386333 Jy ! Component: 2400 - total flux cleaned = -0.00383096 Jy ! Component: 2450 - total flux cleaned = -0.00387936 Jy ! Component: 2500 - total flux cleaned = -0.00391148 Jy ! Component: 2550 - total flux cleaned = -0.00387996 Jy ! Component: 2600 - total flux cleaned = -0.00395831 Jy ! Component: 2650 - total flux cleaned = -0.00391137 Jy ! Component: 2700 - total flux cleaned = -0.0039729 Jy ! Component: 2750 - total flux cleaned = -0.00401856 Jy ! Component: 2800 - total flux cleaned = -0.00404906 Jy ! Component: 2850 - total flux cleaned = -0.00407924 Jy ! Component: 2900 - total flux cleaned = -0.00416876 Jy ! Component: 2950 - total flux cleaned = -0.004154 Jy ! Component: 3000 - total flux cleaned = -0.00421262 Jy ! Component: 3050 - total flux cleaned = -0.00418363 Jy ! Component: 3100 - total flux cleaned = -0.00428452 Jy ! Component: 3150 - total flux cleaned = -0.00429877 Jy ! Component: 3200 - total flux cleaned = -0.00435572 Jy ! Component: 3250 - total flux cleaned = -0.00438399 Jy ! Component: 3300 - total flux cleaned = -0.0044681 Jy ! Component: 3350 - total flux cleaned = -0.004468 Jy ! Component: 3400 - total flux cleaned = -0.00448177 Jy ! Component: 3450 - total flux cleaned = -0.00455016 Jy ! Component: 3500 - total flux cleaned = -0.00460442 Jy ! Component: 3550 - total flux cleaned = -0.0045773 Jy ! Component: 3600 - total flux cleaned = -0.0046444 Jy ! Component: 3650 - total flux cleaned = -0.00468447 Jy ! Component: 3700 - total flux cleaned = -0.00473727 Jy ! Component: 3750 - total flux cleaned = -0.00477666 Jy ! Component: 3800 - total flux cleaned = -0.00480295 Jy ! Component: 3850 - total flux cleaned = -0.00486807 Jy ! Component: 3900 - total flux cleaned = -0.00490688 Jy ! Component: 3950 - total flux cleaned = -0.00499676 Jy ! Component: 4000 - total flux cleaned = -0.00504782 Jy ! Component: 4050 - total flux cleaned = -0.00507319 Jy ! Total flux subtracted in 4096 components = -0.00514881 Jy ! Clean residual min=-0.000726 max=0.000712 Jy/beam ! Clean residual mean=-0.000001 rms=0.000220 Jy/beam ! Combined flux in latest and established models = 0.20312 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 319 components and 0.20312 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0654+5042_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.431 x 5.096 at 5.165 degrees (North through East) ! Clean map min=-0.0013345 max=0.18867 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0654+5042_S_map.fits wmodel /image_prod/ug002_uva//J0654+5042_S_map.mod ! Writing 319 model components to file: /image_prod/ug002_uva//J0654+5042_S_map.mod wobs /image_prod/ug002_uva//J0654+5042_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0654+5042_S_uvs.fits wwins /image_prod/ug002_uva//J0654+5042_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0654+5042_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.188666 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000216024 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.343503 0.343503 0.687006 1.37401 2.74802 5.49605 10.9921 21.9842 43.9684 87.9367 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.188 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 873.355 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0654+5042_S_dfm.log closed on Wed Mar 4 21:34:43 2020