! Started logfile: /image_prod/ug002_uva//J0743-4434_S_b_dfm.log on Wed Mar 4 21:57: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//J0743-4434_S_b_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0743-4434_S_b_uva.fits ! AN table 1: 100 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.694 visibilities/baseline/integration-bin. ! Found source: J0743-4434 ! ! 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 3123 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 J0743-4434_S_b] 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 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001554Jy sigma=5.735178 ! Fit after self-cal, rms=0.859596Jy sigma=4.828124 ! 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=9.872 mas, bmaj=72.61 mas, bpa=-9.555 degrees ! Estimated noise=2.73708 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.118325 Jy ! Component: 100 - total flux cleaned = 0.154479 Jy ! Total flux subtracted in 100 components = 0.154479 Jy ! Clean residual min=-0.011141 max=0.015411 Jy/beam ! Clean residual mean=-0.000053 rms=0.004082 Jy/beam ! Combined flux in latest and established models = 0.154479 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 37 components and 0.154479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101568Jy sigma=0.486106 ! Fit after self-cal, rms=0.101674Jy sigma=0.484742 ! 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=10.39 mas, bmaj=72.98 mas, bpa=-9.098 degrees ! Estimated noise=2.2719 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.0191198 Jy ! Component: 100 - total flux cleaned = 0.0286206 Jy ! Component: 150 - total flux cleaned = 0.0340676 Jy ! Component: 200 - total flux cleaned = 0.037499 Jy ! Total flux subtracted in 200 components = 0.037499 Jy ! Clean residual min=-0.005132 max=0.004473 Jy/beam ! Clean residual mean=0.000010 rms=0.001542 Jy/beam ! Combined flux in latest and established models = 0.191978 Jy ! Performing phase self-cal ! Adding 96 model components to the UV plane model. ! The established model now contains 133 components and 0.191978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.098513Jy sigma=0.459728 ! Fit after self-cal, rms=0.098661Jy sigma=0.459314 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.39 x 72.98 at -9.098 degrees (North through East) ! Clean map min=-0.0055541 max=0.15111 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 1.02 LA 1.03 NL 1.21 ! OV 1.01 PT 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.97 LA 1.00 NL 0.93 ! OV 1.02 PT 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 KP 0.95 LA 1.04 NL 1.04 ! OV 1.00 PT 1.05 ! ! ! Fit before self-cal, rms=0.098661Jy sigma=0.459314 ! Fit after self-cal, rms=0.100677Jy sigma=0.456726 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=10.48 mas, bmaj=72.42 mas, bpa=-8.918 degrees ! Estimated noise=2.25991 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.00197905 Jy ! Component: 100 - total flux cleaned = 0.00323824 Jy ! Component: 150 - total flux cleaned = 0.00380576 Jy ! Component: 200 - total flux cleaned = 0.00419775 Jy ! Total flux subtracted in 200 components = 0.00419775 Jy ! Clean residual min=-0.002830 max=0.003269 Jy/beam ! Clean residual mean=-0.000006 rms=0.000997 Jy/beam ! Combined flux in latest and established models = 0.196176 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 175 components and 0.196176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100589Jy sigma=0.456064 ! Fit after self-cal, rms=0.100733Jy sigma=0.455948 ! 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.100733Jy sigma=0.455948 ! Fit after self-cal, rms=0.101001Jy sigma=0.455511 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.47 mas, bmaj=72.5 mas, bpa=-8.929 degrees ! Estimated noise=2.26588 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00142231 Jy ! Component: 100 - total flux cleaned = 0.00180967 Jy ! Component: 150 - total flux cleaned = 0.00201721 Jy ! Component: 200 - total flux cleaned = 0.00220172 Jy ! Total flux subtracted in 200 components = 0.00220172 Jy ! Clean residual min=-0.002614 max=0.002825 Jy/beam ! Clean residual mean=-0.000008 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.198378 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 216 components and 0.198378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100948Jy sigma=0.455287 ! Fit after self-cal, rms=0.101056Jy sigma=0.455251 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.000199441 Jy ! Component: 100 - total flux cleaned = 0.000237931 Jy ! Component: 150 - total flux cleaned = 0.000447133 Jy ! Component: 200 - total flux cleaned = 0.000574021 Jy ! Total flux subtracted in 200 components = 0.000574021 Jy ! Clean residual min=-0.002688 max=0.002912 Jy/beam ! Clean residual mean=-0.000007 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.198952 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 240 components and 0.198952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101018Jy sigma=0.455155 ! Fit after self-cal, rms=0.101068Jy sigma=0.455144 ! 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.101068Jy sigma=0.455144 ! Fit after self-cal, rms=0.100233Jy sigma=0.454937 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.43 mas, bmaj=72.57 mas, bpa=-8.959 degrees ! Estimated noise=2.26252 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000506534 Jy ! Component: 100 - total flux cleaned = 0.000546967 Jy ! Component: 150 - total flux cleaned = 0.000621539 Jy ! Component: 200 - total flux cleaned = 0.000722996 Jy ! Total flux subtracted in 200 components = 0.000722996 Jy ! Clean residual min=-0.002556 max=0.002514 Jy/beam ! Clean residual mean=-0.000016 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.199675 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 268 components and 0.199675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100183Jy sigma=0.454809 ! Fit after self-cal, rms=0.100280Jy sigma=0.454776 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 = 8.92582e-06 Jy ! Component: 100 - total flux cleaned = 0.000146102 Jy ! Component: 150 - total flux cleaned = 0.00023825 Jy ! Component: 200 - total flux cleaned = 0.000380482 Jy ! Total flux subtracted in 200 components = 0.000380482 Jy ! Clean residual min=-0.002613 max=0.002537 Jy/beam ! Clean residual mean=-0.000015 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.200055 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 294 components and 0.200055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100247Jy sigma=0.454709 ! Fit after self-cal, rms=0.100283Jy sigma=0.454700 ! 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.100283Jy sigma=0.454700 ! Fit after self-cal, rms=0.099311Jy sigma=0.454638 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.62 mas, bmaj=75.35 mas, bpa=-8.293 degrees ! Estimated noise=2.22432 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000505215 Jy ! Component: 100 - total flux cleaned = 0.000477821 Jy ! Component: 150 - total flux cleaned = 0.00057806 Jy ! Component: 200 - total flux cleaned = 0.00067175 Jy ! Total flux subtracted in 200 components = 0.00067175 Jy ! Clean residual min=-0.002269 max=0.002480 Jy/beam ! Clean residual mean=-0.000021 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.200727 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 312 components and 0.200727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099281Jy sigma=0.454570 ! Fit after self-cal, rms=0.099326Jy sigma=0.454562 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.35995e-05 Jy ! Component: 100 - total flux cleaned = 5.82248e-05 Jy ! Component: 150 - total flux cleaned = 0.000145191 Jy ! Component: 200 - total flux cleaned = 0.000246168 Jy ! Total flux subtracted in 200 components = 0.000246168 Jy ! Clean residual min=-0.002276 max=0.002478 Jy/beam ! Clean residual mean=-0.000020 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.200973 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 330 components and 0.200973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099306Jy sigma=0.454522 ! Fit after self-cal, rms=0.099326Jy sigma=0.454520 ! 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=10.39 mas, bmaj=72.54 mas, bpa=-8.982 degrees ! Estimated noise=2.25714 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.39 x 72.54 at -8.982 degrees (North through East) ! Clean map min=-0.0026173 max=0.15063 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=9.885 mas, bmaj=72 mas, bpa=-9.432 degrees ! Estimated noise=2.72173 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.11706 Jy ! Component: 100 - total flux cleaned = 0.154664 Jy ! Component: 150 - total flux cleaned = 0.172768 Jy ! Component: 200 - total flux cleaned = 0.182308 Jy ! Total flux subtracted in 200 components = 0.182308 Jy ! Clean residual min=-0.006168 max=0.005064 Jy/beam ! Clean residual mean=-0.000047 rms=0.001854 Jy/beam ! Combined flux in latest and established models = 0.182308 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 71 model components to the UV plane model. ! The established model now contains 71 components and 0.182308 Jy ! Inverting map and beam ! Estimated beam: bmin=10.39 mas, bmaj=72.54 mas, bpa=-8.982 degrees ! Estimated noise=2.25714 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.00642358 Jy ! Component: 100 - total flux cleaned = 0.0102242 Jy ! Component: 150 - total flux cleaned = 0.0129086 Jy ! Component: 200 - total flux cleaned = 0.0146088 Jy ! Total flux subtracted in 200 components = 0.0146088 Jy ! Clean residual min=-0.003295 max=0.003340 Jy/beam ! Clean residual mean=-0.000027 rms=0.001077 Jy/beam ! Combined flux in latest and established models = 0.196917 Jy ! Adding 96 model components to the UV plane model. ! The established model now contains 166 components and 0.196917 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=11.62 mas, bmaj=75.35 mas, bpa=-8.293 degrees ! Estimated noise=2.22432 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011251 Jy ! Component: 100 - total flux cleaned = 0.00159624 Jy ! Component: 150 - total flux cleaned = 0.00185918 Jy ! Component: 200 - total flux cleaned = 0.00209832 Jy ! Total flux subtracted in 200 components = 0.00209832 Jy ! Clean residual min=-0.002815 max=0.003074 Jy/beam ! Clean residual mean=-0.000026 rms=0.000924 Jy/beam ! Combined flux in latest and established models = 0.199015 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.000218603 Jy ! Component: 100 - total flux cleaned = 0.000420929 Jy ! Component: 150 - total flux cleaned = 0.000569936 Jy ! Component: 200 - total flux cleaned = 0.000776847 Jy ! Total flux subtracted in 200 components = 0.000776847 Jy ! Clean residual min=-0.002702 max=0.003013 Jy/beam ! Clean residual mean=-0.000024 rms=0.000889 Jy/beam ! Combined flux in latest and established models = 0.199792 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 215 components and 0.199792 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=10.39 mas, bmaj=72.54 mas, bpa=-8.982 degrees ! Estimated noise=2.25714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.32586e-05 Jy ! Component: 100 - total flux cleaned = 0.000169987 Jy ! Component: 150 - total flux cleaned = 0.000301267 Jy ! Component: 200 - total flux cleaned = 0.000392869 Jy ! Total flux subtracted in 200 components = 0.000392869 Jy ! Clean residual min=-0.002740 max=0.003044 Jy/beam ! Clean residual mean=-0.000021 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.200185 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 237 components and 0.200185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099342Jy sigma=0.454692 ! Fit after self-cal, rms=0.099372Jy sigma=0.454667 wmodel J0743-4434_S_b_map.mod ! Writing 237 model components to file: J0743-4434_S_b_map.mod wobs J0743-4434_S_b_uvs.fits ! Writing UV FITS file: J0743-4434_S_b_uvs.fits wwins J0743-4434_S_b_map.win ! wwins: Wrote 1 windows to J0743-4434_S_b_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.000689003 Jy ! Component: 100 - total flux cleaned = 0.000773806 Jy ! Component: 150 - total flux cleaned = 0.00104745 Jy ! Component: 200 - total flux cleaned = 0.00122822 Jy ! Component: 250 - total flux cleaned = 0.00142944 Jy ! Component: 300 - total flux cleaned = 0.00155441 Jy ! Component: 350 - total flux cleaned = 0.00161339 Jy ! Component: 400 - total flux cleaned = 0.00175291 Jy ! Component: 450 - total flux cleaned = 0.00201791 Jy ! Component: 500 - total flux cleaned = 0.00224678 Jy ! Component: 550 - total flux cleaned = 0.00241901 Jy ! Component: 600 - total flux cleaned = 0.0025147 Jy ! Component: 650 - total flux cleaned = 0.00265448 Jy ! Component: 700 - total flux cleaned = 0.0028353 Jy ! Component: 750 - total flux cleaned = 0.00301147 Jy ! Component: 800 - total flux cleaned = 0.00311923 Jy ! Component: 850 - total flux cleaned = 0.00314036 Jy ! Component: 900 - total flux cleaned = 0.00318168 Jy ! Component: 950 - total flux cleaned = 0.00320218 Jy ! Component: 1000 - total flux cleaned = 0.00318214 Jy ! Component: 1050 - total flux cleaned = 0.00318198 Jy ! Component: 1100 - total flux cleaned = 0.00318201 Jy ! Component: 1150 - total flux cleaned = 0.00316307 Jy ! Component: 1200 - total flux cleaned = 0.00318174 Jy ! Component: 1250 - total flux cleaned = 0.00316307 Jy ! Component: 1300 - total flux cleaned = 0.0031449 Jy ! Component: 1350 - total flux cleaned = 0.00316315 Jy ! Component: 1400 - total flux cleaned = 0.00316317 Jy ! Component: 1450 - total flux cleaned = 0.0031455 Jy ! Component: 1500 - total flux cleaned = 0.00309299 Jy ! Component: 1550 - total flux cleaned = 0.00302347 Jy ! Component: 1600 - total flux cleaned = 0.00290286 Jy ! Component: 1650 - total flux cleaned = 0.00281728 Jy ! Component: 1700 - total flux cleaned = 0.00271498 Jy ! Component: 1750 - total flux cleaned = 0.00264739 Jy ! Component: 1800 - total flux cleaned = 0.00263051 Jy ! Component: 1850 - total flux cleaned = 0.00261386 Jy ! Component: 1900 - total flux cleaned = 0.00263064 Jy ! Component: 1950 - total flux cleaned = 0.00263056 Jy ! Component: 2000 - total flux cleaned = 0.00264714 Jy ! Component: 2050 - total flux cleaned = 0.00261388 Jy ! Component: 2100 - total flux cleaned = 0.00253052 Jy ! Component: 2150 - total flux cleaned = 0.00248043 Jy ! Component: 2200 - total flux cleaned = 0.00241348 Jy ! Component: 2250 - total flux cleaned = 0.00238003 Jy ! Component: 2300 - total flux cleaned = 0.0023632 Jy ! Component: 2350 - total flux cleaned = 0.00232921 Jy ! Component: 2400 - total flux cleaned = 0.00229515 Jy ! Component: 2450 - total flux cleaned = 0.00227819 Jy ! Component: 2500 - total flux cleaned = 0.00222644 Jy ! Component: 2550 - total flux cleaned = 0.00219171 Jy ! Component: 2600 - total flux cleaned = 0.00219155 Jy ! Component: 2650 - total flux cleaned = 0.00219149 Jy ! Component: 2700 - total flux cleaned = 0.0021915 Jy ! Component: 2750 - total flux cleaned = 0.00215602 Jy ! Component: 2800 - total flux cleaned = 0.002174 Jy ! Component: 2850 - total flux cleaned = 0.00215603 Jy ! Component: 2900 - total flux cleaned = 0.00215614 Jy ! Component: 2950 - total flux cleaned = 0.00211968 Jy ! Component: 3000 - total flux cleaned = 0.00210126 Jy ! Component: 3050 - total flux cleaned = 0.00210114 Jy ! Component: 3100 - total flux cleaned = 0.00211978 Jy ! Component: 3150 - total flux cleaned = 0.00210118 Jy ! Component: 3200 - total flux cleaned = 0.00210119 Jy ! Component: 3250 - total flux cleaned = 0.00206312 Jy ! Component: 3300 - total flux cleaned = 0.00202476 Jy ! Component: 3350 - total flux cleaned = 0.001986 Jy ! Component: 3400 - total flux cleaned = 0.00190805 Jy ! Component: 3450 - total flux cleaned = 0.00188846 Jy ! Component: 3500 - total flux cleaned = 0.00180924 Jy ! Component: 3550 - total flux cleaned = 0.00174929 Jy ! Component: 3600 - total flux cleaned = 0.0016888 Jy ! Component: 3650 - total flux cleaned = 0.00158717 Jy ! Component: 3700 - total flux cleaned = 0.00154611 Jy ! Component: 3750 - total flux cleaned = 0.00144241 Jy ! Component: 3800 - total flux cleaned = 0.00133723 Jy ! Component: 3850 - total flux cleaned = 0.00127364 Jy ! Component: 3900 - total flux cleaned = 0.00116643 Jy ! Component: 3950 - total flux cleaned = 0.00107971 Jy ! Component: 4000 - total flux cleaned = 0.000970253 Jy ! Component: 4050 - total flux cleaned = 0.000859418 Jy ! Total flux subtracted in 4096 components = 0.000747097 Jy ! Clean residual min=-0.001284 max=0.001295 Jy/beam ! Clean residual mean=-0.000018 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.200932 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 496 components and 0.200932 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0743-4434_S_b_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.39 x 72.54 at -8.982 degrees (North through East) ! Clean map min=-0.0039601 max=0.14838 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0743-4434_S_b_map.fits wmodel /image_prod/ug002_uva//J0743-4434_S_b_map.mod ! Writing 496 model components to file: /image_prod/ug002_uva//J0743-4434_S_b_map.mod wobs /image_prod/ug002_uva//J0743-4434_S_b_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0743-4434_S_b_uvs.fits wwins /image_prod/ug002_uva//J0743-4434_S_b_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0743-4434_S_b_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.148379 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000472172 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.95466 0.95466 1.90932 3.81864 7.63728 15.2746 30.5491 61.0982 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.148 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 314.248 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0743-4434_S_b_dfm.log closed on Wed Mar 4 21:57:47 2020