! Started logfile: /vlbi/uf001/uvm//J1615-2430_S_b_dfm.log on Sun Jan 13 22:00: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/uvm//J1615-2430_S_b_uvm.fits ! Reading UV FITS file: /vlbi/uf001/uvm//J1615-2430_S_b_uvm.fits ! AN table 1: 58 integrations on 28 of 28 possible baselines. ! AN table 2: 29 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.995074 visibilities/baseline/integration-bin. ! Found source: J1615-2430 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 40 lines of history. ! ! Reading 7272 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 J1615-2430_S_b] 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 16 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.091198Jy sigma=15.505911 ! Fit after self-cal, rms=0.538420Jy sigma=7.699730 ! 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.509 mas, bmaj=13.7 mas, bpa=-22.7 degrees ! Estimated noise=0.881649 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.347658 Jy ! Component: 100 - total flux cleaned = 0.46231 Jy ! Total flux subtracted in 100 components = 0.46231 Jy ! Clean residual min=-0.024287 max=0.056712 Jy/beam ! Clean residual mean=-0.000050 rms=0.008961 Jy/beam ! Combined flux in latest and established models = 0.46231 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 29 components and 0.46231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.188402Jy sigma=2.522729 ! Fit after self-cal, rms=0.188049Jy sigma=2.519636 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0702743 Jy ! Component: 100 - total flux cleaned = 0.11737 Jy ! Total flux subtracted in 100 components = 0.11737 Jy ! Clean residual min=-0.016398 max=0.025986 Jy/beam ! Clean residual mean=-0.000024 rms=0.005428 Jy/beam ! Combined flux in latest and established models = 0.57968 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 57 components and 0.57968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.145128Jy sigma=1.872156 ! Fit after self-cal, rms=0.144658Jy sigma=1.866523 ! 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.063 mas, bmaj=14.71 mas, bpa=-20.65 degrees ! Estimated noise=0.607807 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.0473907 Jy ! Component: 100 - total flux cleaned = 0.0758272 Jy ! Component: 150 - total flux cleaned = 0.0940172 Jy ! Component: 200 - total flux cleaned = 0.1061 Jy ! Total flux subtracted in 200 components = 0.1061 Jy ! Clean residual min=-0.012367 max=0.017900 Jy/beam ! Clean residual mean=0.000007 rms=0.003911 Jy/beam ! Combined flux in latest and established models = 0.68578 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 109 components and 0.68578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.126913Jy sigma=1.594257 ! Fit after self-cal, rms=0.126589Jy sigma=1.589454 ! 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.063 x 14.71 at -20.65 degrees (North through East) ! Clean map min=-0.012218 max=0.48207 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 0.97 HN 1.11 KP 1.02 ! LA 0.93 MK 1.00 NL 1.12 PT 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.18 FD 0.99 HN 1.09 KP 0.96 ! LA 0.98 MK 1.02 NL 1.05 OV 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.79 FD 0.98 HN 1.12 KP 1.02 ! LA 0.96 MK 0.97 NL 0.70 PT 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.12 FD 1.06 HN 1.07 KP 0.99 ! LA 1.00 MK 1.01 NL 0.93 OV 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.99 HN 1.10 KP 1.06 ! LA 0.94 MK 1.01 NL 1.06 PT 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.05 FD 1.05 HN 1.08 KP 1.00 ! LA 1.00 MK 1.04 NL 1.08 OV 1.05 ! ! ! Fit before self-cal, rms=0.126589Jy sigma=1.589454 ! Fit after self-cal, rms=0.096039Jy sigma=1.215897 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.099 mas, bmaj=14.76 mas, bpa=-20.99 degrees ! Estimated noise=0.604715 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 (-9, 9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00744432 Jy ! Component: 100 - total flux cleaned = 0.0065845 Jy ! Component: 150 - total flux cleaned = 0.00541651 Jy ! Component: 200 - total flux cleaned = 0.00501033 Jy ! Total flux subtracted in 200 components = 0.00501033 Jy ! Clean residual min=-0.006626 max=0.006080 Jy/beam ! Clean residual mean=-0.000007 rms=0.001702 Jy/beam ! Combined flux in latest and established models = 0.69079 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 146 components and 0.690791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094086Jy sigma=1.192927 ! Fit after self-cal, rms=0.094041Jy sigma=1.190326 ! 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.094041Jy sigma=1.190326 ! Fit after self-cal, rms=0.092811Jy sigma=1.184617 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.104 mas, bmaj=14.74 mas, bpa=-21.01 degrees ! Estimated noise=0.603471 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00333977 Jy ! Component: 100 - total flux cleaned = 0.00317768 Jy ! Component: 150 - total flux cleaned = 0.0031756 Jy ! Component: 200 - total flux cleaned = 0.00344708 Jy ! Total flux subtracted in 200 components = 0.00344708 Jy ! Clean residual min=-0.005402 max=0.004811 Jy/beam ! Clean residual mean=-0.000011 rms=0.001336 Jy/beam ! Combined flux in latest and established models = 0.694238 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 169 components and 0.694238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092063Jy sigma=1.176411 ! Fit after self-cal, rms=0.092008Jy sigma=1.175734 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.00150814 Jy ! Component: 100 - total flux cleaned = 0.00163074 Jy ! Component: 150 - total flux cleaned = 0.00173805 Jy ! Component: 200 - total flux cleaned = 0.00154804 Jy ! Total flux subtracted in 200 components = 0.00154804 Jy ! Clean residual min=-0.005006 max=0.004555 Jy/beam ! Clean residual mean=-0.000010 rms=0.001232 Jy/beam ! Combined flux in latest and established models = 0.695786 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 185 components and 0.695786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091711Jy sigma=1.172552 ! Fit after self-cal, rms=0.091701Jy sigma=1.172335 ! 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.091701Jy sigma=1.172335 ! Fit after self-cal, rms=0.091446Jy sigma=1.169977 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.112 mas, bmaj=14.76 mas, bpa=-21.03 degrees ! Estimated noise=0.603768 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000639249 Jy ! Component: 100 - total flux cleaned = 0.00086354 Jy ! Component: 150 - total flux cleaned = 0.00116234 Jy ! Component: 200 - total flux cleaned = 0.00125398 Jy ! Total flux subtracted in 200 components = 0.00125398 Jy ! Clean residual min=-0.004330 max=0.004107 Jy/beam ! Clean residual mean=-0.000012 rms=0.001045 Jy/beam ! Combined flux in latest and established models = 0.69704 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 198 components and 0.69704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091155Jy sigma=1.167031 ! Fit after self-cal, rms=0.091148Jy sigma=1.166903 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.000550104 Jy ! Component: 100 - total flux cleaned = 0.000628738 Jy ! Component: 150 - total flux cleaned = 0.000629541 Jy ! Component: 200 - total flux cleaned = 0.000629975 Jy ! Total flux subtracted in 200 components = 0.000629975 Jy ! Clean residual min=-0.004125 max=0.003918 Jy/beam ! Clean residual mean=-0.000011 rms=0.001002 Jy/beam ! Combined flux in latest and established models = 0.69767 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 208 components and 0.69767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091019Jy sigma=1.165551 ! Fit after self-cal, rms=0.091016Jy sigma=1.165483 ! 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.091016Jy sigma=1.165483 ! Fit after self-cal, rms=0.091101Jy sigma=1.164818 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.471 mas, bmaj=21.23 mas, bpa=-8.66 degrees ! Estimated noise=0.762021 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.44593e-05 Jy ! Component: 100 - total flux cleaned = -2.20558e-05 Jy ! Component: 150 - total flux cleaned = -8.94997e-05 Jy ! Component: 200 - total flux cleaned = 2.58031e-05 Jy ! Total flux subtracted in 200 components = 2.58031e-05 Jy ! Clean residual min=-0.004342 max=0.003545 Jy/beam ! Clean residual mean=-0.000019 rms=0.001073 Jy/beam ! Combined flux in latest and established models = 0.697696 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 240 components and 0.697696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090999Jy sigma=1.164003 ! Fit after self-cal, rms=0.090997Jy sigma=1.163958 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.000110624 Jy ! Component: 100 - total flux cleaned = 0.000111647 Jy ! Component: 150 - total flux cleaned = 0.000109617 Jy ! Component: 200 - total flux cleaned = 6.41604e-05 Jy ! Total flux subtracted in 200 components = 6.41604e-05 Jy ! Clean residual min=-0.004141 max=0.003323 Jy/beam ! Clean residual mean=-0.000017 rms=0.001034 Jy/beam ! Combined flux in latest and established models = 0.69776 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 252 components and 0.69776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090961Jy sigma=1.163717 ! Fit after self-cal, rms=0.090959Jy sigma=1.163690 ! 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.118 mas, bmaj=14.76 mas, bpa=-21.06 degrees ! Estimated noise=0.604308 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.118 x 14.76 at -21.06 degrees (North through East) ! Clean map min=-0.0036027 max=0.47429 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.551 mas, bmaj=13.75 mas, bpa=-23.14 degrees ! Estimated noise=0.887942 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.35034 Jy ! Component: 100 - total flux cleaned = 0.465527 Jy ! Component: 150 - total flux cleaned = 0.52983 Jy ! Component: 200 - total flux cleaned = 0.57263 Jy ! Total flux subtracted in 200 components = 0.57263 Jy ! Clean residual min=-0.011250 max=0.023736 Jy/beam ! Clean residual mean=-0.000046 rms=0.004039 Jy/beam ! Combined flux in latest and established models = 0.57263 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 57 model components to the UV plane model. ! The established model now contains 57 components and 0.57263 Jy ! Inverting map and beam ! Estimated beam: bmin=3.118 mas, bmaj=14.76 mas, bpa=-21.06 degrees ! Estimated noise=0.604308 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.0425002 Jy ! Component: 100 - total flux cleaned = 0.0689309 Jy ! Component: 150 - total flux cleaned = 0.0859998 Jy ! Component: 200 - total flux cleaned = 0.0973352 Jy ! Total flux subtracted in 200 components = 0.0973352 Jy ! Clean residual min=-0.005185 max=0.006259 Jy/beam ! Clean residual mean=-0.000016 rms=0.001570 Jy/beam ! Combined flux in latest and established models = 0.669966 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 118 components and 0.669966 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.471 mas, bmaj=21.23 mas, bpa=-8.66 degrees ! Estimated noise=0.762021 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0119877 Jy ! Component: 100 - total flux cleaned = 0.0188835 Jy ! Component: 150 - total flux cleaned = 0.0231271 Jy ! Component: 200 - total flux cleaned = 0.0249963 Jy ! Total flux subtracted in 200 components = 0.0249963 Jy ! Clean residual min=-0.004147 max=0.004367 Jy/beam ! Clean residual mean=-0.000017 rms=0.001166 Jy/beam ! Combined flux in latest and established models = 0.694962 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.000907268 Jy ! Component: 100 - total flux cleaned = 0.00157896 Jy ! Component: 150 - total flux cleaned = 0.00208046 Jy ! Component: 200 - total flux cleaned = 0.00240235 Jy ! Total flux subtracted in 200 components = 0.00240235 Jy ! Clean residual min=-0.004044 max=0.003603 Jy/beam ! Clean residual mean=-0.000015 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.697364 Jy ! Adding 118 model components to the UV plane model. ! The established model now contains 229 components and 0.697364 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.118 mas, bmaj=14.76 mas, bpa=-21.06 degrees ! Estimated noise=0.604308 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000927813 Jy ! Component: 100 - total flux cleaned = 0.00108641 Jy ! Component: 150 - total flux cleaned = 0.00101522 Jy ! Component: 200 - total flux cleaned = 0.0012138 Jy ! Total flux subtracted in 200 components = 0.0012138 Jy ! Clean residual min=-0.003618 max=0.003855 Jy/beam ! Clean residual mean=-0.000007 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.698578 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 249 components and 0.698578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090901Jy sigma=1.162753 ! Fit after self-cal, rms=0.090868Jy sigma=1.162362 wmodel J1615-2430_S_b_map.mod ! Writing 249 model components to file: J1615-2430_S_b_map.mod wobs J1615-2430_S_b_uvs.fits ! Writing UV FITS file: J1615-2430_S_b_uvs.fits wwins J1615-2430_S_b_map.win ! wwins: Wrote 2 windows to J1615-2430_S_b_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.00110416 Jy ! Component: 100 - total flux cleaned = 0.00156952 Jy ! Component: 150 - total flux cleaned = 0.00151585 Jy ! Component: 200 - total flux cleaned = 0.00166928 Jy ! Component: 250 - total flux cleaned = 0.00171837 Jy ! Component: 300 - total flux cleaned = 0.00185524 Jy ! Component: 350 - total flux cleaned = 0.00185401 Jy ! Component: 400 - total flux cleaned = 0.00189526 Jy ! Component: 450 - total flux cleaned = 0.00193595 Jy ! Component: 500 - total flux cleaned = 0.00193606 Jy ! Component: 550 - total flux cleaned = 0.00205056 Jy ! Component: 600 - total flux cleaned = 0.00212364 Jy ! Component: 650 - total flux cleaned = 0.00208739 Jy ! Component: 700 - total flux cleaned = 0.00215778 Jy ! Component: 750 - total flux cleaned = 0.00208945 Jy ! Component: 800 - total flux cleaned = 0.00202256 Jy ! Component: 850 - total flux cleaned = 0.00192497 Jy ! Component: 900 - total flux cleaned = 0.00189411 Jy ! Component: 950 - total flux cleaned = 0.00186364 Jy ! Component: 1000 - total flux cleaned = 0.00195477 Jy ! Component: 1050 - total flux cleaned = 0.00180422 Jy ! Component: 1100 - total flux cleaned = 0.00174554 Jy ! Component: 1150 - total flux cleaned = 0.00165898 Jy ! Component: 1200 - total flux cleaned = 0.00165988 Jy ! Component: 1250 - total flux cleaned = 0.00157695 Jy ! Component: 1300 - total flux cleaned = 0.0015223 Jy ! Component: 1350 - total flux cleaned = 0.00144123 Jy ! Component: 1400 - total flux cleaned = 0.00125732 Jy ! Component: 1450 - total flux cleaned = 0.00118027 Jy ! Component: 1500 - total flux cleaned = 0.00107908 Jy ! Component: 1550 - total flux cleaned = 0.00105324 Jy ! Component: 1600 - total flux cleaned = 0.00095487 Jy ! Component: 1650 - total flux cleaned = 0.000809248 Jy ! Component: 1700 - total flux cleaned = 0.000809065 Jy ! Component: 1750 - total flux cleaned = 0.000668042 Jy ! Component: 1800 - total flux cleaned = 0.000622062 Jy ! Component: 1850 - total flux cleaned = 0.000599221 Jy ! Component: 1900 - total flux cleaned = 0.000576539 Jy ! Component: 1950 - total flux cleaned = 0.000576448 Jy ! Component: 2000 - total flux cleaned = 0.000510637 Jy ! Component: 2050 - total flux cleaned = 0.000510682 Jy ! Component: 2100 - total flux cleaned = 0.000403823 Jy ! Component: 2150 - total flux cleaned = 0.000467012 Jy ! Component: 2200 - total flux cleaned = 0.000362496 Jy ! Component: 2250 - total flux cleaned = 0.000362445 Jy ! Component: 2300 - total flux cleaned = 0.000301401 Jy ! Component: 2350 - total flux cleaned = 0.000241162 Jy ! Component: 2400 - total flux cleaned = 0.00020162 Jy ! Component: 2450 - total flux cleaned = 0.000142912 Jy ! Component: 2500 - total flux cleaned = 0.000181869 Jy ! Component: 2550 - total flux cleaned = 0.000104934 Jy ! Component: 2600 - total flux cleaned = 4.8232e-05 Jy ! Component: 2650 - total flux cleaned = 0.000104417 Jy ! Component: 2700 - total flux cleaned = 8.56087e-05 Jy ! Component: 2750 - total flux cleaned = 6.71939e-05 Jy ! Component: 2800 - total flux cleaned = 4.88977e-05 Jy ! Component: 2850 - total flux cleaned = -4.11971e-05 Jy ! Component: 2900 - total flux cleaned = -7.67337e-05 Jy ! Component: 2950 - total flux cleaned = -0.000147161 Jy ! Component: 3000 - total flux cleaned = -0.000199555 Jy ! Component: 3050 - total flux cleaned = -0.000234216 Jy ! Component: 3100 - total flux cleaned = -0.000337068 Jy ! Component: 3150 - total flux cleaned = -0.000388105 Jy ! Component: 3200 - total flux cleaned = -0.00045561 Jy ! Component: 3250 - total flux cleaned = -0.000505596 Jy ! Component: 3300 - total flux cleaned = -0.000588318 Jy ! Component: 3350 - total flux cleaned = -0.000637459 Jy ! Component: 3400 - total flux cleaned = -0.000686417 Jy ! Component: 3450 - total flux cleaned = -0.000783399 Jy ! Component: 3500 - total flux cleaned = -0.000863292 Jy ! Component: 3550 - total flux cleaned = -0.000895094 Jy ! Component: 3600 - total flux cleaned = -0.000973823 Jy ! Component: 3650 - total flux cleaned = -0.00103664 Jy ! Component: 3700 - total flux cleaned = -0.00109878 Jy ! Component: 3750 - total flux cleaned = -0.00123771 Jy ! Component: 3800 - total flux cleaned = -0.0013139 Jy ! Component: 3850 - total flux cleaned = -0.00138959 Jy ! Component: 3900 - total flux cleaned = -0.00140483 Jy ! Component: 3950 - total flux cleaned = -0.00150955 Jy ! Component: 4000 - total flux cleaned = -0.00159868 Jy ! Component: 4050 - total flux cleaned = -0.00167236 Jy ! Total flux subtracted in 4096 components = -0.00174551 Jy ! Clean residual min=-0.000866 max=0.000864 Jy/beam ! Clean residual mean=-0.000000 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.696833 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 521 components and 0.696833 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uvm//J1615-2430_S_b_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.118 x 14.76 at -21.06 degrees (North through East) ! Clean map min=-0.0016499 max=0.47446 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uvm//J1615-2430_S_b_map.fits wmodel /vlbi/uf001/uvm//J1615-2430_S_b_map.mod ! Writing 521 model components to file: /vlbi/uf001/uvm//J1615-2430_S_b_map.mod wobs /vlbi/uf001/uvm//J1615-2430_S_b_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uvm//J1615-2430_S_b_uvs.fits wwins /vlbi/uf001/uvm//J1615-2430_S_b_map.win ! wwins: Wrote 3 windows to /vlbi/uf001/uvm//J1615-2430_S_b_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.474461 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000274989 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.173874 0.173874 0.347749 0.695498 1.391 2.78199 5.56398 11.128 22.2559 44.5119 89.0237 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.474 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1725.38 quit ! Quitting program ! Log file /vlbi/uf001/uvm//J1615-2430_S_b_dfm.log closed on Sun Jan 13 22:00:12 2019