! Started logfile: /image_prod/ug002_uva//J1826+0149_S_dfm.log on Thu Mar 5 03:44:15 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//J1826+0149_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1826+0149_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.901852 visibilities/baseline/integration-bin. ! Found source: J1826+0149 ! ! 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 40 lines of history. ! ! Reading 5844 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 J1826+0149_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.098486Jy sigma=7.851557 ! Fit after self-cal, rms=0.587373Jy sigma=4.155839 ! 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.113 mas, bmaj=13.19 mas, bpa=-17.98 degrees ! Estimated noise=1.73134 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.316513 Jy ! Component: 100 - total flux cleaned = 0.397173 Jy ! Total flux subtracted in 100 components = 0.397173 Jy ! Clean residual min=-0.016272 max=0.034107 Jy/beam ! Clean residual mean=0.000113 rms=0.005096 Jy/beam ! Combined flux in latest and established models = 0.397173 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.397173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.108193Jy sigma=0.722087 ! Fit after self-cal, rms=0.108184Jy sigma=0.722027 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0371936 Jy ! Component: 100 - total flux cleaned = 0.0596424 Jy ! Total flux subtracted in 100 components = 0.0596424 Jy ! Clean residual min=-0.012088 max=0.017695 Jy/beam ! Clean residual mean=0.000054 rms=0.003734 Jy/beam ! Combined flux in latest and established models = 0.456816 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 23 components and 0.456816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092951Jy sigma=0.589843 ! Fit after self-cal, rms=0.092945Jy sigma=0.589746 ! 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.69 mas, bmaj=13.63 mas, bpa=-17.54 degrees ! Estimated noise=1.32964 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.018567 Jy ! Component: 100 - total flux cleaned = 0.0300391 Jy ! Component: 150 - total flux cleaned = 0.0375907 Jy ! Component: 200 - total flux cleaned = 0.0422295 Jy ! Total flux subtracted in 200 components = 0.0422295 Jy ! Clean residual min=-0.011944 max=0.016431 Jy/beam ! Clean residual mean=0.000014 rms=0.003136 Jy/beam ! Combined flux in latest and established models = 0.499045 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 56 components and 0.499045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089204Jy sigma=0.554123 ! Fit after self-cal, rms=0.089206Jy sigma=0.554074 ! 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.69 x 13.63 at -17.54 degrees (North through East) ! Clean map min=-0.011586 max=0.41778 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.96 HN 0.98 KP 0.97 ! LA 0.99 MK 1.08 NL 1.04 OV 0.97 ! PT 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.96 HN 0.96 KP 0.98 ! LA 1.02 MK 1.02 NL 1.12 OV 1.00 ! PT 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.97 HN 0.98 KP 0.97 ! LA 1.00 MK 0.99 NL 1.09 OV 0.96 ! PT 0.98 ! ! ! Fit before self-cal, rms=0.089206Jy sigma=0.554074 ! Fit after self-cal, rms=0.086788Jy sigma=0.523692 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.717 mas, bmaj=13.69 mas, bpa=-17.37 degrees ! Estimated noise=1.33624 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 (34.5, -42). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00214328 Jy ! Component: 100 - total flux cleaned = -0.00124856 Jy ! Component: 150 - total flux cleaned = -0.00191427 Jy ! Component: 200 - total flux cleaned = -0.00250961 Jy ! Total flux subtracted in 200 components = -0.00250961 Jy ! Clean residual min=-0.011035 max=0.010663 Jy/beam ! Clean residual mean=0.000011 rms=0.002346 Jy/beam ! Combined flux in latest and established models = 0.496535 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 80 components and 0.496535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082490Jy sigma=0.497710 ! Fit after self-cal, rms=0.082397Jy sigma=0.496638 ! 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.082397Jy sigma=0.496638 ! Fit after self-cal, rms=0.071584Jy sigma=0.424121 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.708 mas, bmaj=13.85 mas, bpa=-17.43 degrees ! Estimated noise=1.34231 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00429676 Jy ! Component: 100 - total flux cleaned = -0.00444306 Jy ! Component: 150 - total flux cleaned = -0.00455524 Jy ! Component: 200 - total flux cleaned = -0.00455874 Jy ! Total flux subtracted in 200 components = -0.00455874 Jy ! Clean residual min=-0.003388 max=0.002960 Jy/beam ! Clean residual mean=-0.000003 rms=0.000816 Jy/beam ! Combined flux in latest and established models = 0.491977 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 98 components and 0.491977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071104Jy sigma=0.420888 ! Fit after self-cal, rms=0.071154Jy sigma=0.420737 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.000307972 Jy ! Component: 100 - total flux cleaned = -7.32588e-05 Jy ! Component: 150 - total flux cleaned = 0.000140678 Jy ! Component: 200 - total flux cleaned = 0.000337145 Jy ! Total flux subtracted in 200 components = 0.000337145 Jy ! Clean residual min=-0.003068 max=0.002851 Jy/beam ! Clean residual mean=-0.000003 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.492314 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 112 components and 0.492314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071001Jy sigma=0.419733 ! Fit after self-cal, rms=0.071004Jy sigma=0.419719 ! 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.071004Jy sigma=0.419719 ! Fit after self-cal, rms=0.070894Jy sigma=0.416982 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.709 mas, bmaj=13.85 mas, bpa=-17.44 degrees ! Estimated noise=1.34072 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0012595 Jy ! Component: 100 - total flux cleaned = -0.00118247 Jy ! Component: 150 - total flux cleaned = -0.000871971 Jy ! Component: 200 - total flux cleaned = -0.000595517 Jy ! Total flux subtracted in 200 components = -0.000595517 Jy ! Clean residual min=-0.002731 max=0.002291 Jy/beam ! Clean residual mean=-0.000004 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.491718 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 139 components and 0.491718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070741Jy sigma=0.416052 ! Fit after self-cal, rms=0.070744Jy sigma=0.416026 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 = 7.45001e-05 Jy ! Component: 100 - total flux cleaned = 0.000261498 Jy ! Component: 150 - total flux cleaned = 0.000434469 Jy ! Component: 200 - total flux cleaned = 0.000593684 Jy ! Total flux subtracted in 200 components = 0.000593684 Jy ! Clean residual min=-0.002611 max=0.002245 Jy/beam ! Clean residual mean=-0.000004 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.492312 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 161 components and 0.492312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070686Jy sigma=0.415660 ! Fit after self-cal, rms=0.070686Jy sigma=0.415653 ! 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.070686Jy sigma=0.415653 ! Fit after self-cal, rms=0.070761Jy sigma=0.415460 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.137 mas, bmaj=14.37 mas, bpa=-10.3 degrees ! Estimated noise=1.55601 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000161318 Jy ! Component: 100 - total flux cleaned = -0.000256418 Jy ! Component: 150 - total flux cleaned = -0.000295692 Jy ! Component: 200 - total flux cleaned = -0.000401749 Jy ! Total flux subtracted in 200 components = -0.000401749 Jy ! Clean residual min=-0.002232 max=0.002040 Jy/beam ! Clean residual mean=-0.000008 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.49191 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 192 components and 0.49191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070718Jy sigma=0.415131 ! Fit after self-cal, rms=0.070717Jy sigma=0.415115 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.96267e-05 Jy ! Component: 100 - total flux cleaned = -0.000126817 Jy ! Component: 150 - total flux cleaned = -0.000150969 Jy ! Component: 200 - total flux cleaned = -0.000173558 Jy ! Total flux subtracted in 200 components = -0.000173558 Jy ! Clean residual min=-0.002199 max=0.001929 Jy/beam ! Clean residual mean=-0.000009 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.491737 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 201 components and 0.491737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070705Jy sigma=0.415015 ! Fit after self-cal, rms=0.070704Jy sigma=0.415008 ! 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.71 mas, bmaj=13.86 mas, bpa=-17.44 degrees ! Estimated noise=1.34019 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.71 x 13.86 at -17.44 degrees (North through East) ! Clean map min=-0.0041148 max=0.41992 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.131 mas, bmaj=13.35 mas, bpa=-17.88 degrees ! Estimated noise=1.75855 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.321448 Jy ! Component: 100 - total flux cleaned = 0.402345 Jy ! Component: 150 - total flux cleaned = 0.438884 Jy ! Component: 200 - total flux cleaned = 0.45758 Jy ! Total flux subtracted in 200 components = 0.45758 Jy ! Clean residual min=-0.006485 max=0.009217 Jy/beam ! Clean residual mean=0.000021 rms=0.001515 Jy/beam ! Combined flux in latest and established models = 0.45758 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.45758 Jy ! Inverting map and beam ! Estimated beam: bmin=3.71 mas, bmaj=13.86 mas, bpa=-17.44 degrees ! Estimated noise=1.34019 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.0128033 Jy ! Component: 100 - total flux cleaned = 0.0205148 Jy ! Component: 150 - total flux cleaned = 0.0254832 Jy ! Component: 200 - total flux cleaned = 0.0277602 Jy ! Total flux subtracted in 200 components = 0.0277602 Jy ! Clean residual min=-0.003014 max=0.003044 Jy/beam ! Clean residual mean=-0.000006 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.485341 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 58 components and 0.485341 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.137 mas, bmaj=14.37 mas, bpa=-10.3 degrees ! Estimated noise=1.55601 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00233477 Jy ! Component: 100 - total flux cleaned = 0.00343882 Jy ! Component: 150 - total flux cleaned = 0.00431463 Jy ! Component: 200 - total flux cleaned = 0.00496725 Jy ! Total flux subtracted in 200 components = 0.00496725 Jy ! Clean residual min=-0.002272 max=0.002223 Jy/beam ! Clean residual mean=-0.000009 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.490308 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.000387895 Jy ! Component: 100 - total flux cleaned = 0.00059423 Jy ! Component: 150 - total flux cleaned = 0.000665655 Jy ! Component: 200 - total flux cleaned = 0.000729588 Jy ! Total flux subtracted in 200 components = 0.000729588 Jy ! Clean residual min=-0.002090 max=0.002062 Jy/beam ! Clean residual mean=-0.000009 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.491038 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 116 components and 0.491038 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.71 mas, bmaj=13.86 mas, bpa=-17.44 degrees ! Estimated noise=1.34019 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000222402 Jy ! Component: 100 - total flux cleaned = -0.000137116 Jy ! Component: 150 - total flux cleaned = -6.30167e-05 Jy ! Component: 200 - total flux cleaned = -6.45606e-05 Jy ! Total flux subtracted in 200 components = -6.45606e-05 Jy ! Clean residual min=-0.002514 max=0.002267 Jy/beam ! Clean residual mean=-0.000005 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.490973 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 134 components and 0.490973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070932Jy sigma=0.416286 ! Fit after self-cal, rms=0.070910Jy sigma=0.416138 wmodel J1826+0149_S_map.mod ! Writing 134 model components to file: J1826+0149_S_map.mod wobs J1826+0149_S_uvs.fits ! Writing UV FITS file: J1826+0149_S_uvs.fits wwins J1826+0149_S_map.win ! wwins: Wrote 2 windows to J1826+0149_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.000662281 Jy ! Component: 100 - total flux cleaned = -0.00078934 Jy ! Component: 150 - total flux cleaned = -0.00109781 Jy ! Component: 200 - total flux cleaned = -0.00135648 Jy ! Component: 250 - total flux cleaned = -0.00153483 Jy ! Component: 300 - total flux cleaned = -0.00177514 Jy ! Component: 350 - total flux cleaned = -0.00180847 Jy ! Component: 400 - total flux cleaned = -0.00177651 Jy ! Component: 450 - total flux cleaned = -0.00177708 Jy ! Component: 500 - total flux cleaned = -0.00174617 Jy ! Component: 550 - total flux cleaned = -0.00165516 Jy ! Component: 600 - total flux cleaned = -0.00153557 Jy ! Component: 650 - total flux cleaned = -0.00147637 Jy ! Component: 700 - total flux cleaned = -0.00127455 Jy ! Component: 750 - total flux cleaned = -0.00113311 Jy ! Component: 800 - total flux cleaned = -0.00113302 Jy ! Component: 850 - total flux cleaned = -0.00102281 Jy ! Component: 900 - total flux cleaned = -0.000942167 Jy ! Component: 950 - total flux cleaned = -0.000915621 Jy ! Component: 1000 - total flux cleaned = -0.000889587 Jy ! Component: 1050 - total flux cleaned = -0.000888995 Jy ! Component: 1100 - total flux cleaned = -0.000838365 Jy ! Component: 1150 - total flux cleaned = -0.000813075 Jy ! Component: 1200 - total flux cleaned = -0.000813202 Jy ! Component: 1250 - total flux cleaned = -0.000764839 Jy ! Component: 1300 - total flux cleaned = -0.000788844 Jy ! Component: 1350 - total flux cleaned = -0.000812655 Jy ! Component: 1400 - total flux cleaned = -0.000905389 Jy ! Component: 1450 - total flux cleaned = -0.000859655 Jy ! Component: 1500 - total flux cleaned = -0.000950476 Jy ! Component: 1550 - total flux cleaned = -0.0009731 Jy ! Component: 1600 - total flux cleaned = -0.00106124 Jy ! Component: 1650 - total flux cleaned = -0.00114808 Jy ! Component: 1700 - total flux cleaned = -0.00119075 Jy ! Component: 1750 - total flux cleaned = -0.00116969 Jy ! Component: 1800 - total flux cleaned = -0.00121198 Jy ! Component: 1850 - total flux cleaned = -0.00131552 Jy ! Component: 1900 - total flux cleaned = -0.00135641 Jy ! Component: 1950 - total flux cleaned = -0.00141748 Jy ! Component: 2000 - total flux cleaned = -0.00145761 Jy ! Component: 2050 - total flux cleaned = -0.00155672 Jy ! Component: 2100 - total flux cleaned = -0.00151742 Jy ! Component: 2150 - total flux cleaned = -0.00159488 Jy ! Component: 2200 - total flux cleaned = -0.00161405 Jy ! Component: 2250 - total flux cleaned = -0.00168963 Jy ! Component: 2300 - total flux cleaned = -0.00168969 Jy ! Component: 2350 - total flux cleaned = -0.00172666 Jy ! Component: 2400 - total flux cleaned = -0.00172658 Jy ! Component: 2450 - total flux cleaned = -0.00176277 Jy ! Component: 2500 - total flux cleaned = -0.00178086 Jy ! Component: 2550 - total flux cleaned = -0.00178096 Jy ! Component: 2600 - total flux cleaned = -0.00185127 Jy ! Component: 2650 - total flux cleaned = -0.00181625 Jy ! Component: 2700 - total flux cleaned = -0.00185072 Jy ! Component: 2750 - total flux cleaned = -0.00188489 Jy ! Component: 2800 - total flux cleaned = -0.00188507 Jy ! Component: 2850 - total flux cleaned = -0.00190189 Jy ! Component: 2900 - total flux cleaned = -0.00193527 Jy ! Component: 2950 - total flux cleaned = -0.00195202 Jy ! Component: 3000 - total flux cleaned = -0.00201736 Jy ! Component: 3050 - total flux cleaned = -0.0020823 Jy ! Component: 3100 - total flux cleaned = -0.00213045 Jy ! Component: 3150 - total flux cleaned = -0.00213036 Jy ! Component: 3200 - total flux cleaned = -0.00216202 Jy ! Component: 3250 - total flux cleaned = -0.00220902 Jy ! Component: 3300 - total flux cleaned = -0.00225561 Jy ! Component: 3350 - total flux cleaned = -0.00231704 Jy ! Component: 3400 - total flux cleaned = -0.0023019 Jy ! Component: 3450 - total flux cleaned = -0.00234734 Jy ! Component: 3500 - total flux cleaned = -0.00245248 Jy ! Component: 3550 - total flux cleaned = -0.0024227 Jy ! Component: 3600 - total flux cleaned = -0.00243729 Jy ! Component: 3650 - total flux cleaned = -0.0024374 Jy ! Component: 3700 - total flux cleaned = -0.0024521 Jy ! Component: 3750 - total flux cleaned = -0.00249539 Jy ! Component: 3800 - total flux cleaned = -0.00248101 Jy ! Component: 3850 - total flux cleaned = -0.00243846 Jy ! Component: 3900 - total flux cleaned = -0.00246656 Jy ! Component: 3950 - total flux cleaned = -0.00245256 Jy ! Component: 4000 - total flux cleaned = -0.00248047 Jy ! Component: 4050 - total flux cleaned = -0.00252164 Jy ! Total flux subtracted in 4096 components = -0.00252168 Jy ! Clean residual min=-0.000857 max=0.000779 Jy/beam ! Clean residual mean=-0.000001 rms=0.000268 Jy/beam ! Combined flux in latest and established models = 0.488451 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 418 components and 0.488452 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1826+0149_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.71 x 13.86 at -17.44 degrees (North through East) ! Clean map min=-0.0038634 max=0.42214 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1826+0149_S_map.fits wmodel /image_prod/ug002_uva//J1826+0149_S_map.mod ! Writing 418 model components to file: /image_prod/ug002_uva//J1826+0149_S_map.mod wobs /image_prod/ug002_uva//J1826+0149_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1826+0149_S_uvs.fits wwins /image_prod/ug002_uva//J1826+0149_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1826+0149_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.422144 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000264749 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.188146 0.188146 0.376292 0.752585 1.50517 3.01034 6.02068 12.0414 24.0827 48.1654 96.3308 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.422 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1594.51 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1826+0149_S_dfm.log closed on Thu Mar 5 03:44:19 2020