! Started logfile: /vlbi/uf001/uva//J1333-1950_S_dfm.log on Mon Jan 14 02:28:26 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//J1333-1950_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1333-1950_S_uva.fits ! AN table 1: 87 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.92235 visibilities/baseline/integration-bin. ! Found source: J1333-1950 ! ! 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 44 lines of history. ! ! Reading 10833 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 J1333-1950_S] 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 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005862Jy sigma=16.951302 ! Fit after self-cal, rms=0.843520Jy sigma=14.129651 ! 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=2.722 mas, bmaj=7.453 mas, bpa=-0.2104 degrees ! Estimated noise=0.696192 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.122251 Jy ! Component: 100 - total flux cleaned = 0.149377 Jy ! Total flux subtracted in 100 components = 0.149377 Jy ! Clean residual min=-0.005058 max=0.009057 Jy/beam ! Clean residual mean=-0.000021 rms=0.001386 Jy/beam ! Combined flux in latest and established models = 0.149377 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.149377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078694Jy sigma=1.260864 ! Fit after self-cal, rms=0.078688Jy sigma=1.260794 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00965888 Jy ! Component: 100 - total flux cleaned = 0.014736 Jy ! Total flux subtracted in 100 components = 0.014736 Jy ! Clean residual min=-0.004301 max=0.005883 Jy/beam ! Clean residual mean=-0.000011 rms=0.001162 Jy/beam ! Combined flux in latest and established models = 0.164113 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 19 components and 0.164113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077159Jy sigma=1.229159 ! Fit after self-cal, rms=0.077146Jy sigma=1.228972 ! 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=3.31 mas, bmaj=8.556 mas, bpa=0.1928 degrees ! Estimated noise=0.417345 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 (-6, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00873455 Jy ! Component: 100 - total flux cleaned = 0.0131773 Jy ! Component: 150 - total flux cleaned = 0.0162694 Jy ! Component: 200 - total flux cleaned = 0.0185188 Jy ! Total flux subtracted in 200 components = 0.0185188 Jy ! Clean residual min=-0.003274 max=0.004942 Jy/beam ! Clean residual mean=0.000003 rms=0.000929 Jy/beam ! Combined flux in latest and established models = 0.182632 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 68 components and 0.182632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076099Jy sigma=1.211539 ! Fit after self-cal, rms=0.075963Jy sigma=1.209052 ! Inverting map ! Added new window around map position (-18.5, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00514262 Jy ! Component: 100 - total flux cleaned = 0.00825167 Jy ! Component: 150 - total flux cleaned = 0.010523 Jy ! Component: 200 - total flux cleaned = 0.0118097 Jy ! Total flux subtracted in 200 components = 0.0118097 Jy ! Clean residual min=-0.002372 max=0.002848 Jy/beam ! Clean residual mean=0.000004 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.194442 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 102 components and 0.194442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075533Jy sigma=1.202415 ! Fit after self-cal, rms=0.075488Jy sigma=1.201652 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.31 x 8.556 at 0.1928 degrees (North through East) ! Clean map min=-0.0022528 max=0.15679 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00 HN 1.01 KP 1.00 ! LA 0.97 MK 1.02 NL 1.02 OV 1.02 ! PT 1.08 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 1.07 KP 1.01 ! LA 1.02 MK 1.02 NL 1.00 OV 1.02 ! PT 0.92 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 1.09 KP 1.00 ! LA 1.02 MK 1.00 NL 0.99 OV 1.00 ! PT 0.89 SC 1.01 ! ! ! Fit before self-cal, rms=0.075488Jy sigma=1.201652 ! Fit after self-cal, rms=0.075330Jy sigma=1.191803 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.323 mas, bmaj=8.56 mas, bpa=0.5269 degrees ! Estimated noise=0.417038 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.000854946 Jy ! Component: 100 - total flux cleaned = 0.000978449 Jy ! Component: 150 - total flux cleaned = 0.000974905 Jy ! Component: 200 - total flux cleaned = 0.000927454 Jy ! Total flux subtracted in 200 components = 0.000927454 Jy ! Clean residual min=-0.001930 max=0.001985 Jy/beam ! Clean residual mean=0.000008 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.195369 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 127 components and 0.195369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075236Jy sigma=1.190603 ! Fit after self-cal, rms=0.075267Jy sigma=1.190441 ! 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.075267Jy sigma=1.190441 ! Fit after self-cal, rms=0.076853Jy sigma=1.183928 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.326 mas, bmaj=8.549 mas, bpa=0.3668 degrees ! Estimated noise=0.417778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000717244 Jy ! Component: 100 - total flux cleaned = 0.000751309 Jy ! Component: 150 - total flux cleaned = 0.00077916 Jy ! Component: 200 - total flux cleaned = 0.000832033 Jy ! Total flux subtracted in 200 components = 0.000832033 Jy ! Clean residual min=-0.001678 max=0.001627 Jy/beam ! Clean residual mean=0.000006 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.196201 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 152 components and 0.196201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076822Jy sigma=1.183511 ! Fit after self-cal, rms=0.076855Jy sigma=1.183460 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 = -3.2179e-06 Jy ! Component: 100 - total flux cleaned = 6.92054e-05 Jy ! Component: 150 - total flux cleaned = 9.16704e-05 Jy ! Component: 200 - total flux cleaned = 0.000112457 Jy ! Total flux subtracted in 200 components = 0.000112457 Jy ! Clean residual min=-0.001639 max=0.001623 Jy/beam ! Clean residual mean=0.000006 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.196314 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 162 components and 0.196314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076839Jy sigma=1.183282 ! Fit after self-cal, rms=0.076839Jy sigma=1.183277 ! 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.076839Jy sigma=1.183277 ! Fit after self-cal, rms=0.077112Jy sigma=1.182781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.326 mas, bmaj=8.545 mas, bpa=0.3467 degrees ! Estimated noise=0.417546 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.30423e-06 Jy ! Component: 100 - total flux cleaned = -1.8958e-05 Jy ! Component: 150 - total flux cleaned = 3.15426e-06 Jy ! Component: 200 - total flux cleaned = 2.37634e-06 Jy ! Total flux subtracted in 200 components = 2.37634e-06 Jy ! Clean residual min=-0.001559 max=0.001520 Jy/beam ! Clean residual mean=0.000005 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.196316 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 174 components and 0.196316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077095Jy sigma=1.182579 ! Fit after self-cal, rms=0.077098Jy sigma=1.182567 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 = 1.76029e-07 Jy ! Component: 100 - total flux cleaned = -1.55933e-07 Jy ! Component: 150 - total flux cleaned = 1.8059e-05 Jy ! Component: 200 - total flux cleaned = 3.51577e-05 Jy ! Total flux subtracted in 200 components = 3.51577e-05 Jy ! Clean residual min=-0.001539 max=0.001518 Jy/beam ! Clean residual mean=0.000005 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.196351 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 183 components and 0.196351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077088Jy sigma=1.182453 ! Fit after self-cal, rms=0.077088Jy sigma=1.182449 ! 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.077088Jy sigma=1.182449 ! Fit after self-cal, rms=0.077182Jy sigma=1.182428 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.706 mas, bmaj=16.13 mas, bpa=2.327 degrees ! Estimated noise=0.521868 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.16574e-05 Jy ! Component: 100 - total flux cleaned = 8.07649e-05 Jy ! Component: 150 - total flux cleaned = 3.89142e-05 Jy ! Component: 200 - total flux cleaned = 1.41172e-05 Jy ! Total flux subtracted in 200 components = 1.41172e-05 Jy ! Clean residual min=-0.001532 max=0.001814 Jy/beam ! Clean residual mean=0.000008 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.196365 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 197 components and 0.196365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077179Jy sigma=1.182384 ! Fit after self-cal, rms=0.077179Jy sigma=1.182380 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 = -2.09502e-05 Jy ! Component: 100 - total flux cleaned = -4.30661e-05 Jy ! Component: 150 - total flux cleaned = -5.34985e-05 Jy ! Component: 200 - total flux cleaned = -6.33198e-05 Jy ! Total flux subtracted in 200 components = -6.33198e-05 Jy ! Clean residual min=-0.001517 max=0.001814 Jy/beam ! Clean residual mean=0.000008 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.196302 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 204 components and 0.196302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077178Jy sigma=1.182366 ! Fit after self-cal, rms=0.077177Jy sigma=1.182366 ! 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=3.325 mas, bmaj=8.543 mas, bpa=0.3298 degrees ! Estimated noise=0.417344 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.325 x 8.543 at 0.3298 degrees (North through East) ! Clean map min=-0.0014782 max=0.1569 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=2.733 mas, bmaj=7.432 mas, bpa=-0.0323 degrees ! Estimated noise=0.699353 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.122643 Jy ! Component: 100 - total flux cleaned = 0.149772 Jy ! Component: 150 - total flux cleaned = 0.159818 Jy ! Component: 200 - total flux cleaned = 0.166585 Jy ! Total flux subtracted in 200 components = 0.166585 Jy ! Clean residual min=-0.003364 max=0.003786 Jy/beam ! Clean residual mean=-0.000013 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.166585 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.166585 Jy ! Inverting map and beam ! Estimated beam: bmin=3.325 mas, bmaj=8.543 mas, bpa=0.3298 degrees ! Estimated noise=0.417344 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.00762415 Jy ! Component: 100 - total flux cleaned = 0.0124355 Jy ! Component: 150 - total flux cleaned = 0.0161014 Jy ! Component: 200 - total flux cleaned = 0.0189622 Jy ! Total flux subtracted in 200 components = 0.0189622 Jy ! Clean residual min=-0.001972 max=0.001869 Jy/beam ! Clean residual mean=0.000000 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.185547 Jy ! Adding 71 model components to the UV plane model. ! The established model now contains 87 components and 0.185547 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=7.706 mas, bmaj=16.13 mas, bpa=2.327 degrees ! Estimated noise=0.521868 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00363273 Jy ! Component: 100 - total flux cleaned = 0.00591683 Jy ! Component: 150 - total flux cleaned = 0.00744937 Jy ! Component: 200 - total flux cleaned = 0.00833449 Jy ! Total flux subtracted in 200 components = 0.00833449 Jy ! Clean residual min=-0.001753 max=0.001612 Jy/beam ! Clean residual mean=0.000006 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.193881 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 = 0.000446189 Jy ! Component: 100 - total flux cleaned = 0.000784716 Jy ! Component: 150 - total flux cleaned = 0.00108691 Jy ! Component: 200 - total flux cleaned = 0.00131741 Jy ! Total flux subtracted in 200 components = 0.00131741 Jy ! Clean residual min=-0.001654 max=0.001683 Jy/beam ! Clean residual mean=0.000007 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.195199 Jy ! Adding 93 model components to the UV plane model. ! The established model now contains 174 components and 0.195199 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.325 mas, bmaj=8.543 mas, bpa=0.3298 degrees ! Estimated noise=0.417344 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.57329e-05 Jy ! Component: 100 - total flux cleaned = -0.000108491 Jy ! Component: 150 - total flux cleaned = -7.88911e-05 Jy ! Component: 200 - total flux cleaned = 5.7018e-07 Jy ! Total flux subtracted in 200 components = 5.7018e-07 Jy ! Clean residual min=-0.001591 max=0.001495 Jy/beam ! Clean residual mean=0.000004 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.195199 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 193 components and 0.195199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077197Jy sigma=1.182602 ! Fit after self-cal, rms=0.077191Jy sigma=1.182560 wmodel J1333-1950_S_map.mod ! Writing 193 model components to file: J1333-1950_S_map.mod wobs J1333-1950_S_uvs.fits ! Writing UV FITS file: J1333-1950_S_uvs.fits wwins J1333-1950_S_map.win ! wwins: Wrote 3 windows to J1333-1950_S_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.000334846 Jy ! Component: 100 - total flux cleaned = -0.000148677 Jy ! Component: 150 - total flux cleaned = 2.43418e-06 Jy ! Component: 200 - total flux cleaned = 0.000148121 Jy ! Component: 250 - total flux cleaned = 0.0003602 Jy ! Component: 300 - total flux cleaned = 0.000520456 Jy ! Component: 350 - total flux cleaned = 0.000632016 Jy ! Component: 400 - total flux cleaned = 0.000719128 Jy ! Component: 450 - total flux cleaned = 0.000868775 Jy ! Component: 500 - total flux cleaned = 0.00091056 Jy ! Component: 550 - total flux cleaned = 0.000993141 Jy ! Component: 600 - total flux cleaned = 0.00101289 Jy ! Component: 650 - total flux cleaned = 0.00107264 Jy ! Component: 700 - total flux cleaned = 0.00109229 Jy ! Component: 750 - total flux cleaned = 0.00115015 Jy ! Component: 800 - total flux cleaned = 0.00113103 Jy ! Component: 850 - total flux cleaned = 0.001131 Jy ! Component: 900 - total flux cleaned = 0.00116792 Jy ! Component: 950 - total flux cleaned = 0.0011677 Jy ! Component: 1000 - total flux cleaned = 0.00114942 Jy ! Component: 1050 - total flux cleaned = 0.00114943 Jy ! Component: 1100 - total flux cleaned = 0.00118446 Jy ! Component: 1150 - total flux cleaned = 0.00118421 Jy ! Component: 1200 - total flux cleaned = 0.00114966 Jy ! Component: 1250 - total flux cleaned = 0.00116698 Jy ! Component: 1300 - total flux cleaned = 0.00115038 Jy ! Component: 1350 - total flux cleaned = 0.0011505 Jy ! Component: 1400 - total flux cleaned = 0.00113441 Jy ! Component: 1450 - total flux cleaned = 0.00115077 Jy ! Component: 1500 - total flux cleaned = 0.00111877 Jy ! Component: 1550 - total flux cleaned = 0.00118249 Jy ! Component: 1600 - total flux cleaned = 0.00111923 Jy ! Component: 1650 - total flux cleaned = 0.00118175 Jy ! Component: 1700 - total flux cleaned = 0.00119724 Jy ! Component: 1750 - total flux cleaned = 0.00124333 Jy ! Component: 1800 - total flux cleaned = 0.00125863 Jy ! Component: 1850 - total flux cleaned = 0.00128855 Jy ! Component: 1900 - total flux cleaned = 0.00127395 Jy ! Component: 1950 - total flux cleaned = 0.0013033 Jy ! Component: 2000 - total flux cleaned = 0.00131775 Jy ! Component: 2050 - total flux cleaned = 0.00134673 Jy ! Component: 2100 - total flux cleaned = 0.00133238 Jy ! Component: 2150 - total flux cleaned = 0.00137486 Jy ! Component: 2200 - total flux cleaned = 0.00136076 Jy ! Component: 2250 - total flux cleaned = 0.00131883 Jy ! Component: 2300 - total flux cleaned = 0.00134658 Jy ! Component: 2350 - total flux cleaned = 0.00130548 Jy ! Component: 2400 - total flux cleaned = 0.00131919 Jy ! Component: 2450 - total flux cleaned = 0.00135966 Jy ! Component: 2500 - total flux cleaned = 0.00130592 Jy ! Component: 2550 - total flux cleaned = 0.00127949 Jy ! Component: 2600 - total flux cleaned = 0.00130582 Jy ! Component: 2650 - total flux cleaned = 0.00134512 Jy ! Component: 2700 - total flux cleaned = 0.00134532 Jy ! Component: 2750 - total flux cleaned = 0.00135816 Jy ! Component: 2800 - total flux cleaned = 0.00137092 Jy ! Component: 2850 - total flux cleaned = 0.00132026 Jy ! Component: 2900 - total flux cleaned = 0.00132024 Jy ! Component: 2950 - total flux cleaned = 0.00134496 Jy ! Component: 3000 - total flux cleaned = 0.00133264 Jy ! Component: 3050 - total flux cleaned = 0.00133262 Jy ! Component: 3100 - total flux cleaned = 0.00135694 Jy ! Component: 3150 - total flux cleaned = 0.00138121 Jy ! Component: 3200 - total flux cleaned = 0.00139311 Jy ! Component: 3250 - total flux cleaned = 0.00141689 Jy ! Component: 3300 - total flux cleaned = 0.00146417 Jy ! Component: 3350 - total flux cleaned = 0.00138172 Jy ! Component: 3400 - total flux cleaned = 0.00139341 Jy ! Component: 3450 - total flux cleaned = 0.00139336 Jy ! Component: 3500 - total flux cleaned = 0.00140482 Jy ! Component: 3550 - total flux cleaned = 0.00139351 Jy ! Component: 3600 - total flux cleaned = 0.0014163 Jy ! Component: 3650 - total flux cleaned = 0.00139359 Jy ! Component: 3700 - total flux cleaned = 0.00137109 Jy ! Component: 3750 - total flux cleaned = 0.00137112 Jy ! Component: 3800 - total flux cleaned = 0.00136003 Jy ! Component: 3850 - total flux cleaned = 0.00138202 Jy ! Component: 3900 - total flux cleaned = 0.00138191 Jy ! Component: 3950 - total flux cleaned = 0.00131642 Jy ! Component: 4000 - total flux cleaned = 0.00129494 Jy ! Component: 4050 - total flux cleaned = 0.0013166 Jy ! Total flux subtracted in 4096 components = 0.00131657 Jy ! Clean residual min=-0.000567 max=0.000664 Jy/beam ! Clean residual mean=0.000001 rms=0.000200 Jy/beam ! Combined flux in latest and established models = 0.196516 Jy keep ! Adding 307 model components to the UV plane model. ! The established model now contains 500 components and 0.196516 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1333-1950_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.325 x 8.543 at 0.3298 degrees (North through East) ! Clean map min=-0.0011779 max=0.15751 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1333-1950_S_map.fits wmodel /vlbi/uf001/uva//J1333-1950_S_map.mod ! Writing 500 model components to file: /vlbi/uf001/uva//J1333-1950_S_map.mod wobs /vlbi/uf001/uva//J1333-1950_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1333-1950_S_uvs.fits wwins /vlbi/uf001/uva//J1333-1950_S_map.win ! wwins: Wrote 4 windows to /vlbi/uf001/uva//J1333-1950_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.157508 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000199074 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.379169 0.379169 0.758338 1.51668 3.03335 6.0667 12.1334 24.2668 48.5336 97.0672 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.157 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 791.204 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1333-1950_S_dfm.log closed on Mon Jan 14 02:28:30 2019