! Started logfile: /vlbi/vcs9/uvm//J0354+7254_C_a_dfm.log on Tue Dec 26 21:28:48 2017 float field_size field_size = 1024 float field_cell field_cell = 0.3000 float taper_size taper_size = 40.0 float freq freq = 4.12800 obs /vlbi/vcs9/uvm//J0354+7254_C_a_uvm.fits ! Reading UV FITS file: /vlbi/vcs9/uvm//J0354+7254_C_a_uvm.fits ! AN table 1: 106 integrations on 3 of 3 possible baselines. ! AN table 2: 102 integrations on 3 of 3 possible baselines. ! AN table 3: 105 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.9809 visibilities/baseline/integration-bin. ! Found source: J0354+7254 ! ! 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 4.128e+09 3.2e+07 1 3.2e+07 ! 02 2 4.16e+09 3.2e+07 1 3.2e+07 ! 03 3 4.192e+09 3.2e+07 1 3.2e+07 ! 04 4 4.224e+09 3.2e+07 1 3.2e+07 ! 05 5 4.416e+09 3.2e+07 1 3.2e+07 ! 06 6 4.512e+09 3.2e+07 1 3.2e+07 ! 07 7 4.544e+09 3.2e+07 1 3.2e+07 ! 08 8 4.576e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 94 lines of history. ! ! Reading 17256 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.3 print "taper_size =", taper_size ! taper_size = 40 ![@/opt64/bin/pima_mupet_02.dfm J0354+7254_C] 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.300x0.300 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.0396814 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 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 5. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 6. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 7. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 8. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.001723Jy sigma=29.772784 ! Fit after self-cal, rms=0.979870Jy sigma=29.147870 ! 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.346 mas, bmaj=9.189 mas, bpa=59.7 degrees ! Estimated noise=0.354914 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.0177026 Jy ! Component: 100 - total flux cleaned = 0.0248252 Jy ! Total flux subtracted in 100 components = 0.0248252 Jy ! Clean residual min=-0.004231 max=0.004289 Jy/beam ! Clean residual mean=-0.000021 rms=0.001198 Jy/beam ! Combined flux in latest and established models = 0.0248252 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.0248252 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.032847Jy sigma=0.749508 ! Fit after self-cal, rms=0.032842Jy sigma=0.749202 ! 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=5.444 mas, bmaj=11.38 mas, bpa=54.26 degrees ! Estimated noise=0.181062 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.00563752 Jy ! Component: 100 - total flux cleaned = 0.00876375 Jy ! Component: 150 - total flux cleaned = 0.0107075 Jy ! Component: 200 - total flux cleaned = 0.0118268 Jy ! Total flux subtracted in 200 components = 0.0118268 Jy ! Clean residual min=-0.003087 max=0.004093 Jy/beam ! Clean residual mean=-0.000031 rms=0.001115 Jy/beam ! Combined flux in latest and established models = 0.0366521 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 42 components and 0.0366521 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.032530Jy sigma=0.720484 ! Fit after self-cal, rms=0.032530Jy sigma=0.720373 ! Inverting map print "============== Finished natural weighting CLEAN ==============" ! ============== Finished natural weighting CLEAN ============== ! gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 312 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* KP 0.00* OV 0.00* ! ! A total of 306 telescope corrections were flagged in sub-array 2. ! Amplitude normalization factor in sub-array 2: 1 ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* LA 0.00* PT 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Amplitude normalization factor in sub-array 3: 0.705252 ! Telescope amplitude corrections in sub-array 3: ! BR 1.69 FD 2.18 KP 2.00 LA 0.82 ! OV 0.77 PT 1.04 ! ! ! Correcting IF 2. ! A total of 312 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* KP 0.00* OV 0.00* ! ! A total of 306 telescope corrections were flagged in sub-array 2. ! Amplitude normalization factor in sub-array 2: 1 ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* LA 0.00* PT 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Amplitude normalization factor in sub-array 3: 0.85226 ! Telescope amplitude corrections in sub-array 3: ! BR 1.46 FD 1.46 KP 1.58 LA 0.75 ! OV 0.74 PT 1.05 ! ! ! Correcting IF 3. ! A total of 312 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* KP 0.00* OV 0.00* ! ! A total of 306 telescope corrections were flagged in sub-array 2. ! Amplitude normalization factor in sub-array 2: 1 ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* LA 0.00* PT 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Amplitude normalization factor in sub-array 3: 0.861672 ! Telescope amplitude corrections in sub-array 3: ! BR 1.21 FD 1.54 KP 1.57 LA 0.81 ! OV 0.90 PT 0.94 ! ! ! Correcting IF 4. ! A total of 312 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* KP 0.00* OV 0.00* ! ! A total of 306 telescope corrections were flagged in sub-array 2. ! Amplitude normalization factor in sub-array 2: 1 ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* LA 0.00* PT 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Amplitude normalization factor in sub-array 3: 0.785992 ! Telescope amplitude corrections in sub-array 3: ! BR 1.60 FD 1.58 KP 1.49 LA 0.82 ! OV 1.02 PT 1.13 ! ! ! Correcting IF 5. ! A total of 312 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* KP 0.00* OV 0.00* ! ! A total of 306 telescope corrections were flagged in sub-array 2. ! Amplitude normalization factor in sub-array 2: 1 ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* LA 0.00* PT 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Amplitude normalization factor in sub-array 3: 0.792662 ! Telescope amplitude corrections in sub-array 3: ! BR 1.30 FD 1.88 KP 1.54 LA 0.73 ! OV 1.02 PT 1.09 ! ! ! Correcting IF 6. ! A total of 312 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* KP 0.00* OV 0.00* ! ! A total of 306 telescope corrections were flagged in sub-array 2. ! Amplitude normalization factor in sub-array 2: 1 ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* LA 0.00* PT 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Amplitude normalization factor in sub-array 3: 0.781287 ! Telescope amplitude corrections in sub-array 3: ! BR 1.42 FD 2.11 KP 1.33 LA 0.80 ! OV 1.09 PT 0.93 ! ! ! Correcting IF 7. ! A total of 312 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* KP 0.00* OV 0.00* ! ! A total of 306 telescope corrections were flagged in sub-array 2. ! Amplitude normalization factor in sub-array 2: 1 ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* LA 0.00* PT 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Amplitude normalization factor in sub-array 3: 0.781807 ! Telescope amplitude corrections in sub-array 3: ! BR 1.59 FD 1.79 KP 1.49 LA 0.78 ! OV 0.95 PT 1.08 ! ! ! Correcting IF 8. ! A total of 312 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* KP 0.00* OV 0.00* ! ! A total of 306 telescope corrections were flagged in sub-array 2. ! Amplitude normalization factor in sub-array 2: 1 ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* LA 0.00* PT 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Amplitude normalization factor in sub-array 3: 0.762914 ! Telescope amplitude corrections in sub-array 3: ! BR 1.18 FD 2.32 KP 1.26 LA 0.97 ! OV 1.05 PT 1.08 ! ! ! Fit before self-cal, rms=0.032530Jy sigma=0.720373 ! Fit after self-cal, rms=0.035989Jy sigma=0.814956 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.035989Jy sigma=0.814956 ! Fit after self-cal, rms=0.035998Jy sigma=0.814824 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.432 mas, bmaj=12.55 mas, bpa=41 degrees ! Estimated noise=0.149611 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.00669903 Jy ! Component: 100 - total flux cleaned = -0.00998101 Jy ! Component: 150 - total flux cleaned = -0.0118522 Jy ! Component: 200 - total flux cleaned = -0.0129331 Jy ! Total flux subtracted in 200 components = -0.0129331 Jy ! Clean residual min=-0.000773 max=0.001012 Jy/beam ! Clean residual mean=-0.000000 rms=0.000248 Jy/beam ! Combined flux in latest and established models = 0.023719 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 56 model components to the UV plane model. ! The established model now contains 95 components and 0.023719 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.035444Jy sigma=0.739589 ! Fit after self-cal, rms=0.035443Jy sigma=0.739576 ! 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.035443Jy sigma=0.739576 ! Fit after self-cal, rms=0.035446Jy sigma=0.736598 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.00054252 Jy ! Component: 100 - total flux cleaned = -0.000687945 Jy ! Component: 150 - total flux cleaned = -0.000745709 Jy ! Component: 200 - total flux cleaned = -0.000784793 Jy ! Total flux subtracted in 200 components = -0.000784793 Jy ! Clean residual min=-0.000683 max=0.000977 Jy/beam ! Clean residual mean=-0.000000 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.0229342 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 108 components and 0.0229342 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.035400Jy sigma=0.735907 ! Fit after self-cal, rms=0.035403Jy sigma=0.735608 ! 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: 5.432 x 12.55 at 41 degrees (North through East) ! Clean map min=-0.00068682 max=0.01124 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.197 mas, bmaj=11.11 mas, bpa=51.65 degrees ! Estimated noise=0.266058 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00956108 Jy ! Component: 100 - total flux cleaned = 0.0129719 Jy ! Component: 150 - total flux cleaned = 0.0152201 Jy ! Component: 200 - total flux cleaned = 0.0168308 Jy ! Total flux subtracted in 200 components = 0.0168308 Jy ! Clean residual min=-0.001903 max=0.002229 Jy/beam ! Clean residual mean=-0.000000 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.0168308 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.0168308 Jy ! Inverting map and beam ! Estimated beam: bmin=5.432 mas, bmaj=12.55 mas, bpa=41 degrees ! Estimated noise=0.149611 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.00253491 Jy ! Component: 100 - total flux cleaned = 0.00391774 Jy ! Component: 150 - total flux cleaned = 0.00475436 Jy ! Component: 200 - total flux cleaned = 0.005144 Jy ! Total flux subtracted in 200 components = 0.005144 Jy ! Clean residual min=-0.000851 max=0.001317 Jy/beam ! Clean residual mean=-0.000000 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.0219748 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 78 components and 0.0219748 Jy ! Inverting map clean ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 8.09774e-05 Jy ! Component: 100 - total flux cleaned = 0.000149488 Jy ! Component: 150 - total flux cleaned = 0.000207014 Jy ! Component: 200 - total flux cleaned = 0.000255753 Jy ! Total flux subtracted in 200 components = 0.000255753 Jy ! Clean residual min=-0.000763 max=0.001202 Jy/beam ! Clean residual mean=-0.000000 rms=0.000305 Jy/beam ! Combined flux in latest and established models = 0.0222306 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 84 components and 0.0222306 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.035187Jy sigma=0.734805 ! Fit after self-cal, rms=0.035168Jy sigma=0.734662 wmodel J0354+7254_C_map.mod ! Writing 84 model components to file: J0354+7254_C_map.mod wobs J0354+7254_C_uvs.fits ! Writing UV FITS file: J0354+7254_C_uvs.fits wwins J0354+7254_C_map.win ! wwins: Wrote 1 windows to J0354+7254_C_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.000504378 Jy ! Component: 100 - total flux cleaned = 0.000866979 Jy ! Component: 150 - total flux cleaned = 0.00109143 Jy ! Component: 200 - total flux cleaned = 0.00132822 Jy ! Component: 250 - total flux cleaned = 0.00154454 Jy ! Component: 300 - total flux cleaned = 0.00172332 Jy ! Component: 350 - total flux cleaned = 0.00182554 Jy ! Component: 400 - total flux cleaned = 0.00187777 Jy ! Component: 450 - total flux cleaned = 0.00193575 Jy ! Component: 500 - total flux cleaned = 0.00199106 Jy ! Component: 550 - total flux cleaned = 0.00208144 Jy ! Component: 600 - total flux cleaned = 0.00214664 Jy ! Component: 650 - total flux cleaned = 0.00220275 Jy ! Component: 700 - total flux cleaned = 0.00222994 Jy ! Component: 750 - total flux cleaned = 0.00225646 Jy ! Component: 800 - total flux cleaned = 0.00226298 Jy ! Component: 850 - total flux cleaned = 0.00226941 Jy ! Component: 900 - total flux cleaned = 0.00228178 Jy ! Component: 950 - total flux cleaned = 0.00228182 Jy ! Component: 1000 - total flux cleaned = 0.00230506 Jy ! Component: 1050 - total flux cleaned = 0.00233354 Jy ! Component: 1100 - total flux cleaned = 0.00236146 Jy ! Component: 1150 - total flux cleaned = 0.00237247 Jy ! Component: 1200 - total flux cleaned = 0.00239957 Jy ! Component: 1250 - total flux cleaned = 0.00243152 Jy ! Component: 1300 - total flux cleaned = 0.00247329 Jy ! Component: 1350 - total flux cleaned = 0.00249912 Jy ! Component: 1400 - total flux cleaned = 0.00252463 Jy ! Component: 1450 - total flux cleaned = 0.00253975 Jy ! Component: 1500 - total flux cleaned = 0.00254473 Jy ! Component: 1550 - total flux cleaned = 0.0025546 Jy ! Component: 1600 - total flux cleaned = 0.00254971 Jy ! Component: 1650 - total flux cleaned = 0.00253997 Jy ! Component: 1700 - total flux cleaned = 0.0025254 Jy ! Component: 1750 - total flux cleaned = 0.00251575 Jy ! Component: 1800 - total flux cleaned = 0.00251088 Jy ! Component: 1850 - total flux cleaned = 0.00250604 Jy ! Component: 1900 - total flux cleaned = 0.00250124 Jy ! Component: 1950 - total flux cleaned = 0.00249161 Jy ! Component: 2000 - total flux cleaned = 0.00248676 Jy ! Component: 2050 - total flux cleaned = 0.00247219 Jy ! Component: 2100 - total flux cleaned = 0.00246246 Jy ! Component: 2150 - total flux cleaned = 0.00245272 Jy ! Component: 2200 - total flux cleaned = 0.00243801 Jy ! Component: 2250 - total flux cleaned = 0.00242312 Jy ! Component: 2300 - total flux cleaned = 0.00241314 Jy ! Component: 2350 - total flux cleaned = 0.0024031 Jy ! Component: 2400 - total flux cleaned = 0.00239301 Jy ! Component: 2450 - total flux cleaned = 0.00237778 Jy ! Component: 2500 - total flux cleaned = 0.00237262 Jy ! Component: 2550 - total flux cleaned = 0.00237259 Jy ! Component: 2600 - total flux cleaned = 0.00238292 Jy ! Component: 2650 - total flux cleaned = 0.00238817 Jy ! Component: 2700 - total flux cleaned = 0.00239872 Jy ! Component: 2750 - total flux cleaned = 0.0024148 Jy ! Component: 2800 - total flux cleaned = 0.00242556 Jy ! Component: 2850 - total flux cleaned = 0.00244196 Jy ! Component: 2900 - total flux cleaned = 0.00245857 Jy ! Component: 2950 - total flux cleaned = 0.0024586 Jy ! Component: 3000 - total flux cleaned = 0.00244733 Jy ! Component: 3050 - total flux cleaned = 0.0024242 Jy ! Component: 3100 - total flux cleaned = 0.00241245 Jy ! Component: 3150 - total flux cleaned = 0.0024006 Jy ! Component: 3200 - total flux cleaned = 0.00238249 Jy ! Component: 3250 - total flux cleaned = 0.00236397 Jy ! Component: 3300 - total flux cleaned = 0.0023515 Jy ! Component: 3350 - total flux cleaned = 0.00233881 Jy ! Component: 3400 - total flux cleaned = 0.00233239 Jy ! Component: 3450 - total flux cleaned = 0.00233898 Jy ! Component: 3500 - total flux cleaned = 0.00234566 Jy ! Component: 3550 - total flux cleaned = 0.00235923 Jy ! Component: 3600 - total flux cleaned = 0.00237306 Jy ! Component: 3650 - total flux cleaned = 0.00238719 Jy ! Component: 3700 - total flux cleaned = 0.00239435 Jy ! Component: 3750 - total flux cleaned = 0.00240905 Jy ! Component: 3800 - total flux cleaned = 0.00242391 Jy ! Component: 3850 - total flux cleaned = 0.00242394 Jy ! Component: 3900 - total flux cleaned = 0.00244711 Jy ! Component: 3950 - total flux cleaned = 0.00246291 Jy ! Component: 4000 - total flux cleaned = 0.00247901 Jy ! Component: 4050 - total flux cleaned = 0.00249547 Jy ! Total flux subtracted in 4096 components = 0.00251225 Jy ! Clean residual min=-0.000438 max=0.000438 Jy/beam ! Clean residual mean=0.000003 rms=0.000165 Jy/beam ! Combined flux in latest and established models = 0.0247428 Jy keep ! Adding 315 model components to the UV plane model. ! The established model now contains 399 components and 0.0247428 Jy ![Exited script file: /opt64/bin/pima_mupet_02.dfm] wmap /vlbi/vcs9/uvm//J0354+7254_C_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.432 x 12.55 at 41 degrees (North through East) ! Clean map min=-0.00096828 max=0.011914 Jy/beam ! Writing clean map to FITS file: /vlbi/vcs9/uvm//J0354+7254_C_a_map.fits wmodel /vlbi/vcs9/uvm//J0354+7254_C_a_map.mod ! Writing 399 model components to file: /vlbi/vcs9/uvm//J0354+7254_C_a_map.mod wobs /vlbi/vcs9/uvm//J0354+7254_C_a_uvs.fits ! Writing UV FITS file: /vlbi/vcs9/uvm//J0354+7254_C_a_uvs.fits wwins /vlbi/vcs9/uvm//J0354+7254_C_a_map.win ! wwins: Wrote 2 windows to /vlbi/vcs9/uvm//J0354+7254_C_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0119137 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000179655 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -4.5239 4.5239 9.04781 18.0956 36.1912 72.3825 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.011 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 66.314 quit ! Quitting program ! Log file /vlbi/vcs9/uvm//J0354+7254_C_a_dfm.log closed on Tue Dec 26 21:28:52 2017