! Started logfile: /vlbi/uf001/uva//J0929+5013_S_dfm.log on Mon Jan 14 00:27:48 2019 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 /vlbi/uf001/uva//J0929+5013_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J0929+5013_S_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.97037 visibilities/baseline/integration-bin. ! Found source: J0929+5013 ! ! 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 44 lines of history. ! ! Reading 7467 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 J0929+5013_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 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.022859Jy sigma=22.083116 ! Fit after self-cal, rms=0.742712Jy sigma=16.113068 ! 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.489 mas, bmaj=4.087 mas, bpa=14.69 degrees ! Estimated noise=0.594837 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.196772 Jy ! Component: 100 - total flux cleaned = 0.244195 Jy ! Total flux subtracted in 100 components = 0.244195 Jy ! Clean residual min=-0.006977 max=0.018390 Jy/beam ! Clean residual mean=-0.000026 rms=0.002161 Jy/beam ! Combined flux in latest and established models = 0.244195 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.244195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073077Jy sigma=1.542655 ! Fit after self-cal, rms=0.073039Jy sigma=1.541685 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0201391 Jy ! Component: 100 - total flux cleaned = 0.0311237 Jy ! Total flux subtracted in 100 components = 0.0311237 Jy ! Clean residual min=-0.006368 max=0.010007 Jy/beam ! Clean residual mean=-0.000013 rms=0.001655 Jy/beam ! Combined flux in latest and established models = 0.275319 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.275319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066049Jy sigma=1.380424 ! Fit after self-cal, rms=0.065944Jy sigma=1.377536 ! 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=4.13 mas, bmaj=4.698 mas, bpa=8.064 degrees ! Estimated noise=0.406408 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 (5.5, -7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0134278 Jy ! Component: 100 - total flux cleaned = 0.0216874 Jy ! Component: 150 - total flux cleaned = 0.0276552 Jy ! Component: 200 - total flux cleaned = 0.0321409 Jy ! Total flux subtracted in 200 components = 0.0321409 Jy ! Clean residual min=-0.005827 max=0.006243 Jy/beam ! Clean residual mean=-0.000004 rms=0.001280 Jy/beam ! Combined flux in latest and established models = 0.30746 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 61 components and 0.30746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062796Jy sigma=1.304399 ! Fit after self-cal, rms=0.062604Jy sigma=1.299738 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.13 x 4.698 at 8.064 degrees (North through East) ! Clean map min=-0.0054854 max=0.25581 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.01 HN 0.97 KP 0.99 ! LA 0.94 MK 0.98 NL 1.01 OV 0.98 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.99 HN 1.00 KP 1.01 ! LA 0.97 MK 1.00 NL 1.03 OV 0.86 ! PT 0.98 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.01 KP 1.01 ! LA 0.94 MK 1.12 NL 1.02 OV 0.99 ! PT 0.98 SC 1.05 ! ! ! Fit before self-cal, rms=0.062604Jy sigma=1.299738 ! Fit after self-cal, rms=0.060024Jy sigma=1.249064 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.182 mas, bmaj=4.76 mas, bpa=7.97 degrees ! Estimated noise=0.403378 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.001512 Jy ! Component: 100 - total flux cleaned = 0.00199482 Jy ! Component: 150 - total flux cleaned = 0.00215436 Jy ! Component: 200 - total flux cleaned = 0.00241962 Jy ! Total flux subtracted in 200 components = 0.00241962 Jy ! Clean residual min=-0.004290 max=0.004514 Jy/beam ! Clean residual mean=0.000014 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.30988 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 85 components and 0.30988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059763Jy sigma=1.243287 ! Fit after self-cal, rms=0.059748Jy sigma=1.242739 ! 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.059748Jy sigma=1.242739 ! Fit after self-cal, rms=0.058602Jy sigma=1.194496 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.151 mas, bmaj=4.754 mas, bpa=8.181 degrees ! Estimated noise=0.403235 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000995615 Jy ! Component: 100 - total flux cleaned = 0.00132749 Jy ! Component: 150 - total flux cleaned = 0.00138547 Jy ! Component: 200 - total flux cleaned = 0.00148044 Jy ! Total flux subtracted in 200 components = 0.00148044 Jy ! Clean residual min=-0.002169 max=0.002894 Jy/beam ! Clean residual mean=-0.000002 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.31136 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 97 components and 0.31136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058452Jy sigma=1.191214 ! Fit after self-cal, rms=0.058456Jy sigma=1.190988 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 (18.5, -15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0025486 Jy ! Component: 100 - total flux cleaned = 0.00379853 Jy ! Component: 150 - total flux cleaned = 0.00406461 Jy ! Component: 200 - total flux cleaned = 0.00421396 Jy ! Total flux subtracted in 200 components = 0.00421396 Jy ! Clean residual min=-0.002085 max=0.002385 Jy/beam ! Clean residual mean=-0.000001 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.315574 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 116 components and 0.315574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058336Jy sigma=1.187878 ! Fit after self-cal, rms=0.058331Jy sigma=1.187723 ! Inverting map ! Added new window around map position (-103.5, -18). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119589 Jy ! Component: 100 - total flux cleaned = 0.00137149 Jy ! Component: 150 - total flux cleaned = 0.00157305 Jy ! Component: 200 - total flux cleaned = 0.00164676 Jy ! Total flux subtracted in 200 components = 0.00164676 Jy ! Clean residual min=-0.001984 max=0.002381 Jy/beam ! Clean residual mean=-0.000005 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.317221 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 138 components and 0.317221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058238Jy sigma=1.185744 ! Fit after self-cal, rms=0.058232Jy sigma=1.185604 ! Inverting map ! Added new window around map position (102, 97). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134595 Jy ! Component: 100 - total flux cleaned = 0.00143399 Jy ! Component: 150 - total flux cleaned = 0.00147249 Jy ! Component: 200 - total flux cleaned = 0.00143793 Jy ! Total flux subtracted in 200 components = 0.00143793 Jy ! Clean residual min=-0.001957 max=0.002120 Jy/beam ! Clean residual mean=-0.000007 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.318659 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 156 components and 0.318659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058145Jy sigma=1.183984 ! Fit after self-cal, rms=0.058144Jy sigma=1.183908 ! Inverting map ! Added new window around map position (-61.5, -68.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106161 Jy ! Component: 100 - total flux cleaned = 0.00126919 Jy ! Component: 150 - total flux cleaned = 0.00134168 Jy ! Component: 200 - total flux cleaned = 0.00141021 Jy ! Total flux subtracted in 200 components = 0.00141021 Jy ! Clean residual min=-0.001813 max=0.001661 Jy/beam ! Clean residual mean=-0.000006 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.320069 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 171 components and 0.320069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058072Jy sigma=1.182278 ! Fit after self-cal, rms=0.058070Jy sigma=1.182231 ! 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.058070Jy sigma=1.182231 ! Fit after self-cal, rms=0.058036Jy sigma=1.181460 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.145 mas, bmaj=4.754 mas, bpa=8.343 degrees ! Estimated noise=0.402517 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.77954e-05 Jy ! Component: 100 - total flux cleaned = 6.31325e-05 Jy ! Component: 150 - total flux cleaned = 9.77339e-05 Jy ! Component: 200 - total flux cleaned = 9.78905e-05 Jy ! Total flux subtracted in 200 components = 9.78905e-05 Jy ! Clean residual min=-0.001789 max=0.001609 Jy/beam ! Clean residual mean=-0.000006 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.320167 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 181 components and 0.320167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057994Jy sigma=1.180630 ! Fit after self-cal, rms=0.057995Jy sigma=1.180614 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 = -3.31922e-05 Jy ! Component: 100 - total flux cleaned = -3.41348e-05 Jy ! Component: 150 - total flux cleaned = -6.22776e-05 Jy ! Component: 200 - total flux cleaned = -6.14131e-05 Jy ! Total flux subtracted in 200 components = -6.14131e-05 Jy ! Clean residual min=-0.001779 max=0.001609 Jy/beam ! Clean residual mean=-0.000005 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.320105 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 190 components and 0.320105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057968Jy sigma=1.180072 ! Fit after self-cal, rms=0.057968Jy sigma=1.180062 ! 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.057968Jy sigma=1.180062 ! Fit after self-cal, rms=0.057969Jy sigma=1.179986 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.159 mas, bmaj=8.621 mas, bpa=45.74 degrees ! Estimated noise=0.500898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000236035 Jy ! Component: 100 - total flux cleaned = -0.000354165 Jy ! Component: 150 - total flux cleaned = -0.000479512 Jy ! Component: 200 - total flux cleaned = -0.000502125 Jy ! Total flux subtracted in 200 components = -0.000502125 Jy ! Clean residual min=-0.002262 max=0.001960 Jy/beam ! Clean residual mean=-0.000006 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.319603 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 211 components and 0.319603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057960Jy sigma=1.179687 ! Fit after self-cal, rms=0.057959Jy sigma=1.179665 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 = -2.38906e-05 Jy ! Component: 100 - total flux cleaned = 3.43066e-05 Jy ! Component: 150 - total flux cleaned = 5.17454e-05 Jy ! Component: 200 - total flux cleaned = 6.84514e-05 Jy ! Total flux subtracted in 200 components = 6.84514e-05 Jy ! Clean residual min=-0.002201 max=0.001978 Jy/beam ! Clean residual mean=-0.000005 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.319672 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 222 components and 0.319672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057953Jy sigma=1.179541 ! Fit after self-cal, rms=0.057953Jy sigma=1.179535 ! 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=4.142 mas, bmaj=4.756 mas, bpa=8.476 degrees ! Estimated noise=0.402333 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.142 x 4.756 at 8.476 degrees (North through East) ! Clean map min=-0.0023672 max=0.25386 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=3.495 mas, bmaj=4.131 mas, bpa=15.13 degrees ! Estimated noise=0.591415 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.195318 Jy ! Component: 100 - total flux cleaned = 0.243727 Jy ! Component: 150 - total flux cleaned = 0.263908 Jy ! Component: 200 - total flux cleaned = 0.275973 Jy ! Total flux subtracted in 200 components = 0.275973 Jy ! Clean residual min=-0.004024 max=0.006521 Jy/beam ! Clean residual mean=-0.000015 rms=0.001098 Jy/beam ! Combined flux in latest and established models = 0.275973 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.275973 Jy ! Inverting map and beam ! Estimated beam: bmin=4.142 mas, bmaj=4.756 mas, bpa=8.476 degrees ! Estimated noise=0.402333 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.0105483 Jy ! Component: 100 - total flux cleaned = 0.0173247 Jy ! Component: 150 - total flux cleaned = 0.0222726 Jy ! Component: 200 - total flux cleaned = 0.0261403 Jy ! Total flux subtracted in 200 components = 0.0261403 Jy ! Clean residual min=-0.002520 max=0.002422 Jy/beam ! Clean residual mean=-0.000012 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.302114 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 75 components and 0.302114 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.159 mas, bmaj=8.621 mas, bpa=45.74 degrees ! Estimated noise=0.500898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00516456 Jy ! Component: 100 - total flux cleaned = 0.00848107 Jy ! Component: 150 - total flux cleaned = 0.0106131 Jy ! Component: 200 - total flux cleaned = 0.012063 Jy ! Total flux subtracted in 200 components = 0.012063 Jy ! Clean residual min=-0.002710 max=0.002070 Jy/beam ! Clean residual mean=-0.000018 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.314177 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.00124576 Jy ! Component: 100 - total flux cleaned = 0.0022556 Jy ! Component: 150 - total flux cleaned = 0.00308056 Jy ! Component: 200 - total flux cleaned = 0.00366097 Jy ! Total flux subtracted in 200 components = 0.00366097 Jy ! Clean residual min=-0.002534 max=0.002040 Jy/beam ! Clean residual mean=-0.000017 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.317838 Jy ! Adding 102 model components to the UV plane model. ! The established model now contains 168 components and 0.317837 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.142 mas, bmaj=4.756 mas, bpa=8.476 degrees ! Estimated noise=0.402333 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000603632 Jy ! Component: 100 - total flux cleaned = 0.000860793 Jy ! Component: 150 - total flux cleaned = 0.000918892 Jy ! Component: 200 - total flux cleaned = 0.000919271 Jy ! Total flux subtracted in 200 components = 0.000919271 Jy ! Clean residual min=-0.002040 max=0.001772 Jy/beam ! Clean residual mean=-0.000008 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.318757 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 191 components and 0.318757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058107Jy sigma=1.182956 ! Fit after self-cal, rms=0.058090Jy sigma=1.182590 wmodel J0929+5013_S_map.mod ! Writing 191 model components to file: J0929+5013_S_map.mod wobs J0929+5013_S_uvs.fits ! Writing UV FITS file: J0929+5013_S_uvs.fits wwins J0929+5013_S_map.win ! wwins: Wrote 6 windows to J0929+5013_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.000864152 Jy ! Component: 100 - total flux cleaned = -0.00119012 Jy ! Component: 150 - total flux cleaned = -0.00134504 Jy ! Component: 200 - total flux cleaned = -0.00134536 Jy ! Component: 250 - total flux cleaned = -0.00137414 Jy ! Component: 300 - total flux cleaned = -0.00142876 Jy ! Component: 350 - total flux cleaned = -0.00140119 Jy ! Component: 400 - total flux cleaned = -0.00137482 Jy ! Component: 450 - total flux cleaned = -0.0012973 Jy ! Component: 500 - total flux cleaned = -0.00129701 Jy ! Component: 550 - total flux cleaned = -0.00132157 Jy ! Component: 600 - total flux cleaned = -0.00127336 Jy ! Component: 650 - total flux cleaned = -0.00132133 Jy ! Component: 700 - total flux cleaned = -0.00129829 Jy ! Component: 750 - total flux cleaned = -0.00129834 Jy ! Component: 800 - total flux cleaned = -0.00123101 Jy ! Component: 850 - total flux cleaned = -0.00123162 Jy ! Component: 900 - total flux cleaned = -0.00123175 Jy ! Component: 950 - total flux cleaned = -0.00121053 Jy ! Component: 1000 - total flux cleaned = -0.00121069 Jy ! Component: 1050 - total flux cleaned = -0.00123135 Jy ! Component: 1100 - total flux cleaned = -0.00112818 Jy ! Component: 1150 - total flux cleaned = -0.00110775 Jy ! Component: 1200 - total flux cleaned = -0.00106761 Jy ! Component: 1250 - total flux cleaned = -0.000988241 Jy ! Component: 1300 - total flux cleaned = -0.000948944 Jy ! Component: 1350 - total flux cleaned = -0.000890762 Jy ! Component: 1400 - total flux cleaned = -0.000795261 Jy ! Component: 1450 - total flux cleaned = -0.000757767 Jy ! Component: 1500 - total flux cleaned = -0.000757549 Jy ! Component: 1550 - total flux cleaned = -0.000738955 Jy ! Component: 1600 - total flux cleaned = -0.000610768 Jy ! Component: 1650 - total flux cleaned = -0.000665061 Jy ! Component: 1700 - total flux cleaned = -0.000575521 Jy ! Component: 1750 - total flux cleaned = -0.000557951 Jy ! Component: 1800 - total flux cleaned = -0.000505261 Jy ! Component: 1850 - total flux cleaned = -0.000487708 Jy ! Component: 1900 - total flux cleaned = -0.000418585 Jy ! Component: 1950 - total flux cleaned = -0.000299205 Jy ! Component: 2000 - total flux cleaned = -0.000299355 Jy ! Component: 2050 - total flux cleaned = -0.000198889 Jy ! Component: 2100 - total flux cleaned = -0.000132403 Jy ! Component: 2150 - total flux cleaned = -0.000115999 Jy ! Component: 2200 - total flux cleaned = -3.45012e-05 Jy ! Component: 2250 - total flux cleaned = -1.97641e-06 Jy ! Component: 2300 - total flux cleaned = 6.20875e-05 Jy ! Component: 2350 - total flux cleaned = 7.78825e-05 Jy ! Component: 2400 - total flux cleaned = 6.22084e-05 Jy ! Component: 2450 - total flux cleaned = 0.000140111 Jy ! Component: 2500 - total flux cleaned = 0.00012452 Jy ! Component: 2550 - total flux cleaned = 0.000170493 Jy ! Component: 2600 - total flux cleaned = 0.000124828 Jy ! Component: 2650 - total flux cleaned = 0.000125059 Jy ! Component: 2700 - total flux cleaned = 0.000110215 Jy ! Component: 2750 - total flux cleaned = 0.000169758 Jy ! Component: 2800 - total flux cleaned = 0.000199042 Jy ! Component: 2850 - total flux cleaned = 0.00016975 Jy ! Component: 2900 - total flux cleaned = 0.000140886 Jy ! Component: 2950 - total flux cleaned = 0.00016968 Jy ! Component: 3000 - total flux cleaned = 0.000141163 Jy ! Component: 3050 - total flux cleaned = 7.03227e-05 Jy ! Component: 3100 - total flux cleaned = 8.45501e-05 Jy ! Component: 3150 - total flux cleaned = 9.86798e-05 Jy ! Component: 3200 - total flux cleaned = 7.09094e-05 Jy ! Component: 3250 - total flux cleaned = 5.73662e-05 Jy ! Component: 3300 - total flux cleaned = 4.36793e-05 Jy ! Component: 3350 - total flux cleaned = 9.80717e-05 Jy ! Component: 3400 - total flux cleaned = 3.06649e-05 Jy ! Component: 3450 - total flux cleaned = -9.52317e-06 Jy ! Component: 3500 - total flux cleaned = 3.05645e-05 Jy ! Component: 3550 - total flux cleaned = 5.69946e-05 Jy ! Component: 3600 - total flux cleaned = 5.68811e-05 Jy ! Component: 3650 - total flux cleaned = 1.79207e-05 Jy ! Component: 3700 - total flux cleaned = -8.03948e-06 Jy ! Component: 3750 - total flux cleaned = -8.26601e-06 Jy ! Component: 3800 - total flux cleaned = -2.10759e-05 Jy ! Component: 3850 - total flux cleaned = -4.65172e-05 Jy ! Component: 3900 - total flux cleaned = -8.45233e-05 Jy ! Component: 3950 - total flux cleaned = -8.45993e-05 Jy ! Component: 4000 - total flux cleaned = -9.71213e-05 Jy ! Component: 4050 - total flux cleaned = -0.000109629 Jy ! Total flux subtracted in 4096 components = -0.000171451 Jy ! Clean residual min=-0.000843 max=0.000675 Jy/beam ! Clean residual mean=-0.000003 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.318585 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 503 components and 0.318585 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J0929+5013_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.142 x 4.756 at 8.476 degrees (North through East) ! Clean map min=-0.0021316 max=0.25362 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J0929+5013_S_map.fits wmodel /vlbi/uf001/uva//J0929+5013_S_map.mod ! Writing 503 model components to file: /vlbi/uf001/uva//J0929+5013_S_map.mod wobs /vlbi/uf001/uva//J0929+5013_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J0929+5013_S_uvs.fits wwins /vlbi/uf001/uva//J0929+5013_S_map.win ! wwins: Wrote 7 windows to /vlbi/uf001/uva//J0929+5013_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.25362 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000220757 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.261127 0.261127 0.522254 1.04451 2.08902 4.17803 8.35606 16.7121 33.4242 66.8485 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.253 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1148.87 quit ! Quitting program ! Log file /vlbi/uf001/uva//J0929+5013_S_dfm.log closed on Mon Jan 14 00:27:53 2019