! Started logfile: /image_prod/ug002_uva//J0502-3541_S_dfm.log on Wed Mar 4 20:37:40 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//J0502-3541_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0502-3541_S_uva.fits ! AN table 1: 38 integrations on 15 of 15 possible baselines. ! AN table 2: 37 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.996288 visibilities/baseline/integration-bin. ! Found source: J0502-3541 ! ! 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 36 lines of history. ! ! Reading 4026 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 J0502-3541_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.008829Jy sigma=5.294109 ! Fit after self-cal, rms=0.909856Jy sigma=4.753859 ! 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.425 mas, bmaj=8.111 mas, bpa=5.309 degrees ! Estimated noise=3.16902 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.0762698 Jy ! Component: 100 - total flux cleaned = 0.101091 Jy ! Total flux subtracted in 100 components = 0.101091 Jy ! Clean residual min=-0.008538 max=0.011876 Jy/beam ! Clean residual mean=-0.000129 rms=0.002783 Jy/beam ! Combined flux in latest and established models = 0.101091 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.101091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.098970Jy sigma=0.464795 ! Fit after self-cal, rms=0.098033Jy sigma=0.461896 ! 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.874 mas, bmaj=8.954 mas, bpa=3.503 degrees ! Estimated noise=2.1946 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.0133244 Jy ! Component: 100 - total flux cleaned = 0.020146 Jy ! Component: 150 - total flux cleaned = 0.0243327 Jy ! Component: 200 - total flux cleaned = 0.0269268 Jy ! Total flux subtracted in 200 components = 0.0269268 Jy ! Clean residual min=-0.007374 max=0.008822 Jy/beam ! Clean residual mean=-0.000111 rms=0.002241 Jy/beam ! Combined flux in latest and established models = 0.128018 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 27 components and 0.128018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096992Jy sigma=0.447580 ! Fit after self-cal, rms=0.096929Jy sigma=0.447282 ! 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.874 x 8.954 at 3.503 degrees (North through East) ! Clean map min=-0.0074144 max=0.092499 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 HN 1.20 KP 0.95 NL 1.01 ! OV 0.83 SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.17 FD 0.92 KP 0.96 MK 0.96 ! NL 1.20 OV 0.83 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 HN 1.37 KP 0.91 NL 1.18 ! OV 0.82 SC 1.15 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.65 FD 1.01 KP 0.95 MK 1.00 ! NL 1.65 OV 0.86 SC 1.12 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.89 HN 1.28 KP 0.98 NL 0.89 ! OV 0.86 SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.45 FD 0.95 KP 0.99 MK 0.88 ! NL 1.08 OV 0.91 SC 0.92 ! ! ! Fit before self-cal, rms=0.096929Jy sigma=0.447282 ! Fit after self-cal, rms=0.114725Jy sigma=0.434153 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.853 mas, bmaj=9.033 mas, bpa=3.319 degrees ! Estimated noise=2.18522 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.000211833 Jy ! Component: 100 - total flux cleaned = 0.000275474 Jy ! Component: 150 - total flux cleaned = 0.000330129 Jy ! Component: 200 - total flux cleaned = 0.000399578 Jy ! Total flux subtracted in 200 components = 0.000399578 Jy ! Clean residual min=-0.004031 max=0.004175 Jy/beam ! Clean residual mean=-0.000007 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.128417 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.128417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.114702Jy sigma=0.434089 ! Fit after self-cal, rms=0.115808Jy sigma=0.433499 ! 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.115808Jy sigma=0.433499 ! Fit after self-cal, rms=0.117902Jy sigma=0.433437 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.84 mas, bmaj=8.997 mas, bpa=3.118 degrees ! Estimated noise=2.18251 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000274666 Jy ! Component: 100 - total flux cleaned = 0.000329629 Jy ! Component: 150 - total flux cleaned = 0.000377931 Jy ! Component: 200 - total flux cleaned = 0.000420211 Jy ! Total flux subtracted in 200 components = 0.000420211 Jy ! Clean residual min=-0.003921 max=0.004210 Jy/beam ! Clean residual mean=-0.000004 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.128837 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.128837 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.117885Jy sigma=0.433389 ! Fit after self-cal, rms=0.117961Jy sigma=0.433381 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 (-44, 106). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00387687 Jy ! Component: 100 - total flux cleaned = 0.00430564 Jy ! Component: 150 - total flux cleaned = 0.00455041 Jy ! Component: 200 - total flux cleaned = 0.00480225 Jy ! Total flux subtracted in 200 components = 0.00480225 Jy ! Clean residual min=-0.003528 max=0.002758 Jy/beam ! Clean residual mean=-0.000006 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.13364 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 59 components and 0.13364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.117761Jy sigma=0.432425 ! Fit after self-cal, rms=0.117694Jy sigma=0.432293 ! 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.117694Jy sigma=0.432293 ! Fit after self-cal, rms=0.118530Jy sigma=0.432190 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.838 mas, bmaj=9.005 mas, bpa=3.047 degrees ! Estimated noise=2.1693 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108346 Jy ! Component: 100 - total flux cleaned = 0.00140683 Jy ! Component: 150 - total flux cleaned = 0.00171816 Jy ! Component: 200 - total flux cleaned = 0.0019542 Jy ! Total flux subtracted in 200 components = 0.0019542 Jy ! Clean residual min=-0.003356 max=0.002600 Jy/beam ! Clean residual mean=-0.000003 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.135594 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 77 components and 0.135594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.118442Jy sigma=0.431955 ! Fit after self-cal, rms=0.118441Jy sigma=0.431924 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.00013614 Jy ! Component: 100 - total flux cleaned = 0.000322187 Jy ! Component: 150 - total flux cleaned = 0.000423045 Jy ! Component: 200 - total flux cleaned = 0.000549256 Jy ! Total flux subtracted in 200 components = 0.000549256 Jy ! Clean residual min=-0.003329 max=0.002563 Jy/beam ! Clean residual mean=-0.000003 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.136143 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 88 components and 0.136143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.118399Jy sigma=0.431847 ! Fit after self-cal, rms=0.118374Jy sigma=0.431839 ! 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.118374Jy sigma=0.431839 ! Fit after self-cal, rms=0.119176Jy sigma=0.431793 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.883 mas, bmaj=20.24 mas, bpa=1.134 degrees ! Estimated noise=2.81802 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124626 Jy ! Component: 100 - total flux cleaned = 0.00128151 Jy ! Component: 150 - total flux cleaned = 0.00125254 Jy ! Component: 200 - total flux cleaned = 0.00125447 Jy ! Total flux subtracted in 200 components = 0.00125447 Jy ! Clean residual min=-0.003647 max=0.002287 Jy/beam ! Clean residual mean=-0.000006 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.137397 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 97 components and 0.137397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.119151Jy sigma=0.431755 ! Fit after self-cal, rms=0.119150Jy sigma=0.431735 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.000241462 Jy ! Component: 100 - total flux cleaned = 0.000214467 Jy ! Component: 150 - total flux cleaned = 0.000188744 Jy ! Component: 200 - total flux cleaned = 0.000139709 Jy ! Total flux subtracted in 200 components = 0.000139709 Jy ! Clean residual min=-0.003523 max=0.002312 Jy/beam ! Clean residual mean=-0.000006 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.137537 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 102 components and 0.137537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.119139Jy sigma=0.431733 ! Fit after self-cal, rms=0.119119Jy sigma=0.431725 ! 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.839 mas, bmaj=9.01 mas, bpa=3.066 degrees ! Estimated noise=2.16648 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.839 x 9.01 at 3.066 degrees (North through East) ! Clean map min=-0.0051688 max=0.092513 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.394 mas, bmaj=8.136 mas, bpa=5.296 degrees ! Estimated noise=3.11141 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0752633 Jy ! Component: 100 - total flux cleaned = 0.100662 Jy ! Component: 150 - total flux cleaned = 0.111561 Jy ! Component: 200 - total flux cleaned = 0.117948 Jy ! Total flux subtracted in 200 components = 0.117948 Jy ! Clean residual min=-0.005308 max=0.005859 Jy/beam ! Clean residual mean=-0.000028 rms=0.001409 Jy/beam ! Combined flux in latest and established models = 0.117948 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 41 model components to the UV plane model. ! The established model now contains 41 components and 0.117948 Jy ! Inverting map and beam ! Estimated beam: bmin=2.839 mas, bmaj=9.01 mas, bpa=3.066 degrees ! Estimated noise=2.16648 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.00584651 Jy ! Component: 100 - total flux cleaned = 0.00899239 Jy ! Component: 150 - total flux cleaned = 0.0103602 Jy ! Component: 200 - total flux cleaned = 0.0114134 Jy ! Total flux subtracted in 200 components = 0.0114134 Jy ! Clean residual min=-0.004259 max=0.003383 Jy/beam ! Clean residual mean=-0.000012 rms=0.000912 Jy/beam ! Combined flux in latest and established models = 0.129361 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 65 components and 0.129361 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.883 mas, bmaj=20.24 mas, bpa=1.134 degrees ! Estimated noise=2.81802 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00342113 Jy ! Component: 100 - total flux cleaned = 0.00500079 Jy ! Component: 150 - total flux cleaned = 0.00556581 Jy ! Component: 200 - total flux cleaned = 0.00598463 Jy ! Total flux subtracted in 200 components = 0.00598463 Jy ! Clean residual min=-0.003534 max=0.002294 Jy/beam ! Clean residual mean=-0.000011 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.135346 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.000313602 Jy ! Component: 100 - total flux cleaned = 0.000433033 Jy ! Component: 150 - total flux cleaned = 0.000505572 Jy ! Component: 200 - total flux cleaned = 0.000602913 Jy ! Total flux subtracted in 200 components = 0.000602913 Jy ! Clean residual min=-0.003468 max=0.002171 Jy/beam ! Clean residual mean=-0.000010 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.135949 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 90 components and 0.135949 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.839 mas, bmaj=9.01 mas, bpa=3.066 degrees ! Estimated noise=2.16648 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000458282 Jy ! Component: 100 - total flux cleaned = -0.000411025 Jy ! Component: 150 - total flux cleaned = -0.000238571 Jy ! Component: 200 - total flux cleaned = -0.000166559 Jy ! Total flux subtracted in 200 components = -0.000166559 Jy ! Clean residual min=-0.003509 max=0.002485 Jy/beam ! Clean residual mean=-0.000005 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.135782 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 111 components and 0.135782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.119105Jy sigma=0.431868 ! Fit after self-cal, rms=0.119074Jy sigma=0.431799 wmodel J0502-3541_S_map.mod ! Writing 111 model components to file: J0502-3541_S_map.mod wobs J0502-3541_S_uvs.fits ! Writing UV FITS file: J0502-3541_S_uvs.fits wwins J0502-3541_S_map.win ! wwins: Wrote 2 windows to J0502-3541_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.00141777 Jy ! Component: 100 - total flux cleaned = -0.00227808 Jy ! Component: 150 - total flux cleaned = -0.00249924 Jy ! Component: 200 - total flux cleaned = -0.00266402 Jy ! Component: 250 - total flux cleaned = -0.00270222 Jy ! Component: 300 - total flux cleaned = -0.00281453 Jy ! Component: 350 - total flux cleaned = -0.00306987 Jy ! Component: 400 - total flux cleaned = -0.00331703 Jy ! Component: 450 - total flux cleaned = -0.0035225 Jy ! Component: 500 - total flux cleaned = -0.00372278 Jy ! Component: 550 - total flux cleaned = -0.00385279 Jy ! Component: 600 - total flux cleaned = -0.00407497 Jy ! Component: 650 - total flux cleaned = -0.00426055 Jy ! Component: 700 - total flux cleaned = -0.00426137 Jy ! Component: 750 - total flux cleaned = -0.00432169 Jy ! Component: 800 - total flux cleaned = -0.00446742 Jy ! Component: 850 - total flux cleaned = -0.00449602 Jy ! Component: 900 - total flux cleaned = -0.00452455 Jy ! Component: 950 - total flux cleaned = -0.00457987 Jy ! Component: 1000 - total flux cleaned = -0.00466079 Jy ! Component: 1050 - total flux cleaned = -0.00463424 Jy ! Component: 1100 - total flux cleaned = -0.00468674 Jy ! Component: 1150 - total flux cleaned = -0.00478919 Jy ! Component: 1200 - total flux cleaned = -0.00483937 Jy ! Component: 1250 - total flux cleaned = -0.00481407 Jy ! Component: 1300 - total flux cleaned = -0.00478947 Jy ! Component: 1350 - total flux cleaned = -0.00474136 Jy ! Component: 1400 - total flux cleaned = -0.00478885 Jy ! Component: 1450 - total flux cleaned = -0.00478887 Jy ! Component: 1500 - total flux cleaned = -0.00476577 Jy ! Component: 1550 - total flux cleaned = -0.00476614 Jy ! Component: 1600 - total flux cleaned = -0.00474381 Jy ! Component: 1650 - total flux cleaned = -0.00472211 Jy ! Component: 1700 - total flux cleaned = -0.00476545 Jy ! Component: 1750 - total flux cleaned = -0.00472198 Jy ! Component: 1800 - total flux cleaned = -0.00470068 Jy ! Component: 1850 - total flux cleaned = -0.00474274 Jy ! Component: 1900 - total flux cleaned = -0.00476357 Jy ! Component: 1950 - total flux cleaned = -0.00478423 Jy ! Component: 2000 - total flux cleaned = -0.00480443 Jy ! Component: 2050 - total flux cleaned = -0.00474399 Jy ! Component: 2100 - total flux cleaned = -0.00478353 Jy ! Component: 2150 - total flux cleaned = -0.00478344 Jy ! Component: 2200 - total flux cleaned = -0.00476392 Jy ! Component: 2250 - total flux cleaned = -0.00474465 Jy ! Component: 2300 - total flux cleaned = -0.00470653 Jy ! Component: 2350 - total flux cleaned = -0.00472545 Jy ! Component: 2400 - total flux cleaned = -0.00470662 Jy ! Component: 2450 - total flux cleaned = -0.00468795 Jy ! Component: 2500 - total flux cleaned = -0.00468805 Jy ! Component: 2550 - total flux cleaned = -0.00465118 Jy ! Component: 2600 - total flux cleaned = -0.00465113 Jy ! Component: 2650 - total flux cleaned = -0.0046147 Jy ! Component: 2700 - total flux cleaned = -0.0045966 Jy ! Component: 2750 - total flux cleaned = -0.00457858 Jy ! Component: 2800 - total flux cleaned = -0.00454275 Jy ! Component: 2850 - total flux cleaned = -0.00452501 Jy ! Component: 2900 - total flux cleaned = -0.0045073 Jy ! Component: 2950 - total flux cleaned = -0.0045427 Jy ! Component: 3000 - total flux cleaned = -0.00457799 Jy ! Component: 3050 - total flux cleaned = -0.00456046 Jy ! Component: 3100 - total flux cleaned = -0.00456045 Jy ! Component: 3150 - total flux cleaned = -0.00463023 Jy ! Component: 3200 - total flux cleaned = -0.00464764 Jy ! Component: 3250 - total flux cleaned = -0.00469974 Jy ! Component: 3300 - total flux cleaned = -0.00468235 Jy ! Component: 3350 - total flux cleaned = -0.00473425 Jy ! Component: 3400 - total flux cleaned = -0.00471691 Jy ! Component: 3450 - total flux cleaned = -0.00471683 Jy ! Component: 3500 - total flux cleaned = -0.00469954 Jy ! Component: 3550 - total flux cleaned = -0.00471679 Jy ! Component: 3600 - total flux cleaned = -0.00476834 Jy ! Component: 3650 - total flux cleaned = -0.00478556 Jy ! Component: 3700 - total flux cleaned = -0.00480273 Jy ! Component: 3750 - total flux cleaned = -0.00478555 Jy ! Component: 3800 - total flux cleaned = -0.00478564 Jy ! Component: 3850 - total flux cleaned = -0.00481985 Jy ! Component: 3900 - total flux cleaned = -0.00483688 Jy ! Component: 3950 - total flux cleaned = -0.00485397 Jy ! Component: 4000 - total flux cleaned = -0.00487096 Jy ! Component: 4050 - total flux cleaned = -0.00485397 Jy ! Total flux subtracted in 4096 components = -0.00487102 Jy ! Clean residual min=-0.000950 max=0.000981 Jy/beam ! Clean residual mean=-0.000001 rms=0.000289 Jy/beam ! Combined flux in latest and established models = 0.130911 Jy keep ! Adding 230 model components to the UV plane model. ! The established model now contains 341 components and 0.130911 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0502-3541_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.839 x 9.01 at 3.066 degrees (North through East) ! Clean map min=-0.0055351 max=0.093542 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0502-3541_S_map.fits wmodel /image_prod/ug002_uva//J0502-3541_S_map.mod ! Writing 341 model components to file: /image_prod/ug002_uva//J0502-3541_S_map.mod wobs /image_prod/ug002_uva//J0502-3541_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0502-3541_S_uvs.fits wwins /image_prod/ug002_uva//J0502-3541_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0502-3541_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0935418 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000298599 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.957644 0.957644 1.91529 3.83058 7.66115 15.3223 30.6446 61.2892 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.093 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 313.268 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0502-3541_S_dfm.log closed on Wed Mar 4 20:37:43 2020