! Started logfile: /image_prod/ug002_uva//J0922-0529_S_dfm.log on Wed Mar 4 22:57:41 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//J0922-0529_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0922-0529_S_uva.fits ! AN table 1: 45 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.817901 visibilities/baseline/integration-bin. ! Found source: J0922-0529 ! ! 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 3975 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 J0922-0529_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 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.174262Jy sigma=7.360460 ! Fit after self-cal, rms=0.446898Jy sigma=2.852572 ! 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.184 mas, bmaj=14.08 mas, bpa=-18.01 degrees ! Estimated noise=2.4507 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.421046 Jy ! Component: 100 - total flux cleaned = 0.532448 Jy ! Total flux subtracted in 100 components = 0.532448 Jy ! Clean residual min=-0.021620 max=0.046015 Jy/beam ! Clean residual mean=-0.000049 rms=0.007446 Jy/beam ! Combined flux in latest and established models = 0.532448 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.532448 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.145541Jy sigma=0.814081 ! Fit after self-cal, rms=0.145433Jy sigma=0.813556 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0509412 Jy ! Component: 100 - total flux cleaned = 0.0814003 Jy ! Total flux subtracted in 100 components = 0.0814003 Jy ! Clean residual min=-0.019988 max=0.025734 Jy/beam ! Clean residual mean=-0.000016 rms=0.005601 Jy/beam ! Combined flux in latest and established models = 0.613849 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 30 components and 0.613849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.119250Jy sigma=0.640659 ! Fit after self-cal, rms=0.119130Jy sigma=0.639764 ! 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.886 mas, bmaj=14.41 mas, bpa=-16.73 degrees ! Estimated noise=1.8171 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.0250937 Jy ! Component: 100 - total flux cleaned = 0.0305495 Jy ! Component: 150 - total flux cleaned = 0.0305719 Jy ! Component: 200 - total flux cleaned = 0.0301924 Jy ! Total flux subtracted in 200 components = 0.0301924 Jy ! Clean residual min=-0.016188 max=0.018208 Jy/beam ! Clean residual mean=-0.000040 rms=0.004326 Jy/beam ! Combined flux in latest and established models = 0.644041 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 59 components and 0.644041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111483Jy sigma=0.601047 ! Fit after self-cal, rms=0.111408Jy sigma=0.600596 ! 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.886 x 14.41 at -16.73 degrees (North through East) ! Clean map min=-0.016192 max=0.55903 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.94 HN 1.01 KP 1.00 ! LA 1.08 MK 1.06 NL 1.04 OV 1.03 ! PT 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.96 HN 1.00 KP 1.02 ! LA 1.08 MK 1.03 NL 1.01 OV 0.89 ! PT 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.95 HN 0.98 KP 0.99 ! LA 1.09 MK 1.04 NL 0.99 OV 1.04 ! PT 0.92 ! ! ! Fit before self-cal, rms=0.111408Jy sigma=0.600596 ! Fit after self-cal, rms=0.100171Jy sigma=0.534917 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.927 mas, bmaj=14.31 mas, bpa=-16.53 degrees ! Estimated noise=1.81159 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.000815549 Jy ! Component: 100 - total flux cleaned = -0.000165571 Jy ! Component: 150 - total flux cleaned = 9.16125e-05 Jy ! Component: 200 - total flux cleaned = 0.0005493 Jy ! Total flux subtracted in 200 components = 0.0005493 Jy ! Clean residual min=-0.013027 max=0.015714 Jy/beam ! Clean residual mean=-0.000007 rms=0.003458 Jy/beam ! Combined flux in latest and established models = 0.64459 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 72 components and 0.644591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.098191Jy sigma=0.525311 ! Fit after self-cal, rms=0.098196Jy sigma=0.525124 ! 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.098196Jy sigma=0.525124 ! Fit after self-cal, rms=0.074949Jy sigma=0.420049 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.918 mas, bmaj=14.49 mas, bpa=-16.16 degrees ! Estimated noise=1.82426 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00368803 Jy ! Component: 100 - total flux cleaned = 0.00308507 Jy ! Component: 150 - total flux cleaned = 0.00239254 Jy ! Component: 200 - total flux cleaned = 0.00208258 Jy ! Total flux subtracted in 200 components = 0.00208258 Jy ! Clean residual min=-0.005764 max=0.007718 Jy/beam ! Clean residual mean=-0.000002 rms=0.001521 Jy/beam ! Combined flux in latest and established models = 0.646673 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 87 components and 0.646673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073926Jy sigma=0.412823 ! Fit after self-cal, rms=0.073916Jy sigma=0.412614 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 (8.5, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00517499 Jy ! Component: 100 - total flux cleaned = 0.00501024 Jy ! Component: 150 - total flux cleaned = 0.00426986 Jy ! Component: 200 - total flux cleaned = 0.0040046 Jy ! Total flux subtracted in 200 components = 0.0040046 Jy ! Clean residual min=-0.004854 max=0.005720 Jy/beam ! Clean residual mean=-0.000002 rms=0.001345 Jy/beam ! Combined flux in latest and established models = 0.650678 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 104 components and 0.650678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073062Jy sigma=0.406493 ! Fit after self-cal, rms=0.073013Jy sigma=0.406221 ! Inverting map ! Added new window around map position (-7, -34.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00596098 Jy ! Component: 100 - total flux cleaned = 0.00774067 Jy ! Component: 150 - total flux cleaned = 0.00815355 Jy ! Component: 200 - total flux cleaned = 0.00828005 Jy ! Total flux subtracted in 200 components = 0.00828005 Jy ! Clean residual min=-0.004419 max=0.004792 Jy/beam ! Clean residual mean=0.000001 rms=0.001176 Jy/beam ! Combined flux in latest and established models = 0.658958 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 127 components and 0.658958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072303Jy sigma=0.401407 ! Fit after self-cal, rms=0.072279Jy sigma=0.401312 ! 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.072279Jy sigma=0.401312 ! Fit after self-cal, rms=0.070338Jy sigma=0.393790 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.911 mas, bmaj=14.44 mas, bpa=-16.13 degrees ! Estimated noise=1.82025 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00369263 Jy ! Component: 100 - total flux cleaned = 0.00392339 Jy ! Component: 150 - total flux cleaned = 0.00423548 Jy ! Component: 200 - total flux cleaned = 0.00423625 Jy ! Total flux subtracted in 200 components = 0.00423625 Jy ! Clean residual min=-0.003761 max=0.003529 Jy/beam ! Clean residual mean=-0.000007 rms=0.000858 Jy/beam ! Combined flux in latest and established models = 0.663194 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 143 components and 0.663194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069967Jy sigma=0.391267 ! Fit after self-cal, rms=0.069964Jy sigma=0.391221 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.000286452 Jy ! Component: 100 - total flux cleaned = -3.28931e-05 Jy ! Component: 150 - total flux cleaned = -3.31689e-05 Jy ! Component: 200 - total flux cleaned = -0.000173326 Jy ! Total flux subtracted in 200 components = -0.000173326 Jy ! Clean residual min=-0.003573 max=0.003304 Jy/beam ! Clean residual mean=-0.000007 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.663021 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 161 components and 0.663021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069807Jy sigma=0.390147 ! Fit after self-cal, rms=0.069801Jy sigma=0.390136 ! 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.069801Jy sigma=0.390136 ! Fit after self-cal, rms=0.069753Jy sigma=0.389741 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.695 mas, bmaj=15.63 mas, bpa=-9.144 degrees ! Estimated noise=2.09396 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.32098e-05 Jy ! Component: 100 - total flux cleaned = -7.7082e-05 Jy ! Component: 150 - total flux cleaned = -0.000125847 Jy ! Component: 200 - total flux cleaned = -0.00016424 Jy ! Total flux subtracted in 200 components = -0.00016424 Jy ! Clean residual min=-0.002762 max=0.002743 Jy/beam ! Clean residual mean=-0.000006 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.662857 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 174 components and 0.662857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069683Jy sigma=0.389258 ! Fit after self-cal, rms=0.069680Jy sigma=0.389242 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.000239149 Jy ! Component: 100 - total flux cleaned = -0.000340269 Jy ! Component: 150 - total flux cleaned = -0.0004605 Jy ! Component: 200 - total flux cleaned = -0.000626796 Jy ! Total flux subtracted in 200 components = -0.000626796 Jy ! Clean residual min=-0.002651 max=0.002711 Jy/beam ! Clean residual mean=-0.000006 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.66223 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 185 components and 0.66223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069641Jy sigma=0.388999 ! Fit after self-cal, rms=0.069641Jy sigma=0.388992 ! 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.908 mas, bmaj=14.42 mas, bpa=-16.1 degrees ! Estimated noise=1.81942 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.908 x 14.42 at -16.1 degrees (North through East) ! Clean map min=-0.00802 max=0.55828 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.069641Jy sigma=0.388992 ! Fit after self-cal, rms=0.064796Jy sigma=0.351795 ! Inverting map and beam ! Estimated beam: bmin=3.907 mas, bmaj=14.42 mas, bpa=-16.1 degrees ! Estimated noise=1.82033 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146382 Jy ! Component: 100 - total flux cleaned = 0.00161161 Jy ! Component: 150 - total flux cleaned = 0.00180897 Jy ! Component: 200 - total flux cleaned = 0.00174965 Jy ! Total flux subtracted in 200 components = 0.00174965 Jy ! Clean residual min=-0.003191 max=0.003016 Jy/beam ! Clean residual mean=-0.000004 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.663979 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 199 components and 0.663979 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064644Jy sigma=0.350802 ! Fit after self-cal, rms=0.064642Jy sigma=0.350789 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.011e-05 Jy ! Component: 100 - total flux cleaned = 6.30457e-05 Jy ! Component: 150 - total flux cleaned = 0.00026479 Jy ! Component: 200 - total flux cleaned = 0.000264051 Jy ! Total flux subtracted in 200 components = 0.000264051 Jy ! Clean residual min=-0.003092 max=0.002845 Jy/beam ! Clean residual mean=-0.000004 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.664243 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 209 components and 0.664243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064560Jy sigma=0.350290 ! Fit after self-cal, rms=0.064557Jy sigma=0.350284 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064557Jy sigma=0.350284 ! Fit after self-cal, rms=0.064559Jy sigma=0.350165 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.2 mas, bmaj=14.16 mas, bpa=-17.35 degrees ! Estimated noise=2.49549 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.428614 Jy ! Component: 100 - total flux cleaned = 0.538172 Jy ! Component: 150 - total flux cleaned = 0.585126 Jy ! Component: 200 - total flux cleaned = 0.610157 Jy ! Total flux subtracted in 200 components = 0.610157 Jy ! Clean residual min=-0.007782 max=0.012656 Jy/beam ! Clean residual mean=-0.000020 rms=0.002385 Jy/beam ! Combined flux in latest and established models = 0.610157 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.610157 Jy ! Inverting map and beam ! Estimated beam: bmin=3.906 mas, bmaj=14.41 mas, bpa=-16.08 degrees ! Estimated noise=1.82016 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.0194972 Jy ! Component: 100 - total flux cleaned = 0.0310581 Jy ! Component: 150 - total flux cleaned = 0.0380664 Jy ! Component: 200 - total flux cleaned = 0.0419752 Jy ! Total flux subtracted in 200 components = 0.0419752 Jy ! Clean residual min=-0.004073 max=0.004294 Jy/beam ! Clean residual mean=-0.000012 rms=0.001148 Jy/beam ! Combined flux in latest and established models = 0.652132 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 85 components and 0.652132 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=7.695 mas, bmaj=15.61 mas, bpa=-9.096 degrees ! Estimated noise=2.09563 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00580914 Jy ! Component: 100 - total flux cleaned = 0.00901729 Jy ! Component: 150 - total flux cleaned = 0.00990314 Jy ! Component: 200 - total flux cleaned = 0.0104546 Jy ! Total flux subtracted in 200 components = 0.0104546 Jy ! Clean residual min=-0.002971 max=0.002800 Jy/beam ! Clean residual mean=-0.000010 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.662587 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.000164958 Jy ! Component: 100 - total flux cleaned = 0.000308579 Jy ! Component: 150 - total flux cleaned = 0.000438482 Jy ! Component: 200 - total flux cleaned = 0.000614556 Jy ! Total flux subtracted in 200 components = 0.000614556 Jy ! Clean residual min=-0.002741 max=0.002640 Jy/beam ! Clean residual mean=-0.000008 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.663201 Jy ! Adding 88 model components to the UV plane model. ! The established model now contains 166 components and 0.663201 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.906 mas, bmaj=14.41 mas, bpa=-16.08 degrees ! Estimated noise=1.82016 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000525199 Jy ! Component: 100 - total flux cleaned = 0.000932218 Jy ! Component: 150 - total flux cleaned = 0.00140303 Jy ! Component: 200 - total flux cleaned = 0.00172411 Jy ! Total flux subtracted in 200 components = 0.00172411 Jy ! Clean residual min=-0.003014 max=0.003053 Jy/beam ! Clean residual mean=-0.000006 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.664925 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 187 components and 0.664925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065159Jy sigma=0.353194 ! Fit after self-cal, rms=0.065134Jy sigma=0.352983 wmodel J0922-0529_S_map.mod ! Writing 187 model components to file: J0922-0529_S_map.mod wobs J0922-0529_S_uvs.fits ! Writing UV FITS file: J0922-0529_S_uvs.fits wwins J0922-0529_S_map.win ! wwins: Wrote 3 windows to J0922-0529_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.000630004 Jy ! Component: 100 - total flux cleaned = -0.00125611 Jy ! Component: 150 - total flux cleaned = -0.00175273 Jy ! Component: 200 - total flux cleaned = -0.00213255 Jy ! Component: 250 - total flux cleaned = -0.00231451 Jy ! Component: 300 - total flux cleaned = -0.00257663 Jy ! Component: 350 - total flux cleaned = -0.00282996 Jy ! Component: 400 - total flux cleaned = -0.00303543 Jy ! Component: 450 - total flux cleaned = -0.00323513 Jy ! Component: 500 - total flux cleaned = -0.00327434 Jy ! Component: 550 - total flux cleaned = -0.00331274 Jy ! Component: 600 - total flux cleaned = -0.00327571 Jy ! Component: 650 - total flux cleaned = -0.0032035 Jy ! Component: 700 - total flux cleaned = -0.00316773 Jy ! Component: 750 - total flux cleaned = -0.00309861 Jy ! Component: 800 - total flux cleaned = -0.00303081 Jy ! Component: 850 - total flux cleaned = -0.00292934 Jy ! Component: 900 - total flux cleaned = -0.00276378 Jy ! Component: 950 - total flux cleaned = -0.00273155 Jy ! Component: 1000 - total flux cleaned = -0.0025717 Jy ! Component: 1050 - total flux cleaned = -0.00257212 Jy ! Component: 1100 - total flux cleaned = -0.00247906 Jy ! Component: 1150 - total flux cleaned = -0.00238769 Jy ! Component: 1200 - total flux cleaned = -0.00232779 Jy ! Component: 1250 - total flux cleaned = -0.00235647 Jy ! Component: 1300 - total flux cleaned = -0.00215151 Jy ! Component: 1350 - total flux cleaned = -0.00206517 Jy ! Component: 1400 - total flux cleaned = -0.00197923 Jy ! Component: 1450 - total flux cleaned = -0.00189495 Jy ! Component: 1500 - total flux cleaned = -0.00178439 Jy ! Component: 1550 - total flux cleaned = -0.00170253 Jy ! Component: 1600 - total flux cleaned = -0.00159515 Jy ! Component: 1650 - total flux cleaned = -0.00156846 Jy ! Component: 1700 - total flux cleaned = -0.00148973 Jy ! Component: 1750 - total flux cleaned = -0.00154185 Jy ! Component: 1800 - total flux cleaned = -0.00143877 Jy ! Component: 1850 - total flux cleaned = -0.00146388 Jy ! Component: 1900 - total flux cleaned = -0.00141326 Jy ! Component: 1950 - total flux cleaned = -0.00138824 Jy ! Component: 2000 - total flux cleaned = -0.00133892 Jy ! Component: 2050 - total flux cleaned = -0.00133888 Jy ! Component: 2100 - total flux cleaned = -0.00129033 Jy ! Component: 2150 - total flux cleaned = -0.00126652 Jy ! Component: 2200 - total flux cleaned = -0.00126665 Jy ! Component: 2250 - total flux cleaned = -0.00124332 Jy ! Component: 2300 - total flux cleaned = -0.00119716 Jy ! Component: 2350 - total flux cleaned = -0.00117423 Jy ! Component: 2400 - total flux cleaned = -0.00119716 Jy ! Component: 2450 - total flux cleaned = -0.00119727 Jy ! Component: 2500 - total flux cleaned = -0.00115302 Jy ! Component: 2550 - total flux cleaned = -0.0011312 Jy ! Component: 2600 - total flux cleaned = -0.0011531 Jy ! Component: 2650 - total flux cleaned = -0.00110982 Jy ! Component: 2700 - total flux cleaned = -0.00108844 Jy ! Component: 2750 - total flux cleaned = -0.00106711 Jy ! Component: 2800 - total flux cleaned = -0.00108814 Jy ! Component: 2850 - total flux cleaned = -0.00104632 Jy ! Component: 2900 - total flux cleaned = -0.00108754 Jy ! Component: 2950 - total flux cleaned = -0.00110774 Jy ! Component: 3000 - total flux cleaned = -0.0010065 Jy ! Component: 3050 - total flux cleaned = -0.000986347 Jy ! Component: 3100 - total flux cleaned = -0.000907044 Jy ! Component: 3150 - total flux cleaned = -0.000906974 Jy ! Component: 3200 - total flux cleaned = -0.000828863 Jy ! Component: 3250 - total flux cleaned = -0.000790175 Jy ! Component: 3300 - total flux cleaned = -0.000751578 Jy ! Component: 3350 - total flux cleaned = -0.000732676 Jy ! Component: 3400 - total flux cleaned = -0.000657256 Jy ! Component: 3450 - total flux cleaned = -0.00063842 Jy ! Component: 3500 - total flux cleaned = -0.000638287 Jy ! Component: 3550 - total flux cleaned = -0.000527526 Jy ! Component: 3600 - total flux cleaned = -0.000564083 Jy ! Component: 3650 - total flux cleaned = -0.000491468 Jy ! Component: 3700 - total flux cleaned = -0.000491571 Jy ! Component: 3750 - total flux cleaned = -0.000473943 Jy ! Component: 3800 - total flux cleaned = -0.000509472 Jy ! Component: 3850 - total flux cleaned = -0.000421468 Jy ! Component: 3900 - total flux cleaned = -0.000473914 Jy ! Component: 3950 - total flux cleaned = -0.000421915 Jy ! Component: 4000 - total flux cleaned = -0.000422058 Jy ! Component: 4050 - total flux cleaned = -0.000439055 Jy ! Total flux subtracted in 4096 components = -0.000388114 Jy ! Clean residual min=-0.000911 max=0.001017 Jy/beam ! Clean residual mean=-0.000001 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.664537 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 482 components and 0.664537 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0922-0529_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.906 x 14.41 at -16.08 degrees (North through East) ! Clean map min=-0.0044573 max=0.56199 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0922-0529_S_map.fits wmodel /image_prod/ug002_uva//J0922-0529_S_map.mod ! Writing 482 model components to file: /image_prod/ug002_uva//J0922-0529_S_map.mod wobs /image_prod/ug002_uva//J0922-0529_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0922-0529_S_uvs.fits wwins /image_prod/ug002_uva//J0922-0529_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J0922-0529_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.561993 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00034081 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.181929 0.181929 0.363858 0.727717 1.45543 2.91087 5.82173 11.6435 23.2869 46.5739 93.1477 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.561 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1648.99 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0922-0529_S_dfm.log closed on Wed Mar 4 22:57:45 2020