! Started logfile: /image_prod/ug002_uva//J0817-2936_S_dfm.log on Wed Mar 4 22:19: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//J0817-2936_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0817-2936_S_uva.fits ! AN table 1: 50 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.862143 visibilities/baseline/integration-bin. ! Found source: J0817-2936 ! ! 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 3621 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 J0817-2936_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 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.162933Jy sigma=5.908293 ! Fit after self-cal, rms=0.552286Jy sigma=2.718769 ! 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=4.542 mas, bmaj=22.57 mas, bpa=-7.67 degrees ! Estimated noise=3.99367 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.375506 Jy ! Component: 100 - total flux cleaned = 0.52465 Jy ! Total flux subtracted in 100 components = 0.52465 Jy ! Clean residual min=-0.037032 max=0.070503 Jy/beam ! Clean residual mean=0.000270 rms=0.015018 Jy/beam ! Combined flux in latest and established models = 0.52465 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 31 components and 0.52465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.206594Jy sigma=1.080757 ! Fit after self-cal, rms=0.204139Jy sigma=1.070390 ! 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.498 mas, bmaj=25.14 mas, bpa=-6.724 degrees ! Estimated noise=2.32174 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.107869 Jy ! Component: 100 - total flux cleaned = 0.166424 Jy ! Component: 150 - total flux cleaned = 0.204123 Jy ! Component: 200 - total flux cleaned = 0.229842 Jy ! Total flux subtracted in 200 components = 0.229842 Jy ! Clean residual min=-0.025817 max=0.030643 Jy/beam ! Clean residual mean=0.000497 rms=0.008566 Jy/beam ! Combined flux in latest and established models = 0.754492 Jy ! Performing phase self-cal ! Adding 114 model components to the UV plane model. ! The established model now contains 138 components and 0.754492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.144027Jy sigma=0.657061 ! Fit after self-cal, rms=0.142908Jy sigma=0.652605 ! 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.498 x 25.14 at -6.724 degrees (North through East) ! Clean map min=-0.024601 max=0.49958 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.88 HN 1.12 KP 0.97 ! LA 1.04 NL 1.07 OV 0.98 PT 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.28 FD 0.88 HN 1.16 KP 0.99 ! LA 1.02 NL 1.11 OV 0.86 PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.87 HN 1.09 KP 0.99 ! LA 1.04 NL 1.04 OV 0.99 PT 1.02 ! ! ! Fit before self-cal, rms=0.142908Jy sigma=0.652605 ! Fit after self-cal, rms=0.156238Jy sigma=0.556228 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.67 mas, bmaj=25.65 mas, bpa=-6.872 degrees ! Estimated noise=2.35496 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.00119116 Jy ! Component: 100 - total flux cleaned = -0.000406736 Jy ! Component: 150 - total flux cleaned = 3.99677e-05 Jy ! Component: 200 - total flux cleaned = 0.000614727 Jy ! Total flux subtracted in 200 components = 0.000614727 Jy ! Clean residual min=-0.020071 max=0.019782 Jy/beam ! Clean residual mean=0.000292 rms=0.006321 Jy/beam ! Combined flux in latest and established models = 0.755107 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 160 components and 0.755107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.155082Jy sigma=0.551976 ! Fit after self-cal, rms=0.155050Jy sigma=0.550992 ! 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.155050Jy sigma=0.550992 ! Fit after self-cal, rms=0.137360Jy sigma=0.445863 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.684 mas, bmaj=26.7 mas, bpa=-7.662 degrees ! Estimated noise=2.38807 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000324621 Jy ! Component: 100 - total flux cleaned = -0.00142469 Jy ! Component: 150 - total flux cleaned = -0.00213715 Jy ! Component: 200 - total flux cleaned = -0.00297842 Jy ! Total flux subtracted in 200 components = -0.00297842 Jy ! Clean residual min=-0.010070 max=0.010734 Jy/beam ! Clean residual mean=0.000110 rms=0.002922 Jy/beam ! Combined flux in latest and established models = 0.752129 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 180 components and 0.752129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.136108Jy sigma=0.439669 ! Fit after self-cal, rms=0.136042Jy sigma=0.439199 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.000750799 Jy ! Component: 100 - total flux cleaned = -0.0010977 Jy ! Component: 150 - total flux cleaned = -0.00172405 Jy ! Component: 200 - total flux cleaned = -0.00229473 Jy ! Total flux subtracted in 200 components = -0.00229473 Jy ! Clean residual min=-0.009474 max=0.009733 Jy/beam ! Clean residual mean=0.000112 rms=0.002744 Jy/beam ! Combined flux in latest and established models = 0.749834 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 196 components and 0.749834 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.135493Jy sigma=0.436254 ! Fit after self-cal, rms=0.135361Jy sigma=0.435844 ! 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.135361Jy sigma=0.435844 ! Fit after self-cal, rms=0.141301Jy sigma=0.429436 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.711 mas, bmaj=26.96 mas, bpa=-7.903 degrees ! Estimated noise=2.3936 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00333623 Jy ! Component: 100 - total flux cleaned = -0.00395975 Jy ! Component: 150 - total flux cleaned = -0.00430253 Jy ! Component: 200 - total flux cleaned = -0.00474912 Jy ! Total flux subtracted in 200 components = -0.00474912 Jy ! Clean residual min=-0.008710 max=0.008866 Jy/beam ! Clean residual mean=0.000081 rms=0.002344 Jy/beam ! Combined flux in latest and established models = 0.745085 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 211 components and 0.745085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.140498Jy sigma=0.426449 ! Fit after self-cal, rms=0.140411Jy sigma=0.426240 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.000206618 Jy ! Component: 100 - total flux cleaned = -0.000462175 Jy ! Component: 150 - total flux cleaned = -0.00103754 Jy ! Component: 200 - total flux cleaned = -0.00145453 Jy ! Total flux subtracted in 200 components = -0.00145453 Jy ! Clean residual min=-0.008205 max=0.008782 Jy/beam ! Clean residual mean=0.000082 rms=0.002244 Jy/beam ! Combined flux in latest and established models = 0.743631 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 221 components and 0.74363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.140092Jy sigma=0.424835 ! Fit after self-cal, rms=0.140029Jy sigma=0.424648 ! 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.140029Jy sigma=0.424648 ! Fit after self-cal, rms=0.144127Jy sigma=0.423535 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.451 mas, bmaj=29.9 mas, bpa=-7.211 degrees ! Estimated noise=2.49537 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00134308 Jy ! Component: 100 - total flux cleaned = -0.00201123 Jy ! Component: 150 - total flux cleaned = -0.00245288 Jy ! Component: 200 - total flux cleaned = -0.00275787 Jy ! Total flux subtracted in 200 components = -0.00275787 Jy ! Clean residual min=-0.006636 max=0.006476 Jy/beam ! Clean residual mean=0.000100 rms=0.001880 Jy/beam ! Combined flux in latest and established models = 0.740873 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 235 components and 0.740873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.143957Jy sigma=0.422143 ! Fit after self-cal, rms=0.143904Jy sigma=0.422013 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 = -2.05673e-05 Jy ! Component: 100 - total flux cleaned = -0.000361897 Jy ! Component: 150 - total flux cleaned = -0.00055305 Jy ! Component: 200 - total flux cleaned = -0.000734322 Jy ! Total flux subtracted in 200 components = -0.000734322 Jy ! Clean residual min=-0.006373 max=0.006266 Jy/beam ! Clean residual mean=0.000101 rms=0.001836 Jy/beam ! Combined flux in latest and established models = 0.740138 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 240 components and 0.740138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.143803Jy sigma=0.421401 ! Fit after self-cal, rms=0.143768Jy sigma=0.421331 ! 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.734 mas, bmaj=27.12 mas, bpa=-8.064 degrees ! Estimated noise=2.39594 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.734 x 27.12 at -8.064 degrees (North through East) ! Clean map min=-0.0073705 max=0.51296 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.143768Jy sigma=0.421331 ! Fit after self-cal, rms=0.142498Jy sigma=0.383502 ! Inverting map and beam ! Estimated beam: bmin=5.736 mas, bmaj=27.18 mas, bpa=-8.126 degrees ! Estimated noise=2.39227 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00186409 Jy ! Component: 100 - total flux cleaned = -0.00227064 Jy ! Component: 150 - total flux cleaned = -0.00274555 Jy ! Component: 200 - total flux cleaned = -0.0030592 Jy ! Total flux subtracted in 200 components = -0.0030592 Jy ! Clean residual min=-0.007112 max=0.007177 Jy/beam ! Clean residual mean=0.000052 rms=0.001832 Jy/beam ! Combined flux in latest and established models = 0.737079 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 245 components and 0.737079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.142027Jy sigma=0.382235 ! Fit after self-cal, rms=0.141997Jy sigma=0.382132 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.4361e-05 Jy ! Component: 100 - total flux cleaned = -0.000510784 Jy ! Component: 150 - total flux cleaned = -0.000747537 Jy ! Component: 200 - total flux cleaned = -0.000822304 Jy ! Total flux subtracted in 200 components = -0.000822304 Jy ! Clean residual min=-0.006810 max=0.007202 Jy/beam ! Clean residual mean=0.000053 rms=0.001780 Jy/beam ! Combined flux in latest and established models = 0.736257 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 253 components and 0.736257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.141789Jy sigma=0.381554 ! Fit after self-cal, rms=0.141769Jy sigma=0.381473 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.141769Jy sigma=0.381473 ! Fit after self-cal, rms=0.144907Jy sigma=0.380919 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=4.725 mas, bmaj=25.34 mas, bpa=-9.372 degrees ! Estimated noise=4.22973 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.394102 Jy ! Component: 100 - total flux cleaned = 0.545139 Jy ! Component: 150 - total flux cleaned = 0.616557 Jy ! Component: 200 - total flux cleaned = 0.657092 Jy ! Total flux subtracted in 200 components = 0.657092 Jy ! Clean residual min=-0.014018 max=0.025031 Jy/beam ! Clean residual mean=0.000038 rms=0.004971 Jy/beam ! Combined flux in latest and established models = 0.657092 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 64 model components to the UV plane model. ! The established model now contains 64 components and 0.657092 Jy ! Inverting map and beam ! Estimated beam: bmin=5.751 mas, bmaj=27.29 mas, bpa=-8.233 degrees ! Estimated noise=2.39339 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) ! Added new window around map position (-5.5, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0308585 Jy ! Component: 100 - total flux cleaned = 0.0479713 Jy ! Component: 150 - total flux cleaned = 0.0585371 Jy ! Component: 200 - total flux cleaned = 0.0657056 Jy ! Total flux subtracted in 200 components = 0.0657056 Jy ! Clean residual min=-0.006237 max=0.007367 Jy/beam ! Clean residual mean=0.000059 rms=0.001783 Jy/beam ! Combined flux in latest and established models = 0.722798 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 133 components and 0.722798 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.459 mas, bmaj=30.03 mas, bpa=-7.419 degrees ! Estimated noise=2.48887 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00593657 Jy ! Component: 100 - total flux cleaned = 0.00995058 Jy ! Component: 150 - total flux cleaned = 0.0125487 Jy ! Component: 200 - total flux cleaned = 0.0138548 Jy ! Total flux subtracted in 200 components = 0.0138548 Jy ! Clean residual min=-0.004390 max=0.005677 Jy/beam ! Clean residual mean=0.000070 rms=0.001459 Jy/beam ! Combined flux in latest and established models = 0.736653 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 = 8.18947e-05 Jy ! Component: 100 - total flux cleaned = 0.00022915 Jy ! Component: 150 - total flux cleaned = 0.000357045 Jy ! Component: 200 - total flux cleaned = 0.000355666 Jy ! Total flux subtracted in 200 components = 0.000355666 Jy ! Clean residual min=-0.004171 max=0.005762 Jy/beam ! Clean residual mean=0.000069 rms=0.001392 Jy/beam ! Combined flux in latest and established models = 0.737009 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 215 components and 0.737009 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.751 mas, bmaj=27.29 mas, bpa=-8.233 degrees ! Estimated noise=2.39339 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000700379 Jy ! Component: 100 - total flux cleaned = 0.000520452 Jy ! Component: 150 - total flux cleaned = 0.000270627 Jy ! Component: 200 - total flux cleaned = 0.000193237 Jy ! Total flux subtracted in 200 components = 0.000193237 Jy ! Clean residual min=-0.004422 max=0.005944 Jy/beam ! Clean residual mean=0.000048 rms=0.001320 Jy/beam ! Combined flux in latest and established models = 0.737202 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 252 components and 0.737202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.143368Jy sigma=0.376999 ! Fit after self-cal, rms=0.143108Jy sigma=0.376585 wmodel J0817-2936_S_map.mod ! Writing 252 model components to file: J0817-2936_S_map.mod wobs J0817-2936_S_uvs.fits ! Writing UV FITS file: J0817-2936_S_uvs.fits wwins J0817-2936_S_map.win ! wwins: Wrote 2 windows to J0817-2936_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.0022917 Jy ! Component: 100 - total flux cleaned = 0.00189198 Jy ! Component: 150 - total flux cleaned = 0.00181597 Jy ! Component: 200 - total flux cleaned = 0.00221861 Jy ! Component: 250 - total flux cleaned = 0.00284862 Jy ! Component: 300 - total flux cleaned = 0.00350482 Jy ! Component: 350 - total flux cleaned = 0.0040736 Jy ! Component: 400 - total flux cleaned = 0.00461519 Jy ! Component: 450 - total flux cleaned = 0.00523677 Jy ! Component: 500 - total flux cleaned = 0.00588121 Jy ! Component: 550 - total flux cleaned = 0.00640402 Jy ! Component: 600 - total flux cleaned = 0.00709482 Jy ! Component: 650 - total flux cleaned = 0.00754113 Jy ! Component: 700 - total flux cleaned = 0.00801983 Jy ! Component: 750 - total flux cleaned = 0.00848644 Jy ! Component: 800 - total flux cleaned = 0.0089846 Jy ! Component: 850 - total flux cleaned = 0.00951406 Jy ! Component: 900 - total flux cleaned = 0.00999354 Jy ! Component: 950 - total flux cleaned = 0.0104656 Jy ! Component: 1000 - total flux cleaned = 0.0108916 Jy ! Component: 1050 - total flux cleaned = 0.0112738 Jy ! Component: 1100 - total flux cleaned = 0.0116515 Jy ! Component: 1150 - total flux cleaned = 0.0120601 Jy ! Component: 1200 - total flux cleaned = 0.0123166 Jy ! Component: 1250 - total flux cleaned = 0.0126074 Jy ! Component: 1300 - total flux cleaned = 0.0129308 Jy ! Component: 1350 - total flux cleaned = 0.0130729 Jy ! Component: 1400 - total flux cleaned = 0.0132494 Jy ! Component: 1450 - total flux cleaned = 0.0133199 Jy ! Component: 1500 - total flux cleaned = 0.0134247 Jy ! Component: 1550 - total flux cleaned = 0.0135977 Jy ! Component: 1600 - total flux cleaned = 0.013735 Jy ! Component: 1650 - total flux cleaned = 0.0138719 Jy ! Component: 1700 - total flux cleaned = 0.0139742 Jy ! Component: 1750 - total flux cleaned = 0.0140761 Jy ! Component: 1800 - total flux cleaned = 0.0142452 Jy ! Component: 1850 - total flux cleaned = 0.0144807 Jy ! Component: 1900 - total flux cleaned = 0.0145814 Jy ! Component: 1950 - total flux cleaned = 0.0148512 Jy ! Component: 2000 - total flux cleaned = 0.0150536 Jy ! Component: 2050 - total flux cleaned = 0.0151891 Jy ! Component: 2100 - total flux cleaned = 0.0153928 Jy ! Component: 2150 - total flux cleaned = 0.0155636 Jy ! Component: 2200 - total flux cleaned = 0.0158042 Jy ! Component: 2250 - total flux cleaned = 0.0159767 Jy ! Component: 2300 - total flux cleaned = 0.0161852 Jy ! Component: 2350 - total flux cleaned = 0.0163603 Jy ! Component: 2400 - total flux cleaned = 0.016572 Jy ! Component: 2450 - total flux cleaned = 0.0167499 Jy ! Component: 2500 - total flux cleaned = 0.0168213 Jy ! Component: 2550 - total flux cleaned = 0.0170015 Jy ! Component: 2600 - total flux cleaned = 0.017111 Jy ! Component: 2650 - total flux cleaned = 0.0172572 Jy ! Component: 2700 - total flux cleaned = 0.0174426 Jy ! Component: 2750 - total flux cleaned = 0.0175919 Jy ! Component: 2800 - total flux cleaned = 0.0177052 Jy ! Component: 2850 - total flux cleaned = 0.0177436 Jy ! Component: 2900 - total flux cleaned = 0.0178974 Jy ! Component: 2950 - total flux cleaned = 0.0178977 Jy ! Component: 3000 - total flux cleaned = 0.0179761 Jy ! Component: 3050 - total flux cleaned = 0.0181744 Jy ! Component: 3100 - total flux cleaned = 0.018295 Jy ! Component: 3150 - total flux cleaned = 0.0184164 Jy ! Component: 3200 - total flux cleaned = 0.0184981 Jy ! Component: 3250 - total flux cleaned = 0.018664 Jy ! Component: 3300 - total flux cleaned = 0.0188318 Jy ! Component: 3350 - total flux cleaned = 0.0190016 Jy ! Component: 3400 - total flux cleaned = 0.0191313 Jy ! Component: 3450 - total flux cleaned = 0.0192183 Jy ! Component: 3500 - total flux cleaned = 0.0192626 Jy ! Component: 3550 - total flux cleaned = 0.0193961 Jy ! Component: 3600 - total flux cleaned = 0.0194864 Jy ! Component: 3650 - total flux cleaned = 0.0196234 Jy ! Component: 3700 - total flux cleaned = 0.0197617 Jy ! Component: 3750 - total flux cleaned = 0.0198084 Jy ! Component: 3800 - total flux cleaned = 0.0199501 Jy ! Component: 3850 - total flux cleaned = 0.0200936 Jy ! Component: 3900 - total flux cleaned = 0.0201415 Jy ! Component: 3950 - total flux cleaned = 0.0202884 Jy ! Component: 4000 - total flux cleaned = 0.0203387 Jy ! Component: 4050 - total flux cleaned = 0.0204891 Jy ! Total flux subtracted in 4096 components = 0.0206415 Jy ! Clean residual min=-0.002796 max=0.002893 Jy/beam ! Clean residual mean=0.000054 rms=0.000964 Jy/beam ! Combined flux in latest and established models = 0.757843 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 546 components and 0.757843 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0817-2936_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.751 x 27.29 at -8.233 degrees (North through East) ! Clean map min=-0.009987 max=0.51501 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0817-2936_S_map.fits wmodel /image_prod/ug002_uva//J0817-2936_S_map.mod ! Writing 546 model components to file: /image_prod/ug002_uva//J0817-2936_S_map.mod wobs /image_prod/ug002_uva//J0817-2936_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0817-2936_S_uvs.fits wwins /image_prod/ug002_uva//J0817-2936_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0817-2936_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.515015 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000920508 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.536203 0.536203 1.07241 2.14481 4.28962 8.57924 17.1585 34.317 68.634 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0027 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.515 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 559.489 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0817-2936_S_dfm.log closed on Wed Mar 4 22:19:28 2020