! Started logfile: /vlbi/uf001/uva//J1636+2112_S_dfm.log on Mon Jan 14 03:47:08 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//J1636+2112_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1636+2112_S_uva.fits ! AN table 1: 87 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.987995 visibilities/baseline/integration-bin. ! Found source: J1636+2112 ! ! 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 11604 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 J1636+2112_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 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.011119Jy sigma=21.638032 ! Fit after self-cal, rms=0.839603Jy sigma=18.090668 ! 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.614 mas, bmaj=5.886 mas, bpa=-4.96 degrees ! Estimated noise=0.548021 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.119014 Jy ! Component: 100 - total flux cleaned = 0.158481 Jy ! Total flux subtracted in 100 components = 0.158481 Jy ! Clean residual min=-0.008124 max=0.020765 Jy/beam ! Clean residual mean=-0.000007 rms=0.002446 Jy/beam ! Combined flux in latest and established models = 0.158481 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.158481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082339Jy sigma=1.571378 ! Fit after self-cal, rms=0.082261Jy sigma=1.570005 ! Inverting map ! Added new window around map position (9, -2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0233757 Jy ! Component: 100 - total flux cleaned = 0.0382742 Jy ! Total flux subtracted in 100 components = 0.0382742 Jy ! Clean residual min=-0.006226 max=0.008059 Jy/beam ! Clean residual mean=-0.000004 rms=0.001571 Jy/beam ! Combined flux in latest and established models = 0.196756 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 17 components and 0.196756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073811Jy sigma=1.388933 ! Fit after self-cal, rms=0.073607Jy sigma=1.385156 ! 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.067 mas, bmaj=6.635 mas, bpa=-4.315 degrees ! Estimated noise=0.354468 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.0136947 Jy ! Component: 100 - total flux cleaned = 0.0230684 Jy ! Component: 150 - total flux cleaned = 0.0298493 Jy ! Component: 200 - total flux cleaned = 0.0349179 Jy ! Total flux subtracted in 200 components = 0.0349179 Jy ! Clean residual min=-0.004473 max=0.005653 Jy/beam ! Clean residual mean=-0.000008 rms=0.001286 Jy/beam ! Combined flux in latest and established models = 0.231673 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 42 components and 0.231673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070129Jy sigma=1.312289 ! Fit after self-cal, rms=0.069915Jy sigma=1.308065 ! 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.067 x 6.635 at -4.315 degrees (North through East) ! Clean map min=-0.0041097 max=0.1603 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.96 HN 0.96 KP 0.96 ! LA 0.91 MK 1.05 NL 1.04 OV 0.99 ! PT 1.00* SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.96 HN 0.97 KP 0.94 ! LA 0.91 MK 1.02 NL 1.14 OV 0.98 ! PT 1.00* SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.98 HN 0.98 KP 0.98 ! LA 0.90 MK 1.00 NL 1.20 OV 0.97 ! PT 1.00* SC 1.03 ! ! ! Fit before self-cal, rms=0.069915Jy sigma=1.308065 ! Fit after self-cal, rms=0.066553Jy sigma=1.268973 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.094 mas, bmaj=6.703 mas, bpa=-4.305 degrees ! Estimated noise=0.350844 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.00330334 Jy ! Component: 100 - total flux cleaned = 0.0041253 Jy ! Component: 150 - total flux cleaned = 0.0044533 Jy ! Component: 200 - total flux cleaned = 0.00472991 Jy ! Total flux subtracted in 200 components = 0.00472991 Jy ! Clean residual min=-0.003315 max=0.003637 Jy/beam ! Clean residual mean=0.000007 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.236403 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 60 components and 0.236403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066352Jy sigma=1.265136 ! Fit after self-cal, rms=0.066324Jy sigma=1.264528 ! 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.066324Jy sigma=1.264528 ! Fit after self-cal, rms=0.065744Jy sigma=1.240778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.095 mas, bmaj=6.675 mas, bpa=-4.236 degrees ! Estimated noise=0.351275 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000852399 Jy ! Component: 100 - total flux cleaned = 0.00122887 Jy ! Component: 150 - total flux cleaned = 0.00142339 Jy ! Component: 200 - total flux cleaned = 0.00159087 Jy ! Total flux subtracted in 200 components = 0.00159087 Jy ! Clean residual min=-0.002164 max=0.002849 Jy/beam ! Clean residual mean=0.000003 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.237994 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 72 components and 0.237994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065714Jy sigma=1.240015 ! Fit after self-cal, rms=0.065727Jy sigma=1.239847 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 (4, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00215134 Jy ! Component: 100 - total flux cleaned = 0.00220414 Jy ! Component: 150 - total flux cleaned = 0.00210227 Jy ! Component: 200 - total flux cleaned = 0.00198293 Jy ! Total flux subtracted in 200 components = 0.00198293 Jy ! Clean residual min=-0.002070 max=0.002854 Jy/beam ! Clean residual mean=0.000003 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.239977 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 90 components and 0.239977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065645Jy sigma=1.237605 ! Fit after self-cal, rms=0.065636Jy sigma=1.237474 ! Inverting map ! Added new window around map position (17.5, -9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0030566 Jy ! Component: 100 - total flux cleaned = 0.00498202 Jy ! Component: 150 - total flux cleaned = 0.00632761 Jy ! Component: 200 - total flux cleaned = 0.00735164 Jy ! Total flux subtracted in 200 components = 0.00735164 Jy ! Clean residual min=-0.002201 max=0.001637 Jy/beam ! Clean residual mean=0.000003 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.247329 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 124 components and 0.247329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065461Jy sigma=1.233723 ! Fit after self-cal, rms=0.065440Jy sigma=1.233368 ! 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.065440Jy sigma=1.233368 ! Fit after self-cal, rms=0.065260Jy sigma=1.232443 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.087 mas, bmaj=6.675 mas, bpa=-4.275 degrees ! Estimated noise=0.349758 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115126 Jy ! Component: 100 - total flux cleaned = 0.00181893 Jy ! Component: 150 - total flux cleaned = 0.00245287 Jy ! Component: 200 - total flux cleaned = 0.00295144 Jy ! Total flux subtracted in 200 components = 0.00295144 Jy ! Clean residual min=-0.001808 max=0.001594 Jy/beam ! Clean residual mean=0.000002 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.25028 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 145 components and 0.25028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065220Jy sigma=1.231482 ! Fit after self-cal, rms=0.065219Jy sigma=1.231416 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.000489408 Jy ! Component: 100 - total flux cleaned = 0.000977619 Jy ! Component: 150 - total flux cleaned = 0.00142736 Jy ! Component: 200 - total flux cleaned = 0.00182058 Jy ! Total flux subtracted in 200 components = 0.00182058 Jy ! Clean residual min=-0.001743 max=0.001588 Jy/beam ! Clean residual mean=0.000002 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.252101 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 159 components and 0.252101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065200Jy sigma=1.230980 ! Fit after self-cal, rms=0.065198Jy sigma=1.230958 ! 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.065198Jy sigma=1.230958 ! Fit after self-cal, rms=0.065158Jy sigma=1.230863 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.577 mas, bmaj=9.378 mas, bpa=-3.393 degrees ! Estimated noise=0.464817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000509722 Jy ! Component: 100 - total flux cleaned = 0.000859708 Jy ! Component: 150 - total flux cleaned = 0.00117633 Jy ! Component: 200 - total flux cleaned = 0.00143213 Jy ! Total flux subtracted in 200 components = 0.00143213 Jy ! Clean residual min=-0.001705 max=0.001856 Jy/beam ! Clean residual mean=0.000004 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.253533 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 182 components and 0.253533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065151Jy sigma=1.230706 ! Fit after self-cal, rms=0.065149Jy sigma=1.230691 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.000324135 Jy ! Component: 100 - total flux cleaned = 0.000510153 Jy ! Component: 150 - total flux cleaned = 0.00067696 Jy ! Component: 200 - total flux cleaned = 0.000787411 Jy ! Total flux subtracted in 200 components = 0.000787411 Jy ! Clean residual min=-0.001737 max=0.001809 Jy/beam ! Clean residual mean=0.000004 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.25432 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 198 components and 0.25432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065147Jy sigma=1.230664 ! Fit after self-cal, rms=0.065146Jy sigma=1.230661 ! 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.085 mas, bmaj=6.677 mas, bpa=-4.281 degrees ! Estimated noise=0.349481 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.085 x 6.677 at -4.281 degrees (North through East) ! Clean map min=-0.0015825 max=0.15779 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.632 mas, bmaj=5.927 mas, bpa=-4.973 degrees ! Estimated noise=0.539689 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.116845 Jy ! Component: 100 - total flux cleaned = 0.155682 Jy ! Component: 150 - total flux cleaned = 0.178693 Jy ! Component: 200 - total flux cleaned = 0.193678 Jy ! Total flux subtracted in 200 components = 0.193678 Jy ! Clean residual min=-0.004795 max=0.008131 Jy/beam ! Clean residual mean=-0.000002 rms=0.001295 Jy/beam ! Combined flux in latest and established models = 0.193678 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.193678 Jy ! Inverting map and beam ! Estimated beam: bmin=3.085 mas, bmaj=6.677 mas, bpa=-4.281 degrees ! Estimated noise=0.349481 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.0130911 Jy ! Component: 100 - total flux cleaned = 0.0220469 Jy ! Component: 150 - total flux cleaned = 0.028401 Jy ! Component: 200 - total flux cleaned = 0.0330611 Jy ! Total flux subtracted in 200 components = 0.0330611 Jy ! Clean residual min=-0.002461 max=0.002796 Jy/beam ! Clean residual mean=-0.000003 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.226739 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 49 components and 0.226739 Jy ! Inverting map ! Added new window around map position (12.5, -5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00377234 Jy ! Component: 100 - total flux cleaned = 0.00693856 Jy ! Component: 150 - total flux cleaned = 0.00962065 Jy ! Component: 200 - total flux cleaned = 0.0117325 Jy ! Total flux subtracted in 200 components = 0.0117325 Jy ! Clean residual min=-0.001901 max=0.001765 Jy/beam ! Clean residual mean=-0.000001 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.238472 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 77 components and 0.238472 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=6.577 mas, bmaj=9.378 mas, bpa=-3.393 degrees ! Estimated noise=0.464817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00356383 Jy ! Component: 100 - total flux cleaned = 0.0058587 Jy ! Component: 150 - total flux cleaned = 0.00719315 Jy ! Component: 200 - total flux cleaned = 0.0083489 Jy ! Total flux subtracted in 200 components = 0.0083489 Jy ! Clean residual min=-0.001906 max=0.001782 Jy/beam ! Clean residual mean=0.000001 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.246821 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.000953765 Jy ! Component: 100 - total flux cleaned = 0.00179708 Jy ! Component: 150 - total flux cleaned = 0.00252288 Jy ! Component: 200 - total flux cleaned = 0.00318658 Jy ! Total flux subtracted in 200 components = 0.00318658 Jy ! Clean residual min=-0.001781 max=0.001773 Jy/beam ! Clean residual mean=0.000002 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.250007 Jy ! Adding 104 model components to the UV plane model. ! The established model now contains 172 components and 0.250007 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.085 mas, bmaj=6.677 mas, bpa=-4.281 degrees ! Estimated noise=0.349481 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106182 Jy ! Component: 100 - total flux cleaned = 0.00174813 Jy ! Component: 150 - total flux cleaned = 0.00209489 Jy ! Component: 200 - total flux cleaned = 0.00223058 Jy ! Total flux subtracted in 200 components = 0.00223058 Jy ! Clean residual min=-0.001493 max=0.001569 Jy/beam ! Clean residual mean=0.000002 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.252238 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 194 components and 0.252238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065143Jy sigma=1.230684 ! Fit after self-cal, rms=0.065134Jy sigma=1.230460 wmodel J1636+2112_S_map.mod ! Writing 194 model components to file: J1636+2112_S_map.mod wobs J1636+2112_S_uvs.fits ! Writing UV FITS file: J1636+2112_S_uvs.fits wwins J1636+2112_S_map.win ! wwins: Wrote 5 windows to J1636+2112_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.000464302 Jy ! Component: 100 - total flux cleaned = 0.000866435 Jy ! Component: 150 - total flux cleaned = 0.00112929 Jy ! Component: 200 - total flux cleaned = 0.0012683 Jy ! Component: 250 - total flux cleaned = 0.00135827 Jy ! Component: 300 - total flux cleaned = 0.00135832 Jy ! Component: 350 - total flux cleaned = 0.00144373 Jy ! Component: 400 - total flux cleaned = 0.00150632 Jy ! Component: 450 - total flux cleaned = 0.0016286 Jy ! Component: 500 - total flux cleaned = 0.00170878 Jy ! Component: 550 - total flux cleaned = 0.00180677 Jy ! Component: 600 - total flux cleaned = 0.00188369 Jy ! Component: 650 - total flux cleaned = 0.00192181 Jy ! Component: 700 - total flux cleaned = 0.0020334 Jy ! Component: 750 - total flux cleaned = 0.00210641 Jy ! Component: 800 - total flux cleaned = 0.00216025 Jy ! Component: 850 - total flux cleaned = 0.00226597 Jy ! Component: 900 - total flux cleaned = 0.00233554 Jy ! Component: 950 - total flux cleaned = 0.0024379 Jy ! Component: 1000 - total flux cleaned = 0.00250486 Jy ! Component: 1050 - total flux cleaned = 0.00255486 Jy ! Component: 1100 - total flux cleaned = 0.00260392 Jy ! Component: 1150 - total flux cleaned = 0.00266817 Jy ! Component: 1200 - total flux cleaned = 0.00269993 Jy ! Component: 1250 - total flux cleaned = 0.00273129 Jy ! Component: 1300 - total flux cleaned = 0.00273165 Jy ! Component: 1350 - total flux cleaned = 0.0028385 Jy ! Component: 1400 - total flux cleaned = 0.00283818 Jy ! Component: 1450 - total flux cleaned = 0.00288267 Jy ! Component: 1500 - total flux cleaned = 0.00285337 Jy ! Component: 1550 - total flux cleaned = 0.00286799 Jy ! Component: 1600 - total flux cleaned = 0.00289694 Jy ! Component: 1650 - total flux cleaned = 0.00296811 Jy ! Component: 1700 - total flux cleaned = 0.00299625 Jy ! Component: 1750 - total flux cleaned = 0.00303798 Jy ! Component: 1800 - total flux cleaned = 0.003038 Jy ! Component: 1850 - total flux cleaned = 0.00310594 Jy ! Component: 1900 - total flux cleaned = 0.00313273 Jy ! Component: 1950 - total flux cleaned = 0.00317252 Jy ! Component: 2000 - total flux cleaned = 0.00321183 Jy ! Component: 2050 - total flux cleaned = 0.00323756 Jy ! Component: 2100 - total flux cleaned = 0.00323736 Jy ! Component: 2150 - total flux cleaned = 0.00318647 Jy ! Component: 2200 - total flux cleaned = 0.00324954 Jy ! Component: 2250 - total flux cleaned = 0.00322452 Jy ! Component: 2300 - total flux cleaned = 0.00321234 Jy ! Component: 2350 - total flux cleaned = 0.00323681 Jy ! Component: 2400 - total flux cleaned = 0.0031883 Jy ! Component: 2450 - total flux cleaned = 0.00323627 Jy ! Component: 2500 - total flux cleaned = 0.00318844 Jy ! Component: 2550 - total flux cleaned = 0.00318846 Jy ! Component: 2600 - total flux cleaned = 0.00319997 Jy ! Component: 2650 - total flux cleaned = 0.00317681 Jy ! Component: 2700 - total flux cleaned = 0.00316541 Jy ! Component: 2750 - total flux cleaned = 0.00315406 Jy ! Component: 2800 - total flux cleaned = 0.00319908 Jy ! Component: 2850 - total flux cleaned = 0.00321023 Jy ! Component: 2900 - total flux cleaned = 0.00314351 Jy ! Component: 2950 - total flux cleaned = 0.00317658 Jy ! Component: 3000 - total flux cleaned = 0.00322033 Jy ! Component: 3050 - total flux cleaned = 0.00322024 Jy ! Component: 3100 - total flux cleaned = 0.00322027 Jy ! Component: 3150 - total flux cleaned = 0.00319888 Jy ! Component: 3200 - total flux cleaned = 0.00320947 Jy ! Component: 3250 - total flux cleaned = 0.00321981 Jy ! Component: 3300 - total flux cleaned = 0.00315724 Jy ! Component: 3350 - total flux cleaned = 0.0031988 Jy ! Component: 3400 - total flux cleaned = 0.00319875 Jy ! Component: 3450 - total flux cleaned = 0.00319867 Jy ! Component: 3500 - total flux cleaned = 0.00321903 Jy ! Component: 3550 - total flux cleaned = 0.00320887 Jy ! Component: 3600 - total flux cleaned = 0.0031488 Jy ! Component: 3650 - total flux cleaned = 0.00315884 Jy ! Component: 3700 - total flux cleaned = 0.00314904 Jy ! Component: 3750 - total flux cleaned = 0.00315892 Jy ! Component: 3800 - total flux cleaned = 0.00318831 Jy ! Component: 3850 - total flux cleaned = 0.00319796 Jy ! Component: 3900 - total flux cleaned = 0.00316914 Jy ! Component: 3950 - total flux cleaned = 0.00319781 Jy ! Component: 4000 - total flux cleaned = 0.00318832 Jy ! Component: 4050 - total flux cleaned = 0.00316002 Jy ! Total flux subtracted in 4096 components = 0.00315063 Jy ! Clean residual min=-0.000633 max=0.000636 Jy/beam ! Clean residual mean=0.000001 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.255389 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 483 components and 0.255389 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1636+2112_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.085 x 6.677 at -4.281 degrees (North through East) ! Clean map min=-0.0014541 max=0.15812 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1636+2112_S_map.fits wmodel /vlbi/uf001/uva//J1636+2112_S_map.mod ! Writing 483 model components to file: /vlbi/uf001/uva//J1636+2112_S_map.mod wobs /vlbi/uf001/uva//J1636+2112_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1636+2112_S_uvs.fits wwins /vlbi/uf001/uva//J1636+2112_S_map.win ! wwins: Wrote 6 windows to /vlbi/uf001/uva//J1636+2112_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.15812 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000169426 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.321451 0.321451 0.642901 1.2858 2.5716 5.14321 10.2864 20.5728 41.1457 82.2914 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.158 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 933.269 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1636+2112_S_dfm.log closed on Mon Jan 14 03:47:13 2019