! Started logfile: /vlbi/vcs9/uvm//J1312-2349_C_a_dfm.log on Tue Dec 26 22:28:37 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//J1312-2349_C_a_uvm.fits ! Reading UV FITS file: /vlbi/vcs9/uvm//J1312-2349_C_a_uvm.fits ! AN table 1: 92 integrations on 15 of 15 possible baselines. ! AN table 2: 92 integrations on 10 of 10 possible baselines. ! AN table 3: 90 integrations on 1 of 1 possible baselines. ! Apparent sampling: 0.848954 visibilities/baseline/integration-bin. ! Found source: J1312-2349 ! ! 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 85 lines of history. ! ! Reading 16232 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 J1312-2349_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.0364647 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 32 telescope corrections were flagged in sub-array 1. ! A total of 180 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 32 telescope corrections were flagged in sub-array 1. ! A total of 180 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 32 telescope corrections were flagged in sub-array 1. ! A total of 180 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 32 telescope corrections were flagged in sub-array 1. ! A total of 180 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 5. ! A total of 32 telescope corrections were flagged in sub-array 1. ! A total of 180 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 6. ! A total of 32 telescope corrections were flagged in sub-array 1. ! A total of 180 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 7. ! A total of 32 telescope corrections were flagged in sub-array 1. ! A total of 180 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 8. ! A total of 32 telescope corrections were flagged in sub-array 1. ! A total of 180 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.000636Jy sigma=24.682902 ! Fit after self-cal, rms=0.984223Jy sigma=24.536606 ! 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.784 mas, bmaj=13.59 mas, bpa=18.45 degrees ! Estimated noise=0.390248 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.0136491 Jy ! Component: 100 - total flux cleaned = 0.0151669 Jy ! Total flux subtracted in 100 components = 0.0151669 Jy ! Clean residual min=-0.001351 max=0.001506 Jy/beam ! Clean residual mean=0.000002 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.0151669 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0151669 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.032667Jy sigma=0.593988 ! Fit after self-cal, rms=0.032659Jy sigma=0.593768 ! 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.259 mas, bmaj=15.35 mas, bpa=14.62 degrees ! Estimated noise=0.229577 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.000162634 Jy ! Component: 100 - total flux cleaned = -0.000285037 Jy ! Component: 150 - total flux cleaned = -0.00041184 Jy ! Component: 200 - total flux cleaned = -0.000525968 Jy ! Total flux subtracted in 200 components = -0.000525968 Jy ! Clean residual min=-0.001120 max=0.001353 Jy/beam ! Clean residual mean=0.000006 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.0146409 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 29 components and 0.0146409 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.032636Jy sigma=0.593237 ! Fit after self-cal, rms=0.032636Jy sigma=0.593236 ! 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.09206 ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 0.76 KP 1.24 LA 0.85 ! NL 0.71 PT 1.09 ! ! Amplitude normalization factor in sub-array 2: 1.1027 ! Telescope amplitude corrections in sub-array 2: ! FD 0.74 KP 0.96 LA 0.79 OV 1.05 ! PT 1.00 ! ! Amplitude normalization factor in sub-array 3: 1 ! Telescope amplitude corrections in sub-array 3: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.05006 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.92 KP 1.11 LA 0.80 ! NL 0.95 PT 0.94 ! ! Amplitude normalization factor in sub-array 2: 1.06881 ! Telescope amplitude corrections in sub-array 2: ! FD 0.70 KP 1.07 LA 0.84 OV 0.93 ! PT 1.14 ! ! Amplitude normalization factor in sub-array 3: 1 ! Telescope amplitude corrections in sub-array 3: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.979379 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 KP 1.23 LA 0.99 ! NL 0.83 PT 1.08 ! ! Amplitude normalization factor in sub-array 2: 0.998291 ! Telescope amplitude corrections in sub-array 2: ! FD 0.76 KP 1.11 LA 0.92 OV 1.18 ! PT 1.04 ! ! Amplitude normalization factor in sub-array 3: 1 ! Telescope amplitude corrections in sub-array 3: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.932624 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.90 KP 1.63 LA 0.89 ! NL 0.85 PT 1.10 ! ! Amplitude normalization factor in sub-array 2: 0.974771 ! Telescope amplitude corrections in sub-array 2: ! FD 0.73 KP 1.23 LA 1.01 OV 1.04 ! PT 1.11 ! ! Amplitude normalization factor in sub-array 3: 1 ! Telescope amplitude corrections in sub-array 3: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 5. ! Amplitude normalization factor in sub-array 1: 1.10921 ! Telescope amplitude corrections in sub-array 1: ! BR 0.25 FD 0.97 KP 1.27 LA 0.98 ! NL 0.85 PT 1.08 ! ! Amplitude normalization factor in sub-array 2: 0.93296 ! Telescope amplitude corrections in sub-array 2: ! FD 0.85 KP 1.29 LA 0.96 OV 1.28 ! PT 0.98 ! ! Amplitude normalization factor in sub-array 3: 1 ! Telescope amplitude corrections in sub-array 3: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 6. ! Amplitude normalization factor in sub-array 1: 0.889124 ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.23 KP 1.21 LA 1.07 ! NL 0.93 PT 1.19 ! ! Amplitude normalization factor in sub-array 2: 0.957934 ! Telescope amplitude corrections in sub-array 2: ! FD 1.02 KP 1.16 LA 0.85 OV 1.24 ! PT 0.95 ! ! Amplitude normalization factor in sub-array 3: 1 ! Telescope amplitude corrections in sub-array 3: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 7. ! Amplitude normalization factor in sub-array 1: 0.904886 ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.20 KP 1.20 LA 1.00 ! NL 0.93 PT 1.16 ! ! Amplitude normalization factor in sub-array 2: 0.944698 ! Telescope amplitude corrections in sub-array 2: ! FD 1.10 KP 0.99 LA 0.84 OV 1.14 ! PT 1.22 ! ! Amplitude normalization factor in sub-array 3: 1 ! Telescope amplitude corrections in sub-array 3: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 8. ! Amplitude normalization factor in sub-array 1: 0.905132 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.25 KP 1.24 LA 0.90 ! NL 1.01 PT 1.27 ! ! Amplitude normalization factor in sub-array 2: 0.979827 ! Telescope amplitude corrections in sub-array 2: ! FD 0.92 KP 1.06 LA 0.92 OV 1.17 ! PT 1.03 ! ! Amplitude normalization factor in sub-array 3: 1 ! Telescope amplitude corrections in sub-array 3: ! HN 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.032636Jy sigma=0.593236 ! Fit after self-cal, rms=0.026668Jy sigma=0.587506 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.026668Jy sigma=0.587506 ! Fit after self-cal, rms=0.026669Jy sigma=0.587492 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.013 mas, bmaj=15.23 mas, bpa=14.63 degrees ! Estimated noise=0.211629 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.000616477 Jy ! Component: 100 - total flux cleaned = -0.000638039 Jy ! Component: 150 - total flux cleaned = -0.000637386 Jy ! Component: 200 - total flux cleaned = -0.000651608 Jy ! Total flux subtracted in 200 components = -0.000651608 Jy ! Clean residual min=-0.000657 max=0.000501 Jy/beam ! Clean residual mean=0.000003 rms=0.000148 Jy/beam ! Combined flux in latest and established models = 0.0139893 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 35 model components to the UV plane model. ! The established model now contains 61 components and 0.0139893 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.026663Jy sigma=0.587160 ! Fit after self-cal, rms=0.026663Jy sigma=0.587160 ! 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.026663Jy sigma=0.587160 ! Fit after self-cal, rms=0.026622Jy sigma=0.585524 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 = 8.97872e-05 Jy ! Component: 100 - total flux cleaned = 7.84874e-05 Jy ! Component: 150 - total flux cleaned = 7.08725e-05 Jy ! Component: 200 - total flux cleaned = 5.94194e-05 Jy ! Total flux subtracted in 200 components = 5.94194e-05 Jy ! Clean residual min=-0.000628 max=0.000495 Jy/beam ! Clean residual mean=0.000003 rms=0.000146 Jy/beam ! Combined flux in latest and established models = 0.0140487 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 82 components and 0.0140487 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.026621Jy sigma=0.585509 ! Fit after self-cal, rms=0.026622Jy sigma=0.585402 ! 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.013 x 15.23 at 14.63 degrees (North through East) ! Clean map min=-0.00062335 max=0.014806 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.655 mas, bmaj=13.61 mas, bpa=18.19 degrees ! Estimated noise=0.368189 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0129448 Jy ! Component: 100 - total flux cleaned = 0.0145201 Jy ! Component: 150 - total flux cleaned = 0.0147411 Jy ! Component: 200 - total flux cleaned = 0.0147995 Jy ! Total flux subtracted in 200 components = 0.0147995 Jy ! Clean residual min=-0.000929 max=0.000909 Jy/beam ! Clean residual mean=0.000002 rms=0.000243 Jy/beam ! Combined flux in latest and established models = 0.0147995 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0147995 Jy ! Inverting map and beam ! Estimated beam: bmin=6.013 mas, bmaj=15.23 mas, bpa=14.63 degrees ! Estimated noise=0.211629 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.000322388 Jy ! Component: 100 - total flux cleaned = -0.000385755 Jy ! Component: 150 - total flux cleaned = -0.000418957 Jy ! Component: 200 - total flux cleaned = -0.00044815 Jy ! Total flux subtracted in 200 components = -0.00044815 Jy ! Clean residual min=-0.000633 max=0.000561 Jy/beam ! Clean residual mean=0.000004 rms=0.000156 Jy/beam ! Combined flux in latest and established models = 0.0143513 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 43 components and 0.0143513 Jy ! Inverting map clean ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -2.60985e-05 Jy ! Component: 100 - total flux cleaned = -5.43059e-05 Jy ! Component: 150 - total flux cleaned = -8.02805e-05 Jy ! Component: 200 - total flux cleaned = -0.00010062 Jy ! Total flux subtracted in 200 components = -0.00010062 Jy ! Clean residual min=-0.000626 max=0.000540 Jy/beam ! Clean residual mean=0.000004 rms=0.000152 Jy/beam ! Combined flux in latest and established models = 0.0142507 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 56 components and 0.0142507 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.026621Jy sigma=0.585431 ! Fit after self-cal, rms=0.026623Jy sigma=0.585441 wmodel J1312-2349_C_map.mod ! Writing 56 model components to file: J1312-2349_C_map.mod wobs J1312-2349_C_uvs.fits ! Writing UV FITS file: J1312-2349_C_uvs.fits wwins J1312-2349_C_map.win ! wwins: Wrote 1 windows to J1312-2349_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.000196514 Jy ! Component: 100 - total flux cleaned = -0.000385373 Jy ! Component: 150 - total flux cleaned = -0.000575552 Jy ! Component: 200 - total flux cleaned = -0.000742257 Jy ! Component: 250 - total flux cleaned = -0.000903811 Jy ! Component: 300 - total flux cleaned = -0.00104802 Jy ! Component: 350 - total flux cleaned = -0.00115844 Jy ! Component: 400 - total flux cleaned = -0.00125718 Jy ! Component: 450 - total flux cleaned = -0.00128668 Jy ! Component: 500 - total flux cleaned = -0.00130354 Jy ! Component: 550 - total flux cleaned = -0.00132543 Jy ! Component: 600 - total flux cleaned = -0.00135187 Jy ! Component: 650 - total flux cleaned = -0.00138274 Jy ! Component: 700 - total flux cleaned = -0.00141258 Jy ! Component: 750 - total flux cleaned = -0.00146094 Jy ! Component: 800 - total flux cleaned = -0.00153189 Jy ! Component: 850 - total flux cleaned = -0.00158282 Jy ! Component: 900 - total flux cleaned = -0.00164625 Jy ! Component: 950 - total flux cleaned = -0.00171292 Jy ! Component: 1000 - total flux cleaned = -0.00177401 Jy ! Component: 1050 - total flux cleaned = -0.00183848 Jy ! Component: 1100 - total flux cleaned = -0.00190193 Jy ! Component: 1150 - total flux cleaned = -0.00196029 Jy ! Component: 1200 - total flux cleaned = -0.0020137 Jy ! Component: 1250 - total flux cleaned = -0.00207047 Jy ! Component: 1300 - total flux cleaned = -0.00212248 Jy ! Component: 1350 - total flux cleaned = -0.00216985 Jy ! Component: 1400 - total flux cleaned = -0.00222048 Jy ! Component: 1450 - total flux cleaned = -0.00227051 Jy ! Component: 1500 - total flux cleaned = -0.00232005 Jy ! Component: 1550 - total flux cleaned = -0.00237289 Jy ! Component: 1600 - total flux cleaned = -0.0024215 Jy ! Component: 1650 - total flux cleaned = -0.00247712 Jy ! Component: 1700 - total flux cleaned = -0.00252857 Jy ! Component: 1750 - total flux cleaned = -0.00257957 Jy ! Component: 1800 - total flux cleaned = -0.00262655 Jy ! Component: 1850 - total flux cleaned = -0.00268033 Jy ! Component: 1900 - total flux cleaned = -0.002723 Jy ! Component: 1950 - total flux cleaned = -0.00276901 Jy ! Component: 2000 - total flux cleaned = -0.0028007 Jy ! Component: 2050 - total flux cleaned = -0.00283926 Jy ! Component: 2100 - total flux cleaned = -0.00288116 Jy ! Component: 2150 - total flux cleaned = -0.00290553 Jy ! Component: 2200 - total flux cleaned = -0.00293333 Jy ! Component: 2250 - total flux cleaned = -0.00296102 Jy ! Component: 2300 - total flux cleaned = -0.0029818 Jy ! Component: 2350 - total flux cleaned = -0.00300944 Jy ! Component: 2400 - total flux cleaned = -0.00303703 Jy ! Component: 2450 - total flux cleaned = -0.00306799 Jy ! Component: 2500 - total flux cleaned = -0.00308172 Jy ! Component: 2550 - total flux cleaned = -0.00310578 Jy ! Component: 2600 - total flux cleaned = -0.00312978 Jy ! Component: 2650 - total flux cleaned = -0.00315035 Jy ! Component: 2700 - total flux cleaned = -0.00317091 Jy ! Component: 2750 - total flux cleaned = -0.0031846 Jy ! Component: 2800 - total flux cleaned = -0.0032086 Jy ! Component: 2850 - total flux cleaned = -0.00321887 Jy ! Component: 2900 - total flux cleaned = -0.00323944 Jy ! Component: 2950 - total flux cleaned = -0.00326349 Jy ! Component: 3000 - total flux cleaned = -0.00327381 Jy ! Component: 3050 - total flux cleaned = -0.00329443 Jy ! Component: 3100 - total flux cleaned = -0.00330816 Jy ! Component: 3150 - total flux cleaned = -0.0033288 Jy ! Component: 3200 - total flux cleaned = -0.00334601 Jy ! Component: 3250 - total flux cleaned = -0.00336667 Jy ! Component: 3300 - total flux cleaned = -0.00337702 Jy ! Component: 3350 - total flux cleaned = -0.0033943 Jy ! Component: 3400 - total flux cleaned = -0.00341504 Jy ! Component: 3450 - total flux cleaned = -0.00343583 Jy ! Component: 3500 - total flux cleaned = -0.00345318 Jy ! Component: 3550 - total flux cleaned = -0.00346358 Jy ! Component: 3600 - total flux cleaned = -0.00347407 Jy ! Component: 3650 - total flux cleaned = -0.00349513 Jy ! Component: 3700 - total flux cleaned = -0.00350923 Jy ! Component: 3750 - total flux cleaned = -0.00351981 Jy ! Component: 3800 - total flux cleaned = -0.00354109 Jy ! Component: 3850 - total flux cleaned = -0.00356248 Jy ! Component: 3900 - total flux cleaned = -0.00358038 Jy ! Component: 3950 - total flux cleaned = -0.00359478 Jy ! Component: 4000 - total flux cleaned = -0.00361641 Jy ! Component: 4050 - total flux cleaned = -0.00363814 Jy ! Total flux subtracted in 4096 components = -0.00365633 Jy ! Clean residual min=-0.000195 max=0.000190 Jy/beam ! Clean residual mean=-0.000007 rms=0.000074 Jy/beam ! Combined flux in latest and established models = 0.0105944 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 338 components and 0.0105944 Jy ![Exited script file: /opt64/bin/pima_mupet_02.dfm] wmap /vlbi/vcs9/uvm//J1312-2349_C_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.013 x 15.23 at 14.63 degrees (North through East) ! Clean map min=-0.00074506 max=0.014885 Jy/beam ! Writing clean map to FITS file: /vlbi/vcs9/uvm//J1312-2349_C_a_map.fits wmodel /vlbi/vcs9/uvm//J1312-2349_C_a_map.mod ! Writing 338 model components to file: /vlbi/vcs9/uvm//J1312-2349_C_a_map.mod wobs /vlbi/vcs9/uvm//J1312-2349_C_a_uvs.fits ! Writing UV FITS file: /vlbi/vcs9/uvm//J1312-2349_C_a_uvs.fits wwins /vlbi/vcs9/uvm//J1312-2349_C_a_map.win ! wwins: Wrote 2 windows to /vlbi/vcs9/uvm//J1312-2349_C_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0148846 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 8.87827e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.78942 1.78942 3.57885 7.1577 14.3154 28.6308 57.2616 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0002 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.014 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 167.651 quit ! Quitting program ! Log file /vlbi/vcs9/uvm//J1312-2349_C_a_dfm.log closed on Tue Dec 26 22:28:41 2017