! Started logfile: /vlbi/uf001/uva//J1609-0547_S_dfm.log on Mon Jan 14 03:36:04 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//J1609-0547_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1609-0547_S_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.926235 visibilities/baseline/integration-bin. ! Found source: J1609-0547 ! ! 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 9003 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 J1609-0547_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.010981Jy sigma=19.796736 ! Fit after self-cal, rms=0.867889Jy sigma=16.986828 ! 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.745 mas, bmaj=7.237 mas, bpa=-5.359 degrees ! Estimated noise=0.578723 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.103452 Jy ! Component: 100 - total flux cleaned = 0.127888 Jy ! Total flux subtracted in 100 components = 0.127888 Jy ! Clean residual min=-0.009203 max=0.010342 Jy/beam ! Clean residual mean=0.000010 rms=0.002309 Jy/beam ! Combined flux in latest and established models = 0.127888 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.127888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079064Jy sigma=1.483578 ! Fit after self-cal, rms=0.078879Jy sigma=1.477530 ! 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.367 mas, bmaj=8.358 mas, bpa=-4.744 degrees ! Estimated noise=0.389206 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.010966 Jy ! Component: 100 - total flux cleaned = 0.0164511 Jy ! Component: 150 - total flux cleaned = 0.0199142 Jy ! Component: 200 - total flux cleaned = 0.0212741 Jy ! Total flux subtracted in 200 components = 0.0212741 Jy ! Clean residual min=-0.008884 max=0.009745 Jy/beam ! Clean residual mean=0.000009 rms=0.002210 Jy/beam ! Combined flux in latest and established models = 0.149162 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 25 components and 0.149162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077397Jy sigma=1.451348 ! Fit after self-cal, rms=0.077399Jy sigma=1.451099 ! 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.367 x 8.358 at -4.744 degrees (North through East) ! Clean map min=-0.0087112 max=0.13059 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.06 KP 0.93 ! LA 0.86 MK 0.93 NL 0.92 OV 1.20 ! PT 0.92 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00 HN 1.09 KP 0.93 ! LA 0.87 MK 0.94 NL 0.93 OV 1.22 ! PT 0.94 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.00 HN 1.44 KP 0.91 ! LA 0.87 MK 1.00 NL 0.93 OV 1.37 ! PT 1.12 SC 1.02 ! ! ! Fit before self-cal, rms=0.077399Jy sigma=1.451099 ! Fit after self-cal, rms=0.081908Jy sigma=1.384937 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.358 mas, bmaj=8.388 mas, bpa=-5.204 degrees ! Estimated noise=0.39188 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.00102729 Jy ! Component: 100 - total flux cleaned = 0.00133298 Jy ! Component: 150 - total flux cleaned = 0.00133638 Jy ! Component: 200 - total flux cleaned = 0.00125385 Jy ! Total flux subtracted in 200 components = 0.00125385 Jy ! Clean residual min=-0.008898 max=0.007784 Jy/beam ! Clean residual mean=0.000001 rms=0.001942 Jy/beam ! Combined flux in latest and established models = 0.150416 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 37 components and 0.150416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081808Jy sigma=1.383636 ! Fit after self-cal, rms=0.081973Jy sigma=1.382605 ! 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.081973Jy sigma=1.382605 ! Fit after self-cal, rms=0.103345Jy sigma=1.232878 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.349 mas, bmaj=8.369 mas, bpa=-5.195 degrees ! Estimated noise=0.392674 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00060523 Jy ! Component: 100 - total flux cleaned = 0.000696261 Jy ! Component: 150 - total flux cleaned = 0.000699964 Jy ! Component: 200 - total flux cleaned = 0.000703059 Jy ! Total flux subtracted in 200 components = 0.000703059 Jy ! Clean residual min=-0.002225 max=0.002742 Jy/beam ! Clean residual mean=0.000001 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.151119 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.151119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103326Jy sigma=1.231947 ! Fit after self-cal, rms=0.104044Jy sigma=1.230394 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 (-1.5, 35.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00231982 Jy ! Component: 100 - total flux cleaned = 0.00261757 Jy ! Component: 150 - total flux cleaned = 0.00274538 Jy ! Component: 200 - total flux cleaned = 0.00285717 Jy ! Total flux subtracted in 200 components = 0.00285717 Jy ! Clean residual min=-0.002113 max=0.002354 Jy/beam ! Clean residual mean=0.000001 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.153976 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 61 components and 0.153976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103970Jy sigma=1.228699 ! Fit after self-cal, rms=0.103956Jy sigma=1.228585 ! Inverting map ! Added new window around map position (-1.5, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0022948 Jy ! Component: 100 - total flux cleaned = 0.0025376 Jy ! Component: 150 - total flux cleaned = 0.00246162 Jy ! Component: 200 - total flux cleaned = 0.0022944 Jy ! Total flux subtracted in 200 components = 0.0022944 Jy ! Clean residual min=-0.002010 max=0.001792 Jy/beam ! Clean residual mean=0.000001 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.156271 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 75 components and 0.156271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103902Jy sigma=1.226790 ! Fit after self-cal, rms=0.103888Jy sigma=1.226608 ! 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.103888Jy sigma=1.226608 ! Fit after self-cal, rms=0.106156Jy sigma=1.224618 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.345 mas, bmaj=8.351 mas, bpa=-5.149 degrees ! Estimated noise=0.392238 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000820786 Jy ! Component: 100 - total flux cleaned = 0.000917758 Jy ! Component: 150 - total flux cleaned = 0.000868273 Jy ! Component: 200 - total flux cleaned = 0.000800052 Jy ! Total flux subtracted in 200 components = 0.000800052 Jy ! Clean residual min=-0.001760 max=0.001711 Jy/beam ! Clean residual mean=0.000000 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.157071 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 93 components and 0.157071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.106128Jy sigma=1.224022 ! Fit after self-cal, rms=0.106115Jy sigma=1.223942 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.000149531 Jy ! Component: 100 - total flux cleaned = 0.000104935 Jy ! Component: 150 - total flux cleaned = 4.5824e-05 Jy ! Component: 200 - total flux cleaned = -2.73712e-05 Jy ! Total flux subtracted in 200 components = -2.73712e-05 Jy ! Clean residual min=-0.001762 max=0.001702 Jy/beam ! Clean residual mean=0.000000 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.157043 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 105 components and 0.157043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.106101Jy sigma=1.223722 ! Fit after self-cal, rms=0.106098Jy sigma=1.223701 ! 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.106098Jy sigma=1.223701 ! Fit after self-cal, rms=0.105881Jy sigma=1.223580 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.834 mas, bmaj=13.7 mas, bpa=0.8352 degrees ! Estimated noise=0.486874 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.926e-05 Jy ! Component: 100 - total flux cleaned = -1.85203e-05 Jy ! Component: 150 - total flux cleaned = -6.94023e-05 Jy ! Component: 200 - total flux cleaned = -9.9876e-05 Jy ! Total flux subtracted in 200 components = -9.9876e-05 Jy ! Clean residual min=-0.001918 max=0.001993 Jy/beam ! Clean residual mean=0.000001 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.156943 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 116 components and 0.156943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105867Jy sigma=1.223527 ! Fit after self-cal, rms=0.105855Jy sigma=1.223460 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.41585e-05 Jy ! Component: 100 - total flux cleaned = -5.33691e-05 Jy ! Component: 150 - total flux cleaned = -4.15117e-05 Jy ! Component: 200 - total flux cleaned = -4.21061e-05 Jy ! Total flux subtracted in 200 components = -4.21061e-05 Jy ! Clean residual min=-0.001917 max=0.001998 Jy/beam ! Clean residual mean=0.000001 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.156901 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 126 components and 0.156901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105848Jy sigma=1.223441 ! Fit after self-cal, rms=0.105846Jy sigma=1.223417 ! 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.346 mas, bmaj=8.344 mas, bpa=-5.142 degrees ! Estimated noise=0.391684 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.346 x 8.344 at -5.142 degrees (North through East) ! Clean map min=-0.0016432 max=0.13202 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.724 mas, bmaj=7.214 mas, bpa=-5.543 degrees ! Estimated noise=0.580347 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.103762 Jy ! Component: 100 - total flux cleaned = 0.128671 Jy ! Component: 150 - total flux cleaned = 0.137907 Jy ! Component: 200 - total flux cleaned = 0.143215 Jy ! Total flux subtracted in 200 components = 0.143215 Jy ! Clean residual min=-0.003048 max=0.003300 Jy/beam ! Clean residual mean=0.000003 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.143215 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.143215 Jy ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=8.344 mas, bpa=-5.142 degrees ! Estimated noise=0.391684 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.00448089 Jy ! Component: 100 - total flux cleaned = 0.00724453 Jy ! Component: 150 - total flux cleaned = 0.00925306 Jy ! Component: 200 - total flux cleaned = 0.0104915 Jy ! Total flux subtracted in 200 components = 0.0104915 Jy ! Clean residual min=-0.001889 max=0.001709 Jy/beam ! Clean residual mean=0.000001 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.153706 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 82 components and 0.153706 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.834 mas, bmaj=13.7 mas, bpa=0.8352 degrees ! Estimated noise=0.486874 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129213 Jy ! Component: 100 - total flux cleaned = 0.00166468 Jy ! Component: 150 - total flux cleaned = 0.001918 Jy ! Component: 200 - total flux cleaned = 0.0021625 Jy ! Total flux subtracted in 200 components = 0.0021625 Jy ! Clean residual min=-0.001984 max=0.001969 Jy/beam ! Clean residual mean=0.000001 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.155869 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.000237795 Jy ! Component: 100 - total flux cleaned = 0.000376429 Jy ! Component: 150 - total flux cleaned = 0.000509101 Jy ! Component: 200 - total flux cleaned = 0.000567994 Jy ! Total flux subtracted in 200 components = 0.000567994 Jy ! Clean residual min=-0.001957 max=0.002025 Jy/beam ! Clean residual mean=0.000001 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.156437 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 121 components and 0.156437 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=8.344 mas, bpa=-5.142 degrees ! Estimated noise=0.391684 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0004667 Jy ! Component: 100 - total flux cleaned = -0.000374022 Jy ! Component: 150 - total flux cleaned = -0.000217474 Jy ! Component: 200 - total flux cleaned = -0.000151379 Jy ! Total flux subtracted in 200 components = -0.000151379 Jy ! Clean residual min=-0.001765 max=0.001691 Jy/beam ! Clean residual mean=0.000000 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.156285 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 137 components and 0.156285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105855Jy sigma=1.223651 ! Fit after self-cal, rms=0.105850Jy sigma=1.223549 wmodel J1609-0547_S_map.mod ! Writing 137 model components to file: J1609-0547_S_map.mod wobs J1609-0547_S_uvs.fits ! Writing UV FITS file: J1609-0547_S_uvs.fits wwins J1609-0547_S_map.win ! wwins: Wrote 3 windows to J1609-0547_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.00025915 Jy ! Component: 100 - total flux cleaned = -0.000172204 Jy ! Component: 150 - total flux cleaned = -0.00025315 Jy ! Component: 200 - total flux cleaned = -0.000357485 Jy ! Component: 250 - total flux cleaned = -0.000357502 Jy ! Component: 300 - total flux cleaned = -0.000382355 Jy ! Component: 350 - total flux cleaned = -0.000454641 Jy ! Component: 400 - total flux cleaned = -0.000501577 Jy ! Component: 450 - total flux cleaned = -0.000500996 Jy ! Component: 500 - total flux cleaned = -0.000432372 Jy ! Component: 550 - total flux cleaned = -0.000387823 Jy ! Component: 600 - total flux cleaned = -0.000431454 Jy ! Component: 650 - total flux cleaned = -0.00036719 Jy ! Component: 700 - total flux cleaned = -0.000388784 Jy ! Component: 750 - total flux cleaned = -0.000431077 Jy ! Component: 800 - total flux cleaned = -0.000451725 Jy ! Component: 850 - total flux cleaned = -0.00041121 Jy ! Component: 900 - total flux cleaned = -0.00043118 Jy ! Component: 950 - total flux cleaned = -0.000430834 Jy ! Component: 1000 - total flux cleaned = -0.0004308 Jy ! Component: 1050 - total flux cleaned = -0.000391953 Jy ! Component: 1100 - total flux cleaned = -0.000335017 Jy ! Component: 1150 - total flux cleaned = -0.000410625 Jy ! Component: 1200 - total flux cleaned = -0.000335977 Jy ! Component: 1250 - total flux cleaned = -0.000354592 Jy ! Component: 1300 - total flux cleaned = -0.000318061 Jy ! Component: 1350 - total flux cleaned = -0.00033597 Jy ! Component: 1400 - total flux cleaned = -0.000371727 Jy ! Component: 1450 - total flux cleaned = -0.000424509 Jy ! Component: 1500 - total flux cleaned = -0.000476572 Jy ! Component: 1550 - total flux cleaned = -0.000511336 Jy ! Component: 1600 - total flux cleaned = -0.000579384 Jy ! Component: 1650 - total flux cleaned = -0.000579606 Jy ! Component: 1700 - total flux cleaned = -0.000663398 Jy ! Component: 1750 - total flux cleaned = -0.000713242 Jy ! Component: 1800 - total flux cleaned = -0.000746048 Jy ! Component: 1850 - total flux cleaned = -0.000762512 Jy ! Component: 1900 - total flux cleaned = -0.00081089 Jy ! Component: 1950 - total flux cleaned = -0.000858868 Jy ! Component: 2000 - total flux cleaned = -0.00089068 Jy ! Component: 2050 - total flux cleaned = -0.000906405 Jy ! Component: 2100 - total flux cleaned = -0.000906444 Jy ! Component: 2150 - total flux cleaned = -0.000921982 Jy ! Component: 2200 - total flux cleaned = -0.000906706 Jy ! Component: 2250 - total flux cleaned = -0.000967393 Jy ! Component: 2300 - total flux cleaned = -0.000967065 Jy ! Component: 2350 - total flux cleaned = -0.000937166 Jy ! Component: 2400 - total flux cleaned = -0.000907558 Jy ! Component: 2450 - total flux cleaned = -0.000966105 Jy ! Component: 2500 - total flux cleaned = -0.000936907 Jy ! Component: 2550 - total flux cleaned = -0.00092238 Jy ! Component: 2600 - total flux cleaned = -0.000893653 Jy ! Component: 2650 - total flux cleaned = -0.000893683 Jy ! Component: 2700 - total flux cleaned = -0.000893639 Jy ! Component: 2750 - total flux cleaned = -0.000865551 Jy ! Component: 2800 - total flux cleaned = -0.000837801 Jy ! Component: 2850 - total flux cleaned = -0.000865474 Jy ! Component: 2900 - total flux cleaned = -0.000824289 Jy ! Component: 2950 - total flux cleaned = -0.000865131 Jy ! Component: 3000 - total flux cleaned = -0.00086497 Jy ! Component: 3050 - total flux cleaned = -0.000811185 Jy ! Component: 3100 - total flux cleaned = -0.000824599 Jy ! Component: 3150 - total flux cleaned = -0.000784789 Jy ! Component: 3200 - total flux cleaned = -0.000745193 Jy ! Component: 3250 - total flux cleaned = -0.000745252 Jy ! Component: 3300 - total flux cleaned = -0.000706275 Jy ! Component: 3350 - total flux cleaned = -0.000693389 Jy ! Component: 3400 - total flux cleaned = -0.000616478 Jy ! Component: 3450 - total flux cleaned = -0.00065471 Jy ! Component: 3500 - total flux cleaned = -0.000616697 Jy ! Component: 3550 - total flux cleaned = -0.000553829 Jy ! Component: 3600 - total flux cleaned = -0.00057886 Jy ! Component: 3650 - total flux cleaned = -0.000504106 Jy ! Component: 3700 - total flux cleaned = -0.00041753 Jy ! Component: 3750 - total flux cleaned = -0.000454545 Jy ! Component: 3800 - total flux cleaned = -0.000405461 Jy ! Component: 3850 - total flux cleaned = -0.000405364 Jy ! Component: 3900 - total flux cleaned = -0.000332767 Jy ! Component: 3950 - total flux cleaned = -0.000308696 Jy ! Component: 4000 - total flux cleaned = -0.000224871 Jy ! Component: 4050 - total flux cleaned = -0.000177273 Jy ! Total flux subtracted in 4096 components = -0.000201057 Jy ! Clean residual min=-0.000608 max=0.000701 Jy/beam ! Clean residual mean=0.000000 rms=0.000224 Jy/beam ! Combined flux in latest and established models = 0.156084 Jy keep ! Adding 316 model components to the UV plane model. ! The established model now contains 453 components and 0.156084 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1609-0547_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.346 x 8.344 at -5.142 degrees (North through East) ! Clean map min=-0.0015579 max=0.13269 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1609-0547_S_map.fits wmodel /vlbi/uf001/uva//J1609-0547_S_map.mod ! Writing 453 model components to file: /vlbi/uf001/uva//J1609-0547_S_map.mod wobs /vlbi/uf001/uva//J1609-0547_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1609-0547_S_uvs.fits wwins /vlbi/uf001/uva//J1609-0547_S_map.win ! wwins: Wrote 4 windows to /vlbi/uf001/uva//J1609-0547_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.132689 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000225497 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.509832 0.509832 1.01966 2.03933 4.07866 8.15731 16.3146 32.6292 65.2585 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.132 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 588.429 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1609-0547_S_dfm.log closed on Mon Jan 14 03:36:09 2019