! Started logfile: /image_prod/ug002_uva//J0910-0526_S_dfm.log on Wed Mar 4 22:51:38 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//J0910-0526_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0910-0526_S_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.855556 visibilities/baseline/integration-bin. ! Found source: J0910-0526 ! ! 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 6930 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 J0910-0526_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 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.049671Jy sigma=7.740260 ! Fit after self-cal, rms=0.767927Jy sigma=5.742038 ! 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.204 mas, bmaj=13.74 mas, bpa=-17.31 degrees ! Estimated noise=1.59258 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.16843 Jy ! Component: 100 - total flux cleaned = 0.236698 Jy ! Total flux subtracted in 100 components = 0.236698 Jy ! Clean residual min=-0.014174 max=0.033840 Jy/beam ! Clean residual mean=-0.000010 rms=0.005154 Jy/beam ! Combined flux in latest and established models = 0.236698 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.236698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.137701Jy sigma=0.797348 ! Fit after self-cal, rms=0.137277Jy sigma=0.793528 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0406918 Jy ! Component: 100 - total flux cleaned = 0.0655058 Jy ! Total flux subtracted in 100 components = 0.0655058 Jy ! Clean residual min=-0.013806 max=0.015434 Jy/beam ! Clean residual mean=0.000019 rms=0.003623 Jy/beam ! Combined flux in latest and established models = 0.302203 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 32 components and 0.302203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.118584Jy sigma=0.650130 ! Fit after self-cal, rms=0.118325Jy sigma=0.647647 ! 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.925 mas, bmaj=14.53 mas, bpa=-16.31 degrees ! Estimated noise=1.1872 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.0202664 Jy ! Component: 100 - total flux cleaned = 0.0308323 Jy ! Component: 150 - total flux cleaned = 0.0367336 Jy ! Component: 200 - total flux cleaned = 0.0382441 Jy ! Total flux subtracted in 200 components = 0.0382441 Jy ! Clean residual min=-0.015542 max=0.012086 Jy/beam ! Clean residual mean=0.000023 rms=0.003360 Jy/beam ! Combined flux in latest and established models = 0.340447 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 75 components and 0.340447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.113200Jy sigma=0.621870 ! Fit after self-cal, rms=0.113104Jy sigma=0.620763 ! 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.925 x 14.53 at -16.31 degrees (North through East) ! Clean map min=-0.015782 max=0.22636 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.97 HN 0.99 KP 0.98 ! LA 1.06 MK 1.04 NL 1.03 OV 1.06 ! PT 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.95 HN 1.01 KP 1.02 ! LA 1.05 MK 0.93 NL 1.02 OV 0.97 ! PT 0.88 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.99 HN 0.96 KP 1.08 ! LA 1.06 MK 0.93 NL 0.95 OV 1.34 ! PT 0.87 ! ! ! Fit before self-cal, rms=0.113104Jy sigma=0.620763 ! Fit after self-cal, rms=0.108426Jy sigma=0.585037 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.872 mas, bmaj=14.56 mas, bpa=-16.5 degrees ! Estimated noise=1.19014 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.00459192 Jy ! Component: 100 - total flux cleaned = 0.00483864 Jy ! Component: 150 - total flux cleaned = 0.00467111 Jy ! Component: 200 - total flux cleaned = 0.00444464 Jy ! Total flux subtracted in 200 components = 0.00444464 Jy ! Clean residual min=-0.012616 max=0.011157 Jy/beam ! Clean residual mean=0.000010 rms=0.002923 Jy/beam ! Combined flux in latest and established models = 0.344892 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 89 components and 0.344892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.107710Jy sigma=0.585200 ! Fit after self-cal, rms=0.107741Jy sigma=0.584945 ! 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.107741Jy sigma=0.584945 ! Fit after self-cal, rms=0.115217Jy sigma=0.517895 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.855 mas, bmaj=14.91 mas, bpa=-16.77 degrees ! Estimated noise=1.234 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00880654 Jy ! Component: 100 - total flux cleaned = 0.00970744 Jy ! Component: 150 - total flux cleaned = 0.00954152 Jy ! Component: 200 - total flux cleaned = 0.00913016 Jy ! Total flux subtracted in 200 components = 0.00913016 Jy ! Clean residual min=-0.007514 max=0.008108 Jy/beam ! Clean residual mean=0.000014 rms=0.002045 Jy/beam ! Combined flux in latest and established models = 0.354022 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 119 components and 0.354022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.113767Jy sigma=0.512584 ! Fit after self-cal, rms=0.114014Jy sigma=0.512261 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.000223173 Jy ! Component: 100 - total flux cleaned = -0.000535375 Jy ! Component: 150 - total flux cleaned = -0.000721791 Jy ! Component: 200 - total flux cleaned = -0.000889099 Jy ! Total flux subtracted in 200 components = -0.000889099 Jy ! Clean residual min=-0.007730 max=0.007661 Jy/beam ! Clean residual mean=0.000014 rms=0.002006 Jy/beam ! Combined flux in latest and established models = 0.353133 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 133 components and 0.353133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.113725Jy sigma=0.511397 ! Fit after self-cal, rms=0.113718Jy sigma=0.511358 ! 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.113718Jy sigma=0.511358 ! Fit after self-cal, rms=0.100366Jy sigma=0.443932 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.877 mas, bmaj=14.77 mas, bpa=-16.83 degrees ! Estimated noise=1.2291 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000374399 Jy ! Component: 100 - total flux cleaned = 0.000416728 Jy ! Component: 150 - total flux cleaned = 0.000415765 Jy ! Component: 200 - total flux cleaned = 0.000417355 Jy ! Total flux subtracted in 200 components = 0.000417355 Jy ! Clean residual min=-0.002017 max=0.002659 Jy/beam ! Clean residual mean=-0.000005 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.35355 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 146 components and 0.353551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100314Jy sigma=0.443655 ! Fit after self-cal, rms=0.100507Jy sigma=0.443500 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (100.5, 43.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000976274 Jy ! Component: 100 - total flux cleaned = 0.000839423 Jy ! Component: 150 - total flux cleaned = 0.000995403 Jy ! Component: 200 - total flux cleaned = 0.00112395 Jy ! Total flux subtracted in 200 components = 0.00112395 Jy ! Clean residual min=-0.001939 max=0.002246 Jy/beam ! Clean residual mean=-0.000004 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.354674 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 163 components and 0.354674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100366Jy sigma=0.442816 ! Fit after self-cal, rms=0.100347Jy sigma=0.442783 ! Inverting map ! Added new window around map position (36.5, 81). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147842 Jy ! Component: 100 - total flux cleaned = 0.00164874 Jy ! Component: 150 - total flux cleaned = 0.00180481 Jy ! Component: 200 - total flux cleaned = 0.00194682 Jy ! Total flux subtracted in 200 components = 0.00194682 Jy ! Clean residual min=-0.001941 max=0.001845 Jy/beam ! Clean residual mean=-0.000004 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.356621 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 180 components and 0.356621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100292Jy sigma=0.442344 ! Fit after self-cal, rms=0.100291Jy sigma=0.442327 ! 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.100291Jy sigma=0.442327 ! Fit after self-cal, rms=0.099755Jy sigma=0.442261 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.686 mas, bmaj=16.02 mas, bpa=-10.46 degrees ! Estimated noise=1.41556 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000359872 Jy ! Component: 100 - total flux cleaned = 0.000192796 Jy ! Component: 150 - total flux cleaned = 0.000162555 Jy ! Component: 200 - total flux cleaned = 5.26783e-05 Jy ! Total flux subtracted in 200 components = 5.26783e-05 Jy ! Clean residual min=-0.001830 max=0.002157 Jy/beam ! Clean residual mean=-0.000004 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.356674 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 201 components and 0.356674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099734Jy sigma=0.442132 ! Fit after self-cal, rms=0.099722Jy sigma=0.442124 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.09699e-05 Jy ! Component: 100 - total flux cleaned = -3.44737e-05 Jy ! Component: 150 - total flux cleaned = -0.000104119 Jy ! Component: 200 - total flux cleaned = -0.000146633 Jy ! Total flux subtracted in 200 components = -0.000146633 Jy ! Clean residual min=-0.001774 max=0.002144 Jy/beam ! Clean residual mean=-0.000004 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.356527 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 220 components and 0.356527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099711Jy sigma=0.442057 ! Fit after self-cal, rms=0.099707Jy sigma=0.442052 ! 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.883 mas, bmaj=14.76 mas, bpa=-16.83 degrees ! Estimated noise=1.22927 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.883 x 14.76 at -16.83 degrees (North through East) ! Clean map min=-0.0020285 max=0.23252 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.17 mas, bmaj=13.86 mas, bpa=-17.79 degrees ! Estimated noise=1.64468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.174712 Jy ! Component: 100 - total flux cleaned = 0.248282 Jy ! Component: 150 - total flux cleaned = 0.289995 Jy ! Component: 200 - total flux cleaned = 0.314762 Jy ! Total flux subtracted in 200 components = 0.314762 Jy ! Clean residual min=-0.006010 max=0.012720 Jy/beam ! Clean residual mean=-0.000017 rms=0.001849 Jy/beam ! Combined flux in latest and established models = 0.314762 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.314762 Jy ! Inverting map and beam ! Estimated beam: bmin=3.883 mas, bmaj=14.76 mas, bpa=-16.83 degrees ! Estimated noise=1.22927 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.0186586 Jy ! Component: 100 - total flux cleaned = 0.0289705 Jy ! Component: 150 - total flux cleaned = 0.0350571 Jy ! Component: 200 - total flux cleaned = 0.038019 Jy ! Total flux subtracted in 200 components = 0.038019 Jy ! Clean residual min=-0.002790 max=0.002992 Jy/beam ! Clean residual mean=-0.000005 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.352781 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 78 components and 0.352781 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.686 mas, bmaj=16.02 mas, bpa=-10.46 degrees ! Estimated noise=1.41556 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0026592 Jy ! Component: 100 - total flux cleaned = 0.00419091 Jy ! Component: 150 - total flux cleaned = 0.00427225 Jy ! Component: 200 - total flux cleaned = 0.00434054 Jy ! Total flux subtracted in 200 components = 0.00434054 Jy ! Clean residual min=-0.002143 max=0.002054 Jy/beam ! Clean residual mean=-0.000005 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.357121 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 = -6.01883e-05 Jy ! Component: 100 - total flux cleaned = -5.88136e-05 Jy ! Component: 150 - total flux cleaned = -0.000217002 Jy ! Component: 200 - total flux cleaned = -0.000216419 Jy ! Total flux subtracted in 200 components = -0.000216419 Jy ! Clean residual min=-0.001869 max=0.002032 Jy/beam ! Clean residual mean=-0.000005 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.356905 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 119 components and 0.356905 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.883 mas, bmaj=14.76 mas, bpa=-16.83 degrees ! Estimated noise=1.22927 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000994118 Jy ! Component: 100 - total flux cleaned = -0.000984492 Jy ! Component: 150 - total flux cleaned = -0.00105882 Jy ! Component: 200 - total flux cleaned = -0.000996726 Jy ! Total flux subtracted in 200 components = -0.000996726 Jy ! Clean residual min=-0.002118 max=0.002156 Jy/beam ! Clean residual mean=-0.000004 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.355908 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 132 components and 0.355908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099969Jy sigma=0.443525 ! Fit after self-cal, rms=0.099942Jy sigma=0.443179 wmodel J0910-0526_S_map.mod ! Writing 132 model components to file: J0910-0526_S_map.mod wobs J0910-0526_S_uvs.fits ! Writing UV FITS file: J0910-0526_S_uvs.fits wwins J0910-0526_S_map.win ! wwins: Wrote 3 windows to J0910-0526_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 = -9.427e-06 Jy ! Component: 100 - total flux cleaned = 9.37515e-05 Jy ! Component: 150 - total flux cleaned = -3.33563e-05 Jy ! Component: 200 - total flux cleaned = -0.000215756 Jy ! Component: 250 - total flux cleaned = -0.000390969 Jy ! Component: 300 - total flux cleaned = -0.000559993 Jy ! Component: 350 - total flux cleaned = -0.000668762 Jy ! Component: 400 - total flux cleaned = -0.000853839 Jy ! Component: 450 - total flux cleaned = -0.000982835 Jy ! Component: 500 - total flux cleaned = -0.00108416 Jy ! Component: 550 - total flux cleaned = -0.00125686 Jy ! Component: 600 - total flux cleaned = -0.00135347 Jy ! Component: 650 - total flux cleaned = -0.00149591 Jy ! Component: 700 - total flux cleaned = -0.00158893 Jy ! Component: 750 - total flux cleaned = -0.00170325 Jy ! Component: 800 - total flux cleaned = -0.00181611 Jy ! Component: 850 - total flux cleaned = -0.00194959 Jy ! Component: 900 - total flux cleaned = -0.00210217 Jy ! Component: 950 - total flux cleaned = -0.00225221 Jy ! Component: 1000 - total flux cleaned = -0.00242136 Jy ! Component: 1050 - total flux cleaned = -0.0025471 Jy ! Component: 1100 - total flux cleaned = -0.00277313 Jy ! Component: 1150 - total flux cleaned = -0.00303555 Jy ! Component: 1200 - total flux cleaned = -0.00315477 Jy ! Component: 1250 - total flux cleaned = -0.00333167 Jy ! Component: 1300 - total flux cleaned = -0.00360258 Jy ! Component: 1350 - total flux cleaned = -0.00381235 Jy ! Component: 1400 - total flux cleaned = -0.00396273 Jy ! Component: 1450 - total flux cleaned = -0.00414856 Jy ! Component: 1500 - total flux cleaned = -0.00433191 Jy ! Component: 1550 - total flux cleaned = -0.00451271 Jy ! Component: 1600 - total flux cleaned = -0.00467343 Jy ! Component: 1650 - total flux cleaned = -0.00490257 Jy ! Component: 1700 - total flux cleaned = -0.00502438 Jy ! Component: 1750 - total flux cleaned = -0.00517911 Jy ! Component: 1800 - total flux cleaned = -0.0052983 Jy ! Component: 1850 - total flux cleaned = -0.00544994 Jy ! Component: 1900 - total flux cleaned = -0.00561615 Jy ! Component: 1950 - total flux cleaned = -0.00571475 Jy ! Component: 2000 - total flux cleaned = -0.0058126 Jy ! Component: 2050 - total flux cleaned = -0.0059896 Jy ! Component: 2100 - total flux cleaned = -0.00606895 Jy ! Component: 2150 - total flux cleaned = -0.0061478 Jy ! Component: 2200 - total flux cleaned = -0.00627245 Jy ! Component: 2250 - total flux cleaned = -0.00631908 Jy ! Component: 2300 - total flux cleaned = -0.00645649 Jy ! Component: 2350 - total flux cleaned = -0.00654712 Jy ! Component: 2400 - total flux cleaned = -0.00663697 Jy ! Component: 2450 - total flux cleaned = -0.00669614 Jy ! Component: 2500 - total flux cleaned = -0.0067256 Jy ! Component: 2550 - total flux cleaned = -0.00679826 Jy ! Component: 2600 - total flux cleaned = -0.00685592 Jy ! Component: 2650 - total flux cleaned = -0.00691295 Jy ! Component: 2700 - total flux cleaned = -0.0069555 Jy ! Component: 2750 - total flux cleaned = -0.00702548 Jy ! Component: 2800 - total flux cleaned = -0.00705322 Jy ! Component: 2850 - total flux cleaned = -0.00712213 Jy ! Component: 2900 - total flux cleaned = -0.00720408 Jy ! Component: 2950 - total flux cleaned = -0.00721756 Jy ! Component: 3000 - total flux cleaned = -0.00727113 Jy ! Component: 3050 - total flux cleaned = -0.00732414 Jy ! Component: 3100 - total flux cleaned = -0.00731094 Jy ! Component: 3150 - total flux cleaned = -0.00741562 Jy ! Component: 3200 - total flux cleaned = -0.00741552 Jy ! Component: 3250 - total flux cleaned = -0.00746704 Jy ! Component: 3300 - total flux cleaned = -0.00751819 Jy ! Component: 3350 - total flux cleaned = -0.00754348 Jy ! Component: 3400 - total flux cleaned = -0.00756854 Jy ! Component: 3450 - total flux cleaned = -0.00761834 Jy ! Component: 3500 - total flux cleaned = -0.00764308 Jy ! Component: 3550 - total flux cleaned = -0.00767994 Jy ! Component: 3600 - total flux cleaned = -0.00770431 Jy ! Component: 3650 - total flux cleaned = -0.00771647 Jy ! Component: 3700 - total flux cleaned = -0.00777656 Jy ! Component: 3750 - total flux cleaned = -0.00781249 Jy ! Component: 3800 - total flux cleaned = -0.00790721 Jy ! Component: 3850 - total flux cleaned = -0.00790716 Jy ! Component: 3900 - total flux cleaned = -0.00797741 Jy ! Component: 3950 - total flux cleaned = -0.00803552 Jy ! Component: 4000 - total flux cleaned = -0.00804711 Jy ! Component: 4050 - total flux cleaned = -0.00811591 Jy ! Total flux subtracted in 4096 components = -0.00817283 Jy ! Clean residual min=-0.000602 max=0.000603 Jy/beam ! Clean residual mean=-0.000003 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.347736 Jy keep ! Adding 267 model components to the UV plane model. ! The established model now contains 398 components and 0.347735 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0910-0526_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.883 x 14.76 at -16.83 degrees (North through East) ! Clean map min=-0.0017181 max=0.2323 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0910-0526_S_map.fits wmodel /image_prod/ug002_uva//J0910-0526_S_map.mod ! Writing 398 model components to file: /image_prod/ug002_uva//J0910-0526_S_map.mod wobs /image_prod/ug002_uva//J0910-0526_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0910-0526_S_uvs.fits wwins /image_prod/ug002_uva//J0910-0526_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J0910-0526_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.232297 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000224435 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.289846 0.289846 0.579692 1.15938 2.31877 4.63753 9.27507 18.5501 37.1003 74.2005 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.232 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1035.03 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0910-0526_S_dfm.log closed on Wed Mar 4 22:51:42 2020