! Started logfile: /image_prod/ug002_uva//J0041-0143_S_dfm.log on Wed Mar 4 18:36:31 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//J0041-0143_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0041-0143_S_uva.fits ! AN table 1: 50 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.888889 visibilities/baseline/integration-bin. ! Found source: J0041-0143 ! ! 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 4800 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 J0041-0143_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 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002442Jy sigma=8.170623 ! Fit after self-cal, rms=0.947849Jy sigma=7.716729 ! 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.576 mas, bmaj=7.2 mas, bpa=-4.062 degrees ! Estimated noise=2.0078 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.0425483 Jy ! Component: 100 - total flux cleaned = 0.052131 Jy ! Total flux subtracted in 100 components = 0.052131 Jy ! Clean residual min=-0.004209 max=0.004520 Jy/beam ! Clean residual mean=-0.000004 rms=0.001127 Jy/beam ! Combined flux in latest and established models = 0.052131 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.052131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065630Jy sigma=0.480778 ! Fit after self-cal, rms=0.064366Jy sigma=0.469980 ! 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=2.939 mas, bmaj=7.98 mas, bpa=-4.894 degrees ! Estimated noise=1.29382 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.5, -11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00532816 Jy ! Component: 100 - total flux cleaned = 0.00819216 Jy ! Component: 150 - total flux cleaned = 0.00843262 Jy ! Component: 200 - total flux cleaned = 0.00842938 Jy ! Total flux subtracted in 200 components = 0.00842938 Jy ! Clean residual min=-0.002867 max=0.002856 Jy/beam ! Clean residual mean=-0.000005 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.0605603 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 20 components and 0.0605603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063889Jy sigma=0.466124 ! Fit after self-cal, rms=0.063818Jy sigma=0.465731 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.939 x 7.98 at -4.894 degrees (North through East) ! Clean map min=-0.0029362 max=0.055779 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.19 HN 0.96 KP 1.04 ! LA 1.00 MK 1.09 NL 0.99 OV 0.83 ! SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.00 HN 0.98 KP 1.00 ! LA 1.10 MK 1.00 NL 0.93 OV 0.90 ! SC 0.86 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.11 HN 0.98 KP 1.07 ! LA 1.05 MK 0.94 NL 0.91 OV 0.99 ! SC 0.92 ! ! ! Fit before self-cal, rms=0.063818Jy sigma=0.465731 ! Fit after self-cal, rms=0.061438Jy sigma=0.462785 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.917 mas, bmaj=7.834 mas, bpa=-4.302 degrees ! Estimated noise=1.2711 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.00162819 Jy ! Component: 100 - total flux cleaned = 0.00183699 Jy ! Component: 150 - total flux cleaned = 0.00190658 Jy ! Component: 200 - total flux cleaned = 0.00181925 Jy ! Total flux subtracted in 200 components = 0.00181925 Jy ! Clean residual min=-0.002302 max=0.002447 Jy/beam ! Clean residual mean=0.000000 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.0623796 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 39 components and 0.0623796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061363Jy sigma=0.462397 ! Fit after self-cal, rms=0.061389Jy sigma=0.462098 ! 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.061389Jy sigma=0.462098 ! Fit after self-cal, rms=0.061754Jy sigma=0.461289 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.898 mas, bmaj=7.81 mas, bpa=-4.243 degrees ! Estimated noise=1.27083 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000744222 Jy ! Component: 100 - total flux cleaned = 0.000824278 Jy ! Component: 150 - total flux cleaned = 0.000774892 Jy ! Component: 200 - total flux cleaned = 0.00077585 Jy ! Total flux subtracted in 200 components = 0.00077585 Jy ! Clean residual min=-0.002187 max=0.002227 Jy/beam ! Clean residual mean=-0.000001 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.0631554 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 47 components and 0.0631554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061722Jy sigma=0.461127 ! Fit after self-cal, rms=0.061753Jy sigma=0.461048 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.00016339 Jy ! Component: 100 - total flux cleaned = 0.000141961 Jy ! Component: 150 - total flux cleaned = 8.25718e-05 Jy ! Component: 200 - total flux cleaned = 4.57834e-05 Jy ! Total flux subtracted in 200 components = 4.57834e-05 Jy ! Clean residual min=-0.002194 max=0.002177 Jy/beam ! Clean residual mean=-0.000001 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.0632012 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 56 components and 0.0632012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061736Jy sigma=0.460959 ! Fit after self-cal, rms=0.061733Jy sigma=0.460948 ! 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.061733Jy sigma=0.460948 ! Fit after self-cal, rms=0.061677Jy sigma=0.460919 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.889 mas, bmaj=7.794 mas, bpa=-4.266 degrees ! Estimated noise=1.26941 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000332344 Jy ! Component: 100 - total flux cleaned = 0.000447164 Jy ! Component: 150 - total flux cleaned = 0.000430983 Jy ! Component: 200 - total flux cleaned = 0.000398894 Jy ! Total flux subtracted in 200 components = 0.000398894 Jy ! Clean residual min=-0.002153 max=0.002130 Jy/beam ! Clean residual mean=-0.000001 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.0636001 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 60 components and 0.0636001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061664Jy sigma=0.460847 ! Fit after self-cal, rms=0.061666Jy sigma=0.460837 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.000102381 Jy ! Component: 100 - total flux cleaned = 8.61384e-05 Jy ! Component: 150 - total flux cleaned = 4.27226e-05 Jy ! Component: 200 - total flux cleaned = 2.59467e-06 Jy ! Total flux subtracted in 200 components = 2.59467e-06 Jy ! Clean residual min=-0.002150 max=0.002095 Jy/beam ! Clean residual mean=-0.000001 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.0636027 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 63 components and 0.0636027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061657Jy sigma=0.460790 ! Fit after self-cal, rms=0.061655Jy sigma=0.460785 ! 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.061655Jy sigma=0.460785 ! Fit after self-cal, rms=0.061549Jy sigma=0.460777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.551 mas, bmaj=12.56 mas, bpa=-7.205 degrees ! Estimated noise=1.69695 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000245475 Jy ! Component: 100 - total flux cleaned = 0.000245216 Jy ! Component: 150 - total flux cleaned = 0.000217462 Jy ! Component: 200 - total flux cleaned = 0.000178074 Jy ! Total flux subtracted in 200 components = 0.000178074 Jy ! Clean residual min=-0.002974 max=0.002834 Jy/beam ! Clean residual mean=-0.000002 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.0637808 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 74 components and 0.0637808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061546Jy sigma=0.460779 ! Fit after self-cal, rms=0.061544Jy sigma=0.460773 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.12023e-05 Jy ! Component: 100 - total flux cleaned = -1.97612e-05 Jy ! Component: 150 - total flux cleaned = -4.35877e-05 Jy ! Component: 200 - total flux cleaned = -7.83248e-05 Jy ! Total flux subtracted in 200 components = -7.83248e-05 Jy ! Clean residual min=-0.002956 max=0.002839 Jy/beam ! Clean residual mean=-0.000002 rms=0.000708 Jy/beam ! Combined flux in latest and established models = 0.0637024 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 77 components and 0.0637024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061542Jy sigma=0.460771 ! Fit after self-cal, rms=0.061541Jy sigma=0.460767 ! 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=2.883 mas, bmaj=7.783 mas, bpa=-4.274 degrees ! Estimated noise=1.26726 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.883 x 7.783 at -4.274 degrees (North through East) ! Clean map min=-0.0020396 max=0.055299 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.539 mas, bmaj=7.078 mas, bpa=-3.484 degrees ! Estimated noise=1.94123 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0424809 Jy ! Component: 100 - total flux cleaned = 0.0522897 Jy ! Component: 150 - total flux cleaned = 0.05661 Jy ! Component: 200 - total flux cleaned = 0.0586106 Jy ! Total flux subtracted in 200 components = 0.0586106 Jy ! Clean residual min=-0.003454 max=0.003451 Jy/beam ! Clean residual mean=-0.000001 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.0586106 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.0586106 Jy ! Inverting map and beam ! Estimated beam: bmin=2.883 mas, bmaj=7.783 mas, bpa=-4.274 degrees ! Estimated noise=1.26726 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.00282204 Jy ! Component: 100 - total flux cleaned = 0.0042437 Jy ! Component: 150 - total flux cleaned = 0.00455102 Jy ! Component: 200 - total flux cleaned = 0.00477117 Jy ! Total flux subtracted in 200 components = 0.00477117 Jy ! Clean residual min=-0.002369 max=0.002259 Jy/beam ! Clean residual mean=-0.000001 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.0633818 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 44 components and 0.0633818 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=6.551 mas, bmaj=12.56 mas, bpa=-7.205 degrees ! Estimated noise=1.69695 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106828 Jy ! Component: 100 - total flux cleaned = 0.00109918 Jy ! Component: 150 - total flux cleaned = 0.00109941 Jy ! Component: 200 - total flux cleaned = 0.00109864 Jy ! Total flux subtracted in 200 components = 0.00109864 Jy ! Clean residual min=-0.003146 max=0.002861 Jy/beam ! Clean residual mean=-0.000002 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.0644804 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 = 2.45869e-07 Jy ! Component: 100 - total flux cleaned = -6.41409e-05 Jy ! Component: 150 - total flux cleaned = -0.000104238 Jy ! Component: 200 - total flux cleaned = -0.000161675 Jy ! Total flux subtracted in 200 components = -0.000161675 Jy ! Clean residual min=-0.003069 max=0.002868 Jy/beam ! Clean residual mean=-0.000002 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.0643187 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 71 components and 0.0643187 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.883 mas, bmaj=7.783 mas, bpa=-4.274 degrees ! Estimated noise=1.26726 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.30286e-05 Jy ! Component: 100 - total flux cleaned = -0.000156759 Jy ! Component: 150 - total flux cleaned = -0.000207518 Jy ! Component: 200 - total flux cleaned = -0.000253585 Jy ! Total flux subtracted in 200 components = -0.000253585 Jy ! Clean residual min=-0.002206 max=0.002202 Jy/beam ! Clean residual mean=-0.000001 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.0640651 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 83 components and 0.0640651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061576Jy sigma=0.460891 ! Fit after self-cal, rms=0.061571Jy sigma=0.460867 wmodel J0041-0143_S_map.mod ! Writing 83 model components to file: J0041-0143_S_map.mod wobs J0041-0143_S_uvs.fits ! Writing UV FITS file: J0041-0143_S_uvs.fits wwins J0041-0143_S_map.win ! wwins: Wrote 2 windows to J0041-0143_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 = 3.21929e-05 Jy ! Component: 100 - total flux cleaned = 0.000180976 Jy ! Component: 150 - total flux cleaned = 0.000320988 Jy ! Component: 200 - total flux cleaned = 0.00038543 Jy ! Component: 250 - total flux cleaned = 0.000416162 Jy ! Component: 300 - total flux cleaned = 0.000415601 Jy ! Component: 350 - total flux cleaned = 0.000385954 Jy ! Component: 400 - total flux cleaned = 0.000329819 Jy ! Component: 450 - total flux cleaned = 0.000275731 Jy ! Component: 500 - total flux cleaned = 0.000223259 Jy ! Component: 550 - total flux cleaned = 0.000224523 Jy ! Component: 600 - total flux cleaned = 0.000300487 Jy ! Component: 650 - total flux cleaned = 0.000252302 Jy ! Component: 700 - total flux cleaned = 0.000229548 Jy ! Component: 750 - total flux cleaned = 0.000207197 Jy ! Component: 800 - total flux cleaned = 0.000230033 Jy ! Component: 850 - total flux cleaned = 0.000229734 Jy ! Component: 900 - total flux cleaned = 0.000229334 Jy ! Component: 950 - total flux cleaned = 0.000208164 Jy ! Component: 1000 - total flux cleaned = 0.000168111 Jy ! Component: 1050 - total flux cleaned = 0.000248436 Jy ! Component: 1100 - total flux cleaned = 0.000228907 Jy ! Component: 1150 - total flux cleaned = 0.000286977 Jy ! Component: 1200 - total flux cleaned = 0.00038153 Jy ! Component: 1250 - total flux cleaned = 0.000474128 Jy ! Component: 1300 - total flux cleaned = 0.000546895 Jy ! Component: 1350 - total flux cleaned = 0.000564726 Jy ! Component: 1400 - total flux cleaned = 0.000635301 Jy ! Component: 1450 - total flux cleaned = 0.000687415 Jy ! Component: 1500 - total flux cleaned = 0.000704435 Jy ! Component: 1550 - total flux cleaned = 0.000704384 Jy ! Component: 1600 - total flux cleaned = 0.000753788 Jy ! Component: 1650 - total flux cleaned = 0.000737355 Jy ! Component: 1700 - total flux cleaned = 0.000769488 Jy ! Component: 1750 - total flux cleaned = 0.0008012 Jy ! Component: 1800 - total flux cleaned = 0.000863263 Jy ! Component: 1850 - total flux cleaned = 0.000970041 Jy ! Component: 1900 - total flux cleaned = 0.00100018 Jy ! Component: 1950 - total flux cleaned = 0.00108991 Jy ! Component: 2000 - total flux cleaned = 0.00114897 Jy ! Component: 2050 - total flux cleaned = 0.00122188 Jy ! Component: 2100 - total flux cleaned = 0.0012653 Jy ! Component: 2150 - total flux cleaned = 0.00130818 Jy ! Component: 2200 - total flux cleaned = 0.00144928 Jy ! Component: 2250 - total flux cleaned = 0.00153278 Jy ! Component: 2300 - total flux cleaned = 0.0015328 Jy ! Component: 2350 - total flux cleaned = 0.00165548 Jy ! Component: 2400 - total flux cleaned = 0.00172269 Jy ! Component: 2450 - total flux cleaned = 0.00177606 Jy ! Component: 2500 - total flux cleaned = 0.00181568 Jy ! Component: 2550 - total flux cleaned = 0.00189401 Jy ! Component: 2600 - total flux cleaned = 0.00198465 Jy ! Component: 2650 - total flux cleaned = 0.0020485 Jy ! Component: 2700 - total flux cleaned = 0.00208649 Jy ! Component: 2750 - total flux cleaned = 0.00218693 Jy ! Component: 2800 - total flux cleaned = 0.00226149 Jy ! Component: 2850 - total flux cleaned = 0.00234777 Jy ! Component: 2900 - total flux cleaned = 0.00243333 Jy ! Component: 2950 - total flux cleaned = 0.00248189 Jy ! Component: 3000 - total flux cleaned = 0.00261389 Jy ! Component: 3050 - total flux cleaned = 0.00269718 Jy ! Component: 3100 - total flux cleaned = 0.00275593 Jy ! Component: 3150 - total flux cleaned = 0.00283768 Jy ! Component: 3200 - total flux cleaned = 0.00296501 Jy ! Component: 3250 - total flux cleaned = 0.00303374 Jy ! Component: 3300 - total flux cleaned = 0.00310208 Jy ! Component: 3350 - total flux cleaned = 0.00321497 Jy ! Component: 3400 - total flux cleaned = 0.00329314 Jy ! Component: 3450 - total flux cleaned = 0.00334878 Jy ! Component: 3500 - total flux cleaned = 0.00340386 Jy ! Component: 3550 - total flux cleaned = 0.00352401 Jy ! Component: 3600 - total flux cleaned = 0.00355649 Jy ! Component: 3650 - total flux cleaned = 0.00362093 Jy ! Component: 3700 - total flux cleaned = 0.0036742 Jy ! Component: 3750 - total flux cleaned = 0.00373779 Jy ! Component: 3800 - total flux cleaned = 0.00379035 Jy ! Component: 3850 - total flux cleaned = 0.00382185 Jy ! Component: 3900 - total flux cleaned = 0.00387378 Jy ! Component: 3950 - total flux cleaned = 0.00393557 Jy ! Component: 4000 - total flux cleaned = 0.00401731 Jy ! Component: 4050 - total flux cleaned = 0.0040071 Jy ! Total flux subtracted in 4096 components = 0.00407781 Jy ! Clean residual min=-0.000809 max=0.000619 Jy/beam ! Clean residual mean=0.000001 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.068143 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 342 components and 0.068143 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0041-0143_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.883 x 7.783 at -4.274 degrees (North through East) ! Clean map min=-0.0014563 max=0.054903 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0041-0143_S_map.fits wmodel /image_prod/ug002_uva//J0041-0143_S_map.mod ! Writing 342 model components to file: /image_prod/ug002_uva//J0041-0143_S_map.mod wobs /image_prod/ug002_uva//J0041-0143_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0041-0143_S_uvs.fits wwins /image_prod/ug002_uva//J0041-0143_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0041-0143_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0549033 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000173905 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.950244 0.950244 1.90049 3.80097 7.60195 15.2039 30.4078 60.8156 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.054 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 315.708 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0041-0143_S_dfm.log closed on Wed Mar 4 18:36:35 2020