! Started logfile: /vlbi/vcs9/uvm//J1216-2804_C_a_dfm.log on Tue Dec 26 22:22:19 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//J1216-2804_C_a_uvm.fits ! Reading UV FITS file: /vlbi/vcs9/uvm//J1216-2804_C_a_uvm.fits ! AN table 1: 46 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.797101 visibilities/baseline/integration-bin. ! Found source: J1216-2804 ! ! 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 13200 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 J1216-2804_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.0542719 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 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001629Jy sigma=21.060734 ! Fit after self-cal, rms=0.974529Jy sigma=20.465438 ! 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=1.234 mas, bmaj=3.509 mas, bpa=-1.796 degrees ! Estimated noise=0.501786 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.0205387 Jy ! Component: 100 - total flux cleaned = 0.025657 Jy ! Total flux subtracted in 100 components = 0.025657 Jy ! Clean residual min=-0.001719 max=0.002088 Jy/beam ! Clean residual mean=-0.000002 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.025657 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.025657 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.047219Jy sigma=0.749084 ! Fit after self-cal, rms=0.047199Jy sigma=0.748423 ! 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=1.652 mas, bmaj=4.37 mas, bpa=0.05568 degrees ! Estimated noise=0.292816 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.00570255 Jy ! Component: 100 - total flux cleaned = 0.00759659 Jy ! Component: 150 - total flux cleaned = 0.00825253 Jy ! Component: 200 - total flux cleaned = 0.00839228 Jy ! Total flux subtracted in 200 components = 0.00839228 Jy ! Clean residual min=-0.001434 max=0.001621 Jy/beam ! Clean residual mean=0.000000 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.0340493 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 44 components and 0.0340493 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.046962Jy sigma=0.736580 ! Fit after self-cal, rms=0.046962Jy sigma=0.736544 ! Inverting map print "============== Finished natural weighting CLEAN ==============" ! ============== Finished natural weighting CLEAN ============== ! gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.01552 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.92 HN 1.13 KP 0.98 ! LA 1.01 MK 0.84 NL 1.01 OV 0.98 ! PT 1.04 SC 0.98 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.01891 ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.95 HN 1.09 KP 1.09 ! LA 0.90 MK 0.79 NL 1.04 OV 0.96 ! PT 0.97 SC 0.89 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.994669 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.91 HN 1.12 KP 1.01 ! LA 1.04 MK 1.10 NL 0.98 OV 1.04 ! PT 1.04 SC 0.88 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.957703 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.04 KP 1.08 ! LA 1.00 MK 0.90 NL 1.46 OV 1.02 ! PT 0.93 SC 0.97 ! ! ! Correcting IF 5. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.965456 ! Telescope amplitude corrections in sub-array 1: ! BR 0.69 FD 0.92 HN 1.79 KP 0.94 ! LA 0.97 MK 1.08 NL 1.09 OV 0.97 ! PT 1.02 SC 0.88 ! ! ! Correcting IF 6. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.915813 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.99 HN 1.28 KP 1.07 ! LA 0.96 MK 1.08 NL 1.23 OV 1.05 ! PT 0.91 SC 1.30 ! ! ! Correcting IF 7. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.908681 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.92 HN 1.78 KP 0.99 ! LA 0.96 MK 1.11 NL 1.18 OV 0.98 ! PT 0.94 SC 1.12 ! ! ! Correcting IF 8. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.938214 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.99 HN 1.50 KP 0.98 ! LA 0.96 MK 1.07 NL 1.07 OV 0.97 ! PT 1.04 SC 1.01 ! ! ! Fit before self-cal, rms=0.046962Jy sigma=0.736544 ! Fit after self-cal, rms=0.049750Jy sigma=0.737208 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.049750Jy sigma=0.737208 ! Fit after self-cal, rms=0.049754Jy sigma=0.737190 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.686 mas, bmaj=4.392 mas, bpa=0.2481 degrees ! Estimated noise=0.268329 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.0021974 Jy ! Component: 100 - total flux cleaned = -0.00278147 Jy ! Component: 150 - total flux cleaned = -0.00294586 Jy ! Component: 200 - total flux cleaned = -0.0029517 Jy ! Total flux subtracted in 200 components = -0.0029517 Jy ! Clean residual min=-0.001071 max=0.001248 Jy/beam ! Clean residual mean=0.000002 rms=0.000282 Jy/beam ! Combined flux in latest and established models = 0.0310976 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 54 components and 0.0310976 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.049720Jy sigma=0.734928 ! Fit after self-cal, rms=0.049720Jy sigma=0.734922 ! 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.049720Jy sigma=0.734922 ! Fit after self-cal, rms=0.049687Jy sigma=0.733952 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) ! Added new window around map position (4.5, -0.3). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00136165 Jy ! Component: 100 - total flux cleaned = 0.00165742 Jy ! Component: 150 - total flux cleaned = 0.00170297 Jy ! Component: 200 - total flux cleaned = 0.00174336 Jy ! Total flux subtracted in 200 components = 0.00174336 Jy ! Clean residual min=-0.001026 max=0.001010 Jy/beam ! Clean residual mean=0.000003 rms=0.000261 Jy/beam ! Combined flux in latest and established models = 0.032841 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 78 components and 0.032841 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.049656Jy sigma=0.733020 ! Fit after self-cal, rms=0.049651Jy sigma=0.732784 ! 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: 1.686 x 4.392 at 0.2481 degrees (North through East) ! Clean map min=-0.00094163 max=0.024637 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=1.236 mas, bmaj=3.476 mas, bpa=-1.44 degrees ! Estimated noise=0.480229 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0195764 Jy ! Component: 100 - total flux cleaned = 0.0247304 Jy ! Component: 150 - total flux cleaned = 0.027501 Jy ! Component: 200 - total flux cleaned = 0.0291323 Jy ! Total flux subtracted in 200 components = 0.0291323 Jy ! Clean residual min=-0.001477 max=0.001570 Jy/beam ! Clean residual mean=-0.000001 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.0291323 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.0291323 Jy ! Inverting map and beam ! Estimated beam: bmin=1.686 mas, bmaj=4.392 mas, bpa=0.2481 degrees ! Estimated noise=0.268329 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.00209215 Jy ! Component: 100 - total flux cleaned = 0.00308347 Jy ! Component: 150 - total flux cleaned = 0.00363926 Jy ! Component: 200 - total flux cleaned = 0.00376931 Jy ! Total flux subtracted in 200 components = 0.00376931 Jy ! Clean residual min=-0.000981 max=0.000971 Jy/beam ! Clean residual mean=0.000003 rms=0.000259 Jy/beam ! Combined flux in latest and established models = 0.0329016 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 65 components and 0.0329016 Jy ! Inverting map clean ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 8.14955e-05 Jy ! Component: 100 - total flux cleaned = 0.00014145 Jy ! Component: 150 - total flux cleaned = 0.000185043 Jy ! Component: 200 - total flux cleaned = 0.000205565 Jy ! Total flux subtracted in 200 components = 0.000205565 Jy ! Clean residual min=-0.000982 max=0.000963 Jy/beam ! Clean residual mean=0.000003 rms=0.000258 Jy/beam ! Combined flux in latest and established models = 0.0331072 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 80 components and 0.0331072 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.049640Jy sigma=0.732617 ! Fit after self-cal, rms=0.049639Jy sigma=0.732569 wmodel J1216-2804_C_map.mod ! Writing 80 model components to file: J1216-2804_C_map.mod wobs J1216-2804_C_uvs.fits ! Writing UV FITS file: J1216-2804_C_uvs.fits wwins J1216-2804_C_map.win ! wwins: Wrote 2 windows to J1216-2804_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 = -9.38831e-05 Jy ! Component: 100 - total flux cleaned = -0.000210597 Jy ! Component: 150 - total flux cleaned = -0.000257909 Jy ! Component: 200 - total flux cleaned = -0.000347883 Jy ! Component: 250 - total flux cleaned = -0.000390868 Jy ! Component: 300 - total flux cleaned = -0.000475187 Jy ! Component: 350 - total flux cleaned = -0.000557311 Jy ! Component: 400 - total flux cleaned = -0.000637339 Jy ! Component: 450 - total flux cleaned = -0.000715299 Jy ! Component: 500 - total flux cleaned = -0.000816564 Jy ! Component: 550 - total flux cleaned = -0.000841469 Jy ! Component: 600 - total flux cleaned = -0.000878037 Jy ! Component: 650 - total flux cleaned = -0.000925878 Jy ! Component: 700 - total flux cleaned = -0.000949437 Jy ! Component: 750 - total flux cleaned = -0.0010185 Jy ! Component: 800 - total flux cleaned = -0.00105203 Jy ! Component: 850 - total flux cleaned = -0.00106302 Jy ! Component: 900 - total flux cleaned = -0.00108489 Jy ! Component: 950 - total flux cleaned = -0.00109573 Jy ! Component: 1000 - total flux cleaned = -0.00109567 Jy ! Component: 1050 - total flux cleaned = -0.00109564 Jy ! Component: 1100 - total flux cleaned = -0.0010958 Jy ! Component: 1150 - total flux cleaned = -0.00112651 Jy ! Component: 1200 - total flux cleaned = -0.00114659 Jy ! Component: 1250 - total flux cleaned = -0.00114672 Jy ! Component: 1300 - total flux cleaned = -0.00117626 Jy ! Component: 1350 - total flux cleaned = -0.00113748 Jy ! Component: 1400 - total flux cleaned = -0.00116644 Jy ! Component: 1450 - total flux cleaned = -0.00117579 Jy ! Component: 1500 - total flux cleaned = -0.00119458 Jy ! Component: 1550 - total flux cleaned = -0.00122218 Jy ! Component: 1600 - total flux cleaned = -0.00121293 Jy ! Component: 1650 - total flux cleaned = -0.00123104 Jy ! Component: 1700 - total flux cleaned = -0.00123994 Jy ! Component: 1750 - total flux cleaned = -0.00122213 Jy ! Component: 1800 - total flux cleaned = -0.00128361 Jy ! Component: 1850 - total flux cleaned = -0.00128351 Jy ! Component: 1900 - total flux cleaned = -0.00128349 Jy ! Component: 1950 - total flux cleaned = -0.00130894 Jy ! Component: 2000 - total flux cleaned = -0.00129192 Jy ! Component: 2050 - total flux cleaned = -0.00130867 Jy ! Component: 2100 - total flux cleaned = -0.00127534 Jy ! Component: 2150 - total flux cleaned = -0.00126712 Jy ! Component: 2200 - total flux cleaned = -0.00125096 Jy ! Component: 2250 - total flux cleaned = -0.00127521 Jy ! Component: 2300 - total flux cleaned = -0.00124306 Jy ! Component: 2350 - total flux cleaned = -0.00124321 Jy ! Component: 2400 - total flux cleaned = -0.00124333 Jy ! Component: 2450 - total flux cleaned = -0.00124331 Jy ! Component: 2500 - total flux cleaned = -0.0012433 Jy ! Component: 2550 - total flux cleaned = -0.00122785 Jy ! Component: 2600 - total flux cleaned = -0.00121266 Jy ! Component: 2650 - total flux cleaned = -0.00118999 Jy ! Component: 2700 - total flux cleaned = -0.00118997 Jy ! Component: 2750 - total flux cleaned = -0.00114505 Jy ! Component: 2800 - total flux cleaned = -0.00115242 Jy ! Component: 2850 - total flux cleaned = -0.00107848 Jy ! Component: 2900 - total flux cleaned = -0.00107852 Jy ! Component: 2950 - total flux cleaned = -0.0010639 Jy ! Component: 3000 - total flux cleaned = -0.00101321 Jy ! Component: 3050 - total flux cleaned = -0.000998754 Jy ! Component: 3100 - total flux cleaned = -0.000955759 Jy ! Component: 3150 - total flux cleaned = -0.000927402 Jy ! Component: 3200 - total flux cleaned = -0.000920368 Jy ! Component: 3250 - total flux cleaned = -0.000906312 Jy ! Component: 3300 - total flux cleaned = -0.000892379 Jy ! Component: 3350 - total flux cleaned = -0.000864671 Jy ! Component: 3400 - total flux cleaned = -0.000823442 Jy ! Component: 3450 - total flux cleaned = -0.000789315 Jy ! Component: 3500 - total flux cleaned = -0.000789271 Jy ! Component: 3550 - total flux cleaned = -0.000762142 Jy ! Component: 3600 - total flux cleaned = -0.00075537 Jy ! Component: 3650 - total flux cleaned = -0.000735266 Jy ! Component: 3700 - total flux cleaned = -0.000715222 Jy ! Component: 3750 - total flux cleaned = -0.000669002 Jy ! Component: 3800 - total flux cleaned = -0.00063622 Jy ! Component: 3850 - total flux cleaned = -0.000655758 Jy ! Component: 3900 - total flux cleaned = -0.000629779 Jy ! Component: 3950 - total flux cleaned = -0.000603995 Jy ! Component: 4000 - total flux cleaned = -0.000571813 Jy ! Component: 4050 - total flux cleaned = -0.000559028 Jy ! Total flux subtracted in 4096 components = -0.000520814 Jy ! Clean residual min=-0.000355 max=0.000348 Jy/beam ! Clean residual mean=0.000000 rms=0.000119 Jy/beam ! Combined flux in latest and established models = 0.0325864 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 352 components and 0.0325863 Jy ![Exited script file: /opt64/bin/pima_mupet_02.dfm] wmap /vlbi/vcs9/uvm//J1216-2804_C_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.686 x 4.392 at 0.2481 degrees (North through East) ! Clean map min=-0.0006699 max=0.024847 Jy/beam ! Writing clean map to FITS file: /vlbi/vcs9/uvm//J1216-2804_C_a_map.fits wmodel /vlbi/vcs9/uvm//J1216-2804_C_a_map.mod ! Writing 352 model components to file: /vlbi/vcs9/uvm//J1216-2804_C_a_map.mod wobs /vlbi/vcs9/uvm//J1216-2804_C_a_uvs.fits ! Writing UV FITS file: /vlbi/vcs9/uvm//J1216-2804_C_a_uvs.fits wwins /vlbi/vcs9/uvm//J1216-2804_C_a_map.win ! wwins: Wrote 3 windows to /vlbi/vcs9/uvm//J1216-2804_C_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0248475 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000117222 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.41529 1.41529 2.83059 5.66118 11.3224 22.6447 45.2894 90.5789 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.024 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 211.969 quit ! Quitting program ! Log file /vlbi/vcs9/uvm//J1216-2804_C_a_dfm.log closed on Tue Dec 26 22:22:22 2017