! Started logfile: /vlbi/vcs9/uvm//J1155+7534_C_a_dfm.log on Tue Dec 26 22:21:23 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//J1155+7534_C_a_uvm.fits ! Reading UV FITS file: /vlbi/vcs9/uvm//J1155+7534_C_a_uvm.fits ! AN table 1: 199 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.933668 visibilities/baseline/integration-bin. ! Found source: J1155+7534 ! ! 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 14864 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 J1155+7534_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.0236791 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 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000352Jy sigma=33.585082 ! Fit after self-cal, rms=0.988548Jy sigma=33.193738 ! 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=5.997 mas, bmaj=22.35 mas, bpa=11.39 degrees ! Estimated noise=0.955059 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.00989629 Jy ! Component: 100 - total flux cleaned = 0.012074 Jy ! Total flux subtracted in 100 components = 0.012074 Jy ! Clean residual min=-0.002039 max=0.002316 Jy/beam ! Clean residual mean=-0.000006 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.012074 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.012074 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.020608Jy sigma=0.658962 ! Fit after self-cal, rms=0.020593Jy sigma=0.658406 ! 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=6.631 mas, bmaj=19.98 mas, bpa=10.59 degrees ! Estimated noise=0.17278 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.000413606 Jy ! Component: 100 - total flux cleaned = -0.000822762 Jy ! Component: 150 - total flux cleaned = -0.00103249 Jy ! Component: 200 - total flux cleaned = -0.00120559 Jy ! Total flux subtracted in 200 components = -0.00120559 Jy ! Clean residual min=-0.000698 max=0.000807 Jy/beam ! Clean residual mean=-0.000008 rms=0.000256 Jy/beam ! Combined flux in latest and established models = 0.0108684 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 72 model components to the UV plane model. ! The established model now contains 94 components and 0.0108684 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.020557Jy sigma=0.657445 ! Fit after self-cal, rms=0.020557Jy sigma=0.657419 ! 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: 1.10743 ! Telescope amplitude corrections in sub-array 1: ! FD 0.81 KP 0.78 LA 0.98 OV 0.92 ! PT 1.03 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.07 ! Telescope amplitude corrections in sub-array 1: ! FD 0.78 KP 0.84 LA 0.97 OV 1.02 ! PT 1.06 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.01072 ! Telescope amplitude corrections in sub-array 1: ! FD 0.89 KP 0.94 LA 0.96 OV 1.00 ! PT 1.15 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.01677 ! Telescope amplitude corrections in sub-array 1: ! FD 0.90 KP 1.05 LA 1.01 OV 0.99 ! PT 0.97 ! ! ! Correcting IF 5. ! Amplitude normalization factor in sub-array 1: 0.974064 ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.87 LA 1.16 OV 1.00 ! PT 1.14 ! ! ! Correcting IF 6. ! Amplitude normalization factor in sub-array 1: 0.927772 ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 0.97 LA 1.08 OV 1.09 ! PT 1.23 ! ! ! Correcting IF 7. ! Amplitude normalization factor in sub-array 1: 0.952239 ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 0.99 LA 0.98 OV 1.09 ! PT 1.24 ! ! ! Correcting IF 8. ! Amplitude normalization factor in sub-array 1: 0.958292 ! Telescope amplitude corrections in sub-array 1: ! FD 1.08 KP 0.95 LA 0.96 OV 1.04 ! PT 1.19 ! ! ! Fit before self-cal, rms=0.020557Jy sigma=0.657419 ! Fit after self-cal, rms=0.020152Jy sigma=0.655882 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.020152Jy sigma=0.655882 ! Fit after self-cal, rms=0.020152Jy sigma=0.655859 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.592 mas, bmaj=19.25 mas, bpa=10.82 degrees ! Estimated noise=0.169169 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.000325604 Jy ! Component: 100 - total flux cleaned = 0.000500164 Jy ! Component: 150 - total flux cleaned = 0.000623843 Jy ! Component: 200 - total flux cleaned = 0.000712163 Jy ! Total flux subtracted in 200 components = 0.000712163 Jy ! Clean residual min=-0.000642 max=0.000722 Jy/beam ! Clean residual mean=-0.000004 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.0115805 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 55 model components to the UV plane model. ! The established model now contains 148 components and 0.0115805 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.020149Jy sigma=0.655713 ! Fit after self-cal, rms=0.020148Jy sigma=0.655699 ! 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.020148Jy sigma=0.655699 ! Fit after self-cal, rms=0.020075Jy sigma=0.652912 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 = 9.8992e-05 Jy ! Component: 100 - total flux cleaned = 0.0001727 Jy ! Component: 150 - total flux cleaned = 0.000224599 Jy ! Component: 200 - total flux cleaned = 0.000256534 Jy ! Total flux subtracted in 200 components = 0.000256534 Jy ! Clean residual min=-0.000646 max=0.000704 Jy/beam ! Clean residual mean=-0.000004 rms=0.000186 Jy/beam ! Combined flux in latest and established models = 0.0118371 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 81 model components to the UV plane model. ! The established model now contains 219 components and 0.0118371 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.020072Jy sigma=0.652866 ! Fit after self-cal, rms=0.020066Jy sigma=0.652612 ! 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: 6.592 x 19.25 at 10.82 degrees (North through East) ! Clean map min=-0.00064597 max=0.011243 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=5.965 mas, bmaj=21.83 mas, bpa=11.49 degrees ! Estimated noise=0.954708 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0099003 Jy ! Component: 100 - total flux cleaned = 0.0121157 Jy ! Component: 150 - total flux cleaned = 0.0130435 Jy ! Component: 200 - total flux cleaned = 0.0137955 Jy ! Total flux subtracted in 200 components = 0.0137955 Jy ! Clean residual min=-0.001821 max=0.002185 Jy/beam ! Clean residual mean=-0.000006 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.0137955 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 81 model components to the UV plane model. ! The established model now contains 81 components and 0.0137955 Jy ! Inverting map and beam ! Estimated beam: bmin=6.592 mas, bmaj=19.25 mas, bpa=10.82 degrees ! Estimated noise=0.169169 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.000809281 Jy ! Component: 100 - total flux cleaned = -0.00109591 Jy ! Component: 150 - total flux cleaned = -0.00121282 Jy ! Component: 200 - total flux cleaned = -0.00128857 Jy ! Total flux subtracted in 200 components = -0.00128857 Jy ! Clean residual min=-0.000641 max=0.000676 Jy/beam ! Clean residual mean=-0.000005 rms=0.000198 Jy/beam ! Combined flux in latest and established models = 0.012507 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 125 components and 0.012507 Jy ! Inverting map clean ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -2.21484e-05 Jy ! Component: 100 - total flux cleaned = -3.23834e-05 Jy ! Component: 150 - total flux cleaned = -7.24956e-05 Jy ! Component: 200 - total flux cleaned = -0.000113849 Jy ! Total flux subtracted in 200 components = -0.000113849 Jy ! Clean residual min=-0.000633 max=0.000676 Jy/beam ! Clean residual mean=-0.000005 rms=0.000191 Jy/beam ! Combined flux in latest and established models = 0.0123931 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 45 model components to the UV plane model. ! The established model now contains 164 components and 0.0123931 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.020067Jy sigma=0.652636 ! Fit after self-cal, rms=0.020067Jy sigma=0.652610 wmodel J1155+7534_C_map.mod ! Writing 164 model components to file: J1155+7534_C_map.mod wobs J1155+7534_C_uvs.fits ! Writing UV FITS file: J1155+7534_C_uvs.fits wwins J1155+7534_C_map.win ! wwins: Wrote 1 windows to J1155+7534_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 = 8.52864e-05 Jy ! Component: 100 - total flux cleaned = 0.000160423 Jy ! Component: 150 - total flux cleaned = 0.000229535 Jy ! Component: 200 - total flux cleaned = 0.000283886 Jy ! Component: 250 - total flux cleaned = 0.000308962 Jy ! Component: 300 - total flux cleaned = 0.0003325 Jy ! Component: 350 - total flux cleaned = 0.000325315 Jy ! Component: 400 - total flux cleaned = 0.000311066 Jy ! Component: 450 - total flux cleaned = 0.000304416 Jy ! Component: 500 - total flux cleaned = 0.000310811 Jy ! Component: 550 - total flux cleaned = 0.00032305 Jy ! Component: 600 - total flux cleaned = 0.000323107 Jy ! Component: 650 - total flux cleaned = 0.000334632 Jy ! Component: 700 - total flux cleaned = 0.000334592 Jy ! Component: 750 - total flux cleaned = 0.000334474 Jy ! Component: 800 - total flux cleaned = 0.000329459 Jy ! Component: 850 - total flux cleaned = 0.000324499 Jy ! Component: 900 - total flux cleaned = 0.000310005 Jy ! Component: 950 - total flux cleaned = 0.00031005 Jy ! Component: 1000 - total flux cleaned = 0.000319058 Jy ! Component: 1050 - total flux cleaned = 0.000323365 Jy ! Component: 1100 - total flux cleaned = 0.000323347 Jy ! Component: 1150 - total flux cleaned = 0.000335881 Jy ! Component: 1200 - total flux cleaned = 0.000339855 Jy ! Component: 1250 - total flux cleaned = 0.000351751 Jy ! Component: 1300 - total flux cleaned = 0.000347923 Jy ! Component: 1350 - total flux cleaned = 0.000351802 Jy ! Component: 1400 - total flux cleaned = 0.000344392 Jy ! Component: 1450 - total flux cleaned = 0.000348118 Jy ! Component: 1500 - total flux cleaned = 0.000348121 Jy ! Component: 1550 - total flux cleaned = 0.00035165 Jy ! Component: 1600 - total flux cleaned = 0.000351591 Jy ! Component: 1650 - total flux cleaned = 0.000354984 Jy ! Component: 1700 - total flux cleaned = 0.000351603 Jy ! Component: 1750 - total flux cleaned = 0.000358202 Jy ! Component: 1800 - total flux cleaned = 0.000361448 Jy ! Component: 1850 - total flux cleaned = 0.000367846 Jy ! Component: 1900 - total flux cleaned = 0.000374214 Jy ! Component: 1950 - total flux cleaned = 0.000386681 Jy ! Component: 2000 - total flux cleaned = 0.000395879 Jy ! Component: 2050 - total flux cleaned = 0.00040497 Jy ! Component: 2100 - total flux cleaned = 0.000416905 Jy ! Component: 2150 - total flux cleaned = 0.000428674 Jy ! Component: 2200 - total flux cleaned = 0.000437382 Jy ! Component: 2250 - total flux cleaned = 0.000448861 Jy ! Component: 2300 - total flux cleaned = 0.000457344 Jy ! Component: 2350 - total flux cleaned = 0.000465762 Jy ! Component: 2400 - total flux cleaned = 0.000471329 Jy ! Component: 2450 - total flux cleaned = 0.000479599 Jy ! Component: 2500 - total flux cleaned = 0.000490478 Jy ! Component: 2550 - total flux cleaned = 0.000498541 Jy ! Component: 2600 - total flux cleaned = 0.000498545 Jy ! Component: 2650 - total flux cleaned = 0.000506503 Jy ! Component: 2700 - total flux cleaned = 0.000509123 Jy ! Component: 2750 - total flux cleaned = 0.000514324 Jy ! Component: 2800 - total flux cleaned = 0.000516884 Jy ! Component: 2850 - total flux cleaned = 0.000519428 Jy ! Component: 2900 - total flux cleaned = 0.00051689 Jy ! Component: 2950 - total flux cleaned = 0.000519414 Jy ! Component: 3000 - total flux cleaned = 0.000521904 Jy ! Component: 3050 - total flux cleaned = 0.00051692 Jy ! Component: 3100 - total flux cleaned = 0.000524341 Jy ! Component: 3150 - total flux cleaned = 0.000521873 Jy ! Component: 3200 - total flux cleaned = 0.000524318 Jy ! Component: 3250 - total flux cleaned = 0.000519473 Jy ! Component: 3300 - total flux cleaned = 0.000524289 Jy ! Component: 3350 - total flux cleaned = 0.000526694 Jy ! Component: 3400 - total flux cleaned = 0.000526679 Jy ! Component: 3450 - total flux cleaned = 0.000533748 Jy ! Component: 3500 - total flux cleaned = 0.000529023 Jy ! Component: 3550 - total flux cleaned = 0.000529017 Jy ! Component: 3600 - total flux cleaned = 0.000533641 Jy ! Component: 3650 - total flux cleaned = 0.000531329 Jy ! Component: 3700 - total flux cleaned = 0.000533618 Jy ! Component: 3750 - total flux cleaned = 0.000540477 Jy ! Component: 3800 - total flux cleaned = 0.000547335 Jy ! Component: 3850 - total flux cleaned = 0.000558666 Jy ! Component: 3900 - total flux cleaned = 0.000563186 Jy ! Component: 3950 - total flux cleaned = 0.000572205 Jy ! Component: 4000 - total flux cleaned = 0.000583402 Jy ! Component: 4050 - total flux cleaned = 0.000587882 Jy ! Total flux subtracted in 4096 components = 0.00059679 Jy ! Clean residual min=-0.000123 max=0.000118 Jy/beam ! Clean residual mean=0.000000 rms=0.000050 Jy/beam ! Combined flux in latest and established models = 0.0129899 Jy keep ! Adding 488 model components to the UV plane model. ! The established model now contains 652 components and 0.0129899 Jy ![Exited script file: /opt64/bin/pima_mupet_02.dfm] wmap /vlbi/vcs9/uvm//J1155+7534_C_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.592 x 19.25 at 10.82 degrees (North through East) ! Clean map min=-0.00052751 max=0.011369 Jy/beam ! Writing clean map to FITS file: /vlbi/vcs9/uvm//J1155+7534_C_a_map.fits wmodel /vlbi/vcs9/uvm//J1155+7534_C_a_map.mod ! Writing 652 model components to file: /vlbi/vcs9/uvm//J1155+7534_C_a_map.mod wobs /vlbi/vcs9/uvm//J1155+7534_C_a_uvs.fits ! Writing UV FITS file: /vlbi/vcs9/uvm//J1155+7534_C_a_uvs.fits wwins /vlbi/vcs9/uvm//J1155+7534_C_a_map.win ! wwins: Wrote 2 windows to /vlbi/vcs9/uvm//J1155+7534_C_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0113695 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 5.77663e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.52425 1.52425 3.0485 6.09699 12.194 24.388 48.7759 97.5519 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.011 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 196.818 quit ! Quitting program ! Log file /vlbi/vcs9/uvm//J1155+7534_C_a_dfm.log closed on Tue Dec 26 22:21:27 2017