! Started logfile: /image_prod/ug002_uva//J0747-3310_S_dfm.log on Wed Mar 4 21:59:42 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//J0747-3310_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0747-3310_S_uva.fits ! AN table 1: 50 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.864444 visibilities/baseline/integration-bin. ! Found source: J0747-3310 ! ! 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 4668 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 J0747-3310_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 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.215156Jy sigma=6.519465 ! Fit after self-cal, rms=0.484146Jy sigma=2.596996 ! 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.747 mas, bmaj=14.12 mas, bpa=-18.38 degrees ! Estimated noise=3.09874 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.40164 Jy ! Component: 100 - total flux cleaned = 0.561357 Jy ! Total flux subtracted in 100 components = 0.561357 Jy ! Clean residual min=-0.034786 max=0.075950 Jy/beam ! Clean residual mean=-0.000268 rms=0.012775 Jy/beam ! Combined flux in latest and established models = 0.561357 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 27 components and 0.561357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.230818Jy sigma=1.184277 ! Fit after self-cal, rms=0.230704Jy sigma=1.183797 ! 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.414 mas, bmaj=15.82 mas, bpa=-17.94 degrees ! Estimated noise=2.01609 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.131811 Jy ! Component: 100 - total flux cleaned = 0.203585 Jy ! Component: 150 - total flux cleaned = 0.245564 Jy ! Component: 200 - total flux cleaned = 0.270834 Jy ! Total flux subtracted in 200 components = 0.270834 Jy ! Clean residual min=-0.018090 max=0.029911 Jy/beam ! Clean residual mean=0.000064 rms=0.007620 Jy/beam ! Combined flux in latest and established models = 0.832191 Jy ! Performing phase self-cal ! Adding 107 model components to the UV plane model. ! The established model now contains 127 components and 0.83219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.141855Jy sigma=0.655019 ! Fit after self-cal, rms=0.141814Jy sigma=0.654583 ! 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.414 x 15.82 at -17.94 degrees (North through East) ! Clean map min=-0.017888 max=0.54744 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.92 HN 1.15 KP 0.99 ! LA 0.98 MK 1.06 NL 1.04 OV 0.92 ! PT 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.48 FD 0.94 HN 1.17 KP 0.98 ! LA 0.99 MK 1.02 NL 1.15 OV 0.95 ! PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.94 HN 1.14 KP 0.98 ! LA 0.99 MK 0.94 NL 1.03 OV 0.91 ! PT 0.98 ! ! ! Fit before self-cal, rms=0.141814Jy sigma=0.654583 ! Fit after self-cal, rms=0.147557Jy sigma=0.559048 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.447 mas, bmaj=16.08 mas, bpa=-18.13 degrees ! Estimated noise=2.01842 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.00186652 Jy ! Component: 100 - total flux cleaned = 0.00228195 Jy ! Component: 150 - total flux cleaned = 0.0018186 Jy ! Component: 200 - total flux cleaned = 0.0016801 Jy ! Total flux subtracted in 200 components = 0.0016801 Jy ! Clean residual min=-0.019440 max=0.023107 Jy/beam ! Clean residual mean=0.000056 rms=0.006318 Jy/beam ! Combined flux in latest and established models = 0.833871 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 144 components and 0.833871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.146493Jy sigma=0.558291 ! Fit after self-cal, rms=0.146611Jy sigma=0.558094 ! 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.146611Jy sigma=0.558094 ! Fit after self-cal, rms=0.126152Jy sigma=0.454654 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.434 mas, bmaj=16.27 mas, bpa=-18.26 degrees ! Estimated noise=2.0477 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.17428e-05 Jy ! Component: 100 - total flux cleaned = -0.000758881 Jy ! Component: 150 - total flux cleaned = -0.00149028 Jy ! Component: 200 - total flux cleaned = -0.00213427 Jy ! Total flux subtracted in 200 components = -0.00213427 Jy ! Clean residual min=-0.009720 max=0.012087 Jy/beam ! Clean residual mean=0.000045 rms=0.003127 Jy/beam ! Combined flux in latest and established models = 0.831736 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 160 components and 0.831736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.124846Jy sigma=0.448667 ! Fit after self-cal, rms=0.124933Jy sigma=0.448553 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.000600726 Jy ! Component: 100 - total flux cleaned = -0.000947599 Jy ! Component: 150 - total flux cleaned = -0.00141035 Jy ! Component: 200 - total flux cleaned = -0.00182272 Jy ! Total flux subtracted in 200 components = -0.00182272 Jy ! Clean residual min=-0.009098 max=0.012815 Jy/beam ! Clean residual mean=0.000042 rms=0.003040 Jy/beam ! Combined flux in latest and established models = 0.829914 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 166 components and 0.829914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.124487Jy sigma=0.446088 ! Fit after self-cal, rms=0.124483Jy sigma=0.446073 ! 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.124483Jy sigma=0.446073 ! Fit after self-cal, rms=0.126256Jy sigma=0.433177 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.435 mas, bmaj=16.3 mas, bpa=-18.34 degrees ! Estimated noise=2.0463 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00495918 Jy ! Component: 100 - total flux cleaned = -0.00572763 Jy ! Component: 150 - total flux cleaned = -0.00607079 Jy ! Component: 200 - total flux cleaned = -0.00653249 Jy ! Total flux subtracted in 200 components = -0.00653249 Jy ! Clean residual min=-0.008135 max=0.011525 Jy/beam ! Clean residual mean=0.000046 rms=0.002412 Jy/beam ! Combined flux in latest and established models = 0.823381 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 173 components and 0.823381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.125469Jy sigma=0.430198 ! Fit after self-cal, rms=0.125474Jy sigma=0.430175 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 (16.5, 9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0112431 Jy ! Component: 100 - total flux cleaned = 0.0172131 Jy ! Component: 150 - total flux cleaned = 0.0196266 Jy ! Component: 200 - total flux cleaned = 0.0202164 Jy ! Total flux subtracted in 200 components = 0.0202164 Jy ! Clean residual min=-0.007337 max=0.006491 Jy/beam ! Clean residual mean=0.000095 rms=0.001961 Jy/beam ! Combined flux in latest and established models = 0.843598 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 210 components and 0.843597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.124362Jy sigma=0.421669 ! Fit after self-cal, rms=0.124281Jy sigma=0.421195 ! 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.124281Jy sigma=0.421195 ! Fit after self-cal, rms=0.125293Jy sigma=0.420113 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.701 mas, bmaj=28.64 mas, bpa=-3.711 degrees ! Estimated noise=2.46942 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000508847 Jy ! Component: 100 - total flux cleaned = -0.000348156 Jy ! Component: 150 - total flux cleaned = -7.00877e-05 Jy ! Component: 200 - total flux cleaned = 4.51561e-05 Jy ! Total flux subtracted in 200 components = 4.51561e-05 Jy ! Clean residual min=-0.007640 max=0.006646 Jy/beam ! Clean residual mean=0.000142 rms=0.002361 Jy/beam ! Combined flux in latest and established models = 0.843643 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 235 components and 0.843642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.124837Jy sigma=0.418799 ! Fit after self-cal, rms=0.124819Jy sigma=0.418623 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.000972835 Jy ! Component: 100 - total flux cleaned = 0.000967493 Jy ! Component: 150 - total flux cleaned = 0.000962651 Jy ! Component: 200 - total flux cleaned = 0.000961426 Jy ! Total flux subtracted in 200 components = 0.000961426 Jy ! Clean residual min=-0.007572 max=0.006830 Jy/beam ! Clean residual mean=0.000148 rms=0.002319 Jy/beam ! Combined flux in latest and established models = 0.844604 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 256 components and 0.844604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.124676Jy sigma=0.418509 ! Fit after self-cal, rms=0.124680Jy sigma=0.418463 ! 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.435 mas, bmaj=16.33 mas, bpa=-18.36 degrees ! Estimated noise=2.04121 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.435 x 16.33 at -18.36 degrees (North through East) ! Clean map min=-0.006574 max=0.54666 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.124680Jy sigma=0.418463 ! Fit after self-cal, rms=0.122669Jy sigma=0.388918 ! Inverting map and beam ! Estimated beam: bmin=3.444 mas, bmaj=16.36 mas, bpa=-18.43 degrees ! Estimated noise=2.04509 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00358066 Jy ! Component: 100 - total flux cleaned = -0.00372365 Jy ! Component: 150 - total flux cleaned = -0.00385144 Jy ! Component: 200 - total flux cleaned = -0.00374834 Jy ! Total flux subtracted in 200 components = -0.00374834 Jy ! Clean residual min=-0.005825 max=0.004740 Jy/beam ! Clean residual mean=0.000079 rms=0.001540 Jy/beam ! Combined flux in latest and established models = 0.840855 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 266 components and 0.840855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.122225Jy sigma=0.387001 ! Fit after self-cal, rms=0.122215Jy sigma=0.386994 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000208968 Jy ! Component: 100 - total flux cleaned = 0.000310786 Jy ! Component: 150 - total flux cleaned = 0.000492478 Jy ! Component: 200 - total flux cleaned = 0.000657586 Jy ! Total flux subtracted in 200 components = 0.000657586 Jy ! Clean residual min=-0.005600 max=0.004717 Jy/beam ! Clean residual mean=0.000081 rms=0.001501 Jy/beam ! Combined flux in latest and established models = 0.841513 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 276 components and 0.841513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.122034Jy sigma=0.386128 ! Fit after self-cal, rms=0.122030Jy sigma=0.386121 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.122030Jy sigma=0.386121 ! Fit after self-cal, rms=0.122849Jy sigma=0.385583 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.759 mas, bmaj=14.4 mas, bpa=-18.75 degrees ! Estimated noise=3.20482 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.416235 Jy ! Component: 100 - total flux cleaned = 0.580716 Jy ! Component: 150 - total flux cleaned = 0.664619 Jy ! Component: 200 - total flux cleaned = 0.711123 Jy ! Total flux subtracted in 200 components = 0.711123 Jy ! Clean residual min=-0.012543 max=0.023793 Jy/beam ! Clean residual mean=-0.000111 rms=0.003980 Jy/beam ! Combined flux in latest and established models = 0.711123 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 58 model components to the UV plane model. ! The established model now contains 58 components and 0.711123 Jy ! Inverting map and beam ! Estimated beam: bmin=3.442 mas, bmaj=16.39 mas, bpa=-18.42 degrees ! Estimated noise=2.04194 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.0416898 Jy ! Component: 100 - total flux cleaned = 0.0649204 Jy ! Component: 150 - total flux cleaned = 0.0806708 Jy ! Component: 200 - total flux cleaned = 0.0919783 Jy ! Total flux subtracted in 200 components = 0.0919783 Jy ! Clean residual min=-0.007233 max=0.007283 Jy/beam ! Clean residual mean=0.000018 rms=0.001935 Jy/beam ! Combined flux in latest and established models = 0.803101 Jy ! Adding 90 model components to the UV plane model. ! The established model now contains 143 components and 0.803101 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.725 mas, bmaj=28.79 mas, bpa=-3.835 degrees ! Estimated noise=2.46283 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0117805 Jy ! Component: 100 - total flux cleaned = 0.0189036 Jy ! Component: 150 - total flux cleaned = 0.0234464 Jy ! Component: 200 - total flux cleaned = 0.0265778 Jy ! Total flux subtracted in 200 components = 0.0265778 Jy ! Clean residual min=-0.007691 max=0.005198 Jy/beam ! Clean residual mean=0.000113 rms=0.001981 Jy/beam ! Combined flux in latest and established models = 0.829679 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.00234502 Jy ! Component: 100 - total flux cleaned = 0.00414102 Jy ! Component: 150 - total flux cleaned = 0.00522867 Jy ! Component: 200 - total flux cleaned = 0.00563299 Jy ! Total flux subtracted in 200 components = 0.00563299 Jy ! Clean residual min=-0.007275 max=0.005324 Jy/beam ! Clean residual mean=0.000134 rms=0.001938 Jy/beam ! Combined flux in latest and established models = 0.835312 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 222 components and 0.835312 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.442 mas, bmaj=16.39 mas, bpa=-18.42 degrees ! Estimated noise=2.04194 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150336 Jy ! Component: 100 - total flux cleaned = 0.00189496 Jy ! Component: 150 - total flux cleaned = 0.0022358 Jy ! Component: 200 - total flux cleaned = 0.00254283 Jy ! Total flux subtracted in 200 components = 0.00254283 Jy ! Clean residual min=-0.005676 max=0.004238 Jy/beam ! Clean residual mean=0.000084 rms=0.001358 Jy/beam ! Combined flux in latest and established models = 0.837855 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 245 components and 0.837855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.122330Jy sigma=0.383939 ! Fit after self-cal, rms=0.122261Jy sigma=0.383774 wmodel J0747-3310_S_map.mod ! Writing 245 model components to file: J0747-3310_S_map.mod wobs J0747-3310_S_uvs.fits ! Writing UV FITS file: J0747-3310_S_uvs.fits wwins J0747-3310_S_map.win ! wwins: Wrote 2 windows to J0747-3310_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.00194181 Jy ! Component: 100 - total flux cleaned = -0.00283554 Jy ! Component: 150 - total flux cleaned = -0.00359587 Jy ! Component: 200 - total flux cleaned = -0.00409826 Jy ! Component: 250 - total flux cleaned = -0.00403063 Jy ! Component: 300 - total flux cleaned = -0.00402803 Jy ! Component: 350 - total flux cleaned = -0.0041515 Jy ! Component: 400 - total flux cleaned = -0.0040296 Jy ! Component: 450 - total flux cleaned = -0.00379529 Jy ! Component: 500 - total flux cleaned = -0.00356592 Jy ! Component: 550 - total flux cleaned = -0.00306551 Jy ! Component: 600 - total flux cleaned = -0.00279436 Jy ! Component: 650 - total flux cleaned = -0.00252886 Jy ! Component: 700 - total flux cleaned = -0.00216587 Jy ! Component: 750 - total flux cleaned = -0.00186107 Jy ! Component: 800 - total flux cleaned = -0.00146372 Jy ! Component: 850 - total flux cleaned = -0.00117209 Jy ! Component: 900 - total flux cleaned = -0.000980059 Jy ! Component: 950 - total flux cleaned = -0.000744213 Jy ! Component: 1000 - total flux cleaned = -0.000373978 Jy ! Component: 1050 - total flux cleaned = -0.000102809 Jy ! Component: 1100 - total flux cleaned = -1.39721e-05 Jy ! Component: 1150 - total flux cleaned = 0.000381209 Jy ! Component: 1200 - total flux cleaned = 0.000424212 Jy ! Component: 1250 - total flux cleaned = 0.000722697 Jy ! Component: 1300 - total flux cleaned = 0.000974583 Jy ! Component: 1350 - total flux cleaned = 0.00109814 Jy ! Component: 1400 - total flux cleaned = 0.00138187 Jy ! Component: 1450 - total flux cleaned = 0.00138155 Jy ! Component: 1500 - total flux cleaned = 0.00134265 Jy ! Component: 1550 - total flux cleaned = 0.00157577 Jy ! Component: 1600 - total flux cleaned = 0.00165206 Jy ! Component: 1650 - total flux cleaned = 0.00165166 Jy ! Component: 1700 - total flux cleaned = 0.00176317 Jy ! Component: 1750 - total flux cleaned = 0.00172657 Jy ! Component: 1800 - total flux cleaned = 0.00169144 Jy ! Component: 1850 - total flux cleaned = 0.00176307 Jy ! Component: 1900 - total flux cleaned = 0.00179876 Jy ! Component: 1950 - total flux cleaned = 0.00179878 Jy ! Component: 2000 - total flux cleaned = 0.0019017 Jy ! Component: 2050 - total flux cleaned = 0.0017998 Jy ! Component: 2100 - total flux cleaned = 0.00193435 Jy ! Component: 2150 - total flux cleaned = 0.00196723 Jy ! Component: 2200 - total flux cleaned = 0.00196739 Jy ! Component: 2250 - total flux cleaned = 0.0019679 Jy ! Component: 2300 - total flux cleaned = 0.00193606 Jy ! Component: 2350 - total flux cleaned = 0.00199977 Jy ! Component: 2400 - total flux cleaned = 0.00190585 Jy ! Component: 2450 - total flux cleaned = 0.00199893 Jy ! Component: 2500 - total flux cleaned = 0.00202969 Jy ! Component: 2550 - total flux cleaned = 0.00196889 Jy ! Component: 2600 - total flux cleaned = 0.00199927 Jy ! Component: 2650 - total flux cleaned = 0.00205848 Jy ! Component: 2700 - total flux cleaned = 0.00208761 Jy ! Component: 2750 - total flux cleaned = 0.00211664 Jy ! Component: 2800 - total flux cleaned = 0.00214566 Jy ! Component: 2850 - total flux cleaned = 0.00220275 Jy ! Component: 2900 - total flux cleaned = 0.00228714 Jy ! Component: 2950 - total flux cleaned = 0.00228735 Jy ! Component: 3000 - total flux cleaned = 0.00234321 Jy ! Component: 3050 - total flux cleaned = 0.00242593 Jy ! Component: 3100 - total flux cleaned = 0.00258952 Jy ! Component: 3150 - total flux cleaned = 0.00258977 Jy ! Component: 3200 - total flux cleaned = 0.0026971 Jy ! Component: 3250 - total flux cleaned = 0.00290929 Jy ! Component: 3300 - total flux cleaned = 0.00296168 Jy ! Component: 3350 - total flux cleaned = 0.00306606 Jy ! Component: 3400 - total flux cleaned = 0.00314372 Jy ! Component: 3450 - total flux cleaned = 0.00324622 Jy ! Component: 3500 - total flux cleaned = 0.00329709 Jy ! Component: 3550 - total flux cleaned = 0.00337323 Jy ! Component: 3600 - total flux cleaned = 0.00347352 Jy ! Component: 3650 - total flux cleaned = 0.00349851 Jy ! Component: 3700 - total flux cleaned = 0.00364684 Jy ! Component: 3750 - total flux cleaned = 0.00364707 Jy ! Component: 3800 - total flux cleaned = 0.00381788 Jy ! Component: 3850 - total flux cleaned = 0.00379375 Jy ! Component: 3900 - total flux cleaned = 0.00393806 Jy ! Component: 3950 - total flux cleaned = 0.00408104 Jy ! Component: 4000 - total flux cleaned = 0.00408078 Jy ! Component: 4050 - total flux cleaned = 0.00419836 Jy ! Total flux subtracted in 4096 components = 0.00429182 Jy ! Clean residual min=-0.001312 max=0.001389 Jy/beam ! Clean residual mean=0.000045 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.842147 Jy keep ! Adding 338 model components to the UV plane model. ! The established model now contains 583 components and 0.842146 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0747-3310_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.442 x 16.39 at -18.42 degrees (North through East) ! Clean map min=-0.0035293 max=0.55854 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0747-3310_S_map.fits wmodel /image_prod/ug002_uva//J0747-3310_S_map.mod ! Writing 583 model components to file: /image_prod/ug002_uva//J0747-3310_S_map.mod wobs /image_prod/ug002_uva//J0747-3310_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0747-3310_S_uvs.fits wwins /image_prod/ug002_uva//J0747-3310_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0747-3310_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.558544 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000455019 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.244396 0.244396 0.488792 0.977583 1.95517 3.91033 7.82067 15.6413 31.2827 62.5653 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.558 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1227.52 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0747-3310_S_dfm.log closed on Wed Mar 4 21:59:46 2020