! Started logfile: .//J2118-3752_X_dfm.log on Mon Jan 20 19:12:29 2020 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 7.39200 obs .//J2118-3752_X_uva.fits ! Reading UV FITS file: .//J2118-3752_X_uva.fits ! AN table 1: 15 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2118-3752 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 7.392e+09 3.2e+07 1 3.2e+07 ! 02 2 7.424e+09 3.2e+07 1 3.2e+07 ! 03 3 7.456e+09 3.2e+07 1 3.2e+07 ! 04 4 7.552e+09 3.2e+07 1 3.2e+07 ! 05 5 7.744e+09 3.2e+07 1 3.2e+07 ! 06 6 7.776e+09 3.2e+07 1 3.2e+07 ! 07 7 7.808e+09 3.2e+07 1 3.2e+07 ! 08 8 7.84e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 85 lines of history. ! ! Reading 1200 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 8 channels. ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_01.dfm J2118-3752_X] 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.200x0.200 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=1.015268Jy sigma=8.991362 ! Fit after self-cal, rms=0.927482Jy sigma=8.135606 ! 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.717 mas, bmaj=30.53 mas, bpa=-19.2 degrees ! Estimated noise=3.34779 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0651345 Jy ! Component: 100 - total flux cleaned = 0.0839319 Jy ! Total flux subtracted in 100 components = 0.0839319 Jy ! Clean residual min=-0.009792 max=0.009747 Jy/beam ! Clean residual mean=-0.000216 rms=0.004101 Jy/beam ! Combined flux in latest and established models = 0.0839319 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 28 components and 0.0839319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.088047Jy sigma=0.631456 ! Fit after self-cal, rms=0.087243Jy sigma=0.624333 ! 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.038 mas, bmaj=28.2 mas, bpa=-19.17 degrees ! Estimated noise=2.42615 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.00207502 Jy ! Component: 100 - total flux cleaned = -0.000434084 Jy ! Component: 150 - total flux cleaned = -0.00119075 Jy ! Component: 200 - total flux cleaned = -0.000523644 Jy ! Total flux subtracted in 200 components = -0.000523644 Jy ! Clean residual min=-0.002633 max=0.002659 Jy/beam ! Clean residual mean=-0.000011 rms=0.000955 Jy/beam ! Combined flux in latest and established models = 0.0834082 Jy ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 101 components and 0.0834082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.086326Jy sigma=0.614406 ! Fit after self-cal, rms=0.086464Jy sigma=0.613410 ! 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.038 x 28.2 at -19.17 degrees (North through East) ! Clean map min=-0.0057763 max=0.062623 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.12 KP 0.89 LA 0.99 NL 1.04 ! PT 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.18 KP 0.96 LA 0.81 NL 1.08 ! PT 0.89 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 0.96 LA 1.01 NL 0.98 ! PT 1.21 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.90 KP 0.85 LA 0.98 NL 1.11 ! PT 1.02 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 1.01 LA 1.06 NL 0.99 ! PT 1.01 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 1.20 LA 1.08 NL 1.06 ! PT 0.90 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 KP 1.18 LA 0.99 NL 0.90 ! PT 0.89 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 1.19 LA 1.14 NL 0.91 ! PT 0.91 ! ! ! Fit before self-cal, rms=0.086464Jy sigma=0.613410 ! Fit after self-cal, rms=0.089097Jy sigma=0.606414 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.05 mas, bmaj=28.29 mas, bpa=-19.16 degrees ! Estimated noise=2.42562 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.000910628 Jy ! Component: 100 - total flux cleaned = 0.00123458 Jy ! Component: 150 - total flux cleaned = 0.00140775 Jy ! Component: 200 - total flux cleaned = 0.00141303 Jy ! Total flux subtracted in 200 components = 0.00141303 Jy ! Clean residual min=-0.001145 max=0.001148 Jy/beam ! Clean residual mean=-0.000005 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.0848213 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 172 components and 0.0848213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.088861Jy sigma=0.604460 ! Fit after self-cal, rms=0.089110Jy sigma=0.603684 ! 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. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.089110Jy sigma=0.603684 ! Fit after self-cal, rms=0.089981Jy sigma=0.603486 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.053 mas, bmaj=28.27 mas, bpa=-19.15 degrees ! Estimated noise=2.41998 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.81148e-06 Jy ! Component: 100 - total flux cleaned = 0.000528249 Jy ! Component: 150 - total flux cleaned = 0.000604414 Jy ! Component: 200 - total flux cleaned = 0.000484473 Jy ! Total flux subtracted in 200 components = 0.000484473 Jy ! Clean residual min=-0.000976 max=0.000959 Jy/beam ! Clean residual mean=-0.000004 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.0853058 Jy selfcal ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 236 components and 0.0853057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.089864Jy sigma=0.602581 ! Fit after self-cal, rms=0.089927Jy sigma=0.601889 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.000365472 Jy ! Component: 100 - total flux cleaned = -0.000752746 Jy ! Component: 150 - total flux cleaned = -0.00116232 Jy ! Component: 200 - total flux cleaned = -0.00153601 Jy ! Total flux subtracted in 200 components = -0.00153601 Jy ! Clean residual min=-0.001004 max=0.001004 Jy/beam ! Clean residual mean=0.000001 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.0837697 Jy ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 313 components and 0.0837697 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.089728Jy sigma=0.601009 ! Fit after self-cal, rms=0.089648Jy sigma=0.600829 ! 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. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.089648Jy sigma=0.600829 ! Fit after self-cal, rms=0.090111Jy sigma=0.600753 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.057 mas, bmaj=28.29 mas, bpa=-19.15 degrees ! Estimated noise=2.42573 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000859437 Jy ! Component: 100 - total flux cleaned = 0.000277201 Jy ! Component: 150 - total flux cleaned = -0.000130114 Jy ! Component: 200 - total flux cleaned = -0.000291184 Jy ! Total flux subtracted in 200 components = -0.000291184 Jy ! Clean residual min=-0.000883 max=0.000899 Jy/beam ! Clean residual mean=0.000003 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.0834785 Jy selfcal ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 373 components and 0.0834786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.089977Jy sigma=0.600222 ! Fit after self-cal, rms=0.089948Jy sigma=0.600121 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.000427375 Jy ! Component: 100 - total flux cleaned = -0.000608491 Jy ! Component: 150 - total flux cleaned = -0.000938223 Jy ! Component: 200 - total flux cleaned = -0.00140979 Jy ! Total flux subtracted in 200 components = -0.00140979 Jy ! Clean residual min=-0.000858 max=0.000866 Jy/beam ! Clean residual mean=-0.000001 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.0820688 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 410 components and 0.0820688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.089842Jy sigma=0.599715 ! Fit after self-cal, rms=0.089769Jy sigma=0.599638 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.089769Jy sigma=0.599638 ! Fit after self-cal, rms=0.089837Jy sigma=0.599615 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.452 mas, bmaj=27.36 mas, bpa=-19.08 degrees ! Estimated noise=2.37582 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000623441 Jy ! Component: 100 - total flux cleaned = 0.000787013 Jy ! Component: 150 - total flux cleaned = 0.000787541 Jy ! Component: 200 - total flux cleaned = 0.00068277 Jy ! Total flux subtracted in 200 components = 0.00068277 Jy ! Clean residual min=-0.000573 max=0.000571 Jy/beam ! Clean residual mean=0.000001 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.0827515 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 460 components and 0.0827516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.089764Jy sigma=0.599365 ! Fit after self-cal, rms=0.089718Jy sigma=0.599300 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 = -6.03191e-05 Jy ! Component: 100 - total flux cleaned = 2.4086e-05 Jy ! Component: 150 - total flux cleaned = -0.000214012 Jy ! Component: 200 - total flux cleaned = -1.97505e-05 Jy ! Total flux subtracted in 200 components = -1.97505e-05 Jy ! Clean residual min=-0.000639 max=0.000636 Jy/beam ! Clean residual mean=-0.000000 rms=0.000265 Jy/beam ! Combined flux in latest and established models = 0.0827318 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 491 components and 0.0827318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.089631Jy sigma=0.599040 ! Fit after self-cal, rms=0.089557Jy sigma=0.598992 ! 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.055 mas, bmaj=28.31 mas, bpa=-19.15 degrees ! Estimated noise=2.42898 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.055 x 28.31 at -19.15 degrees (North through East) ! Clean map min=-0.0058648 max=0.062013 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.751 mas, bmaj=30.35 mas, bpa=-19.11 degrees ! Estimated noise=3.29928 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0643584 Jy ! Component: 100 - total flux cleaned = 0.0798817 Jy ! Component: 150 - total flux cleaned = 0.0759509 Jy ! Component: 200 - total flux cleaned = 0.0746975 Jy ! Total flux subtracted in 200 components = 0.0746975 Jy ! Clean residual min=-0.006238 max=0.006199 Jy/beam ! Clean residual mean=-0.000059 rms=0.002283 Jy/beam ! Combined flux in latest and established models = 0.0746975 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 58 model components to the UV plane model. ! The established model now contains 58 components and 0.0746975 Jy ! Inverting map and beam ! Estimated beam: bmin=3.055 mas, bmaj=28.31 mas, bpa=-19.15 degrees ! Estimated noise=2.42898 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.000605099 Jy ! Component: 100 - total flux cleaned = 0.000124777 Jy ! Component: 150 - total flux cleaned = 0.000838054 Jy ! Component: 200 - total flux cleaned = 0.00234333 Jy ! Total flux subtracted in 200 components = 0.00234333 Jy ! Clean residual min=-0.001984 max=0.001967 Jy/beam ! Clean residual mean=-0.000003 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.0770408 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 141 components and 0.0770408 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.452 mas, bmaj=27.36 mas, bpa=-19.08 degrees ! Estimated noise=2.37582 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000307776 Jy ! Component: 100 - total flux cleaned = -9.17024e-05 Jy ! Component: 150 - total flux cleaned = -0.000858625 Jy ! Component: 200 - total flux cleaned = -0.00155644 Jy ! Total flux subtracted in 200 components = -0.00155644 Jy ! Clean residual min=-0.001305 max=0.001289 Jy/beam ! Clean residual mean=0.000006 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.0754844 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.000640768 Jy ! Component: 100 - total flux cleaned = -0.000892606 Jy ! Component: 150 - total flux cleaned = -0.000981189 Jy ! Component: 200 - total flux cleaned = -0.00108332 Jy ! Total flux subtracted in 200 components = -0.00108332 Jy ! Clean residual min=-0.001837 max=0.001862 Jy/beam ! Clean residual mean=0.000017 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.0744011 Jy ! Adding 84 model components to the UV plane model. ! The established model now contains 223 components and 0.0744011 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.055 mas, bmaj=28.31 mas, bpa=-19.15 degrees ! Estimated noise=2.42898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000971872 Jy ! Component: 100 - total flux cleaned = 0.00199902 Jy ! Component: 150 - total flux cleaned = 0.00258699 Jy ! Component: 200 - total flux cleaned = 0.00291507 Jy ! Total flux subtracted in 200 components = 0.00291507 Jy ! Clean residual min=-0.000911 max=0.000901 Jy/beam ! Clean residual mean=-0.000002 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.0773161 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 286 components and 0.0773161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.089456Jy sigma=0.599257 ! Fit after self-cal, rms=0.089112Jy sigma=0.598616 wmodel J2118-3752_X_map.mod ! Writing 286 model components to file: J2118-3752_X_map.mod wobs J2118-3752_X_uvs.fits ! Writing UV FITS file: J2118-3752_X_uvs.fits wwins J2118-3752_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J2118-3752_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.055 x 28.31 at -19.15 degrees (North through East) ! Clean map min=-0.0087033 max=0.057446 Jy/beam ! Writing clean map to FITS file: .//J2118-3752_X_map.fits wmodel .//J2118-3752_X_map.mod ! Writing 286 model components to file: .//J2118-3752_X_map.mod wobs .//J2118-3752_X_uvs.fits ! Writing UV FITS file: .//J2118-3752_X_uvs.fits wwins .//J2118-3752_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0574457 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000539315 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.81648 2.81648 5.63295 11.2659 22.5318 45.0636 90.1273 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.057 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 106.516 quit ! Quitting program ! Log file .//J2118-3752_X_dfm.log closed on Mon Jan 20 19:12:32 2020