! Started logfile: /image_prod/ug002_uva//J0832+1832_S_dfm.log on Wed Mar 4 22:25:37 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//J0832+1832_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0832+1832_S_uva.fits ! AN table 1: 60 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.412698 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0832+1832 ! ! 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 36 lines of history. ! ! Reading 1560 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 J0832+1832_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 220 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 220 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 220 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.012928Jy sigma=8.127901 ! Fit after self-cal, rms=0.918874Jy sigma=7.368442 ! 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.839 mas, bmaj=11.29 mas, bpa=-12.22 degrees ! Estimated noise=2.96057 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.0729887 Jy ! Component: 100 - total flux cleaned = 0.099793 Jy ! Total flux subtracted in 100 components = 0.099793 Jy ! Clean residual min=-0.016661 max=0.024690 Jy/beam ! Clean residual mean=-0.000007 rms=0.005612 Jy/beam ! Combined flux in latest and established models = 0.099793 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.099793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.117086Jy sigma=0.923617 ! Fit after self-cal, rms=0.115835Jy sigma=0.914770 ! 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.33 mas, bmaj=11.37 mas, bpa=-12.51 degrees ! Estimated noise=2.36603 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.012678 Jy ! Component: 100 - total flux cleaned = 0.0204476 Jy ! Component: 150 - total flux cleaned = 0.0238119 Jy ! Component: 200 - total flux cleaned = 0.0253145 Jy ! Total flux subtracted in 200 components = 0.0253145 Jy ! Clean residual min=-0.015936 max=0.023341 Jy/beam ! Clean residual mean=0.000008 rms=0.005119 Jy/beam ! Combined flux in latest and established models = 0.125108 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 23 components and 0.125108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.114738Jy sigma=0.899027 ! Fit after self-cal, rms=0.114595Jy sigma=0.898576 ! 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.33 x 11.37 at -12.51 degrees (North through East) ! Clean map min=-0.015313 max=0.090996 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 60 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.77 FD 0.92 HN 0.86 KP 1.06 ! MK 1.13 NL 2.66 OV 0.87 ! ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.05 HN 0.72 KP 0.94 ! MK 1.16 NL 2.92 OV 0.78 ! ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.12 HN 0.69 KP 0.91 ! MK 1.08 NL 1.85 OV 0.75 ! ! ! Fit before self-cal, rms=0.114595Jy sigma=0.898576 ! Fit after self-cal, rms=0.130544Jy sigma=0.808934 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.065 mas, bmaj=10.43 mas, bpa=-12.66 degrees ! Estimated noise=2.61585 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.00020802 Jy ! Component: 100 - total flux cleaned = 0.000597458 Jy ! Component: 150 - total flux cleaned = 0.00117048 Jy ! Component: 200 - total flux cleaned = 0.0013792 Jy ! Total flux subtracted in 200 components = 0.0013792 Jy ! Clean residual min=-0.009963 max=0.012969 Jy/beam ! Clean residual mean=0.000002 rms=0.002896 Jy/beam ! Combined flux in latest and established models = 0.126487 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 35 components and 0.126487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.130286Jy sigma=0.805973 ! Fit after self-cal, rms=0.131923Jy sigma=0.801712 ! 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.131923Jy sigma=0.801712 ! Fit after self-cal, rms=0.140082Jy sigma=0.800981 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.098 mas, bmaj=10.35 mas, bpa=-12.56 degrees ! Estimated noise=2.61755 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00206554 Jy ! Component: 100 - total flux cleaned = 0.00206969 Jy ! Component: 150 - total flux cleaned = 0.00206375 Jy ! Component: 200 - total flux cleaned = 0.00254758 Jy ! Total flux subtracted in 200 components = 0.00254758 Jy ! Clean residual min=-0.010049 max=0.012615 Jy/beam ! Clean residual mean=0.000003 rms=0.002898 Jy/beam ! Combined flux in latest and established models = 0.129034 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 42 components and 0.129034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139840Jy sigma=0.799237 ! Fit after self-cal, rms=0.140064Jy sigma=0.799079 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 (-0.5, 85.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0112101 Jy ! Component: 100 - total flux cleaned = 0.014394 Jy ! Component: 150 - total flux cleaned = 0.0171369 Jy ! Component: 200 - total flux cleaned = 0.0197032 Jy ! Total flux subtracted in 200 components = 0.0197032 Jy ! Clean residual min=-0.007883 max=0.006778 Jy/beam ! Clean residual mean=-0.000005 rms=0.001965 Jy/beam ! Combined flux in latest and established models = 0.148738 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 67 components and 0.148738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.138765Jy sigma=0.789620 ! Fit after self-cal, rms=0.138564Jy sigma=0.787491 ! 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.138564Jy sigma=0.787491 ! Fit after self-cal, rms=0.134236Jy sigma=0.786018 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.106 mas, bmaj=10.29 mas, bpa=-12.51 degrees ! Estimated noise=2.51424 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00547829 Jy ! Component: 100 - total flux cleaned = 0.00757823 Jy ! Component: 150 - total flux cleaned = 0.00947654 Jy ! Component: 200 - total flux cleaned = 0.0115634 Jy ! Total flux subtracted in 200 components = 0.0115634 Jy ! Clean residual min=-0.006574 max=0.005693 Jy/beam ! Clean residual mean=-0.000002 rms=0.001672 Jy/beam ! Combined flux in latest and established models = 0.160301 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 96 components and 0.160301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.133679Jy sigma=0.783258 ! Fit after self-cal, rms=0.133558Jy sigma=0.782657 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.0028411 Jy ! Component: 100 - total flux cleaned = 0.00466288 Jy ! Component: 150 - total flux cleaned = 0.00653297 Jy ! Component: 200 - total flux cleaned = 0.00824712 Jy ! Total flux subtracted in 200 components = 0.00824712 Jy ! Clean residual min=-0.006216 max=0.005593 Jy/beam ! Clean residual mean=-0.000002 rms=0.001628 Jy/beam ! Combined flux in latest and established models = 0.168548 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 113 components and 0.168548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.133180Jy sigma=0.781471 ! Fit after self-cal, rms=0.133101Jy sigma=0.781261 ! 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.133101Jy sigma=0.781261 ! Fit after self-cal, rms=0.130755Jy sigma=0.780755 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.345 mas, bmaj=9.597 mas, bpa=-6.732 degrees ! Estimated noise=3.09509 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0032771 Jy ! Component: 100 - total flux cleaned = 0.00558059 Jy ! Component: 150 - total flux cleaned = 0.00822029 Jy ! Component: 200 - total flux cleaned = 0.0105939 Jy ! Total flux subtracted in 200 components = 0.0105939 Jy ! Clean residual min=-0.006980 max=0.005879 Jy/beam ! Clean residual mean=-0.000004 rms=0.001826 Jy/beam ! Combined flux in latest and established models = 0.179142 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 136 components and 0.179142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.130500Jy sigma=0.780164 ! Fit after self-cal, rms=0.130402Jy sigma=0.779588 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.00128901 Jy ! Component: 100 - total flux cleaned = 0.0034873 Jy ! Component: 150 - total flux cleaned = 0.00546128 Jy ! Component: 200 - total flux cleaned = 0.00736994 Jy ! Total flux subtracted in 200 components = 0.00736994 Jy ! Clean residual min=-0.006161 max=0.005373 Jy/beam ! Clean residual mean=-0.000003 rms=0.001655 Jy/beam ! Combined flux in latest and established models = 0.186512 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 150 components and 0.186512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.130217Jy sigma=0.779537 ! Fit after self-cal, rms=0.130135Jy sigma=0.779180 ! 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.095 mas, bmaj=10.31 mas, bpa=-12.53 degrees ! Estimated noise=2.46347 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.095 x 10.31 at -12.53 degrees (North through East) ! Clean map min=-0.00798 max=0.085402 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.703 mas, bmaj=10.36 mas, bpa=-12.36 degrees ! Estimated noise=3.02773 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.06149 Jy ! Component: 100 - total flux cleaned = 0.086361 Jy ! Component: 150 - total flux cleaned = 0.10188 Jy ! Component: 200 - total flux cleaned = 0.1104 Jy ! Total flux subtracted in 200 components = 0.1104 Jy ! Clean residual min=-0.013255 max=0.013993 Jy/beam ! Clean residual mean=-0.000024 rms=0.003740 Jy/beam ! Combined flux in latest and established models = 0.1104 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.1104 Jy ! Inverting map and beam ! Estimated beam: bmin=3.095 mas, bmaj=10.31 mas, bpa=-12.53 degrees ! Estimated noise=2.46347 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.00950132 Jy ! Component: 100 - total flux cleaned = 0.0146828 Jy ! Component: 150 - total flux cleaned = 0.0184987 Jy ! Component: 200 - total flux cleaned = 0.0215514 Jy ! Total flux subtracted in 200 components = 0.0215514 Jy ! Clean residual min=-0.008888 max=0.009206 Jy/beam ! Clean residual mean=-0.000011 rms=0.002403 Jy/beam ! Combined flux in latest and established models = 0.131952 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 42 components and 0.131952 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=6.345 mas, bmaj=9.597 mas, bpa=-6.732 degrees ! Estimated noise=3.09509 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00497438 Jy ! Component: 100 - total flux cleaned = 0.00795531 Jy ! Component: 150 - total flux cleaned = 0.0114193 Jy ! Component: 200 - total flux cleaned = 0.0145162 Jy ! Total flux subtracted in 200 components = 0.0145162 Jy ! Clean residual min=-0.009303 max=0.007624 Jy/beam ! Clean residual mean=-0.000009 rms=0.002651 Jy/beam ! Combined flux in latest and established models = 0.146468 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.00282387 Jy ! Component: 100 - total flux cleaned = 0.00573274 Jy ! Component: 150 - total flux cleaned = 0.00825416 Jy ! Component: 200 - total flux cleaned = 0.0105837 Jy ! Total flux subtracted in 200 components = 0.0105837 Jy ! Clean residual min=-0.007583 max=0.006259 Jy/beam ! Clean residual mean=-0.000007 rms=0.002126 Jy/beam ! Combined flux in latest and established models = 0.157051 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 83 components and 0.157051 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.095 mas, bmaj=10.31 mas, bpa=-12.53 degrees ! Estimated noise=2.46347 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00370936 Jy ! Component: 100 - total flux cleaned = 0.00575324 Jy ! Component: 150 - total flux cleaned = 0.00759674 Jy ! Component: 200 - total flux cleaned = 0.00925349 Jy ! Total flux subtracted in 200 components = 0.00925349 Jy ! Clean residual min=-0.005164 max=0.005923 Jy/beam ! Clean residual mean=-0.000001 rms=0.001564 Jy/beam ! Combined flux in latest and established models = 0.166305 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 117 components and 0.166305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.130140Jy sigma=0.780093 ! Fit after self-cal, rms=0.130138Jy sigma=0.779482 wmodel J0832+1832_S_map.mod ! Writing 117 model components to file: J0832+1832_S_map.mod wobs J0832+1832_S_uvs.fits ! Writing UV FITS file: J0832+1832_S_uvs.fits wwins J0832+1832_S_map.win ! wwins: Wrote 2 windows to J0832+1832_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.000912393 Jy ! Component: 100 - total flux cleaned = 0.00135051 Jy ! Component: 150 - total flux cleaned = 0.00127796 Jy ! Component: 200 - total flux cleaned = 0.00113415 Jy ! Component: 250 - total flux cleaned = 0.00126821 Jy ! Component: 300 - total flux cleaned = 0.00152495 Jy ! Component: 350 - total flux cleaned = 0.00170759 Jy ! Component: 400 - total flux cleaned = 0.00199966 Jy ! Component: 450 - total flux cleaned = 0.00216668 Jy ! Component: 500 - total flux cleaned = 0.00238332 Jy ! Component: 550 - total flux cleaned = 0.00269442 Jy ! Component: 600 - total flux cleaned = 0.00299217 Jy ! Component: 650 - total flux cleaned = 0.00318341 Jy ! Component: 700 - total flux cleaned = 0.00369372 Jy ! Component: 750 - total flux cleaned = 0.00414351 Jy ! Component: 800 - total flux cleaned = 0.00457992 Jy ! Component: 850 - total flux cleaned = 0.00496152 Jy ! Component: 900 - total flux cleaned = 0.00541538 Jy ! Component: 950 - total flux cleaned = 0.00577713 Jy ! Component: 1000 - total flux cleaned = 0.0061301 Jy ! Component: 1050 - total flux cleaned = 0.00643696 Jy ! Component: 1100 - total flux cleaned = 0.00681123 Jy ! Component: 1150 - total flux cleaned = 0.00713958 Jy ! Component: 1200 - total flux cleaned = 0.00742486 Jy ! Component: 1250 - total flux cleaned = 0.00766969 Jy ! Component: 1300 - total flux cleaned = 0.00797754 Jy ! Component: 1350 - total flux cleaned = 0.00821161 Jy ! Component: 1400 - total flux cleaned = 0.00844137 Jy ! Component: 1450 - total flux cleaned = 0.00857058 Jy ! Component: 1500 - total flux cleaned = 0.00869811 Jy ! Component: 1550 - total flux cleaned = 0.0089179 Jy ! Component: 1600 - total flux cleaned = 0.00904152 Jy ! Component: 1650 - total flux cleaned = 0.00916387 Jy ! Component: 1700 - total flux cleaned = 0.00922455 Jy ! Component: 1750 - total flux cleaned = 0.00928469 Jy ! Component: 1800 - total flux cleaned = 0.00928471 Jy ! Component: 1850 - total flux cleaned = 0.00934395 Jy ! Component: 1900 - total flux cleaned = 0.00928525 Jy ! Component: 1950 - total flux cleaned = 0.00928533 Jy ! Component: 2000 - total flux cleaned = 0.00922726 Jy ! Component: 2050 - total flux cleaned = 0.0091984 Jy ! Component: 2100 - total flux cleaned = 0.00914076 Jy ! Component: 2150 - total flux cleaned = 0.00911205 Jy ! Component: 2200 - total flux cleaned = 0.00911186 Jy ! Component: 2250 - total flux cleaned = 0.00911186 Jy ! Component: 2300 - total flux cleaned = 0.00914053 Jy ! Component: 2350 - total flux cleaned = 0.0090543 Jy ! Component: 2400 - total flux cleaned = 0.00908306 Jy ! Component: 2450 - total flux cleaned = 0.00905418 Jy ! Component: 2500 - total flux cleaned = 0.00899626 Jy ! Component: 2550 - total flux cleaned = 0.00899649 Jy ! Component: 2600 - total flux cleaned = 0.00890923 Jy ! Component: 2650 - total flux cleaned = 0.00890915 Jy ! Component: 2700 - total flux cleaned = 0.00890919 Jy ! Component: 2750 - total flux cleaned = 0.00887967 Jy ! Component: 2800 - total flux cleaned = 0.0089091 Jy ! Component: 2850 - total flux cleaned = 0.00887914 Jy ! Component: 2900 - total flux cleaned = 0.00893918 Jy ! Component: 2950 - total flux cleaned = 0.00887909 Jy ! Component: 3000 - total flux cleaned = 0.00887938 Jy ! Component: 3050 - total flux cleaned = 0.00884863 Jy ! Component: 3100 - total flux cleaned = 0.0088173 Jy ! Component: 3150 - total flux cleaned = 0.00884832 Jy ! Component: 3200 - total flux cleaned = 0.00881661 Jy ! Component: 3250 - total flux cleaned = 0.00872089 Jy ! Component: 3300 - total flux cleaned = 0.00872146 Jy ! Component: 3350 - total flux cleaned = 0.0086231 Jy ! Component: 3400 - total flux cleaned = 0.008623 Jy ! Component: 3450 - total flux cleaned = 0.00852186 Jy ! Component: 3500 - total flux cleaned = 0.00848798 Jy ! Component: 3550 - total flux cleaned = 0.00841939 Jy ! Component: 3600 - total flux cleaned = 0.00834953 Jy ! Component: 3650 - total flux cleaned = 0.00827828 Jy ! Component: 3700 - total flux cleaned = 0.00824205 Jy ! Component: 3750 - total flux cleaned = 0.00816836 Jy ! Component: 3800 - total flux cleaned = 0.0081304 Jy ! Component: 3850 - total flux cleaned = 0.00801617 Jy ! Component: 3900 - total flux cleaned = 0.00793835 Jy ! Component: 3950 - total flux cleaned = 0.00785904 Jy ! Component: 4000 - total flux cleaned = 0.00781879 Jy ! Component: 4050 - total flux cleaned = 0.00773646 Jy ! Total flux subtracted in 4096 components = 0.00765264 Jy ! Clean residual min=-0.002335 max=0.002256 Jy/beam ! Clean residual mean=0.000000 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.173958 Jy keep ! Adding 218 model components to the UV plane model. ! The established model now contains 335 components and 0.173958 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0832+1832_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.095 x 10.31 at -12.53 degrees (North through East) ! Clean map min=-0.0086664 max=0.083641 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0832+1832_S_map.fits wmodel /image_prod/ug002_uva//J0832+1832_S_map.mod ! Writing 335 model components to file: /image_prod/ug002_uva//J0832+1832_S_map.mod wobs /image_prod/ug002_uva//J0832+1832_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0832+1832_S_uvs.fits wwins /image_prod/ug002_uva//J0832+1832_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0832+1832_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0836406 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00069612 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.49683 2.49683 4.99365 9.98731 19.9746 39.9492 79.8985 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.083 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 120.152 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0832+1832_S_dfm.log closed on Wed Mar 4 22:25:41 2020