! Started logfile: /image_prod/ug002_uva//J0825+0831_S_dfm.log on Wed Mar 4 22:22:40 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//J0825+0831_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0825+0831_S_uva.fits ! AN table 1: 60 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.921111 visibilities/baseline/integration-bin. ! Found source: J0825+0831 ! ! 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 7461 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 J0825+0831_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.009178Jy sigma=8.344231 ! Fit after self-cal, rms=0.847118Jy sigma=7.012924 ! 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.146 mas, bmaj=7.479 mas, bpa=0.9784 degrees ! Estimated noise=1.41767 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.120827 Jy ! Component: 100 - total flux cleaned = 0.147553 Jy ! Total flux subtracted in 100 components = 0.147553 Jy ! Clean residual min=-0.009739 max=0.025171 Jy/beam ! Clean residual mean=0.000009 rms=0.002512 Jy/beam ! Combined flux in latest and established models = 0.147553 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.147553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083180Jy sigma=0.602320 ! Fit after self-cal, rms=0.083147Jy sigma=0.602247 ! Inverting map ! Added new window around map position (-5.5, -1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0201258 Jy ! Component: 100 - total flux cleaned = 0.0284541 Jy ! Total flux subtracted in 100 components = 0.0284541 Jy ! Clean residual min=-0.009476 max=0.009149 Jy/beam ! Clean residual mean=0.000045 rms=0.001999 Jy/beam ! Combined flux in latest and established models = 0.176007 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 18 components and 0.176007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078280Jy sigma=0.559719 ! Fit after self-cal, rms=0.077305Jy sigma=0.553165 ! 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.732 mas, bmaj=8.473 mas, bpa=0.8153 degrees ! Estimated noise=1.02559 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.00777119 Jy ! Component: 100 - total flux cleaned = 0.00937144 Jy ! Component: 150 - total flux cleaned = 0.00961014 Jy ! Component: 200 - total flux cleaned = 0.00960756 Jy ! Total flux subtracted in 200 components = 0.00960756 Jy ! Clean residual min=-0.009257 max=0.006140 Jy/beam ! Clean residual mean=0.000035 rms=0.001760 Jy/beam ! Combined flux in latest and established models = 0.185615 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 37 components and 0.185615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076388Jy sigma=0.546375 ! Fit after self-cal, rms=0.076254Jy sigma=0.545654 ! 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.732 x 8.473 at 0.8153 degrees (North through East) ! Clean map min=-0.0090632 max=0.15138 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.11 HN 1.07 KP 1.05 ! LA 1.09 MK 1.09 NL 1.06 OV 0.66 ! PT 1.07 SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.09 HN 1.00 KP 1.04 ! LA 1.05 MK 1.01 NL 0.93 OV 0.95 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.08 HN 1.02 KP 1.03 ! LA 1.09 MK 1.02 NL 0.95 OV 0.65 ! PT 1.06 SC 1.00 ! ! ! Fit before self-cal, rms=0.076254Jy sigma=0.545654 ! Fit after self-cal, rms=0.067268Jy sigma=0.480451 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.753 mas, bmaj=8.517 mas, bpa=1.355 degrees ! Estimated noise=1.01601 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.00210922 Jy ! Component: 100 - total flux cleaned = 0.00203913 Jy ! Component: 150 - total flux cleaned = 0.00181449 Jy ! Component: 200 - total flux cleaned = 0.00168182 Jy ! Total flux subtracted in 200 components = 0.00168182 Jy ! Clean residual min=-0.002733 max=0.002627 Jy/beam ! Clean residual mean=0.000012 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.187296 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 64 components and 0.187296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067059Jy sigma=0.479017 ! Fit after self-cal, rms=0.067189Jy sigma=0.477944 ! 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.067189Jy sigma=0.477944 ! Fit after self-cal, rms=0.070226Jy sigma=0.467725 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.74 mas, bmaj=8.488 mas, bpa=1.325 degrees ! Estimated noise=1.01758 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107449 Jy ! Component: 100 - total flux cleaned = 0.00120466 Jy ! Component: 150 - total flux cleaned = 0.00118297 Jy ! Component: 200 - total flux cleaned = 0.00112688 Jy ! Total flux subtracted in 200 components = 0.00112688 Jy ! Clean residual min=-0.001706 max=0.001740 Jy/beam ! Clean residual mean=0.000004 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.188423 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 78 components and 0.188423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070188Jy sigma=0.467422 ! Fit after self-cal, rms=0.070222Jy sigma=0.467296 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.51267e-05 Jy ! Component: 100 - total flux cleaned = 8.95037e-05 Jy ! Component: 150 - total flux cleaned = 4.53307e-05 Jy ! Component: 200 - total flux cleaned = -5.66465e-06 Jy ! Total flux subtracted in 200 components = -5.66465e-06 Jy ! Clean residual min=-0.001666 max=0.001675 Jy/beam ! Clean residual mean=0.000004 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.188418 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 82 components and 0.188418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070209Jy sigma=0.467212 ! Fit after self-cal, rms=0.070203Jy sigma=0.467190 ! 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.070203Jy sigma=0.467190 ! Fit after self-cal, rms=0.070283Jy sigma=0.467103 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.736 mas, bmaj=8.475 mas, bpa=1.446 degrees ! Estimated noise=1.01671 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000266052 Jy ! Component: 100 - total flux cleaned = 0.000423989 Jy ! Component: 150 - total flux cleaned = 0.000450088 Jy ! Component: 200 - total flux cleaned = 0.000472831 Jy ! Total flux subtracted in 200 components = 0.000472831 Jy ! Clean residual min=-0.001607 max=0.001532 Jy/beam ! Clean residual mean=0.000002 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.188891 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 97 components and 0.188891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070271Jy sigma=0.467035 ! Fit after self-cal, rms=0.070267Jy sigma=0.467018 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 = 3.56132e-05 Jy ! Component: 100 - total flux cleaned = 8.55405e-05 Jy ! Component: 150 - total flux cleaned = 0.000113995 Jy ! Component: 200 - total flux cleaned = 0.000122438 Jy ! Total flux subtracted in 200 components = 0.000122438 Jy ! Clean residual min=-0.001590 max=0.001521 Jy/beam ! Clean residual mean=0.000003 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.189013 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 102 components and 0.189013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070261Jy sigma=0.466994 ! Fit after self-cal, rms=0.070260Jy sigma=0.466985 ! 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.070260Jy sigma=0.466985 ! Fit after self-cal, rms=0.070082Jy sigma=0.466965 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.846 mas, bmaj=12.13 mas, bpa=-3.113 degrees ! Estimated noise=1.16429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000400051 Jy ! Component: 100 - total flux cleaned = 0.000413111 Jy ! Component: 150 - total flux cleaned = 0.000407747 Jy ! Component: 200 - total flux cleaned = 0.000403094 Jy ! Total flux subtracted in 200 components = 0.000403094 Jy ! Clean residual min=-0.001539 max=0.001531 Jy/beam ! Clean residual mean=0.000006 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.189416 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 115 components and 0.189416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070078Jy sigma=0.466969 ! Fit after self-cal, rms=0.070075Jy sigma=0.466958 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.57066e-05 Jy ! Component: 100 - total flux cleaned = 4.51578e-05 Jy ! Component: 150 - total flux cleaned = 5.02821e-05 Jy ! Component: 200 - total flux cleaned = 5.51271e-05 Jy ! Total flux subtracted in 200 components = 5.51271e-05 Jy ! Clean residual min=-0.001524 max=0.001501 Jy/beam ! Clean residual mean=0.000006 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.189471 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 115 components and 0.189471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070073Jy sigma=0.466953 ! Fit after self-cal, rms=0.070072Jy sigma=0.466949 ! 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.735 mas, bmaj=8.468 mas, bpa=1.532 degrees ! Estimated noise=1.01674 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.735 x 8.468 at 1.532 degrees (North through East) ! Clean map min=-0.0015203 max=0.14934 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.139 mas, bmaj=7.445 mas, bpa=1.611 degrees ! Estimated noise=1.39936 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.118663 Jy ! Component: 100 - total flux cleaned = 0.153949 Jy ! Component: 150 - total flux cleaned = 0.170235 Jy ! Component: 200 - total flux cleaned = 0.178768 Jy ! Total flux subtracted in 200 components = 0.178768 Jy ! Clean residual min=-0.002579 max=0.004069 Jy/beam ! Clean residual mean=-0.000008 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.178768 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.178768 Jy ! Inverting map and beam ! Estimated beam: bmin=3.735 mas, bmaj=8.468 mas, bpa=1.532 degrees ! Estimated noise=1.01674 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.00562277 Jy ! Component: 100 - total flux cleaned = 0.0082618 Jy ! Component: 150 - total flux cleaned = 0.00964973 Jy ! Component: 200 - total flux cleaned = 0.0105062 Jy ! Total flux subtracted in 200 components = 0.0105062 Jy ! Clean residual min=-0.001736 max=0.001526 Jy/beam ! Clean residual mean=0.000003 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.189274 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 31 components and 0.189274 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.846 mas, bmaj=12.13 mas, bpa=-3.113 degrees ! Estimated noise=1.16429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000276433 Jy ! Component: 100 - total flux cleaned = 0.000292429 Jy ! Component: 150 - total flux cleaned = 0.000326125 Jy ! Component: 200 - total flux cleaned = 0.000352765 Jy ! Total flux subtracted in 200 components = 0.000352765 Jy ! Clean residual min=-0.001506 max=0.001472 Jy/beam ! Clean residual mean=0.000006 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.189627 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.72794e-07 Jy ! Component: 100 - total flux cleaned = 2.44582e-07 Jy ! Component: 150 - total flux cleaned = 3.39262e-07 Jy ! Component: 200 - total flux cleaned = 6.9522e-07 Jy ! Total flux subtracted in 200 components = 6.9522e-07 Jy ! Clean residual min=-0.001509 max=0.001482 Jy/beam ! Clean residual mean=0.000006 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.189628 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 58 components and 0.189628 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.735 mas, bmaj=8.468 mas, bpa=1.532 degrees ! Estimated noise=1.01674 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.90795e-06 Jy ! Component: 100 - total flux cleaned = 7.34954e-05 Jy ! Component: 150 - total flux cleaned = 0.000108274 Jy ! Component: 200 - total flux cleaned = 0.000118694 Jy ! Total flux subtracted in 200 components = 0.000118694 Jy ! Clean residual min=-0.001637 max=0.001564 Jy/beam ! Clean residual mean=0.000003 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.189746 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 68 components and 0.189746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070064Jy sigma=0.466969 ! Fit after self-cal, rms=0.070064Jy sigma=0.466948 wmodel J0825+0831_S_map.mod ! Writing 68 model components to file: J0825+0831_S_map.mod wobs J0825+0831_S_uvs.fits ! Writing UV FITS file: J0825+0831_S_uvs.fits wwins J0825+0831_S_map.win ! wwins: Wrote 2 windows to J0825+0831_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.000358363 Jy ! Component: 100 - total flux cleaned = -0.00035855 Jy ! Component: 150 - total flux cleaned = -0.000307689 Jy ! Component: 200 - total flux cleaned = -0.000307651 Jy ! Component: 250 - total flux cleaned = -0.000283601 Jy ! Component: 300 - total flux cleaned = -0.000236538 Jy ! Component: 350 - total flux cleaned = -0.000145655 Jy ! Component: 400 - total flux cleaned = -0.000123348 Jy ! Component: 450 - total flux cleaned = -0.000166925 Jy ! Component: 500 - total flux cleaned = -0.000230809 Jy ! Component: 550 - total flux cleaned = -0.000251689 Jy ! Component: 600 - total flux cleaned = -0.000313616 Jy ! Component: 650 - total flux cleaned = -0.000354084 Jy ! Component: 700 - total flux cleaned = -0.00033374 Jy ! Component: 750 - total flux cleaned = -0.000274864 Jy ! Component: 800 - total flux cleaned = -0.000333384 Jy ! Component: 850 - total flux cleaned = -0.000314172 Jy ! Component: 900 - total flux cleaned = -0.000314403 Jy ! Component: 950 - total flux cleaned = -0.000332768 Jy ! Component: 1000 - total flux cleaned = -0.00031446 Jy ! Component: 1050 - total flux cleaned = -0.00026037 Jy ! Component: 1100 - total flux cleaned = -0.000225096 Jy ! Component: 1150 - total flux cleaned = -0.000207846 Jy ! Component: 1200 - total flux cleaned = -0.00019038 Jy ! Component: 1250 - total flux cleaned = -0.000122226 Jy ! Component: 1300 - total flux cleaned = -0.000138861 Jy ! Component: 1350 - total flux cleaned = -7.20302e-05 Jy ! Component: 1400 - total flux cleaned = -3.88096e-05 Jy ! Component: 1450 - total flux cleaned = -6.33033e-06 Jy ! Component: 1500 - total flux cleaned = -6.24863e-06 Jy ! Component: 1550 - total flux cleaned = 5.79169e-05 Jy ! Component: 1600 - total flux cleaned = 8.94945e-05 Jy ! Component: 1650 - total flux cleaned = 5.80806e-05 Jy ! Component: 1700 - total flux cleaned = 4.23909e-05 Jy ! Component: 1750 - total flux cleaned = 4.25035e-05 Jy ! Component: 1800 - total flux cleaned = 4.24593e-05 Jy ! Component: 1850 - total flux cleaned = 5.76149e-05 Jy ! Component: 1900 - total flux cleaned = -1.94387e-06 Jy ! Component: 1950 - total flux cleaned = 2.76427e-05 Jy ! Component: 2000 - total flux cleaned = 7.14746e-05 Jy ! Component: 2050 - total flux cleaned = 8.58271e-05 Jy ! Component: 2100 - total flux cleaned = 5.7015e-05 Jy ! Component: 2150 - total flux cleaned = 0.000114071 Jy ! Component: 2200 - total flux cleaned = 5.77771e-05 Jy ! Component: 2250 - total flux cleaned = 8.5657e-05 Jy ! Component: 2300 - total flux cleaned = 5.8153e-05 Jy ! Component: 2350 - total flux cleaned = 0.000140585 Jy ! Component: 2400 - total flux cleaned = 9.96461e-05 Jy ! Component: 2450 - total flux cleaned = 0.000126765 Jy ! Component: 2500 - total flux cleaned = 0.000113283 Jy ! Component: 2550 - total flux cleaned = 8.66922e-05 Jy ! Component: 2600 - total flux cleaned = 9.98828e-05 Jy ! Component: 2650 - total flux cleaned = 4.75544e-05 Jy ! Component: 2700 - total flux cleaned = 0.000112163 Jy ! Component: 2750 - total flux cleaned = 6.06763e-05 Jy ! Component: 2800 - total flux cleaned = 6.06243e-05 Jy ! Component: 2850 - total flux cleaned = 4.78263e-05 Jy ! Component: 2900 - total flux cleaned = 1.02179e-05 Jy ! Component: 2950 - total flux cleaned = 2.26519e-05 Jy ! Component: 3000 - total flux cleaned = 4.73547e-05 Jy ! Component: 3050 - total flux cleaned = -1.38753e-05 Jy ! Component: 3100 - total flux cleaned = -2.61483e-05 Jy ! Component: 3150 - total flux cleaned = -8.66274e-05 Jy ! Component: 3200 - total flux cleaned = -8.65347e-05 Jy ! Component: 3250 - total flux cleaned = -0.000110548 Jy ! Component: 3300 - total flux cleaned = -0.000158081 Jy ! Component: 3350 - total flux cleaned = -0.000217098 Jy ! Component: 3400 - total flux cleaned = -0.000228837 Jy ! Component: 3450 - total flux cleaned = -0.000275636 Jy ! Component: 3500 - total flux cleaned = -0.000298802 Jy ! Component: 3550 - total flux cleaned = -0.000333441 Jy ! Component: 3600 - total flux cleaned = -0.000379295 Jy ! Component: 3650 - total flux cleaned = -0.000459025 Jy ! Component: 3700 - total flux cleaned = -0.00047044 Jy ! Component: 3750 - total flux cleaned = -0.000549266 Jy ! Component: 3800 - total flux cleaned = -0.000582922 Jy ! Component: 3850 - total flux cleaned = -0.000660917 Jy ! Component: 3900 - total flux cleaned = -0.000727521 Jy ! Component: 3950 - total flux cleaned = -0.000815847 Jy ! Component: 4000 - total flux cleaned = -0.000837804 Jy ! Component: 4050 - total flux cleaned = -0.000892412 Jy ! Total flux subtracted in 4096 components = -0.000990293 Jy ! Clean residual min=-0.000958 max=0.000669 Jy/beam ! Clean residual mean=0.000000 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.188756 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 367 components and 0.188756 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0825+0831_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.735 x 8.468 at 1.532 degrees (North through East) ! Clean map min=-0.0011846 max=0.14917 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0825+0831_S_map.fits wmodel /image_prod/ug002_uva//J0825+0831_S_map.mod ! Writing 367 model components to file: /image_prod/ug002_uva//J0825+0831_S_map.mod wobs /image_prod/ug002_uva//J0825+0831_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0825+0831_S_uvs.fits wwins /image_prod/ug002_uva//J0825+0831_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0825+0831_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.149169 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000208674 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.419675 0.419675 0.839349 1.6787 3.3574 6.71479 13.4296 26.8592 53.7183 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.149 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 714.839 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0825+0831_S_dfm.log closed on Wed Mar 4 22:22:44 2020