! Started logfile: /image_prod/ug002_uva//J0859-3309_S_dfm.log on Wed Mar 4 22:44:35 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//J0859-3309_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0859-3309_S_uva.fits ! AN table 1: 60 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.997619 visibilities/baseline/integration-bin. ! Found source: J0859-3309 ! ! 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 3771 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 J0859-3309_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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.015452Jy sigma=6.366832 ! Fit after self-cal, rms=0.892799Jy sigma=5.482219 ! 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=8.101 mas, bmaj=37.29 mas, bpa=-6.987 degrees ! Estimated noise=3.05438 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.0861103 Jy ! Component: 100 - total flux cleaned = 0.116487 Jy ! Total flux subtracted in 100 components = 0.116487 Jy ! Clean residual min=-0.010095 max=0.013859 Jy/beam ! Clean residual mean=-0.000027 rms=0.003771 Jy/beam ! Combined flux in latest and established models = 0.116487 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 38 components and 0.116487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087318Jy sigma=0.486465 ! Fit after self-cal, rms=0.086934Jy sigma=0.484293 ! 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=9.587 mas, bmaj=38.68 mas, bpa=-4.686 degrees ! Estimated noise=1.92339 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.0199823 Jy ! Component: 100 - total flux cleaned = 0.0313284 Jy ! Component: 150 - total flux cleaned = 0.0386214 Jy ! Component: 200 - total flux cleaned = 0.0434535 Jy ! Total flux subtracted in 200 components = 0.0434535 Jy ! Clean residual min=-0.005134 max=0.010048 Jy/beam ! Clean residual mean=-0.000079 rms=0.002336 Jy/beam ! Combined flux in latest and established models = 0.159941 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 129 components and 0.159941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082815Jy sigma=0.445711 ! Fit after self-cal, rms=0.082820Jy sigma=0.445200 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.587 x 38.68 at -4.686 degrees (North through East) ! Clean map min=-0.0051617 max=0.1163 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.96 KP 1.04 LA 0.97 ! NL 1.17 OV 0.87 PT 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.32 FD 1.02 KP 1.05 LA 0.94 ! NL 1.18 OV 0.96 PT 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.97 KP 1.03 LA 0.94 ! NL 1.11 OV 0.85 PT 1.00 ! ! ! Fit before self-cal, rms=0.082820Jy sigma=0.445200 ! Fit after self-cal, rms=0.090121Jy sigma=0.438599 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=9.842 mas, bmaj=39.86 mas, bpa=-4.305 degrees ! Estimated noise=1.93635 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.000148732 Jy ! Component: 100 - total flux cleaned = -0.000407651 Jy ! Component: 150 - total flux cleaned = -0.000335257 Jy ! Component: 200 - total flux cleaned = -0.000403495 Jy ! Total flux subtracted in 200 components = -0.000403495 Jy ! Clean residual min=-0.005793 max=0.009060 Jy/beam ! Clean residual mean=-0.000040 rms=0.001872 Jy/beam ! Combined flux in latest and established models = 0.159537 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 149 components and 0.159537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089929Jy sigma=0.437862 ! Fit after self-cal, rms=0.090067Jy sigma=0.437681 ! 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.090067Jy sigma=0.437681 ! Fit after self-cal, rms=0.092148Jy sigma=0.436349 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.864 mas, bmaj=40.03 mas, bpa=-4.413 degrees ! Estimated noise=1.94199 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000602363 Jy ! Component: 100 - total flux cleaned = -0.000835517 Jy ! Component: 150 - total flux cleaned = -0.000939308 Jy ! Component: 200 - total flux cleaned = -0.00103791 Jy ! Total flux subtracted in 200 components = -0.00103791 Jy ! Clean residual min=-0.005537 max=0.008726 Jy/beam ! Clean residual mean=-0.000036 rms=0.001806 Jy/beam ! Combined flux in latest and established models = 0.158499 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 171 components and 0.158499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092042Jy sigma=0.436020 ! Fit after self-cal, rms=0.092060Jy sigma=0.435986 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 (26.5, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0087813 Jy ! Component: 100 - total flux cleaned = 0.0124747 Jy ! Component: 150 - total flux cleaned = 0.0133005 Jy ! Component: 200 - total flux cleaned = 0.0139979 Jy ! Total flux subtracted in 200 components = 0.0139979 Jy ! Clean residual min=-0.003832 max=0.003206 Jy/beam ! Clean residual mean=-0.000003 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.172497 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 220 components and 0.172497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091252Jy sigma=0.429549 ! Fit after self-cal, rms=0.091127Jy sigma=0.428718 ! 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.091127Jy sigma=0.428718 ! Fit after self-cal, rms=0.093155Jy sigma=0.427351 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.86 mas, bmaj=40.15 mas, bpa=-4.616 degrees ! Estimated noise=1.92114 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00337136 Jy ! Component: 100 - total flux cleaned = 0.00492684 Jy ! Component: 150 - total flux cleaned = 0.00524779 Jy ! Component: 200 - total flux cleaned = 0.00533284 Jy ! Total flux subtracted in 200 components = 0.00533284 Jy ! Clean residual min=-0.002675 max=0.002260 Jy/beam ! Clean residual mean=-0.000007 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.17783 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 282 components and 0.17783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093010Jy sigma=0.426313 ! Fit after self-cal, rms=0.093010Jy sigma=0.426168 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.000924434 Jy ! Component: 100 - total flux cleaned = 0.00116112 Jy ! Component: 150 - total flux cleaned = 0.00124314 Jy ! Component: 200 - total flux cleaned = 0.00142778 Jy ! Total flux subtracted in 200 components = 0.00142778 Jy ! Clean residual min=-0.002757 max=0.002206 Jy/beam ! Clean residual mean=-0.000002 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.179258 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 322 components and 0.179258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092981Jy sigma=0.426023 ! Fit after self-cal, rms=0.092980Jy sigma=0.426013 ! 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.092980Jy sigma=0.426013 ! Fit after self-cal, rms=0.093842Jy sigma=0.425761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.21 mas, bmaj=41.71 mas, bpa=-3.445 degrees ! Estimated noise=1.88746 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000660265 Jy ! Component: 100 - total flux cleaned = 0.00104241 Jy ! Component: 150 - total flux cleaned = 0.00130888 Jy ! Component: 200 - total flux cleaned = 0.00159079 Jy ! Total flux subtracted in 200 components = 0.00159079 Jy ! Clean residual min=-0.002115 max=0.001942 Jy/beam ! Clean residual mean=-0.000014 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.180849 Jy selfcal ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 371 components and 0.180849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093817Jy sigma=0.425576 ! Fit after self-cal, rms=0.093824Jy sigma=0.425560 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.000394791 Jy ! Component: 100 - total flux cleaned = 0.00070516 Jy ! Component: 150 - total flux cleaned = 0.000921359 Jy ! Component: 200 - total flux cleaned = 0.00111543 Jy ! Total flux subtracted in 200 components = 0.00111543 Jy ! Clean residual min=-0.002020 max=0.001852 Jy/beam ! Clean residual mean=-0.000010 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.181964 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 398 components and 0.181964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093813Jy sigma=0.425492 ! Fit after self-cal, rms=0.093812Jy sigma=0.425488 ! 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=9.859 mas, bmaj=40.22 mas, bpa=-4.638 degrees ! Estimated noise=1.91223 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.859 x 40.22 at -4.638 degrees (North through East) ! Clean map min=-0.0021763 max=0.11765 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=8.332 mas, bmaj=38.56 mas, bpa=-7.077 degrees ! Estimated noise=3.09897 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.086412 Jy ! Component: 100 - total flux cleaned = 0.115994 Jy ! Component: 150 - total flux cleaned = 0.131149 Jy ! Component: 200 - total flux cleaned = 0.141557 Jy ! Total flux subtracted in 200 components = 0.141557 Jy ! Clean residual min=-0.006116 max=0.006316 Jy/beam ! Clean residual mean=-0.000022 rms=0.002028 Jy/beam ! Combined flux in latest and established models = 0.141557 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 65 model components to the UV plane model. ! The established model now contains 65 components and 0.141557 Jy ! Inverting map and beam ! Estimated beam: bmin=9.859 mas, bmaj=40.22 mas, bpa=-4.638 degrees ! Estimated noise=1.91223 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.00993652 Jy ! Component: 100 - total flux cleaned = 0.0170735 Jy ! Component: 150 - total flux cleaned = 0.0223727 Jy ! Component: 200 - total flux cleaned = 0.026394 Jy ! Total flux subtracted in 200 components = 0.026394 Jy ! Clean residual min=-0.003138 max=0.003572 Jy/beam ! Clean residual mean=-0.000040 rms=0.001038 Jy/beam ! Combined flux in latest and established models = 0.167951 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 113 components and 0.167951 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.21 mas, bmaj=41.71 mas, bpa=-3.445 degrees ! Estimated noise=1.88746 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00335056 Jy ! Component: 100 - total flux cleaned = 0.00563859 Jy ! Component: 150 - total flux cleaned = 0.00736176 Jy ! Component: 200 - total flux cleaned = 0.00871378 Jy ! Total flux subtracted in 200 components = 0.00871378 Jy ! Clean residual min=-0.002532 max=0.002589 Jy/beam ! Clean residual mean=-0.000025 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.176664 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.00114473 Jy ! Component: 100 - total flux cleaned = 0.00210073 Jy ! Component: 150 - total flux cleaned = 0.00285974 Jy ! Component: 200 - total flux cleaned = 0.00357885 Jy ! Total flux subtracted in 200 components = 0.00357885 Jy ! Clean residual min=-0.002295 max=0.002295 Jy/beam ! Clean residual mean=-0.000015 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.180243 Jy ! Adding 134 model components to the UV plane model. ! The established model now contains 240 components and 0.180243 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=9.859 mas, bmaj=40.22 mas, bpa=-4.638 degrees ! Estimated noise=1.91223 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000582098 Jy ! Component: 100 - total flux cleaned = 0.00116422 Jy ! Component: 150 - total flux cleaned = 0.00171709 Jy ! Component: 200 - total flux cleaned = 0.00216191 Jy ! Total flux subtracted in 200 components = 0.00216191 Jy ! Clean residual min=-0.002390 max=0.002225 Jy/beam ! Clean residual mean=-0.000007 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.182405 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 273 components and 0.182405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093854Jy sigma=0.425634 ! Fit after self-cal, rms=0.093834Jy sigma=0.425606 wmodel J0859-3309_S_map.mod ! Writing 273 model components to file: J0859-3309_S_map.mod wobs J0859-3309_S_uvs.fits ! Writing UV FITS file: J0859-3309_S_uvs.fits wwins J0859-3309_S_map.win ! wwins: Wrote 2 windows to J0859-3309_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.000511991 Jy ! Component: 100 - total flux cleaned = -0.000916313 Jy ! Component: 150 - total flux cleaned = -0.00107005 Jy ! Component: 200 - total flux cleaned = -0.0012402 Jy ! Component: 250 - total flux cleaned = -0.00139811 Jy ! Component: 300 - total flux cleaned = -0.00162303 Jy ! Component: 350 - total flux cleaned = -0.00183763 Jy ! Component: 400 - total flux cleaned = -0.00195101 Jy ! Component: 450 - total flux cleaned = -0.00210183 Jy ! Component: 500 - total flux cleaned = -0.00214265 Jy ! Component: 550 - total flux cleaned = -0.00210296 Jy ! Component: 600 - total flux cleaned = -0.00218091 Jy ! Component: 650 - total flux cleaned = -0.00219948 Jy ! Component: 700 - total flux cleaned = -0.00223609 Jy ! Component: 750 - total flux cleaned = -0.00228873 Jy ! Component: 800 - total flux cleaned = -0.00230594 Jy ! Component: 850 - total flux cleaned = -0.00237255 Jy ! Component: 900 - total flux cleaned = -0.00238855 Jy ! Component: 950 - total flux cleaned = -0.0024204 Jy ! Component: 1000 - total flux cleaned = -0.00248276 Jy ! Component: 1050 - total flux cleaned = -0.00255863 Jy ! Component: 1100 - total flux cleaned = -0.00257346 Jy ! Component: 1150 - total flux cleaned = -0.00260301 Jy ! Component: 1200 - total flux cleaned = -0.00263206 Jy ! Component: 1250 - total flux cleaned = -0.00268907 Jy ! Component: 1300 - total flux cleaned = -0.00270292 Jy ! Component: 1350 - total flux cleaned = -0.00273065 Jy ! Component: 1400 - total flux cleaned = -0.00274426 Jy ! Component: 1450 - total flux cleaned = -0.00277138 Jy ! Component: 1500 - total flux cleaned = -0.00278472 Jy ! Component: 1550 - total flux cleaned = -0.0028244 Jy ! Component: 1600 - total flux cleaned = -0.00289004 Jy ! Component: 1650 - total flux cleaned = -0.00298132 Jy ! Component: 1700 - total flux cleaned = -0.00303314 Jy ! Component: 1750 - total flux cleaned = -0.00308468 Jy ! Component: 1800 - total flux cleaned = -0.00313593 Jy ! Component: 1850 - total flux cleaned = -0.00319967 Jy ! Component: 1900 - total flux cleaned = -0.00323765 Jy ! Component: 1950 - total flux cleaned = -0.00326303 Jy ! Component: 2000 - total flux cleaned = -0.00333827 Jy ! Component: 2050 - total flux cleaned = -0.00340068 Jy ! Component: 2100 - total flux cleaned = -0.00345031 Jy ! Component: 2150 - total flux cleaned = -0.00351223 Jy ! Component: 2200 - total flux cleaned = -0.00358623 Jy ! Component: 2250 - total flux cleaned = -0.00364769 Jy ! Component: 2300 - total flux cleaned = -0.003709 Jy ! Component: 2350 - total flux cleaned = -0.00373356 Jy ! Component: 2400 - total flux cleaned = -0.00378241 Jy ! Component: 2450 - total flux cleaned = -0.00381899 Jy ! Component: 2500 - total flux cleaned = -0.00385552 Jy ! Component: 2550 - total flux cleaned = -0.00391625 Jy ! Component: 2600 - total flux cleaned = -0.00394058 Jy ! Component: 2650 - total flux cleaned = -0.00400128 Jy ! Component: 2700 - total flux cleaned = -0.00402565 Jy ! Component: 2750 - total flux cleaned = -0.00404988 Jy ! Component: 2800 - total flux cleaned = -0.00409841 Jy ! Component: 2850 - total flux cleaned = -0.00414692 Jy ! Component: 2900 - total flux cleaned = -0.00417115 Jy ! Component: 2950 - total flux cleaned = -0.0041955 Jy ! Component: 3000 - total flux cleaned = -0.00421998 Jy ! Component: 3050 - total flux cleaned = -0.00423223 Jy ! Component: 3100 - total flux cleaned = -0.00421989 Jy ! Component: 3150 - total flux cleaned = -0.00424467 Jy ! Component: 3200 - total flux cleaned = -0.00425717 Jy ! Component: 3250 - total flux cleaned = -0.00426974 Jy ! Component: 3300 - total flux cleaned = -0.00429498 Jy ! Component: 3350 - total flux cleaned = -0.00428244 Jy ! Component: 3400 - total flux cleaned = -0.00429517 Jy ! Component: 3450 - total flux cleaned = -0.00428243 Jy ! Component: 3500 - total flux cleaned = -0.0042824 Jy ! Component: 3550 - total flux cleaned = -0.00429526 Jy ! Component: 3600 - total flux cleaned = -0.00432104 Jy ! Component: 3650 - total flux cleaned = -0.00434711 Jy ! Component: 3700 - total flux cleaned = -0.00436024 Jy ! Component: 3750 - total flux cleaned = -0.0043998 Jy ! Component: 3800 - total flux cleaned = -0.00441302 Jy ! Component: 3850 - total flux cleaned = -0.00445306 Jy ! Component: 3900 - total flux cleaned = -0.00445312 Jy ! Component: 3950 - total flux cleaned = -0.0044803 Jy ! Component: 4000 - total flux cleaned = -0.00450744 Jy ! Component: 4050 - total flux cleaned = -0.00452103 Jy ! Total flux subtracted in 4096 components = -0.00456236 Jy ! Clean residual min=-0.000745 max=0.000851 Jy/beam ! Clean residual mean=-0.000010 rms=0.000285 Jy/beam ! Combined flux in latest and established models = 0.177843 Jy keep ! Adding 331 model components to the UV plane model. ! The established model now contains 604 components and 0.177843 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0859-3309_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.859 x 40.22 at -4.638 degrees (North through East) ! Clean map min=-0.0022894 max=0.11702 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0859-3309_S_map.fits wmodel /image_prod/ug002_uva//J0859-3309_S_map.mod ! Writing 604 model components to file: /image_prod/ug002_uva//J0859-3309_S_map.mod wobs /image_prod/ug002_uva//J0859-3309_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0859-3309_S_uvs.fits wwins /image_prod/ug002_uva//J0859-3309_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0859-3309_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.117021 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00028293 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.725333 0.725333 1.45067 2.90133 5.80266 11.6053 23.2107 46.4213 92.8426 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.117 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 413.603 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0859-3309_S_dfm.log closed on Wed Mar 4 22:44:39 2020