! Started logfile: /vlbi/vcs9/uvm//J2048+4310_X_a_dfm.log on Tue Dec 26 23:00:01 2017 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 7.39200 obs /vlbi/vcs9/uvm//J2048+4310_X_a_uvm.fits ! Reading UV FITS file: /vlbi/vcs9/uvm//J2048+4310_X_a_uvm.fits ! AN table 1: 78 integrations on 10 of 10 possible baselines. ! AN table 2: 114 integrations on 6 of 6 possible baselines. ! AN table 3: 110 integrations on 1 of 1 possible baselines. ! Apparent sampling: 0.989199 visibilities/baseline/integration-bin. ! Found source: J2048+4310 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 7.392e+09 3.2e+07 1 3.2e+07 ! 02 2 7.424e+09 3.2e+07 1 3.2e+07 ! 03 3 7.456e+09 3.2e+07 1 3.2e+07 ! 04 4 7.552e+09 3.2e+07 1 3.2e+07 ! 05 5 7.744e+09 3.2e+07 1 3.2e+07 ! 06 6 7.776e+09 3.2e+07 1 3.2e+07 ! 07 7 7.808e+09 3.2e+07 1 3.2e+07 ! 08 8 7.84e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 94 lines of history. ! ! Reading 12456 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 8 channels. ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_02.dfm J2048+4310_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 60 float amp_soltime2 amp_soltime2 = 5 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.1 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_02.dvm version of 2017.12.26 === " ! === Difmap script: pima_mupet_02.dvm version of 2017.12.26 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.0600482 Jy 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 3 telescope corrections were flagged in sub-array 1. ! A total of 4 telescope corrections were flagged in sub-array 2. ! A total of 220 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 4 telescope corrections were flagged in sub-array 2. ! A total of 220 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 4 telescope corrections were flagged in sub-array 2. ! A total of 220 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 4 telescope corrections were flagged in sub-array 2. ! A total of 220 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 4 telescope corrections were flagged in sub-array 2. ! A total of 220 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 4 telescope corrections were flagged in sub-array 2. ! A total of 220 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 4 telescope corrections were flagged in sub-array 2. ! A total of 220 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 4 telescope corrections were flagged in sub-array 2. ! A total of 220 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.001646Jy sigma=27.247369 ! Fit after self-cal, rms=0.957003Jy sigma=25.871834 ! 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. peakwin win_mult ! Inverting map and beam ! Estimated beam: bmin=4.848 mas, bmaj=8.633 mas, bpa=2.39 degrees ! Estimated noise=0.313519 mJy/beam. ! Added new window around map position (0, 0). 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0405525 Jy ! Component: 100 - total flux cleaned = 0.0581666 Jy ! Total flux subtracted in 100 components = 0.0581666 Jy ! Clean residual min=-0.011410 max=0.010875 Jy/beam ! Clean residual mean=-0.000165 rms=0.005611 Jy/beam ! Combined flux in latest and established models = 0.0581666 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 69 model components to the UV plane model. ! The established model now contains 69 components and 0.0581666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.037536Jy sigma=0.972253 ! Fit after self-cal, rms=0.037484Jy sigma=0.970785 ! Inverting map print "============== Finished uniform weighting CLEAN ==============" ! ============== Finished uniform weighting CLEAN ============== ! uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! 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=4.798 mas, bmaj=8.478 mas, bpa=0.3834 degrees ! Estimated noise=0.243858 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0119027 Jy ! Component: 100 - total flux cleaned = 0.0211238 Jy ! Component: 150 - total flux cleaned = 0.0285716 Jy ! Component: 200 - total flux cleaned = 0.0346016 Jy ! Total flux subtracted in 200 components = 0.0346016 Jy ! Clean residual min=-0.006030 max=0.005502 Jy/beam ! Clean residual mean=-0.000053 rms=0.002532 Jy/beam ! Combined flux in latest and established models = 0.0927683 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 85 model components to the UV plane model. ! The established model now contains 140 components and 0.0927683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.032092Jy sigma=0.845153 ! Fit after self-cal, rms=0.032084Jy sigma=0.844916 ! Inverting map print "============== Finished natural weighting CLEAN ==============" ! ============== Finished natural weighting CLEAN ============== ! gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 0.85816 ! Telescope amplitude corrections in sub-array 1: ! FD 1.66 KP 1.62 LA 0.74 OV 0.78 ! PT 1.02 ! ! Amplitude normalization factor in sub-array 2: 1.02522 ! Telescope amplitude corrections in sub-array 2: ! FD 1.06 KP 1.14 LA 0.98 PT 0.73 ! ! Amplitude normalization factor in sub-array 3: 1 ! Telescope amplitude corrections in sub-array 3: ! BR 0.00* OV 0.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.760787 ! Telescope amplitude corrections in sub-array 1: ! FD 2.33 KP 1.62 LA 0.79 OV 0.88 ! PT 0.95 ! ! Amplitude normalization factor in sub-array 2: 1.00287 ! Telescope amplitude corrections in sub-array 2: ! FD 1.17 KP 1.09 LA 0.98 PT 0.75 ! ! Amplitude normalization factor in sub-array 3: 1 ! Telescope amplitude corrections in sub-array 3: ! BR 0.00* OV 0.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.833919 ! Telescope amplitude corrections in sub-array 1: ! FD 2.22 KP 1.36 LA 0.82 OV 0.65 ! PT 0.95 ! ! Amplitude normalization factor in sub-array 2: 0.980945 ! Telescope amplitude corrections in sub-array 2: ! FD 1.28 KP 1.05 LA 0.99 PT 0.76 ! ! Amplitude normalization factor in sub-array 3: 1 ! Telescope amplitude corrections in sub-array 3: ! BR 0.00* OV 0.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.887295 ! Telescope amplitude corrections in sub-array 1: ! FD 2.02 KP 1.25 LA 0.85 OV 0.62 ! PT 0.89 ! ! Amplitude normalization factor in sub-array 2: 0.720802 ! Telescope amplitude corrections in sub-array 2: ! FD 2.71 KP 1.13 LA 0.97 PT 0.74 ! ! Amplitude normalization factor in sub-array 3: 1 ! Telescope amplitude corrections in sub-array 3: ! BR 0.00* OV 0.00* ! ! ! Correcting IF 5. ! Amplitude normalization factor in sub-array 1: 1.01845 ! Telescope amplitude corrections in sub-array 1: ! FD 0.85 KP 1.34 LA 0.77 OV 1.01 ! PT 0.95 ! ! Amplitude normalization factor in sub-array 2: 1.05447 ! Telescope amplitude corrections in sub-array 2: ! FD 0.94 KP 1.15 LA 0.92 PT 0.78 ! ! Amplitude normalization factor in sub-array 3: 1 ! Telescope amplitude corrections in sub-array 3: ! BR 0.00* OV 0.00* ! ! ! Correcting IF 6. ! Amplitude normalization factor in sub-array 1: 1.05746 ! Telescope amplitude corrections in sub-array 1: ! FD 0.83 KP 1.29 LA 0.80 OV 0.91 ! PT 0.90 ! ! Amplitude normalization factor in sub-array 2: 1.0658 ! Telescope amplitude corrections in sub-array 2: ! FD 0.94 KP 1.13 LA 0.86 PT 0.81 ! ! Amplitude normalization factor in sub-array 3: 1 ! Telescope amplitude corrections in sub-array 3: ! BR 0.00* OV 0.00* ! ! ! Correcting IF 7. ! Amplitude normalization factor in sub-array 1: 1.00699 ! Telescope amplitude corrections in sub-array 1: ! FD 0.80 KP 1.40 LA 0.78 OV 1.11 ! PT 0.88 ! ! Amplitude normalization factor in sub-array 2: 1.12323 ! Telescope amplitude corrections in sub-array 2: ! FD 0.77 KP 1.10 LA 0.90 PT 0.80 ! ! Amplitude normalization factor in sub-array 3: 1 ! Telescope amplitude corrections in sub-array 3: ! BR 0.00* OV 0.00* ! ! ! Correcting IF 8. ! Amplitude normalization factor in sub-array 1: 1.00377 ! Telescope amplitude corrections in sub-array 1: ! FD 0.73 KP 1.33 LA 0.79 OV 1.24 ! PT 0.89 ! ! Amplitude normalization factor in sub-array 2: 1.12858 ! Telescope amplitude corrections in sub-array 2: ! FD 0.72 KP 1.14 LA 0.91 PT 0.78 ! ! Amplitude normalization factor in sub-array 3: 1 ! Telescope amplitude corrections in sub-array 3: ! BR 0.00* OV 0.00* ! ! ! Fit before self-cal, rms=0.032084Jy sigma=0.844916 ! Fit after self-cal, rms=0.031501Jy sigma=0.876626 selfcal false, false, phase_soltime ! Performing phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.031501Jy sigma=0.876626 ! Fit after self-cal, rms=0.031595Jy sigma=0.875756 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.666 mas, bmaj=9.088 mas, bpa=-3.542 degrees ! Estimated noise=0.201379 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00660308 Jy ! Component: 100 - total flux cleaned = -0.00951434 Jy ! Component: 150 - total flux cleaned = -0.011036 Jy ! Component: 200 - total flux cleaned = -0.0122071 Jy ! Total flux subtracted in 200 components = -0.0122071 Jy ! Clean residual min=-0.002578 max=0.002325 Jy/beam ! Clean residual mean=-0.000000 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.0805612 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 89 model components to the UV plane model. ! The established model now contains 219 components and 0.0805612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.031880Jy sigma=0.839814 ! Fit after self-cal, rms=0.031885Jy sigma=0.839670 ! Inverting map print "============== Finished amplitude gscale SELF-CAL ==============" ! ============== Finished amplitude gscale SELF-CAL ============== ! phase_soltime=phase_soltime2 selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.031885Jy sigma=0.839670 ! Fit after self-cal, rms=0.031861Jy sigma=0.836689 dynam = dynam - 0.5 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00094664 Jy ! Component: 100 - total flux cleaned = -0.00171308 Jy ! Component: 150 - total flux cleaned = -0.00234809 Jy ! Component: 200 - total flux cleaned = -0.00259121 Jy ! Total flux subtracted in 200 components = -0.00259121 Jy ! Clean residual min=-0.002455 max=0.002133 Jy/beam ! Clean residual mean=-0.000004 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.07797 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 241 components and 0.07797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.031896Jy sigma=0.835314 ! Fit after self-cal, rms=0.031898Jy sigma=0.835051 ! Inverting map print "=== Finished natural weighting clean with shorter phase_soltime " ! === Finished natural weighting clean with shorter phase_soltime ! dynam = dynam - 0.25 restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.666 x 9.088 at -3.542 degrees (North through East) ! Clean map min=-0.0024465 max=0.037943 Jy/beam if(peak(flux) > thresh) selfcal true, true, amp_soltime1 selfcal false, false, phase_soltime 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) print "============== Finished amplitude self-cal ==============" end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum 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.844 mas, bmaj=8.757 mas, bpa=1.354 degrees ! Estimated noise=0.284005 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0364993 Jy ! Component: 100 - total flux cleaned = 0.0510061 Jy ! Component: 150 - total flux cleaned = 0.0609959 Jy ! Component: 200 - total flux cleaned = 0.0683335 Jy ! Total flux subtracted in 200 components = 0.0683335 Jy ! Clean residual min=-0.005401 max=0.006333 Jy/beam ! Clean residual mean=-0.000069 rms=0.002363 Jy/beam ! Combined flux in latest and established models = 0.0683334 Jy uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 106 model components to the UV plane model. ! The established model now contains 106 components and 0.0683334 Jy ! Inverting map and beam ! Estimated beam: bmin=4.666 mas, bmaj=9.088 mas, bpa=-3.542 degrees ! Estimated noise=0.201379 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.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00400997 Jy ! Component: 100 - total flux cleaned = 0.00597269 Jy ! Component: 150 - total flux cleaned = 0.00652512 Jy ! Component: 200 - total flux cleaned = 0.00688441 Jy ! Total flux subtracted in 200 components = 0.00688441 Jy ! Clean residual min=-0.002324 max=0.002342 Jy/beam ! Clean residual mean=-0.000012 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.0752178 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 144 components and 0.0752178 Jy ! Inverting map clean ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000305607 Jy ! Component: 100 - total flux cleaned = 0.000531752 Jy ! Component: 150 - total flux cleaned = 0.000599366 Jy ! Component: 200 - total flux cleaned = 0.000659992 Jy ! Total flux subtracted in 200 components = 0.000659992 Jy ! Clean residual min=-0.002229 max=0.002028 Jy/beam ! Clean residual mean=-0.000010 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.0758778 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 160 components and 0.0758778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.031899Jy sigma=0.834488 ! Fit after self-cal, rms=0.031882Jy sigma=0.834303 wmodel J2048+4310_X_map.mod ! Writing 160 model components to file: J2048+4310_X_map.mod wobs J2048+4310_X_uvs.fits ! Writing UV FITS file: J2048+4310_X_uvs.fits wwins J2048+4310_X_map.win ! wwins: Wrote 1 windows to J2048+4310_X_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.000460292 Jy ! Component: 100 - total flux cleaned = -0.000211198 Jy ! Component: 150 - total flux cleaned = -6.61542e-05 Jy ! Component: 200 - total flux cleaned = 1.6505e-05 Jy ! Component: 250 - total flux cleaned = 4.11532e-05 Jy ! Component: 300 - total flux cleaned = 1.57368e-05 Jy ! Component: 350 - total flux cleaned = 1.62595e-05 Jy ! Component: 400 - total flux cleaned = 1.73634e-05 Jy ! Component: 450 - total flux cleaned = 3.96946e-05 Jy ! Component: 500 - total flux cleaned = -2.37121e-06 Jy ! Component: 550 - total flux cleaned = -4.31765e-05 Jy ! Component: 600 - total flux cleaned = -8.24883e-05 Jy ! Component: 650 - total flux cleaned = -0.000139218 Jy ! Component: 700 - total flux cleaned = -0.000157479 Jy ! Component: 750 - total flux cleaned = -0.000157489 Jy ! Component: 800 - total flux cleaned = -0.000122824 Jy ! Component: 850 - total flux cleaned = -8.87806e-05 Jy ! Component: 900 - total flux cleaned = -8.90605e-05 Jy ! Component: 950 - total flux cleaned = -0.000105634 Jy ! Component: 1000 - total flux cleaned = -0.000105776 Jy ! Component: 1050 - total flux cleaned = -0.000121735 Jy ! Component: 1100 - total flux cleaned = -0.000106095 Jy ! Component: 1150 - total flux cleaned = -9.07325e-05 Jy ! Component: 1200 - total flux cleaned = -4.49387e-05 Jy ! Component: 1250 - total flux cleaned = 3.68568e-07 Jy ! Component: 1300 - total flux cleaned = 7.49144e-05 Jy ! Component: 1350 - total flux cleaned = 0.000148768 Jy ! Component: 1400 - total flux cleaned = 0.000236919 Jy ! Component: 1450 - total flux cleaned = 0.000324641 Jy ! Component: 1500 - total flux cleaned = 0.000426435 Jy ! Component: 1550 - total flux cleaned = 0.000498874 Jy ! Component: 1600 - total flux cleaned = 0.00059998 Jy ! Component: 1650 - total flux cleaned = 0.000671888 Jy ! Component: 1700 - total flux cleaned = 0.00074367 Jy ! Component: 1750 - total flux cleaned = 0.000829762 Jy ! Component: 1800 - total flux cleaned = 0.000887037 Jy ! Component: 1850 - total flux cleaned = 0.000958654 Jy ! Component: 1900 - total flux cleaned = 0.00101614 Jy ! Component: 1950 - total flux cleaned = 0.00107346 Jy ! Component: 2000 - total flux cleaned = 0.00114547 Jy ! Component: 2050 - total flux cleaned = 0.00120328 Jy ! Component: 2100 - total flux cleaned = 0.00127556 Jy ! Component: 2150 - total flux cleaned = 0.00133372 Jy ! Component: 2200 - total flux cleaned = 0.00140653 Jy ! Component: 2250 - total flux cleaned = 0.00150904 Jy ! Component: 2300 - total flux cleaned = 0.00155328 Jy ! Component: 2350 - total flux cleaned = 0.0016421 Jy ! Component: 2400 - total flux cleaned = 0.00173155 Jy ! Component: 2450 - total flux cleaned = 0.00179152 Jy ! Component: 2500 - total flux cleaned = 0.00188202 Jy ! Component: 2550 - total flux cleaned = 0.00195793 Jy ! Component: 2600 - total flux cleaned = 0.0020647 Jy ! Component: 2650 - total flux cleaned = 0.0021108 Jy ! Component: 2700 - total flux cleaned = 0.00221903 Jy ! Component: 2750 - total flux cleaned = 0.0023125 Jy ! Component: 2800 - total flux cleaned = 0.00240648 Jy ! Component: 2850 - total flux cleaned = 0.00246966 Jy ! Component: 2900 - total flux cleaned = 0.00256503 Jy ! Component: 2950 - total flux cleaned = 0.00261325 Jy ! Component: 3000 - total flux cleaned = 0.0026779 Jy ! Component: 3050 - total flux cleaned = 0.00275946 Jy ! Component: 3100 - total flux cleaned = 0.00285818 Jy ! Component: 3150 - total flux cleaned = 0.00292438 Jy ! Component: 3200 - total flux cleaned = 0.00302465 Jy ! Component: 3250 - total flux cleaned = 0.00309222 Jy ! Component: 3300 - total flux cleaned = 0.00319417 Jy ! Component: 3350 - total flux cleaned = 0.00329734 Jy ! Component: 3400 - total flux cleaned = 0.00338424 Jy ! Component: 3450 - total flux cleaned = 0.00348924 Jy ! Component: 3500 - total flux cleaned = 0.00359547 Jy ! Component: 3550 - total flux cleaned = 0.0037207 Jy ! Component: 3600 - total flux cleaned = 0.00386515 Jy ! Component: 3650 - total flux cleaned = 0.00397454 Jy ! Component: 3700 - total flux cleaned = 0.00417803 Jy ! Component: 3750 - total flux cleaned = 0.00434703 Jy ! Component: 3800 - total flux cleaned = 0.00448005 Jy ! Component: 3850 - total flux cleaned = 0.00463381 Jy ! Component: 3900 - total flux cleaned = 0.00477037 Jy ! Component: 3950 - total flux cleaned = 0.00492841 Jy ! Component: 4000 - total flux cleaned = 0.00506856 Jy ! Component: 4050 - total flux cleaned = 0.00521051 Jy ! Total flux subtracted in 4096 components = 0.00537523 Jy ! Clean residual min=-0.001036 max=0.001160 Jy/beam ! Clean residual mean=0.000008 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.0812531 Jy keep ! Adding 400 model components to the UV plane model. ! The established model now contains 560 components and 0.081253 Jy ![Exited script file: /opt64/bin/pima_mupet_02.dfm] wmap /vlbi/vcs9/uvm//J2048+4310_X_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.666 x 9.088 at -3.542 degrees (North through East) ! Clean map min=-0.0038984 max=0.038236 Jy/beam ! Writing clean map to FITS file: /vlbi/vcs9/uvm//J2048+4310_X_a_map.fits wmodel /vlbi/vcs9/uvm//J2048+4310_X_a_map.mod ! Writing 560 model components to file: /vlbi/vcs9/uvm//J2048+4310_X_a_map.mod wobs /vlbi/vcs9/uvm//J2048+4310_X_a_uvs.fits ! Writing UV FITS file: /vlbi/vcs9/uvm//J2048+4310_X_a_uvs.fits wwins /vlbi/vcs9/uvm//J2048+4310_X_a_map.win ! wwins: Wrote 2 windows to /vlbi/vcs9/uvm//J2048+4310_X_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.038236 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000397395 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -3.11796 3.11796 6.23593 12.4719 24.9437 49.8874 99.7748 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.038 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 96.216 quit ! Quitting program ! Log file /vlbi/vcs9/uvm//J2048+4310_X_a_dfm.log closed on Tue Dec 26 23:00:05 2017