! Started logfile: /image_prod/ug002_uva//J1155-2949_S_dfm.log on Thu Mar 5 00:18:37 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//J1155-2949_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1155-2949_S_uva.fits ! AN table 1: 30 integrations on 15 of 15 possible baselines. ! AN table 2: 30 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.993333 visibilities/baseline/integration-bin. ! Found source: J1155-2949 ! ! 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 2682 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 J1155-2949_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.007908Jy sigma=5.836012 ! Fit after self-cal, rms=0.947153Jy sigma=5.498165 ! 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.111 mas, bmaj=5.776 mas, bpa=-2.663 degrees ! Estimated noise=3.58883 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.0417602 Jy ! Component: 100 - total flux cleaned = 0.0509107 Jy ! Total flux subtracted in 100 components = 0.0509107 Jy ! Clean residual min=-0.007042 max=0.006992 Jy/beam ! Clean residual mean=-0.000000 rms=0.001719 Jy/beam ! Combined flux in latest and established models = 0.0509107 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0509107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088070Jy sigma=0.449372 ! Fit after self-cal, rms=0.086102Jy sigma=0.439370 ! 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.606 mas, bmaj=6.264 mas, bpa=-3.714 degrees ! Estimated noise=2.45486 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.00626009 Jy ! Component: 100 - total flux cleaned = 0.0081438 Jy ! Component: 150 - total flux cleaned = 0.008237 Jy ! Component: 200 - total flux cleaned = 0.00827489 Jy ! Total flux subtracted in 200 components = 0.00827489 Jy ! Clean residual min=-0.006083 max=0.006944 Jy/beam ! Clean residual mean=-0.000001 rms=0.001778 Jy/beam ! Combined flux in latest and established models = 0.0591856 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 9 components and 0.0591856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085564Jy sigma=0.437785 ! Fit after self-cal, rms=0.085581Jy sigma=0.437597 ! 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.606 x 6.264 at -3.714 degrees (North through East) ! Clean map min=-0.0057617 max=0.058417 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.21 LA 0.98 MK 0.89 NL 1.15 ! OV 0.91 SC 0.92 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.76 KP 1.17 MK 1.10 NL 0.98 ! OV 0.89 SC 1.08 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.45 LA 0.90 MK 1.04 NL 1.29 ! OV 0.86 SC 1.05 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.84 KP 0.97 MK 1.00 NL 1.02 ! OV 0.98 SC 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.26 LA 0.98 MK 0.80 NL 0.83 ! OV 0.93 SC 1.16 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.82 KP 1.06 MK 1.23 NL 0.76 ! OV 0.93 SC 0.90 ! ! ! Fit before self-cal, rms=0.085581Jy sigma=0.437597 ! Fit after self-cal, rms=0.080849Jy sigma=0.432234 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.613 mas, bmaj=6.138 mas, bpa=-3.84 degrees ! Estimated noise=2.42691 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.000564798 Jy ! Component: 100 - total flux cleaned = 0.000340825 Jy ! Component: 150 - total flux cleaned = 0.000296709 Jy ! Component: 200 - total flux cleaned = 0.000296143 Jy ! Total flux subtracted in 200 components = 0.000296143 Jy ! Clean residual min=-0.004986 max=0.005503 Jy/beam ! Clean residual mean=-0.000000 rms=0.001318 Jy/beam ! Combined flux in latest and established models = 0.0594818 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 14 components and 0.0594818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080773Jy sigma=0.431844 ! Fit after self-cal, rms=0.080753Jy sigma=0.430227 ! 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.080753Jy sigma=0.430227 ! Fit after self-cal, rms=0.080714Jy sigma=0.429676 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.622 mas, bmaj=6.072 mas, bpa=-3.788 degrees ! Estimated noise=2.39782 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000497626 Jy ! Component: 100 - total flux cleaned = 0.000396074 Jy ! Component: 150 - total flux cleaned = 0.000308321 Jy ! Component: 200 - total flux cleaned = 0.000199771 Jy ! Total flux subtracted in 200 components = 0.000199771 Jy ! Clean residual min=-0.004975 max=0.004999 Jy/beam ! Clean residual mean=0.000000 rms=0.001249 Jy/beam ! Combined flux in latest and established models = 0.0596815 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 16 components and 0.0596815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080646Jy sigma=0.429367 ! Fit after self-cal, rms=0.080776Jy sigma=0.428876 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-10, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00538514 Jy ! Component: 100 - total flux cleaned = 0.00612189 Jy ! Component: 150 - total flux cleaned = 0.00573541 Jy ! Component: 200 - total flux cleaned = 0.00560953 Jy ! Total flux subtracted in 200 components = 0.00560953 Jy ! Clean residual min=-0.004329 max=0.003284 Jy/beam ! Clean residual mean=-0.000001 rms=0.000987 Jy/beam ! Combined flux in latest and established models = 0.0652911 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 30 components and 0.0652911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080422Jy sigma=0.426551 ! Fit after self-cal, rms=0.080323Jy sigma=0.425696 ! 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.080323Jy sigma=0.425696 ! Fit after self-cal, rms=0.078881Jy sigma=0.425378 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.611 mas, bmaj=6.057 mas, bpa=-3.755 degrees ! Estimated noise=2.33359 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00395917 Jy ! Component: 100 - total flux cleaned = 0.00444518 Jy ! Component: 150 - total flux cleaned = 0.00408509 Jy ! Component: 200 - total flux cleaned = 0.00388001 Jy ! Total flux subtracted in 200 components = 0.00388001 Jy ! Clean residual min=-0.003785 max=0.003393 Jy/beam ! Clean residual mean=-0.000001 rms=0.000908 Jy/beam ! Combined flux in latest and established models = 0.0691711 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 38 components and 0.0691711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078685Jy sigma=0.424008 ! Fit after self-cal, rms=0.078656Jy sigma=0.423335 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.00314688 Jy ! Component: 100 - total flux cleaned = 0.00325025 Jy ! Component: 150 - total flux cleaned = 0.00298127 Jy ! Component: 200 - total flux cleaned = 0.00274812 Jy ! Total flux subtracted in 200 components = 0.00274812 Jy ! Clean residual min=-0.004225 max=0.003558 Jy/beam ! Clean residual mean=-0.000002 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.0719192 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 42 components and 0.0719192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078509Jy sigma=0.422508 ! Fit after self-cal, rms=0.078416Jy sigma=0.421998 ! 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.078416Jy sigma=0.421998 ! Fit after self-cal, rms=0.077990Jy sigma=0.421638 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.581 mas, bmaj=15.13 mas, bpa=-3.437 degrees ! Estimated noise=3.31209 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00164707 Jy ! Component: 100 - total flux cleaned = 0.00163378 Jy ! Component: 150 - total flux cleaned = 0.00163143 Jy ! Component: 200 - total flux cleaned = 0.00172083 Jy ! Total flux subtracted in 200 components = 0.00172083 Jy ! Clean residual min=-0.005114 max=0.003963 Jy/beam ! Clean residual mean=-0.000003 rms=0.001516 Jy/beam ! Combined flux in latest and established models = 0.07364 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 52 components and 0.07364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077914Jy sigma=0.421073 ! Fit after self-cal, rms=0.077897Jy sigma=0.420392 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.00148365 Jy ! Component: 100 - total flux cleaned = 0.00155081 Jy ! Component: 150 - total flux cleaned = 0.00166063 Jy ! Component: 200 - total flux cleaned = 0.00170854 Jy ! Total flux subtracted in 200 components = 0.00170854 Jy ! Clean residual min=-0.004935 max=0.003867 Jy/beam ! Clean residual mean=-0.000004 rms=0.001519 Jy/beam ! Combined flux in latest and established models = 0.0753486 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.0753486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077861Jy sigma=0.420131 ! Fit after self-cal, rms=0.077839Jy sigma=0.419963 ! 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.595 mas, bmaj=6.067 mas, bpa=-3.896 degrees ! Estimated noise=2.29139 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.595 x 6.067 at -3.896 degrees (North through East) ! Clean map min=-0.0038641 max=0.055912 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.109 mas, bmaj=5.656 mas, bpa=-2.931 degrees ! Estimated noise=3.34708 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0391227 Jy ! Component: 100 - total flux cleaned = 0.0541157 Jy ! Component: 150 - total flux cleaned = 0.0612297 Jy ! Component: 200 - total flux cleaned = 0.0661231 Jy ! Total flux subtracted in 200 components = 0.0661231 Jy ! Clean residual min=-0.007760 max=0.005874 Jy/beam ! Clean residual mean=-0.000002 rms=0.001641 Jy/beam ! Combined flux in latest and established models = 0.066123 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.066123 Jy ! Inverting map and beam ! Estimated beam: bmin=2.595 mas, bmaj=6.067 mas, bpa=-3.896 degrees ! Estimated noise=2.29139 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.00609412 Jy ! Component: 100 - total flux cleaned = 0.00932279 Jy ! Component: 150 - total flux cleaned = 0.0100631 Jy ! Component: 200 - total flux cleaned = 0.0104786 Jy ! Total flux subtracted in 200 components = 0.0104786 Jy ! Clean residual min=-0.005023 max=0.004088 Jy/beam ! Clean residual mean=-0.000002 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.0766016 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 26 components and 0.0766016 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.581 mas, bmaj=15.13 mas, bpa=-3.437 degrees ! Estimated noise=3.31209 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000975851 Jy ! Component: 100 - total flux cleaned = -0.000896954 Jy ! Component: 150 - total flux cleaned = -0.000771946 Jy ! Component: 200 - total flux cleaned = -0.000678233 Jy ! Total flux subtracted in 200 components = -0.000678233 Jy ! Clean residual min=-0.005129 max=0.004078 Jy/beam ! Clean residual mean=-0.000004 rms=0.001571 Jy/beam ! Combined flux in latest and established models = 0.0759234 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 = 3.98074e-05 Jy ! Component: 100 - total flux cleaned = 0.000107959 Jy ! Component: 150 - total flux cleaned = 0.000193986 Jy ! Component: 200 - total flux cleaned = 0.000267873 Jy ! Total flux subtracted in 200 components = 0.000267873 Jy ! Clean residual min=-0.004857 max=0.003856 Jy/beam ! Clean residual mean=-0.000004 rms=0.001537 Jy/beam ! Combined flux in latest and established models = 0.0761912 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 41 components and 0.0761912 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.595 mas, bmaj=6.067 mas, bpa=-3.896 degrees ! Estimated noise=2.29139 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00017165 Jy ! Component: 100 - total flux cleaned = 0.000172885 Jy ! Component: 150 - total flux cleaned = 4.80138e-05 Jy ! Component: 200 - total flux cleaned = -6.24546e-05 Jy ! Total flux subtracted in 200 components = -6.24546e-05 Jy ! Clean residual min=-0.004559 max=0.003826 Jy/beam ! Clean residual mean=-0.000002 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.0761288 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 55 components and 0.0761288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077883Jy sigma=0.420219 ! Fit after self-cal, rms=0.077810Jy sigma=0.419853 wmodel J1155-2949_S_map.mod ! Writing 55 model components to file: J1155-2949_S_map.mod wobs J1155-2949_S_uvs.fits ! Writing UV FITS file: J1155-2949_S_uvs.fits wwins J1155-2949_S_map.win ! wwins: Wrote 2 windows to J1155-2949_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.000554522 Jy ! Component: 100 - total flux cleaned = -0.00111724 Jy ! Component: 150 - total flux cleaned = -0.00134429 Jy ! Component: 200 - total flux cleaned = -0.00160932 Jy ! Component: 250 - total flux cleaned = -0.00181074 Jy ! Component: 300 - total flux cleaned = -0.00204531 Jy ! Component: 350 - total flux cleaned = -0.00217806 Jy ! Component: 400 - total flux cleaned = -0.00222038 Jy ! Component: 450 - total flux cleaned = -0.00233975 Jy ! Component: 500 - total flux cleaned = -0.00249448 Jy ! Component: 550 - total flux cleaned = -0.00268104 Jy ! Component: 600 - total flux cleaned = -0.00286085 Jy ! Component: 650 - total flux cleaned = -0.00303414 Jy ! Component: 700 - total flux cleaned = -0.00326798 Jy ! Component: 750 - total flux cleaned = -0.00349341 Jy ! Component: 800 - total flux cleaned = -0.00361919 Jy ! Component: 850 - total flux cleaned = -0.00389176 Jy ! Component: 900 - total flux cleaned = -0.00403935 Jy ! Component: 950 - total flux cleaned = -0.00421196 Jy ! Component: 1000 - total flux cleaned = -0.004408 Jy ! Component: 1050 - total flux cleaned = -0.00449104 Jy ! Component: 1100 - total flux cleaned = -0.0047059 Jy ! Component: 1150 - total flux cleaned = -0.00489006 Jy ! Component: 1200 - total flux cleaned = -0.0050453 Jy ! Component: 1250 - total flux cleaned = -0.00532317 Jy ! Component: 1300 - total flux cleaned = -0.00554626 Jy ! Component: 1350 - total flux cleaned = -0.00574081 Jy ! Component: 1400 - total flux cleaned = -0.00597913 Jy ! Component: 1450 - total flux cleaned = -0.00611972 Jy ! Component: 1500 - total flux cleaned = -0.0062581 Jy ! Component: 1550 - total flux cleaned = -0.00637181 Jy ! Component: 1600 - total flux cleaned = -0.00655107 Jy ! Component: 1650 - total flux cleaned = -0.00663925 Jy ! Component: 1700 - total flux cleaned = -0.00670481 Jy ! Component: 1750 - total flux cleaned = -0.00676946 Jy ! Component: 1800 - total flux cleaned = -0.00674808 Jy ! Component: 1850 - total flux cleaned = -0.006706 Jy ! Component: 1900 - total flux cleaned = -0.00666421 Jy ! Component: 1950 - total flux cleaned = -0.00666419 Jy ! Component: 2000 - total flux cleaned = -0.00662333 Jy ! Component: 2050 - total flux cleaned = -0.00662321 Jy ! Component: 2100 - total flux cleaned = -0.00660322 Jy ! Component: 2150 - total flux cleaned = -0.00654403 Jy ! Component: 2200 - total flux cleaned = -0.00660266 Jy ! Component: 2250 - total flux cleaned = -0.0065833 Jy ! Component: 2300 - total flux cleaned = -0.0066603 Jy ! Component: 2350 - total flux cleaned = -0.00677495 Jy ! Component: 2400 - total flux cleaned = -0.00687007 Jy ! Component: 2450 - total flux cleaned = -0.00692666 Jy ! Component: 2500 - total flux cleaned = -0.00703945 Jy ! Component: 2550 - total flux cleaned = -0.00715159 Jy ! Component: 2600 - total flux cleaned = -0.00718887 Jy ! Component: 2650 - total flux cleaned = -0.00724458 Jy ! Component: 2700 - total flux cleaned = -0.00735535 Jy ! Component: 2750 - total flux cleaned = -0.00742895 Jy ! Component: 2800 - total flux cleaned = -0.00755719 Jy ! Component: 2850 - total flux cleaned = -0.00759373 Jy ! Component: 2900 - total flux cleaned = -0.00759373 Jy ! Component: 2950 - total flux cleaned = -0.00763005 Jy ! Component: 3000 - total flux cleaned = -0.00766637 Jy ! Component: 3050 - total flux cleaned = -0.00764819 Jy ! Component: 3100 - total flux cleaned = -0.00768451 Jy ! Component: 3150 - total flux cleaned = -0.00772077 Jy ! Component: 3200 - total flux cleaned = -0.00772071 Jy ! Component: 3250 - total flux cleaned = -0.00779296 Jy ! Component: 3300 - total flux cleaned = -0.0078291 Jy ! Component: 3350 - total flux cleaned = -0.0078834 Jy ! Component: 3400 - total flux cleaned = -0.00791962 Jy ! Component: 3450 - total flux cleaned = -0.00804633 Jy ! Component: 3500 - total flux cleaned = -0.00802818 Jy ! Component: 3550 - total flux cleaned = -0.00806448 Jy ! Component: 3600 - total flux cleaned = -0.00813715 Jy ! Component: 3650 - total flux cleaned = -0.00817365 Jy ! Component: 3700 - total flux cleaned = -0.00821012 Jy ! Component: 3750 - total flux cleaned = -0.00824652 Jy ! Component: 3800 - total flux cleaned = -0.00835651 Jy ! Component: 3850 - total flux cleaned = -0.00842998 Jy ! Component: 3900 - total flux cleaned = -0.00846688 Jy ! Component: 3950 - total flux cleaned = -0.00852228 Jy ! Component: 4000 - total flux cleaned = -0.00859656 Jy ! Component: 4050 - total flux cleaned = -0.00861527 Jy ! Total flux subtracted in 4096 components = -0.00870875 Jy ! Clean residual min=-0.001212 max=0.001096 Jy/beam ! Clean residual mean=0.000001 rms=0.000290 Jy/beam ! Combined flux in latest and established models = 0.06742 Jy keep ! Adding 212 model components to the UV plane model. ! The established model now contains 267 components and 0.06742 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1155-2949_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.595 x 6.067 at -3.896 degrees (North through East) ! Clean map min=-0.0032528 max=0.055164 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1155-2949_S_map.fits wmodel /image_prod/ug002_uva//J1155-2949_S_map.mod ! Writing 267 model components to file: /image_prod/ug002_uva//J1155-2949_S_map.mod wobs /image_prod/ug002_uva//J1155-2949_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1155-2949_S_uvs.fits wwins /image_prod/ug002_uva//J1155-2949_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1155-2949_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0551644 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000280193 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.52377 1.52377 3.04754 6.09508 12.1902 24.3803 48.7607 97.5214 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.055 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 196.879 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1155-2949_S_dfm.log closed on Thu Mar 5 00:18:41 2020