! Started logfile: /vlbi/uf001/uva//J1104+0730_S_dfm.log on Mon Jan 14 01:06:15 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//J1104+0730_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1104+0730_S_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.843665 visibilities/baseline/integration-bin. ! Found source: J1104+0730 ! ! 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 6492 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 J1104+0730_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 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.010543Jy sigma=22.311023 ! Fit after self-cal, rms=0.859622Jy sigma=18.905403 ! 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.67 mas, bmaj=6.526 mas, bpa=-2.819 degrees ! Estimated noise=0.543315 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.11008 Jy ! Component: 100 - total flux cleaned = 0.134396 Jy ! Total flux subtracted in 100 components = 0.134396 Jy ! Clean residual min=-0.006615 max=0.010010 Jy/beam ! Clean residual mean=-0.000008 rms=0.001491 Jy/beam ! Combined flux in latest and established models = 0.134396 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.134396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072758Jy sigma=1.439682 ! Fit after self-cal, rms=0.072746Jy sigma=1.439446 ! Inverting map ! Added new window around map position (-19.5, 47). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101535 Jy ! Component: 100 - total flux cleaned = 0.0163357 Jy ! Total flux subtracted in 100 components = 0.0163357 Jy ! Clean residual min=-0.005732 max=0.007531 Jy/beam ! Clean residual mean=-0.000007 rms=0.001226 Jy/beam ! Combined flux in latest and established models = 0.150732 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 23 components and 0.150732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071241Jy sigma=1.395772 ! Fit after self-cal, rms=0.071189Jy sigma=1.393731 ! 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.234 mas, bmaj=7.389 mas, bpa=-2.397 degrees ! Estimated noise=0.413216 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 (20, -46). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00732998 Jy ! Component: 100 - total flux cleaned = 0.0103209 Jy ! Component: 150 - total flux cleaned = 0.0115 Jy ! Component: 200 - total flux cleaned = 0.0126098 Jy ! Total flux subtracted in 200 components = 0.0126098 Jy ! Clean residual min=-0.003918 max=0.005115 Jy/beam ! Clean residual mean=-0.000019 rms=0.001040 Jy/beam ! Combined flux in latest and established models = 0.163342 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 55 components and 0.163342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070284Jy sigma=1.370024 ! Fit after self-cal, rms=0.070272Jy sigma=1.369340 ! 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.234 x 7.389 at -2.397 degrees (North through East) ! Clean map min=-0.0035841 max=0.13895 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.94 HN 1.02 KP 0.98 ! LA 0.98 MK 1.01 NL 1.05 OV 1.01 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.31 FD 0.93 HN 1.03 KP 1.01 ! LA 0.97 MK 1.02 NL 1.04 OV 0.83 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.93 HN 1.02 KP 0.98 ! LA 0.97 MK 1.00 NL 1.08 OV 0.99 ! PT 1.01 SC 1.02 ! ! ! Fit before self-cal, rms=0.070272Jy sigma=1.369340 ! Fit after self-cal, rms=0.071674Jy sigma=1.340253 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=7.498 mas, bpa=-2.453 degrees ! Estimated noise=0.414532 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.00098683 Jy ! Component: 100 - total flux cleaned = -0.00161854 Jy ! Component: 150 - total flux cleaned = -0.00185499 Jy ! Component: 200 - total flux cleaned = -0.00216486 Jy ! Total flux subtracted in 200 components = -0.00216486 Jy ! Clean residual min=-0.003291 max=0.004078 Jy/beam ! Clean residual mean=-0.000017 rms=0.000839 Jy/beam ! Combined flux in latest and established models = 0.161177 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 75 components and 0.161177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071536Jy sigma=1.337801 ! Fit after self-cal, rms=0.071631Jy sigma=1.337338 ! 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.071631Jy sigma=1.337338 ! Fit after self-cal, rms=0.071227Jy sigma=1.328682 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.257 mas, bmaj=7.521 mas, bpa=-2.423 degrees ! Estimated noise=0.414576 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00040158 Jy ! Component: 100 - total flux cleaned = -0.000456302 Jy ! Component: 150 - total flux cleaned = -0.000545051 Jy ! Component: 200 - total flux cleaned = -0.000584029 Jy ! Total flux subtracted in 200 components = -0.000584029 Jy ! Clean residual min=-0.002948 max=0.003332 Jy/beam ! Clean residual mean=-0.000015 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.160593 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 100 components and 0.160593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071149Jy sigma=1.327457 ! Fit after self-cal, rms=0.071167Jy sigma=1.327279 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 (57.5, -51.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00138313 Jy ! Component: 100 - total flux cleaned = 0.000892946 Jy ! Component: 150 - total flux cleaned = 0.000489008 Jy ! Component: 200 - total flux cleaned = 0.000287203 Jy ! Total flux subtracted in 200 components = 0.000287203 Jy ! Clean residual min=-0.002699 max=0.002890 Jy/beam ! Clean residual mean=-0.000015 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.16088 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 120 components and 0.16088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070987Jy sigma=1.324075 ! Fit after self-cal, rms=0.070977Jy sigma=1.323779 ! 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.070977Jy sigma=1.323779 ! Fit after self-cal, rms=0.073284Jy sigma=1.311157 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.257 mas, bmaj=7.545 mas, bpa=-2.468 degrees ! Estimated noise=0.417515 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00062801 Jy ! Component: 100 - total flux cleaned = -0.000428911 Jy ! Component: 150 - total flux cleaned = -0.00017137 Jy ! Component: 200 - total flux cleaned = 1.88758e-05 Jy ! Total flux subtracted in 200 components = 1.88758e-05 Jy ! Clean residual min=-0.002044 max=0.002028 Jy/beam ! Clean residual mean=-0.000012 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.160899 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 140 components and 0.160899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073218Jy sigma=1.309679 ! Fit after self-cal, rms=0.073237Jy sigma=1.309532 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 = 8.68807e-05 Jy ! Component: 100 - total flux cleaned = 0.000284509 Jy ! Component: 150 - total flux cleaned = 0.000435369 Jy ! Component: 200 - total flux cleaned = 0.00046291 Jy ! Total flux subtracted in 200 components = 0.00046291 Jy ! Clean residual min=-0.002050 max=0.002025 Jy/beam ! Clean residual mean=-0.000012 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.161362 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 157 components and 0.161362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073210Jy sigma=1.308934 ! Fit after self-cal, rms=0.073203Jy sigma=1.308895 ! 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.073203Jy sigma=1.308895 ! Fit after self-cal, rms=0.073573Jy sigma=1.308665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.124 mas, bmaj=11.41 mas, bpa=-4.561 degrees ! Estimated noise=0.533396 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000371977 Jy ! Component: 100 - total flux cleaned = -0.000296331 Jy ! Component: 150 - total flux cleaned = -0.000297263 Jy ! Component: 200 - total flux cleaned = -0.000326621 Jy ! Total flux subtracted in 200 components = -0.000326621 Jy ! Clean residual min=-0.002301 max=0.002199 Jy/beam ! Clean residual mean=-0.000025 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.161035 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 181 components and 0.161035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073554Jy sigma=1.308315 ! Fit after self-cal, rms=0.073547Jy sigma=1.308225 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 = -1.26333e-05 Jy ! Component: 100 - total flux cleaned = 0.000141902 Jy ! Component: 150 - total flux cleaned = 0.000211942 Jy ! Component: 200 - total flux cleaned = 0.000234278 Jy ! Total flux subtracted in 200 components = 0.000234278 Jy ! Clean residual min=-0.002172 max=0.002160 Jy/beam ! Clean residual mean=-0.000024 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.161269 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 195 components and 0.161269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073542Jy sigma=1.308008 ! Fit after self-cal, rms=0.073535Jy sigma=1.307973 ! 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.255 mas, bmaj=7.55 mas, bpa=-2.494 degrees ! Estimated noise=0.41802 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.255 x 7.55 at -2.494 degrees (North through East) ! Clean map min=-0.0019915 max=0.14061 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.689 mas, bmaj=6.648 mas, bpa=-2.87 degrees ! Estimated noise=0.552391 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.111822 Jy ! Component: 100 - total flux cleaned = 0.136419 Jy ! Component: 150 - total flux cleaned = 0.144787 Jy ! Component: 200 - total flux cleaned = 0.149895 Jy ! Total flux subtracted in 200 components = 0.149895 Jy ! Clean residual min=-0.002818 max=0.003100 Jy/beam ! Clean residual mean=-0.000007 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.149895 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.149895 Jy ! Inverting map and beam ! Estimated beam: bmin=3.255 mas, bmaj=7.55 mas, bpa=-2.494 degrees ! Estimated noise=0.41802 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.00440373 Jy ! Component: 100 - total flux cleaned = 0.00729821 Jy ! Component: 150 - total flux cleaned = 0.00870888 Jy ! Component: 200 - total flux cleaned = 0.00978569 Jy ! Total flux subtracted in 200 components = 0.00978569 Jy ! Clean residual min=-0.002276 max=0.002215 Jy/beam ! Clean residual mean=-0.000014 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.15968 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 44 components and 0.15968 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.124 mas, bmaj=11.41 mas, bpa=-4.561 degrees ! Estimated noise=0.533396 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150786 Jy ! Component: 100 - total flux cleaned = 0.00175465 Jy ! Component: 150 - total flux cleaned = 0.00185331 Jy ! Component: 200 - total flux cleaned = 0.00194093 Jy ! Total flux subtracted in 200 components = 0.00194093 Jy ! Clean residual min=-0.002260 max=0.002531 Jy/beam ! Clean residual mean=-0.000028 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.161621 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 = 7.83565e-05 Jy ! Component: 100 - total flux cleaned = 4.51651e-05 Jy ! Component: 150 - total flux cleaned = 4.5556e-05 Jy ! Component: 200 - total flux cleaned = 1.67801e-05 Jy ! Total flux subtracted in 200 components = 1.67801e-05 Jy ! Clean residual min=-0.002204 max=0.002456 Jy/beam ! Clean residual mean=-0.000026 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.161638 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 89 components and 0.161638 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.255 mas, bmaj=7.55 mas, bpa=-2.494 degrees ! Estimated noise=0.41802 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.7903e-05 Jy ! Component: 100 - total flux cleaned = -4.79032e-05 Jy ! Component: 150 - total flux cleaned = -5.06533e-05 Jy ! Component: 200 - total flux cleaned = -5.16399e-05 Jy ! Total flux subtracted in 200 components = -5.16399e-05 Jy ! Clean residual min=-0.002046 max=0.001954 Jy/beam ! Clean residual mean=-0.000011 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.161586 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 110 components and 0.161586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073561Jy sigma=1.308305 ! Fit after self-cal, rms=0.073540Jy sigma=1.308141 wmodel J1104+0730_S_map.mod ! Writing 110 model components to file: J1104+0730_S_map.mod wobs J1104+0730_S_uvs.fits ! Writing UV FITS file: J1104+0730_S_uvs.fits wwins J1104+0730_S_map.win ! wwins: Wrote 4 windows to J1104+0730_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 = 9.17981e-05 Jy ! Component: 100 - total flux cleaned = 0.000403274 Jy ! Component: 150 - total flux cleaned = 0.000800187 Jy ! Component: 200 - total flux cleaned = 0.00108617 Jy ! Component: 250 - total flux cleaned = 0.00130057 Jy ! Component: 300 - total flux cleaned = 0.00162792 Jy ! Component: 350 - total flux cleaned = 0.00191774 Jy ! Component: 400 - total flux cleaned = 0.00214386 Jy ! Component: 450 - total flux cleaned = 0.00230963 Jy ! Component: 500 - total flux cleaned = 0.00249881 Jy ! Component: 550 - total flux cleaned = 0.00260507 Jy ! Component: 600 - total flux cleaned = 0.00276124 Jy ! Component: 650 - total flux cleaned = 0.00283807 Jy ! Component: 700 - total flux cleaned = 0.00288794 Jy ! Component: 750 - total flux cleaned = 0.00291288 Jy ! Component: 800 - total flux cleaned = 0.00291311 Jy ! Component: 850 - total flux cleaned = 0.00286556 Jy ! Component: 900 - total flux cleaned = 0.00281813 Jy ! Component: 950 - total flux cleaned = 0.00267829 Jy ! Component: 1000 - total flux cleaned = 0.00265519 Jy ! Component: 1050 - total flux cleaned = 0.00263224 Jy ! Component: 1100 - total flux cleaned = 0.00251955 Jy ! Component: 1150 - total flux cleaned = 0.00240792 Jy ! Component: 1200 - total flux cleaned = 0.00229806 Jy ! Component: 1250 - total flux cleaned = 0.00223283 Jy ! Component: 1300 - total flux cleaned = 0.00216824 Jy ! Component: 1350 - total flux cleaned = 0.00206182 Jy ! Component: 1400 - total flux cleaned = 0.00195668 Jy ! Component: 1450 - total flux cleaned = 0.00191513 Jy ! Component: 1500 - total flux cleaned = 0.00191482 Jy ! Component: 1550 - total flux cleaned = 0.00183286 Jy ! Component: 1600 - total flux cleaned = 0.00171134 Jy ! Component: 1650 - total flux cleaned = 0.00161156 Jy ! Component: 1700 - total flux cleaned = 0.0015125 Jy ! Component: 1750 - total flux cleaned = 0.0014341 Jy ! Component: 1800 - total flux cleaned = 0.00129839 Jy ! Component: 1850 - total flux cleaned = 0.00122133 Jy ! Component: 1900 - total flux cleaned = 0.00110693 Jy ! Component: 1950 - total flux cleaned = 0.0010315 Jy ! Component: 2000 - total flux cleaned = 0.000918829 Jy ! Component: 2050 - total flux cleaned = 0.000826117 Jy ! Component: 2100 - total flux cleaned = 0.000678952 Jy ! Component: 2150 - total flux cleaned = 0.000624205 Jy ! Component: 2200 - total flux cleaned = 0.000515639 Jy ! Component: 2250 - total flux cleaned = 0.00042614 Jy ! Component: 2300 - total flux cleaned = 0.000337118 Jy ! Component: 2350 - total flux cleaned = 0.000266564 Jy ! Component: 2400 - total flux cleaned = 0.000179373 Jy ! Component: 2450 - total flux cleaned = 0.00012733 Jy ! Component: 2500 - total flux cleaned = 2.42121e-05 Jy ! Component: 2550 - total flux cleaned = -9.53983e-05 Jy ! Component: 2600 - total flux cleaned = -0.000129255 Jy ! Component: 2650 - total flux cleaned = -0.000246751 Jy ! Component: 2700 - total flux cleaned = -0.000279965 Jy ! Component: 2750 - total flux cleaned = -0.000329772 Jy ! Component: 2800 - total flux cleaned = -0.000411998 Jy ! Component: 2850 - total flux cleaned = -0.000493633 Jy ! Component: 2900 - total flux cleaned = -0.00059063 Jy ! Component: 2950 - total flux cleaned = -0.000606629 Jy ! Component: 3000 - total flux cleaned = -0.000654676 Jy ! Component: 3050 - total flux cleaned = -0.00078135 Jy ! Component: 3100 - total flux cleaned = -0.000828468 Jy ! Component: 3150 - total flux cleaned = -0.000953484 Jy ! Component: 3200 - total flux cleaned = -0.000953395 Jy ! Component: 3250 - total flux cleaned = -0.00107646 Jy ! Component: 3300 - total flux cleaned = -0.00109176 Jy ! Component: 3350 - total flux cleaned = -0.00119789 Jy ! Component: 3400 - total flux cleaned = -0.00121299 Jy ! Component: 3450 - total flux cleaned = -0.0012879 Jy ! Component: 3500 - total flux cleaned = -0.00128813 Jy ! Component: 3550 - total flux cleaned = -0.00139151 Jy ! Component: 3600 - total flux cleaned = -0.00146469 Jy ! Component: 3650 - total flux cleaned = -0.00150842 Jy ! Component: 3700 - total flux cleaned = -0.00153742 Jy ! Component: 3750 - total flux cleaned = -0.00162371 Jy ! Component: 3800 - total flux cleaned = -0.00170948 Jy ! Component: 3850 - total flux cleaned = -0.00176619 Jy ! Component: 3900 - total flux cleaned = -0.00186497 Jy ! Component: 3950 - total flux cleaned = -0.00190698 Jy ! Component: 4000 - total flux cleaned = -0.00193478 Jy ! Component: 4050 - total flux cleaned = -0.00205904 Jy ! Total flux subtracted in 4096 components = -0.00211397 Jy ! Clean residual min=-0.000831 max=0.000899 Jy/beam ! Clean residual mean=-0.000005 rms=0.000250 Jy/beam ! Combined flux in latest and established models = 0.159473 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 388 components and 0.159473 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1104+0730_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.255 x 7.55 at -2.494 degrees (North through East) ! Clean map min=-0.001995 max=0.14176 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1104+0730_S_map.fits wmodel /vlbi/uf001/uva//J1104+0730_S_map.mod ! Writing 388 model components to file: /vlbi/uf001/uva//J1104+0730_S_map.mod wobs /vlbi/uf001/uva//J1104+0730_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1104+0730_S_uvs.fits wwins /vlbi/uf001/uva//J1104+0730_S_map.win ! wwins: Wrote 5 windows to /vlbi/uf001/uva//J1104+0730_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.141764 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000246493 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.521626 0.521626 1.04325 2.08651 4.17301 8.34602 16.692 33.3841 66.7682 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.141 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 575.124 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1104+0730_S_dfm.log closed on Mon Jan 14 01:06:19 2019