! Started logfile: .//J1038-3143_X_dfm.log on Mon Jan 20 17:53:33 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 .//J1038-3143_X_uva.fits ! Reading UV FITS file: .//J1038-3143_X_uva.fits ! AN table 1: 15 integrations on 15 of 15 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1038-3143 ! ! 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 94 lines of history. ! ! Reading 1800 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 J1038-3143_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.003017Jy sigma=13.888447 ! Fit after self-cal, rms=0.959225Jy sigma=13.271728 ! 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.499 mas, bmaj=17.2 mas, bpa=-14.08 degrees ! Estimated noise=1.46669 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.0337098 Jy ! Component: 100 - total flux cleaned = 0.0382205 Jy ! Total flux subtracted in 100 components = 0.0382205 Jy ! Clean residual min=-0.005443 max=0.005474 Jy/beam ! Clean residual mean=-0.000047 rms=0.002292 Jy/beam ! Combined flux in latest and established models = 0.0382205 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 27 components and 0.0382205 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.052403Jy sigma=0.703021 ! Fit after self-cal, rms=0.051529Jy sigma=0.691030 ! 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.691 mas, bmaj=17.43 mas, bpa=-13.52 degrees ! Estimated noise=1.22329 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.00551123 Jy ! Component: 100 - total flux cleaned = 0.00590913 Jy ! Component: 150 - total flux cleaned = 0.00546766 Jy ! Component: 200 - total flux cleaned = 0.00466589 Jy ! Total flux subtracted in 200 components = 0.00466589 Jy ! Clean residual min=-0.001754 max=0.001760 Jy/beam ! Clean residual mean=-0.000027 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.0428864 Jy ! Performing phase self-cal ! Adding 88 model components to the UV plane model. ! The established model now contains 110 components and 0.0428864 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.050418Jy sigma=0.673364 ! Fit after self-cal, rms=0.050414Jy sigma=0.672398 ! 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.691 x 17.43 at -13.52 degrees (North through East) ! Clean map min=-0.0038941 max=0.034407 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.95 LA 0.95 NL 1.13 ! OV 1.26 PT 1.19 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 KP 1.03 LA 0.93 NL 0.92 ! OV 0.84 PT 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 1.03 LA 0.75 NL 1.01 ! OV 1.07 PT 1.10 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 KP 0.98 LA 1.17 NL 1.19 ! OV 1.13 PT 0.86 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 1.09 LA 0.80 NL 1.09 ! OV 1.13 PT 0.97 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.79 KP 1.09 LA 1.02 NL 1.01 ! OV 0.85 PT 1.23 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 KP 0.97 LA 0.86 NL 0.95 ! OV 1.07 PT 1.03 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 0.87 KP 1.24 LA 0.85 NL 1.12 ! OV 1.44 PT 0.83 ! ! ! Fit before self-cal, rms=0.050414Jy sigma=0.672398 ! Fit after self-cal, rms=0.051203Jy sigma=0.662160 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.756 mas, bmaj=17.21 mas, bpa=-13.48 degrees ! Estimated noise=1.19963 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.00149456 Jy ! Component: 100 - total flux cleaned = 0.00151925 Jy ! Component: 150 - total flux cleaned = 0.00129504 Jy ! Component: 200 - total flux cleaned = 0.00109933 Jy ! Total flux subtracted in 200 components = 0.00109933 Jy ! Clean residual min=-0.000624 max=0.000624 Jy/beam ! Clean residual mean=-0.000002 rms=0.000259 Jy/beam ! Combined flux in latest and established models = 0.0439858 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 167 components and 0.0439858 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.051103Jy sigma=0.660770 ! Fit after self-cal, rms=0.051464Jy sigma=0.659231 ! 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.051464Jy sigma=0.659231 ! Fit after self-cal, rms=0.052580Jy sigma=0.658979 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.768 mas, bmaj=17.17 mas, bpa=-13.48 degrees ! Estimated noise=1.20817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000845881 Jy ! Component: 100 - total flux cleaned = 0.000993161 Jy ! Component: 150 - total flux cleaned = 0.000996959 Jy ! Component: 200 - total flux cleaned = 0.000926272 Jy ! Total flux subtracted in 200 components = 0.000926272 Jy ! Clean residual min=-0.000569 max=0.000564 Jy/beam ! Clean residual mean=-0.000001 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.044912 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 213 components and 0.044912 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.052507Jy sigma=0.658048 ! Fit after self-cal, rms=0.052611Jy sigma=0.657856 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.000516801 Jy ! Component: 100 - total flux cleaned = 0.000596692 Jy ! Component: 150 - total flux cleaned = 0.000665976 Jy ! Component: 200 - total flux cleaned = 0.000664399 Jy ! Total flux subtracted in 200 components = 0.000664399 Jy ! Clean residual min=-0.000505 max=0.000502 Jy/beam ! Clean residual mean=-0.000001 rms=0.000206 Jy/beam ! Combined flux in latest and established models = 0.0455764 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 258 components and 0.0455764 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.052558Jy sigma=0.657252 ! Fit after self-cal, rms=0.052586Jy sigma=0.657183 ! 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.052586Jy sigma=0.657183 ! Fit after self-cal, rms=0.052885Jy sigma=0.657128 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.771 mas, bmaj=17.17 mas, bpa=-13.48 degrees ! Estimated noise=1.20915 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000612337 Jy ! Component: 100 - total flux cleaned = 0.000775751 Jy ! Component: 150 - total flux cleaned = 0.000745102 Jy ! Component: 200 - total flux cleaned = 0.000689539 Jy ! Total flux subtracted in 200 components = 0.000689539 Jy ! Clean residual min=-0.000445 max=0.000442 Jy/beam ! Clean residual mean=-0.000000 rms=0.000178 Jy/beam ! Combined flux in latest and established models = 0.046266 Jy selfcal ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 293 components and 0.046266 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.052847Jy sigma=0.656672 ! Fit after self-cal, rms=0.052894Jy sigma=0.656607 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.000445117 Jy ! Component: 100 - total flux cleaned = 0.00050278 Jy ! Component: 150 - total flux cleaned = 0.000582844 Jy ! Component: 200 - total flux cleaned = 0.000583858 Jy ! Total flux subtracted in 200 components = 0.000583858 Jy ! Clean residual min=-0.000397 max=0.000397 Jy/beam ! Clean residual mean=-0.000001 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.0468498 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 324 components and 0.0468498 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.052864Jy sigma=0.656272 ! Fit after self-cal, rms=0.052886Jy sigma=0.656234 ! 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.052886Jy sigma=0.656234 ! Fit after self-cal, rms=0.053036Jy sigma=0.656206 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.171 mas, bmaj=17.03 mas, bpa=-12.84 degrees ! Estimated noise=1.19758 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00048343 Jy ! Component: 100 - total flux cleaned = 0.000486349 Jy ! Component: 150 - total flux cleaned = 0.000444049 Jy ! Component: 200 - total flux cleaned = 0.00042344 Jy ! Total flux subtracted in 200 components = 0.00042344 Jy ! Clean residual min=-0.000323 max=0.000322 Jy/beam ! Clean residual mean=-0.000001 rms=0.000132 Jy/beam ! Combined flux in latest and established models = 0.0472733 Jy selfcal ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 372 components and 0.0472733 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.053015Jy sigma=0.655973 ! Fit after self-cal, rms=0.053050Jy sigma=0.655937 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.000457958 Jy ! Component: 100 - total flux cleaned = 0.000459025 Jy ! Component: 150 - total flux cleaned = 0.000498131 Jy ! Component: 200 - total flux cleaned = 0.000554985 Jy ! Total flux subtracted in 200 components = 0.000554985 Jy ! Clean residual min=-0.000311 max=0.000310 Jy/beam ! Clean residual mean=-0.000000 rms=0.000124 Jy/beam ! Combined flux in latest and established models = 0.0478283 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 409 components and 0.0478283 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.053032Jy sigma=0.655734 ! Fit after self-cal, rms=0.053052Jy sigma=0.655705 ! 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.772 mas, bmaj=17.16 mas, bpa=-13.46 degrees ! Estimated noise=1.20871 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.772 x 17.16 at -13.46 degrees (North through East) ! Clean map min=-0.0024933 max=0.032767 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.578 mas, bmaj=16.83 mas, bpa=-14.04 degrees ! Estimated noise=1.44163 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0333629 Jy ! Component: 100 - total flux cleaned = 0.0350339 Jy ! Component: 150 - total flux cleaned = 0.0323334 Jy ! Component: 200 - total flux cleaned = 0.0306648 Jy ! Total flux subtracted in 200 components = 0.0306648 Jy ! Clean residual min=-0.003683 max=0.003674 Jy/beam ! Clean residual mean=-0.000015 rms=0.001503 Jy/beam ! Combined flux in latest and established models = 0.0306648 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 51 model components to the UV plane model. ! The established model now contains 51 components and 0.0306648 Jy ! Inverting map and beam ! Estimated beam: bmin=2.772 mas, bmaj=17.16 mas, bpa=-13.46 degrees ! Estimated noise=1.20871 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.00127068 Jy ! Component: 100 - total flux cleaned = 0.000812543 Jy ! Component: 150 - total flux cleaned = 0.000530975 Jy ! Component: 200 - total flux cleaned = 0.000446023 Jy ! Total flux subtracted in 200 components = 0.000446023 Jy ! Clean residual min=-0.001283 max=0.001288 Jy/beam ! Clean residual mean=-0.000010 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.0311108 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 112 components and 0.0311108 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.171 mas, bmaj=17.03 mas, bpa=-12.84 degrees ! Estimated noise=1.19758 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000532029 Jy ! Component: 100 - total flux cleaned = -0.000469691 Jy ! Component: 150 - total flux cleaned = -0.000314509 Jy ! Component: 200 - total flux cleaned = 1.2352e-05 Jy ! Total flux subtracted in 200 components = 1.2352e-05 Jy ! Clean residual min=-0.000752 max=0.000763 Jy/beam ! Clean residual mean=-0.000004 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.0311231 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.000177973 Jy ! Component: 100 - total flux cleaned = 0.000391082 Jy ! Component: 150 - total flux cleaned = 0.000635936 Jy ! Component: 200 - total flux cleaned = 0.00079533 Jy ! Total flux subtracted in 200 components = 0.00079533 Jy ! Clean residual min=-0.000653 max=0.000659 Jy/beam ! Clean residual mean=-0.000002 rms=0.000264 Jy/beam ! Combined flux in latest and established models = 0.0319185 Jy ! Adding 133 model components to the UV plane model. ! The established model now contains 241 components and 0.0319185 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.772 mas, bmaj=17.16 mas, bpa=-13.46 degrees ! Estimated noise=1.20871 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000342045 Jy ! Component: 100 - total flux cleaned = 0.000574208 Jy ! Component: 150 - total flux cleaned = 0.000680652 Jy ! Component: 200 - total flux cleaned = 0.000618481 Jy ! Total flux subtracted in 200 components = 0.000618481 Jy ! Clean residual min=-0.000517 max=0.000513 Jy/beam ! Clean residual mean=0.000000 rms=0.000217 Jy/beam ! Combined flux in latest and established models = 0.0325369 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 291 components and 0.032537 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.053121Jy sigma=0.656367 ! Fit after self-cal, rms=0.053144Jy sigma=0.656240 wmodel J1038-3143_X_map.mod ! Writing 291 model components to file: J1038-3143_X_map.mod wobs J1038-3143_X_uvs.fits ! Writing UV FITS file: J1038-3143_X_uvs.fits wwins J1038-3143_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J1038-3143_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.772 x 17.16 at -13.46 degrees (North through East) ! Clean map min=-0.0033413 max=0.028784 Jy/beam ! Writing clean map to FITS file: .//J1038-3143_X_map.fits wmodel .//J1038-3143_X_map.mod ! Writing 291 model components to file: .//J1038-3143_X_map.mod wobs .//J1038-3143_X_uvs.fits ! Writing UV FITS file: .//J1038-3143_X_uvs.fits wwins .//J1038-3143_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.0287845 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000200919 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.09404 2.09404 4.18808 8.37615 16.7523 33.5046 67.0092 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.028 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 143.263 quit ! Quitting program ! Log file .//J1038-3143_X_dfm.log closed on Mon Jan 20 17:53:35 2020