! Started logfile: /image_prod/ug002_uva//J0109-3854_S_a_dfm.log on Wed Mar 4 18:52:27 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//J0109-3854_S_a_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0109-3854_S_a_uva.fits ! AN table 1: 50 integrations on 15 of 15 possible baselines. ! AN table 2: 50 integrations on 21 of 21 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0109-3854 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 5400 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 J0109-3854_S_a] 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.024162Jy sigma=6.100535 ! Fit after self-cal, rms=0.842373Jy sigma=4.941761 ! 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=3.363 mas, bmaj=55.15 mas, bpa=11.65 degrees ! Estimated noise=3.07583 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.132815 Jy ! Component: 100 - total flux cleaned = 0.203024 Jy ! Total flux subtracted in 100 components = 0.203024 Jy ! Clean residual min=-0.018877 max=0.037871 Jy/beam ! Clean residual mean=-0.001000 rms=0.009538 Jy/beam ! Combined flux in latest and established models = 0.203024 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 48 components and 0.203024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139125Jy sigma=0.830443 ! Fit after self-cal, rms=0.137467Jy sigma=0.822438 ! 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=5.131 mas, bmaj=54.85 mas, bpa=11.56 degrees ! Estimated noise=1.6593 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.0602661 Jy ! Component: 100 - total flux cleaned = 0.0964122 Jy ! Component: 150 - total flux cleaned = 0.120743 Jy ! Component: 200 - total flux cleaned = 0.137905 Jy ! Total flux subtracted in 200 components = 0.137905 Jy ! Clean residual min=-0.021574 max=0.037252 Jy/beam ! Clean residual mean=-0.000756 rms=0.008329 Jy/beam ! Combined flux in latest and established models = 0.340929 Jy ! Performing phase self-cal ! Adding 117 model components to the UV plane model. ! The established model now contains 163 components and 0.340929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.108974Jy sigma=0.613196 ! Fit after self-cal, rms=0.106838Jy sigma=0.602948 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.131 x 54.85 at 11.56 degrees (North through East) ! Clean map min=-0.020338 max=0.16408 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.75 KP 1.92 LA 1.16 OV 0.50 ! PT 0.89 SC 1.18 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.29 FD 0.88 KP 1.05 LA 1.05 ! NL 2.16 OV 1.05 PT 0.87 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.78 KP 1.81 LA 1.13 OV 0.49 ! PT 0.88 SC 1.05 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.06 FD 0.90 KP 1.02 LA 1.09 ! NL 2.29 OV 0.98 PT 0.86 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.76 KP 1.58 LA 1.13 OV 0.57 ! PT 0.93 SC 1.08 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.08 FD 0.87 KP 1.08 LA 1.08 ! NL 1.61 OV 1.04 PT 0.87 ! ! ! Fit before self-cal, rms=0.106838Jy sigma=0.602948 ! Fit after self-cal, rms=0.138659Jy sigma=0.539412 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.136 mas, bmaj=52.58 mas, bpa=11.24 degrees ! Estimated noise=1.58713 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.00802328 Jy ! Component: 100 - total flux cleaned = -0.00944833 Jy ! Component: 150 - total flux cleaned = -0.0100542 Jy ! Component: 200 - total flux cleaned = -0.0102358 Jy ! Total flux subtracted in 200 components = -0.0102358 Jy ! Clean residual min=-0.012488 max=0.018286 Jy/beam ! Clean residual mean=-0.000655 rms=0.005212 Jy/beam ! Combined flux in latest and established models = 0.330693 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 186 components and 0.330693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.137699Jy sigma=0.534532 ! Fit after self-cal, rms=0.138116Jy sigma=0.532041 ! 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.138116Jy sigma=0.532041 ! Fit after self-cal, rms=0.136253Jy sigma=0.531219 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.09 mas, bmaj=52.03 mas, bpa=11.15 degrees ! Estimated noise=1.55105 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00278284 Jy ! Component: 100 - total flux cleaned = -0.0037206 Jy ! Component: 150 - total flux cleaned = -0.00456292 Jy ! Component: 200 - total flux cleaned = -0.0050301 Jy ! Total flux subtracted in 200 components = -0.0050301 Jy ! Clean residual min=-0.011439 max=0.017040 Jy/beam ! Clean residual mean=-0.000640 rms=0.004803 Jy/beam ! Combined flux in latest and established models = 0.325663 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 211 components and 0.325663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.135657Jy sigma=0.528895 ! Fit after self-cal, rms=0.135599Jy sigma=0.527208 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.00309967 Jy ! Component: 100 - total flux cleaned = 0.00242682 Jy ! Component: 150 - total flux cleaned = 0.00167344 Jy ! Component: 200 - total flux cleaned = 0.00139788 Jy ! Total flux subtracted in 200 components = 0.00139788 Jy ! Clean residual min=-0.011419 max=0.015849 Jy/beam ! Clean residual mean=-0.000634 rms=0.004647 Jy/beam ! Combined flux in latest and established models = 0.327061 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 223 components and 0.327061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.135047Jy sigma=0.526328 ! Fit after self-cal, rms=0.135258Jy sigma=0.524360 ! 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.135258Jy sigma=0.524360 ! Fit after self-cal, rms=0.131724Jy sigma=0.523622 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.052 mas, bmaj=51.87 mas, bpa=11.14 degrees ! Estimated noise=1.53653 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00143891 Jy ! Component: 100 - total flux cleaned = 0.000193381 Jy ! Component: 150 - total flux cleaned = -0.00041791 Jy ! Component: 200 - total flux cleaned = -0.000974527 Jy ! Total flux subtracted in 200 components = -0.000974527 Jy ! Clean residual min=-0.011013 max=0.015552 Jy/beam ! Clean residual mean=-0.000600 rms=0.004446 Jy/beam ! Combined flux in latest and established models = 0.326086 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 248 components and 0.326086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.131108Jy sigma=0.522406 ! Fit after self-cal, rms=0.131493Jy sigma=0.519819 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.00171554 Jy ! Component: 100 - total flux cleaned = 0.00140319 Jy ! Component: 150 - total flux cleaned = 0.000692013 Jy ! Component: 200 - total flux cleaned = 0.000182371 Jy ! Total flux subtracted in 200 components = 0.000182371 Jy ! Clean residual min=-0.012375 max=0.015261 Jy/beam ! Clean residual mean=-0.000597 rms=0.004499 Jy/beam ! Combined flux in latest and established models = 0.326269 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 291 components and 0.326269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.130795Jy sigma=0.520069 ! Fit after self-cal, rms=0.131042Jy sigma=0.517491 ! 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.131042Jy sigma=0.517491 ! Fit after self-cal, rms=0.128635Jy sigma=0.515829 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.31 mas, bmaj=57.34 mas, bpa=6.446 degrees ! Estimated noise=1.65153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00375486 Jy ! Component: 100 - total flux cleaned = 0.00329935 Jy ! Component: 150 - total flux cleaned = 0.00258962 Jy ! Component: 200 - total flux cleaned = 0.00181015 Jy ! Total flux subtracted in 200 components = 0.00181015 Jy ! Clean residual min=-0.016018 max=0.018736 Jy/beam ! Clean residual mean=-0.000723 rms=0.005378 Jy/beam ! Combined flux in latest and established models = 0.328079 Jy selfcal ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 341 components and 0.328079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.127654Jy sigma=0.515835 ! Fit after self-cal, rms=0.127683Jy sigma=0.513606 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.00104988 Jy ! Component: 100 - total flux cleaned = 0.00120416 Jy ! Component: 150 - total flux cleaned = 0.00167433 Jy ! Component: 200 - total flux cleaned = 0.00182468 Jy ! Total flux subtracted in 200 components = 0.00182468 Jy ! Clean residual min=-0.016909 max=0.018620 Jy/beam ! Clean residual mean=-0.000709 rms=0.005463 Jy/beam ! Combined flux in latest and established models = 0.329903 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 374 components and 0.329903 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.127217Jy sigma=0.513989 ! Fit after self-cal, rms=0.127160Jy sigma=0.513287 ! 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=5.08 mas, bmaj=52.56 mas, bpa=11.27 degrees ! Estimated noise=1.56754 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.08 x 52.56 at 11.27 degrees (North through East) ! Clean map min=-0.0171 max=0.14407 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=3.235 mas, bmaj=53.85 mas, bpa=11.33 degrees ! Estimated noise=2.80583 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.121828 Jy ! Component: 100 - total flux cleaned = 0.194402 Jy ! Component: 150 - total flux cleaned = 0.240049 Jy ! Component: 200 - total flux cleaned = 0.270469 Jy ! Total flux subtracted in 200 components = 0.270469 Jy ! Clean residual min=-0.015472 max=0.021949 Jy/beam ! Clean residual mean=-0.000545 rms=0.005760 Jy/beam ! Combined flux in latest and established models = 0.270469 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 92 model components to the UV plane model. ! The established model now contains 92 components and 0.270469 Jy ! Inverting map and beam ! Estimated beam: bmin=5.08 mas, bmaj=52.56 mas, bpa=11.27 degrees ! Estimated noise=1.56754 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.0287409 Jy ! Component: 100 - total flux cleaned = 0.0465054 Jy ! Component: 150 - total flux cleaned = 0.0547263 Jy ! Component: 200 - total flux cleaned = 0.0551872 Jy ! Total flux subtracted in 200 components = 0.0551872 Jy ! Clean residual min=-0.015050 max=0.023212 Jy/beam ! Clean residual mean=-0.000545 rms=0.005895 Jy/beam ! Combined flux in latest and established models = 0.325656 Jy ! Adding 71 model components to the UV plane model. ! The established model now contains 152 components and 0.325656 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.31 mas, bmaj=57.34 mas, bpa=6.446 degrees ! Estimated noise=1.65153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00238187 Jy ! Component: 100 - total flux cleaned = 0.00165398 Jy ! Component: 150 - total flux cleaned = 0.00102168 Jy ! Component: 200 - total flux cleaned = 0.000752696 Jy ! Total flux subtracted in 200 components = 0.000752696 Jy ! Clean residual min=-0.018503 max=0.023633 Jy/beam ! Clean residual mean=-0.000721 rms=0.006479 Jy/beam ! Combined flux in latest and established models = 0.326409 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.000254621 Jy ! Component: 100 - total flux cleaned = -0.000481026 Jy ! Component: 150 - total flux cleaned = -0.000477031 Jy ! Component: 200 - total flux cleaned = -0.000681911 Jy ! Total flux subtracted in 200 components = -0.000681911 Jy ! Clean residual min=-0.018529 max=0.022390 Jy/beam ! Clean residual mean=-0.000730 rms=0.006234 Jy/beam ! Combined flux in latest and established models = 0.325727 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 215 components and 0.325727 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.08 mas, bmaj=52.56 mas, bpa=11.27 degrees ! Estimated noise=1.56754 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00132472 Jy ! Component: 100 - total flux cleaned = -0.00178936 Jy ! Component: 150 - total flux cleaned = -0.00218411 Jy ! Component: 200 - total flux cleaned = -0.00255152 Jy ! Total flux subtracted in 200 components = -0.00255152 Jy ! Clean residual min=-0.015818 max=0.019081 Jy/beam ! Clean residual mean=-0.000575 rms=0.005150 Jy/beam ! Combined flux in latest and established models = 0.323176 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 239 components and 0.323176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.127757Jy sigma=0.524173 ! Fit after self-cal, rms=0.127798Jy sigma=0.523298 wmodel J0109-3854_S_a_map.mod ! Writing 239 model components to file: J0109-3854_S_a_map.mod wobs J0109-3854_S_a_uvs.fits ! Writing UV FITS file: J0109-3854_S_a_uvs.fits wwins J0109-3854_S_a_map.win ! wwins: Wrote 1 windows to J0109-3854_S_a_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.0081875 Jy ! Component: 100 - total flux cleaned = 0.013501 Jy ! Component: 150 - total flux cleaned = 0.0176968 Jy ! Component: 200 - total flux cleaned = 0.0210122 Jy ! Component: 250 - total flux cleaned = 0.0230181 Jy ! Component: 300 - total flux cleaned = 0.0248682 Jy ! Component: 350 - total flux cleaned = 0.0260749 Jy ! Component: 400 - total flux cleaned = 0.0271892 Jy ! Component: 450 - total flux cleaned = 0.0286833 Jy ! Component: 500 - total flux cleaned = 0.0298096 Jy ! Component: 550 - total flux cleaned = 0.0311381 Jy ! Component: 600 - total flux cleaned = 0.0322655 Jy ! Component: 650 - total flux cleaned = 0.0334522 Jy ! Component: 700 - total flux cleaned = 0.0341267 Jy ! Component: 750 - total flux cleaned = 0.0346625 Jy ! Component: 800 - total flux cleaned = 0.0351737 Jy ! Component: 850 - total flux cleaned = 0.0354695 Jy ! Component: 900 - total flux cleaned = 0.0362247 Jy ! Component: 950 - total flux cleaned = 0.0369494 Jy ! Component: 1000 - total flux cleaned = 0.0376462 Jy ! Component: 1050 - total flux cleaned = 0.0379834 Jy ! Component: 1100 - total flux cleaned = 0.0385524 Jy ! Component: 1150 - total flux cleaned = 0.0390991 Jy ! Component: 1200 - total flux cleaned = 0.0392503 Jy ! Component: 1250 - total flux cleaned = 0.0396906 Jy ! Component: 1300 - total flux cleaned = 0.0400457 Jy ! Component: 1350 - total flux cleaned = 0.0401837 Jy ! Component: 1400 - total flux cleaned = 0.0402512 Jy ! Component: 1450 - total flux cleaned = 0.0402512 Jy ! Component: 1500 - total flux cleaned = 0.0403814 Jy ! Component: 1550 - total flux cleaned = 0.0403812 Jy ! Component: 1600 - total flux cleaned = 0.0405048 Jy ! Component: 1650 - total flux cleaned = 0.0405651 Jy ! Component: 1700 - total flux cleaned = 0.0406848 Jy ! Component: 1750 - total flux cleaned = 0.0407441 Jy ! Component: 1800 - total flux cleaned = 0.040921 Jy ! Component: 1850 - total flux cleaned = 0.0410948 Jy ! Component: 1900 - total flux cleaned = 0.0412663 Jy ! Component: 1950 - total flux cleaned = 0.041379 Jy ! Component: 2000 - total flux cleaned = 0.0415464 Jy ! Component: 2050 - total flux cleaned = 0.0417674 Jy ! Component: 2100 - total flux cleaned = 0.0422053 Jy ! Component: 2150 - total flux cleaned = 0.0424766 Jy ! Component: 2200 - total flux cleaned = 0.042854 Jy ! Component: 2250 - total flux cleaned = 0.043068 Jy ! Component: 2300 - total flux cleaned = 0.0434399 Jy ! Component: 2350 - total flux cleaned = 0.0439695 Jy ! Component: 2400 - total flux cleaned = 0.0444979 Jy ! Component: 2450 - total flux cleaned = 0.0451309 Jy ! Component: 2500 - total flux cleaned = 0.0456574 Jy ! Component: 2550 - total flux cleaned = 0.0462878 Jy ! Component: 2600 - total flux cleaned = 0.0467604 Jy ! Component: 2650 - total flux cleaned = 0.0473897 Jy ! Component: 2700 - total flux cleaned = 0.0480707 Jy ! Component: 2750 - total flux cleaned = 0.0486474 Jy ! Component: 2800 - total flux cleaned = 0.0493816 Jy ! Component: 2850 - total flux cleaned = 0.0500639 Jy ! Component: 2900 - total flux cleaned = 0.0507474 Jy ! Component: 2950 - total flux cleaned = 0.0515371 Jy ! Component: 3000 - total flux cleaned = 0.0522754 Jy ! Component: 3050 - total flux cleaned = 0.053068 Jy ! Component: 3100 - total flux cleaned = 0.0538626 Jy ! Component: 3150 - total flux cleaned = 0.0546588 Jy ! Component: 3200 - total flux cleaned = 0.0553508 Jy ! Component: 3250 - total flux cleaned = 0.0562045 Jy ! Component: 3300 - total flux cleaned = 0.057007 Jy ! Component: 3350 - total flux cleaned = 0.057758 Jy ! Component: 3400 - total flux cleaned = 0.0585105 Jy ! Component: 3450 - total flux cleaned = 0.0593737 Jy ! Component: 3500 - total flux cleaned = 0.0601849 Jy ! Component: 3550 - total flux cleaned = 0.0609443 Jy ! Component: 3600 - total flux cleaned = 0.0618696 Jy ! Component: 3650 - total flux cleaned = 0.0626885 Jy ! Component: 3700 - total flux cleaned = 0.0634552 Jy ! Component: 3750 - total flux cleaned = 0.0642238 Jy ! Component: 3800 - total flux cleaned = 0.0651056 Jy ! Component: 3850 - total flux cleaned = 0.0658798 Jy ! Component: 3900 - total flux cleaned = 0.0666563 Jy ! Component: 3950 - total flux cleaned = 0.0674919 Jy ! Component: 4000 - total flux cleaned = 0.0681633 Jy ! Component: 4050 - total flux cleaned = 0.0689499 Jy ! Total flux subtracted in 4096 components = 0.0696266 Jy ! Clean residual min=-0.003818 max=0.003140 Jy/beam ! Clean residual mean=0.000039 rms=0.001210 Jy/beam ! Combined flux in latest and established models = 0.392802 Jy keep ! Adding 579 model components to the UV plane model. ! The established model now contains 813 components and 0.392802 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0109-3854_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.08 x 52.56 at 11.27 degrees (North through East) ! Clean map min=-0.011375 max=0.14116 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0109-3854_S_a_map.fits wmodel /image_prod/ug002_uva//J0109-3854_S_a_map.mod ! Writing 813 model components to file: /image_prod/ug002_uva//J0109-3854_S_a_map.mod wobs /image_prod/ug002_uva//J0109-3854_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0109-3854_S_a_uvs.fits wwins /image_prod/ug002_uva//J0109-3854_S_a_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0109-3854_S_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.141156 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00126977 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.69865 2.69865 5.3973 10.7946 21.5892 43.1784 86.3568 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0038 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.141 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 111.166 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0109-3854_S_a_dfm.log closed on Wed Mar 4 18:52:32 2020