! Started logfile: /image_prod/ug002_uva//J0134+0003_S_dfm.log on Wed Mar 4 19:07:06 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//J0134+0003_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0134+0003_S_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.902963 visibilities/baseline/integration-bin. ! Found source: J0134+0003 ! ! 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 7314 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 J0134+0003_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 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.047776Jy sigma=7.870964 ! Fit after self-cal, rms=0.694045Jy sigma=5.231215 ! 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=2.92 mas, bmaj=13.9 mas, bpa=-17.84 degrees ! Estimated noise=1.50652 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.239564 Jy ! Component: 100 - total flux cleaned = 0.324371 Jy ! Total flux subtracted in 100 components = 0.324371 Jy ! Clean residual min=-0.033333 max=0.059132 Jy/beam ! Clean residual mean=0.000263 rms=0.008907 Jy/beam ! Combined flux in latest and established models = 0.32437 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.32437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.161969Jy sigma=1.162009 ! Fit after self-cal, rms=0.161752Jy sigma=1.160686 ! Inverting map ! Added new window around map position (-18.5, -5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0614827 Jy ! Component: 100 - total flux cleaned = 0.10649 Jy ! Total flux subtracted in 100 components = 0.10649 Jy ! Clean residual min=-0.027840 max=0.032415 Jy/beam ! Clean residual mean=0.000179 rms=0.006596 Jy/beam ! Combined flux in latest and established models = 0.43086 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 50 components and 0.43086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.127436Jy sigma=0.908346 ! Fit after self-cal, rms=0.126237Jy sigma=0.900192 ! 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.43 mas, bmaj=13.8 mas, bpa=-17.53 degrees ! Estimated noise=1.12135 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.0460916 Jy ! Component: 100 - total flux cleaned = 0.0795097 Jy ! Component: 150 - total flux cleaned = 0.105632 Jy ! Component: 200 - total flux cleaned = 0.126855 Jy ! Total flux subtracted in 200 components = 0.126855 Jy ! Clean residual min=-0.017332 max=0.022815 Jy/beam ! Clean residual mean=0.000075 rms=0.004962 Jy/beam ! Combined flux in latest and established models = 0.557715 Jy ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 114 components and 0.557715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100194Jy sigma=0.699608 ! Fit after self-cal, rms=0.098925Jy sigma=0.691095 ! 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.43 x 13.8 at -17.53 degrees (North through East) ! Clean map min=-0.015362 max=0.32859 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.87 HN 1.03 KP 0.92 ! LA 0.97 MK 1.08 NL 1.05 OV 1.08 ! PT 0.89 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.87 HN 1.03 KP 0.92 ! LA 0.98 MK 1.03 NL 1.07 OV 0.94 ! PT 0.91 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.88 HN 1.01 KP 0.93 ! LA 0.98 MK 1.04 NL 1.04 OV 1.07 ! PT 0.90 ! ! ! Fit before self-cal, rms=0.098925Jy sigma=0.691095 ! Fit after self-cal, rms=0.089851Jy sigma=0.612280 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.514 mas, bmaj=14.23 mas, bpa=-17.4 degrees ! Estimated noise=1.09396 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.0158501 Jy ! Component: 100 - total flux cleaned = 0.0222667 Jy ! Component: 150 - total flux cleaned = 0.0248537 Jy ! Component: 200 - total flux cleaned = 0.0271427 Jy ! Total flux subtracted in 200 components = 0.0271427 Jy ! Clean residual min=-0.011668 max=0.011635 Jy/beam ! Clean residual mean=0.000012 rms=0.002978 Jy/beam ! Combined flux in latest and established models = 0.584858 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 151 components and 0.584858 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086435Jy sigma=0.578949 ! Fit after self-cal, rms=0.086213Jy sigma=0.576573 ! 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.086213Jy sigma=0.576573 ! Fit after self-cal, rms=0.087749Jy sigma=0.518032 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.502 mas, bmaj=14.63 mas, bpa=-17.4 degrees ! Estimated noise=1.10561 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00795965 Jy ! Component: 100 - total flux cleaned = 0.00798014 Jy ! Component: 150 - total flux cleaned = 0.00779709 Jy ! Component: 200 - total flux cleaned = 0.00779276 Jy ! Total flux subtracted in 200 components = 0.00779276 Jy ! Clean residual min=-0.007587 max=0.009313 Jy/beam ! Clean residual mean=0.000010 rms=0.001904 Jy/beam ! Combined flux in latest and established models = 0.59265 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 172 components and 0.59265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086628Jy sigma=0.506450 ! Fit after self-cal, rms=0.086631Jy sigma=0.505238 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 (-10, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00989568 Jy ! Component: 100 - total flux cleaned = 0.0129007 Jy ! Component: 150 - total flux cleaned = 0.0140696 Jy ! Component: 200 - total flux cleaned = 0.015583 Jy ! Total flux subtracted in 200 components = 0.015583 Jy ! Clean residual min=-0.005794 max=0.006233 Jy/beam ! Clean residual mean=0.000007 rms=0.001554 Jy/beam ! Combined flux in latest and established models = 0.608234 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 198 components and 0.608234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084994Jy sigma=0.492407 ! Fit after self-cal, rms=0.084779Jy sigma=0.490904 ! 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.084779Jy sigma=0.490904 ! Fit after self-cal, rms=0.087100Jy sigma=0.485792 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.509 mas, bmaj=14.57 mas, bpa=-17.38 degrees ! Estimated noise=1.1011 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00662436 Jy ! Component: 100 - total flux cleaned = 0.00917691 Jy ! Component: 150 - total flux cleaned = 0.0110536 Jy ! Component: 200 - total flux cleaned = 0.0125396 Jy ! Total flux subtracted in 200 components = 0.0125396 Jy ! Clean residual min=-0.004468 max=0.004423 Jy/beam ! Clean residual mean=0.000002 rms=0.001250 Jy/beam ! Combined flux in latest and established models = 0.620773 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 218 components and 0.620773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086219Jy sigma=0.479745 ! Fit after self-cal, rms=0.086126Jy sigma=0.478916 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.00294694 Jy ! Component: 100 - total flux cleaned = 0.00422409 Jy ! Component: 150 - total flux cleaned = 0.004949 Jy ! Component: 200 - total flux cleaned = 0.00561128 Jy ! Total flux subtracted in 200 components = 0.00561128 Jy ! Clean residual min=-0.004253 max=0.004016 Jy/beam ! Clean residual mean=0.000001 rms=0.001147 Jy/beam ! Combined flux in latest and established models = 0.626385 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 233 components and 0.626384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085769Jy sigma=0.476623 ! Fit after self-cal, rms=0.085737Jy sigma=0.476373 ! 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.085737Jy sigma=0.476373 ! Fit after self-cal, rms=0.086419Jy sigma=0.475206 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.657 mas, bmaj=14.73 mas, bpa=-11.57 degrees ! Estimated noise=1.29853 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00447904 Jy ! Component: 100 - total flux cleaned = 0.00634321 Jy ! Component: 150 - total flux cleaned = 0.0071495 Jy ! Component: 200 - total flux cleaned = 0.00746047 Jy ! Total flux subtracted in 200 components = 0.00746047 Jy ! Clean residual min=-0.004924 max=0.004808 Jy/beam ! Clean residual mean=0.000002 rms=0.001449 Jy/beam ! Combined flux in latest and established models = 0.633845 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 254 components and 0.633845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086125Jy sigma=0.473440 ! Fit after self-cal, rms=0.086086Jy sigma=0.473090 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.0012959 Jy ! Component: 100 - total flux cleaned = 0.00176414 Jy ! Component: 150 - total flux cleaned = 0.00204255 Jy ! Component: 200 - total flux cleaned = 0.00229988 Jy ! Total flux subtracted in 200 components = 0.00229988 Jy ! Clean residual min=-0.004725 max=0.004561 Jy/beam ! Clean residual mean=0.000002 rms=0.001372 Jy/beam ! Combined flux in latest and established models = 0.636145 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 271 components and 0.636145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085958Jy sigma=0.472245 ! Fit after self-cal, rms=0.085948Jy sigma=0.472123 ! 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.511 mas, bmaj=14.57 mas, bpa=-17.38 degrees ! Estimated noise=1.10154 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.511 x 14.57 at -17.38 degrees (North through East) ! Clean map min=-0.0048112 max=0.31802 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.981 mas, bmaj=14.54 mas, bpa=-17.71 degrees ! Estimated noise=1.51036 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.238243 Jy ! Component: 100 - total flux cleaned = 0.325 Jy ! Component: 150 - total flux cleaned = 0.384711 Jy ! Component: 200 - total flux cleaned = 0.429357 Jy ! Total flux subtracted in 200 components = 0.429357 Jy ! Clean residual min=-0.017428 max=0.025907 Jy/beam ! Clean residual mean=0.000139 rms=0.005030 Jy/beam ! Combined flux in latest and established models = 0.429357 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.429357 Jy ! Inverting map and beam ! Estimated beam: bmin=3.511 mas, bmaj=14.57 mas, bpa=-17.38 degrees ! Estimated noise=1.10154 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.0409923 Jy ! Component: 100 - total flux cleaned = 0.0714247 Jy ! Component: 150 - total flux cleaned = 0.0951776 Jy ! Component: 200 - total flux cleaned = 0.114132 Jy ! Total flux subtracted in 200 components = 0.114132 Jy ! Clean residual min=-0.007906 max=0.014388 Jy/beam ! Clean residual mean=0.000044 rms=0.002645 Jy/beam ! Combined flux in latest and established models = 0.543489 Jy ! Adding 71 model components to the UV plane model. ! The established model now contains 104 components and 0.543489 Jy ! Inverting map ! Added new window around map position (-40, 37.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0158024 Jy ! Component: 100 - total flux cleaned = 0.0282162 Jy ! Component: 150 - total flux cleaned = 0.038415 Jy ! Component: 200 - total flux cleaned = 0.0469614 Jy ! Total flux subtracted in 200 components = 0.0469614 Jy ! Clean residual min=-0.005430 max=0.006115 Jy/beam ! Clean residual mean=0.000023 rms=0.001507 Jy/beam ! Combined flux in latest and established models = 0.59045 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 161 components and 0.59045 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.657 mas, bmaj=14.73 mas, bpa=-11.57 degrees ! Estimated noise=1.29853 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107348 Jy ! Component: 100 - total flux cleaned = 0.0185271 Jy ! Component: 150 - total flux cleaned = 0.0245642 Jy ! Component: 200 - total flux cleaned = 0.0290431 Jy ! Total flux subtracted in 200 components = 0.0290431 Jy ! Clean residual min=-0.005128 max=0.004621 Jy/beam ! Clean residual mean=0.000025 rms=0.001471 Jy/beam ! Combined flux in latest and established models = 0.619493 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.00307912 Jy ! Component: 100 - total flux cleaned = 0.00585286 Jy ! Component: 150 - total flux cleaned = 0.00824273 Jy ! Component: 200 - total flux cleaned = 0.0103067 Jy ! Total flux subtracted in 200 components = 0.0103067 Jy ! Clean residual min=-0.004339 max=0.004120 Jy/beam ! Clean residual mean=0.000020 rms=0.001279 Jy/beam ! Combined flux in latest and established models = 0.629799 Jy ! Adding 139 model components to the UV plane model. ! The established model now contains 283 components and 0.6298 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.511 mas, bmaj=14.57 mas, bpa=-17.38 degrees ! Estimated noise=1.10154 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00209182 Jy ! Component: 100 - total flux cleaned = 0.00264247 Jy ! Component: 150 - total flux cleaned = 0.00313146 Jy ! Component: 200 - total flux cleaned = 0.00358079 Jy ! Total flux subtracted in 200 components = 0.00358079 Jy ! Clean residual min=-0.003783 max=0.003372 Jy/beam ! Clean residual mean=0.000009 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.63338 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 305 components and 0.63338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085662Jy sigma=0.470165 ! Fit after self-cal, rms=0.085491Jy sigma=0.469315 wmodel J0134+0003_S_map.mod ! Writing 305 model components to file: J0134+0003_S_map.mod wobs J0134+0003_S_uvs.fits ! Writing UV FITS file: J0134+0003_S_uvs.fits wwins J0134+0003_S_map.win ! wwins: Wrote 4 windows to J0134+0003_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.000682205 Jy ! Component: 100 - total flux cleaned = 0.000904708 Jy ! Component: 150 - total flux cleaned = 0.00111029 Jy ! Component: 200 - total flux cleaned = 0.00130366 Jy ! Component: 250 - total flux cleaned = 0.00148872 Jy ! Component: 300 - total flux cleaned = 0.00166664 Jy ! Component: 350 - total flux cleaned = 0.00175116 Jy ! Component: 400 - total flux cleaned = 0.00170948 Jy ! Component: 450 - total flux cleaned = 0.00178932 Jy ! Component: 500 - total flux cleaned = 0.0020613 Jy ! Component: 550 - total flux cleaned = 0.00221159 Jy ! Component: 600 - total flux cleaned = 0.00224806 Jy ! Component: 650 - total flux cleaned = 0.00224799 Jy ! Component: 700 - total flux cleaned = 0.00228339 Jy ! Component: 750 - total flux cleaned = 0.00231823 Jy ! Component: 800 - total flux cleaned = 0.00255551 Jy ! Component: 850 - total flux cleaned = 0.00275517 Jy ! Component: 900 - total flux cleaned = 0.00291757 Jy ! Component: 950 - total flux cleaned = 0.00301304 Jy ! Component: 1000 - total flux cleaned = 0.00310702 Jy ! Component: 1050 - total flux cleaned = 0.00326165 Jy ! Component: 1100 - total flux cleaned = 0.003473 Jy ! Component: 1150 - total flux cleaned = 0.0035023 Jy ! Component: 1200 - total flux cleaned = 0.00382331 Jy ! Component: 1250 - total flux cleaned = 0.00376501 Jy ! Component: 1300 - total flux cleaned = 0.00396391 Jy ! Component: 1350 - total flux cleaned = 0.00401941 Jy ! Component: 1400 - total flux cleaned = 0.00404695 Jy ! Component: 1450 - total flux cleaned = 0.00418284 Jy ! Component: 1500 - total flux cleaned = 0.00426284 Jy ! Component: 1550 - total flux cleaned = 0.00444621 Jy ! Component: 1600 - total flux cleaned = 0.00441994 Jy ! Component: 1650 - total flux cleaned = 0.00447059 Jy ! Component: 1700 - total flux cleaned = 0.00454629 Jy ! Component: 1750 - total flux cleaned = 0.0046944 Jy ! Component: 1800 - total flux cleaned = 0.00474315 Jy ! Component: 1850 - total flux cleaned = 0.00483964 Jy ! Component: 1900 - total flux cleaned = 0.00479218 Jy ! Component: 1950 - total flux cleaned = 0.00495624 Jy ! Component: 2000 - total flux cleaned = 0.00504846 Jy ! Component: 2050 - total flux cleaned = 0.00516263 Jy ! Component: 2100 - total flux cleaned = 0.00523026 Jy ! Component: 2150 - total flux cleaned = 0.00529733 Jy ! Component: 2200 - total flux cleaned = 0.00547355 Jy ! Component: 2250 - total flux cleaned = 0.00551693 Jy ! Component: 2300 - total flux cleaned = 0.00560337 Jy ! Component: 2350 - total flux cleaned = 0.00573112 Jy ! Component: 2400 - total flux cleaned = 0.00577319 Jy ! Component: 2450 - total flux cleaned = 0.00591903 Jy ! Component: 2500 - total flux cleaned = 0.00598041 Jy ! Component: 2550 - total flux cleaned = 0.00604165 Jy ! Component: 2600 - total flux cleaned = 0.00614261 Jy ! Component: 2650 - total flux cleaned = 0.00634149 Jy ! Component: 2700 - total flux cleaned = 0.00643969 Jy ! Component: 2750 - total flux cleaned = 0.00647878 Jy ! Component: 2800 - total flux cleaned = 0.00653672 Jy ! Component: 2850 - total flux cleaned = 0.00667039 Jy ! Component: 2900 - total flux cleaned = 0.00680267 Jy ! Component: 2950 - total flux cleaned = 0.00693363 Jy ! Component: 3000 - total flux cleaned = 0.00702643 Jy ! Component: 3050 - total flux cleaned = 0.0072467 Jy ! Component: 3100 - total flux cleaned = 0.00735532 Jy ! Component: 3150 - total flux cleaned = 0.00744536 Jy ! Component: 3200 - total flux cleaned = 0.00758819 Jy ! Component: 3250 - total flux cleaned = 0.00771177 Jy ! Component: 3300 - total flux cleaned = 0.00783443 Jy ! Component: 3350 - total flux cleaned = 0.00793849 Jy ! Component: 3400 - total flux cleaned = 0.00809302 Jy ! Component: 3450 - total flux cleaned = 0.00822932 Jy ! Component: 3500 - total flux cleaned = 0.00827989 Jy ! Component: 3550 - total flux cleaned = 0.00841386 Jy ! Component: 3600 - total flux cleaned = 0.00854648 Jy ! Component: 3650 - total flux cleaned = 0.00866141 Jy ! Component: 3700 - total flux cleaned = 0.00874288 Jy ! Component: 3750 - total flux cleaned = 0.00875896 Jy ! Component: 3800 - total flux cleaned = 0.00893525 Jy ! Component: 3850 - total flux cleaned = 0.008951 Jy ! Component: 3900 - total flux cleaned = 0.00904573 Jy ! Component: 3950 - total flux cleaned = 0.00912381 Jy ! Component: 4000 - total flux cleaned = 0.00923246 Jy ! Component: 4050 - total flux cleaned = 0.00934032 Jy ! Total flux subtracted in 4096 components = 0.00944715 Jy ! Clean residual min=-0.000886 max=0.000990 Jy/beam ! Clean residual mean=0.000005 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.642827 Jy keep ! Adding 332 model components to the UV plane model. ! The established model now contains 637 components and 0.642827 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0134+0003_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.511 x 14.57 at -17.38 degrees (North through East) ! Clean map min=-0.0028644 max=0.32099 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0134+0003_S_map.fits wmodel /image_prod/ug002_uva//J0134+0003_S_map.mod ! Writing 637 model components to file: /image_prod/ug002_uva//J0134+0003_S_map.mod wobs /image_prod/ug002_uva//J0134+0003_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0134+0003_S_uvs.fits wwins /image_prod/ug002_uva//J0134+0003_S_map.win ! wwins: Wrote 5 windows to /image_prod/ug002_uva//J0134+0003_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.320995 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00029409 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.274855 0.274855 0.54971 1.09942 2.19884 4.39768 8.79535 17.5907 35.1814 70.3628 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.32 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1091.48 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0134+0003_S_dfm.log closed on Wed Mar 4 19:07:10 2020