! Started logfile: /image_prod/ug002_uva//J0900-1242_S_dfm.log on Wed Mar 4 22:44:46 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//J0900-1242_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0900-1242_S_uva.fits ! AN table 1: 20 integrations on 6 of 6 possible baselines. ! AN table 2: 20 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.996875 visibilities/baseline/integration-bin. ! Found source: J0900-1242 ! ! 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 957 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 J0900-1242_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.000376Jy sigma=6.309530 ! Fit after self-cal, rms=0.922530Jy sigma=5.836201 ! 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.19 mas, bmaj=5.278 mas, bpa=-5.855 degrees ! Estimated noise=5.16986 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.0616169 Jy ! Component: 100 - total flux cleaned = 0.0765478 Jy ! Total flux subtracted in 100 components = 0.0765478 Jy ! Clean residual min=-0.009536 max=0.010236 Jy/beam ! Clean residual mean=0.000060 rms=0.002949 Jy/beam ! Combined flux in latest and established models = 0.0765478 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0765478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080102Jy sigma=0.425243 ! Fit after self-cal, rms=0.078904Jy sigma=0.420068 ! 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.424 mas, bmaj=5.738 mas, bpa=-7.313 degrees ! Estimated noise=3.77074 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.00771853 Jy ! Component: 100 - total flux cleaned = 0.0121463 Jy ! Component: 150 - total flux cleaned = 0.0149547 Jy ! Component: 200 - total flux cleaned = 0.0167782 Jy ! Total flux subtracted in 200 components = 0.0167782 Jy ! Clean residual min=-0.006039 max=0.005336 Jy/beam ! Clean residual mean=0.000047 rms=0.001508 Jy/beam ! Combined flux in latest and established models = 0.093326 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 23 components and 0.093326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077886Jy sigma=0.415632 ! Fit after self-cal, rms=0.077772Jy sigma=0.415247 ! 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.424 x 5.738 at -7.313 degrees (North through East) ! Clean map min=-0.0060494 max=0.08087 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 LA 0.96 MK 1.07 OV 1.13 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.93 MK 0.93 NL 1.08 OV 1.09 ! SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 LA 0.88 MK 1.13 OV 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.70 MK 1.01 NL 1.11 OV 0.99 ! SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 LA 0.98 MK 1.03 OV 1.12 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.89 MK 1.00 NL 0.93 OV 0.98 ! SC 1.08 ! ! ! Fit before self-cal, rms=0.077772Jy sigma=0.415247 ! Fit after self-cal, rms=0.073937Jy sigma=0.411194 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.424 mas, bmaj=5.716 mas, bpa=-6.893 degrees ! Estimated noise=3.73872 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.00052685 Jy ! Component: 100 - total flux cleaned = 0.000527495 Jy ! Component: 150 - total flux cleaned = 0.000567313 Jy ! Component: 200 - total flux cleaned = 0.000568683 Jy ! Total flux subtracted in 200 components = 0.000568683 Jy ! Clean residual min=-0.003588 max=0.003909 Jy/beam ! Clean residual mean=0.000017 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.0938947 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 29 components and 0.0938947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073874Jy sigma=0.410848 ! Fit after self-cal, rms=0.073789Jy sigma=0.409628 ! 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.073789Jy sigma=0.409628 ! Fit after self-cal, rms=0.074315Jy sigma=0.409457 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.42 mas, bmaj=5.713 mas, bpa=-6.825 degrees ! Estimated noise=3.73192 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00031447 Jy ! Component: 100 - total flux cleaned = 0.000367575 Jy ! Component: 150 - total flux cleaned = 0.000410076 Jy ! Component: 200 - total flux cleaned = 0.000447897 Jy ! Total flux subtracted in 200 components = 0.000447897 Jy ! Clean residual min=-0.003846 max=0.003893 Jy/beam ! Clean residual mean=0.000017 rms=0.000892 Jy/beam ! Combined flux in latest and established models = 0.0943426 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 29 components and 0.0943426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074253Jy sigma=0.409097 ! Fit after self-cal, rms=0.074359Jy sigma=0.409012 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 (121, 76). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0026667 Jy ! Component: 100 - total flux cleaned = 0.00249532 Jy ! Component: 150 - total flux cleaned = 0.00243125 Jy ! Component: 200 - total flux cleaned = 0.00248945 Jy ! Total flux subtracted in 200 components = 0.00248945 Jy ! Clean residual min=-0.003637 max=0.003314 Jy/beam ! Clean residual mean=0.000006 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.096832 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 38 components and 0.096832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074087Jy sigma=0.407988 ! Fit after self-cal, rms=0.074062Jy sigma=0.407710 ! 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.074062Jy sigma=0.407710 ! Fit after self-cal, rms=0.074056Jy sigma=0.407548 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.417 mas, bmaj=5.705 mas, bpa=-6.87 degrees ! Estimated noise=3.72056 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00171102 Jy ! Component: 100 - total flux cleaned = 0.00169813 Jy ! Component: 150 - total flux cleaned = 0.00185137 Jy ! Component: 200 - total flux cleaned = 0.00193781 Jy ! Total flux subtracted in 200 components = 0.00193781 Jy ! Clean residual min=-0.003295 max=0.003340 Jy/beam ! Clean residual mean=0.000002 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.0987698 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 43 components and 0.0987698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073904Jy sigma=0.406994 ! Fit after self-cal, rms=0.073912Jy sigma=0.406852 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.000907026 Jy ! Component: 100 - total flux cleaned = 0.0010817 Jy ! Component: 150 - total flux cleaned = 0.0011198 Jy ! Component: 200 - total flux cleaned = 0.00112257 Jy ! Total flux subtracted in 200 components = 0.00112257 Jy ! Clean residual min=-0.003504 max=0.003365 Jy/beam ! Clean residual mean=-0.000002 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.0998924 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 49 components and 0.0998924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073843Jy sigma=0.406630 ! Fit after self-cal, rms=0.073847Jy sigma=0.406586 ! 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.073847Jy sigma=0.406586 ! Fit after self-cal, rms=0.073708Jy sigma=0.406417 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.241 mas, bmaj=11.81 mas, bpa=-11.99 degrees ! Estimated noise=6.27605 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00080551 Jy ! Component: 100 - total flux cleaned = 0.000932448 Jy ! Component: 150 - total flux cleaned = 0.00106392 Jy ! Component: 200 - total flux cleaned = 0.00116455 Jy ! Total flux subtracted in 200 components = 0.00116455 Jy ! Clean residual min=-0.002481 max=0.002523 Jy/beam ! Clean residual mean=0.000002 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 0.101057 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 57 components and 0.101057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073678Jy sigma=0.406423 ! Fit after self-cal, rms=0.073621Jy sigma=0.406323 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.000122725 Jy ! Component: 100 - total flux cleaned = 0.000239379 Jy ! Component: 150 - total flux cleaned = 0.000297175 Jy ! Component: 200 - total flux cleaned = 0.000278346 Jy ! Total flux subtracted in 200 components = 0.000278346 Jy ! Clean residual min=-0.002277 max=0.002399 Jy/beam ! Clean residual mean=0.000000 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.101335 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 66 components and 0.101335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073620Jy sigma=0.406468 ! Fit after self-cal, rms=0.073596Jy sigma=0.406409 ! 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.416 mas, bmaj=5.693 mas, bpa=-6.935 degrees ! Estimated noise=3.71428 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.416 x 5.693 at -6.935 degrees (North through East) ! Clean map min=-0.0039114 max=0.081109 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.18 mas, bmaj=5.249 mas, bpa=-5.146 degrees ! Estimated noise=5.12915 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0606963 Jy ! Component: 100 - total flux cleaned = 0.0774089 Jy ! Component: 150 - total flux cleaned = 0.0837712 Jy ! Component: 200 - total flux cleaned = 0.0883826 Jy ! Total flux subtracted in 200 components = 0.0883826 Jy ! Clean residual min=-0.008036 max=0.008250 Jy/beam ! Clean residual mean=0.000029 rms=0.002462 Jy/beam ! Combined flux in latest and established models = 0.0883826 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0883826 Jy ! Inverting map and beam ! Estimated beam: bmin=2.416 mas, bmaj=5.693 mas, bpa=-6.935 degrees ! Estimated noise=3.71428 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.0068774 Jy ! Component: 100 - total flux cleaned = 0.0111909 Jy ! Component: 150 - total flux cleaned = 0.013697 Jy ! Component: 200 - total flux cleaned = 0.0140708 Jy ! Total flux subtracted in 200 components = 0.0140708 Jy ! Clean residual min=-0.003972 max=0.004034 Jy/beam ! Clean residual mean=0.000003 rms=0.000988 Jy/beam ! Combined flux in latest and established models = 0.102453 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 44 components and 0.102453 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.241 mas, bmaj=11.81 mas, bpa=-11.99 degrees ! Estimated noise=6.27605 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000816075 Jy ! Component: 100 - total flux cleaned = 0.000910398 Jy ! Component: 150 - total flux cleaned = 0.000919361 Jy ! Component: 200 - total flux cleaned = 0.000921992 Jy ! Total flux subtracted in 200 components = 0.000921992 Jy ! Clean residual min=-0.003206 max=0.003188 Jy/beam ! Clean residual mean=-0.000003 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.103375 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 = -4.76949e-05 Jy ! Component: 100 - total flux cleaned = -8.47032e-05 Jy ! Component: 150 - total flux cleaned = -0.00011636 Jy ! Component: 200 - total flux cleaned = -0.000210082 Jy ! Total flux subtracted in 200 components = -0.000210082 Jy ! Clean residual min=-0.002812 max=0.003028 Jy/beam ! Clean residual mean=-0.000004 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.103165 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 56 components and 0.103165 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.416 mas, bmaj=5.693 mas, bpa=-6.935 degrees ! Estimated noise=3.71428 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.1577e-05 Jy ! Component: 100 - total flux cleaned = -9.44551e-05 Jy ! Component: 150 - total flux cleaned = -9.69969e-05 Jy ! Component: 200 - total flux cleaned = -0.000177187 Jy ! Total flux subtracted in 200 components = -0.000177187 Jy ! Clean residual min=-0.003658 max=0.003516 Jy/beam ! Clean residual mean=-0.000005 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.102988 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 63 components and 0.102988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073611Jy sigma=0.406441 ! Fit after self-cal, rms=0.073628Jy sigma=0.406291 wmodel J0900-1242_S_map.mod ! Writing 63 model components to file: J0900-1242_S_map.mod wobs J0900-1242_S_uvs.fits ! Writing UV FITS file: J0900-1242_S_uvs.fits wwins J0900-1242_S_map.win ! wwins: Wrote 2 windows to J0900-1242_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.000569606 Jy ! Component: 100 - total flux cleaned = 0.000668802 Jy ! Component: 150 - total flux cleaned = 0.00108796 Jy ! Component: 200 - total flux cleaned = 0.00152315 Jy ! Component: 250 - total flux cleaned = 0.00201283 Jy ! Component: 300 - total flux cleaned = 0.00232022 Jy ! Component: 350 - total flux cleaned = 0.00272145 Jy ! Component: 400 - total flux cleaned = 0.0030344 Jy ! Component: 450 - total flux cleaned = 0.00330049 Jy ! Component: 500 - total flux cleaned = 0.00361962 Jy ! Component: 550 - total flux cleaned = 0.00383498 Jy ! Component: 600 - total flux cleaned = 0.00398465 Jy ! Component: 650 - total flux cleaned = 0.00413011 Jy ! Component: 700 - total flux cleaned = 0.00424368 Jy ! Component: 750 - total flux cleaned = 0.00427116 Jy ! Component: 800 - total flux cleaned = 0.00429861 Jy ! Component: 850 - total flux cleaned = 0.00429847 Jy ! Component: 900 - total flux cleaned = 0.00429843 Jy ! Component: 950 - total flux cleaned = 0.00429855 Jy ! Component: 1000 - total flux cleaned = 0.00429838 Jy ! Component: 1050 - total flux cleaned = 0.00417019 Jy ! Component: 1100 - total flux cleaned = 0.00411953 Jy ! Component: 1150 - total flux cleaned = 0.00406906 Jy ! Component: 1200 - total flux cleaned = 0.00401918 Jy ! Component: 1250 - total flux cleaned = 0.00391987 Jy ! Component: 1300 - total flux cleaned = 0.00387044 Jy ! Component: 1350 - total flux cleaned = 0.0038212 Jy ! Component: 1400 - total flux cleaned = 0.00374787 Jy ! Component: 1450 - total flux cleaned = 0.00369906 Jy ! Component: 1500 - total flux cleaned = 0.00367473 Jy ! Component: 1550 - total flux cleaned = 0.00365043 Jy ! Component: 1600 - total flux cleaned = 0.00362636 Jy ! Component: 1650 - total flux cleaned = 0.00357791 Jy ! Component: 1700 - total flux cleaned = 0.00352943 Jy ! Component: 1750 - total flux cleaned = 0.00348114 Jy ! Component: 1800 - total flux cleaned = 0.00335975 Jy ! Component: 1850 - total flux cleaned = 0.00328677 Jy ! Component: 1900 - total flux cleaned = 0.00316474 Jy ! Component: 1950 - total flux cleaned = 0.0030915 Jy ! Component: 2000 - total flux cleaned = 0.00306706 Jy ! Component: 2050 - total flux cleaned = 0.00304262 Jy ! Component: 2100 - total flux cleaned = 0.00299286 Jy ! Component: 2150 - total flux cleaned = 0.00299285 Jy ! Component: 2200 - total flux cleaned = 0.00296779 Jy ! Component: 2250 - total flux cleaned = 0.00291707 Jy ! Component: 2300 - total flux cleaned = 0.00289166 Jy ! Component: 2350 - total flux cleaned = 0.0028144 Jy ! Component: 2400 - total flux cleaned = 0.0027363 Jy ! Component: 2450 - total flux cleaned = 0.00268392 Jy ! Component: 2500 - total flux cleaned = 0.00257805 Jy ! Component: 2550 - total flux cleaned = 0.00247097 Jy ! Component: 2600 - total flux cleaned = 0.00236302 Jy ! Component: 2650 - total flux cleaned = 0.00222664 Jy ! Component: 2700 - total flux cleaned = 0.00211628 Jy ! Component: 2750 - total flux cleaned = 0.00197642 Jy ! Component: 2800 - total flux cleaned = 0.00183459 Jy ! Component: 2850 - total flux cleaned = 0.00174875 Jy ! Component: 2900 - total flux cleaned = 0.00163295 Jy ! Component: 2950 - total flux cleaned = 0.00148586 Jy ! Component: 3000 - total flux cleaned = 0.00142635 Jy ! Component: 3050 - total flux cleaned = 0.00133589 Jy ! Component: 3100 - total flux cleaned = 0.00127459 Jy ! Component: 3150 - total flux cleaned = 0.00115052 Jy ! Component: 3200 - total flux cleaned = 0.00111919 Jy ! Component: 3250 - total flux cleaned = 0.000991907 Jy ! Component: 3300 - total flux cleaned = 0.000894664 Jy ! Component: 3350 - total flux cleaned = 0.000796148 Jy ! Component: 3400 - total flux cleaned = 0.000696498 Jy ! Component: 3450 - total flux cleaned = 0.000595146 Jy ! Component: 3500 - total flux cleaned = 0.000560978 Jy ! Component: 3550 - total flux cleaned = 0.000526477 Jy ! Component: 3600 - total flux cleaned = 0.000420441 Jy ! Component: 3650 - total flux cleaned = 0.000312366 Jy ! Component: 3700 - total flux cleaned = 0.00027539 Jy ! Component: 3750 - total flux cleaned = 0.0002011 Jy ! Component: 3800 - total flux cleaned = 4.91105e-05 Jy ! Component: 3850 - total flux cleaned = -2.84715e-05 Jy ! Component: 3900 - total flux cleaned = -0.00014671 Jy ! Component: 3950 - total flux cleaned = -0.000266922 Jy ! Component: 4000 - total flux cleaned = -0.000266877 Jy ! Component: 4050 - total flux cleaned = -0.000265941 Jy ! Total flux subtracted in 4096 components = -0.000350568 Jy ! Clean residual min=-0.002480 max=0.002529 Jy/beam ! Clean residual mean=-0.000008 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.102637 Jy keep ! Adding 178 model components to the UV plane model. ! The established model now contains 241 components and 0.102637 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0900-1242_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.416 x 5.693 at -6.935 degrees (North through East) ! Clean map min=-0.0041838 max=0.078596 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0900-1242_S_map.fits wmodel /image_prod/ug002_uva//J0900-1242_S_map.mod ! Writing 241 model components to file: /image_prod/ug002_uva//J0900-1242_S_map.mod wobs /image_prod/ug002_uva//J0900-1242_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0900-1242_S_uvs.fits wwins /image_prod/ug002_uva//J0900-1242_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0900-1242_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0785958 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00066857 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.55193 2.55193 5.10386 10.2077 20.4154 40.8309 81.6617 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.078 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 117.558 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0900-1242_S_dfm.log closed on Wed Mar 4 22:44:49 2020