! Started logfile: /image_prod/ug002_uva//J0615-3117_S_dfm.log on Wed Mar 4 21:14:15 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//J0615-3117_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0615-3117_S_uva.fits ! AN table 1: 50 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.677143 visibilities/baseline/integration-bin. ! Found source: J0615-3117 ! ! 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 40 lines of history. ! ! Reading 2844 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 J0615-3117_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 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.010918Jy sigma=5.495450 ! Fit after self-cal, rms=0.926516Jy sigma=5.037983 ! 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.457 mas, bmaj=7.741 mas, bpa=-16.38 degrees ! Estimated noise=3.32378 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.0579747 Jy ! Component: 100 - total flux cleaned = 0.0726339 Jy ! Total flux subtracted in 100 components = 0.0726339 Jy ! Clean residual min=-0.008657 max=0.008387 Jy/beam ! Clean residual mean=0.000005 rms=0.002085 Jy/beam ! Combined flux in latest and established models = 0.072634 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.072634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.110431Jy sigma=0.451317 ! Fit after self-cal, rms=0.109512Jy sigma=0.446327 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.861 mas, bmaj=8.754 mas, bpa=-15.7 degrees ! Estimated noise=2.55519 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.00976431 Jy ! Component: 100 - total flux cleaned = 0.0146915 Jy ! Component: 150 - total flux cleaned = 0.0175734 Jy ! Component: 200 - total flux cleaned = 0.0193515 Jy ! Total flux subtracted in 200 components = 0.0193515 Jy ! Clean residual min=-0.006449 max=0.008506 Jy/beam ! Clean residual mean=0.000000 rms=0.002037 Jy/beam ! Combined flux in latest and established models = 0.0919854 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 21 components and 0.0919854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.108339Jy sigma=0.441457 ! Fit after self-cal, rms=0.108367Jy sigma=0.441160 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.861 x 8.754 at -15.7 degrees (North through East) ! Clean map min=-0.0063211 max=0.077403 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 HN 1.10 LA 0.96 MK 1.09 ! NL 1.03 OV 0.93 PT 0.87 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 HN 1.12 LA 0.99 MK 0.93 ! NL 1.17 OV 1.04 PT 0.87 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 HN 1.04 LA 1.01 MK 0.98 ! NL 0.97 OV 1.02 PT 0.91 SC 0.95 ! ! ! Fit before self-cal, rms=0.108367Jy sigma=0.441160 ! Fit after self-cal, rms=0.123012Jy sigma=0.438140 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.846 mas, bmaj=8.659 mas, bpa=-15.47 degrees ! Estimated noise=2.59544 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.00286776 Jy ! Component: 100 - total flux cleaned = 0.00430494 Jy ! Component: 150 - total flux cleaned = 0.00475158 Jy ! Component: 200 - total flux cleaned = 0.00488287 Jy ! Total flux subtracted in 200 components = 0.00488287 Jy ! Clean residual min=-0.006984 max=0.007153 Jy/beam ! Clean residual mean=-0.000004 rms=0.001863 Jy/beam ! Combined flux in latest and established models = 0.0968683 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 24 components and 0.0968683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.122811Jy sigma=0.438182 ! Fit after self-cal, rms=0.123196Jy sigma=0.437879 ! 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.123196Jy sigma=0.437879 ! Fit after self-cal, rms=0.113381Jy sigma=0.433159 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.815 mas, bmaj=8.587 mas, bpa=-15.38 degrees ! Estimated noise=2.66652 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00295214 Jy ! Component: 100 - total flux cleaned = 0.00455685 Jy ! Component: 150 - total flux cleaned = 0.00551318 Jy ! Component: 200 - total flux cleaned = 0.00572187 Jy ! Total flux subtracted in 200 components = 0.00572187 Jy ! Clean residual min=-0.005229 max=0.006048 Jy/beam ! Clean residual mean=-0.000013 rms=0.001374 Jy/beam ! Combined flux in latest and established models = 0.10259 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 40 components and 0.10259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.113216Jy sigma=0.433030 ! Fit after self-cal, rms=0.113321Jy sigma=0.432774 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) ! Added new window around map position (10, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00532522 Jy ! Component: 100 - total flux cleaned = 0.00812873 Jy ! Component: 150 - total flux cleaned = 0.00998406 Jy ! Component: 200 - total flux cleaned = 0.0105983 Jy ! Total flux subtracted in 200 components = 0.0105983 Jy ! Clean residual min=-0.004912 max=0.004818 Jy/beam ! Clean residual mean=-0.000004 rms=0.001184 Jy/beam ! Combined flux in latest and established models = 0.113188 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 62 components and 0.113188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.113005Jy sigma=0.431355 ! Fit after self-cal, rms=0.112877Jy sigma=0.430928 ! 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.112877Jy sigma=0.430928 ! Fit after self-cal, rms=0.099393Jy sigma=0.427875 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.806 mas, bmaj=8.52 mas, bpa=-15.15 degrees ! Estimated noise=2.6258 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00189069 Jy ! Component: 100 - total flux cleaned = 0.00213199 Jy ! Component: 150 - total flux cleaned = 0.00232733 Jy ! Component: 200 - total flux cleaned = 0.00229338 Jy ! Total flux subtracted in 200 components = 0.00229338 Jy ! Clean residual min=-0.003749 max=0.003962 Jy/beam ! Clean residual mean=-0.000007 rms=0.000839 Jy/beam ! Combined flux in latest and established models = 0.115482 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 71 components and 0.115482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099336Jy sigma=0.427651 ! Fit after self-cal, rms=0.099208Jy sigma=0.427259 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) ! Added new window around map position (-9, -121). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00329572 Jy ! Component: 100 - total flux cleaned = 0.00426733 Jy ! Component: 150 - total flux cleaned = 0.00486689 Jy ! Component: 200 - total flux cleaned = 0.00514013 Jy ! Total flux subtracted in 200 components = 0.00514013 Jy ! Clean residual min=-0.003101 max=0.003092 Jy/beam ! Clean residual mean=-0.000004 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.120622 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 88 components and 0.120622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099066Jy sigma=0.426578 ! Fit after self-cal, rms=0.099037Jy sigma=0.426441 ! 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.099037Jy sigma=0.426441 ! Fit after self-cal, rms=0.097958Jy sigma=0.426342 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.638 mas, bmaj=17.81 mas, bpa=-5.87 degrees ! Estimated noise=3.60238 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00182599 Jy ! Component: 100 - total flux cleaned = 0.00273832 Jy ! Component: 150 - total flux cleaned = 0.00316694 Jy ! Component: 200 - total flux cleaned = 0.00329108 Jy ! Total flux subtracted in 200 components = 0.00329108 Jy ! Clean residual min=-0.002940 max=0.002508 Jy/beam ! Clean residual mean=-0.000009 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.123913 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 103 components and 0.123913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.097933Jy sigma=0.426191 ! Fit after self-cal, rms=0.097879Jy sigma=0.426141 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.000655882 Jy ! Component: 100 - total flux cleaned = 0.00101123 Jy ! Component: 150 - total flux cleaned = 0.00113283 Jy ! Component: 200 - total flux cleaned = 0.00124455 Jy ! Total flux subtracted in 200 components = 0.00124455 Jy ! Clean residual min=-0.002864 max=0.002530 Jy/beam ! Clean residual mean=-0.000010 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.125158 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 110 components and 0.125158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.097868Jy sigma=0.426120 ! Fit after self-cal, rms=0.097863Jy sigma=0.426105 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "============== Finished amplitude self-cal ==============" ! ============== Finished amplitude self-cal ============== restore ! Inverting map and beam ! Estimated beam: bmin=2.805 mas, bmaj=8.501 mas, bpa=-15.05 degrees ! Estimated noise=2.59901 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.805 x 8.501 at -15.05 degrees (North through East) ! Clean map min=-0.0025168 max=0.079666 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.426 mas, bmaj=7.539 mas, bpa=-15.79 degrees ! Estimated noise=3.30198 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0576826 Jy ! Component: 100 - total flux cleaned = 0.0751389 Jy ! Component: 150 - total flux cleaned = 0.0848303 Jy ! Component: 200 - total flux cleaned = 0.0917793 Jy ! Total flux subtracted in 200 components = 0.0917793 Jy ! Clean residual min=-0.005737 max=0.005526 Jy/beam ! Clean residual mean=-0.000002 rms=0.001446 Jy/beam ! Combined flux in latest and established models = 0.0917792 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0917792 Jy ! Inverting map and beam ! Estimated beam: bmin=2.805 mas, bmaj=8.501 mas, bpa=-15.05 degrees ! Estimated noise=2.59901 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.00688175 Jy ! Component: 100 - total flux cleaned = 0.0118417 Jy ! Component: 150 - total flux cleaned = 0.0158496 Jy ! Component: 200 - total flux cleaned = 0.018514 Jy ! Total flux subtracted in 200 components = 0.018514 Jy ! Clean residual min=-0.004269 max=0.003456 Jy/beam ! Clean residual mean=-0.000008 rms=0.000955 Jy/beam ! Combined flux in latest and established models = 0.110293 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 53 components and 0.110293 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.638 mas, bmaj=17.81 mas, bpa=-5.87 degrees ! Estimated noise=3.60238 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00476974 Jy ! Component: 100 - total flux cleaned = 0.0076578 Jy ! Component: 150 - total flux cleaned = 0.00980372 Jy ! Component: 200 - total flux cleaned = 0.0114373 Jy ! Total flux subtracted in 200 components = 0.0114373 Jy ! Clean residual min=-0.003431 max=0.002872 Jy/beam ! Clean residual mean=-0.000011 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.121731 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.00126153 Jy ! Component: 100 - total flux cleaned = 0.00183785 Jy ! Component: 150 - total flux cleaned = 0.00215784 Jy ! Component: 200 - total flux cleaned = 0.00247741 Jy ! Total flux subtracted in 200 components = 0.00247741 Jy ! Clean residual min=-0.003089 max=0.002618 Jy/beam ! Clean residual mean=-0.000008 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.124208 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 114 components and 0.124208 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.805 mas, bmaj=8.501 mas, bpa=-15.05 degrees ! Estimated noise=2.59901 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000180064 Jy ! Component: 100 - total flux cleaned = 0.000371703 Jy ! Component: 150 - total flux cleaned = 0.000374675 Jy ! Component: 200 - total flux cleaned = 0.000527289 Jy ! Total flux subtracted in 200 components = 0.000527289 Jy ! Clean residual min=-0.003023 max=0.002960 Jy/beam ! Clean residual mean=-0.000006 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.124735 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 137 components and 0.124735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.097854Jy sigma=0.426266 ! Fit after self-cal, rms=0.097826Jy sigma=0.426166 wmodel J0615-3117_S_map.mod ! Writing 137 model components to file: J0615-3117_S_map.mod wobs J0615-3117_S_uvs.fits ! Writing UV FITS file: J0615-3117_S_uvs.fits wwins J0615-3117_S_map.win ! wwins: Wrote 3 windows to J0615-3117_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.000315067 Jy ! Component: 100 - total flux cleaned = 0.000509015 Jy ! Component: 150 - total flux cleaned = 0.000509075 Jy ! Component: 200 - total flux cleaned = 0.000550752 Jy ! Component: 250 - total flux cleaned = 0.000712272 Jy ! Component: 300 - total flux cleaned = 0.000751208 Jy ! Component: 350 - total flux cleaned = 0.000789777 Jy ! Component: 400 - total flux cleaned = 0.000897866 Jy ! Component: 450 - total flux cleaned = 0.000896692 Jy ! Component: 500 - total flux cleaned = 0.000863729 Jy ! Component: 550 - total flux cleaned = 0.00096327 Jy ! Component: 600 - total flux cleaned = 0.000931986 Jy ! Component: 650 - total flux cleaned = 0.000962691 Jy ! Component: 700 - total flux cleaned = 0.000992542 Jy ! Component: 750 - total flux cleaned = 0.00105087 Jy ! Component: 800 - total flux cleaned = 0.00116605 Jy ! Component: 850 - total flux cleaned = 0.0013069 Jy ! Component: 900 - total flux cleaned = 0.00147261 Jy ! Component: 950 - total flux cleaned = 0.00152678 Jy ! Component: 1000 - total flux cleaned = 0.00163349 Jy ! Component: 1050 - total flux cleaned = 0.00171183 Jy ! Component: 1100 - total flux cleaned = 0.0017885 Jy ! Component: 1150 - total flux cleaned = 0.00176306 Jy ! Component: 1200 - total flux cleaned = 0.00178759 Jy ! Component: 1250 - total flux cleaned = 0.00183584 Jy ! Component: 1300 - total flux cleaned = 0.00188332 Jy ! Component: 1350 - total flux cleaned = 0.00188296 Jy ! Component: 1400 - total flux cleaned = 0.00195218 Jy ! Component: 1450 - total flux cleaned = 0.00192929 Jy ! Component: 1500 - total flux cleaned = 0.0018841 Jy ! Component: 1550 - total flux cleaned = 0.00183985 Jy ! Component: 1600 - total flux cleaned = 0.00179598 Jy ! Component: 1650 - total flux cleaned = 0.00168762 Jy ! Component: 1700 - total flux cleaned = 0.00170894 Jy ! Component: 1750 - total flux cleaned = 0.00162403 Jy ! Component: 1800 - total flux cleaned = 0.00156119 Jy ! Component: 1850 - total flux cleaned = 0.00154048 Jy ! Component: 1900 - total flux cleaned = 0.0014586 Jy ! Component: 1950 - total flux cleaned = 0.00145859 Jy ! Component: 2000 - total flux cleaned = 0.0013784 Jy ! Component: 2050 - total flux cleaned = 0.00129859 Jy ! Component: 2100 - total flux cleaned = 0.00117997 Jy ! Component: 2150 - total flux cleaned = 0.00102332 Jy ! Component: 2200 - total flux cleaned = 0.000868121 Jy ! Component: 2250 - total flux cleaned = 0.000771805 Jy ! Component: 2300 - total flux cleaned = 0.000637855 Jy ! Component: 2350 - total flux cleaned = 0.00050483 Jy ! Component: 2400 - total flux cleaned = 0.000334769 Jy ! Component: 2450 - total flux cleaned = 0.000184631 Jy ! Component: 2500 - total flux cleaned = 5.41185e-05 Jy ! Component: 2550 - total flux cleaned = -9.422e-05 Jy ! Component: 2600 - total flux cleaned = -0.000223147 Jy ! Component: 2650 - total flux cleaned = -0.000369519 Jy ! Component: 2700 - total flux cleaned = -0.000496949 Jy ! Component: 2750 - total flux cleaned = -0.000659773 Jy ! Component: 2800 - total flux cleaned = -0.000785508 Jy ! Component: 2850 - total flux cleaned = -0.000910582 Jy ! Component: 2900 - total flux cleaned = -0.00101731 Jy ! Component: 2950 - total flux cleaned = -0.00112325 Jy ! Component: 3000 - total flux cleaned = -0.00122879 Jy ! Component: 3050 - total flux cleaned = -0.00131634 Jy ! Component: 3100 - total flux cleaned = -0.00143847 Jy ! Component: 3150 - total flux cleaned = -0.0015777 Jy ! Component: 3200 - total flux cleaned = -0.00169913 Jy ! Component: 3250 - total flux cleaned = -0.00183763 Jy ! Component: 3300 - total flux cleaned = -0.00194126 Jy ! Component: 3350 - total flux cleaned = -0.00206198 Jy ! Component: 3400 - total flux cleaned = -0.00219983 Jy ! Component: 3450 - total flux cleaned = -0.0023203 Jy ! Component: 3500 - total flux cleaned = -0.00245786 Jy ! Component: 3550 - total flux cleaned = -0.00252659 Jy ! Component: 3600 - total flux cleaned = -0.00261251 Jy ! Component: 3650 - total flux cleaned = -0.00269835 Jy ! Component: 3700 - total flux cleaned = -0.00281855 Jy ! Component: 3750 - total flux cleaned = -0.00292165 Jy ! Component: 3800 - total flux cleaned = -0.00302471 Jy ! Component: 3850 - total flux cleaned = -0.00309335 Jy ! Component: 3900 - total flux cleaned = -0.0031277 Jy ! Component: 3950 - total flux cleaned = -0.00319635 Jy ! Component: 4000 - total flux cleaned = -0.00331686 Jy ! Component: 4050 - total flux cleaned = -0.00340311 Jy ! Total flux subtracted in 4096 components = -0.00350664 Jy ! Clean residual min=-0.001053 max=0.000991 Jy/beam ! Clean residual mean=-0.000009 rms=0.000275 Jy/beam ! Combined flux in latest and established models = 0.121229 Jy keep ! Adding 233 model components to the UV plane model. ! The established model now contains 370 components and 0.121229 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0615-3117_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.805 x 8.501 at -15.05 degrees (North through East) ! Clean map min=-0.0031731 max=0.079883 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0615-3117_S_map.fits wmodel /image_prod/ug002_uva//J0615-3117_S_map.mod ! Writing 370 model components to file: /image_prod/ug002_uva//J0615-3117_S_map.mod wobs /image_prod/ug002_uva//J0615-3117_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0615-3117_S_uvs.fits wwins /image_prod/ug002_uva//J0615-3117_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J0615-3117_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0798828 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000269144 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.01077 1.01077 2.02154 4.04308 8.08615 16.1723 32.3446 64.6892 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.079 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 296.803 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0615-3117_S_dfm.log closed on Wed Mar 4 21:14:18 2020