! Started logfile: /image_prod/ug002_uva//J0650-1637_S_l_dfm.log on Wed Mar 4 21:31:50 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//J0650-1637_S_l_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0650-1637_S_l_uva.fits ! AN table 1: 8 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.869048 visibilities/baseline/integration-bin. ! Found source: J0650-1637 ! ! 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 438 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 J0650-1637_S_l] 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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.669722Jy sigma=11.973901 ! Fit after self-cal, rms=0.630456Jy sigma=4.593194 ! 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=4.291 mas, bmaj=10.49 mas, bpa=-1.759 degrees ! Estimated noise=5.16337 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.980987 Jy ! Component: 100 - total flux cleaned = 1.35867 Jy ! Total flux subtracted in 100 components = 1.35867 Jy ! Clean residual min=-0.071770 max=0.163163 Jy/beam ! Clean residual mean=0.006546 rms=0.036007 Jy/beam ! Combined flux in latest and established models = 1.35867 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 1.35867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.360682Jy sigma=2.481867 ! Fit after self-cal, rms=0.360469Jy sigma=2.481158 ! 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=4.878 mas, bmaj=11.72 mas, bpa=-1.946 degrees ! Estimated noise=4.68688 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.212471 Jy ! Component: 100 - total flux cleaned = 0.320819 Jy ! Component: 150 - total flux cleaned = 0.391366 Jy ! Component: 200 - total flux cleaned = 0.44133 Jy ! Total flux subtracted in 200 components = 0.44133 Jy ! Clean residual min=-0.030413 max=0.030565 Jy/beam ! Clean residual mean=0.005386 rms=0.012288 Jy/beam ! Combined flux in latest and established models = 1.8 Jy ! Performing phase self-cal ! Adding 95 model components to the UV plane model. ! The established model now contains 101 components and 1.8 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.167648Jy sigma=1.265863 ! Fit after self-cal, rms=0.167018Jy sigma=1.262272 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.878 x 11.72 at -1.946 degrees (North through East) ! Clean map min=-0.028587 max=1.1087 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 1.06 KP 0.98 LA 0.98 ! MK 0.96 OV 1.00 PT 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 2.01 FD 1.01 KP 0.96 LA 0.96 ! MK 1.08 OV 1.01 PT 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.83 FD 0.99 KP 0.98 LA 0.95 ! MK 0.99 OV 0.98 PT 0.96 ! ! ! Fit before self-cal, rms=0.167018Jy sigma=1.262272 ! Fit after self-cal, rms=0.105709Jy sigma=0.722812 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.893 mas, bmaj=11.99 mas, bpa=-2.094 degrees ! Estimated noise=4.67024 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.0227524 Jy ! Component: 100 - total flux cleaned = 0.0184342 Jy ! Component: 150 - total flux cleaned = 0.0205712 Jy ! Component: 200 - total flux cleaned = 0.0206014 Jy ! Total flux subtracted in 200 components = 0.0206014 Jy ! Clean residual min=-0.009930 max=0.009929 Jy/beam ! Clean residual mean=0.001541 rms=0.003605 Jy/beam ! Combined flux in latest and established models = 1.8206 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 153 components and 1.8206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090531Jy sigma=0.610534 ! Fit after self-cal, rms=0.090087Jy sigma=0.607750 ! 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.090087Jy sigma=0.607750 ! Fit after self-cal, rms=0.089930Jy sigma=0.602902 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.891 mas, bmaj=12.03 mas, bpa=-2.148 degrees ! Estimated noise=4.67555 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00217071 Jy ! Component: 100 - total flux cleaned = -0.000192721 Jy ! Component: 150 - total flux cleaned = -0.0019436 Jy ! Component: 200 - total flux cleaned = -0.00393534 Jy ! Total flux subtracted in 200 components = -0.00393534 Jy ! Clean residual min=-0.006349 max=0.006320 Jy/beam ! Clean residual mean=0.000863 rms=0.002317 Jy/beam ! Combined flux in latest and established models = 1.81666 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 193 components and 1.81666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085240Jy sigma=0.568392 ! Fit after self-cal, rms=0.085174Jy sigma=0.568026 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.00220603 Jy ! Component: 100 - total flux cleaned = 0.00571924 Jy ! Component: 150 - total flux cleaned = 0.00778192 Jy ! Component: 200 - total flux cleaned = 0.00806375 Jy ! Total flux subtracted in 200 components = 0.00806375 Jy ! Clean residual min=-0.004454 max=0.004454 Jy/beam ! Clean residual mean=0.000618 rms=0.001643 Jy/beam ! Combined flux in latest and established models = 1.82473 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 241 components and 1.82473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083127Jy sigma=0.552357 ! Fit after self-cal, rms=0.083093Jy sigma=0.551982 ! 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.083093Jy sigma=0.551982 ! Fit after self-cal, rms=0.083664Jy sigma=0.549608 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.888 mas, bmaj=12.07 mas, bpa=-2.192 degrees ! Estimated noise=4.6848 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00247851 Jy ! Component: 100 - total flux cleaned = -0.00378134 Jy ! Component: 150 - total flux cleaned = -0.00448835 Jy ! Component: 200 - total flux cleaned = -0.00559318 Jy ! Total flux subtracted in 200 components = -0.00559318 Jy ! Clean residual min=-0.003564 max=0.003563 Jy/beam ! Clean residual mean=0.000347 rms=0.001278 Jy/beam ! Combined flux in latest and established models = 1.81913 Jy selfcal ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 280 components and 1.81913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082193Jy sigma=0.539205 ! Fit after self-cal, rms=0.082190Jy sigma=0.539079 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.00137795 Jy ! Component: 100 - total flux cleaned = 0.00232344 Jy ! Component: 150 - total flux cleaned = 0.00322511 Jy ! Component: 200 - total flux cleaned = 0.00375094 Jy ! Total flux subtracted in 200 components = 0.00375094 Jy ! Clean residual min=-0.002836 max=0.002869 Jy/beam ! Clean residual mean=0.000295 rms=0.001004 Jy/beam ! Combined flux in latest and established models = 1.82288 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 307 components and 1.82288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081454Jy sigma=0.532900 ! Fit after self-cal, rms=0.081448Jy sigma=0.532768 ! 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.081448Jy sigma=0.532768 ! Fit after self-cal, rms=0.082061Jy sigma=0.531684 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.844 mas, bmaj=14.36 mas, bpa=13.94 degrees ! Estimated noise=5.57781 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000190413 Jy ! Component: 100 - total flux cleaned = -0.000822502 Jy ! Component: 150 - total flux cleaned = -0.00191458 Jy ! Component: 200 - total flux cleaned = -0.00296916 Jy ! Total flux subtracted in 200 components = -0.00296916 Jy ! Clean residual min=-0.002165 max=0.002178 Jy/beam ! Clean residual mean=0.000112 rms=0.000803 Jy/beam ! Combined flux in latest and established models = 1.81992 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 344 components and 1.81992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081495Jy sigma=0.527952 ! Fit after self-cal, rms=0.081496Jy sigma=0.527854 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.000547922 Jy ! Component: 100 - total flux cleaned = 0.00077867 Jy ! Component: 150 - total flux cleaned = 0.00156546 Jy ! Component: 200 - total flux cleaned = 0.0024443 Jy ! Total flux subtracted in 200 components = 0.0024443 Jy ! Clean residual min=-0.001796 max=0.001803 Jy/beam ! Clean residual mean=0.000086 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 1.82236 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 375 components and 1.82236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081166Jy sigma=0.524879 ! Fit after self-cal, rms=0.081166Jy sigma=0.524834 ! 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=4.885 mas, bmaj=12.1 mas, bpa=-2.22 degrees ! Estimated noise=4.69341 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.885 x 12.1 at -2.22 degrees (North through East) ! Clean map min=-0.017129 max=1.0827 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081166Jy sigma=0.524834 ! Fit after self-cal, rms=0.074498Jy sigma=0.466961 ! Inverting map and beam ! Estimated beam: bmin=4.883 mas, bmaj=12.1 mas, bpa=-2.247 degrees ! Estimated noise=4.69479 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.003496 Jy ! Component: 100 - total flux cleaned = -0.00485596 Jy ! Component: 150 - total flux cleaned = -0.00573108 Jy ! Component: 200 - total flux cleaned = -0.00644191 Jy ! Total flux subtracted in 200 components = -0.00644191 Jy ! Clean residual min=-0.001912 max=0.001909 Jy/beam ! Clean residual mean=0.000055 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 1.81592 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 401 components and 1.81592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074033Jy sigma=0.463724 ! Fit after self-cal, rms=0.074031Jy sigma=0.463667 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.40595e-05 Jy ! Component: 100 - total flux cleaned = -0.00039645 Jy ! Component: 150 - total flux cleaned = 1.32121e-05 Jy ! Component: 200 - total flux cleaned = 0.000501285 Jy ! Total flux subtracted in 200 components = 0.000501285 Jy ! Clean residual min=-0.001589 max=0.001593 Jy/beam ! Clean residual mean=0.000048 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 1.81642 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 425 components and 1.81642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073785Jy sigma=0.461373 ! Fit after self-cal, rms=0.073787Jy sigma=0.461321 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073787Jy sigma=0.461321 ! Fit after self-cal, rms=0.073857Jy sigma=0.461055 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=4.273 mas, bmaj=10.78 mas, bpa=-2.408 degrees ! Estimated noise=5.22115 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.980263 Jy ! Component: 100 - total flux cleaned = 1.34052 Jy ! Component: 150 - total flux cleaned = 1.49928 Jy ! Component: 200 - total flux cleaned = 1.57977 Jy ! Total flux subtracted in 200 components = 1.57977 Jy ! Clean residual min=-0.034397 max=0.042631 Jy/beam ! Clean residual mean=0.002949 rms=0.013919 Jy/beam ! Combined flux in latest and established models = 1.57977 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 32 model components to the UV plane model. ! The established model now contains 32 components and 1.57977 Jy ! Inverting map and beam ! Estimated beam: bmin=4.882 mas, bmaj=12.11 mas, bpa=-2.261 degrees ! Estimated noise=4.69695 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.0724164 Jy ! Component: 100 - total flux cleaned = 0.117252 Jy ! Component: 150 - total flux cleaned = 0.142164 Jy ! Component: 200 - total flux cleaned = 0.158638 Jy ! Total flux subtracted in 200 components = 0.158638 Jy ! Clean residual min=-0.016460 max=0.016478 Jy/beam ! Clean residual mean=0.002561 rms=0.006861 Jy/beam ! Combined flux in latest and established models = 1.73841 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 118 components and 1.73841 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.844 mas, bmaj=14.36 mas, bpa=13.85 degrees ! Estimated noise=5.58318 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0271711 Jy ! Component: 100 - total flux cleaned = 0.0409897 Jy ! Component: 150 - total flux cleaned = 0.0472095 Jy ! Component: 200 - total flux cleaned = 0.0507345 Jy ! Total flux subtracted in 200 components = 0.0507345 Jy ! Clean residual min=-0.009311 max=0.009321 Jy/beam ! Clean residual mean=0.002238 rms=0.004066 Jy/beam ! Combined flux in latest and established models = 1.78914 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.00262175 Jy ! Component: 100 - total flux cleaned = 0.00405768 Jy ! Component: 150 - total flux cleaned = 0.00407522 Jy ! Component: 200 - total flux cleaned = 0.00492531 Jy ! Total flux subtracted in 200 components = 0.00492531 Jy ! Clean residual min=-0.006799 max=0.006791 Jy/beam ! Clean residual mean=0.001354 rms=0.002735 Jy/beam ! Combined flux in latest and established models = 1.79407 Jy ! Adding 155 model components to the UV plane model. ! The established model now contains 267 components and 1.79407 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.882 mas, bmaj=12.11 mas, bpa=-2.261 degrees ! Estimated noise=4.69695 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00161946 Jy ! Component: 100 - total flux cleaned = 0.000461137 Jy ! Component: 150 - total flux cleaned = -0.0012704 Jy ! Component: 200 - total flux cleaned = -0.00354291 Jy ! Total flux subtracted in 200 components = -0.00354291 Jy ! Clean residual min=-0.005242 max=0.005191 Jy/beam ! Clean residual mean=0.000754 rms=0.001942 Jy/beam ! Combined flux in latest and established models = 1.79053 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 318 components and 1.79053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077726Jy sigma=0.497840 ! Fit after self-cal, rms=0.077677Jy sigma=0.497048 wmodel J0650-1637_S_l_map.mod ! Writing 318 model components to file: J0650-1637_S_l_map.mod wobs J0650-1637_S_l_uvs.fits ! Writing UV FITS file: J0650-1637_S_l_uvs.fits wwins J0650-1637_S_l_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /image_prod/ug002_uva//J0650-1637_S_l_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.882 x 12.11 at -2.261 degrees (North through East) ! Clean map min=-0.015986 max=1.0918 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0650-1637_S_l_map.fits wmodel /image_prod/ug002_uva//J0650-1637_S_l_map.mod ! Writing 318 model components to file: /image_prod/ug002_uva//J0650-1637_S_l_map.mod wobs /image_prod/ug002_uva//J0650-1637_S_l_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0650-1637_S_l_uvs.fits wwins /image_prod/ug002_uva//J0650-1637_S_l_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 1.09175 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00189663 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.52117 0.52117 1.04234 2.08468 4.16936 8.33872 16.6774 33.3549 66.7098 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0056 print "peak= ", int(1000*peak_flux)/1000 ! peak= 1.091 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 575.627 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0650-1637_S_l_dfm.log closed on Wed Mar 4 21:31:53 2020