! Started logfile: /image_prod/ug002_uva//J2009-2812_S_dfm.log on Thu Mar 5 04:37:21 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//J2009-2812_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2009-2812_S_uva.fits ! AN table 1: 50 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.882222 visibilities/baseline/integration-bin. ! Found source: J2009-2812 ! ! 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 4764 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 J2009-2812_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 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.015895Jy sigma=6.249940 ! Fit after self-cal, rms=0.900436Jy sigma=5.553067 ! 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.931 mas, bmaj=13.42 mas, bpa=-19.83 degrees ! Estimated noise=2.42832 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.0824403 Jy ! Component: 100 - total flux cleaned = 0.102445 Jy ! Total flux subtracted in 100 components = 0.102445 Jy ! Clean residual min=-0.005701 max=0.008350 Jy/beam ! Clean residual mean=-0.000023 rms=0.001665 Jy/beam ! Combined flux in latest and established models = 0.102445 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.102445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092305Jy sigma=0.477004 ! Fit after self-cal, rms=0.092292Jy sigma=0.476374 ! 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.478 mas, bmaj=14.78 mas, bpa=-19.28 degrees ! Estimated noise=1.7341 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.00825121 Jy ! Component: 100 - total flux cleaned = 0.0124415 Jy ! Component: 150 - total flux cleaned = 0.0142688 Jy ! Component: 200 - total flux cleaned = 0.0146679 Jy ! Total flux subtracted in 200 components = 0.0146679 Jy ! Clean residual min=-0.003850 max=0.003609 Jy/beam ! Clean residual mean=0.000001 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.117113 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 29 components and 0.117113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091587Jy sigma=0.471299 ! Fit after self-cal, rms=0.091663Jy sigma=0.471190 ! 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.478 x 14.78 at -19.28 degrees (North through East) ! Clean map min=-0.0037319 max=0.10488 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.97 HN 1.22 KP 0.99 ! LA 1.09 MK 0.98 NL 0.93 OV 0.94 ! PT 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.00 HN 1.16 KP 0.99 ! LA 1.03 MK 0.97 NL 0.91 OV 0.99 ! PT 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.01 HN 1.04 KP 1.03 ! LA 1.02 MK 0.96 NL 0.91 OV 0.93 ! PT 0.99 ! ! ! Fit before self-cal, rms=0.091663Jy sigma=0.471190 ! Fit after self-cal, rms=0.093508Jy sigma=0.468386 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.474 mas, bmaj=14.86 mas, bpa=-19.69 degrees ! Estimated noise=1.73123 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 = -4.99016e-05 Jy ! Component: 100 - total flux cleaned = -4.63898e-05 Jy ! Component: 150 - total flux cleaned = -1.08452e-05 Jy ! Component: 200 - total flux cleaned = 2.03033e-05 Jy ! Total flux subtracted in 200 components = 2.03033e-05 Jy ! Clean residual min=-0.003132 max=0.003062 Jy/beam ! Clean residual mean=-0.000017 rms=0.000827 Jy/beam ! Combined flux in latest and established models = 0.117133 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 41 components and 0.117133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093468Jy sigma=0.468230 ! Fit after self-cal, rms=0.093521Jy sigma=0.468122 ! 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.093521Jy sigma=0.468122 ! Fit after self-cal, rms=0.096193Jy sigma=0.466868 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.467 mas, bmaj=14.92 mas, bpa=-19.83 degrees ! Estimated noise=1.73892 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000141284 Jy ! Component: 100 - total flux cleaned = -4.64798e-05 Jy ! Component: 150 - total flux cleaned = -2.69768e-05 Jy ! Component: 200 - total flux cleaned = 9.87323e-06 Jy ! Total flux subtracted in 200 components = 9.87323e-06 Jy ! Clean residual min=-0.002953 max=0.002551 Jy/beam ! Clean residual mean=-0.000019 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.117143 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.117143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096179Jy sigma=0.466805 ! Fit after self-cal, rms=0.096213Jy sigma=0.466776 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.95258e-05 Jy ! Component: 100 - total flux cleaned = -3.25159e-05 Jy ! Component: 150 - total flux cleaned = -3.08641e-07 Jy ! Component: 200 - total flux cleaned = 1.4595e-05 Jy ! Total flux subtracted in 200 components = 1.4595e-05 Jy ! Clean residual min=-0.002929 max=0.002583 Jy/beam ! Clean residual mean=-0.000019 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.117158 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 56 components and 0.117158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096203Jy sigma=0.466746 ! Fit after self-cal, rms=0.096198Jy sigma=0.466738 ! 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.096198Jy sigma=0.466738 ! Fit after self-cal, rms=0.103162Jy sigma=0.466118 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.463 mas, bmaj=15.04 mas, bpa=-20.03 degrees ! Estimated noise=1.74774 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000274605 Jy ! Component: 100 - total flux cleaned = 0.000275779 Jy ! Component: 150 - total flux cleaned = 0.00022626 Jy ! Component: 200 - total flux cleaned = 0.000181581 Jy ! Total flux subtracted in 200 components = 0.000181581 Jy ! Clean residual min=-0.002792 max=0.002709 Jy/beam ! Clean residual mean=-0.000020 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.117339 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 72 components and 0.117339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103144Jy sigma=0.466019 ! Fit after self-cal, rms=0.103213Jy sigma=0.465993 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 = -9.60752e-05 Jy ! Component: 100 - total flux cleaned = -0.000133856 Jy ! Component: 150 - total flux cleaned = -0.000167173 Jy ! Component: 200 - total flux cleaned = -0.000167242 Jy ! Total flux subtracted in 200 components = -0.000167242 Jy ! Clean residual min=-0.002764 max=0.002693 Jy/beam ! Clean residual mean=-0.000020 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.117172 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 77 components and 0.117172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103205Jy sigma=0.465951 ! Fit after self-cal, rms=0.103197Jy sigma=0.465948 ! 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.103197Jy sigma=0.465948 ! Fit after self-cal, rms=0.105153Jy sigma=0.465929 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.343 mas, bmaj=24.49 mas, bpa=-6.038 degrees ! Estimated noise=2.0116 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000260707 Jy ! Component: 100 - total flux cleaned = 0.000285379 Jy ! Component: 150 - total flux cleaned = 0.000295804 Jy ! Component: 200 - total flux cleaned = 0.000271894 Jy ! Total flux subtracted in 200 components = 0.000271894 Jy ! Clean residual min=-0.002696 max=0.002295 Jy/beam ! Clean residual mean=-0.000036 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.117444 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 91 components and 0.117444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105148Jy sigma=0.465895 ! Fit after self-cal, rms=0.105159Jy sigma=0.465890 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 = -6.67754e-05 Jy ! Component: 100 - total flux cleaned = -5.08144e-05 Jy ! Component: 150 - total flux cleaned = -5.70051e-05 Jy ! Component: 200 - total flux cleaned = -6.29718e-05 Jy ! Total flux subtracted in 200 components = -6.29718e-05 Jy ! Clean residual min=-0.002661 max=0.002301 Jy/beam ! Clean residual mean=-0.000036 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.117381 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 102 components and 0.117381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105156Jy sigma=0.465881 ! Fit after self-cal, rms=0.105153Jy sigma=0.465878 ! 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.46 mas, bmaj=15.08 mas, bpa=-20.09 degrees ! Estimated noise=1.7539 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.46 x 15.08 at -20.09 degrees (North through East) ! Clean map min=-0.0026855 max=0.10422 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.94 mas, bmaj=13.73 mas, bpa=-20.73 degrees ! Estimated noise=2.44387 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0825957 Jy ! Component: 100 - total flux cleaned = 0.101696 Jy ! Component: 150 - total flux cleaned = 0.109121 Jy ! Component: 200 - total flux cleaned = 0.113087 Jy ! Total flux subtracted in 200 components = 0.113087 Jy ! Clean residual min=-0.004413 max=0.004529 Jy/beam ! Clean residual mean=-0.000018 rms=0.001095 Jy/beam ! Combined flux in latest and established models = 0.113087 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.113087 Jy ! Inverting map and beam ! Estimated beam: bmin=3.46 mas, bmaj=15.08 mas, bpa=-20.09 degrees ! Estimated noise=1.7539 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.00254253 Jy ! Component: 100 - total flux cleaned = 0.00340089 Jy ! Component: 150 - total flux cleaned = 0.00360244 Jy ! Component: 200 - total flux cleaned = 0.00370498 Jy ! Total flux subtracted in 200 components = 0.00370498 Jy ! Clean residual min=-0.002902 max=0.002756 Jy/beam ! Clean residual mean=-0.000021 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.116792 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 43 components and 0.116792 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=8.343 mas, bmaj=24.49 mas, bpa=-6.038 degrees ! Estimated noise=2.0116 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000454527 Jy ! Component: 100 - total flux cleaned = 0.000512151 Jy ! Component: 150 - total flux cleaned = 0.000558377 Jy ! Component: 200 - total flux cleaned = 0.000586924 Jy ! Total flux subtracted in 200 components = 0.000586924 Jy ! Clean residual min=-0.002664 max=0.002359 Jy/beam ! Clean residual mean=-0.000035 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.117379 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 = 8.83185e-06 Jy ! Component: 100 - total flux cleaned = 2.51393e-05 Jy ! Component: 150 - total flux cleaned = 4.02361e-05 Jy ! Component: 200 - total flux cleaned = 5.52646e-05 Jy ! Total flux subtracted in 200 components = 5.52646e-05 Jy ! Clean residual min=-0.002666 max=0.002352 Jy/beam ! Clean residual mean=-0.000035 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.117435 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 80 components and 0.117435 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.46 mas, bmaj=15.08 mas, bpa=-20.09 degrees ! Estimated noise=1.7539 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.36463e-05 Jy ! Component: 100 - total flux cleaned = -3.55034e-05 Jy ! Component: 150 - total flux cleaned = -7.94769e-05 Jy ! Component: 200 - total flux cleaned = -9.9404e-05 Jy ! Total flux subtracted in 200 components = -9.9404e-05 Jy ! Clean residual min=-0.002845 max=0.002708 Jy/beam ! Clean residual mean=-0.000021 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.117335 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 87 components and 0.117335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105149Jy sigma=0.465999 ! Fit after self-cal, rms=0.105076Jy sigma=0.465971 wmodel J2009-2812_S_map.mod ! Writing 87 model components to file: J2009-2812_S_map.mod wobs J2009-2812_S_uvs.fits ! Writing UV FITS file: J2009-2812_S_uvs.fits wwins J2009-2812_S_map.win ! wwins: Wrote 1 windows to J2009-2812_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.000785425 Jy ! Component: 100 - total flux cleaned = -0.00102286 Jy ! Component: 150 - total flux cleaned = -0.00119771 Jy ! Component: 200 - total flux cleaned = -0.00107227 Jy ! Component: 250 - total flux cleaned = -0.00107103 Jy ! Component: 300 - total flux cleaned = -0.000917198 Jy ! Component: 350 - total flux cleaned = -0.000954078 Jy ! Component: 400 - total flux cleaned = -0.000953631 Jy ! Component: 450 - total flux cleaned = -0.00102149 Jy ! Component: 500 - total flux cleaned = -0.00102108 Jy ! Component: 550 - total flux cleaned = -0.00108619 Jy ! Component: 600 - total flux cleaned = -0.00111825 Jy ! Component: 650 - total flux cleaned = -0.0011801 Jy ! Component: 700 - total flux cleaned = -0.00127026 Jy ! Component: 750 - total flux cleaned = -0.00135806 Jy ! Component: 800 - total flux cleaned = -0.00135804 Jy ! Component: 850 - total flux cleaned = -0.00127374 Jy ! Component: 900 - total flux cleaned = -0.0012737 Jy ! Component: 950 - total flux cleaned = -0.00116566 Jy ! Component: 1000 - total flux cleaned = -0.00113901 Jy ! Component: 1050 - total flux cleaned = -0.00111274 Jy ! Component: 1100 - total flux cleaned = -0.00106152 Jy ! Component: 1150 - total flux cleaned = -0.00106167 Jy ! Component: 1200 - total flux cleaned = -0.00103733 Jy ! Component: 1250 - total flux cleaned = -0.00113444 Jy ! Component: 1300 - total flux cleaned = -0.00108646 Jy ! Component: 1350 - total flux cleaned = -0.00111004 Jy ! Component: 1400 - total flux cleaned = -0.00120205 Jy ! Component: 1450 - total flux cleaned = -0.00117921 Jy ! Component: 1500 - total flux cleaned = -0.00129128 Jy ! Component: 1550 - total flux cleaned = -0.00135724 Jy ! Component: 1600 - total flux cleaned = -0.00142252 Jy ! Component: 1650 - total flux cleaned = -0.00148697 Jy ! Component: 1700 - total flux cleaned = -0.00157196 Jy ! Component: 1750 - total flux cleaned = -0.00153034 Jy ! Component: 1800 - total flux cleaned = -0.00165461 Jy ! Component: 1850 - total flux cleaned = -0.00171625 Jy ! Component: 1900 - total flux cleaned = -0.00181729 Jy ! Component: 1950 - total flux cleaned = -0.00187688 Jy ! Component: 2000 - total flux cleaned = -0.00189669 Jy ! Component: 2050 - total flux cleaned = -0.00203308 Jy ! Component: 2100 - total flux cleaned = -0.00210989 Jy ! Component: 2150 - total flux cleaned = -0.00216663 Jy ! Component: 2200 - total flux cleaned = -0.00222278 Jy ! Component: 2250 - total flux cleaned = -0.00235267 Jy ! Component: 2300 - total flux cleaned = -0.00240736 Jy ! Component: 2350 - total flux cleaned = -0.00251631 Jy ! Component: 2400 - total flux cleaned = -0.00264227 Jy ! Component: 2450 - total flux cleaned = -0.00278496 Jy ! Component: 2500 - total flux cleaned = -0.00296176 Jy ! Component: 2550 - total flux cleaned = -0.0031017 Jy ! Component: 2600 - total flux cleaned = -0.00325781 Jy ! Component: 2650 - total flux cleaned = -0.00344681 Jy ! Component: 2700 - total flux cleaned = -0.00361705 Jy ! Component: 2750 - total flux cleaned = -0.00373521 Jy ! Component: 2800 - total flux cleaned = -0.00385227 Jy ! Component: 2850 - total flux cleaned = -0.00400167 Jy ! Component: 2900 - total flux cleaned = -0.00413332 Jy ! Component: 2950 - total flux cleaned = -0.00423137 Jy ! Component: 3000 - total flux cleaned = -0.00439332 Jy ! Component: 3050 - total flux cleaned = -0.00448983 Jy ! Component: 3100 - total flux cleaned = -0.00460132 Jy ! Component: 3150 - total flux cleaned = -0.00469631 Jy ! Component: 3200 - total flux cleaned = -0.00483743 Jy ! Component: 3250 - total flux cleaned = -0.00491512 Jy ! Component: 3300 - total flux cleaned = -0.00500775 Jy ! Component: 3350 - total flux cleaned = -0.0050996 Jy ! Component: 3400 - total flux cleaned = -0.00523634 Jy ! Component: 3450 - total flux cleaned = -0.00532693 Jy ! Component: 3500 - total flux cleaned = -0.00540188 Jy ! Component: 3550 - total flux cleaned = -0.00553543 Jy ! Component: 3600 - total flux cleaned = -0.00562378 Jy ! Component: 3650 - total flux cleaned = -0.00572622 Jy ! Component: 3700 - total flux cleaned = -0.00582803 Jy ! Component: 3750 - total flux cleaned = -0.00588592 Jy ! Component: 3800 - total flux cleaned = -0.00598649 Jy ! Component: 3850 - total flux cleaned = -0.00608656 Jy ! Component: 3900 - total flux cleaned = -0.00618602 Jy ! Component: 3950 - total flux cleaned = -0.00631317 Jy ! Component: 4000 - total flux cleaned = -0.00634132 Jy ! Component: 4050 - total flux cleaned = -0.00643926 Jy ! Total flux subtracted in 4096 components = -0.00652275 Jy ! Clean residual min=-0.000951 max=0.000740 Jy/beam ! Clean residual mean=-0.000007 rms=0.000256 Jy/beam ! Combined flux in latest and established models = 0.110812 Jy keep ! Adding 248 model components to the UV plane model. ! The established model now contains 335 components and 0.110812 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2009-2812_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.46 x 15.08 at -20.09 degrees (North through East) ! Clean map min=-0.0020715 max=0.10507 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2009-2812_S_map.fits wmodel /image_prod/ug002_uva//J2009-2812_S_map.mod ! Writing 335 model components to file: /image_prod/ug002_uva//J2009-2812_S_map.mod wobs /image_prod/ug002_uva//J2009-2812_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2009-2812_S_uvs.fits wwins /image_prod/ug002_uva//J2009-2812_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J2009-2812_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.105066 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000253689 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.724372 0.724372 1.44874 2.89749 5.79497 11.5899 23.1799 46.3598 92.7196 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.105 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 414.152 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2009-2812_S_dfm.log closed on Thu Mar 5 04:37:25 2020