! Started logfile: /image_prod/ug002_uva//J1320+5036_S_dfm.log on Thu Mar 5 01:10:09 2020 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 /image_prod/ug002_uva//J1320+5036_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1320+5036_S_uva.fits ! AN table 1: 90 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.913492 visibilities/baseline/integration-bin. ! Found source: J1320+5036 ! ! 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 6906 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 J1320+5036_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 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.047916Jy sigma=8.445077 ! Fit after self-cal, rms=0.748847Jy sigma=6.150883 ! 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.995 mas, bmaj=6.408 mas, bpa=-37.53 degrees ! Estimated noise=1.78704 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.182103 Jy ! Component: 100 - total flux cleaned = 0.24461 Jy ! Total flux subtracted in 100 components = 0.24461 Jy ! Clean residual min=-0.011952 max=0.026324 Jy/beam ! Clean residual mean=-0.000011 rms=0.004195 Jy/beam ! Combined flux in latest and established models = 0.24461 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.24461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.097640Jy sigma=0.712299 ! Fit after self-cal, rms=0.097566Jy sigma=0.711793 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0280354 Jy ! Component: 100 - total flux cleaned = 0.0445104 Jy ! Total flux subtracted in 100 components = 0.0445104 Jy ! Clean residual min=-0.010107 max=0.015297 Jy/beam ! Clean residual mean=-0.000017 rms=0.003416 Jy/beam ! Combined flux in latest and established models = 0.28912 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 15 components and 0.28912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084684Jy sigma=0.606299 ! Fit after self-cal, rms=0.084667Jy sigma=0.606170 ! 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.62 mas, bmaj=7.038 mas, bpa=-35.94 degrees ! Estimated noise=1.09196 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.0177274 Jy ! Component: 100 - total flux cleaned = 0.0283301 Jy ! Component: 150 - total flux cleaned = 0.0350121 Jy ! Component: 200 - total flux cleaned = 0.0374495 Jy ! Total flux subtracted in 200 components = 0.0374495 Jy ! Clean residual min=-0.010027 max=0.015140 Jy/beam ! Clean residual mean=-0.000020 rms=0.003288 Jy/beam ! Combined flux in latest and established models = 0.32657 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 28 components and 0.32657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080241Jy sigma=0.571441 ! Fit after self-cal, rms=0.080235Jy sigma=0.571387 ! 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.62 x 7.038 at -35.94 degrees (North through East) ! Clean map min=-0.0098143 max=0.23868 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.94 HN 1.00 KP 0.99 ! LA 1.04 MK 1.02 NL 1.12 OV 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.94 HN 0.99 KP 0.98 ! LA 1.06 MK 0.98 NL 1.14 OV 0.89 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.94 HN 0.98 KP 0.99 ! LA 1.08 MK 1.01 NL 1.13 OV 1.03 ! ! ! Fit before self-cal, rms=0.080235Jy sigma=0.571387 ! Fit after self-cal, rms=0.079703Jy sigma=0.541469 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.636 mas, bmaj=6.987 mas, bpa=-35.82 degrees ! Estimated noise=1.0889 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.00278359 Jy ! Component: 100 - total flux cleaned = 0.00279877 Jy ! Component: 150 - total flux cleaned = 0.00287756 Jy ! Component: 200 - total flux cleaned = 0.00288167 Jy ! Total flux subtracted in 200 components = 0.00288167 Jy ! Clean residual min=-0.012095 max=0.010629 Jy/beam ! Clean residual mean=-0.000011 rms=0.002953 Jy/beam ! Combined flux in latest and established models = 0.329451 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 32 components and 0.329451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079350Jy sigma=0.540518 ! Fit after self-cal, rms=0.079404Jy sigma=0.540431 ! 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.079404Jy sigma=0.540431 ! Fit after self-cal, rms=0.069236Jy sigma=0.439956 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.636 mas, bmaj=6.972 mas, bpa=-35.96 degrees ! Estimated noise=1.09384 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0033027 Jy ! Component: 100 - total flux cleaned = -0.00315897 Jy ! Component: 150 - total flux cleaned = -0.00281309 Jy ! Component: 200 - total flux cleaned = -0.00244169 Jy ! Total flux subtracted in 200 components = -0.00244169 Jy ! Clean residual min=-0.003452 max=0.003812 Jy/beam ! Clean residual mean=-0.000003 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.32701 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 0.32701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068692Jy sigma=0.435512 ! Fit after self-cal, rms=0.068794Jy sigma=0.435239 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) ! Added new window around map position (-101.5, 96.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00243376 Jy ! Component: 100 - total flux cleaned = 0.00294168 Jy ! Component: 150 - total flux cleaned = 0.00341889 Jy ! Component: 200 - total flux cleaned = 0.00365911 Jy ! Total flux subtracted in 200 components = 0.00365911 Jy ! Clean residual min=-0.002980 max=0.002542 Jy/beam ! Clean residual mean=-0.000000 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.330669 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 61 components and 0.330669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068498Jy sigma=0.433471 ! Fit after self-cal, rms=0.068497Jy sigma=0.433410 ! 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.068497Jy sigma=0.433410 ! Fit after self-cal, rms=0.069137Jy sigma=0.432387 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.631 mas, bmaj=6.962 mas, bpa=-35.95 degrees ! Estimated noise=1.09165 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0018945 Jy ! Component: 100 - total flux cleaned = -0.00167185 Jy ! Component: 150 - total flux cleaned = -0.00135462 Jy ! Component: 200 - total flux cleaned = -0.00108731 Jy ! Total flux subtracted in 200 components = -0.00108731 Jy ! Clean residual min=-0.002525 max=0.002100 Jy/beam ! Clean residual mean=0.000000 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.329582 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 71 components and 0.329582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068959Jy sigma=0.431176 ! Fit after self-cal, rms=0.068966Jy sigma=0.431170 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.00023885 Jy ! Component: 100 - total flux cleaned = 0.0004962 Jy ! Component: 150 - total flux cleaned = 0.000613397 Jy ! Component: 200 - total flux cleaned = 0.000723198 Jy ! Total flux subtracted in 200 components = 0.000723198 Jy ! Clean residual min=-0.002458 max=0.001970 Jy/beam ! Clean residual mean=0.000000 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.330305 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 83 components and 0.330305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068911Jy sigma=0.430836 ! Fit after self-cal, rms=0.068912Jy sigma=0.430829 ! 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.068912Jy sigma=0.430829 ! Fit after self-cal, rms=0.069271Jy sigma=0.430475 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.288 mas, bmaj=9.157 mas, bpa=-35.83 degrees ! Estimated noise=1.33457 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00055043 Jy ! Component: 100 - total flux cleaned = -0.000551583 Jy ! Component: 150 - total flux cleaned = -0.000549299 Jy ! Component: 200 - total flux cleaned = -0.000551062 Jy ! Total flux subtracted in 200 components = -0.000551062 Jy ! Clean residual min=-0.002400 max=0.002170 Jy/beam ! Clean residual mean=0.000001 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.329754 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 88 components and 0.329754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069198Jy sigma=0.430097 ! Fit after self-cal, rms=0.069202Jy sigma=0.430094 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 = 9.68964e-07 Jy ! Component: 100 - total flux cleaned = 1.61479e-06 Jy ! Component: 150 - total flux cleaned = -2.3473e-05 Jy ! Component: 200 - total flux cleaned = -6.25932e-07 Jy ! Total flux subtracted in 200 components = -6.25932e-07 Jy ! Clean residual min=-0.002275 max=0.002148 Jy/beam ! Clean residual mean=0.000001 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.329753 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 96 components and 0.329753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069182Jy sigma=0.430006 ! Fit after self-cal, rms=0.069181Jy sigma=0.430002 ! 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.631 mas, bmaj=6.956 mas, bpa=-35.92 degrees ! Estimated noise=1.09076 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.631 x 6.956 at -35.92 degrees (North through East) ! Clean map min=-0.0021801 max=0.2403 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=3.004 mas, bmaj=6.338 mas, bpa=-37.71 degrees ! Estimated noise=1.81092 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.184619 Jy ! Component: 100 - total flux cleaned = 0.24891 Jy ! Component: 150 - total flux cleaned = 0.277878 Jy ! Component: 200 - total flux cleaned = 0.292442 Jy ! Total flux subtracted in 200 components = 0.292442 Jy ! Clean residual min=-0.004990 max=0.007315 Jy/beam ! Clean residual mean=-0.000003 rms=0.001296 Jy/beam ! Combined flux in latest and established models = 0.292441 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.292441 Jy ! Inverting map and beam ! Estimated beam: bmin=3.631 mas, bmaj=6.956 mas, bpa=-35.92 degrees ! Estimated noise=1.09076 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.0120336 Jy ! Component: 100 - total flux cleaned = 0.0188681 Jy ! Component: 150 - total flux cleaned = 0.0234593 Jy ! Component: 200 - total flux cleaned = 0.0268573 Jy ! Total flux subtracted in 200 components = 0.0268573 Jy ! Clean residual min=-0.002418 max=0.002647 Jy/beam ! Clean residual mean=0.000002 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.319299 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 62 components and 0.319299 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.288 mas, bmaj=9.157 mas, bpa=-35.83 degrees ! Estimated noise=1.33457 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00376854 Jy ! Component: 100 - total flux cleaned = 0.00520709 Jy ! Component: 150 - total flux cleaned = 0.00630006 Jy ! Component: 200 - total flux cleaned = 0.00714529 Jy ! Total flux subtracted in 200 components = 0.00714529 Jy ! Clean residual min=-0.002188 max=0.002219 Jy/beam ! Clean residual mean=0.000002 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.326444 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.000759727 Jy ! Component: 100 - total flux cleaned = 0.00125715 Jy ! Component: 150 - total flux cleaned = 0.0015784 Jy ! Component: 200 - total flux cleaned = 0.00187991 Jy ! Total flux subtracted in 200 components = 0.00187991 Jy ! Clean residual min=-0.002090 max=0.002164 Jy/beam ! Clean residual mean=0.000002 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.328324 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 128 components and 0.328324 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.631 mas, bmaj=6.956 mas, bpa=-35.92 degrees ! Estimated noise=1.09076 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.98426e-05 Jy ! Component: 100 - total flux cleaned = 0.000260238 Jy ! Component: 150 - total flux cleaned = 0.000455409 Jy ! Component: 200 - total flux cleaned = 0.000544542 Jy ! Total flux subtracted in 200 components = 0.000544542 Jy ! Clean residual min=-0.002074 max=0.001911 Jy/beam ! Clean residual mean=0.000001 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.328869 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 147 components and 0.328869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069167Jy sigma=0.429810 ! Fit after self-cal, rms=0.069165Jy sigma=0.429793 wmodel J1320+5036_S_map.mod ! Writing 147 model components to file: J1320+5036_S_map.mod wobs J1320+5036_S_uvs.fits ! Writing UV FITS file: J1320+5036_S_uvs.fits wwins J1320+5036_S_map.win ! wwins: Wrote 2 windows to J1320+5036_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.000465641 Jy ! Component: 100 - total flux cleaned = -0.000364146 Jy ! Component: 150 - total flux cleaned = -0.000171348 Jy ! Component: 200 - total flux cleaned = -4.78347e-05 Jy ! Component: 250 - total flux cleaned = 0.000158924 Jy ! Component: 300 - total flux cleaned = 0.0003289 Jy ! Component: 350 - total flux cleaned = 0.000466821 Jy ! Component: 400 - total flux cleaned = 0.000573352 Jy ! Component: 450 - total flux cleaned = 0.000599575 Jy ! Component: 500 - total flux cleaned = 0.000676072 Jy ! Component: 550 - total flux cleaned = 0.000825399 Jy ! Component: 600 - total flux cleaned = 0.000922096 Jy ! Component: 650 - total flux cleaned = 0.000875406 Jy ! Component: 700 - total flux cleaned = 0.000876125 Jy ! Component: 750 - total flux cleaned = 0.000853798 Jy ! Component: 800 - total flux cleaned = 0.000787637 Jy ! Component: 850 - total flux cleaned = 0.00080922 Jy ! Component: 900 - total flux cleaned = 0.000745274 Jy ! Component: 950 - total flux cleaned = 0.000724944 Jy ! Component: 1000 - total flux cleaned = 0.000786076 Jy ! Component: 1050 - total flux cleaned = 0.000725273 Jy ! Component: 1100 - total flux cleaned = 0.000645933 Jy ! Component: 1150 - total flux cleaned = 0.000568507 Jy ! Component: 1200 - total flux cleaned = 0.00051168 Jy ! Component: 1250 - total flux cleaned = 0.000474411 Jy ! Component: 1300 - total flux cleaned = 0.000474478 Jy ! Component: 1350 - total flux cleaned = 0.000456071 Jy ! Component: 1400 - total flux cleaned = 0.000491694 Jy ! Component: 1450 - total flux cleaned = 0.000491476 Jy ! Component: 1500 - total flux cleaned = 0.000473592 Jy ! Component: 1550 - total flux cleaned = 0.000421891 Jy ! Component: 1600 - total flux cleaned = 0.000455878 Jy ! Component: 1650 - total flux cleaned = 0.000489516 Jy ! Component: 1700 - total flux cleaned = 0.000522958 Jy ! Component: 1750 - total flux cleaned = 0.000571924 Jy ! Component: 1800 - total flux cleaned = 0.000635771 Jy ! Component: 1850 - total flux cleaned = 0.000667201 Jy ! Component: 1900 - total flux cleaned = 0.00069818 Jy ! Component: 1950 - total flux cleaned = 0.000728587 Jy ! Component: 2000 - total flux cleaned = 0.000683098 Jy ! Component: 2050 - total flux cleaned = 0.000668511 Jy ! Component: 2100 - total flux cleaned = 0.000654074 Jy ! Component: 2150 - total flux cleaned = 0.000668432 Jy ! Component: 2200 - total flux cleaned = 0.000668206 Jy ! Component: 2250 - total flux cleaned = 0.000682654 Jy ! Component: 2300 - total flux cleaned = 0.000738567 Jy ! Component: 2350 - total flux cleaned = 0.000738543 Jy ! Component: 2400 - total flux cleaned = 0.000779237 Jy ! Component: 2450 - total flux cleaned = 0.00068435 Jy ! Component: 2500 - total flux cleaned = 0.000710914 Jy ! Component: 2550 - total flux cleaned = 0.000658248 Jy ! Component: 2600 - total flux cleaned = 0.000671313 Jy ! Component: 2650 - total flux cleaned = 0.000645481 Jy ! Component: 2700 - total flux cleaned = 0.000632679 Jy ! Component: 2750 - total flux cleaned = 0.000632886 Jy ! Component: 2800 - total flux cleaned = 0.000620191 Jy ! Component: 2850 - total flux cleaned = 0.000546 Jy ! Component: 2900 - total flux cleaned = 0.000583152 Jy ! Component: 2950 - total flux cleaned = 0.000607489 Jy ! Component: 3000 - total flux cleaned = 0.000559285 Jy ! Component: 3050 - total flux cleaned = 0.000523585 Jy ! Component: 3100 - total flux cleaned = 0.00051168 Jy ! Component: 3150 - total flux cleaned = 0.000464934 Jy ! Component: 3200 - total flux cleaned = 0.00046489 Jy ! Component: 3250 - total flux cleaned = 0.000441846 Jy ! Component: 3300 - total flux cleaned = 0.00043038 Jy ! Component: 3350 - total flux cleaned = 0.000418934 Jy ! Component: 3400 - total flux cleaned = 0.000374124 Jy ! Component: 3450 - total flux cleaned = 0.000340686 Jy ! Component: 3500 - total flux cleaned = 0.000274519 Jy ! Component: 3550 - total flux cleaned = 0.00032933 Jy ! Component: 3600 - total flux cleaned = 0.000285923 Jy ! Component: 3650 - total flux cleaned = 0.000328997 Jy ! Component: 3700 - total flux cleaned = 0.000296851 Jy ! Component: 3750 - total flux cleaned = 0.000286246 Jy ! Component: 3800 - total flux cleaned = 0.000244013 Jy ! Component: 3850 - total flux cleaned = 0.000233505 Jy ! Component: 3900 - total flux cleaned = 0.000171112 Jy ! Component: 3950 - total flux cleaned = 0.000140219 Jy ! Component: 4000 - total flux cleaned = 0.000129962 Jy ! Component: 4050 - total flux cleaned = 0.000119847 Jy ! Total flux subtracted in 4096 components = 0.000170412 Jy ! Clean residual min=-0.000552 max=0.000616 Jy/beam ! Clean residual mean=-0.000000 rms=0.000186 Jy/beam ! Combined flux in latest and established models = 0.329039 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 453 components and 0.329039 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1320+5036_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.631 x 6.956 at -35.92 degrees (North through East) ! Clean map min=-0.0019829 max=0.24115 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1320+5036_S_map.fits wmodel /image_prod/ug002_uva//J1320+5036_S_map.mod ! Writing 453 model components to file: /image_prod/ug002_uva//J1320+5036_S_map.mod wobs /image_prod/ug002_uva//J1320+5036_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1320+5036_S_uvs.fits wwins /image_prod/ug002_uva//J1320+5036_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1320+5036_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.241148 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000181617 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.22594 0.22594 0.45188 0.90376 1.80752 3.61504 7.23008 14.4602 28.9203 57.8407 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.241 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1327.79 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1320+5036_S_dfm.log closed on Thu Mar 5 01:10:13 2020