! Started logfile: /image_prod/ug002_uva//J1704-1316_S_dfm.log on Thu Mar 5 03:05:14 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//J1704-1316_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1704-1316_S_uva.fits ! AN table 1: 60 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.984444 visibilities/baseline/integration-bin. ! Found source: J1704-1316 ! ! 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 7974 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 J1704-1316_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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003313Jy sigma=6.931687 ! Fit after self-cal, rms=0.903823Jy sigma=6.203053 ! 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.982 mas, bmaj=7.086 mas, bpa=-0.2143 degrees ! Estimated noise=1.93621 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.0768389 Jy ! Component: 100 - total flux cleaned = 0.0957129 Jy ! Total flux subtracted in 100 components = 0.0957129 Jy ! Clean residual min=-0.008462 max=0.013133 Jy/beam ! Clean residual mean=-0.000153 rms=0.002547 Jy/beam ! Combined flux in latest and established models = 0.0957129 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0957129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081999Jy sigma=0.517126 ! Fit after self-cal, rms=0.081787Jy sigma=0.516047 ! 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.489 mas, bmaj=8.169 mas, bpa=-2.293 degrees ! Estimated noise=1.18224 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 (-8, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0158171 Jy ! Component: 100 - total flux cleaned = 0.0253553 Jy ! Component: 150 - total flux cleaned = 0.0318599 Jy ! Component: 200 - total flux cleaned = 0.0364676 Jy ! Total flux subtracted in 200 components = 0.0364676 Jy ! Clean residual min=-0.005334 max=0.008675 Jy/beam ! Clean residual mean=-0.000071 rms=0.001619 Jy/beam ! Combined flux in latest and established models = 0.13218 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 38 components and 0.13218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078679Jy sigma=0.487279 ! Fit after self-cal, rms=0.078290Jy sigma=0.483998 ! 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.489 x 8.169 at -2.293 degrees (North through East) ! Clean map min=-0.005007 max=0.097376 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 0.94 HN 1.03 KP 0.94 ! LA 0.98 MK 0.99 NL 1.14 OV 0.88 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.38 FD 0.93 HN 0.97 KP 0.98 ! LA 0.87 MK 1.01 NL 1.08 OV 0.85 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.21 FD 0.91 HN 1.02 KP 0.98 ! LA 0.93 MK 1.04 NL 1.03 OV 0.86 ! PT 1.04 SC 0.99 ! ! ! Fit before self-cal, rms=0.078290Jy sigma=0.483998 ! Fit after self-cal, rms=0.080697Jy sigma=0.474076 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.506 mas, bmaj=8.33 mas, bpa=-2.226 degrees ! Estimated noise=1.16637 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.00356044 Jy ! Component: 100 - total flux cleaned = 0.00410064 Jy ! Component: 150 - total flux cleaned = 0.00434129 Jy ! Component: 200 - total flux cleaned = 0.00454854 Jy ! Total flux subtracted in 200 components = 0.00454854 Jy ! Clean residual min=-0.005473 max=0.004345 Jy/beam ! Clean residual mean=-0.000027 rms=0.001095 Jy/beam ! Combined flux in latest and established models = 0.136729 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 56 components and 0.136729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080381Jy sigma=0.472002 ! Fit after self-cal, rms=0.080542Jy sigma=0.471536 ! 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.080542Jy sigma=0.471536 ! Fit after self-cal, rms=0.085820Jy sigma=0.462794 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.503 mas, bmaj=8.271 mas, bpa=-2.177 degrees ! Estimated noise=1.16787 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149057 Jy ! Component: 100 - total flux cleaned = 0.00166611 Jy ! Component: 150 - total flux cleaned = 0.00179134 Jy ! Component: 200 - total flux cleaned = 0.00173761 Jy ! Total flux subtracted in 200 components = 0.00173761 Jy ! Clean residual min=-0.002543 max=0.002538 Jy/beam ! Clean residual mean=-0.000006 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.138467 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 73 components and 0.138467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085666Jy sigma=0.461624 ! Fit after self-cal, rms=0.085735Jy sigma=0.461338 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.000239891 Jy ! Component: 100 - total flux cleaned = 0.000291454 Jy ! Component: 150 - total flux cleaned = 0.000206591 Jy ! Component: 200 - total flux cleaned = 0.000127378 Jy ! Total flux subtracted in 200 components = 0.000127378 Jy ! Clean residual min=-0.002533 max=0.002341 Jy/beam ! Clean residual mean=-0.000005 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.138594 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 86 components and 0.138594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085684Jy sigma=0.460956 ! Fit after self-cal, rms=0.085676Jy sigma=0.460921 ! 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.085676Jy sigma=0.460921 ! Fit after self-cal, rms=0.087043Jy sigma=0.460710 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.497 mas, bmaj=8.249 mas, bpa=-2.099 degrees ! Estimated noise=1.16688 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00070431 Jy ! Component: 100 - total flux cleaned = 0.000848808 Jy ! Component: 150 - total flux cleaned = 0.000930075 Jy ! Component: 200 - total flux cleaned = 0.000857545 Jy ! Total flux subtracted in 200 components = 0.000857545 Jy ! Clean residual min=-0.002342 max=0.002204 Jy/beam ! Clean residual mean=-0.000006 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.139452 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 93 components and 0.139452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086990Jy sigma=0.460353 ! Fit after self-cal, rms=0.086990Jy sigma=0.460314 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.13224e-05 Jy ! Component: 100 - total flux cleaned = 1.51064e-05 Jy ! Component: 150 - total flux cleaned = -4.60103e-05 Jy ! Component: 200 - total flux cleaned = -0.000102312 Jy ! Total flux subtracted in 200 components = -0.000102312 Jy ! Clean residual min=-0.002327 max=0.002130 Jy/beam ! Clean residual mean=-0.000005 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.139349 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 102 components and 0.139349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086963Jy sigma=0.460144 ! Fit after self-cal, rms=0.086958Jy sigma=0.460134 ! 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.086958Jy sigma=0.460134 ! Fit after self-cal, rms=0.087589Jy sigma=0.460067 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.795 mas, bmaj=14.76 mas, bpa=0.7594 degrees ! Estimated noise=1.39854 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000259231 Jy ! Component: 100 - total flux cleaned = 0.000367681 Jy ! Component: 150 - total flux cleaned = 0.000424207 Jy ! Component: 200 - total flux cleaned = 0.000403423 Jy ! Total flux subtracted in 200 components = 0.000403423 Jy ! Clean residual min=-0.002571 max=0.002718 Jy/beam ! Clean residual mean=-0.000009 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.139753 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 125 components and 0.139753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087572Jy sigma=0.459935 ! Fit after self-cal, rms=0.087568Jy sigma=0.459903 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 = -7.13792e-05 Jy ! Component: 100 - total flux cleaned = -9.11883e-05 Jy ! Component: 150 - total flux cleaned = -0.000147449 Jy ! Component: 200 - total flux cleaned = -0.00019902 Jy ! Total flux subtracted in 200 components = -0.00019902 Jy ! Clean residual min=-0.002462 max=0.002720 Jy/beam ! Clean residual mean=-0.000010 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.139554 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 131 components and 0.139554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087564Jy sigma=0.459872 ! Fit after self-cal, rms=0.087560Jy sigma=0.459861 ! 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.491 mas, bmaj=8.231 mas, bpa=-2.056 degrees ! Estimated noise=1.16624 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.491 x 8.231 at -2.056 degrees (North through East) ! Clean map min=-0.0021972 max=0.095608 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.982 mas, bmaj=7.11 mas, bpa=-0.1076 degrees ! Estimated noise=1.90422 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0753958 Jy ! Component: 100 - total flux cleaned = 0.097413 Jy ! Component: 150 - total flux cleaned = 0.109818 Jy ! Component: 200 - total flux cleaned = 0.11795 Jy ! Total flux subtracted in 200 components = 0.11795 Jy ! Clean residual min=-0.004096 max=0.004644 Jy/beam ! Clean residual mean=-0.000051 rms=0.001182 Jy/beam ! Combined flux in latest and established models = 0.11795 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.11795 Jy ! Inverting map and beam ! Estimated beam: bmin=3.491 mas, bmaj=8.231 mas, bpa=-2.056 degrees ! Estimated noise=1.16624 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.0071833 Jy ! Component: 100 - total flux cleaned = 0.0116731 Jy ! Component: 150 - total flux cleaned = 0.014665 Jy ! Component: 200 - total flux cleaned = 0.0167685 Jy ! Total flux subtracted in 200 components = 0.0167685 Jy ! Clean residual min=-0.002389 max=0.002126 Jy/beam ! Clean residual mean=-0.000011 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.134719 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 61 components and 0.134719 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.795 mas, bmaj=14.76 mas, bpa=0.7594 degrees ! Estimated noise=1.39854 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0020801 Jy ! Component: 100 - total flux cleaned = 0.00325609 Jy ! Component: 150 - total flux cleaned = 0.00372363 Jy ! Component: 200 - total flux cleaned = 0.00389084 Jy ! Total flux subtracted in 200 components = 0.00389084 Jy ! Clean residual min=-0.002374 max=0.002817 Jy/beam ! Clean residual mean=-0.000011 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.138609 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.000102652 Jy ! Component: 100 - total flux cleaned = 0.000159093 Jy ! Component: 150 - total flux cleaned = 0.000211151 Jy ! Component: 200 - total flux cleaned = 0.000244574 Jy ! Total flux subtracted in 200 components = 0.000244574 Jy ! Clean residual min=-0.002306 max=0.002774 Jy/beam ! Clean residual mean=-0.000010 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.138854 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 75 components and 0.138854 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.491 mas, bmaj=8.231 mas, bpa=-2.056 degrees ! Estimated noise=1.16624 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000274708 Jy ! Component: 100 - total flux cleaned = -0.000310457 Jy ! Component: 150 - total flux cleaned = -0.000309426 Jy ! Component: 200 - total flux cleaned = -0.000308763 Jy ! Total flux subtracted in 200 components = -0.000308763 Jy ! Clean residual min=-0.002226 max=0.002090 Jy/beam ! Clean residual mean=-0.000006 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.138545 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 88 components and 0.138545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087551Jy sigma=0.459933 ! Fit after self-cal, rms=0.087519Jy sigma=0.459849 wmodel J1704-1316_S_map.mod ! Writing 88 model components to file: J1704-1316_S_map.mod wobs J1704-1316_S_uvs.fits ! Writing UV FITS file: J1704-1316_S_uvs.fits wwins J1704-1316_S_map.win ! wwins: Wrote 2 windows to J1704-1316_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.000368629 Jy ! Component: 100 - total flux cleaned = -0.000551173 Jy ! Component: 150 - total flux cleaned = -0.000897068 Jy ! Component: 200 - total flux cleaned = -0.00109608 Jy ! Component: 250 - total flux cleaned = -0.00131828 Jy ! Component: 300 - total flux cleaned = -0.00140954 Jy ! Component: 350 - total flux cleaned = -0.00144021 Jy ! Component: 400 - total flux cleaned = -0.00138423 Jy ! Component: 450 - total flux cleaned = -0.00138454 Jy ! Component: 500 - total flux cleaned = -0.00141088 Jy ! Component: 550 - total flux cleaned = -0.0013584 Jy ! Component: 600 - total flux cleaned = -0.0013068 Jy ! Component: 650 - total flux cleaned = -0.00125665 Jy ! Component: 700 - total flux cleaned = -0.00125668 Jy ! Component: 750 - total flux cleaned = -0.00123214 Jy ! Component: 800 - total flux cleaned = -0.00123181 Jy ! Component: 850 - total flux cleaned = -0.00123193 Jy ! Component: 900 - total flux cleaned = -0.00123265 Jy ! Component: 950 - total flux cleaned = -0.00127791 Jy ! Component: 1000 - total flux cleaned = -0.00136628 Jy ! Component: 1050 - total flux cleaned = -0.00149592 Jy ! Component: 1100 - total flux cleaned = -0.00149557 Jy ! Component: 1150 - total flux cleaned = -0.00157962 Jy ! Component: 1200 - total flux cleaned = -0.00162102 Jy ! Component: 1250 - total flux cleaned = -0.00170233 Jy ! Component: 1300 - total flux cleaned = -0.00180184 Jy ! Component: 1350 - total flux cleaned = -0.00186076 Jy ! Component: 1400 - total flux cleaned = -0.00191852 Jy ! Component: 1450 - total flux cleaned = -0.00193736 Jy ! Component: 1500 - total flux cleaned = -0.00203161 Jy ! Component: 1550 - total flux cleaned = -0.00210596 Jy ! Component: 1600 - total flux cleaned = -0.00221607 Jy ! Component: 1650 - total flux cleaned = -0.0022891 Jy ! Component: 1700 - total flux cleaned = -0.00237903 Jy ! Component: 1750 - total flux cleaned = -0.00246781 Jy ! Component: 1800 - total flux cleaned = -0.00250316 Jy ! Component: 1850 - total flux cleaned = -0.0025553 Jy ! Component: 1900 - total flux cleaned = -0.00264075 Jy ! Component: 1950 - total flux cleaned = -0.00267454 Jy ! Component: 2000 - total flux cleaned = -0.00275773 Jy ! Component: 2050 - total flux cleaned = -0.00277394 Jy ! Component: 2100 - total flux cleaned = -0.00275789 Jy ! Component: 2150 - total flux cleaned = -0.00287061 Jy ! Component: 2200 - total flux cleaned = -0.00293427 Jy ! Component: 2250 - total flux cleaned = -0.00296578 Jy ! Component: 2300 - total flux cleaned = -0.00304385 Jy ! Component: 2350 - total flux cleaned = -0.00305914 Jy ! Component: 2400 - total flux cleaned = -0.00305932 Jy ! Component: 2450 - total flux cleaned = -0.00304415 Jy ! Component: 2500 - total flux cleaned = -0.00310441 Jy ! Component: 2550 - total flux cleaned = -0.00307464 Jy ! Component: 2600 - total flux cleaned = -0.00313353 Jy ! Component: 2650 - total flux cleaned = -0.00313339 Jy ! Component: 2700 - total flux cleaned = -0.00316231 Jy ! Component: 2750 - total flux cleaned = -0.00320529 Jy ! Component: 2800 - total flux cleaned = -0.00317687 Jy ! Component: 2850 - total flux cleaned = -0.00320515 Jy ! Component: 2900 - total flux cleaned = -0.0032332 Jy ! Component: 2950 - total flux cleaned = -0.00331669 Jy ! Component: 3000 - total flux cleaned = -0.00334426 Jy ! Component: 3050 - total flux cleaned = -0.0033716 Jy ! Component: 3100 - total flux cleaned = -0.00341232 Jy ! Component: 3150 - total flux cleaned = -0.00345258 Jy ! Component: 3200 - total flux cleaned = -0.00342595 Jy ! Component: 3250 - total flux cleaned = -0.00349219 Jy ! Component: 3300 - total flux cleaned = -0.00355814 Jy ! Component: 3350 - total flux cleaned = -0.00354505 Jy ! Component: 3400 - total flux cleaned = -0.00359687 Jy ! Component: 3450 - total flux cleaned = -0.00358394 Jy ! Component: 3500 - total flux cleaned = -0.00359681 Jy ! Component: 3550 - total flux cleaned = -0.00360957 Jy ! Component: 3600 - total flux cleaned = -0.00366009 Jy ! Component: 3650 - total flux cleaned = -0.00364738 Jy ! Component: 3700 - total flux cleaned = -0.00368492 Jy ! Component: 3750 - total flux cleaned = -0.00367245 Jy ! Component: 3800 - total flux cleaned = -0.00369727 Jy ! Component: 3850 - total flux cleaned = -0.00372184 Jy ! Component: 3900 - total flux cleaned = -0.00373392 Jy ! Component: 3950 - total flux cleaned = -0.0037582 Jy ! Component: 4000 - total flux cleaned = -0.0037824 Jy ! Component: 4050 - total flux cleaned = -0.00380651 Jy ! Total flux subtracted in 4096 components = -0.00383051 Jy ! Clean residual min=-0.000735 max=0.000793 Jy/beam ! Clean residual mean=-0.000004 rms=0.000217 Jy/beam ! Combined flux in latest and established models = 0.134715 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 367 components and 0.134715 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1704-1316_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.491 x 8.231 at -2.056 degrees (North through East) ! Clean map min=-0.0014885 max=0.09544 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1704-1316_S_map.fits wmodel /image_prod/ug002_uva//J1704-1316_S_map.mod ! Writing 367 model components to file: /image_prod/ug002_uva//J1704-1316_S_map.mod wobs /image_prod/ug002_uva//J1704-1316_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1704-1316_S_uvs.fits wwins /image_prod/ug002_uva//J1704-1316_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1704-1316_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0954404 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000213216 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.670207 0.670207 1.34041 2.68083 5.36165 10.7233 21.4466 42.8932 85.7865 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.095 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 447.623 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1704-1316_S_dfm.log closed on Thu Mar 5 03:05:18 2020