! Started logfile: /vlbi/uf001/uva//J0345+1453_S_b_dfm.log on Sun Jan 13 21:54:20 2019 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /vlbi/uf001/uva//J0345+1453_S_b_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J0345+1453_S_b_uva.fits ! AN table 1: 21 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.882086 visibilities/baseline/integration-bin. ! Found source: J0345+1453 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 40 lines of history. ! ! Reading 1167 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 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/opt64/bin/pima_mupet_01.dfm J0345+1453_S_b] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. 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. ! ! Fit before self-cal, rms=1.056125Jy sigma=22.816545 ! Fit after self-cal, rms=0.675417Jy sigma=14.762056 ! 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. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.99 mas, bmaj=15.28 mas, bpa=-17.27 degrees ! Estimated noise=1.5897 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.251399 Jy ! Component: 100 - total flux cleaned = 0.310149 Jy ! Total flux subtracted in 100 components = 0.310149 Jy ! Clean residual min=-0.014082 max=0.029220 Jy/beam ! Clean residual mean=-0.000069 rms=0.004204 Jy/beam ! Combined flux in latest and established models = 0.310149 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.310149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070154Jy sigma=1.466622 ! Fit after self-cal, rms=0.070019Jy sigma=1.461876 ! Inverting map ! Added new window around map position (-7, -1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0287008 Jy ! Component: 100 - total flux cleaned = 0.0416016 Jy ! Total flux subtracted in 100 components = 0.0416016 Jy ! Clean residual min=-0.010304 max=0.010848 Jy/beam ! Clean residual mean=-0.000023 rms=0.002722 Jy/beam ! Combined flux in latest and established models = 0.351751 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 20 components and 0.351751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057371Jy sigma=1.210031 ! Fit after self-cal, rms=0.056613Jy sigma=1.188191 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! 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.694 mas, bmaj=16.78 mas, bpa=-18.52 degrees ! Estimated noise=1.35567 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107399 Jy ! Component: 100 - total flux cleaned = 0.0152096 Jy ! Component: 150 - total flux cleaned = 0.0164316 Jy ! Component: 200 - total flux cleaned = 0.0170464 Jy ! Total flux subtracted in 200 components = 0.0170464 Jy ! Clean residual min=-0.007306 max=0.008029 Jy/beam ! Clean residual mean=0.000000 rms=0.002176 Jy/beam ! Combined flux in latest and established models = 0.368797 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 63 components and 0.368797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054240Jy sigma=1.144917 ! Fit after self-cal, rms=0.054128Jy sigma=1.139821 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.694 x 16.78 at -18.52 degrees (North through East) ! Clean map min=-0.0071367 max=0.32012 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 HN 0.99 KP 1.04 LA 0.94 ! NL 1.04 OV 1.00 PT 1.03 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 HN 0.99 KP 1.04 LA 0.95 ! NL 1.01 OV 0.95 PT 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 HN 1.01 KP 1.01 LA 0.93 ! NL 1.00 OV 1.00 PT 1.02 ! ! ! Fit before self-cal, rms=0.054128Jy sigma=1.139821 ! Fit after self-cal, rms=0.052071Jy sigma=1.101663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.683 mas, bmaj=16.66 mas, bpa=-18.23 degrees ! Estimated noise=1.3634 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00312274 Jy ! Component: 100 - total flux cleaned = 0.00411246 Jy ! Component: 150 - total flux cleaned = 0.0043165 Jy ! Component: 200 - total flux cleaned = 0.00426038 Jy ! Total flux subtracted in 200 components = 0.00426038 Jy ! Clean residual min=-0.006025 max=0.006263 Jy/beam ! Clean residual mean=-0.000004 rms=0.001787 Jy/beam ! Combined flux in latest and established models = 0.373058 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 84 components and 0.373058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.051752Jy sigma=1.094376 ! Fit after self-cal, rms=0.051742Jy sigma=1.092727 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.051742Jy sigma=1.092727 ! Fit after self-cal, rms=0.049836Jy sigma=1.040936 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.672 mas, bmaj=16.72 mas, bpa=-18.23 degrees ! Estimated noise=1.36441 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00218653 Jy ! Component: 100 - total flux cleaned = 0.00197793 Jy ! Component: 150 - total flux cleaned = 0.00149558 Jy ! Component: 200 - total flux cleaned = 0.00109186 Jy ! Total flux subtracted in 200 components = 0.00109186 Jy ! Clean residual min=-0.004548 max=0.004905 Jy/beam ! Clean residual mean=-0.000002 rms=0.001324 Jy/beam ! Combined flux in latest and established models = 0.37415 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 100 components and 0.37415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049596Jy sigma=1.036165 ! Fit after self-cal, rms=0.049594Jy sigma=1.035298 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000479361 Jy ! Component: 100 - total flux cleaned = 0.00014089 Jy ! Component: 150 - total flux cleaned = -0.000114604 Jy ! Component: 200 - total flux cleaned = -0.000154195 Jy ! Total flux subtracted in 200 components = -0.000154195 Jy ! Clean residual min=-0.004627 max=0.004730 Jy/beam ! Clean residual mean=-0.000002 rms=0.001298 Jy/beam ! Combined flux in latest and established models = 0.373995 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 108 components and 0.373995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049498Jy sigma=1.033576 ! Fit after self-cal, rms=0.049504Jy sigma=1.033331 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049504Jy sigma=1.033331 ! Fit after self-cal, rms=0.049443Jy sigma=1.028054 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.666 mas, bmaj=16.73 mas, bpa=-18.24 degrees ! Estimated noise=1.36424 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000429489 Jy ! Component: 100 - total flux cleaned = 0.000433137 Jy ! Component: 150 - total flux cleaned = 0.000393268 Jy ! Component: 200 - total flux cleaned = 0.000358088 Jy ! Total flux subtracted in 200 components = 0.000358088 Jy ! Clean residual min=-0.004454 max=0.004429 Jy/beam ! Clean residual mean=-0.000005 rms=0.001248 Jy/beam ! Combined flux in latest and established models = 0.374354 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 120 components and 0.374354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049365Jy sigma=1.026571 ! Fit after self-cal, rms=0.049375Jy sigma=1.026409 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00026376 Jy ! Component: 100 - total flux cleaned = 0.000263147 Jy ! Component: 150 - total flux cleaned = 0.000262956 Jy ! Component: 200 - total flux cleaned = 0.000263012 Jy ! Total flux subtracted in 200 components = 0.000263012 Jy ! Clean residual min=-0.004460 max=0.004346 Jy/beam ! Clean residual mean=-0.000004 rms=0.001237 Jy/beam ! Combined flux in latest and established models = 0.374617 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 124 components and 0.374617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049327Jy sigma=1.025621 ! Fit after self-cal, rms=0.049332Jy sigma=1.025550 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049332Jy sigma=1.025550 ! Fit after self-cal, rms=0.049356Jy sigma=1.025370 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.256 mas, bmaj=17.08 mas, bpa=-20.89 degrees ! Estimated noise=1.49678 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000231656 Jy ! Component: 100 - total flux cleaned = 9.23084e-05 Jy ! Component: 150 - total flux cleaned = 9.23452e-05 Jy ! Component: 200 - total flux cleaned = 9.15918e-05 Jy ! Total flux subtracted in 200 components = 9.15918e-05 Jy ! Clean residual min=-0.005005 max=0.004651 Jy/beam ! Clean residual mean=-0.000008 rms=0.001403 Jy/beam ! Combined flux in latest and established models = 0.374708 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 133 components and 0.374708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049316Jy sigma=1.024953 ! Fit after self-cal, rms=0.049319Jy sigma=1.024849 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000148469 Jy ! Component: 100 - total flux cleaned = 5.97788e-05 Jy ! Component: 150 - total flux cleaned = 5.91438e-05 Jy ! Component: 200 - total flux cleaned = 5.80054e-05 Jy ! Total flux subtracted in 200 components = 5.80054e-05 Jy ! Clean residual min=-0.004968 max=0.004522 Jy/beam ! Clean residual mean=-0.000008 rms=0.001394 Jy/beam ! Combined flux in latest and established models = 0.374766 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 138 components and 0.374766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049295Jy sigma=1.024454 ! Fit after self-cal, rms=0.049297Jy sigma=1.024397 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "============== Finished amplitude self-cal ==============" ! ============== Finished amplitude self-cal ============== restore ! Inverting map and beam ! Estimated beam: bmin=5.662 mas, bmaj=16.74 mas, bpa=-18.23 degrees ! Estimated noise=1.36451 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.662 x 16.74 at -18.23 degrees (North through East) ! Clean map min=-0.0044225 max=0.31845 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative 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.982 mas, bmaj=15.4 mas, bpa=-17.08 degrees ! Estimated noise=1.59749 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.249345 Jy ! Component: 100 - total flux cleaned = 0.315352 Jy ! Component: 150 - total flux cleaned = 0.344444 Jy ! Component: 200 - total flux cleaned = 0.357794 Jy ! Total flux subtracted in 200 components = 0.357794 Jy ! Clean residual min=-0.007250 max=0.006453 Jy/beam ! Clean residual mean=-0.000023 rms=0.001695 Jy/beam ! Combined flux in latest and established models = 0.357794 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.357794 Jy ! Inverting map and beam ! Estimated beam: bmin=5.662 mas, bmaj=16.74 mas, bpa=-18.23 degrees ! Estimated noise=1.36451 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.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00861381 Jy ! Component: 100 - total flux cleaned = 0.0135601 Jy ! Component: 150 - total flux cleaned = 0.0156094 Jy ! Component: 200 - total flux cleaned = 0.016785 Jy ! Total flux subtracted in 200 components = 0.016785 Jy ! Clean residual min=-0.004838 max=0.004439 Jy/beam ! Clean residual mean=-0.000007 rms=0.001280 Jy/beam ! Combined flux in latest and established models = 0.374579 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 45 components and 0.374579 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.256 mas, bmaj=17.08 mas, bpa=-20.89 degrees ! Estimated noise=1.49678 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000906919 Jy ! Component: 100 - total flux cleaned = 0.00108523 Jy ! Component: 150 - total flux cleaned = 0.00122391 Jy ! Component: 200 - total flux cleaned = 0.00122236 Jy ! Total flux subtracted in 200 components = 0.00122236 Jy ! Clean residual min=-0.005086 max=0.004642 Jy/beam ! Clean residual mean=-0.000008 rms=0.001418 Jy/beam ! Combined flux in latest and established models = 0.375802 Jy flux_cutoff = imstat(rms) * dynam 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.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.30186e-07 Jy ! Component: 100 - total flux cleaned = 4.70907e-07 Jy ! Component: 150 - total flux cleaned = -3.07703e-05 Jy ! Component: 200 - total flux cleaned = -8.93424e-05 Jy ! Total flux subtracted in 200 components = -8.93424e-05 Jy ! Clean residual min=-0.005012 max=0.004641 Jy/beam ! Clean residual mean=-0.000008 rms=0.001408 Jy/beam ! Combined flux in latest and established models = 0.375712 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 75 components and 0.375712 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.662 mas, bmaj=16.74 mas, bpa=-18.23 degrees ! Estimated noise=1.36451 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000144807 Jy ! Component: 100 - total flux cleaned = -0.000141946 Jy ! Component: 150 - total flux cleaned = -0.00010336 Jy ! Component: 200 - total flux cleaned = -7.20358e-05 Jy ! Total flux subtracted in 200 components = -7.20358e-05 Jy ! Clean residual min=-0.004512 max=0.004451 Jy/beam ! Clean residual mean=-0.000005 rms=0.001230 Jy/beam ! Combined flux in latest and established models = 0.37564 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 87 components and 0.37564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049354Jy sigma=1.025448 ! Fit after self-cal, rms=0.049356Jy sigma=1.025041 wmodel J0345+1453_S_b_map.mod ! Writing 87 model components to file: J0345+1453_S_b_map.mod wobs J0345+1453_S_b_uvs.fits ! Writing UV FITS file: J0345+1453_S_b_uvs.fits wwins J0345+1453_S_b_map.win ! wwins: Wrote 2 windows to J0345+1453_S_b_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.000621873 Jy ! Component: 100 - total flux cleaned = -0.000924408 Jy ! Component: 150 - total flux cleaned = -0.00134638 Jy ! Component: 200 - total flux cleaned = -0.00173976 Jy ! Component: 250 - total flux cleaned = -0.00205402 Jy ! Component: 300 - total flux cleaned = -0.0022967 Jy ! Component: 350 - total flux cleaned = -0.0025879 Jy ! Component: 400 - total flux cleaned = -0.00286747 Jy ! Component: 450 - total flux cleaned = -0.00297596 Jy ! Component: 500 - total flux cleaned = -0.00318675 Jy ! Component: 550 - total flux cleaned = -0.00328941 Jy ! Component: 600 - total flux cleaned = -0.00314127 Jy ! Component: 650 - total flux cleaned = -0.00323862 Jy ! Component: 700 - total flux cleaned = -0.00323929 Jy ! Component: 750 - total flux cleaned = -0.00333143 Jy ! Component: 800 - total flux cleaned = -0.00324035 Jy ! Component: 850 - total flux cleaned = -0.00324138 Jy ! Component: 900 - total flux cleaned = -0.0031977 Jy ! Component: 950 - total flux cleaned = -0.0031558 Jy ! Component: 1000 - total flux cleaned = -0.00332233 Jy ! Component: 1050 - total flux cleaned = -0.00328095 Jy ! Component: 1100 - total flux cleaned = -0.00332172 Jy ! Component: 1150 - total flux cleaned = -0.00340091 Jy ! Component: 1200 - total flux cleaned = -0.00336253 Jy ! Component: 1250 - total flux cleaned = -0.00340069 Jy ! Component: 1300 - total flux cleaned = -0.0034376 Jy ! Component: 1350 - total flux cleaned = -0.0032892 Jy ! Component: 1400 - total flux cleaned = -0.00328977 Jy ! Component: 1450 - total flux cleaned = -0.00307409 Jy ! Component: 1500 - total flux cleaned = -0.00303846 Jy ! Component: 1550 - total flux cleaned = -0.0028633 Jy ! Component: 1600 - total flux cleaned = -0.00269092 Jy ! Component: 1650 - total flux cleaned = -0.0026231 Jy ! Component: 1700 - total flux cleaned = -0.0024217 Jy ! Component: 1750 - total flux cleaned = -0.00238834 Jy ! Component: 1800 - total flux cleaned = -0.00229009 Jy ! Component: 1850 - total flux cleaned = -0.00216058 Jy ! Component: 1900 - total flux cleaned = -0.00212821 Jy ! Component: 1950 - total flux cleaned = -0.00209663 Jy ! Component: 2000 - total flux cleaned = -0.00209635 Jy ! Component: 2050 - total flux cleaned = -0.00194178 Jy ! Component: 2100 - total flux cleaned = -0.00194155 Jy ! Component: 2150 - total flux cleaned = -0.00182021 Jy ! Component: 2200 - total flux cleaned = -0.00188031 Jy ! Component: 2250 - total flux cleaned = -0.00182045 Jy ! Component: 2300 - total flux cleaned = -0.00182055 Jy ! Component: 2350 - total flux cleaned = -0.00179113 Jy ! Component: 2400 - total flux cleaned = -0.0017621 Jy ! Component: 2450 - total flux cleaned = -0.00181966 Jy ! Component: 2500 - total flux cleaned = -0.00173365 Jy ! Component: 2550 - total flux cleaned = -0.00164851 Jy ! Component: 2600 - total flux cleaned = -0.00167711 Jy ! Component: 2650 - total flux cleaned = -0.00170508 Jy ! Component: 2700 - total flux cleaned = -0.00167686 Jy ! Component: 2750 - total flux cleaned = -0.00159385 Jy ! Component: 2800 - total flux cleaned = -0.00153912 Jy ! Component: 2850 - total flux cleaned = -0.00151157 Jy ! Component: 2900 - total flux cleaned = -0.00148464 Jy ! Component: 2950 - total flux cleaned = -0.00135051 Jy ! Component: 3000 - total flux cleaned = -0.00129737 Jy ! Component: 3050 - total flux cleaned = -0.0012443 Jy ! Component: 3100 - total flux cleaned = -0.00119155 Jy ! Component: 3150 - total flux cleaned = -0.00113919 Jy ! Component: 3200 - total flux cleaned = -0.00106101 Jy ! Component: 3250 - total flux cleaned = -0.000905439 Jy ! Component: 3300 - total flux cleaned = -0.000905371 Jy ! Component: 3350 - total flux cleaned = -0.000828314 Jy ! Component: 3400 - total flux cleaned = -0.000675232 Jy ! Component: 3450 - total flux cleaned = -0.000624528 Jy ! Component: 3500 - total flux cleaned = -0.000624533 Jy ! Component: 3550 - total flux cleaned = -0.000523835 Jy ! Component: 3600 - total flux cleaned = -0.00044873 Jy ! Component: 3650 - total flux cleaned = -0.000399001 Jy ! Component: 3700 - total flux cleaned = -0.000423706 Jy ! Component: 3750 - total flux cleaned = -0.000423594 Jy ! Component: 3800 - total flux cleaned = -0.000398777 Jy ! Component: 3850 - total flux cleaned = -0.000325233 Jy ! Component: 3900 - total flux cleaned = -0.00030093 Jy ! Component: 3950 - total flux cleaned = -0.000349453 Jy ! Component: 4000 - total flux cleaned = -0.000325209 Jy ! Component: 4050 - total flux cleaned = -0.000252887 Jy ! Total flux subtracted in 4096 components = -0.000252914 Jy ! Clean residual min=-0.001387 max=0.001722 Jy/beam ! Clean residual mean=-0.000001 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.375387 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 393 components and 0.375387 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J0345+1453_S_b_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.662 x 16.74 at -18.23 degrees (North through East) ! Clean map min=-0.0039959 max=0.31793 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J0345+1453_S_b_map.fits wmodel /vlbi/uf001/uva//J0345+1453_S_b_map.mod ! Writing 393 model components to file: /vlbi/uf001/uva//J0345+1453_S_b_map.mod wobs /vlbi/uf001/uva//J0345+1453_S_b_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J0345+1453_S_b_uvs.fits wwins /vlbi/uf001/uva//J0345+1453_S_b_map.win ! wwins: Wrote 3 windows to /vlbi/uf001/uva//J0345+1453_S_b_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.317927 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000435792 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.411219 0.411219 0.822438 1.64488 3.28975 6.57951 13.159 26.318 52.636 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.317 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 729.538 quit ! Quitting program ! Log file /vlbi/uf001/uva//J0345+1453_S_b_dfm.log closed on Sun Jan 13 21:54:24 2019