! Started logfile: /image_prod/ug002_uva//J0013+4051_S_b_dfm.log on Wed Mar 4 18:18:35 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//J0013+4051_S_b_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0013+4051_S_b_uva.fits ! AN table 1: 6 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.881481 visibilities/baseline/integration-bin. ! Found source: J0013+4051 ! ! 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 714 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 J0013+4051_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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.085816Jy sigma=12.943629 ! Fit after self-cal, rms=0.627096Jy sigma=7.275201 ! 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=3.022 mas, bmaj=9.715 mas, bpa=-41.81 degrees ! Estimated noise=2.88351 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.304031 Jy ! Component: 100 - total flux cleaned = 0.370329 Jy ! Total flux subtracted in 100 components = 0.370329 Jy ! Clean residual min=-0.014663 max=0.027547 Jy/beam ! Clean residual mean=0.000059 rms=0.004889 Jy/beam ! Combined flux in latest and established models = 0.370329 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.370329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.116150Jy sigma=1.036647 ! Fit after self-cal, rms=0.116142Jy sigma=1.036620 ! 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.402 mas, bmaj=9.79 mas, bpa=-41.36 degrees ! Estimated noise=2.43926 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 (98, -113). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0237022 Jy ! Component: 100 - total flux cleaned = 0.0325538 Jy ! Component: 150 - total flux cleaned = 0.0362362 Jy ! Component: 200 - total flux cleaned = 0.0382028 Jy ! Total flux subtracted in 200 components = 0.0382028 Jy ! Clean residual min=-0.012308 max=0.019767 Jy/beam ! Clean residual mean=0.000088 rms=0.003649 Jy/beam ! Combined flux in latest and established models = 0.408532 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 39 components and 0.408532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111733Jy sigma=0.950510 ! Fit after self-cal, rms=0.111085Jy sigma=0.941363 ! 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.402 x 9.79 at -41.36 degrees (North through East) ! Clean map min=-0.011205 max=0.37434 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.99 HN 0.96 KP 0.98 ! LA 0.99 MK 0.98 NL 1.07 OV 0.96 ! PT 0.99 SC 0.81 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.99 HN 1.00 KP 0.97 ! LA 1.00 MK 0.98 NL 1.09 OV 1.53 ! PT 1.00 SC 1.62 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.96 HN 0.97 KP 0.97 ! LA 0.97 MK 0.95 NL 1.00 OV 1.06 ! PT 0.95 SC 0.91 ! ! ! Fit before self-cal, rms=0.111085Jy sigma=0.941363 ! Fit after self-cal, rms=0.112410Jy sigma=0.766080 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.367 mas, bmaj=9.71 mas, bpa=-41.31 degrees ! Estimated noise=2.42657 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.000223824 Jy ! Component: 100 - total flux cleaned = 0.00060447 Jy ! Component: 150 - total flux cleaned = 0.0014378 Jy ! Component: 200 - total flux cleaned = 0.00173316 Jy ! Total flux subtracted in 200 components = 0.00173316 Jy ! Clean residual min=-0.008598 max=0.008030 Jy/beam ! Clean residual mean=0.000005 rms=0.002165 Jy/beam ! Combined flux in latest and established models = 0.410265 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 63 components and 0.410265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111618Jy sigma=0.756904 ! Fit after self-cal, rms=0.111895Jy sigma=0.756354 ! 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.111895Jy sigma=0.756354 ! Fit after self-cal, rms=0.112540Jy sigma=0.755166 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.358 mas, bmaj=9.692 mas, bpa=-41.37 degrees ! Estimated noise=2.42595 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.59196e-05 Jy ! Component: 100 - total flux cleaned = 0.00103751 Jy ! Component: 150 - total flux cleaned = 0.00152644 Jy ! Component: 200 - total flux cleaned = 0.00185743 Jy ! Total flux subtracted in 200 components = 0.00185743 Jy ! Clean residual min=-0.007982 max=0.008016 Jy/beam ! Clean residual mean=0.000006 rms=0.002038 Jy/beam ! Combined flux in latest and established models = 0.412122 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 80 components and 0.412122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.112068Jy sigma=0.750566 ! Fit after self-cal, rms=0.112062Jy sigma=0.750430 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.0276e-06 Jy ! Component: 100 - total flux cleaned = 0.000202045 Jy ! Component: 150 - total flux cleaned = 0.000292974 Jy ! Component: 200 - total flux cleaned = 0.000539601 Jy ! Total flux subtracted in 200 components = 0.000539601 Jy ! Clean residual min=-0.007882 max=0.008092 Jy/beam ! Clean residual mean=0.000008 rms=0.001999 Jy/beam ! Combined flux in latest and established models = 0.412662 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 88 components and 0.412662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111848Jy sigma=0.748569 ! Fit after self-cal, rms=0.111823Jy sigma=0.748517 ! 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.111823Jy sigma=0.748517 ! Fit after self-cal, rms=0.112217Jy sigma=0.747330 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.349 mas, bmaj=9.674 mas, bpa=-41.41 degrees ! Estimated noise=2.42562 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000166152 Jy ! Component: 100 - total flux cleaned = 0.00059597 Jy ! Component: 150 - total flux cleaned = 0.00100687 Jy ! Component: 200 - total flux cleaned = 0.00138223 Jy ! Total flux subtracted in 200 components = 0.00138223 Jy ! Clean residual min=-0.007312 max=0.008050 Jy/beam ! Clean residual mean=0.000005 rms=0.001922 Jy/beam ! Combined flux in latest and established models = 0.414044 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 102 components and 0.414044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111960Jy sigma=0.745232 ! Fit after self-cal, rms=0.111951Jy sigma=0.745155 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.000107315 Jy ! Component: 100 - total flux cleaned = -3.95827e-05 Jy ! Component: 150 - total flux cleaned = 2.21766e-05 Jy ! Component: 200 - total flux cleaned = 2.14906e-05 Jy ! Total flux subtracted in 200 components = 2.14906e-05 Jy ! Clean residual min=-0.007282 max=0.008055 Jy/beam ! Clean residual mean=0.000007 rms=0.001901 Jy/beam ! Combined flux in latest and established models = 0.414066 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 112 components and 0.414066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111837Jy sigma=0.744223 ! Fit after self-cal, rms=0.111828Jy sigma=0.744202 ! 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.111828Jy sigma=0.744202 ! Fit after self-cal, rms=0.112078Jy sigma=0.743462 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.794 mas, bmaj=10.82 mas, bpa=-52.25 degrees ! Estimated noise=2.86656 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000400684 Jy ! Component: 100 - total flux cleaned = 0.000335614 Jy ! Component: 150 - total flux cleaned = 0.000333277 Jy ! Component: 200 - total flux cleaned = 0.000283526 Jy ! Total flux subtracted in 200 components = 0.000283526 Jy ! Clean residual min=-0.007431 max=0.008112 Jy/beam ! Clean residual mean=0.000013 rms=0.002168 Jy/beam ! Combined flux in latest and established models = 0.414349 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 130 components and 0.414349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111961Jy sigma=0.742813 ! Fit after self-cal, rms=0.111975Jy sigma=0.742767 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.000192381 Jy ! Component: 100 - total flux cleaned = -0.000194013 Jy ! Component: 150 - total flux cleaned = -0.000193967 Jy ! Component: 200 - total flux cleaned = -0.000158821 Jy ! Total flux subtracted in 200 components = -0.000158821 Jy ! Clean residual min=-0.007366 max=0.008159 Jy/beam ! Clean residual mean=0.000013 rms=0.002156 Jy/beam ! Combined flux in latest and established models = 0.414191 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 141 components and 0.414191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111940Jy sigma=0.742535 ! Fit after self-cal, rms=0.111949Jy sigma=0.742488 ! 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.343 mas, bmaj=9.658 mas, bpa=-41.45 degrees ! Estimated noise=2.42562 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.343 x 9.658 at -41.45 degrees (North through East) ! Clean map min=-0.0071322 max=0.37325 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.962 mas, bmaj=9.579 mas, bpa=-41.85 degrees ! Estimated noise=2.83086 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.298432 Jy ! Component: 100 - total flux cleaned = 0.363558 Jy ! Component: 150 - total flux cleaned = 0.382039 Jy ! Component: 200 - total flux cleaned = 0.392268 Jy ! Total flux subtracted in 200 components = 0.392268 Jy ! Clean residual min=-0.008663 max=0.009660 Jy/beam ! Clean residual mean=0.000014 rms=0.002331 Jy/beam ! Combined flux in latest and established models = 0.392268 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.392268 Jy ! Inverting map and beam ! Estimated beam: bmin=3.343 mas, bmaj=9.658 mas, bpa=-41.45 degrees ! Estimated noise=2.42562 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.00806488 Jy ! Component: 100 - total flux cleaned = 0.0132919 Jy ! Component: 150 - total flux cleaned = 0.0156318 Jy ! Component: 200 - total flux cleaned = 0.0170085 Jy ! Total flux subtracted in 200 components = 0.0170085 Jy ! Clean residual min=-0.007664 max=0.008405 Jy/beam ! Clean residual mean=0.000022 rms=0.002045 Jy/beam ! Combined flux in latest and established models = 0.409277 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 60 components and 0.409277 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.794 mas, bmaj=10.82 mas, bpa=-52.25 degrees ! Estimated noise=2.86656 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00354625 Jy ! Component: 100 - total flux cleaned = 0.00411935 Jy ! Component: 150 - total flux cleaned = 0.00430745 Jy ! Component: 200 - total flux cleaned = 0.00439311 Jy ! Total flux subtracted in 200 components = 0.00439311 Jy ! Clean residual min=-0.008019 max=0.008104 Jy/beam ! Clean residual mean=0.000027 rms=0.002213 Jy/beam ! Combined flux in latest and established models = 0.41367 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 = 8.0335e-05 Jy ! Component: 100 - total flux cleaned = 0.000152056 Jy ! Component: 150 - total flux cleaned = 0.000150508 Jy ! Component: 200 - total flux cleaned = 0.00015112 Jy ! Total flux subtracted in 200 components = 0.00015112 Jy ! Clean residual min=-0.007877 max=0.008201 Jy/beam ! Clean residual mean=0.000030 rms=0.002188 Jy/beam ! Combined flux in latest and established models = 0.413821 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 96 components and 0.413821 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.343 mas, bmaj=9.658 mas, bpa=-41.45 degrees ! Estimated noise=2.42562 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000441849 Jy ! Component: 100 - total flux cleaned = 0.000569949 Jy ! Component: 150 - total flux cleaned = 0.000567114 Jy ! Component: 200 - total flux cleaned = 0.000467433 Jy ! Total flux subtracted in 200 components = 0.000467433 Jy ! Clean residual min=-0.006783 max=0.007916 Jy/beam ! Clean residual mean=0.000009 rms=0.001877 Jy/beam ! Combined flux in latest and established models = 0.414288 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 116 components and 0.414288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.112091Jy sigma=0.744545 ! Fit after self-cal, rms=0.112060Jy sigma=0.744468 wmodel J0013+4051_S_b_map.mod ! Writing 116 model components to file: J0013+4051_S_b_map.mod wobs J0013+4051_S_b_uvs.fits ! Writing UV FITS file: J0013+4051_S_b_uvs.fits wwins J0013+4051_S_b_map.win ! wwins: Wrote 2 windows to J0013+4051_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.0018661 Jy ! Component: 100 - total flux cleaned = 0.00234816 Jy ! Component: 150 - total flux cleaned = 0.00291015 Jy ! Component: 200 - total flux cleaned = 0.00312185 Jy ! Component: 250 - total flux cleaned = 0.00332442 Jy ! Component: 300 - total flux cleaned = 0.00352235 Jy ! Component: 350 - total flux cleaned = 0.0039936 Jy ! Component: 400 - total flux cleaned = 0.00417483 Jy ! Component: 450 - total flux cleaned = 0.0043496 Jy ! Component: 500 - total flux cleaned = 0.00434953 Jy ! Component: 550 - total flux cleaned = 0.00443284 Jy ! Component: 600 - total flux cleaned = 0.00474956 Jy ! Component: 650 - total flux cleaned = 0.00490337 Jy ! Component: 700 - total flux cleaned = 0.00505394 Jy ! Component: 750 - total flux cleaned = 0.00527455 Jy ! Component: 800 - total flux cleaned = 0.00556012 Jy ! Component: 850 - total flux cleaned = 0.00569984 Jy ! Component: 900 - total flux cleaned = 0.00590369 Jy ! Component: 950 - total flux cleaned = 0.00597129 Jy ! Component: 1000 - total flux cleaned = 0.00623195 Jy ! Component: 1050 - total flux cleaned = 0.00635988 Jy ! Component: 1100 - total flux cleaned = 0.00654522 Jy ! Component: 1150 - total flux cleaned = 0.00660499 Jy ! Component: 1200 - total flux cleaned = 0.00678344 Jy ! Component: 1250 - total flux cleaned = 0.00684195 Jy ! Component: 1300 - total flux cleaned = 0.00724116 Jy ! Component: 1350 - total flux cleaned = 0.00735259 Jy ! Component: 1400 - total flux cleaned = 0.00768138 Jy ! Component: 1450 - total flux cleaned = 0.00778968 Jy ! Component: 1500 - total flux cleaned = 0.00810848 Jy ! Component: 1550 - total flux cleaned = 0.00821298 Jy ! Component: 1600 - total flux cleaned = 0.00836749 Jy ! Component: 1650 - total flux cleaned = 0.00857009 Jy ! Component: 1700 - total flux cleaned = 0.00881879 Jy ! Component: 1750 - total flux cleaned = 0.00911275 Jy ! Component: 1800 - total flux cleaned = 0.00935434 Jy ! Component: 1850 - total flux cleaned = 0.00964058 Jy ! Component: 1900 - total flux cleaned = 0.0098754 Jy ! Component: 1950 - total flux cleaned = 0.0101534 Jy ! Component: 2000 - total flux cleaned = 0.0105639 Jy ! Component: 2050 - total flux cleaned = 0.0108337 Jy ! Component: 2100 - total flux cleaned = 0.0111447 Jy ! Component: 2150 - total flux cleaned = 0.0114515 Jy ! Component: 2200 - total flux cleaned = 0.0117549 Jy ! Component: 2250 - total flux cleaned = 0.0120118 Jy ! Component: 2300 - total flux cleaned = 0.0122658 Jy ! Component: 2350 - total flux cleaned = 0.0125582 Jy ! Component: 2400 - total flux cleaned = 0.0127645 Jy ! Component: 2450 - total flux cleaned = 0.0128466 Jy ! Component: 2500 - total flux cleaned = 0.0129274 Jy ! Component: 2550 - total flux cleaned = 0.013048 Jy ! Component: 2600 - total flux cleaned = 0.0132461 Jy ! Component: 2650 - total flux cleaned = 0.0133634 Jy ! Component: 2700 - total flux cleaned = 0.0133632 Jy ! Component: 2750 - total flux cleaned = 0.0134797 Jy ! Component: 2800 - total flux cleaned = 0.0135568 Jy ! Component: 2850 - total flux cleaned = 0.0136715 Jy ! Component: 2900 - total flux cleaned = 0.0137094 Jy ! Component: 2950 - total flux cleaned = 0.0137845 Jy ! Component: 3000 - total flux cleaned = 0.0138221 Jy ! Component: 3050 - total flux cleaned = 0.0140068 Jy ! Component: 3100 - total flux cleaned = 0.0141166 Jy ! Component: 3150 - total flux cleaned = 0.0140801 Jy ! Component: 3200 - total flux cleaned = 0.0141889 Jy ! Component: 3250 - total flux cleaned = 0.014261 Jy ! Component: 3300 - total flux cleaned = 0.0142614 Jy ! Component: 3350 - total flux cleaned = 0.0143682 Jy ! Component: 3400 - total flux cleaned = 0.0144388 Jy ! Component: 3450 - total flux cleaned = 0.0145088 Jy ! Component: 3500 - total flux cleaned = 0.0146485 Jy ! Component: 3550 - total flux cleaned = 0.0146136 Jy ! Component: 3600 - total flux cleaned = 0.0147862 Jy ! Component: 3650 - total flux cleaned = 0.0148888 Jy ! Component: 3700 - total flux cleaned = 0.0149571 Jy ! Component: 3750 - total flux cleaned = 0.0151614 Jy ! Component: 3800 - total flux cleaned = 0.0151952 Jy ! Component: 3850 - total flux cleaned = 0.0153641 Jy ! Component: 3900 - total flux cleaned = 0.0154988 Jy ! Component: 3950 - total flux cleaned = 0.0155993 Jy ! Component: 4000 - total flux cleaned = 0.0156995 Jy ! Component: 4050 - total flux cleaned = 0.0157996 Jy ! Total flux subtracted in 4096 components = 0.0158992 Jy ! Clean residual min=-0.002129 max=0.002148 Jy/beam ! Clean residual mean=0.000020 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.430187 Jy keep ! Adding 262 model components to the UV plane model. ! The established model now contains 378 components and 0.430187 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0013+4051_S_b_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.343 x 9.658 at -41.45 degrees (North through East) ! Clean map min=-0.0073015 max=0.37455 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0013+4051_S_b_map.fits wmodel /image_prod/ug002_uva//J0013+4051_S_b_map.mod ! Writing 378 model components to file: /image_prod/ug002_uva//J0013+4051_S_b_map.mod wobs /image_prod/ug002_uva//J0013+4051_S_b_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0013+4051_S_b_uvs.fits wwins /image_prod/ug002_uva//J0013+4051_S_b_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0013+4051_S_b_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.374552 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000599073 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.479832 0.479832 0.959665 1.91933 3.83866 7.67732 15.3546 30.7093 61.4185 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.374 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 625.218 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0013+4051_S_b_dfm.log closed on Wed Mar 4 18:18:39 2020