! Started logfile: /image_prod/ug002_uva//J0011-1434_S_dfm.log on Wed Mar 4 18:17:24 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//J0011-1434_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0011-1434_S_uva.fits ! AN table 1: 40 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.780556 visibilities/baseline/integration-bin. ! Found source: J0011-1434 ! ! 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 3372 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 J0011-1434_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 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.025481Jy sigma=6.628559 ! Fit after self-cal, rms=0.837110Jy sigma=5.362393 ! 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.486 mas, bmaj=16.57 mas, bpa=-12.91 degrees ! Estimated noise=2.8201 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.127438 Jy ! Component: 100 - total flux cleaned = 0.167053 Jy ! Total flux subtracted in 100 components = 0.167053 Jy ! Clean residual min=-0.006526 max=0.015740 Jy/beam ! Clean residual mean=-0.000065 rms=0.002518 Jy/beam ! Combined flux in latest and established models = 0.167053 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.167053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096964Jy sigma=0.494116 ! Fit after self-cal, rms=0.096954Jy sigma=0.493840 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0162619 Jy ! Component: 100 - total flux cleaned = 0.0244271 Jy ! Total flux subtracted in 100 components = 0.0244271 Jy ! Clean residual min=-0.004556 max=0.004502 Jy/beam ! Clean residual mean=-0.000022 rms=0.001296 Jy/beam ! Combined flux in latest and established models = 0.19148 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 42 components and 0.19148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094550Jy sigma=0.469225 ! Fit after self-cal, rms=0.094574Jy sigma=0.469172 ! 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=4.58 mas, bmaj=16.78 mas, bpa=-12.21 degrees ! Estimated noise=1.98069 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.00529453 Jy ! Component: 100 - total flux cleaned = 0.0082448 Jy ! Component: 150 - total flux cleaned = 0.00966796 Jy ! Component: 200 - total flux cleaned = 0.0102134 Jy ! Total flux subtracted in 200 components = 0.0102134 Jy ! Clean residual min=-0.003688 max=0.003909 Jy/beam ! Clean residual mean=-0.000008 rms=0.001066 Jy/beam ! Combined flux in latest and established models = 0.201693 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 62 components and 0.201693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094255Jy sigma=0.466655 ! Fit after self-cal, rms=0.094268Jy sigma=0.466593 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.58 x 16.78 at -12.21 degrees (North through East) ! Clean map min=-0.0036337 max=0.16811 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.00 HN 0.98 KP 0.98 ! LA 0.89 MK 1.09 NL 0.95 OV 0.99 ! PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 0.97 HN 1.10 KP 0.99 ! LA 1.04 MK 1.00 NL 0.99 OV 1.02 ! PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.02 HN 1.04 KP 1.00 ! LA 1.03 MK 1.01 NL 0.93 OV 0.96 ! PT 0.98 ! ! ! Fit before self-cal, rms=0.094268Jy sigma=0.466593 ! Fit after self-cal, rms=0.093073Jy sigma=0.461435 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.633 mas, bmaj=17.05 mas, bpa=-12.31 degrees ! Estimated noise=1.98402 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.00155511 Jy ! Component: 100 - total flux cleaned = -0.00186711 Jy ! Component: 150 - total flux cleaned = -0.00196405 Jy ! Component: 200 - total flux cleaned = -0.0020457 Jy ! Total flux subtracted in 200 components = -0.0020457 Jy ! Clean residual min=-0.003450 max=0.003082 Jy/beam ! Clean residual mean=-0.000007 rms=0.000896 Jy/beam ! Combined flux in latest and established models = 0.199648 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 75 components and 0.199648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093015Jy sigma=0.461263 ! Fit after self-cal, rms=0.093027Jy sigma=0.461198 ! 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.093027Jy sigma=0.461198 ! Fit after self-cal, rms=0.094280Jy sigma=0.457954 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.64 mas, bmaj=17.09 mas, bpa=-12.29 degrees ! Estimated noise=1.97834 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00109843 Jy ! Component: 100 - total flux cleaned = -0.00169082 Jy ! Component: 150 - total flux cleaned = -0.00190875 Jy ! Component: 200 - total flux cleaned = -0.00195139 Jy ! Total flux subtracted in 200 components = -0.00195139 Jy ! Clean residual min=-0.003336 max=0.003180 Jy/beam ! Clean residual mean=-0.000002 rms=0.000818 Jy/beam ! Combined flux in latest and established models = 0.197696 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 90 components and 0.197696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094255Jy sigma=0.457913 ! Fit after self-cal, rms=0.094336Jy sigma=0.457861 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.000145203 Jy ! Component: 100 - total flux cleaned = -0.000145241 Jy ! Component: 150 - total flux cleaned = -0.000144723 Jy ! Component: 200 - total flux cleaned = -0.000156564 Jy ! Total flux subtracted in 200 components = -0.000156564 Jy ! Clean residual min=-0.003324 max=0.003150 Jy/beam ! Clean residual mean=-0.000003 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.19754 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 108 components and 0.19754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094329Jy sigma=0.457851 ! Fit after self-cal, rms=0.094331Jy sigma=0.457846 ! 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.094331Jy sigma=0.457846 ! Fit after self-cal, rms=0.094403Jy sigma=0.457795 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.647 mas, bmaj=17.13 mas, bpa=-12.29 degrees ! Estimated noise=1.97375 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000824834 Jy ! Component: 100 - total flux cleaned = -0.00130374 Jy ! Component: 150 - total flux cleaned = -0.00153151 Jy ! Component: 200 - total flux cleaned = -0.0015763 Jy ! Total flux subtracted in 200 components = -0.0015763 Jy ! Clean residual min=-0.003294 max=0.003107 Jy/beam ! Clean residual mean=-0.000003 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.195963 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 122 components and 0.195963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094387Jy sigma=0.457779 ! Fit after self-cal, rms=0.094394Jy sigma=0.457776 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 = -7.57711e-05 Jy ! Component: 100 - total flux cleaned = -7.60829e-05 Jy ! Component: 150 - total flux cleaned = -7.62118e-05 Jy ! Component: 200 - total flux cleaned = -7.64352e-05 Jy ! Total flux subtracted in 200 components = -7.64352e-05 Jy ! Clean residual min=-0.003291 max=0.003097 Jy/beam ! Clean residual mean=-0.000003 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.195887 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 140 components and 0.195887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094389Jy sigma=0.457768 ! Fit after self-cal, rms=0.094391Jy sigma=0.457766 ! 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.094391Jy sigma=0.457766 ! Fit after self-cal, rms=0.094380Jy sigma=0.457732 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.569 mas, bmaj=19.17 mas, bpa=-6.401 degrees ! Estimated noise=2.1079 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000523341 Jy ! Component: 100 - total flux cleaned = -0.000575871 Jy ! Component: 150 - total flux cleaned = -0.000616519 Jy ! Component: 200 - total flux cleaned = -0.000640218 Jy ! Total flux subtracted in 200 components = -0.000640218 Jy ! Clean residual min=-0.003227 max=0.003092 Jy/beam ! Clean residual mean=-0.000002 rms=0.000889 Jy/beam ! Combined flux in latest and established models = 0.195247 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 164 components and 0.195247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094374Jy sigma=0.457738 ! Fit after self-cal, rms=0.094381Jy sigma=0.457734 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 = 4.28323e-05 Jy ! Component: 100 - total flux cleaned = 2.17507e-05 Jy ! Component: 150 - total flux cleaned = 1.24759e-05 Jy ! Component: 200 - total flux cleaned = 1.21157e-05 Jy ! Total flux subtracted in 200 components = 1.21157e-05 Jy ! Clean residual min=-0.003231 max=0.003055 Jy/beam ! Clean residual mean=-0.000002 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.195259 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 179 components and 0.195259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094382Jy sigma=0.457741 ! Fit after self-cal, rms=0.094385Jy sigma=0.457739 ! 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=4.653 mas, bmaj=17.16 mas, bpa=-12.29 degrees ! Estimated noise=1.96932 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.653 x 17.16 at -12.29 degrees (North through East) ! Clean map min=-0.0033187 max=0.1679 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.539 mas, bmaj=16.91 mas, bpa=-12.94 degrees ! Estimated noise=2.81934 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.126954 Jy ! Component: 100 - total flux cleaned = 0.16563 Jy ! Component: 150 - total flux cleaned = 0.180544 Jy ! Component: 200 - total flux cleaned = 0.187507 Jy ! Total flux subtracted in 200 components = 0.187507 Jy ! Clean residual min=-0.003871 max=0.003826 Jy/beam ! Clean residual mean=-0.000017 rms=0.001049 Jy/beam ! Combined flux in latest and established models = 0.187507 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.187507 Jy ! Inverting map and beam ! Estimated beam: bmin=4.653 mas, bmaj=17.16 mas, bpa=-12.29 degrees ! Estimated noise=1.96932 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.00431673 Jy ! Component: 100 - total flux cleaned = 0.00616855 Jy ! Component: 150 - total flux cleaned = 0.00640333 Jy ! Component: 200 - total flux cleaned = 0.00650145 Jy ! Total flux subtracted in 200 components = 0.00650145 Jy ! Clean residual min=-0.003134 max=0.002844 Jy/beam ! Clean residual mean=-0.000004 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.194008 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 41 components and 0.194008 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=9.569 mas, bmaj=19.17 mas, bpa=-6.401 degrees ! Estimated noise=2.1079 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000898785 Jy ! Component: 100 - total flux cleaned = 0.000953734 Jy ! Component: 150 - total flux cleaned = 0.000978157 Jy ! Component: 200 - total flux cleaned = 0.000999649 Jy ! Total flux subtracted in 200 components = 0.000999649 Jy ! Clean residual min=-0.003103 max=0.002901 Jy/beam ! Clean residual mean=-0.000003 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.195008 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 = 4.03618e-05 Jy ! Component: 100 - total flux cleaned = 7.70922e-05 Jy ! Component: 150 - total flux cleaned = 9.38927e-05 Jy ! Component: 200 - total flux cleaned = 0.000125007 Jy ! Total flux subtracted in 200 components = 0.000125007 Jy ! Clean residual min=-0.003118 max=0.002908 Jy/beam ! Clean residual mean=-0.000002 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.195133 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 53 components and 0.195133 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.653 mas, bmaj=17.16 mas, bpa=-12.29 degrees ! Estimated noise=1.96932 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000240318 Jy ! Component: 100 - total flux cleaned = -0.000311289 Jy ! Component: 150 - total flux cleaned = -0.000354122 Jy ! Component: 200 - total flux cleaned = -0.000373385 Jy ! Total flux subtracted in 200 components = -0.000373385 Jy ! Clean residual min=-0.003301 max=0.002946 Jy/beam ! Clean residual mean=-0.000002 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.19476 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 67 components and 0.19476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094394Jy sigma=0.457794 ! Fit after self-cal, rms=0.094392Jy sigma=0.457774 wmodel J0011-1434_S_map.mod ! Writing 67 model components to file: J0011-1434_S_map.mod wobs J0011-1434_S_uvs.fits ! Writing UV FITS file: J0011-1434_S_uvs.fits wwins J0011-1434_S_map.win ! wwins: Wrote 1 windows to J0011-1434_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.000713916 Jy ! Component: 100 - total flux cleaned = -0.00082108 Jy ! Component: 150 - total flux cleaned = -0.000869228 Jy ! Component: 200 - total flux cleaned = -0.000870262 Jy ! Component: 250 - total flux cleaned = -0.000707858 Jy ! Component: 300 - total flux cleaned = -0.000628981 Jy ! Component: 350 - total flux cleaned = -0.000628729 Jy ! Component: 400 - total flux cleaned = -0.000699955 Jy ! Component: 450 - total flux cleaned = -0.000769543 Jy ! Component: 500 - total flux cleaned = -0.000836484 Jy ! Component: 550 - total flux cleaned = -0.000901955 Jy ! Component: 600 - total flux cleaned = -0.000965009 Jy ! Component: 650 - total flux cleaned = -0.000995654 Jy ! Component: 700 - total flux cleaned = -0.00102644 Jy ! Component: 750 - total flux cleaned = -0.00111592 Jy ! Component: 800 - total flux cleaned = -0.00117388 Jy ! Component: 850 - total flux cleaned = -0.00128683 Jy ! Component: 900 - total flux cleaned = -0.00134122 Jy ! Component: 950 - total flux cleaned = -0.00131439 Jy ! Component: 1000 - total flux cleaned = -0.00136751 Jy ! Component: 1050 - total flux cleaned = -0.00141928 Jy ! Component: 1100 - total flux cleaned = -0.00147033 Jy ! Component: 1150 - total flux cleaned = -0.00149517 Jy ! Component: 1200 - total flux cleaned = -0.00159234 Jy ! Component: 1250 - total flux cleaned = -0.00159198 Jy ! Component: 1300 - total flux cleaned = -0.00161595 Jy ! Component: 1350 - total flux cleaned = -0.00163897 Jy ! Component: 1400 - total flux cleaned = -0.00159368 Jy ! Component: 1450 - total flux cleaned = -0.0015716 Jy ! Component: 1500 - total flux cleaned = -0.00159338 Jy ! Component: 1550 - total flux cleaned = -0.00146416 Jy ! Component: 1600 - total flux cleaned = -0.00144308 Jy ! Component: 1650 - total flux cleaned = -0.00138053 Jy ! Component: 1700 - total flux cleaned = -0.00133969 Jy ! Component: 1750 - total flux cleaned = -0.00133967 Jy ! Component: 1800 - total flux cleaned = -0.00127958 Jy ! Component: 1850 - total flux cleaned = -0.00125993 Jy ! Component: 1900 - total flux cleaned = -0.00120138 Jy ! Component: 1950 - total flux cleaned = -0.00114353 Jy ! Component: 2000 - total flux cleaned = -0.00106757 Jy ! Component: 2050 - total flux cleaned = -0.00101147 Jy ! Component: 2100 - total flux cleaned = -0.00099299 Jy ! Component: 2150 - total flux cleaned = -0.000956416 Jy ! Component: 2200 - total flux cleaned = -0.000902199 Jy ! Component: 2250 - total flux cleaned = -0.00093818 Jy ! Component: 2300 - total flux cleaned = -0.000884626 Jy ! Component: 2350 - total flux cleaned = -0.000831901 Jy ! Component: 2400 - total flux cleaned = -0.000814632 Jy ! Component: 2450 - total flux cleaned = -0.000780104 Jy ! Component: 2500 - total flux cleaned = -0.000763031 Jy ! Component: 2550 - total flux cleaned = -0.000762721 Jy ! Component: 2600 - total flux cleaned = -0.000695829 Jy ! Component: 2650 - total flux cleaned = -0.000679312 Jy ! Component: 2700 - total flux cleaned = -0.000646631 Jy ! Component: 2750 - total flux cleaned = -0.000646619 Jy ! Component: 2800 - total flux cleaned = -0.000614331 Jy ! Component: 2850 - total flux cleaned = -0.00056665 Jy ! Component: 2900 - total flux cleaned = -0.000566668 Jy ! Component: 2950 - total flux cleaned = -0.000535138 Jy ! Component: 3000 - total flux cleaned = -0.00051966 Jy ! Component: 3050 - total flux cleaned = -0.000535056 Jy ! Component: 3100 - total flux cleaned = -0.000519901 Jy ! Component: 3150 - total flux cleaned = -0.000535106 Jy ! Component: 3200 - total flux cleaned = -0.000550229 Jy ! Component: 3250 - total flux cleaned = -0.000610066 Jy ! Component: 3300 - total flux cleaned = -0.000580238 Jy ! Component: 3350 - total flux cleaned = -0.000668723 Jy ! Component: 3400 - total flux cleaned = -0.000653902 Jy ! Component: 3450 - total flux cleaned = -0.000697586 Jy ! Component: 3500 - total flux cleaned = -0.000668705 Jy ! Component: 3550 - total flux cleaned = -0.000697487 Jy ! Component: 3600 - total flux cleaned = -0.000740337 Jy ! Component: 3650 - total flux cleaned = -0.000768577 Jy ! Component: 3700 - total flux cleaned = -0.000782513 Jy ! Component: 3750 - total flux cleaned = -0.000782432 Jy ! Component: 3800 - total flux cleaned = -0.000796292 Jy ! Component: 3850 - total flux cleaned = -0.000754611 Jy ! Component: 3900 - total flux cleaned = -0.000754552 Jy ! Component: 3950 - total flux cleaned = -0.00075457 Jy ! Component: 4000 - total flux cleaned = -0.000781815 Jy ! Component: 4050 - total flux cleaned = -0.000795301 Jy ! Total flux subtracted in 4096 components = -0.000768286 Jy ! Clean residual min=-0.000840 max=0.000781 Jy/beam ! Clean residual mean=-0.000003 rms=0.000253 Jy/beam ! Combined flux in latest and established models = 0.193991 Jy keep ! Adding 261 model components to the UV plane model. ! The established model now contains 328 components and 0.193991 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0011-1434_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.653 x 17.16 at -12.29 degrees (North through East) ! Clean map min=-0.0025959 max=0.16793 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0011-1434_S_map.fits wmodel /image_prod/ug002_uva//J0011-1434_S_map.mod ! Writing 328 model components to file: /image_prod/ug002_uva//J0011-1434_S_map.mod wobs /image_prod/ug002_uva//J0011-1434_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0011-1434_S_uvs.fits wwins /image_prod/ug002_uva//J0011-1434_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0011-1434_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.167928 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000241979 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.43229 0.43229 0.864581 1.72916 3.45832 6.91665 13.8333 27.6666 55.3332 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.167 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 693.978 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0011-1434_S_dfm.log closed on Wed Mar 4 18:17:29 2020