! Started logfile: /image_prod/ug002_uva//J1310+3233_S_b_dfm.log on Thu Mar 5 01:05:03 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//J1310+3233_S_b_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1310+3233_S_b_uva.fits ! AN table 1: 24 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.799107 visibilities/baseline/integration-bin. ! Found source: J1310+3233 ! ! 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 1611 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 J1310+3233_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.025069Jy sigma=8.576556 ! Fit after self-cal, rms=0.791394Jy sigma=6.644382 ! 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.674 mas, bmaj=9.324 mas, bpa=-11.71 degrees ! Estimated noise=2.68151 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.165856 Jy ! Component: 100 - total flux cleaned = 0.20426 Jy ! Total flux subtracted in 100 components = 0.20426 Jy ! Clean residual min=-0.009520 max=0.014464 Jy/beam ! Clean residual mean=0.000024 rms=0.002616 Jy/beam ! Combined flux in latest and established models = 0.20426 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.20426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.102070Jy sigma=0.638168 ! Fit after self-cal, rms=0.102082Jy sigma=0.638072 ! 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.283 mas, bmaj=9.953 mas, bpa=-11.2 degrees ! Estimated noise=2.1788 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.0185638 Jy ! Component: 100 - total flux cleaned = 0.026895 Jy ! Component: 150 - total flux cleaned = 0.0302497 Jy ! Component: 200 - total flux cleaned = 0.030639 Jy ! Total flux subtracted in 200 components = 0.030639 Jy ! Clean residual min=-0.008188 max=0.007429 Jy/beam ! Clean residual mean=0.000002 rms=0.001858 Jy/beam ! Combined flux in latest and established models = 0.234899 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 39 components and 0.234899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099197Jy sigma=0.599942 ! Fit after self-cal, rms=0.099276Jy sigma=0.599637 ! 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.283 x 9.953 at -11.2 degrees (North through East) ! Clean map min=-0.0078063 max=0.21607 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.95 KP 0.97 LA 1.04 ! MK 0.98 NL 1.07 PT 1.02 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.70 FD 0.95 KP 0.99 LA 1.02 ! MK 1.05 NL 0.83 PT 1.03 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.95 KP 0.99 LA 1.05 ! MK 1.03 NL 0.93 PT 1.00 SC 0.99 ! ! ! Fit before self-cal, rms=0.099276Jy sigma=0.599637 ! Fit after self-cal, rms=0.118646Jy sigma=0.571396 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.302 mas, bmaj=10.05 mas, bpa=-11.57 degrees ! Estimated noise=2.18631 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.00114201 Jy ! Component: 100 - total flux cleaned = 0.00163649 Jy ! Component: 150 - total flux cleaned = 0.00194142 Jy ! Component: 200 - total flux cleaned = 0.00217408 Jy ! Total flux subtracted in 200 components = 0.00217408 Jy ! Clean residual min=-0.004960 max=0.005201 Jy/beam ! Clean residual mean=-0.000001 rms=0.001336 Jy/beam ! Combined flux in latest and established models = 0.237073 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.237073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.118447Jy sigma=0.570583 ! Fit after self-cal, rms=0.118789Jy sigma=0.570021 ! 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.118789Jy sigma=0.570021 ! Fit after self-cal, rms=0.119035Jy sigma=0.564961 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.293 mas, bmaj=10.07 mas, bpa=-11.65 degrees ! Estimated noise=2.19314 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00114855 Jy ! Component: 100 - total flux cleaned = 0.00154301 Jy ! Component: 150 - total flux cleaned = 0.00174946 Jy ! Component: 200 - total flux cleaned = 0.00192454 Jy ! Total flux subtracted in 200 components = 0.00192454 Jy ! Clean residual min=-0.004755 max=0.004560 Jy/beam ! Clean residual mean=0.000003 rms=0.001194 Jy/beam ! Combined flux in latest and established models = 0.238998 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 60 components and 0.238998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.118957Jy sigma=0.564603 ! Fit after self-cal, rms=0.118972Jy sigma=0.564524 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 = -6.62085e-05 Jy ! Component: 100 - total flux cleaned = 2.91132e-05 Jy ! Component: 150 - total flux cleaned = 5.5415e-05 Jy ! Component: 200 - total flux cleaned = 0.000104446 Jy ! Total flux subtracted in 200 components = 0.000104446 Jy ! Clean residual min=-0.004700 max=0.004567 Jy/beam ! Clean residual mean=0.000003 rms=0.001190 Jy/beam ! Combined flux in latest and established models = 0.239102 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 62 components and 0.239102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.118935Jy sigma=0.564385 ! Fit after self-cal, rms=0.118946Jy sigma=0.564360 ! 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.118946Jy sigma=0.564360 ! Fit after self-cal, rms=0.117297Jy sigma=0.562305 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.292 mas, bmaj=10.05 mas, bpa=-11.69 degrees ! Estimated noise=2.19628 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102042 Jy ! Component: 100 - total flux cleaned = 0.0013043 Jy ! Component: 150 - total flux cleaned = 0.0014212 Jy ! Component: 200 - total flux cleaned = 0.00147187 Jy ! Total flux subtracted in 200 components = 0.00147187 Jy ! Clean residual min=-0.004901 max=0.004838 Jy/beam ! Clean residual mean=0.000005 rms=0.001152 Jy/beam ! Combined flux in latest and established models = 0.240574 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 74 components and 0.240574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.117256Jy sigma=0.562126 ! Fit after self-cal, rms=0.117268Jy sigma=0.562098 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.80841e-06 Jy ! Component: 100 - total flux cleaned = 1.95209e-05 Jy ! Component: 150 - total flux cleaned = 8.15243e-05 Jy ! Component: 200 - total flux cleaned = 9.95668e-05 Jy ! Total flux subtracted in 200 components = 9.95668e-05 Jy ! Clean residual min=-0.004848 max=0.004820 Jy/beam ! Clean residual mean=0.000005 rms=0.001150 Jy/beam ! Combined flux in latest and established models = 0.240674 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 78 components and 0.240674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.117245Jy sigma=0.562045 ! Fit after self-cal, rms=0.117254Jy sigma=0.562036 ! 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.117254Jy sigma=0.562036 ! Fit after self-cal, rms=0.116657Jy sigma=0.561925 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.799 mas, bmaj=11.95 mas, bpa=-17.13 degrees ! Estimated noise=2.53313 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115621 Jy ! Component: 100 - total flux cleaned = 0.00119088 Jy ! Component: 150 - total flux cleaned = 0.00116293 Jy ! Component: 200 - total flux cleaned = 0.0011383 Jy ! Total flux subtracted in 200 components = 0.0011383 Jy ! Clean residual min=-0.004528 max=0.004886 Jy/beam ! Clean residual mean=0.000012 rms=0.001292 Jy/beam ! Combined flux in latest and established models = 0.241812 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 81 components and 0.241812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.116643Jy sigma=0.561859 ! Fit after self-cal, rms=0.116651Jy sigma=0.561846 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 = -4.48851e-05 Jy ! Component: 100 - total flux cleaned = -6.54124e-05 Jy ! Component: 150 - total flux cleaned = -8.5004e-05 Jy ! Component: 200 - total flux cleaned = -8.53974e-05 Jy ! Total flux subtracted in 200 components = -8.53974e-05 Jy ! Clean residual min=-0.004557 max=0.004872 Jy/beam ! Clean residual mean=0.000012 rms=0.001290 Jy/beam ! Combined flux in latest and established models = 0.241726 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 83 components and 0.241726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.116648Jy sigma=0.561913 ! Fit after self-cal, rms=0.116659Jy sigma=0.561908 ! 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.29 mas, bmaj=10.03 mas, bpa=-11.75 degrees ! Estimated noise=2.19843 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.29 x 10.03 at -11.75 degrees (North through East) ! Clean map min=-0.0045881 max=0.2176 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.683 mas, bmaj=9.401 mas, bpa=-12.12 degrees ! Estimated noise=2.6883 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.166143 Jy ! Component: 100 - total flux cleaned = 0.203952 Jy ! Component: 150 - total flux cleaned = 0.218182 Jy ! Component: 200 - total flux cleaned = 0.226175 Jy ! Total flux subtracted in 200 components = 0.226175 Jy ! Clean residual min=-0.005955 max=0.005317 Jy/beam ! Clean residual mean=0.000012 rms=0.001528 Jy/beam ! Combined flux in latest and established models = 0.226175 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.226175 Jy ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=10.03 mas, bpa=-11.75 degrees ! Estimated noise=2.19843 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.00759071 Jy ! Component: 100 - total flux cleaned = 0.0117542 Jy ! Component: 150 - total flux cleaned = 0.0138363 Jy ! Component: 200 - total flux cleaned = 0.0144982 Jy ! Total flux subtracted in 200 components = 0.0144982 Jy ! Clean residual min=-0.005006 max=0.004665 Jy/beam ! Clean residual mean=0.000007 rms=0.001174 Jy/beam ! Combined flux in latest and established models = 0.240673 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 76 components and 0.240673 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.799 mas, bmaj=11.95 mas, bpa=-17.13 degrees ! Estimated noise=2.53313 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109613 Jy ! Component: 100 - total flux cleaned = 0.00115435 Jy ! Component: 150 - total flux cleaned = 0.0012008 Jy ! Component: 200 - total flux cleaned = 0.00120154 Jy ! Total flux subtracted in 200 components = 0.00120154 Jy ! Clean residual min=-0.004538 max=0.004900 Jy/beam ! Clean residual mean=0.000012 rms=0.001304 Jy/beam ! Combined flux in latest and established models = 0.241874 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 = -3.13526e-05 Jy ! Component: 100 - total flux cleaned = -3.16326e-05 Jy ! Component: 150 - total flux cleaned = -8.52292e-05 Jy ! Component: 200 - total flux cleaned = -0.000108038 Jy ! Total flux subtracted in 200 components = -0.000108038 Jy ! Clean residual min=-0.004533 max=0.004887 Jy/beam ! Clean residual mean=0.000012 rms=0.001295 Jy/beam ! Combined flux in latest and established models = 0.241766 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 87 components and 0.241766 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=10.03 mas, bpa=-11.75 degrees ! Estimated noise=2.19843 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000603034 Jy ! Component: 100 - total flux cleaned = 0.000702627 Jy ! Component: 150 - total flux cleaned = 0.000740583 Jy ! Component: 200 - total flux cleaned = 0.000706592 Jy ! Total flux subtracted in 200 components = 0.000706592 Jy ! Clean residual min=-0.004669 max=0.004614 Jy/beam ! Clean residual mean=0.000005 rms=0.001150 Jy/beam ! Combined flux in latest and established models = 0.242473 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 105 components and 0.242473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.116755Jy sigma=0.562206 ! Fit after self-cal, rms=0.116677Jy sigma=0.562000 wmodel J1310+3233_S_b_map.mod ! Writing 105 model components to file: J1310+3233_S_b_map.mod wobs J1310+3233_S_b_uvs.fits ! Writing UV FITS file: J1310+3233_S_b_uvs.fits wwins J1310+3233_S_b_map.win ! wwins: Wrote 1 windows to J1310+3233_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.00033561 Jy ! Component: 100 - total flux cleaned = -0.000334308 Jy ! Component: 150 - total flux cleaned = -0.000616454 Jy ! Component: 200 - total flux cleaned = -0.000818257 Jy ! Component: 250 - total flux cleaned = -0.000816388 Jy ! Component: 300 - total flux cleaned = -0.00106387 Jy ! Component: 350 - total flux cleaned = -0.00112267 Jy ! Component: 400 - total flux cleaned = -0.00123787 Jy ! Component: 450 - total flux cleaned = -0.00140572 Jy ! Component: 500 - total flux cleaned = -0.00146103 Jy ! Component: 550 - total flux cleaned = -0.00167309 Jy ! Component: 600 - total flux cleaned = -0.00172493 Jy ! Component: 650 - total flux cleaned = -0.00177536 Jy ! Component: 700 - total flux cleaned = -0.0018741 Jy ! Component: 750 - total flux cleaned = -0.00201933 Jy ! Component: 800 - total flux cleaned = -0.00230187 Jy ! Component: 850 - total flux cleaned = -0.00248667 Jy ! Component: 900 - total flux cleaned = -0.00253211 Jy ! Component: 950 - total flux cleaned = -0.00270971 Jy ! Component: 1000 - total flux cleaned = -0.00288316 Jy ! Component: 1050 - total flux cleaned = -0.00292556 Jy ! Component: 1100 - total flux cleaned = -0.00305216 Jy ! Component: 1150 - total flux cleaned = -0.00329752 Jy ! Component: 1200 - total flux cleaned = -0.00341879 Jy ! Component: 1250 - total flux cleaned = -0.00373566 Jy ! Component: 1300 - total flux cleaned = -0.00392971 Jy ! Component: 1350 - total flux cleaned = -0.00415936 Jy ! Component: 1400 - total flux cleaned = -0.00419737 Jy ! Component: 1450 - total flux cleaned = -0.00430976 Jy ! Component: 1500 - total flux cleaned = -0.00456709 Jy ! Component: 1550 - total flux cleaned = -0.00471154 Jy ! Component: 1600 - total flux cleaned = -0.00485349 Jy ! Component: 1650 - total flux cleaned = -0.00481832 Jy ! Component: 1700 - total flux cleaned = -0.00509543 Jy ! Component: 1750 - total flux cleaned = -0.0051637 Jy ! Component: 1800 - total flux cleaned = -0.00519721 Jy ! Component: 1850 - total flux cleaned = -0.00529664 Jy ! Component: 1900 - total flux cleaned = -0.00529602 Jy ! Component: 1950 - total flux cleaned = -0.00536072 Jy ! Component: 2000 - total flux cleaned = -0.00532815 Jy ! Component: 2050 - total flux cleaned = -0.00539191 Jy ! Component: 2100 - total flux cleaned = -0.00548635 Jy ! Component: 2150 - total flux cleaned = -0.00557909 Jy ! Component: 2200 - total flux cleaned = -0.00564076 Jy ! Component: 2250 - total flux cleaned = -0.00564073 Jy ! Component: 2300 - total flux cleaned = -0.00555052 Jy ! Component: 2350 - total flux cleaned = -0.00552105 Jy ! Component: 2400 - total flux cleaned = -0.00555035 Jy ! Component: 2450 - total flux cleaned = -0.00537577 Jy ! Component: 2500 - total flux cleaned = -0.00540476 Jy ! Component: 2550 - total flux cleaned = -0.00534763 Jy ! Component: 2600 - total flux cleaned = -0.00526263 Jy ! Component: 2650 - total flux cleaned = -0.00523477 Jy ! Component: 2700 - total flux cleaned = -0.0052904 Jy ! Component: 2750 - total flux cleaned = -0.00520764 Jy ! Component: 2800 - total flux cleaned = -0.00518045 Jy ! Component: 2850 - total flux cleaned = -0.00523449 Jy ! Component: 2900 - total flux cleaned = -0.00518009 Jy ! Component: 2950 - total flux cleaned = -0.00512687 Jy ! Component: 3000 - total flux cleaned = -0.00510045 Jy ! Component: 3050 - total flux cleaned = -0.00507447 Jy ! Component: 3100 - total flux cleaned = -0.00499643 Jy ! Component: 3150 - total flux cleaned = -0.00502213 Jy ! Component: 3200 - total flux cleaned = -0.00502204 Jy ! Component: 3250 - total flux cleaned = -0.00492024 Jy ! Component: 3300 - total flux cleaned = -0.00489499 Jy ! Component: 3350 - total flux cleaned = -0.00489488 Jy ! Component: 3400 - total flux cleaned = -0.00482002 Jy ! Component: 3450 - total flux cleaned = -0.00484473 Jy ! Component: 3500 - total flux cleaned = -0.00474575 Jy ! Component: 3550 - total flux cleaned = -0.00467205 Jy ! Component: 3600 - total flux cleaned = -0.00462326 Jy ! Component: 3650 - total flux cleaned = -0.00459913 Jy ! Component: 3700 - total flux cleaned = -0.00455077 Jy ! Component: 3750 - total flux cleaned = -0.00447903 Jy ! Component: 3800 - total flux cleaned = -0.00445526 Jy ! Component: 3850 - total flux cleaned = -0.00438389 Jy ! Component: 3900 - total flux cleaned = -0.00436044 Jy ! Component: 3950 - total flux cleaned = -0.00433704 Jy ! Component: 4000 - total flux cleaned = -0.00426708 Jy ! Component: 4050 - total flux cleaned = -0.00426717 Jy ! Total flux subtracted in 4096 components = -0.00426736 Jy ! Clean residual min=-0.001390 max=0.001472 Jy/beam ! Clean residual mean=0.000007 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.238206 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 417 components and 0.238205 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1310+3233_S_b_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.29 x 10.03 at -11.75 degrees (North through East) ! Clean map min=-0.0042457 max=0.2178 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1310+3233_S_b_map.fits wmodel /image_prod/ug002_uva//J1310+3233_S_b_map.mod ! Writing 417 model components to file: /image_prod/ug002_uva//J1310+3233_S_b_map.mod wobs /image_prod/ug002_uva//J1310+3233_S_b_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1310+3233_S_b_uvs.fits wwins /image_prod/ug002_uva//J1310+3233_S_b_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1310+3233_S_b_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.217798 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000417534 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.575121 0.575121 1.15024 2.30049 4.60097 9.20194 18.4039 36.8078 73.6155 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.217 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 521.629 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1310+3233_S_b_dfm.log closed on Thu Mar 5 01:05:06 2020