! Started logfile: /vlbi/uf001/uva//J1345+0706_S_dfm.log on Mon Jan 14 02:34:16 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//J1345+0706_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1345+0706_S_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.989864 visibilities/baseline/integration-bin. ! Found source: J1345+0706 ! ! 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 7617 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 J1345+0706_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 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.011716Jy sigma=22.037933 ! Fit after self-cal, rms=0.867771Jy sigma=19.122338 ! 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.824 mas, bmaj=6.847 mas, bpa=-4.567 degrees ! Estimated noise=0.506625 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.100127 Jy ! Component: 100 - total flux cleaned = 0.123403 Jy ! Total flux subtracted in 100 components = 0.123403 Jy ! Clean residual min=-0.006290 max=0.008823 Jy/beam ! Clean residual mean=-0.000011 rms=0.001544 Jy/beam ! Combined flux in latest and established models = 0.123403 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.123403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082943Jy sigma=1.410560 ! Fit after self-cal, rms=0.082925Jy sigma=1.410379 ! 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.305 mas, bmaj=7.743 mas, bpa=-3.494 degrees ! Estimated noise=0.392522 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.0115497 Jy ! Component: 100 - total flux cleaned = 0.0172594 Jy ! Component: 150 - total flux cleaned = 0.0208333 Jy ! Component: 200 - total flux cleaned = 0.023186 Jy ! Total flux subtracted in 200 components = 0.023186 Jy ! Clean residual min=-0.005171 max=0.007156 Jy/beam ! Clean residual mean=-0.000006 rms=0.001329 Jy/beam ! Combined flux in latest and established models = 0.146589 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 27 components and 0.146589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080949Jy sigma=1.368354 ! Fit after self-cal, rms=0.080934Jy sigma=1.367841 ! 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.305 x 7.743 at -3.494 degrees (North through East) ! Clean map min=-0.0049402 max=0.1303 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.95 HN 0.98 KP 0.96 ! LA 0.91 MK 1.04 NL 1.16 OV 0.98 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.95 HN 0.99 KP 0.99 ! LA 0.94 MK 1.02 NL 1.22 OV 1.00 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.94 HN 0.97 KP 1.02 ! LA 0.95 MK 1.00 NL 1.16 OV 0.97 ! PT 0.95 SC 1.03 ! ! ! Fit before self-cal, rms=0.080934Jy sigma=1.367841 ! Fit after self-cal, rms=0.084515Jy sigma=1.342180 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.323 mas, bmaj=7.864 mas, bpa=-3.446 degrees ! Estimated noise=0.394705 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.000153871 Jy ! Component: 100 - total flux cleaned = -0.000498426 Jy ! Component: 150 - total flux cleaned = -0.000669011 Jy ! Component: 200 - total flux cleaned = -0.000784368 Jy ! Total flux subtracted in 200 components = -0.000784368 Jy ! Clean residual min=-0.005778 max=0.004962 Jy/beam ! Clean residual mean=-0.000009 rms=0.001139 Jy/beam ! Combined flux in latest and established models = 0.145805 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 35 components and 0.145805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084335Jy sigma=1.341717 ! Fit after self-cal, rms=0.084386Jy sigma=1.341393 ! 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.084386Jy sigma=1.341393 ! Fit after self-cal, rms=0.068480Jy sigma=1.280325 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.315 mas, bmaj=7.844 mas, bpa=-3.478 degrees ! Estimated noise=0.396217 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000812108 Jy ! Component: 100 - total flux cleaned = 0.00070104 Jy ! Component: 150 - total flux cleaned = 0.000628909 Jy ! Component: 200 - total flux cleaned = 0.000564211 Jy ! Total flux subtracted in 200 components = 0.000564211 Jy ! Clean residual min=-0.002226 max=0.002582 Jy/beam ! Clean residual mean=0.000001 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.146369 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 45 components and 0.146369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068442Jy sigma=1.279957 ! Fit after self-cal, rms=0.068489Jy sigma=1.279477 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 (-7.5, -10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00223376 Jy ! Component: 100 - total flux cleaned = 0.00265442 Jy ! Component: 150 - total flux cleaned = 0.00265823 Jy ! Component: 200 - total flux cleaned = 0.00259068 Jy ! Total flux subtracted in 200 components = 0.00259068 Jy ! Clean residual min=-0.002050 max=0.002256 Jy/beam ! Clean residual mean=0.000001 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.14896 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 62 components and 0.14896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068383Jy sigma=1.277569 ! Fit after self-cal, rms=0.068376Jy sigma=1.277426 ! 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.068376Jy sigma=1.277426 ! Fit after self-cal, rms=0.066285Jy sigma=1.271152 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.307 mas, bmaj=7.802 mas, bpa=-3.437 degrees ! Estimated noise=0.394915 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129339 Jy ! Component: 100 - total flux cleaned = 0.00146369 Jy ! Component: 150 - total flux cleaned = 0.00157201 Jy ! Component: 200 - total flux cleaned = 0.00159415 Jy ! Total flux subtracted in 200 components = 0.00159415 Jy ! Clean residual min=-0.001897 max=0.001908 Jy/beam ! Clean residual mean=0.000004 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.150554 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 80 components and 0.150554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066251Jy sigma=1.270313 ! Fit after self-cal, rms=0.066233Jy sigma=1.270190 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.000217548 Jy ! Component: 100 - total flux cleaned = 0.000240123 Jy ! Component: 150 - total flux cleaned = 0.00024054 Jy ! Component: 200 - total flux cleaned = 0.000224626 Jy ! Total flux subtracted in 200 components = 0.000224626 Jy ! Clean residual min=-0.001876 max=0.001876 Jy/beam ! Clean residual mean=0.000004 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.150779 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 89 components and 0.150779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066224Jy sigma=1.269908 ! Fit after self-cal, rms=0.066220Jy sigma=1.269889 ! 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.066220Jy sigma=1.269889 ! Fit after self-cal, rms=0.066051Jy sigma=1.269751 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.464 mas, bmaj=11.71 mas, bpa=-3.389 degrees ! Estimated noise=0.495876 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000710557 Jy ! Component: 100 - total flux cleaned = 0.000901545 Jy ! Component: 150 - total flux cleaned = 0.00107099 Jy ! Component: 200 - total flux cleaned = 0.00118598 Jy ! Total flux subtracted in 200 components = 0.00118598 Jy ! Clean residual min=-0.001937 max=0.001992 Jy/beam ! Clean residual mean=0.000008 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.151965 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 94 components and 0.151965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066053Jy sigma=1.269681 ! Fit after self-cal, rms=0.066049Jy sigma=1.269619 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.000152327 Jy ! Component: 100 - total flux cleaned = 0.000211212 Jy ! Component: 150 - total flux cleaned = 0.000260245 Jy ! Component: 200 - total flux cleaned = 0.000291336 Jy ! Total flux subtracted in 200 components = 0.000291336 Jy ! Clean residual min=-0.001926 max=0.001953 Jy/beam ! Clean residual mean=0.000008 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.152256 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 99 components and 0.152256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066055Jy sigma=1.269712 ! Fit after self-cal, rms=0.066055Jy sigma=1.269689 ! 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.305 mas, bmaj=7.789 mas, bpa=-3.418 degrees ! Estimated noise=0.394809 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.305 x 7.789 at -3.418 degrees (North through East) ! Clean map min=-0.0017871 max=0.13138 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.815 mas, bmaj=6.886 mas, bpa=-4.53 degrees ! Estimated noise=0.513321 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.101376 Jy ! Component: 100 - total flux cleaned = 0.125125 Jy ! Component: 150 - total flux cleaned = 0.134469 Jy ! Component: 200 - total flux cleaned = 0.139746 Jy ! Total flux subtracted in 200 components = 0.139746 Jy ! Clean residual min=-0.003284 max=0.003067 Jy/beam ! Clean residual mean=-0.000001 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.139746 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.139746 Jy ! Inverting map and beam ! Estimated beam: bmin=3.305 mas, bmaj=7.789 mas, bpa=-3.418 degrees ! Estimated noise=0.394809 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.00423608 Jy ! Component: 100 - total flux cleaned = 0.0068812 Jy ! Component: 150 - total flux cleaned = 0.00868337 Jy ! Component: 200 - total flux cleaned = 0.0099767 Jy ! Total flux subtracted in 200 components = 0.0099767 Jy ! Clean residual min=-0.001968 max=0.001893 Jy/beam ! Clean residual mean=0.000003 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.149723 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 56 components and 0.149723 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.464 mas, bmaj=11.71 mas, bpa=-3.389 degrees ! Estimated noise=0.495876 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015372 Jy ! Component: 100 - total flux cleaned = 0.00238124 Jy ! Component: 150 - total flux cleaned = 0.00286015 Jy ! Component: 200 - total flux cleaned = 0.00288977 Jy ! Total flux subtracted in 200 components = 0.00288977 Jy ! Clean residual min=-0.001929 max=0.001956 Jy/beam ! Clean residual mean=0.000008 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.152612 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 = -1.25536e-05 Jy ! Component: 100 - total flux cleaned = -2.47172e-05 Jy ! Component: 150 - total flux cleaned = -3.58118e-05 Jy ! Component: 200 - total flux cleaned = -5.66604e-05 Jy ! Total flux subtracted in 200 components = -5.66604e-05 Jy ! Clean residual min=-0.001919 max=0.001935 Jy/beam ! Clean residual mean=0.000008 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.152556 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 88 components and 0.152556 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.305 mas, bmaj=7.789 mas, bpa=-3.418 degrees ! Estimated noise=0.394809 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00050866 Jy ! Component: 100 - total flux cleaned = -0.000562842 Jy ! Component: 150 - total flux cleaned = -0.000517886 Jy ! Component: 200 - total flux cleaned = -0.000477108 Jy ! Total flux subtracted in 200 components = -0.000477108 Jy ! Clean residual min=-0.001882 max=0.001909 Jy/beam ! Clean residual mean=0.000004 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.152079 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 111 components and 0.152079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066059Jy sigma=1.269582 ! Fit after self-cal, rms=0.066058Jy sigma=1.269550 wmodel J1345+0706_S_map.mod ! Writing 111 model components to file: J1345+0706_S_map.mod wobs J1345+0706_S_uvs.fits ! Writing UV FITS file: J1345+0706_S_uvs.fits wwins J1345+0706_S_map.win ! wwins: Wrote 2 windows to J1345+0706_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 = 3.91998e-05 Jy ! Component: 100 - total flux cleaned = -8.74451e-05 Jy ! Component: 150 - total flux cleaned = -8.66387e-05 Jy ! Component: 200 - total flux cleaned = -0.000116465 Jy ! Component: 250 - total flux cleaned = -0.000229901 Jy ! Component: 300 - total flux cleaned = -0.000421275 Jy ! Component: 350 - total flux cleaned = -0.000554974 Jy ! Component: 400 - total flux cleaned = -0.000738212 Jy ! Component: 450 - total flux cleaned = -0.000917446 Jy ! Component: 500 - total flux cleaned = -0.00106756 Jy ! Component: 550 - total flux cleaned = -0.00126407 Jy ! Component: 600 - total flux cleaned = -0.00136004 Jy ! Component: 650 - total flux cleaned = -0.00157343 Jy ! Component: 700 - total flux cleaned = -0.00171321 Jy ! Component: 750 - total flux cleaned = -0.00187401 Jy ! Component: 800 - total flux cleaned = -0.00198667 Jy ! Component: 850 - total flux cleaned = -0.00203142 Jy ! Component: 900 - total flux cleaned = -0.0022506 Jy ! Component: 950 - total flux cleaned = -0.00237991 Jy ! Component: 1000 - total flux cleaned = -0.00250731 Jy ! Component: 1050 - total flux cleaned = -0.00257021 Jy ! Component: 1100 - total flux cleaned = -0.00263246 Jy ! Component: 1150 - total flux cleaned = -0.00275554 Jy ! Component: 1200 - total flux cleaned = -0.00283668 Jy ! Component: 1250 - total flux cleaned = -0.00295616 Jy ! Component: 1300 - total flux cleaned = -0.00301522 Jy ! Component: 1350 - total flux cleaned = -0.00307394 Jy ! Component: 1400 - total flux cleaned = -0.00316994 Jy ! Component: 1450 - total flux cleaned = -0.00326487 Jy ! Component: 1500 - total flux cleaned = -0.0033216 Jy ! Component: 1550 - total flux cleaned = -0.00339615 Jy ! Component: 1600 - total flux cleaned = -0.0034329 Jy ! Component: 1650 - total flux cleaned = -0.00345105 Jy ! Component: 1700 - total flux cleaned = -0.00355916 Jy ! Component: 1750 - total flux cleaned = -0.00355914 Jy ! Component: 1800 - total flux cleaned = -0.00357709 Jy ! Component: 1850 - total flux cleaned = -0.00362965 Jy ! Component: 1900 - total flux cleaned = -0.00366424 Jy ! Component: 1950 - total flux cleaned = -0.00378472 Jy ! Component: 2000 - total flux cleaned = -0.00380171 Jy ! Component: 2050 - total flux cleaned = -0.00381845 Jy ! Component: 2100 - total flux cleaned = -0.00386892 Jy ! Component: 2150 - total flux cleaned = -0.00391891 Jy ! Component: 2200 - total flux cleaned = -0.00396818 Jy ! Component: 2250 - total flux cleaned = -0.00403345 Jy ! Component: 2300 - total flux cleaned = -0.0041141 Jy ! Component: 2350 - total flux cleaned = -0.004194 Jy ! Component: 2400 - total flux cleaned = -0.00422563 Jy ! Component: 2450 - total flux cleaned = -0.00430429 Jy ! Component: 2500 - total flux cleaned = -0.00441334 Jy ! Component: 2550 - total flux cleaned = -0.00439784 Jy ! Component: 2600 - total flux cleaned = -0.00450534 Jy ! Component: 2650 - total flux cleaned = -0.00458114 Jy ! Component: 2700 - total flux cleaned = -0.00458099 Jy ! Component: 2750 - total flux cleaned = -0.0046109 Jy ! Component: 2800 - total flux cleaned = -0.00465545 Jy ! Component: 2850 - total flux cleaned = -0.00469983 Jy ! Component: 2900 - total flux cleaned = -0.00472913 Jy ! Component: 2950 - total flux cleaned = -0.00478729 Jy ! Component: 3000 - total flux cleaned = -0.00485947 Jy ! Component: 3050 - total flux cleaned = -0.00493116 Jy ! Component: 3100 - total flux cleaned = -0.0050023 Jy ! Component: 3150 - total flux cleaned = -0.00503065 Jy ! Component: 3200 - total flux cleaned = -0.00511492 Jy ! Component: 3250 - total flux cleaned = -0.00521236 Jy ! Component: 3300 - total flux cleaned = -0.00530911 Jy ! Component: 3350 - total flux cleaned = -0.00536402 Jy ! Component: 3400 - total flux cleaned = -0.00544589 Jy ! Component: 3450 - total flux cleaned = -0.00548647 Jy ! Component: 3500 - total flux cleaned = -0.00548642 Jy ! Component: 3550 - total flux cleaned = -0.00556689 Jy ! Component: 3600 - total flux cleaned = -0.00559354 Jy ! Component: 3650 - total flux cleaned = -0.00565989 Jy ! Component: 3700 - total flux cleaned = -0.00571255 Jy ! Component: 3750 - total flux cleaned = -0.00575185 Jy ! Component: 3800 - total flux cleaned = -0.00586879 Jy ! Component: 3850 - total flux cleaned = -0.00589461 Jy ! Component: 3900 - total flux cleaned = -0.00593289 Jy ! Component: 3950 - total flux cleaned = -0.00597124 Jy ! Component: 4000 - total flux cleaned = -0.00602209 Jy ! Component: 4050 - total flux cleaned = -0.0061105 Jy ! Total flux subtracted in 4096 components = -0.00613565 Jy ! Clean residual min=-0.000687 max=0.000664 Jy/beam ! Clean residual mean=-0.000001 rms=0.000237 Jy/beam ! Combined flux in latest and established models = 0.145943 Jy keep ! Adding 317 model components to the UV plane model. ! The established model now contains 428 components and 0.145943 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1345+0706_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.305 x 7.789 at -3.418 degrees (North through East) ! Clean map min=-0.001486 max=0.13106 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1345+0706_S_map.fits wmodel /vlbi/uf001/uva//J1345+0706_S_map.mod ! Writing 428 model components to file: /vlbi/uf001/uva//J1345+0706_S_map.mod wobs /vlbi/uf001/uva//J1345+0706_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1345+0706_S_uvs.fits wwins /vlbi/uf001/uva//J1345+0706_S_map.win ! wwins: Wrote 3 windows to /vlbi/uf001/uva//J1345+0706_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.131062 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000235679 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.539469 0.539469 1.07894 2.15788 4.31575 8.6315 17.263 34.526 69.052 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.131 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 556.102 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1345+0706_S_dfm.log closed on Mon Jan 14 02:34:21 2019