! Started logfile: /image_prod/ug002_uva//J0738-3322_S_dfm.log on Wed Mar 4 21:55:10 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//J0738-3322_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0738-3322_S_uva.fits ! AN table 1: 74 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.880255 visibilities/baseline/integration-bin. ! Found source: J0738-3322 ! ! 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 7035 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 J0738-3322_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 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.275377Jy sigma=6.464652 ! Fit after self-cal, rms=0.562352Jy sigma=2.959559 ! 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.761 mas, bmaj=14.15 mas, bpa=-19.3 degrees ! Estimated noise=2.57019 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.429402 Jy ! Component: 100 - total flux cleaned = 0.604101 Jy ! Total flux subtracted in 100 components = 0.604101 Jy ! Clean residual min=-0.089703 max=0.257325 Jy/beam ! Clean residual mean=-0.000764 rms=0.027775 Jy/beam ! Combined flux in latest and established models = 0.604102 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.604102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.404004Jy sigma=1.888924 ! Fit after self-cal, rms=0.402687Jy sigma=1.877757 ! Inverting map ! Added new window around map position (10, -1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.217804 Jy ! Component: 100 - total flux cleaned = 0.330373 Jy ! Total flux subtracted in 100 components = 0.330373 Jy ! Clean residual min=-0.051482 max=0.062189 Jy/beam ! Clean residual mean=-0.000323 rms=0.014317 Jy/beam ! Combined flux in latest and established models = 0.934475 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 26 components and 0.934475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.243079Jy sigma=1.104075 ! Fit after self-cal, rms=0.235019Jy sigma=1.057550 ! 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.426 mas, bmaj=15.86 mas, bpa=-17.37 degrees ! Estimated noise=1.71828 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.105941 Jy ! Component: 100 - total flux cleaned = 0.173235 Jy ! Component: 150 - total flux cleaned = 0.220031 Jy ! Component: 200 - total flux cleaned = 0.253674 Jy ! Total flux subtracted in 200 components = 0.253674 Jy ! Clean residual min=-0.033448 max=0.038875 Jy/beam ! Clean residual mean=-0.000050 rms=0.009295 Jy/beam ! Combined flux in latest and established models = 1.18815 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 74 components and 1.18815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.164716Jy sigma=0.710602 ! Fit after self-cal, rms=0.162400Jy sigma=0.697603 ! 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.426 x 15.86 at -17.37 degrees (North through East) ! Clean map min=-0.030287 max=0.49094 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.94 HN 1.08 KP 0.94 ! LA 0.96 MK 1.01 NL 1.02 OV 0.95 ! PT 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.32 FD 0.95 HN 1.12 KP 0.95 ! LA 0.99 MK 1.02 NL 1.13 OV 0.99 ! PT 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.96 HN 1.13 KP 0.96 ! LA 0.99 MK 1.00 NL 1.01 OV 0.93 ! PT 0.97 ! ! ! Fit before self-cal, rms=0.162400Jy sigma=0.697603 ! Fit after self-cal, rms=0.163335Jy sigma=0.622325 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.477 mas, bmaj=16.07 mas, bpa=-17.45 degrees ! Estimated noise=1.69068 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.0158275 Jy ! Component: 100 - total flux cleaned = 0.0162531 Jy ! Component: 150 - total flux cleaned = 0.0159205 Jy ! Component: 200 - total flux cleaned = 0.0159332 Jy ! Total flux subtracted in 200 components = 0.0159332 Jy ! Clean residual min=-0.028534 max=0.024833 Jy/beam ! Clean residual mean=0.000012 rms=0.007602 Jy/beam ! Combined flux in latest and established models = 1.20408 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 101 components and 1.20408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.160557Jy sigma=0.608620 ! Fit after self-cal, rms=0.160486Jy sigma=0.607475 ! 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.160486Jy sigma=0.607475 ! Fit after self-cal, rms=0.135161Jy sigma=0.485491 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.48 mas, bmaj=16.42 mas, bpa=-17.44 degrees ! Estimated noise=1.72169 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00327153 Jy ! Component: 100 - total flux cleaned = 0.00328706 Jy ! Component: 150 - total flux cleaned = 0.00330678 Jy ! Component: 200 - total flux cleaned = 0.00299851 Jy ! Total flux subtracted in 200 components = 0.00299851 Jy ! Clean residual min=-0.016347 max=0.014301 Jy/beam ! Clean residual mean=0.000014 rms=0.003951 Jy/beam ! Combined flux in latest and established models = 1.20708 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 116 components and 1.20708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.132493Jy sigma=0.471658 ! Fit after self-cal, rms=0.132531Jy sigma=0.471001 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.00133849 Jy ! Component: 100 - total flux cleaned = 0.00104635 Jy ! Component: 150 - total flux cleaned = 0.0010486 Jy ! Component: 200 - total flux cleaned = 0.00079822 Jy ! Total flux subtracted in 200 components = 0.00079822 Jy ! Clean residual min=-0.016082 max=0.013087 Jy/beam ! Clean residual mean=0.000017 rms=0.003739 Jy/beam ! Combined flux in latest and established models = 1.20788 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 120 components and 1.20788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.131257Jy sigma=0.464296 ! Fit after self-cal, rms=0.131203Jy sigma=0.464090 ! 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.131203Jy sigma=0.464090 ! Fit after self-cal, rms=0.130789Jy sigma=0.445881 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.488 mas, bmaj=16.51 mas, bpa=-17.39 degrees ! Estimated noise=1.71511 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00430659 Jy ! Component: 100 - total flux cleaned = -0.00547624 Jy ! Component: 150 - total flux cleaned = -0.0062573 Jy ! Component: 200 - total flux cleaned = -0.00719267 Jy ! Total flux subtracted in 200 components = -0.00719267 Jy ! Clean residual min=-0.013237 max=0.010468 Jy/beam ! Clean residual mean=0.000016 rms=0.002725 Jy/beam ! Combined flux in latest and established models = 1.20069 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 125 components and 1.20069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.129122Jy sigma=0.438595 ! Fit after self-cal, rms=0.129054Jy sigma=0.438256 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.000620371 Jy ! Component: 100 - total flux cleaned = -0.000409018 Jy ! Component: 150 - total flux cleaned = -0.00060764 Jy ! Component: 200 - total flux cleaned = -0.0009836 Jy ! Total flux subtracted in 200 components = -0.0009836 Jy ! Clean residual min=-0.012333 max=0.010292 Jy/beam ! Clean residual mean=0.000015 rms=0.002584 Jy/beam ! Combined flux in latest and established models = 1.1997 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 129 components and 1.1997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.128222Jy sigma=0.434615 ! Fit after self-cal, rms=0.128159Jy sigma=0.434440 ! 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.128159Jy sigma=0.434440 ! Fit after self-cal, rms=0.128437Jy sigma=0.433347 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.41 mas, bmaj=28.91 mas, bpa=-2.985 degrees ! Estimated noise=2.05402 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00633688 Jy ! Component: 100 - total flux cleaned = -0.00675647 Jy ! Component: 150 - total flux cleaned = -0.00726693 Jy ! Component: 200 - total flux cleaned = -0.00761854 Jy ! Total flux subtracted in 200 components = -0.00761854 Jy ! Clean residual min=-0.008543 max=0.007575 Jy/beam ! Clean residual mean=0.000021 rms=0.002511 Jy/beam ! Combined flux in latest and established models = 1.19208 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 134 components and 1.19208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.127898Jy sigma=0.432434 ! Fit after self-cal, rms=0.127815Jy sigma=0.432180 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.00116115 Jy ! Component: 100 - total flux cleaned = -0.00125827 Jy ! Component: 150 - total flux cleaned = -0.00135803 Jy ! Component: 200 - total flux cleaned = -0.00154963 Jy ! Total flux subtracted in 200 components = -0.00154963 Jy ! Clean residual min=-0.008168 max=0.007298 Jy/beam ! Clean residual mean=0.000016 rms=0.002458 Jy/beam ! Combined flux in latest and established models = 1.19053 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 142 components and 1.19053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.127548Jy sigma=0.431356 ! Fit after self-cal, rms=0.127476Jy sigma=0.431120 ! 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.487 mas, bmaj=16.56 mas, bpa=-17.37 degrees ! Estimated noise=1.7082 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.487 x 16.56 at -17.37 degrees (North through East) ! Clean map min=-0.011468 max=0.50631 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.127476Jy sigma=0.431120 ! Fit after self-cal, rms=0.132084Jy sigma=0.395491 ! Inverting map and beam ! Estimated beam: bmin=3.499 mas, bmaj=16.64 mas, bpa=-17.27 degrees ! Estimated noise=1.7098 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00369606 Jy ! Component: 100 - total flux cleaned = -0.00442323 Jy ! Component: 150 - total flux cleaned = -0.00509785 Jy ! Component: 200 - total flux cleaned = -0.00556146 Jy ! Total flux subtracted in 200 components = -0.00556146 Jy ! Clean residual min=-0.011126 max=0.009112 Jy/beam ! Clean residual mean=0.000013 rms=0.002212 Jy/beam ! Combined flux in latest and established models = 1.18497 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 154 components and 1.18497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.131401Jy sigma=0.392293 ! Fit after self-cal, rms=0.131392Jy sigma=0.392136 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.54113e-06 Jy ! Component: 100 - total flux cleaned = -0.000447457 Jy ! Component: 150 - total flux cleaned = -0.000723175 Jy ! Component: 200 - total flux cleaned = -0.000993577 Jy ! Total flux subtracted in 200 components = -0.000993577 Jy ! Clean residual min=-0.010436 max=0.009077 Jy/beam ! Clean residual mean=0.000012 rms=0.002125 Jy/beam ! Combined flux in latest and established models = 1.18398 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 159 components and 1.18398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.130971Jy sigma=0.390018 ! Fit after self-cal, rms=0.130965Jy sigma=0.389919 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.130965Jy sigma=0.389919 ! Fit after self-cal, rms=0.131057Jy sigma=0.389562 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.812 mas, bmaj=14.65 mas, bpa=-19.23 degrees ! Estimated noise=2.59526 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.465072 Jy ! Component: 100 - total flux cleaned = 0.689591 Jy ! Component: 150 - total flux cleaned = 0.824916 Jy ! Component: 200 - total flux cleaned = 0.916436 Jy ! Total flux subtracted in 200 components = 0.916436 Jy ! Clean residual min=-0.033728 max=0.050969 Jy/beam ! Clean residual mean=-0.000275 rms=0.009913 Jy/beam ! Combined flux in latest and established models = 0.916436 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.916436 Jy ! Inverting map and beam ! Estimated beam: bmin=3.497 mas, bmaj=16.66 mas, bpa=-17.28 degrees ! Estimated noise=1.70519 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.0858012 Jy ! Component: 100 - total flux cleaned = 0.140837 Jy ! Component: 150 - total flux cleaned = 0.178455 Jy ! Component: 200 - total flux cleaned = 0.204728 Jy ! Total flux subtracted in 200 components = 0.204728 Jy ! Clean residual min=-0.012769 max=0.017709 Jy/beam ! Clean residual mean=-0.000089 rms=0.003452 Jy/beam ! Combined flux in latest and established models = 1.12116 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 84 components and 1.12116 Jy ! Inverting map ! Added new window around map position (4, 16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0198587 Jy ! Component: 100 - total flux cleaned = 0.0336166 Jy ! Component: 150 - total flux cleaned = 0.0402585 Jy ! Component: 200 - total flux cleaned = 0.044632 Jy ! Total flux subtracted in 200 components = 0.044632 Jy ! Clean residual min=-0.009424 max=0.009667 Jy/beam ! Clean residual mean=-0.000012 rms=0.002133 Jy/beam ! Combined flux in latest and established models = 1.1658 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 108 components and 1.1658 Jy ! Inverting map ! Added new window around map position (-8.5, -12.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00501694 Jy ! Component: 100 - total flux cleaned = 0.00446541 Jy ! Component: 150 - total flux cleaned = 0.00395057 Jy ! Component: 200 - total flux cleaned = 0.00348294 Jy ! Total flux subtracted in 200 components = 0.00348294 Jy ! Clean residual min=-0.007675 max=0.006404 Jy/beam ! Clean residual mean=-0.000006 rms=0.001785 Jy/beam ! Combined flux in latest and established models = 1.16928 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 131 components and 1.16928 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.419 mas, bmaj=29.09 mas, bpa=-3.049 degrees ! Estimated noise=2.04446 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00391267 Jy ! Component: 100 - total flux cleaned = 0.00443406 Jy ! Component: 150 - total flux cleaned = 0.00454548 Jy ! Component: 200 - total flux cleaned = 0.00471974 Jy ! Total flux subtracted in 200 components = 0.00471974 Jy ! Clean residual min=-0.005853 max=0.005495 Jy/beam ! Clean residual mean=0.000004 rms=0.001798 Jy/beam ! Combined flux in latest and established models = 1.174 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 = 7.34127e-05 Jy ! Component: 100 - total flux cleaned = -6.32515e-05 Jy ! Component: 150 - total flux cleaned = -0.00012739 Jy ! Component: 200 - total flux cleaned = -0.000190361 Jy ! Total flux subtracted in 200 components = -0.000190361 Jy ! Clean residual min=-0.005817 max=0.005462 Jy/beam ! Clean residual mean=0.000002 rms=0.001771 Jy/beam ! Combined flux in latest and established models = 1.17381 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 178 components and 1.17381 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.497 mas, bmaj=16.66 mas, bpa=-17.28 degrees ! Estimated noise=1.70519 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0034249 Jy ! Component: 100 - total flux cleaned = -0.00440155 Jy ! Component: 150 - total flux cleaned = -0.00492876 Jy ! Component: 200 - total flux cleaned = -0.00524951 Jy ! Total flux subtracted in 200 components = -0.00524951 Jy ! Clean residual min=-0.005570 max=0.005393 Jy/beam ! Clean residual mean=-0.000008 rms=0.001491 Jy/beam ! Combined flux in latest and established models = 1.16856 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 196 components and 1.16856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.128444Jy sigma=0.376207 ! Fit after self-cal, rms=0.127946Jy sigma=0.374665 wmodel J0738-3322_S_map.mod ! Writing 196 model components to file: J0738-3322_S_map.mod wobs J0738-3322_S_uvs.fits ! Writing UV FITS file: J0738-3322_S_uvs.fits wwins J0738-3322_S_map.win ! wwins: Wrote 4 windows to J0738-3322_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 = -8.68238e-05 Jy ! Component: 100 - total flux cleaned = -0.000458525 Jy ! Component: 150 - total flux cleaned = -0.00054441 Jy ! Component: 200 - total flux cleaned = -0.000939227 Jy ! Component: 250 - total flux cleaned = -0.00147082 Jy ! Component: 300 - total flux cleaned = -0.00198227 Jy ! Component: 350 - total flux cleaned = -0.00247405 Jy ! Component: 400 - total flux cleaned = -0.00287992 Jy ! Component: 450 - total flux cleaned = -0.00326935 Jy ! Component: 500 - total flux cleaned = -0.00364908 Jy ! Component: 550 - total flux cleaned = -0.00389528 Jy ! Component: 600 - total flux cleaned = -0.00395657 Jy ! Component: 650 - total flux cleaned = -0.00413397 Jy ! Component: 700 - total flux cleaned = -0.0044775 Jy ! Component: 750 - total flux cleaned = -0.00436598 Jy ! Component: 800 - total flux cleaned = -0.00442343 Jy ! Component: 850 - total flux cleaned = -0.00463814 Jy ! Component: 900 - total flux cleaned = -0.00469059 Jy ! Component: 950 - total flux cleaned = -0.00479263 Jy ! Component: 1000 - total flux cleaned = -0.00489247 Jy ! Component: 1050 - total flux cleaned = -0.00508898 Jy ! Component: 1100 - total flux cleaned = -0.00518612 Jy ! Component: 1150 - total flux cleaned = -0.00551869 Jy ! Component: 1200 - total flux cleaned = -0.00556611 Jy ! Component: 1250 - total flux cleaned = -0.00588541 Jy ! Component: 1300 - total flux cleaned = -0.0061089 Jy ! Component: 1350 - total flux cleaned = -0.00637203 Jy ! Component: 1400 - total flux cleaned = -0.00654452 Jy ! Component: 1450 - total flux cleaned = -0.00671528 Jy ! Component: 1500 - total flux cleaned = -0.0070499 Jy ! Component: 1550 - total flux cleaned = -0.00709189 Jy ! Component: 1600 - total flux cleaned = -0.00729582 Jy ! Component: 1650 - total flux cleaned = -0.00745659 Jy ! Component: 1700 - total flux cleaned = -0.00745704 Jy ! Component: 1750 - total flux cleaned = -0.00765211 Jy ! Component: 1800 - total flux cleaned = -0.00776699 Jy ! Component: 1850 - total flux cleaned = -0.00787996 Jy ! Component: 1900 - total flux cleaned = -0.00802905 Jy ! Component: 1950 - total flux cleaned = -0.00799335 Jy ! Component: 2000 - total flux cleaned = -0.00810218 Jy ! Component: 2050 - total flux cleaned = -0.00813774 Jy ! Component: 2100 - total flux cleaned = -0.00824324 Jy ! Component: 2150 - total flux cleaned = -0.00820884 Jy ! Component: 2200 - total flux cleaned = -0.008175 Jy ! Component: 2250 - total flux cleaned = -0.00827659 Jy ! Component: 2300 - total flux cleaned = -0.00820943 Jy ! Component: 2350 - total flux cleaned = -0.00824272 Jy ! Component: 2400 - total flux cleaned = -0.00817808 Jy ! Component: 2450 - total flux cleaned = -0.00824278 Jy ! Component: 2500 - total flux cleaned = -0.0082108 Jy ! Component: 2550 - total flux cleaned = -0.00830527 Jy ! Component: 2600 - total flux cleaned = -0.00833552 Jy ! Component: 2650 - total flux cleaned = -0.00833532 Jy ! Component: 2700 - total flux cleaned = -0.00833473 Jy ! Component: 2750 - total flux cleaned = -0.00833425 Jy ! Component: 2800 - total flux cleaned = -0.00818583 Jy ! Component: 2850 - total flux cleaned = -0.00830298 Jy ! Component: 2900 - total flux cleaned = -0.00821548 Jy ! Component: 2950 - total flux cleaned = -0.00824351 Jy ! Component: 3000 - total flux cleaned = -0.00818613 Jy ! Component: 3050 - total flux cleaned = -0.00804575 Jy ! Component: 3100 - total flux cleaned = -0.00826896 Jy ! Component: 3150 - total flux cleaned = -0.00815817 Jy ! Component: 3200 - total flux cleaned = -0.00813082 Jy ! Component: 3250 - total flux cleaned = -0.00823897 Jy ! Component: 3300 - total flux cleaned = -0.00818501 Jy ! Component: 3350 - total flux cleaned = -0.00813169 Jy ! Component: 3400 - total flux cleaned = -0.0081316 Jy ! Component: 3450 - total flux cleaned = -0.00810512 Jy ! Component: 3500 - total flux cleaned = -0.00807926 Jy ! Component: 3550 - total flux cleaned = -0.00800201 Jy ! Component: 3600 - total flux cleaned = -0.00800199 Jy ! Component: 3650 - total flux cleaned = -0.00792619 Jy ! Component: 3700 - total flux cleaned = -0.00792636 Jy ! Component: 3750 - total flux cleaned = -0.00787643 Jy ! Component: 3800 - total flux cleaned = -0.00787646 Jy ! Component: 3850 - total flux cleaned = -0.00782702 Jy ! Component: 3900 - total flux cleaned = -0.0078273 Jy ! Component: 3950 - total flux cleaned = -0.00773076 Jy ! Component: 4000 - total flux cleaned = -0.00777877 Jy ! Component: 4050 - total flux cleaned = -0.00773096 Jy ! Total flux subtracted in 4096 components = -0.00770729 Jy ! Clean residual min=-0.001364 max=0.001266 Jy/beam ! Clean residual mean=0.000014 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 1.16085 Jy keep ! Adding 317 model components to the UV plane model. ! The established model now contains 512 components and 1.16085 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0738-3322_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.497 x 16.66 at -17.28 degrees (North through East) ! Clean map min=-0.0044257 max=0.53284 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0738-3322_S_map.fits wmodel /image_prod/ug002_uva//J0738-3322_S_map.mod ! Writing 512 model components to file: /image_prod/ug002_uva//J0738-3322_S_map.mod wobs /image_prod/ug002_uva//J0738-3322_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0738-3322_S_uvs.fits wwins /image_prod/ug002_uva//J0738-3322_S_map.win ! wwins: Wrote 5 windows to /image_prod/ug002_uva//J0738-3322_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.532836 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000456252 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.256881 0.256881 0.513762 1.02752 2.05505 4.1101 8.22019 16.4404 32.8808 65.7616 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.532 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1167.85 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0738-3322_S_dfm.log closed on Wed Mar 4 21:55:14 2020