! Started logfile: /vlbi/uf001/uva//J1037+0424_S_dfm.log on Mon Jan 14 00:57:51 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//J1037+0424_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1037+0424_S_uva.fits ! AN table 1: 42 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.974206 visibilities/baseline/integration-bin. ! Found source: J1037+0424 ! ! 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 4419 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 J1037+0424_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 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.031532Jy sigma=19.584996 ! Fit after self-cal, rms=0.830572Jy sigma=15.687732 ! 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.764 mas, bmaj=6.498 mas, bpa=-3.447 degrees ! Estimated noise=0.794795 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.128683 Jy ! Component: 100 - total flux cleaned = 0.163892 Jy ! Total flux subtracted in 100 components = 0.163892 Jy ! Clean residual min=-0.008999 max=0.016864 Jy/beam ! Clean residual mean=-0.000005 rms=0.002787 Jy/beam ! Combined flux in latest and established models = 0.163892 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.163892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081820Jy sigma=1.475732 ! Fit after self-cal, rms=0.081746Jy sigma=1.474411 ! 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.184 mas, bmaj=7.293 mas, bpa=-2.295 degrees ! Estimated noise=0.619077 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.0215209 Jy ! Component: 100 - total flux cleaned = 0.0322007 Jy ! Component: 150 - total flux cleaned = 0.038681 Jy ! Component: 200 - total flux cleaned = 0.0429859 Jy ! Total flux subtracted in 200 components = 0.0429859 Jy ! Clean residual min=-0.007697 max=0.011354 Jy/beam ! Clean residual mean=-0.000008 rms=0.002228 Jy/beam ! Combined flux in latest and established models = 0.206878 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 38 components and 0.206878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076385Jy sigma=1.359301 ! Fit after self-cal, rms=0.076359Jy sigma=1.358336 ! 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.184 x 7.293 at -2.295 degrees (North through East) ! Clean map min=-0.0075578 max=0.17155 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 HN 0.94 KP 1.04 LA 0.89 ! MK 1.13 NL 0.97 OV 0.94 PT 1.02 ! SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.32 HN 0.93 KP 1.04 LA 0.92 ! MK 1.11 NL 1.00 OV 0.91 PT 1.00 ! SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 HN 0.93 KP 1.04 LA 0.93 ! MK 1.04 NL 1.00 OV 0.95 PT 1.00 ! SC 0.96 ! ! ! Fit before self-cal, rms=0.076359Jy sigma=1.358336 ! Fit after self-cal, rms=0.080329Jy sigma=1.314805 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.216 mas, bmaj=7.4 mas, bpa=-1.765 degrees ! Estimated noise=0.616627 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 (-22.5, 45.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0063658 Jy ! Component: 100 - total flux cleaned = 0.00585733 Jy ! Component: 150 - total flux cleaned = 0.00480411 Jy ! Component: 200 - total flux cleaned = 0.00427147 Jy ! Total flux subtracted in 200 components = 0.00427147 Jy ! Clean residual min=-0.006343 max=0.007481 Jy/beam ! Clean residual mean=-0.000016 rms=0.001735 Jy/beam ! Combined flux in latest and established models = 0.21115 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 53 components and 0.21115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078224Jy sigma=1.286846 ! Fit after self-cal, rms=0.078193Jy sigma=1.284079 ! 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.078193Jy sigma=1.284079 ! Fit after self-cal, rms=0.085900Jy sigma=1.219837 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.202 mas, bmaj=7.388 mas, bpa=-2.029 degrees ! Estimated noise=0.629959 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.4321e-05 Jy ! Component: 100 - total flux cleaned = -0.000313414 Jy ! Component: 150 - total flux cleaned = -0.000314632 Jy ! Component: 200 - total flux cleaned = -0.000393064 Jy ! Total flux subtracted in 200 components = -0.000393064 Jy ! Clean residual min=-0.004567 max=0.004677 Jy/beam ! Clean residual mean=-0.000008 rms=0.001184 Jy/beam ! Combined flux in latest and established models = 0.210757 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 73 components and 0.210757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085558Jy sigma=1.216939 ! Fit after self-cal, rms=0.085670Jy sigma=1.216375 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.000435994 Jy ! Component: 100 - total flux cleaned = -0.000502836 Jy ! Component: 150 - total flux cleaned = -0.000437948 Jy ! Component: 200 - total flux cleaned = -0.000439807 Jy ! Total flux subtracted in 200 components = -0.000439807 Jy ! Clean residual min=-0.004622 max=0.004569 Jy/beam ! Clean residual mean=-0.000007 rms=0.001171 Jy/beam ! Combined flux in latest and established models = 0.210317 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 85 components and 0.210317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085493Jy sigma=1.215263 ! Fit after self-cal, rms=0.085489Jy sigma=1.215167 ! 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.085489Jy sigma=1.215167 ! Fit after self-cal, rms=0.082876Jy sigma=1.179714 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.201 mas, bmaj=7.383 mas, bpa=-1.882 degrees ! Estimated noise=0.629916 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00089318 Jy ! Component: 100 - total flux cleaned = -0.000884687 Jy ! Component: 150 - total flux cleaned = -0.000817423 Jy ! Component: 200 - total flux cleaned = -0.000759036 Jy ! Total flux subtracted in 200 components = -0.000759036 Jy ! Clean residual min=-0.003135 max=0.003340 Jy/beam ! Clean residual mean=-0.000002 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.209558 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 105 components and 0.209558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082739Jy sigma=1.176840 ! Fit after self-cal, rms=0.082750Jy sigma=1.176506 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 (26, -12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00236533 Jy ! Component: 100 - total flux cleaned = 0.00243683 Jy ! Component: 150 - total flux cleaned = 0.00237529 Jy ! Component: 200 - total flux cleaned = 0.00232077 Jy ! Total flux subtracted in 200 components = 0.00232077 Jy ! Clean residual min=-0.003001 max=0.002764 Jy/beam ! Clean residual mean=-0.000003 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.211879 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 121 components and 0.211879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082607Jy sigma=1.173552 ! Fit after self-cal, rms=0.082595Jy sigma=1.173430 ! 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.082595Jy sigma=1.173430 ! Fit after self-cal, rms=0.082893Jy sigma=1.172992 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.755 mas, bmaj=11.8 mas, bpa=-5.871 degrees ! Estimated noise=0.821332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000371176 Jy ! Component: 100 - total flux cleaned = 0.000431807 Jy ! Component: 150 - total flux cleaned = 0.000482022 Jy ! Component: 200 - total flux cleaned = 0.00048168 Jy ! Total flux subtracted in 200 components = 0.00048168 Jy ! Clean residual min=-0.002784 max=0.003142 Jy/beam ! Clean residual mean=-0.000004 rms=0.000894 Jy/beam ! Combined flux in latest and established models = 0.21236 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 156 components and 0.21236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082842Jy sigma=1.172436 ! Fit after self-cal, rms=0.082832Jy sigma=1.172348 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.000204938 Jy ! Component: 100 - total flux cleaned = 0.000167195 Jy ! Component: 150 - total flux cleaned = 0.000132404 Jy ! Component: 200 - total flux cleaned = 6.84257e-05 Jy ! Total flux subtracted in 200 components = 6.84257e-05 Jy ! Clean residual min=-0.002794 max=0.003127 Jy/beam ! Clean residual mean=-0.000005 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.212429 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 166 components and 0.212429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082816Jy sigma=1.172209 ! Fit after self-cal, rms=0.082808Jy sigma=1.172180 ! 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.194 mas, bmaj=7.369 mas, bpa=-1.893 degrees ! Estimated noise=0.62778 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.194 x 7.369 at -1.893 degrees (North through East) ! Clean map min=-0.0034999 max=0.17303 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.758 mas, bmaj=6.478 mas, bpa=-3.086 degrees ! Estimated noise=0.818472 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.132265 Jy ! Component: 100 - total flux cleaned = 0.168512 Jy ! Component: 150 - total flux cleaned = 0.184615 Jy ! Component: 200 - total flux cleaned = 0.19356 Jy ! Total flux subtracted in 200 components = 0.19356 Jy ! Clean residual min=-0.004749 max=0.005083 Jy/beam ! Clean residual mean=-0.000000 rms=0.001170 Jy/beam ! Combined flux in latest and established models = 0.19356 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.19356 Jy ! Inverting map and beam ! Estimated beam: bmin=3.194 mas, bmaj=7.369 mas, bpa=-1.893 degrees ! Estimated noise=0.62778 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.00711835 Jy ! Component: 100 - total flux cleaned = 0.0118647 Jy ! Component: 150 - total flux cleaned = 0.0150274 Jy ! Component: 200 - total flux cleaned = 0.0156841 Jy ! Total flux subtracted in 200 components = 0.0156841 Jy ! Clean residual min=-0.003942 max=0.002989 Jy/beam ! Clean residual mean=-0.000002 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.209244 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 46 components and 0.209244 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.755 mas, bmaj=11.8 mas, bpa=-5.871 degrees ! Estimated noise=0.821332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00291681 Jy ! Component: 100 - total flux cleaned = 0.00364349 Jy ! Component: 150 - total flux cleaned = 0.00371194 Jy ! Component: 200 - total flux cleaned = 0.00366569 Jy ! Total flux subtracted in 200 components = 0.00366569 Jy ! Clean residual min=-0.002852 max=0.003152 Jy/beam ! Clean residual mean=-0.000005 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.212909 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 = -4.36548e-05 Jy ! Component: 100 - total flux cleaned = -0.000121381 Jy ! Component: 150 - total flux cleaned = -0.000157504 Jy ! Component: 200 - total flux cleaned = -0.000190749 Jy ! Total flux subtracted in 200 components = -0.000190749 Jy ! Clean residual min=-0.002744 max=0.003153 Jy/beam ! Clean residual mean=-0.000005 rms=0.000872 Jy/beam ! Combined flux in latest and established models = 0.212719 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 78 components and 0.212719 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.194 mas, bmaj=7.369 mas, bpa=-1.893 degrees ! Estimated noise=0.62778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000811177 Jy ! Component: 100 - total flux cleaned = -0.000671093 Jy ! Component: 150 - total flux cleaned = -0.000670607 Jy ! Component: 200 - total flux cleaned = -0.000668776 Jy ! Total flux subtracted in 200 components = -0.000668776 Jy ! Clean residual min=-0.003262 max=0.002817 Jy/beam ! Clean residual mean=-0.000002 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.21205 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 97 components and 0.21205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082871Jy sigma=1.173462 ! Fit after self-cal, rms=0.082823Jy sigma=1.172876 wmodel J1037+0424_S_map.mod ! Writing 97 model components to file: J1037+0424_S_map.mod wobs J1037+0424_S_uvs.fits ! Writing UV FITS file: J1037+0424_S_uvs.fits wwins J1037+0424_S_map.win ! wwins: Wrote 3 windows to J1037+0424_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.000643358 Jy ! Component: 100 - total flux cleaned = -0.000450394 Jy ! Component: 150 - total flux cleaned = 1.82075e-05 Jy ! Component: 200 - total flux cleaned = 0.000334148 Jy ! Component: 250 - total flux cleaned = 0.000771163 Jy ! Component: 300 - total flux cleaned = 0.00110998 Jy ! Component: 350 - total flux cleaned = 0.00135702 Jy ! Component: 400 - total flux cleaned = 0.00151741 Jy ! Component: 450 - total flux cleaned = 0.00186908 Jy ! Component: 500 - total flux cleaned = 0.00209845 Jy ! Component: 550 - total flux cleaned = 0.00236073 Jy ! Component: 600 - total flux cleaned = 0.00243427 Jy ! Component: 650 - total flux cleaned = 0.00254293 Jy ! Component: 700 - total flux cleaned = 0.00254349 Jy ! Component: 750 - total flux cleaned = 0.00257882 Jy ! Component: 800 - total flux cleaned = 0.00271574 Jy ! Component: 850 - total flux cleaned = 0.00271602 Jy ! Component: 900 - total flux cleaned = 0.00281602 Jy ! Component: 950 - total flux cleaned = 0.00288101 Jy ! Component: 1000 - total flux cleaned = 0.00288098 Jy ! Component: 1050 - total flux cleaned = 0.00291282 Jy ! Component: 1100 - total flux cleaned = 0.0031 Jy ! Component: 1150 - total flux cleaned = 0.00316071 Jy ! Component: 1200 - total flux cleaned = 0.00319075 Jy ! Component: 1250 - total flux cleaned = 0.00322034 Jy ! Component: 1300 - total flux cleaned = 0.00316122 Jy ! Component: 1350 - total flux cleaned = 0.00322014 Jy ! Component: 1400 - total flux cleaned = 0.00324866 Jy ! Component: 1450 - total flux cleaned = 0.00333433 Jy ! Component: 1500 - total flux cleaned = 0.00330583 Jy ! Component: 1550 - total flux cleaned = 0.00336229 Jy ! Component: 1600 - total flux cleaned = 0.003418 Jy ! Component: 1650 - total flux cleaned = 0.00339075 Jy ! Component: 1700 - total flux cleaned = 0.00347211 Jy ! Component: 1750 - total flux cleaned = 0.00344563 Jy ! Component: 1800 - total flux cleaned = 0.00357826 Jy ! Component: 1850 - total flux cleaned = 0.00355192 Jy ! Component: 1900 - total flux cleaned = 0.00357792 Jy ! Component: 1950 - total flux cleaned = 0.00362926 Jy ! Component: 2000 - total flux cleaned = 0.00368015 Jy ! Component: 2050 - total flux cleaned = 0.00362977 Jy ! Component: 2100 - total flux cleaned = 0.00365491 Jy ! Component: 2150 - total flux cleaned = 0.00370416 Jy ! Component: 2200 - total flux cleaned = 0.00363072 Jy ! Component: 2250 - total flux cleaned = 0.00365505 Jy ! Component: 2300 - total flux cleaned = 0.0036792 Jy ! Component: 2350 - total flux cleaned = 0.00370351 Jy ! Component: 2400 - total flux cleaned = 0.00365631 Jy ! Component: 2450 - total flux cleaned = 0.00361025 Jy ! Component: 2500 - total flux cleaned = 0.00363338 Jy ! Component: 2550 - total flux cleaned = 0.00361079 Jy ! Component: 2600 - total flux cleaned = 0.00349727 Jy ! Component: 2650 - total flux cleaned = 0.0035425 Jy ! Component: 2700 - total flux cleaned = 0.00365455 Jy ! Component: 2750 - total flux cleaned = 0.00354356 Jy ! Component: 2800 - total flux cleaned = 0.00349932 Jy ! Component: 2850 - total flux cleaned = 0.00345566 Jy ! Component: 2900 - total flux cleaned = 0.00336895 Jy ! Component: 2950 - total flux cleaned = 0.00343314 Jy ! Component: 3000 - total flux cleaned = 0.00336889 Jy ! Component: 3050 - total flux cleaned = 0.00326289 Jy ! Component: 3100 - total flux cleaned = 0.00313668 Jy ! Component: 3150 - total flux cleaned = 0.00317851 Jy ! Component: 3200 - total flux cleaned = 0.00315795 Jy ! Component: 3250 - total flux cleaned = 0.00305526 Jy ! Component: 3300 - total flux cleaned = 0.00301452 Jy ! Component: 3350 - total flux cleaned = 0.0030551 Jy ! Component: 3400 - total flux cleaned = 0.0029946 Jy ! Component: 3450 - total flux cleaned = 0.00283516 Jy ! Component: 3500 - total flux cleaned = 0.00277613 Jy ! Component: 3550 - total flux cleaned = 0.00271707 Jy ! Component: 3600 - total flux cleaned = 0.00267802 Jy ! Component: 3650 - total flux cleaned = 0.00263928 Jy ! Component: 3700 - total flux cleaned = 0.00258164 Jy ! Component: 3750 - total flux cleaned = 0.00244767 Jy ! Component: 3800 - total flux cleaned = 0.00246672 Jy ! Component: 3850 - total flux cleaned = 0.00237235 Jy ! Component: 3900 - total flux cleaned = 0.00237255 Jy ! Component: 3950 - total flux cleaned = 0.00233516 Jy ! Component: 4000 - total flux cleaned = 0.00222424 Jy ! Component: 4050 - total flux cleaned = 0.00224274 Jy ! Total flux subtracted in 4096 components = 0.00218789 Jy ! Clean residual min=-0.001007 max=0.001122 Jy/beam ! Clean residual mean=-0.000001 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.214238 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 391 components and 0.214238 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1037+0424_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.194 x 7.369 at -1.893 degrees (North through East) ! Clean map min=-0.0023546 max=0.17323 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1037+0424_S_map.fits wmodel /vlbi/uf001/uva//J1037+0424_S_map.mod ! Writing 391 model components to file: /vlbi/uf001/uva//J1037+0424_S_map.mod wobs /vlbi/uf001/uva//J1037+0424_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1037+0424_S_uvs.fits wwins /vlbi/uf001/uva//J1037+0424_S_map.win ! wwins: Wrote 4 windows to /vlbi/uf001/uva//J1037+0424_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.173234 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000327597 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.567319 0.567319 1.13464 2.26928 4.53855 9.07711 18.1542 36.3084 72.6168 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.173 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 528.802 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1037+0424_S_dfm.log closed on Mon Jan 14 00:57:55 2019