! Started logfile: /image_prod/ug002_uva//J1331-2639_S_dfm.log on Thu Mar 5 01:16:07 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//J1331-2639_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1331-2639_S_uva.fits ! AN table 1: 50 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.983556 visibilities/baseline/integration-bin. ! Found source: J1331-2639 ! ! 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 6639 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 J1331-2639_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 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.013302Jy sigma=6.622523 ! Fit after self-cal, rms=0.879456Jy sigma=5.711987 ! 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.553 mas, bmaj=6.871 mas, bpa=-6.538 degrees ! Estimated noise=2.13806 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.0963998 Jy ! Component: 100 - total flux cleaned = 0.11965 Jy ! Total flux subtracted in 100 components = 0.11965 Jy ! Clean residual min=-0.006800 max=0.011247 Jy/beam ! Clean residual mean=-0.000020 rms=0.001818 Jy/beam ! Combined flux in latest and established models = 0.11965 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.11965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086531Jy sigma=0.493060 ! Fit after self-cal, rms=0.086541Jy sigma=0.492964 ! Inverting map ! Added new window around map position (-5, 6). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0117915 Jy ! Component: 100 - total flux cleaned = 0.0190198 Jy ! Total flux subtracted in 100 components = 0.0190198 Jy ! Clean residual min=-0.005900 max=0.006609 Jy/beam ! Clean residual mean=-0.000008 rms=0.001441 Jy/beam ! Combined flux in latest and established models = 0.13867 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 32 components and 0.13867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084830Jy sigma=0.476963 ! Fit after self-cal, rms=0.084691Jy sigma=0.475994 ! 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.213 mas, bmaj=8.118 mas, bpa=-5.101 degrees ! Estimated noise=1.38071 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.00641133 Jy ! Component: 100 - total flux cleaned = 0.00958857 Jy ! Component: 150 - total flux cleaned = 0.0111774 Jy ! Component: 200 - total flux cleaned = 0.0115627 Jy ! Total flux subtracted in 200 components = 0.0115627 Jy ! Clean residual min=-0.003285 max=0.003771 Jy/beam ! Clean residual mean=-0.000008 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.150233 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 50 components and 0.150233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084262Jy sigma=0.472020 ! Fit after self-cal, rms=0.084224Jy sigma=0.471665 ! 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.213 x 8.118 at -5.101 degrees (North through East) ! Clean map min=-0.0031997 max=0.11984 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HN 1.14 KP 0.95 ! LA 1.00 MK 0.98 NL 1.00 OV 1.03 ! PT 0.99 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.01 HN 1.15 KP 0.99 ! LA 1.03 MK 0.97 NL 1.18 OV 0.95 ! PT 0.96 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.99 HN 1.08 KP 0.99 ! LA 1.04 MK 1.02 NL 0.82 OV 0.98 ! PT 0.96 SC 0.96 ! ! ! Fit before self-cal, rms=0.084224Jy sigma=0.471665 ! Fit after self-cal, rms=0.085120Jy sigma=0.465529 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.212 mas, bmaj=8.063 mas, bpa=-4.828 degrees ! Estimated noise=1.3746 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.000134383 Jy ! Component: 100 - total flux cleaned = -0.000317087 Jy ! Component: 150 - total flux cleaned = -0.000442491 Jy ! Component: 200 - total flux cleaned = -0.000525907 Jy ! Total flux subtracted in 200 components = -0.000525907 Jy ! Clean residual min=-0.002686 max=0.002958 Jy/beam ! Clean residual mean=-0.000003 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.149707 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.149707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085080Jy sigma=0.465388 ! Fit after self-cal, rms=0.085181Jy sigma=0.465262 ! 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.085181Jy sigma=0.465262 ! Fit after self-cal, rms=0.088617Jy sigma=0.463686 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.214 mas, bmaj=8.052 mas, bpa=-4.849 degrees ! Estimated noise=1.37806 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00030647 Jy ! Component: 100 - total flux cleaned = 0.000256407 Jy ! Component: 150 - total flux cleaned = 0.000189057 Jy ! Component: 200 - total flux cleaned = 0.000150044 Jy ! Total flux subtracted in 200 components = 0.000150044 Jy ! Clean residual min=-0.002332 max=0.002526 Jy/beam ! Clean residual mean=0.000006 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.149857 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 73 components and 0.149857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088598Jy sigma=0.463623 ! Fit after self-cal, rms=0.088650Jy sigma=0.463594 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.54942e-05 Jy ! Component: 100 - total flux cleaned = 3.48606e-05 Jy ! Component: 150 - total flux cleaned = 1.75542e-05 Jy ! Component: 200 - total flux cleaned = 1.85984e-05 Jy ! Total flux subtracted in 200 components = 1.85984e-05 Jy ! Clean residual min=-0.002289 max=0.002495 Jy/beam ! Clean residual mean=0.000006 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.149876 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 78 components and 0.149876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088641Jy sigma=0.463552 ! Fit after self-cal, rms=0.088642Jy sigma=0.463548 ! 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.088642Jy sigma=0.463548 ! Fit after self-cal, rms=0.088683Jy sigma=0.463538 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.211 mas, bmaj=8.052 mas, bpa=-4.779 degrees ! Estimated noise=1.37713 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000191214 Jy ! Component: 100 - total flux cleaned = 0.000154916 Jy ! Component: 150 - total flux cleaned = 0.000170962 Jy ! Component: 200 - total flux cleaned = 0.0001558 Jy ! Total flux subtracted in 200 components = 0.0001558 Jy ! Clean residual min=-0.002232 max=0.002480 Jy/beam ! Clean residual mean=0.000007 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.150031 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 85 components and 0.150031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088672Jy sigma=0.463505 ! Fit after self-cal, rms=0.088675Jy sigma=0.463502 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.97176e-05 Jy ! Component: 100 - total flux cleaned = 2.97577e-05 Jy ! Component: 150 - total flux cleaned = 2.98264e-05 Jy ! Component: 200 - total flux cleaned = 2.92588e-05 Jy ! Total flux subtracted in 200 components = 2.92588e-05 Jy ! Clean residual min=-0.002222 max=0.002451 Jy/beam ! Clean residual mean=0.000007 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.150061 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 87 components and 0.150061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088669Jy sigma=0.463475 ! Fit after self-cal, rms=0.088669Jy sigma=0.463473 ! 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.088669Jy sigma=0.463473 ! Fit after self-cal, rms=0.088672Jy sigma=0.463465 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.922 mas, bmaj=18.75 mas, bpa=-0.7411 degrees ! Estimated noise=1.67754 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000234722 Jy ! Component: 100 - total flux cleaned = 0.000254612 Jy ! Component: 150 - total flux cleaned = 0.000270289 Jy ! Component: 200 - total flux cleaned = 0.000277064 Jy ! Total flux subtracted in 200 components = 0.000277064 Jy ! Clean residual min=-0.002301 max=0.002656 Jy/beam ! Clean residual mean=0.000014 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.150338 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 92 components and 0.150338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088670Jy sigma=0.463466 ! Fit after self-cal, rms=0.088671Jy sigma=0.463460 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.64717e-05 Jy ! Component: 100 - total flux cleaned = 5.33093e-05 Jy ! Component: 150 - total flux cleaned = 6.71061e-05 Jy ! Component: 200 - total flux cleaned = 6.70085e-05 Jy ! Total flux subtracted in 200 components = 6.70085e-05 Jy ! Clean residual min=-0.002299 max=0.002646 Jy/beam ! Clean residual mean=0.000015 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.150405 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 94 components and 0.150405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088671Jy sigma=0.463460 ! Fit after self-cal, rms=0.088672Jy sigma=0.463457 ! 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.209 mas, bmaj=8.05 mas, bpa=-4.708 degrees ! Estimated noise=1.3766 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.209 x 8.05 at -4.708 degrees (North through East) ! Clean map min=-0.002131 max=0.1194 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.548 mas, bmaj=6.791 mas, bpa=-6.213 degrees ! Estimated noise=2.12758 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0956107 Jy ! Component: 100 - total flux cleaned = 0.119964 Jy ! Component: 150 - total flux cleaned = 0.132013 Jy ! Component: 200 - total flux cleaned = 0.139236 Jy ! Total flux subtracted in 200 components = 0.139236 Jy ! Clean residual min=-0.004671 max=0.005080 Jy/beam ! Clean residual mean=-0.000002 rms=0.001165 Jy/beam ! Combined flux in latest and established models = 0.139236 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.139236 Jy ! Inverting map and beam ! Estimated beam: bmin=3.209 mas, bmaj=8.05 mas, bpa=-4.708 degrees ! Estimated noise=1.3766 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.00539864 Jy ! Component: 100 - total flux cleaned = 0.00806503 Jy ! Component: 150 - total flux cleaned = 0.00958985 Jy ! Component: 200 - total flux cleaned = 0.0100406 Jy ! Total flux subtracted in 200 components = 0.0100406 Jy ! Clean residual min=-0.002350 max=0.002500 Jy/beam ! Clean residual mean=0.000005 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.149277 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 55 components and 0.149277 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.922 mas, bmaj=18.75 mas, bpa=-0.7411 degrees ! Estimated noise=1.67754 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000750732 Jy ! Component: 100 - total flux cleaned = 0.00103775 Jy ! Component: 150 - total flux cleaned = 0.00107933 Jy ! Component: 200 - total flux cleaned = 0.00109816 Jy ! Total flux subtracted in 200 components = 0.00109816 Jy ! Clean residual min=-0.002291 max=0.002716 Jy/beam ! Clean residual mean=0.000014 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.150375 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.67307e-05 Jy ! Component: 100 - total flux cleaned = 2.73243e-05 Jy ! Component: 150 - total flux cleaned = 3.72254e-05 Jy ! Component: 200 - total flux cleaned = 4.67034e-05 Jy ! Total flux subtracted in 200 components = 4.67034e-05 Jy ! Clean residual min=-0.002289 max=0.002714 Jy/beam ! Clean residual mean=0.000015 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.150422 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 64 components and 0.150422 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.209 mas, bmaj=8.05 mas, bpa=-4.708 degrees ! Estimated noise=1.3766 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000491882 Jy ! Component: 100 - total flux cleaned = -0.000493951 Jy ! Component: 150 - total flux cleaned = -0.000471572 Jy ! Component: 200 - total flux cleaned = -0.000451088 Jy ! Total flux subtracted in 200 components = -0.000451088 Jy ! Clean residual min=-0.002337 max=0.002410 Jy/beam ! Clean residual mean=0.000006 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.149971 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 72 components and 0.149971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088686Jy sigma=0.463493 ! Fit after self-cal, rms=0.088686Jy sigma=0.463480 wmodel J1331-2639_S_map.mod ! Writing 72 model components to file: J1331-2639_S_map.mod wobs J1331-2639_S_uvs.fits ! Writing UV FITS file: J1331-2639_S_uvs.fits wwins J1331-2639_S_map.win ! wwins: Wrote 2 windows to J1331-2639_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.000584866 Jy ! Component: 100 - total flux cleaned = 0.000705704 Jy ! Component: 150 - total flux cleaned = 0.000782203 Jy ! Component: 200 - total flux cleaned = 0.00085636 Jy ! Component: 250 - total flux cleaned = 0.00092728 Jy ! Component: 300 - total flux cleaned = 0.000860166 Jy ! Component: 350 - total flux cleaned = 0.000927178 Jy ! Component: 400 - total flux cleaned = 0.000959411 Jy ! Component: 450 - total flux cleaned = 0.00105456 Jy ! Component: 500 - total flux cleaned = 0.00111672 Jy ! Component: 550 - total flux cleaned = 0.00108668 Jy ! Component: 600 - total flux cleaned = 0.00108648 Jy ! Component: 650 - total flux cleaned = 0.00102767 Jy ! Component: 700 - total flux cleaned = 0.000970029 Jy ! Component: 750 - total flux cleaned = 0.000829091 Jy ! Component: 800 - total flux cleaned = 0.000801574 Jy ! Component: 850 - total flux cleaned = 0.000747383 Jy ! Component: 900 - total flux cleaned = 0.000801281 Jy ! Component: 950 - total flux cleaned = 0.000774649 Jy ! Component: 1000 - total flux cleaned = 0.000852434 Jy ! Component: 1050 - total flux cleaned = 0.000775645 Jy ! Component: 1100 - total flux cleaned = 0.000826446 Jy ! Component: 1150 - total flux cleaned = 0.000801525 Jy ! Component: 1200 - total flux cleaned = 0.000875364 Jy ! Component: 1250 - total flux cleaned = 0.000851412 Jy ! Component: 1300 - total flux cleaned = 0.000899086 Jy ! Component: 1350 - total flux cleaned = 0.000875801 Jy ! Component: 1400 - total flux cleaned = 0.000945983 Jy ! Component: 1450 - total flux cleaned = 0.00108333 Jy ! Component: 1500 - total flux cleaned = 0.00103758 Jy ! Component: 1550 - total flux cleaned = 0.00112727 Jy ! Component: 1600 - total flux cleaned = 0.00123772 Jy ! Component: 1650 - total flux cleaned = 0.00130324 Jy ! Component: 1700 - total flux cleaned = 0.00143321 Jy ! Component: 1750 - total flux cleaned = 0.00145448 Jy ! Component: 1800 - total flux cleaned = 0.00153927 Jy ! Component: 1850 - total flux cleaned = 0.00158163 Jy ! Component: 1900 - total flux cleaned = 0.00168548 Jy ! Component: 1950 - total flux cleaned = 0.00170641 Jy ! Component: 2000 - total flux cleaned = 0.00178789 Jy ! Component: 2050 - total flux cleaned = 0.00178839 Jy ! Component: 2100 - total flux cleaned = 0.00190819 Jy ! Component: 2150 - total flux cleaned = 0.00196734 Jy ! Component: 2200 - total flux cleaned = 0.00198677 Jy ! Component: 2250 - total flux cleaned = 0.00210318 Jy ! Component: 2300 - total flux cleaned = 0.0021031 Jy ! Component: 2350 - total flux cleaned = 0.00214106 Jy ! Component: 2400 - total flux cleaned = 0.00217883 Jy ! Component: 2450 - total flux cleaned = 0.00225367 Jy ! Component: 2500 - total flux cleaned = 0.00227225 Jy ! Component: 2550 - total flux cleaned = 0.00236387 Jy ! Component: 2600 - total flux cleaned = 0.00236388 Jy ! Component: 2650 - total flux cleaned = 0.0024359 Jy ! Component: 2700 - total flux cleaned = 0.00247175 Jy ! Component: 2750 - total flux cleaned = 0.00254274 Jy ! Component: 2800 - total flux cleaned = 0.00259562 Jy ! Component: 2850 - total flux cleaned = 0.00266507 Jy ! Component: 2900 - total flux cleaned = 0.00269981 Jy ! Component: 2950 - total flux cleaned = 0.00276824 Jy ! Component: 3000 - total flux cleaned = 0.00281907 Jy ! Component: 3050 - total flux cleaned = 0.00288646 Jy ! Component: 3100 - total flux cleaned = 0.00297013 Jy ! Component: 3150 - total flux cleaned = 0.00295348 Jy ! Component: 3200 - total flux cleaned = 0.00297025 Jy ! Component: 3250 - total flux cleaned = 0.00303552 Jy ! Component: 3300 - total flux cleaned = 0.00308408 Jy ! Component: 3350 - total flux cleaned = 0.00314859 Jy ! Component: 3400 - total flux cleaned = 0.00321263 Jy ! Component: 3450 - total flux cleaned = 0.00322833 Jy ! Component: 3500 - total flux cleaned = 0.00322816 Jy ! Component: 3550 - total flux cleaned = 0.00322808 Jy ! Component: 3600 - total flux cleaned = 0.00322825 Jy ! Component: 3650 - total flux cleaned = 0.00332123 Jy ! Component: 3700 - total flux cleaned = 0.00329075 Jy ! Component: 3750 - total flux cleaned = 0.00338243 Jy ! Component: 3800 - total flux cleaned = 0.00341277 Jy ! Component: 3850 - total flux cleaned = 0.00342775 Jy ! Component: 3900 - total flux cleaned = 0.00342769 Jy ! Component: 3950 - total flux cleaned = 0.0034574 Jy ! Component: 4000 - total flux cleaned = 0.00342787 Jy ! Component: 4050 - total flux cleaned = 0.00348668 Jy ! Total flux subtracted in 4096 components = 0.0034575 Jy ! Clean residual min=-0.001061 max=0.001265 Jy/beam ! Clean residual mean=0.000003 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 0.153428 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 354 components and 0.153428 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1331-2639_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.209 x 8.05 at -4.708 degrees (North through East) ! Clean map min=-0.0018791 max=0.11961 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1331-2639_S_map.fits wmodel /image_prod/ug002_uva//J1331-2639_S_map.mod ! Writing 354 model components to file: /image_prod/ug002_uva//J1331-2639_S_map.mod wobs /image_prod/ug002_uva//J1331-2639_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1331-2639_S_uvs.fits wwins /image_prod/ug002_uva//J1331-2639_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1331-2639_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.119606 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000256964 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.644525 0.644525 1.28905 2.5781 5.1562 10.3124 20.6248 41.2496 82.4992 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.119 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 465.458 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1331-2639_S_dfm.log closed on Thu Mar 5 01:16:10 2020