! Started logfile: /image_prod/ug002_uva//J2001+3323_S_dfm.log on Thu Mar 5 04:31:13 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//J2001+3323_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2001+3323_S_uva.fits ! AN table 1: 111 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.98018 visibilities/baseline/integration-bin. ! Found source: J2001+3323 ! ! 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 3264 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 J2001+3323_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 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.045495Jy sigma=10.387987 ! Fit after self-cal, rms=0.778024Jy sigma=8.313778 ! 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=12.74 mas, bmaj=27.44 mas, bpa=18.5 degrees ! Estimated noise=2.40117 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.175401 Jy ! Component: 100 - total flux cleaned = 0.263334 Jy ! Total flux subtracted in 100 components = 0.263334 Jy ! Clean residual min=-0.042044 max=0.045344 Jy/beam ! Clean residual mean=0.000441 rms=0.014348 Jy/beam ! Combined flux in latest and established models = 0.263334 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 40 components and 0.263334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.180603Jy sigma=1.421992 ! Fit after self-cal, rms=0.179860Jy sigma=1.413194 ! 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=13.09 mas, bmaj=28.51 mas, bpa=19.72 degrees ! Estimated noise=1.26389 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.0711524 Jy ! Component: 100 - total flux cleaned = 0.122495 Jy ! Component: 150 - total flux cleaned = 0.164963 Jy ! Component: 200 - total flux cleaned = 0.20194 Jy ! Total flux subtracted in 200 components = 0.20194 Jy ! Clean residual min=-0.029599 max=0.025731 Jy/beam ! Clean residual mean=0.000255 rms=0.010781 Jy/beam ! Combined flux in latest and established models = 0.465274 Jy ! Performing phase self-cal ! Adding 117 model components to the UV plane model. ! The established model now contains 155 components and 0.465274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.113106Jy sigma=0.983012 ! Fit after self-cal, rms=0.112938Jy sigma=0.982038 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 13.09 x 28.51 at 19.72 degrees (North through East) ! Clean map min=-0.029411 max=0.24163 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.69 KP 1.17 LA 0.98 OV 1.54 ! PT 0.69 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 1.08 LA 1.00 OV 1.41 ! PT 0.71 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 1.05 LA 1.01 OV 1.24 ! PT 0.72 ! ! ! Fit before self-cal, rms=0.112938Jy sigma=0.982038 ! Fit after self-cal, rms=0.095580Jy sigma=0.685028 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=14.33 mas, bmaj=29 mas, bpa=19.37 degrees ! Estimated noise=1.35018 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.0168967 Jy ! Component: 100 - total flux cleaned = 0.0283527 Jy ! Component: 150 - total flux cleaned = 0.0376668 Jy ! Component: 200 - total flux cleaned = 0.0453642 Jy ! Total flux subtracted in 200 components = 0.0453642 Jy ! Clean residual min=-0.014188 max=0.014927 Jy/beam ! Clean residual mean=0.000083 rms=0.005516 Jy/beam ! Combined flux in latest and established models = 0.510638 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 208 components and 0.510638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090588Jy sigma=0.643881 ! Fit after self-cal, rms=0.090900Jy sigma=0.642300 ! 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.090900Jy sigma=0.642300 ! Fit after self-cal, rms=0.086085Jy sigma=0.555787 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.47 mas, bmaj=28.58 mas, bpa=19.09 degrees ! Estimated noise=1.39724 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0125334 Jy ! Component: 100 - total flux cleaned = 0.0210532 Jy ! Component: 150 - total flux cleaned = 0.0277004 Jy ! Component: 200 - total flux cleaned = 0.0329656 Jy ! Total flux subtracted in 200 components = 0.0329656 Jy ! Clean residual min=-0.010424 max=0.012159 Jy/beam ! Clean residual mean=0.000079 rms=0.003882 Jy/beam ! Combined flux in latest and established models = 0.543604 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 245 components and 0.543604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083029Jy sigma=0.534905 ! Fit after self-cal, rms=0.082970Jy sigma=0.534705 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.00347976 Jy ! Component: 100 - total flux cleaned = 0.00509839 Jy ! Component: 150 - total flux cleaned = 0.00630121 Jy ! Component: 200 - total flux cleaned = 0.00741907 Jy ! Total flux subtracted in 200 components = 0.00741907 Jy ! Clean residual min=-0.009433 max=0.012093 Jy/beam ! Clean residual mean=0.000072 rms=0.003739 Jy/beam ! Combined flux in latest and established models = 0.551023 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 266 components and 0.551023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082434Jy sigma=0.531148 ! Fit after self-cal, rms=0.082418Jy sigma=0.531126 ! 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.082418Jy sigma=0.531126 ! Fit after self-cal, rms=0.070055Jy sigma=0.440280 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.76 mas, bmaj=28.19 mas, bpa=18.73 degrees ! Estimated noise=1.40625 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0054094 Jy ! Component: 100 - total flux cleaned = 0.0095167 Jy ! Component: 150 - total flux cleaned = 0.0108695 Jy ! Component: 200 - total flux cleaned = 0.0123832 Jy ! Total flux subtracted in 200 components = 0.0123832 Jy ! Clean residual min=-0.008269 max=0.008103 Jy/beam ! Clean residual mean=0.000071 rms=0.002678 Jy/beam ! Combined flux in latest and established models = 0.563406 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 303 components and 0.563406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069344Jy sigma=0.431448 ! Fit after self-cal, rms=0.069144Jy sigma=0.431300 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.00125759 Jy ! Component: 100 - total flux cleaned = 0.00241748 Jy ! Component: 150 - total flux cleaned = 0.00338506 Jy ! Component: 200 - total flux cleaned = 0.00408527 Jy ! Total flux subtracted in 200 components = 0.00408527 Jy ! Clean residual min=-0.007961 max=0.007869 Jy/beam ! Clean residual mean=0.000069 rms=0.002544 Jy/beam ! Combined flux in latest and established models = 0.567492 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 320 components and 0.567492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068826Jy sigma=0.427545 ! Fit after self-cal, rms=0.068813Jy sigma=0.427524 ! 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.068813Jy sigma=0.427524 ! Fit after self-cal, rms=0.068247Jy sigma=0.424373 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.57 mas, bmaj=27.95 mas, bpa=18.08 degrees ! Estimated noise=1.39457 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00397964 Jy ! Component: 100 - total flux cleaned = 0.00672109 Jy ! Component: 150 - total flux cleaned = 0.00787426 Jy ! Component: 200 - total flux cleaned = 0.00893155 Jy ! Total flux subtracted in 200 components = 0.00893155 Jy ! Clean residual min=-0.007320 max=0.006381 Jy/beam ! Clean residual mean=0.000055 rms=0.002330 Jy/beam ! Combined flux in latest and established models = 0.576423 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 338 components and 0.576423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067868Jy sigma=0.419252 ! Fit after self-cal, rms=0.067784Jy sigma=0.419236 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.000979562 Jy ! Component: 100 - total flux cleaned = 0.00134778 Jy ! Component: 150 - total flux cleaned = 0.00161295 Jy ! Component: 200 - total flux cleaned = 0.00178033 Jy ! Total flux subtracted in 200 components = 0.00178033 Jy ! Clean residual min=-0.006975 max=0.006289 Jy/beam ! Clean residual mean=0.000053 rms=0.002227 Jy/beam ! Combined flux in latest and established models = 0.578204 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 345 components and 0.578204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067584Jy sigma=0.416639 ! Fit after self-cal, rms=0.067571Jy sigma=0.416630 ! 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=14.85 mas, bmaj=28 mas, bpa=18.49 degrees ! Estimated noise=1.40694 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.85 x 28 at 18.49 degrees (North through East) ! Clean map min=-0.0069154 max=0.26748 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=14.27 mas, bmaj=26.72 mas, bpa=16.96 degrees ! Estimated noise=2.70285 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.187307 Jy ! Component: 100 - total flux cleaned = 0.269664 Jy ! Component: 150 - total flux cleaned = 0.319071 Jy ! Component: 200 - total flux cleaned = 0.356975 Jy ! Total flux subtracted in 200 components = 0.356975 Jy ! Clean residual min=-0.025894 max=0.023215 Jy/beam ! Clean residual mean=0.000296 rms=0.009087 Jy/beam ! Combined flux in latest and established models = 0.356975 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 82 model components to the UV plane model. ! The established model now contains 82 components and 0.356975 Jy ! Inverting map and beam ! Estimated beam: bmin=14.85 mas, bmaj=28 mas, bpa=18.49 degrees ! Estimated noise=1.40694 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.0364835 Jy ! Component: 100 - total flux cleaned = 0.065005 Jy ! Component: 150 - total flux cleaned = 0.0886607 Jy ! Component: 200 - total flux cleaned = 0.108508 Jy ! Total flux subtracted in 200 components = 0.108508 Jy ! Clean residual min=-0.017218 max=0.014271 Jy/beam ! Clean residual mean=0.000227 rms=0.005782 Jy/beam ! Combined flux in latest and established models = 0.465484 Jy ! Adding 115 model components to the UV plane model. ! The established model now contains 197 components and 0.465484 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=15.57 mas, bmaj=27.95 mas, bpa=18.08 degrees ! Estimated noise=1.39457 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.017591 Jy ! Component: 100 - total flux cleaned = 0.0323493 Jy ! Component: 150 - total flux cleaned = 0.0448166 Jy ! Component: 200 - total flux cleaned = 0.0554055 Jy ! Total flux subtracted in 200 components = 0.0554055 Jy ! Clean residual min=-0.012171 max=0.010071 Jy/beam ! Clean residual mean=0.000149 rms=0.003792 Jy/beam ! Combined flux in latest and established models = 0.520889 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.00905992 Jy ! Component: 100 - total flux cleaned = 0.0168293 Jy ! Component: 150 - total flux cleaned = 0.0234991 Jy ! Component: 200 - total flux cleaned = 0.0292309 Jy ! Total flux subtracted in 200 components = 0.0292309 Jy ! Clean residual min=-0.009204 max=0.008300 Jy/beam ! Clean residual mean=0.000101 rms=0.002820 Jy/beam ! Combined flux in latest and established models = 0.55012 Jy ! Adding 107 model components to the UV plane model. ! The established model now contains 294 components and 0.55012 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=14.85 mas, bmaj=28 mas, bpa=18.49 degrees ! Estimated noise=1.40694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00468906 Jy ! Component: 100 - total flux cleaned = 0.00873812 Jy ! Component: 150 - total flux cleaned = 0.0122474 Jy ! Component: 200 - total flux cleaned = 0.0152896 Jy ! Total flux subtracted in 200 components = 0.0152896 Jy ! Clean residual min=-0.007484 max=0.007480 Jy/beam ! Clean residual mean=0.000076 rms=0.002438 Jy/beam ! Combined flux in latest and established models = 0.56541 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 316 components and 0.565409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067990Jy sigma=0.420224 ! Fit after self-cal, rms=0.067949Jy sigma=0.420054 wmodel J2001+3323_S_map.mod ! Writing 316 model components to file: J2001+3323_S_map.mod wobs J2001+3323_S_uvs.fits ! Writing UV FITS file: J2001+3323_S_uvs.fits wwins J2001+3323_S_map.win ! wwins: Wrote 1 windows to J2001+3323_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.000103893 Jy ! Component: 100 - total flux cleaned = -0.00104192 Jy ! Component: 150 - total flux cleaned = -0.00166029 Jy ! Component: 200 - total flux cleaned = -0.00203289 Jy ! Component: 250 - total flux cleaned = -0.00211598 Jy ! Component: 300 - total flux cleaned = -0.00235251 Jy ! Component: 350 - total flux cleaned = -0.00257158 Jy ! Component: 400 - total flux cleaned = -0.00257256 Jy ! Component: 450 - total flux cleaned = -0.00277311 Jy ! Component: 500 - total flux cleaned = -0.00308241 Jy ! Component: 550 - total flux cleaned = -0.0032534 Jy ! Component: 600 - total flux cleaned = -0.00336283 Jy ! Component: 650 - total flux cleaned = -0.00351972 Jy ! Component: 700 - total flux cleaned = -0.00362104 Jy ! Component: 750 - total flux cleaned = -0.00381011 Jy ! Component: 800 - total flux cleaned = -0.0039423 Jy ! Component: 850 - total flux cleaned = -0.00398445 Jy ! Component: 900 - total flux cleaned = -0.00402316 Jy ! Component: 950 - total flux cleaned = -0.00394723 Jy ! Component: 1000 - total flux cleaned = -0.00405661 Jy ! Component: 1050 - total flux cleaned = -0.00395198 Jy ! Component: 1100 - total flux cleaned = -0.00381949 Jy ! Component: 1150 - total flux cleaned = -0.00365968 Jy ! Component: 1200 - total flux cleaned = -0.00338197 Jy ! Component: 1250 - total flux cleaned = -0.00317432 Jy ! Component: 1300 - total flux cleaned = -0.00303029 Jy ! Component: 1350 - total flux cleaned = -0.00278084 Jy ! Component: 1400 - total flux cleaned = -0.00262053 Jy ! Component: 1450 - total flux cleaned = -0.00236233 Jy ! Component: 1500 - total flux cleaned = -0.00218845 Jy ! Component: 1550 - total flux cleaned = -0.00201849 Jy ! Component: 1600 - total flux cleaned = -0.00199376 Jy ! Component: 1650 - total flux cleaned = -0.00187925 Jy ! Component: 1700 - total flux cleaned = -0.00183444 Jy ! Component: 1750 - total flux cleaned = -0.00172634 Jy ! Component: 1800 - total flux cleaned = -0.00155885 Jy ! Component: 1850 - total flux cleaned = -0.00147698 Jy ! Component: 1900 - total flux cleaned = -0.00127698 Jy ! Component: 1950 - total flux cleaned = -0.00114074 Jy ! Component: 2000 - total flux cleaned = -0.000910196 Jy ! Component: 2050 - total flux cleaned = -0.000645719 Jy ! Component: 2100 - total flux cleaned = -0.000403479 Jy ! Component: 2150 - total flux cleaned = -0.000182156 Jy ! Component: 2200 - total flux cleaned = 3.65048e-05 Jy ! Component: 2250 - total flux cleaned = 0.000271072 Jy ! Component: 2300 - total flux cleaned = 0.000467625 Jy ! Component: 2350 - total flux cleaned = 0.00071535 Jy ! Component: 2400 - total flux cleaned = 0.000943842 Jy ! Component: 2450 - total flux cleaned = 0.00108386 Jy ! Component: 2500 - total flux cleaned = 0.00122333 Jy ! Component: 2550 - total flux cleaned = 0.00127568 Jy ! Component: 2600 - total flux cleaned = 0.00131084 Jy ! Component: 2650 - total flux cleaned = 0.00129287 Jy ! Component: 2700 - total flux cleaned = 0.00127463 Jy ! Component: 2750 - total flux cleaned = 0.0012559 Jy ! Component: 2800 - total flux cleaned = 0.00119966 Jy ! Component: 2850 - total flux cleaned = 0.00110389 Jy ! Component: 2900 - total flux cleaned = 0.000986531 Jy ! Component: 2950 - total flux cleaned = 0.000906698 Jy ! Component: 3000 - total flux cleaned = 0.000784055 Jy ! Component: 3050 - total flux cleaned = 0.000679644 Jy ! Component: 3100 - total flux cleaned = 0.000615837 Jy ! Component: 3150 - total flux cleaned = 0.000593476 Jy ! Component: 3200 - total flux cleaned = 0.000593088 Jy ! Component: 3250 - total flux cleaned = 0.000592946 Jy ! Component: 3300 - total flux cleaned = 0.000617848 Jy ! Component: 3350 - total flux cleaned = 0.000592648 Jy ! Component: 3400 - total flux cleaned = 0.0005661 Jy ! Component: 3450 - total flux cleaned = 0.000538672 Jy ! Component: 3500 - total flux cleaned = 0.000510803 Jy ! Component: 3550 - total flux cleaned = 0.000453445 Jy ! Component: 3600 - total flux cleaned = 0.000423946 Jy ! Component: 3650 - total flux cleaned = 0.000361834 Jy ! Component: 3700 - total flux cleaned = 0.00029724 Jy ! Component: 3750 - total flux cleaned = 0.000229716 Jy ! Component: 3800 - total flux cleaned = 0.000158638 Jy ! Component: 3850 - total flux cleaned = 0.000122634 Jy ! Component: 3900 - total flux cleaned = 8.57204e-05 Jy ! Component: 3950 - total flux cleaned = 7.07199e-06 Jy ! Component: 4000 - total flux cleaned = -3.46436e-05 Jy ! Component: 4050 - total flux cleaned = -7.64786e-05 Jy ! Total flux subtracted in 4096 components = -7.50012e-05 Jy ! Clean residual min=-0.002794 max=0.002474 Jy/beam ! Clean residual mean=-0.000002 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.565334 Jy keep ! Adding 499 model components to the UV plane model. ! The established model now contains 815 components and 0.565335 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2001+3323_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.85 x 28 at 18.49 degrees (North through East) ! Clean map min=-0.0046988 max=0.26544 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2001+3323_S_map.fits wmodel /image_prod/ug002_uva//J2001+3323_S_map.mod ! Writing 815 model components to file: /image_prod/ug002_uva//J2001+3323_S_map.mod wobs /image_prod/ug002_uva//J2001+3323_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2001+3323_S_uvs.fits wwins /image_prod/ug002_uva//J2001+3323_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J2001+3323_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.265439 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000830073 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.93815 0.93815 1.8763 3.7526 7.5052 15.0104 30.0208 60.0416 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0024 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.265 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 319.778 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2001+3323_S_dfm.log closed on Thu Mar 5 04:31:17 2020