! Started logfile: /image_prod/ug002_uva//J1415-3705_S_dfm.log on Thu Mar 5 01:39:56 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//J1415-3705_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1415-3705_S_uva.fits ! AN table 1: 38 integrations on 21 of 21 possible baselines. ! AN table 2: 38 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.986216 visibilities/baseline/integration-bin. ! Found source: J1415-3705 ! ! 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 4722 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 J1415-3705_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.113773Jy sigma=5.237724 ! Fit after self-cal, rms=0.420197Jy sigma=1.764741 ! 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.554 mas, bmaj=12.37 mas, bpa=-20.43 degrees ! Estimated noise=3.61224 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.47943 Jy ! Component: 100 - total flux cleaned = 0.59585 Jy ! Total flux subtracted in 100 components = 0.59585 Jy ! Clean residual min=-0.033500 max=0.064010 Jy/beam ! Clean residual mean=-0.000025 rms=0.012072 Jy/beam ! Combined flux in latest and established models = 0.59585 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.59585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.184210Jy sigma=0.805378 ! Fit after self-cal, rms=0.184204Jy sigma=0.805354 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.219 mas, bmaj=14.19 mas, bpa=-18.81 degrees ! Estimated noise=2.28622 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.0707503 Jy ! Component: 100 - total flux cleaned = 0.109 Jy ! Component: 150 - total flux cleaned = 0.132445 Jy ! Component: 200 - total flux cleaned = 0.147218 Jy ! Total flux subtracted in 200 components = 0.147218 Jy ! Clean residual min=-0.031496 max=0.041051 Jy/beam ! Clean residual mean=0.000091 rms=0.009271 Jy/beam ! Combined flux in latest and established models = 0.743068 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 28 components and 0.743068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.160735Jy sigma=0.627983 ! Fit after self-cal, rms=0.160764Jy sigma=0.627857 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.219 x 14.19 at -18.81 degrees (North through East) ! Clean map min=-0.03023 max=0.59486 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 HN 1.29 KP 0.98 LA 1.07 ! MK 1.05 NL 0.96 OV 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 0.83 KP 0.99 LA 1.08 ! MK 0.96 NL 1.25 OV 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 HN 1.37 KP 1.02 LA 1.05 ! MK 1.02 NL 0.98 OV 0.85 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.55 FD 0.82 KP 1.00 LA 1.07 ! MK 0.95 NL 1.30 OV 0.83 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 HN 1.38 KP 0.99 LA 1.09 ! MK 1.02 NL 0.91 OV 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.89 FD 0.84 KP 1.00 LA 1.10 ! MK 0.97 NL 1.24 OV 0.97 ! ! ! Fit before self-cal, rms=0.160764Jy sigma=0.627857 ! Fit after self-cal, rms=0.140219Jy sigma=0.433897 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.274 mas, bmaj=14.33 mas, bpa=-18.96 degrees ! Estimated noise=2.30171 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.00905417 Jy ! Component: 100 - total flux cleaned = -0.0109298 Jy ! Component: 150 - total flux cleaned = -0.011508 Jy ! Component: 200 - total flux cleaned = -0.0121842 Jy ! Total flux subtracted in 200 components = -0.0121842 Jy ! Clean residual min=-0.009602 max=0.007820 Jy/beam ! Clean residual mean=0.000011 rms=0.002579 Jy/beam ! Combined flux in latest and established models = 0.730884 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 45 components and 0.730884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139294Jy sigma=0.429569 ! Fit after self-cal, rms=0.139791Jy sigma=0.429174 ! 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.139791Jy sigma=0.429174 ! Fit after self-cal, rms=0.139895Jy sigma=0.427894 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.286 mas, bmaj=14.35 mas, bpa=-18.96 degrees ! Estimated noise=2.29832 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00711258 Jy ! Component: 100 - total flux cleaned = -0.0085742 Jy ! Component: 150 - total flux cleaned = -0.00930748 Jy ! Component: 200 - total flux cleaned = -0.00980397 Jy ! Total flux subtracted in 200 components = -0.00980397 Jy ! Clean residual min=-0.007816 max=0.006953 Jy/beam ! Clean residual mean=0.000013 rms=0.002241 Jy/beam ! Combined flux in latest and established models = 0.72108 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 50 components and 0.721079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139333Jy sigma=0.425284 ! Fit after self-cal, rms=0.139337Jy sigma=0.425255 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.000389328 Jy ! Component: 100 - total flux cleaned = -0.000781823 Jy ! Component: 150 - total flux cleaned = -0.00104755 Jy ! Component: 200 - total flux cleaned = -0.00137249 Jy ! Total flux subtracted in 200 components = -0.00137249 Jy ! Clean residual min=-0.007358 max=0.006710 Jy/beam ! Clean residual mean=0.000012 rms=0.002184 Jy/beam ! Combined flux in latest and established models = 0.719707 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 65 components and 0.719707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139219Jy sigma=0.424562 ! Fit after self-cal, rms=0.139215Jy sigma=0.424546 ! 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.139215Jy sigma=0.424546 ! Fit after self-cal, rms=0.139722Jy sigma=0.423316 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.296 mas, bmaj=14.35 mas, bpa=-18.98 degrees ! Estimated noise=2.29813 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00532336 Jy ! Component: 100 - total flux cleaned = -0.00613439 Jy ! Component: 150 - total flux cleaned = -0.00690258 Jy ! Component: 200 - total flux cleaned = -0.00764184 Jy ! Total flux subtracted in 200 components = -0.00764184 Jy ! Clean residual min=-0.006537 max=0.005964 Jy/beam ! Clean residual mean=0.000013 rms=0.001905 Jy/beam ! Combined flux in latest and established models = 0.712065 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 74 components and 0.712065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139394Jy sigma=0.421880 ! Fit after self-cal, rms=0.139407Jy sigma=0.421868 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.000439194 Jy ! Component: 100 - total flux cleaned = -0.000803048 Jy ! Component: 150 - total flux cleaned = -0.00113178 Jy ! Component: 200 - total flux cleaned = -0.0013719 Jy ! Total flux subtracted in 200 components = -0.0013719 Jy ! Clean residual min=-0.006324 max=0.005820 Jy/beam ! Clean residual mean=0.000012 rms=0.001869 Jy/beam ! Combined flux in latest and established models = 0.710693 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 92 components and 0.710693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139342Jy sigma=0.421496 ! Fit after self-cal, rms=0.139338Jy sigma=0.421488 ! 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.139338Jy sigma=0.421488 ! Fit after self-cal, rms=0.139845Jy sigma=0.420673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.026 mas, bmaj=26.72 mas, bpa=-5.431 degrees ! Estimated noise=2.73573 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0043036 Jy ! Component: 100 - total flux cleaned = -0.00574145 Jy ! Component: 150 - total flux cleaned = -0.00604844 Jy ! Component: 200 - total flux cleaned = -0.00627321 Jy ! Total flux subtracted in 200 components = -0.00627321 Jy ! Clean residual min=-0.006982 max=0.006880 Jy/beam ! Clean residual mean=0.000022 rms=0.002111 Jy/beam ! Combined flux in latest and established models = 0.70442 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 107 components and 0.70442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139684Jy sigma=0.419969 ! Fit after self-cal, rms=0.139698Jy sigma=0.419960 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.000271828 Jy ! Component: 100 - total flux cleaned = -0.000458842 Jy ! Component: 150 - total flux cleaned = -0.000672903 Jy ! Component: 200 - total flux cleaned = -0.000867341 Jy ! Total flux subtracted in 200 components = -0.000867341 Jy ! Clean residual min=-0.006810 max=0.006822 Jy/beam ! Clean residual mean=0.000021 rms=0.002099 Jy/beam ! Combined flux in latest and established models = 0.703552 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 113 components and 0.703552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139677Jy sigma=0.419784 ! Fit after self-cal, rms=0.139673Jy sigma=0.419776 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "============== Finished amplitude self-cal ==============" ! ============== Finished amplitude self-cal ============== restore ! Inverting map and beam ! Estimated beam: bmin=3.305 mas, bmaj=14.36 mas, bpa=-19 degrees ! Estimated noise=2.2971 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.305 x 14.36 at -19 degrees (North through East) ! Clean map min=-0.0058681 max=0.60449 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139673Jy sigma=0.419776 ! Fit after self-cal, rms=0.139593Jy sigma=0.372611 ! Inverting map and beam ! Estimated beam: bmin=3.315 mas, bmaj=14.37 mas, bpa=-19.02 degrees ! Estimated noise=2.29809 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00334388 Jy ! Component: 100 - total flux cleaned = -0.00387766 Jy ! Component: 150 - total flux cleaned = -0.00440045 Jy ! Component: 200 - total flux cleaned = -0.0049089 Jy ! Total flux subtracted in 200 components = -0.0049089 Jy ! Clean residual min=-0.005530 max=0.004892 Jy/beam ! Clean residual mean=0.000012 rms=0.001496 Jy/beam ! Combined flux in latest and established models = 0.698644 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 115 components and 0.698644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139438Jy sigma=0.371906 ! Fit after self-cal, rms=0.139435Jy sigma=0.371896 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000380859 Jy ! Component: 100 - total flux cleaned = -0.0006279 Jy ! Component: 150 - total flux cleaned = -0.000844624 Jy ! Component: 200 - total flux cleaned = -0.00100178 Jy ! Total flux subtracted in 200 components = -0.00100178 Jy ! Clean residual min=-0.005343 max=0.004797 Jy/beam ! Clean residual mean=0.000011 rms=0.001477 Jy/beam ! Combined flux in latest and established models = 0.697642 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 122 components and 0.697642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139404Jy sigma=0.371709 ! Fit after self-cal, rms=0.139402Jy sigma=0.371701 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139402Jy sigma=0.371701 ! Fit after self-cal, rms=0.139841Jy sigma=0.371269 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.608 mas, bmaj=12.44 mas, bpa=-20.54 degrees ! Estimated noise=3.73415 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.495529 Jy ! Component: 100 - total flux cleaned = 0.6039 Jy ! Component: 150 - total flux cleaned = 0.636447 Jy ! Component: 200 - total flux cleaned = 0.653348 Jy ! Total flux subtracted in 200 components = 0.653348 Jy ! Clean residual min=-0.008643 max=0.010494 Jy/beam ! Clean residual mean=-0.000016 rms=0.002313 Jy/beam ! Combined flux in latest and established models = 0.653348 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.653348 Jy ! Inverting map and beam ! Estimated beam: bmin=3.32 mas, bmaj=14.37 mas, bpa=-19.03 degrees ! Estimated noise=2.29715 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.0154306 Jy ! Component: 100 - total flux cleaned = 0.0239136 Jy ! Component: 150 - total flux cleaned = 0.0290239 Jy ! Component: 200 - total flux cleaned = 0.0321626 Jy ! Total flux subtracted in 200 components = 0.0321626 Jy ! Clean residual min=-0.005240 max=0.004699 Jy/beam ! Clean residual mean=0.000003 rms=0.001492 Jy/beam ! Combined flux in latest and established models = 0.685511 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 58 components and 0.685511 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.071 mas, bmaj=26.76 mas, bpa=-5.371 degrees ! Estimated noise=2.71949 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00256809 Jy ! Component: 100 - total flux cleaned = 0.00296505 Jy ! Component: 150 - total flux cleaned = 0.00316391 Jy ! Component: 200 - total flux cleaned = 0.00334682 Jy ! Total flux subtracted in 200 components = 0.00334682 Jy ! Clean residual min=-0.006072 max=0.005623 Jy/beam ! Clean residual mean=0.000011 rms=0.001779 Jy/beam ! Combined flux in latest and established models = 0.688858 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.000171749 Jy ! Component: 100 - total flux cleaned = 0.000359972 Jy ! Component: 150 - total flux cleaned = 0.000505332 Jy ! Component: 200 - total flux cleaned = 0.000640892 Jy ! Total flux subtracted in 200 components = 0.000640892 Jy ! Clean residual min=-0.006017 max=0.005643 Jy/beam ! Clean residual mean=0.000012 rms=0.001764 Jy/beam ! Combined flux in latest and established models = 0.689498 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 69 components and 0.689499 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.32 mas, bmaj=14.37 mas, bpa=-19.03 degrees ! Estimated noise=2.29715 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000236986 Jy ! Component: 100 - total flux cleaned = -0.000365242 Jy ! Component: 150 - total flux cleaned = -0.000479949 Jy ! Component: 200 - total flux cleaned = -0.000479184 Jy ! Total flux subtracted in 200 components = -0.000479184 Jy ! Clean residual min=-0.005202 max=0.004505 Jy/beam ! Clean residual mean=0.000006 rms=0.001409 Jy/beam ! Combined flux in latest and established models = 0.689019 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 75 components and 0.689019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139941Jy sigma=0.371562 ! Fit after self-cal, rms=0.139894Jy sigma=0.371533 wmodel J1415-3705_S_map.mod ! Writing 75 model components to file: J1415-3705_S_map.mod wobs J1415-3705_S_uvs.fits ! Writing UV FITS file: J1415-3705_S_uvs.fits wwins J1415-3705_S_map.win ! wwins: Wrote 1 windows to J1415-3705_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.00209183 Jy ! Component: 100 - total flux cleaned = -0.00313797 Jy ! Component: 150 - total flux cleaned = -0.0036624 Jy ! Component: 200 - total flux cleaned = -0.0040148 Jy ! Component: 250 - total flux cleaned = -0.00408207 Jy ! Component: 300 - total flux cleaned = -0.00440465 Jy ! Component: 350 - total flux cleaned = -0.0046547 Jy ! Component: 400 - total flux cleaned = -0.00495602 Jy ! Component: 450 - total flux cleaned = -0.00489728 Jy ! Component: 500 - total flux cleaned = -0.00489622 Jy ! Component: 550 - total flux cleaned = -0.00473148 Jy ! Component: 600 - total flux cleaned = -0.0046779 Jy ! Component: 650 - total flux cleaned = -0.00467758 Jy ! Component: 700 - total flux cleaned = -0.00462765 Jy ! Component: 750 - total flux cleaned = -0.00452803 Jy ! Component: 800 - total flux cleaned = -0.00452912 Jy ! Component: 850 - total flux cleaned = -0.00443356 Jy ! Component: 900 - total flux cleaned = -0.0044807 Jy ! Component: 950 - total flux cleaned = -0.00457124 Jy ! Component: 1000 - total flux cleaned = -0.00457191 Jy ! Component: 1050 - total flux cleaned = -0.0046593 Jy ! Component: 1100 - total flux cleaned = -0.0047449 Jy ! Component: 1150 - total flux cleaned = -0.00478721 Jy ! Component: 1200 - total flux cleaned = -0.00495201 Jy ! Component: 1250 - total flux cleaned = -0.00499234 Jy ! Component: 1300 - total flux cleaned = -0.00511131 Jy ! Component: 1350 - total flux cleaned = -0.00518953 Jy ! Component: 1400 - total flux cleaned = -0.00534218 Jy ! Component: 1450 - total flux cleaned = -0.00541725 Jy ! Component: 1500 - total flux cleaned = -0.0054541 Jy ! Component: 1550 - total flux cleaned = -0.00549066 Jy ! Component: 1600 - total flux cleaned = -0.00556219 Jy ! Component: 1650 - total flux cleaned = -0.00552708 Jy ! Component: 1700 - total flux cleaned = -0.00545832 Jy ! Component: 1750 - total flux cleaned = -0.00549232 Jy ! Component: 1800 - total flux cleaned = -0.00535813 Jy ! Component: 1850 - total flux cleaned = -0.00542418 Jy ! Component: 1900 - total flux cleaned = -0.00535851 Jy ! Component: 1950 - total flux cleaned = -0.00532625 Jy ! Component: 2000 - total flux cleaned = -0.00532622 Jy ! Component: 2050 - total flux cleaned = -0.00523228 Jy ! Component: 2100 - total flux cleaned = -0.00523269 Jy ! Component: 2150 - total flux cleaned = -0.00529393 Jy ! Component: 2200 - total flux cleaned = -0.0052634 Jy ! Component: 2250 - total flux cleaned = -0.00514349 Jy ! Component: 2300 - total flux cleaned = -0.00514405 Jy ! Component: 2350 - total flux cleaned = -0.00517381 Jy ! Component: 2400 - total flux cleaned = -0.00508673 Jy ! Component: 2450 - total flux cleaned = -0.00500044 Jy ! Component: 2500 - total flux cleaned = -0.0049438 Jy ! Component: 2550 - total flux cleaned = -0.0048315 Jy ! Component: 2600 - total flux cleaned = -0.00483171 Jy ! Component: 2650 - total flux cleaned = -0.0046663 Jy ! Component: 2700 - total flux cleaned = -0.00463904 Jy ! Component: 2750 - total flux cleaned = -0.00461194 Jy ! Component: 2800 - total flux cleaned = -0.00450483 Jy ! Component: 2850 - total flux cleaned = -0.00455753 Jy ! Component: 2900 - total flux cleaned = -0.0044793 Jy ! Component: 2950 - total flux cleaned = -0.00440169 Jy ! Component: 3000 - total flux cleaned = -0.0044275 Jy ! Component: 3050 - total flux cleaned = -0.00437665 Jy ! Component: 3100 - total flux cleaned = -0.00432601 Jy ! Component: 3150 - total flux cleaned = -0.00427621 Jy ! Component: 3200 - total flux cleaned = -0.00422661 Jy ! Component: 3250 - total flux cleaned = -0.00420176 Jy ! Component: 3300 - total flux cleaned = -0.00415287 Jy ! Component: 3350 - total flux cleaned = -0.00400832 Jy ! Component: 3400 - total flux cleaned = -0.00393665 Jy ! Component: 3450 - total flux cleaned = -0.00388917 Jy ! Component: 3500 - total flux cleaned = -0.00381876 Jy ! Component: 3550 - total flux cleaned = -0.00377212 Jy ! Component: 3600 - total flux cleaned = -0.00374883 Jy ! Component: 3650 - total flux cleaned = -0.00368004 Jy ! Component: 3700 - total flux cleaned = -0.00363437 Jy ! Component: 3750 - total flux cleaned = -0.0035663 Jy ! Component: 3800 - total flux cleaned = -0.00354391 Jy ! Component: 3850 - total flux cleaned = -0.00347704 Jy ! Component: 3900 - total flux cleaned = -0.00345489 Jy ! Component: 3950 - total flux cleaned = -0.00345463 Jy ! Component: 4000 - total flux cleaned = -0.00338912 Jy ! Component: 4050 - total flux cleaned = -0.00334588 Jy ! Total flux subtracted in 4096 components = -0.00323818 Jy ! Clean residual min=-0.001240 max=0.001224 Jy/beam ! Clean residual mean=0.000002 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.685781 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 350 components and 0.685781 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1415-3705_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.32 x 14.37 at -19.03 degrees (North through East) ! Clean map min=-0.0033143 max=0.62222 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1415-3705_S_map.fits wmodel /image_prod/ug002_uva//J1415-3705_S_map.mod ! Writing 350 model components to file: /image_prod/ug002_uva//J1415-3705_S_map.mod wobs /image_prod/ug002_uva//J1415-3705_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1415-3705_S_uvs.fits wwins /image_prod/ug002_uva//J1415-3705_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1415-3705_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.622215 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000417302 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.201201 0.201201 0.402403 0.804805 1.60961 3.21922 6.43844 12.8769 25.7538 51.5075 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.622 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1491.04 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1415-3705_S_dfm.log closed on Thu Mar 5 01:40:00 2020