! Started logfile: /image_prod/ug002_uva//J1916-1519_S_dfm.log on Thu Mar 5 04:06:23 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//J1916-1519_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1916-1519_S_uva.fits ! AN table 1: 40 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.971667 visibilities/baseline/integration-bin. ! Found source: J1916-1519 ! ! 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 5247 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 J1916-1519_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 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.024103Jy sigma=7.778721 ! Fit after self-cal, rms=0.793559Jy sigma=5.978024 ! 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.686 mas, bmaj=6.934 mas, bpa=-4.395 degrees ! Estimated noise=1.8902 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.161688 Jy ! Component: 100 - total flux cleaned = 0.198207 Jy ! Total flux subtracted in 100 components = 0.198207 Jy ! Clean residual min=-0.007879 max=0.013012 Jy/beam ! Clean residual mean=-0.000003 rms=0.002206 Jy/beam ! Combined flux in latest and established models = 0.198207 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.198207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074228Jy sigma=0.526033 ! Fit after self-cal, rms=0.074217Jy sigma=0.526004 ! 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.221 mas, bmaj=8.129 mas, bpa=-3.07 degrees ! Estimated noise=1.32714 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.016122 Jy ! Component: 100 - total flux cleaned = 0.0231194 Jy ! Component: 150 - total flux cleaned = 0.026724 Jy ! Component: 200 - total flux cleaned = 0.028622 Jy ! Total flux subtracted in 200 components = 0.028622 Jy ! Clean residual min=-0.005802 max=0.007499 Jy/beam ! Clean residual mean=-0.000007 rms=0.001563 Jy/beam ! Combined flux in latest and established models = 0.226829 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 21 components and 0.226829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071745Jy sigma=0.496246 ! Fit after self-cal, rms=0.071754Jy sigma=0.496189 ! 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.221 x 8.129 at -3.07 degrees (North through East) ! Clean map min=-0.0056579 max=0.2092 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.99 HN 1.00 KP 0.95 ! LA 0.97 MK 1.02 NL 0.96 OV 0.94 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.24 FD 1.00 HN 1.00 KP 0.97 ! LA 0.99 MK 1.04 NL 0.98 OV 0.96 ! PT 0.98 SC 0.89 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.23 FD 0.99 HN 1.37 KP 0.98 ! LA 0.95 MK 0.99 NL 1.08 OV 0.95 ! PT 0.96 SC 0.97 ! ! ! Fit before self-cal, rms=0.071754Jy sigma=0.496189 ! Fit after self-cal, rms=0.072937Jy sigma=0.468247 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.229 mas, bmaj=8.137 mas, bpa=-2.437 degrees ! Estimated noise=1.33158 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.00020625 Jy ! Component: 100 - total flux cleaned = -0.000322266 Jy ! Component: 150 - total flux cleaned = -0.000476257 Jy ! Component: 200 - total flux cleaned = -0.000621664 Jy ! Total flux subtracted in 200 components = -0.000621664 Jy ! Clean residual min=-0.004539 max=0.005105 Jy/beam ! Clean residual mean=-0.000008 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.226207 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 30 components and 0.226207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072830Jy sigma=0.467697 ! Fit after self-cal, rms=0.072905Jy sigma=0.467595 ! 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.072905Jy sigma=0.467595 ! Fit after self-cal, rms=0.072005Jy sigma=0.449946 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.225 mas, bmaj=8.157 mas, bpa=-2.648 degrees ! Estimated noise=1.33233 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0003904 Jy ! Component: 100 - total flux cleaned = 0.000390901 Jy ! Component: 150 - total flux cleaned = 0.000310724 Jy ! Component: 200 - total flux cleaned = 0.000273201 Jy ! Total flux subtracted in 200 components = 0.000273201 Jy ! Clean residual min=-0.002944 max=0.002576 Jy/beam ! Clean residual mean=0.000000 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.22648 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 35 components and 0.22648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071954Jy sigma=0.449590 ! Fit after self-cal, rms=0.071996Jy sigma=0.449533 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 = -4.0264e-05 Jy ! Component: 100 - total flux cleaned = -0.000103205 Jy ! Component: 150 - total flux cleaned = -0.000131062 Jy ! Component: 200 - total flux cleaned = -0.000158416 Jy ! Total flux subtracted in 200 components = -0.000158416 Jy ! Clean residual min=-0.002935 max=0.002542 Jy/beam ! Clean residual mean=0.000000 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.226322 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 36 components and 0.226322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071971Jy sigma=0.449347 ! Fit after self-cal, rms=0.071970Jy sigma=0.449344 ! 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.071970Jy sigma=0.449344 ! Fit after self-cal, rms=0.072252Jy sigma=0.449301 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.222 mas, bmaj=8.165 mas, bpa=-2.703 degrees ! Estimated noise=1.33351 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000271085 Jy ! Component: 100 - total flux cleaned = 0.000271255 Jy ! Component: 150 - total flux cleaned = 0.000245103 Jy ! Component: 200 - total flux cleaned = 0.000220188 Jy ! Total flux subtracted in 200 components = 0.000220188 Jy ! Clean residual min=-0.002918 max=0.002525 Jy/beam ! Clean residual mean=0.000001 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.226542 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.226542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072230Jy sigma=0.449154 ! Fit after self-cal, rms=0.072233Jy sigma=0.449152 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.32741e-05 Jy ! Component: 100 - total flux cleaned = -4.43388e-05 Jy ! Component: 150 - total flux cleaned = -8.26473e-05 Jy ! Component: 200 - total flux cleaned = -0.000100341 Jy ! Total flux subtracted in 200 components = -0.000100341 Jy ! Clean residual min=-0.002912 max=0.002504 Jy/beam ! Clean residual mean=0.000001 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.226442 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.226442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072222Jy sigma=0.449076 ! Fit after self-cal, rms=0.072222Jy sigma=0.449075 ! 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.072222Jy sigma=0.449075 ! Fit after self-cal, rms=0.072402Jy sigma=0.449050 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.771 mas, bmaj=16.03 mas, bpa=0.256 degrees ! Estimated noise=1.6325 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000251211 Jy ! Component: 100 - total flux cleaned = 0.000290378 Jy ! Component: 150 - total flux cleaned = 0.000291041 Jy ! Component: 200 - total flux cleaned = 0.000306172 Jy ! Total flux subtracted in 200 components = 0.000306172 Jy ! Clean residual min=-0.002574 max=0.002327 Jy/beam ! Clean residual mean=0.000001 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.226748 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 40 components and 0.226748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072397Jy sigma=0.449035 ! Fit after self-cal, rms=0.072398Jy sigma=0.449031 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 = 1.8402e-05 Jy ! Component: 100 - total flux cleaned = 1.74871e-05 Jy ! Component: 150 - total flux cleaned = 1.78539e-05 Jy ! Component: 200 - total flux cleaned = 2.79244e-05 Jy ! Total flux subtracted in 200 components = 2.79244e-05 Jy ! Clean residual min=-0.002555 max=0.002291 Jy/beam ! Clean residual mean=0.000001 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.226776 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 40 components and 0.226776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072401Jy sigma=0.449077 ! Fit after self-cal, rms=0.072400Jy sigma=0.449074 ! 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.219 mas, bmaj=8.17 mas, bpa=-2.76 degrees ! Estimated noise=1.33433 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.219 x 8.17 at -2.76 degrees (North through East) ! Clean map min=-0.0027681 max=0.2117 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.686 mas, bmaj=6.956 mas, bpa=-4.178 degrees ! Estimated noise=1.90761 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.16313 Jy ! Component: 100 - total flux cleaned = 0.199932 Jy ! Component: 150 - total flux cleaned = 0.213624 Jy ! Component: 200 - total flux cleaned = 0.220558 Jy ! Total flux subtracted in 200 components = 0.220558 Jy ! Clean residual min=-0.004259 max=0.004034 Jy/beam ! Clean residual mean=0.000003 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.220558 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.220558 Jy ! Inverting map and beam ! Estimated beam: bmin=3.219 mas, bmaj=8.17 mas, bpa=-2.76 degrees ! Estimated noise=1.33433 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.00395435 Jy ! Component: 100 - total flux cleaned = 0.00551783 Jy ! Component: 150 - total flux cleaned = 0.0056069 Jy ! Component: 200 - total flux cleaned = 0.00560695 Jy ! Total flux subtracted in 200 components = 0.00560695 Jy ! Clean residual min=-0.002909 max=0.002555 Jy/beam ! Clean residual mean=0.000000 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.226165 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 22 components and 0.226165 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.771 mas, bmaj=16.03 mas, bpa=0.256 degrees ! Estimated noise=1.6325 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000286633 Jy ! Component: 100 - total flux cleaned = 0.000318705 Jy ! Component: 150 - total flux cleaned = 0.000331418 Jy ! Component: 200 - total flux cleaned = 0.000351589 Jy ! Total flux subtracted in 200 components = 0.000351589 Jy ! Clean residual min=-0.002548 max=0.002283 Jy/beam ! Clean residual mean=0.000000 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.226516 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 = 7.8636e-06 Jy ! Component: 100 - total flux cleaned = 2.14098e-05 Jy ! Component: 150 - total flux cleaned = 3.32185e-05 Jy ! Component: 200 - total flux cleaned = 3.88014e-05 Jy ! Total flux subtracted in 200 components = 3.88014e-05 Jy ! Clean residual min=-0.002542 max=0.002267 Jy/beam ! Clean residual mean=0.000000 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.226555 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 36 components and 0.226555 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.219 mas, bmaj=8.17 mas, bpa=-2.76 degrees ! Estimated noise=1.33433 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00043865 Jy ! Component: 100 - total flux cleaned = -0.000410292 Jy ! Component: 150 - total flux cleaned = -0.000385191 Jy ! Component: 200 - total flux cleaned = -0.000359739 Jy ! Total flux subtracted in 200 components = -0.000359739 Jy ! Clean residual min=-0.002864 max=0.002522 Jy/beam ! Clean residual mean=0.000000 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.226195 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 40 components and 0.226195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072400Jy sigma=0.449048 ! Fit after self-cal, rms=0.072396Jy sigma=0.449028 wmodel J1916-1519_S_map.mod ! Writing 40 model components to file: J1916-1519_S_map.mod wobs J1916-1519_S_uvs.fits ! Writing UV FITS file: J1916-1519_S_uvs.fits wwins J1916-1519_S_map.win ! wwins: Wrote 1 windows to J1916-1519_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.000816405 Jy ! Component: 100 - total flux cleaned = -0.00138304 Jy ! Component: 150 - total flux cleaned = -0.00174412 Jy ! Component: 200 - total flux cleaned = -0.00197353 Jy ! Component: 250 - total flux cleaned = -0.00211996 Jy ! Component: 300 - total flux cleaned = -0.00229472 Jy ! Component: 350 - total flux cleaned = -0.00249621 Jy ! Component: 400 - total flux cleaned = -0.00265865 Jy ! Component: 450 - total flux cleaned = -0.0028168 Jy ! Component: 500 - total flux cleaned = -0.00293982 Jy ! Component: 550 - total flux cleaned = -0.0029998 Jy ! Component: 600 - total flux cleaned = -0.00305841 Jy ! Component: 650 - total flux cleaned = -0.00305843 Jy ! Component: 700 - total flux cleaned = -0.00308544 Jy ! Component: 750 - total flux cleaned = -0.00297645 Jy ! Component: 800 - total flux cleaned = -0.00300378 Jy ! Component: 850 - total flux cleaned = -0.00308265 Jy ! Component: 900 - total flux cleaned = -0.00318513 Jy ! Component: 950 - total flux cleaned = -0.00320997 Jy ! Component: 1000 - total flux cleaned = -0.00318495 Jy ! Component: 1050 - total flux cleaned = -0.00323405 Jy ! Component: 1100 - total flux cleaned = -0.00323414 Jy ! Component: 1150 - total flux cleaned = -0.0033054 Jy ! Component: 1200 - total flux cleaned = -0.00335174 Jy ! Component: 1250 - total flux cleaned = -0.0033747 Jy ! Component: 1300 - total flux cleaned = -0.00339748 Jy ! Component: 1350 - total flux cleaned = -0.00346457 Jy ! Component: 1400 - total flux cleaned = -0.00346454 Jy ! Component: 1450 - total flux cleaned = -0.00346479 Jy ! Component: 1500 - total flux cleaned = -0.00350837 Jy ! Component: 1550 - total flux cleaned = -0.00350836 Jy ! Component: 1600 - total flux cleaned = -0.0035292 Jy ! Component: 1650 - total flux cleaned = -0.00348821 Jy ! Component: 1700 - total flux cleaned = -0.00359014 Jy ! Component: 1750 - total flux cleaned = -0.00355004 Jy ! Component: 1800 - total flux cleaned = -0.00357046 Jy ! Component: 1850 - total flux cleaned = -0.00360983 Jy ! Component: 1900 - total flux cleaned = -0.00357112 Jy ! Component: 1950 - total flux cleaned = -0.00362883 Jy ! Component: 2000 - total flux cleaned = -0.00362888 Jy ! Component: 2050 - total flux cleaned = -0.00366671 Jy ! Component: 2100 - total flux cleaned = -0.00362927 Jy ! Component: 2150 - total flux cleaned = -0.00364799 Jy ! Component: 2200 - total flux cleaned = -0.00366657 Jy ! Component: 2250 - total flux cleaned = -0.00372123 Jy ! Component: 2300 - total flux cleaned = -0.00370314 Jy ! Component: 2350 - total flux cleaned = -0.00372083 Jy ! Component: 2400 - total flux cleaned = -0.00365041 Jy ! Component: 2450 - total flux cleaned = -0.0037203 Jy ! Component: 2500 - total flux cleaned = -0.00370314 Jy ! Component: 2550 - total flux cleaned = -0.00375462 Jy ! Component: 2600 - total flux cleaned = -0.0037547 Jy ! Component: 2650 - total flux cleaned = -0.0037377 Jy ! Component: 2700 - total flux cleaned = -0.00372131 Jy ! Component: 2750 - total flux cleaned = -0.00372149 Jy ! Component: 2800 - total flux cleaned = -0.00378738 Jy ! Component: 2850 - total flux cleaned = -0.0038524 Jy ! Component: 2900 - total flux cleaned = -0.00380391 Jy ! Component: 2950 - total flux cleaned = -0.003772 Jy ! Component: 3000 - total flux cleaned = -0.00380368 Jy ! Component: 3050 - total flux cleaned = -0.00380366 Jy ! Component: 3100 - total flux cleaned = -0.00374124 Jy ! Component: 3150 - total flux cleaned = -0.00377215 Jy ! Component: 3200 - total flux cleaned = -0.00369521 Jy ! Component: 3250 - total flux cleaned = -0.00364933 Jy ! Component: 3300 - total flux cleaned = -0.00363439 Jy ! Component: 3350 - total flux cleaned = -0.00363423 Jy ! Component: 3400 - total flux cleaned = -0.00358968 Jy ! Component: 3450 - total flux cleaned = -0.00356016 Jy ! Component: 3500 - total flux cleaned = -0.00354566 Jy ! Component: 3550 - total flux cleaned = -0.00351666 Jy ! Component: 3600 - total flux cleaned = -0.00353109 Jy ! Component: 3650 - total flux cleaned = -0.00355946 Jy ! Component: 3700 - total flux cleaned = -0.00351662 Jy ! Component: 3750 - total flux cleaned = -0.00347405 Jy ! Component: 3800 - total flux cleaned = -0.00341806 Jy ! Component: 3850 - total flux cleaned = -0.00344616 Jy ! Component: 3900 - total flux cleaned = -0.00343241 Jy ! Component: 3950 - total flux cleaned = -0.00344611 Jy ! Component: 4000 - total flux cleaned = -0.00345985 Jy ! Component: 4050 - total flux cleaned = -0.00352759 Jy ! Total flux subtracted in 4096 components = -0.00352761 Jy ! Clean residual min=-0.000758 max=0.000884 Jy/beam ! Clean residual mean=-0.000000 rms=0.000243 Jy/beam ! Combined flux in latest and established models = 0.222668 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 324 components and 0.222668 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1916-1519_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.219 x 8.17 at -2.76 degrees (North through East) ! Clean map min=-0.0015883 max=0.21242 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1916-1519_S_map.fits wmodel /image_prod/ug002_uva//J1916-1519_S_map.mod ! Writing 324 model components to file: /image_prod/ug002_uva//J1916-1519_S_map.mod wobs /image_prod/ug002_uva//J1916-1519_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1916-1519_S_uvs.fits wwins /image_prod/ug002_uva//J1916-1519_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1916-1519_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.212418 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000239981 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.338928 0.338928 0.677856 1.35571 2.71142 5.42284 10.8457 21.6914 43.3828 86.7655 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.212 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 885.144 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1916-1519_S_dfm.log closed on Thu Mar 5 04:06:26 2020