! Started logfile: /image_prod/ug002_uva//J1152-0519_S_dfm.log on Thu Mar 5 00:16:13 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//J1152-0519_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1152-0519_S_uva.fits ! AN table 1: 60 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.980357 visibilities/baseline/integration-bin. ! Found source: J1152-0519 ! ! 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 36 lines of history. ! ! Reading 4941 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 J1152-0519_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. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.012512Jy sigma=7.162081 ! Fit after self-cal, rms=0.902132Jy sigma=6.353971 ! 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.511 mas, bmaj=6.675 mas, bpa=-4.083 degrees ! Estimated noise=1.76305 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.0755946 Jy ! Component: 100 - total flux cleaned = 0.103091 Jy ! Total flux subtracted in 100 components = 0.103091 Jy ! Clean residual min=-0.008396 max=0.021190 Jy/beam ! Clean residual mean=-0.000050 rms=0.002567 Jy/beam ! Combined flux in latest and established models = 0.103091 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.103091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078511Jy sigma=0.513981 ! Fit after self-cal, rms=0.078048Jy sigma=0.511125 ! Inverting map ! Added new window around map position (4, -1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0205291 Jy ! Component: 100 - total flux cleaned = 0.0332518 Jy ! Total flux subtracted in 100 components = 0.0332518 Jy ! Clean residual min=-0.005789 max=0.007150 Jy/beam ! Clean residual mean=-0.000038 rms=0.001652 Jy/beam ! Combined flux in latest and established models = 0.136343 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 22 components and 0.136343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071797Jy sigma=0.457349 ! Fit after self-cal, rms=0.071367Jy sigma=0.455102 ! 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=2.832 mas, bmaj=7.183 mas, bpa=-3.647 degrees ! Estimated noise=1.46982 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.0116221 Jy ! Component: 100 - total flux cleaned = 0.0185809 Jy ! Component: 150 - total flux cleaned = 0.0232663 Jy ! Component: 200 - total flux cleaned = 0.0265759 Jy ! Total flux subtracted in 200 components = 0.0265759 Jy ! Clean residual min=-0.004534 max=0.004436 Jy/beam ! Clean residual mean=-0.000024 rms=0.001139 Jy/beam ! Combined flux in latest and established models = 0.162919 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 52 components and 0.162919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069384Jy sigma=0.437577 ! Fit after self-cal, rms=0.069310Jy sigma=0.437109 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.832 x 7.183 at -3.647 degrees (North through East) ! Clean map min=-0.0043251 max=0.1033 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.96 HN 1.05 KP 1.03 ! MK 1.00 NL 0.97 OV 0.92 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00 HN 1.02 KP 1.02 ! MK 1.06 NL 1.07 OV 0.88 SC 1.15 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.98 HN 1.04 KP 1.02 ! MK 0.96 NL 0.87 OV 0.96 SC 0.92 ! ! ! Fit before self-cal, rms=0.069310Jy sigma=0.437109 ! Fit after self-cal, rms=0.070238Jy sigma=0.431217 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.849 mas, bmaj=7.244 mas, bpa=-3.708 degrees ! Estimated noise=1.45782 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.00230401 Jy ! Component: 100 - total flux cleaned = 0.00334026 Jy ! Component: 150 - total flux cleaned = 0.00363734 Jy ! Component: 200 - total flux cleaned = 0.00393691 Jy ! Total flux subtracted in 200 components = 0.00393691 Jy ! Clean residual min=-0.004047 max=0.003786 Jy/beam ! Clean residual mean=-0.000019 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 0.166855 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 63 components and 0.166856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070145Jy sigma=0.430665 ! Fit after self-cal, rms=0.070218Jy sigma=0.430454 ! 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.070218Jy sigma=0.430454 ! Fit after self-cal, rms=0.068773Jy sigma=0.423235 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.84 mas, bmaj=7.244 mas, bpa=-3.742 degrees ! Estimated noise=1.45776 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149558 Jy ! Component: 100 - total flux cleaned = 0.00177231 Jy ! Component: 150 - total flux cleaned = 0.00188929 Jy ! Component: 200 - total flux cleaned = 0.00200756 Jy ! Total flux subtracted in 200 components = 0.00200756 Jy ! Clean residual min=-0.002889 max=0.003920 Jy/beam ! Clean residual mean=-0.000011 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.168863 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 79 components and 0.168863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068736Jy sigma=0.422971 ! Fit after self-cal, rms=0.068742Jy sigma=0.422874 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 (10, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00335955 Jy ! Component: 100 - total flux cleaned = 0.00432369 Jy ! Component: 150 - total flux cleaned = 0.00515722 Jy ! Component: 200 - total flux cleaned = 0.00578193 Jy ! Total flux subtracted in 200 components = 0.00578193 Jy ! Clean residual min=-0.002528 max=0.002043 Jy/beam ! Clean residual mean=-0.000008 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.174645 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 101 components and 0.174645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068573Jy sigma=0.421433 ! Fit after self-cal, rms=0.068562Jy sigma=0.421339 ! 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.068562Jy sigma=0.421339 ! Fit after self-cal, rms=0.068272Jy sigma=0.420696 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.844 mas, bmaj=7.243 mas, bpa=-3.758 degrees ! Estimated noise=1.45281 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000639831 Jy ! Component: 100 - total flux cleaned = 0.000954956 Jy ! Component: 150 - total flux cleaned = 0.00119186 Jy ! Component: 200 - total flux cleaned = 0.00142485 Jy ! Total flux subtracted in 200 components = 0.00142485 Jy ! Clean residual min=-0.002180 max=0.001982 Jy/beam ! Clean residual mean=-0.000003 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.17607 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 116 components and 0.17607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068239Jy sigma=0.420462 ! Fit after self-cal, rms=0.068234Jy sigma=0.420437 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.000214344 Jy ! Component: 100 - total flux cleaned = 0.00040021 Jy ! Component: 150 - total flux cleaned = 0.000587263 Jy ! Component: 200 - total flux cleaned = 0.000739747 Jy ! Total flux subtracted in 200 components = 0.000739747 Jy ! Clean residual min=-0.002135 max=0.001975 Jy/beam ! Clean residual mean=-0.000003 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.17681 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 123 components and 0.17681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068219Jy sigma=0.420349 ! Fit after self-cal, rms=0.068220Jy sigma=0.420341 ! 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.068220Jy sigma=0.420341 ! Fit after self-cal, rms=0.068262Jy sigma=0.420321 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.252 mas, bmaj=10.92 mas, bpa=-0.8289 degrees ! Estimated noise=1.89635 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00086811 Jy ! Component: 100 - total flux cleaned = 0.00131553 Jy ! Component: 150 - total flux cleaned = 0.0016286 Jy ! Component: 200 - total flux cleaned = 0.00178133 Jy ! Total flux subtracted in 200 components = 0.00178133 Jy ! Clean residual min=-0.002144 max=0.002255 Jy/beam ! Clean residual mean=-0.000007 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.178591 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 149 components and 0.178591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068256Jy sigma=0.420311 ! Fit after self-cal, rms=0.068261Jy sigma=0.420289 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.000221222 Jy ! Component: 100 - total flux cleaned = 0.000392436 Jy ! Component: 150 - total flux cleaned = 0.000510475 Jy ! Component: 200 - total flux cleaned = 0.00059046 Jy ! Total flux subtracted in 200 components = 0.00059046 Jy ! Clean residual min=-0.002046 max=0.002201 Jy/beam ! Clean residual mean=-0.000006 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.179181 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 167 components and 0.179181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068261Jy sigma=0.420312 ! Fit after self-cal, rms=0.068261Jy sigma=0.420307 ! 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=2.844 mas, bmaj=7.244 mas, bpa=-3.76 degrees ! Estimated noise=1.45223 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.844 x 7.244 at -3.76 degrees (North through East) ! Clean map min=-0.0020049 max=0.10243 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=2.519 mas, bmaj=6.718 mas, bpa=-4.126 degrees ! Estimated noise=1.74191 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0746078 Jy ! Component: 100 - total flux cleaned = 0.105176 Jy ! Component: 150 - total flux cleaned = 0.124682 Jy ! Component: 200 - total flux cleaned = 0.137374 Jy ! Total flux subtracted in 200 components = 0.137374 Jy ! Clean residual min=-0.004831 max=0.006800 Jy/beam ! Clean residual mean=-0.000021 rms=0.001216 Jy/beam ! Combined flux in latest and established models = 0.137374 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.137374 Jy ! Inverting map and beam ! Estimated beam: bmin=2.844 mas, bmaj=7.244 mas, bpa=-3.76 degrees ! Estimated noise=1.45223 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.0102971 Jy ! Component: 100 - total flux cleaned = 0.016576 Jy ! Component: 150 - total flux cleaned = 0.0209369 Jy ! Component: 200 - total flux cleaned = 0.0242034 Jy ! Total flux subtracted in 200 components = 0.0242034 Jy ! Clean residual min=-0.002725 max=0.002467 Jy/beam ! Clean residual mean=-0.000009 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.161578 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 46 components and 0.161578 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=6.252 mas, bmaj=10.92 mas, bpa=-0.8289 degrees ! Estimated noise=1.89635 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00486513 Jy ! Component: 100 - total flux cleaned = 0.00803062 Jy ! Component: 150 - total flux cleaned = 0.0103752 Jy ! Component: 200 - total flux cleaned = 0.012148 Jy ! Total flux subtracted in 200 components = 0.012148 Jy ! Clean residual min=-0.002673 max=0.002363 Jy/beam ! Clean residual mean=-0.000011 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.173726 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.000995395 Jy ! Component: 100 - total flux cleaned = 0.00183647 Jy ! Component: 150 - total flux cleaned = 0.00245439 Jy ! Component: 200 - total flux cleaned = 0.00297992 Jy ! Total flux subtracted in 200 components = 0.00297992 Jy ! Clean residual min=-0.002319 max=0.002318 Jy/beam ! Clean residual mean=-0.000008 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.176706 Jy ! Adding 90 model components to the UV plane model. ! The established model now contains 133 components and 0.176706 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.844 mas, bmaj=7.244 mas, bpa=-3.76 degrees ! Estimated noise=1.45223 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00082994 Jy ! Component: 100 - total flux cleaned = 0.000958859 Jy ! Component: 150 - total flux cleaned = 0.000996982 Jy ! Component: 200 - total flux cleaned = 0.00106715 Jy ! Total flux subtracted in 200 components = 0.00106715 Jy ! Clean residual min=-0.002081 max=0.002208 Jy/beam ! Clean residual mean=-0.000002 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.177773 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 153 components and 0.177773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068313Jy sigma=0.420564 ! Fit after self-cal, rms=0.068287Jy sigma=0.420491 wmodel J1152-0519_S_map.mod ! Writing 153 model components to file: J1152-0519_S_map.mod wobs J1152-0519_S_uvs.fits ! Writing UV FITS file: J1152-0519_S_uvs.fits wwins J1152-0519_S_map.win ! wwins: Wrote 3 windows to J1152-0519_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.000459993 Jy ! Component: 100 - total flux cleaned = -0.00107267 Jy ! Component: 150 - total flux cleaned = -0.00165876 Jy ! Component: 200 - total flux cleaned = -0.00212367 Jy ! Component: 250 - total flux cleaned = -0.00231684 Jy ! Component: 300 - total flux cleaned = -0.00250429 Jy ! Component: 350 - total flux cleaned = -0.00262596 Jy ! Component: 400 - total flux cleaned = -0.00277385 Jy ! Component: 450 - total flux cleaned = -0.00283145 Jy ! Component: 500 - total flux cleaned = -0.0028036 Jy ! Component: 550 - total flux cleaned = -0.00285907 Jy ! Component: 600 - total flux cleaned = -0.00285902 Jy ! Component: 650 - total flux cleaned = -0.0028594 Jy ! Component: 700 - total flux cleaned = -0.00296401 Jy ! Component: 750 - total flux cleaned = -0.0030407 Jy ! Component: 800 - total flux cleaned = -0.00306604 Jy ! Component: 850 - total flux cleaned = -0.00319047 Jy ! Component: 900 - total flux cleaned = -0.00321505 Jy ! Component: 950 - total flux cleaned = -0.00328781 Jy ! Component: 1000 - total flux cleaned = -0.00340692 Jy ! Component: 1050 - total flux cleaned = -0.00345357 Jy ! Component: 1100 - total flux cleaned = -0.00352287 Jy ! Component: 1150 - total flux cleaned = -0.00365898 Jy ! Component: 1200 - total flux cleaned = -0.00379293 Jy ! Component: 1250 - total flux cleaned = -0.00385943 Jy ! Component: 1300 - total flux cleaned = -0.00396876 Jy ! Component: 1350 - total flux cleaned = -0.00407611 Jy ! Component: 1400 - total flux cleaned = -0.00413949 Jy ! Component: 1450 - total flux cleaned = -0.00420227 Jy ! Component: 1500 - total flux cleaned = -0.00430497 Jy ! Component: 1550 - total flux cleaned = -0.00426482 Jy ! Component: 1600 - total flux cleaned = -0.00440552 Jy ! Component: 1650 - total flux cleaned = -0.00446452 Jy ! Component: 1700 - total flux cleaned = -0.00456241 Jy ! Component: 1750 - total flux cleaned = -0.00463933 Jy ! Component: 1800 - total flux cleaned = -0.00465834 Jy ! Component: 1850 - total flux cleaned = -0.00467749 Jy ! Component: 1900 - total flux cleaned = -0.00477091 Jy ! Component: 1950 - total flux cleaned = -0.00478933 Jy ! Component: 2000 - total flux cleaned = -0.00491682 Jy ! Component: 2050 - total flux cleaned = -0.0049168 Jy ! Component: 2100 - total flux cleaned = -0.00497037 Jy ! Component: 2150 - total flux cleaned = -0.00500568 Jy ! Component: 2200 - total flux cleaned = -0.00502321 Jy ! Component: 2250 - total flux cleaned = -0.00504061 Jy ! Component: 2300 - total flux cleaned = -0.00504054 Jy ! Component: 2350 - total flux cleaned = -0.00504069 Jy ! Component: 2400 - total flux cleaned = -0.00507446 Jy ! Component: 2450 - total flux cleaned = -0.00502451 Jy ! Component: 2500 - total flux cleaned = -0.0050245 Jy ! Component: 2550 - total flux cleaned = -0.00504071 Jy ! Component: 2600 - total flux cleaned = -0.00502439 Jy ! Component: 2650 - total flux cleaned = -0.00508867 Jy ! Component: 2700 - total flux cleaned = -0.00504068 Jy ! Component: 2750 - total flux cleaned = -0.0050722 Jy ! Component: 2800 - total flux cleaned = -0.00502533 Jy ! Component: 2850 - total flux cleaned = -0.00504082 Jy ! Component: 2900 - total flux cleaned = -0.0050561 Jy ! Component: 2950 - total flux cleaned = -0.00505611 Jy ! Component: 3000 - total flux cleaned = -0.00502597 Jy ! Component: 3050 - total flux cleaned = -0.00505616 Jy ! Component: 3100 - total flux cleaned = -0.00508575 Jy ! Component: 3150 - total flux cleaned = -0.00510036 Jy ! Component: 3200 - total flux cleaned = -0.0050709 Jy ! Component: 3250 - total flux cleaned = -0.00507116 Jy ! Component: 3300 - total flux cleaned = -0.00507101 Jy ! Component: 3350 - total flux cleaned = -0.005114 Jy ! Component: 3400 - total flux cleaned = -0.00507151 Jy ! Component: 3450 - total flux cleaned = -0.00509985 Jy ! Component: 3500 - total flux cleaned = -0.00505775 Jy ! Component: 3550 - total flux cleaned = -0.00504389 Jy ! Component: 3600 - total flux cleaned = -0.00508527 Jy ! Component: 3650 - total flux cleaned = -0.00508519 Jy ! Component: 3700 - total flux cleaned = -0.00505795 Jy ! Component: 3750 - total flux cleaned = -0.00507163 Jy ! Component: 3800 - total flux cleaned = -0.00511187 Jy ! Component: 3850 - total flux cleaned = -0.00508525 Jy ! Component: 3900 - total flux cleaned = -0.00507191 Jy ! Component: 3950 - total flux cleaned = -0.00508501 Jy ! Component: 4000 - total flux cleaned = -0.00511099 Jy ! Component: 4050 - total flux cleaned = -0.00508508 Jy ! Total flux subtracted in 4096 components = -0.00507226 Jy ! Clean residual min=-0.000758 max=0.000788 Jy/beam ! Clean residual mean=0.000000 rms=0.000230 Jy/beam ! Combined flux in latest and established models = 0.172701 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 426 components and 0.172701 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1152-0519_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.844 x 7.244 at -3.76 degrees (North through East) ! Clean map min=-0.0017118 max=0.10275 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1152-0519_S_map.fits wmodel /image_prod/ug002_uva//J1152-0519_S_map.mod ! Writing 426 model components to file: /image_prod/ug002_uva//J1152-0519_S_map.mod wobs /image_prod/ug002_uva//J1152-0519_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1152-0519_S_uvs.fits wwins /image_prod/ug002_uva//J1152-0519_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1152-0519_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.102754 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000227161 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.663217 0.663217 1.32643 2.65287 5.30574 10.6115 21.2229 42.4459 84.8918 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.102 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 452.34 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1152-0519_S_dfm.log closed on Thu Mar 5 00:16:17 2020