! Started logfile: /vlbi/uf001/uva//J1317-1345_S_dfm.log on Mon Jan 14 02:18:03 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//J1317-1345_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1317-1345_S_uva.fits ! AN table 1: 48 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.977183 visibilities/baseline/integration-bin. ! Found source: J1317-1345 ! ! 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 2955 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 J1317-1345_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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.075572Jy sigma=18.493021 ! Fit after self-cal, rms=0.698451Jy sigma=11.937724 ! 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=4.926 mas, bmaj=26.45 mas, bpa=-12.29 degrees ! Estimated noise=0.912654 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.237782 Jy ! Component: 100 - total flux cleaned = 0.289645 Jy ! Total flux subtracted in 100 components = 0.289645 Jy ! Clean residual min=-0.008905 max=0.014650 Jy/beam ! Clean residual mean=-0.000297 rms=0.003510 Jy/beam ! Combined flux in latest and established models = 0.289645 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.289645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074907Jy sigma=1.259920 ! Fit after self-cal, rms=0.074905Jy sigma=1.259841 ! 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=5.885 mas, bmaj=26.79 mas, bpa=-11.45 degrees ! Estimated noise=0.768859 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.0186098 Jy ! Component: 100 - total flux cleaned = 0.029022 Jy ! Component: 150 - total flux cleaned = 0.0348671 Jy ! Component: 200 - total flux cleaned = 0.0383557 Jy ! Total flux subtracted in 200 components = 0.0383557 Jy ! Clean residual min=-0.008506 max=0.007890 Jy/beam ! Clean residual mean=-0.000099 rms=0.002320 Jy/beam ! Combined flux in latest and established models = 0.328001 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 27 components and 0.328001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070485Jy sigma=1.174277 ! Fit after self-cal, rms=0.070474Jy sigma=1.174057 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.885 x 26.79 at -11.45 degrees (North through East) ! Clean map min=-0.0084725 max=0.30188 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 HN 1.00 KP 1.03 LA 0.93 ! NL 1.01 OV 0.99 PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 HN 1.01 KP 1.00 LA 0.92 ! NL 1.08 OV 0.93 PT 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 HN 1.03 KP 1.03 LA 0.94 ! NL 1.06 OV 1.02 PT 1.02 ! ! ! Fit before self-cal, rms=0.070474Jy sigma=1.174057 ! Fit after self-cal, rms=0.068039Jy sigma=1.135086 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.918 mas, bmaj=26.75 mas, bpa=-11.29 degrees ! Estimated noise=0.764931 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.00108198 Jy ! Component: 100 - total flux cleaned = -0.000706601 Jy ! Component: 150 - total flux cleaned = -0.00019557 Jy ! Component: 200 - total flux cleaned = 3.56909e-05 Jy ! Total flux subtracted in 200 components = 3.56909e-05 Jy ! Clean residual min=-0.004995 max=0.005395 Jy/beam ! Clean residual mean=-0.000039 rms=0.001688 Jy/beam ! Combined flux in latest and established models = 0.328036 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 55 components and 0.328036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067809Jy sigma=1.130771 ! Fit after self-cal, rms=0.067825Jy sigma=1.130614 ! 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.067825Jy sigma=1.130614 ! Fit after self-cal, rms=0.066625Jy sigma=1.102098 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.888 mas, bmaj=26.72 mas, bpa=-11.43 degrees ! Estimated noise=0.764877 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00259774 Jy ! Component: 100 - total flux cleaned = -0.00250751 Jy ! Component: 150 - total flux cleaned = -0.00244538 Jy ! Component: 200 - total flux cleaned = -0.00239877 Jy ! Total flux subtracted in 200 components = -0.00239877 Jy ! Clean residual min=-0.002853 max=0.002754 Jy/beam ! Clean residual mean=-0.000010 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.325637 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 78 components and 0.325637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066388Jy sigma=1.098328 ! Fit after self-cal, rms=0.066410Jy sigma=1.098253 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.84104e-05 Jy ! Component: 100 - total flux cleaned = 0.000225276 Jy ! Component: 150 - total flux cleaned = 0.000166819 Jy ! Component: 200 - total flux cleaned = 9.27449e-05 Jy ! Total flux subtracted in 200 components = 9.27449e-05 Jy ! Clean residual min=-0.002797 max=0.002639 Jy/beam ! Clean residual mean=-0.000006 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.32573 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 94 components and 0.32573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066380Jy sigma=1.097779 ! Fit after self-cal, rms=0.066378Jy sigma=1.097776 ! 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.066378Jy sigma=1.097776 ! Fit after self-cal, rms=0.066518Jy sigma=1.096394 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.878 mas, bmaj=26.7 mas, bpa=-11.46 degrees ! Estimated noise=0.76481 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00123065 Jy ! Component: 100 - total flux cleaned = -0.00118683 Jy ! Component: 150 - total flux cleaned = -0.00107421 Jy ! Component: 200 - total flux cleaned = -0.0010143 Jy ! Total flux subtracted in 200 components = -0.0010143 Jy ! Clean residual min=-0.002567 max=0.002217 Jy/beam ! Clean residual mean=-0.000004 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.324716 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 111 components and 0.324716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066455Jy sigma=1.095391 ! Fit after self-cal, rms=0.066463Jy sigma=1.095386 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 = -9.81827e-05 Jy ! Component: 100 - total flux cleaned = -0.000184713 Jy ! Component: 150 - total flux cleaned = -0.000262488 Jy ! Component: 200 - total flux cleaned = -0.000350875 Jy ! Total flux subtracted in 200 components = -0.000350875 Jy ! Clean residual min=-0.002554 max=0.002143 Jy/beam ! Clean residual mean=-0.000003 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.324365 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 127 components and 0.324365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066451Jy sigma=1.095195 ! Fit after self-cal, rms=0.066450Jy sigma=1.095194 ! 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.066450Jy sigma=1.095194 ! Fit after self-cal, rms=0.066539Jy sigma=1.094846 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.433 mas, bmaj=27.13 mas, bpa=-9.544 degrees ! Estimated noise=0.819793 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00102155 Jy ! Component: 100 - total flux cleaned = -0.00110147 Jy ! Component: 150 - total flux cleaned = -0.00116182 Jy ! Component: 200 - total flux cleaned = -0.00123363 Jy ! Total flux subtracted in 200 components = -0.00123363 Jy ! Clean residual min=-0.002191 max=0.002069 Jy/beam ! Clean residual mean=-0.000004 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.323131 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 142 components and 0.323131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066520Jy sigma=1.094537 ! Fit after self-cal, rms=0.066523Jy sigma=1.094534 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 = -5.1446e-05 Jy ! Component: 100 - total flux cleaned = -9.30923e-05 Jy ! Component: 150 - total flux cleaned = -0.000105052 Jy ! Component: 200 - total flux cleaned = -0.000149016 Jy ! Total flux subtracted in 200 components = -0.000149016 Jy ! Clean residual min=-0.002175 max=0.002056 Jy/beam ! Clean residual mean=-0.000002 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.322982 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 152 components and 0.322982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066519Jy sigma=1.094475 ! Fit after self-cal, rms=0.066519Jy sigma=1.094469 ! 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=5.871 mas, bmaj=26.69 mas, bpa=-11.47 degrees ! Estimated noise=0.764617 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.871 x 26.69 at -11.47 degrees (North through East) ! Clean map min=-0.0024263 max=0.30232 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=4.907 mas, bmaj=26.42 mas, bpa=-12.33 degrees ! Estimated noise=0.899886 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.234433 Jy ! Component: 100 - total flux cleaned = 0.285658 Jy ! Component: 150 - total flux cleaned = 0.301332 Jy ! Component: 200 - total flux cleaned = 0.308594 Jy ! Total flux subtracted in 200 components = 0.308594 Jy ! Clean residual min=-0.003395 max=0.003476 Jy/beam ! Clean residual mean=-0.000064 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.308594 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.308594 Jy ! Inverting map and beam ! Estimated beam: bmin=5.871 mas, bmaj=26.69 mas, bpa=-11.47 degrees ! Estimated noise=0.764617 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.00470491 Jy ! Component: 100 - total flux cleaned = 0.00754235 Jy ! Component: 150 - total flux cleaned = 0.00949649 Jy ! Component: 200 - total flux cleaned = 0.0109077 Jy ! Total flux subtracted in 200 components = 0.0109077 Jy ! Clean residual min=-0.002599 max=0.002206 Jy/beam ! Clean residual mean=-0.000013 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.319502 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 85 components and 0.319502 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=8.433 mas, bmaj=27.13 mas, bpa=-9.544 degrees ! Estimated noise=0.819793 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106124 Jy ! Component: 100 - total flux cleaned = 0.00154548 Jy ! Component: 150 - total flux cleaned = 0.00192534 Jy ! Component: 200 - total flux cleaned = 0.00220448 Jy ! Total flux subtracted in 200 components = 0.00220448 Jy ! Clean residual min=-0.002196 max=0.002103 Jy/beam ! Clean residual mean=-0.000007 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.321706 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.000225374 Jy ! Component: 100 - total flux cleaned = 0.00030683 Jy ! Component: 150 - total flux cleaned = 0.000382337 Jy ! Component: 200 - total flux cleaned = 0.000438356 Jy ! Total flux subtracted in 200 components = 0.000438356 Jy ! Clean residual min=-0.002132 max=0.002072 Jy/beam ! Clean residual mean=-0.000005 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.322145 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 143 components and 0.322144 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.871 mas, bmaj=26.69 mas, bpa=-11.47 degrees ! Estimated noise=0.764617 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000373109 Jy ! Component: 100 - total flux cleaned = 0.000390342 Jy ! Component: 150 - total flux cleaned = 0.000439913 Jy ! Component: 200 - total flux cleaned = 0.000471126 Jy ! Total flux subtracted in 200 components = 0.000471126 Jy ! Clean residual min=-0.002382 max=0.002031 Jy/beam ! Clean residual mean=-0.000004 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.322616 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 155 components and 0.322616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066530Jy sigma=1.094541 ! Fit after self-cal, rms=0.066531Jy sigma=1.094515 wmodel J1317-1345_S_map.mod ! Writing 155 model components to file: J1317-1345_S_map.mod wobs J1317-1345_S_uvs.fits ! Writing UV FITS file: J1317-1345_S_uvs.fits wwins J1317-1345_S_map.win ! wwins: Wrote 1 windows to J1317-1345_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.000672092 Jy ! Component: 100 - total flux cleaned = -0.000640228 Jy ! Component: 150 - total flux cleaned = -0.000606338 Jy ! Component: 200 - total flux cleaned = -0.000728436 Jy ! Component: 250 - total flux cleaned = -0.000787091 Jy ! Component: 300 - total flux cleaned = -0.000979676 Jy ! Component: 350 - total flux cleaned = -0.00103141 Jy ! Component: 400 - total flux cleaned = -0.0010564 Jy ! Component: 450 - total flux cleaned = -0.000985533 Jy ! Component: 500 - total flux cleaned = -0.00100929 Jy ! Component: 550 - total flux cleaned = -0.0010532 Jy ! Component: 600 - total flux cleaned = -0.0011163 Jy ! Component: 650 - total flux cleaned = -0.00111648 Jy ! Component: 700 - total flux cleaned = -0.00113727 Jy ! Component: 750 - total flux cleaned = -0.00121426 Jy ! Component: 800 - total flux cleaned = -0.00126966 Jy ! Component: 850 - total flux cleaned = -0.00126996 Jy ! Component: 900 - total flux cleaned = -0.0013054 Jy ! Component: 950 - total flux cleaned = -0.00133967 Jy ! Component: 1000 - total flux cleaned = -0.00135619 Jy ! Component: 1050 - total flux cleaned = -0.00135658 Jy ! Component: 1100 - total flux cleaned = -0.00138836 Jy ! Component: 1150 - total flux cleaned = -0.0014033 Jy ! Component: 1200 - total flux cleaned = -0.00135782 Jy ! Component: 1250 - total flux cleaned = -0.00132863 Jy ! Component: 1300 - total flux cleaned = -0.00135754 Jy ! Component: 1350 - total flux cleaned = -0.00128673 Jy ! Component: 1400 - total flux cleaned = -0.00124531 Jy ! Component: 1450 - total flux cleaned = -0.00123195 Jy ! Component: 1500 - total flux cleaned = -0.00117858 Jy ! Component: 1550 - total flux cleaned = -0.00112589 Jy ! Component: 1600 - total flux cleaned = -0.00113903 Jy ! Component: 1650 - total flux cleaned = -0.00112632 Jy ! Component: 1700 - total flux cleaned = -0.00110139 Jy ! Component: 1750 - total flux cleaned = -0.00113881 Jy ! Component: 1800 - total flux cleaned = -0.00116337 Jy ! Component: 1850 - total flux cleaned = -0.00113907 Jy ! Component: 1900 - total flux cleaned = -0.00117465 Jy ! Component: 1950 - total flux cleaned = -0.00118642 Jy ! Component: 2000 - total flux cleaned = -0.00120972 Jy ! Component: 2050 - total flux cleaned = -0.00125522 Jy ! Component: 2100 - total flux cleaned = -0.00127765 Jy ! Component: 2150 - total flux cleaned = -0.00131109 Jy ! Component: 2200 - total flux cleaned = -0.00134388 Jy ! Component: 2250 - total flux cleaned = -0.00142026 Jy ! Component: 2300 - total flux cleaned = -0.00146353 Jy ! Component: 2350 - total flux cleaned = -0.00148483 Jy ! Component: 2400 - total flux cleaned = -0.00155863 Jy ! Component: 2450 - total flux cleaned = -0.00160037 Jy ! Component: 2500 - total flux cleaned = -0.0016313 Jy ! Component: 2550 - total flux cleaned = -0.00167249 Jy ! Component: 2600 - total flux cleaned = -0.00170305 Jy ! Component: 2650 - total flux cleaned = -0.00170295 Jy ! Component: 2700 - total flux cleaned = -0.00173305 Jy ! Component: 2750 - total flux cleaned = -0.00177275 Jy ! Component: 2800 - total flux cleaned = -0.00181209 Jy ! Component: 2850 - total flux cleaned = -0.00181198 Jy ! Component: 2900 - total flux cleaned = -0.00183126 Jy ! Component: 2950 - total flux cleaned = -0.00184093 Jy ! Component: 3000 - total flux cleaned = -0.00188863 Jy ! Component: 3050 - total flux cleaned = -0.00191708 Jy ! Component: 3100 - total flux cleaned = -0.00191709 Jy ! Component: 3150 - total flux cleaned = -0.0019637 Jy ! Component: 3200 - total flux cleaned = -0.00196365 Jy ! Component: 3250 - total flux cleaned = -0.00200044 Jy ! Component: 3300 - total flux cleaned = -0.00200957 Jy ! Component: 3350 - total flux cleaned = -0.00202777 Jy ! Component: 3400 - total flux cleaned = -0.00204587 Jy ! Component: 3450 - total flux cleaned = -0.00204586 Jy ! Component: 3500 - total flux cleaned = -0.00205475 Jy ! Component: 3550 - total flux cleaned = -0.00204581 Jy ! Component: 3600 - total flux cleaned = -0.00202812 Jy ! Component: 3650 - total flux cleaned = -0.00202815 Jy ! Component: 3700 - total flux cleaned = -0.00201066 Jy ! Component: 3750 - total flux cleaned = -0.00201943 Jy ! Component: 3800 - total flux cleaned = -0.0020194 Jy ! Component: 3850 - total flux cleaned = -0.00201072 Jy ! Component: 3900 - total flux cleaned = -0.00199348 Jy ! Component: 3950 - total flux cleaned = -0.00199349 Jy ! Component: 4000 - total flux cleaned = -0.00198503 Jy ! Component: 4050 - total flux cleaned = -0.00197652 Jy ! Total flux subtracted in 4096 components = -0.00198499 Jy ! Clean residual min=-0.000441 max=0.000434 Jy/beam ! Clean residual mean=-0.000002 rms=0.000179 Jy/beam ! Combined flux in latest and established models = 0.320631 Jy keep ! Adding 360 model components to the UV plane model. ! The established model now contains 515 components and 0.320631 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1317-1345_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.871 x 26.69 at -11.47 degrees (North through East) ! Clean map min=-0.0020813 max=0.30191 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1317-1345_S_map.fits wmodel /vlbi/uf001/uva//J1317-1345_S_map.mod ! Writing 515 model components to file: /vlbi/uf001/uva//J1317-1345_S_map.mod wobs /vlbi/uf001/uva//J1317-1345_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1317-1345_S_uvs.fits wwins /vlbi/uf001/uva//J1317-1345_S_map.win ! wwins: Wrote 2 windows to /vlbi/uf001/uva//J1317-1345_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.301908 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000187554 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.186369 0.186369 0.372738 0.745477 1.49095 2.98191 5.96381 11.9276 23.8553 47.7105 95.421 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.301 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1609.71 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1317-1345_S_dfm.log closed on Mon Jan 14 02:18:07 2019