! Started logfile: /image_prod/ug002_uva//J2320+0513_S_d_dfm.log on Thu Mar 5 06:11:45 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//J2320+0513_S_d_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2320+0513_S_d_uva.fits ! AN table 1: 12 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.87963 visibilities/baseline/integration-bin. ! Found source: J2320+0513 ! ! 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 1425 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 J2320+0513_S_d] 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 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.531288Jy sigma=8.367709 ! Fit after self-cal, rms=0.204940Jy sigma=0.870365 ! 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.855 mas, bmaj=7.315 mas, bpa=-5.47 degrees ! Estimated noise=4.05699 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.866039 Jy ! Component: 100 - total flux cleaned = 1.05489 Jy ! Total flux subtracted in 100 components = 1.05489 Jy ! Clean residual min=-0.029092 max=0.052669 Jy/beam ! Clean residual mean=0.000000 rms=0.007616 Jy/beam ! Combined flux in latest and established models = 1.05489 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1.05489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.179167Jy sigma=0.738877 ! Fit after self-cal, rms=0.179161Jy sigma=0.738865 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0404603 Jy ! Component: 100 - total flux cleaned = 0.0380651 Jy ! Total flux subtracted in 100 components = 0.0380651 Jy ! Clean residual min=-0.030928 max=0.038849 Jy/beam ! Clean residual mean=0.000015 rms=0.007068 Jy/beam ! Combined flux in latest and established models = 1.09296 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 1.09296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.168253Jy sigma=0.709013 ! Fit after self-cal, rms=0.168241Jy sigma=0.708990 ! 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.244 mas, bmaj=8.065 mas, bpa=-6.323 degrees ! Estimated noise=3.58961 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 (-113, 59). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0247427 Jy ! Component: 100 - total flux cleaned = 0.0221387 Jy ! Component: 150 - total flux cleaned = 0.0184076 Jy ! Component: 200 - total flux cleaned = 0.0152298 Jy ! Total flux subtracted in 200 components = 0.0152298 Jy ! Clean residual min=-0.026360 max=0.030561 Jy/beam ! Clean residual mean=0.000008 rms=0.006023 Jy/beam ! Combined flux in latest and established models = 1.10819 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 23 components and 1.10819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.158780Jy sigma=0.671671 ! Fit after self-cal, rms=0.158224Jy sigma=0.669163 ! 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.244 x 8.065 at -6.323 degrees (North through East) ! Clean map min=-0.024204 max=1.1033 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.07 HN 0.99 KP 0.96 ! LA 1.02 MK 1.01 NL 1.03 OV 0.98 ! PT 0.98 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.06 HN 0.97 KP 0.97 ! LA 1.01 MK 1.01 NL 1.04 OV 0.99 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.05 HN 1.06 KP 0.97 ! LA 1.01 MK 0.96 NL 1.09 OV 0.99 ! PT 0.97 SC 1.02 ! ! ! Fit before self-cal, rms=0.158224Jy sigma=0.669163 ! Fit after self-cal, rms=0.132353Jy sigma=0.575986 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.239 mas, bmaj=8.022 mas, bpa=-6.152 degrees ! Estimated noise=3.58549 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.000287343 Jy ! Component: 100 - total flux cleaned = -4.29197e-05 Jy ! Component: 150 - total flux cleaned = 0.000169537 Jy ! Component: 200 - total flux cleaned = 0.00016794 Jy ! Total flux subtracted in 200 components = 0.00016794 Jy ! Clean residual min=-0.019572 max=0.019090 Jy/beam ! Clean residual mean=0.000001 rms=0.004590 Jy/beam ! Combined flux in latest and established models = 1.10835 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 38 components and 1.10835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.131070Jy sigma=0.571741 ! Fit after self-cal, rms=0.130928Jy sigma=0.571251 ! 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.130928Jy sigma=0.571251 ! Fit after self-cal, rms=0.085224Jy sigma=0.377714 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.232 mas, bmaj=8.018 mas, bpa=-6.127 degrees ! Estimated noise=3.59538 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00737482 Jy ! Component: 100 - total flux cleaned = -0.00645045 Jy ! Component: 150 - total flux cleaned = -0.00512482 Jy ! Component: 200 - total flux cleaned = -0.00432817 Jy ! Total flux subtracted in 200 components = -0.00432817 Jy ! Clean residual min=-0.008604 max=0.010037 Jy/beam ! Clean residual mean=-0.000018 rms=0.001894 Jy/beam ! Combined flux in latest and established models = 1.10403 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 59 components and 1.10403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083714Jy sigma=0.366517 ! Fit after self-cal, rms=0.083606Jy sigma=0.365711 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 (-7, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00899713 Jy ! Component: 100 - total flux cleaned = 0.0103494 Jy ! Component: 150 - total flux cleaned = 0.010511 Jy ! Component: 200 - total flux cleaned = 0.0109533 Jy ! Total flux subtracted in 200 components = 0.0109533 Jy ! Clean residual min=-0.007467 max=0.008424 Jy/beam ! Clean residual mean=-0.000007 rms=0.001669 Jy/beam ! Combined flux in latest and established models = 1.11498 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 75 components and 1.11498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082374Jy sigma=0.358054 ! Fit after self-cal, rms=0.082263Jy sigma=0.357669 ! Inverting map ! Added new window around map position (-62, -26). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00524328 Jy ! Component: 100 - total flux cleaned = 0.00609268 Jy ! Component: 150 - total flux cleaned = 0.00708295 Jy ! Component: 200 - total flux cleaned = 0.0075926 Jy ! Total flux subtracted in 200 components = 0.0075926 Jy ! Clean residual min=-0.006993 max=0.006276 Jy/beam ! Clean residual mean=-0.000005 rms=0.001546 Jy/beam ! Combined flux in latest and established models = 1.12257 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 95 components and 1.12257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081357Jy sigma=0.353427 ! Fit after self-cal, rms=0.081296Jy sigma=0.353253 ! 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.081296Jy sigma=0.353253 ! Fit after self-cal, rms=0.079762Jy sigma=0.343856 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=8.002 mas, bpa=-6.095 degrees ! Estimated noise=3.59215 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00280599 Jy ! Component: 100 - total flux cleaned = -0.0018055 Jy ! Component: 150 - total flux cleaned = -0.000941795 Jy ! Component: 200 - total flux cleaned = -0.000326804 Jy ! Total flux subtracted in 200 components = -0.000326804 Jy ! Clean residual min=-0.005238 max=0.005205 Jy/beam ! Clean residual mean=-0.000009 rms=0.001191 Jy/beam ! Combined flux in latest and established models = 1.12225 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 108 components and 1.12225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079000Jy sigma=0.339637 ! Fit after self-cal, rms=0.078959Jy sigma=0.339425 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.000396365 Jy ! Component: 100 - total flux cleaned = 0.000817443 Jy ! Component: 150 - total flux cleaned = 0.00120198 Jy ! Component: 200 - total flux cleaned = 0.001466 Jy ! Total flux subtracted in 200 components = 0.001466 Jy ! Clean residual min=-0.005037 max=0.004895 Jy/beam ! Clean residual mean=-0.000007 rms=0.001151 Jy/beam ! Combined flux in latest and established models = 1.12371 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 120 components and 1.12371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078671Jy sigma=0.338046 ! Fit after self-cal, rms=0.078658Jy sigma=0.338000 ! 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.078658Jy sigma=0.338000 ! Fit after self-cal, rms=0.078599Jy sigma=0.337216 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.716 mas, bmaj=12.05 mas, bpa=-0.3478 degrees ! Estimated noise=4.4402 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000837035 Jy ! Component: 100 - total flux cleaned = -0.000855113 Jy ! Component: 150 - total flux cleaned = -0.000552853 Jy ! Component: 200 - total flux cleaned = -1.89547e-05 Jy ! Total flux subtracted in 200 components = -1.89547e-05 Jy ! Clean residual min=-0.004349 max=0.004929 Jy/beam ! Clean residual mean=-0.000013 rms=0.001238 Jy/beam ! Combined flux in latest and established models = 1.12369 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 144 components and 1.12369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078453Jy sigma=0.336407 ! Fit after self-cal, rms=0.078438Jy sigma=0.336293 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.000566496 Jy ! Component: 100 - total flux cleaned = 0.000914919 Jy ! Component: 150 - total flux cleaned = 0.00133571 Jy ! Component: 200 - total flux cleaned = 0.00162402 Jy ! Total flux subtracted in 200 components = 0.00162402 Jy ! Clean residual min=-0.004200 max=0.004656 Jy/beam ! Clean residual mean=-0.000010 rms=0.001216 Jy/beam ! Combined flux in latest and established models = 1.12532 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 159 components and 1.12532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078397Jy sigma=0.336075 ! Fit after self-cal, rms=0.078394Jy sigma=0.336036 ! 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.227 mas, bmaj=7.998 mas, bpa=-6.085 degrees ! Estimated noise=3.59324 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.227 x 7.998 at -6.085 degrees (North through East) ! Clean map min=-0.0081201 max=1.1016 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.078394Jy sigma=0.336036 ! Fit after self-cal, rms=0.072625Jy sigma=0.306872 ! Inverting map and beam ! Estimated beam: bmin=3.227 mas, bmaj=7.996 mas, bpa=-6.084 degrees ! Estimated noise=3.59548 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000304809 Jy ! Component: 100 - total flux cleaned = 0.000487582 Jy ! Component: 150 - total flux cleaned = 0.000650575 Jy ! Component: 200 - total flux cleaned = 0.00101745 Jy ! Total flux subtracted in 200 components = 0.00101745 Jy ! Clean residual min=-0.004199 max=0.004413 Jy/beam ! Clean residual mean=-0.000000 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 1.12633 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 168 components and 1.12633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072387Jy sigma=0.305791 ! Fit after self-cal, rms=0.072374Jy sigma=0.305753 ! Inverting map ! Added new window around map position (-60, 60). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00293134 Jy ! Component: 100 - total flux cleaned = 0.00349842 Jy ! Component: 150 - total flux cleaned = 0.00392128 Jy ! Component: 200 - total flux cleaned = 0.00446371 Jy ! Total flux subtracted in 200 components = 0.00446371 Jy ! Clean residual min=-0.003888 max=0.003659 Jy/beam ! Clean residual mean=0.000001 rms=0.000924 Jy/beam ! Combined flux in latest and established models = 1.1308 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 190 components and 1.1308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071996Jy sigma=0.304228 ! Fit after self-cal, rms=0.071993Jy sigma=0.304159 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071993Jy sigma=0.304159 ! Fit after self-cal, rms=0.071919Jy sigma=0.303958 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.845 mas, bmaj=7.248 mas, bpa=-5.106 degrees ! Estimated noise=4.03505 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.861336 Jy ! Component: 100 - total flux cleaned = 1.04916 Jy ! Component: 150 - total flux cleaned = 1.09071 Jy ! Component: 200 - total flux cleaned = 1.10704 Jy ! Total flux subtracted in 200 components = 1.10704 Jy ! Clean residual min=-0.007109 max=0.008632 Jy/beam ! Clean residual mean=-0.000003 rms=0.001846 Jy/beam ! Combined flux in latest and established models = 1.10704 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 5 model components to the UV plane model. ! The established model now contains 5 components and 1.10704 Jy ! Inverting map and beam ! Estimated beam: bmin=3.227 mas, bmaj=7.992 mas, bpa=-6.066 degrees ! Estimated noise=3.59592 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.0105319 Jy ! Component: 100 - total flux cleaned = 0.0179038 Jy ! Component: 150 - total flux cleaned = 0.021239 Jy ! Component: 200 - total flux cleaned = 0.0235183 Jy ! Total flux subtracted in 200 components = 0.0235183 Jy ! Clean residual min=-0.005930 max=0.005300 Jy/beam ! Clean residual mean=0.000007 rms=0.001303 Jy/beam ! Combined flux in latest and established models = 1.13056 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 32 components and 1.13056 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.711 mas, bmaj=12.04 mas, bpa=-0.2672 degrees ! Estimated noise=4.44595 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00232575 Jy ! Component: 100 - total flux cleaned = 0.00361342 Jy ! Component: 150 - total flux cleaned = 0.00457425 Jy ! Component: 200 - total flux cleaned = 0.00528999 Jy ! Total flux subtracted in 200 components = 0.00528999 Jy ! Clean residual min=-0.004094 max=0.003780 Jy/beam ! Clean residual mean=0.000016 rms=0.001156 Jy/beam ! Combined flux in latest and established models = 1.13585 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.000210053 Jy ! Component: 100 - total flux cleaned = 0.000502779 Jy ! Component: 150 - total flux cleaned = 0.000863806 Jy ! Component: 200 - total flux cleaned = 0.00111414 Jy ! Total flux subtracted in 200 components = 0.00111414 Jy ! Clean residual min=-0.003700 max=0.003590 Jy/beam ! Clean residual mean=0.000015 rms=0.001056 Jy/beam ! Combined flux in latest and established models = 1.13697 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 80 components and 1.13697 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.227 mas, bmaj=7.992 mas, bpa=-6.066 degrees ! Estimated noise=3.59592 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000778521 Jy ! Component: 100 - total flux cleaned = -0.0012061 Jy ! Component: 150 - total flux cleaned = -0.00133577 Jy ! Component: 200 - total flux cleaned = -0.00144873 Jy ! Total flux subtracted in 200 components = -0.00144873 Jy ! Clean residual min=-0.004639 max=0.004212 Jy/beam ! Clean residual mean=0.000004 rms=0.001064 Jy/beam ! Combined flux in latest and established models = 1.13552 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 105 components and 1.13552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072935Jy sigma=0.307989 ! Fit after self-cal, rms=0.072910Jy sigma=0.307550 wmodel J2320+0513_S_d_map.mod ! Writing 105 model components to file: J2320+0513_S_d_map.mod wobs J2320+0513_S_d_uvs.fits ! Writing UV FITS file: J2320+0513_S_d_uvs.fits wwins J2320+0513_S_d_map.win ! wwins: Wrote 5 windows to J2320+0513_S_d_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.00017185 Jy ! Component: 100 - total flux cleaned = 0.000832533 Jy ! Component: 150 - total flux cleaned = 0.00110915 Jy ! Component: 200 - total flux cleaned = 0.00123932 Jy ! Component: 250 - total flux cleaned = 0.00149627 Jy ! Component: 300 - total flux cleaned = 0.00162197 Jy ! Component: 350 - total flux cleaned = 0.00168172 Jy ! Component: 400 - total flux cleaned = 0.00156339 Jy ! Component: 450 - total flux cleaned = 0.00133403 Jy ! Component: 500 - total flux cleaned = 0.0011103 Jy ! Component: 550 - total flux cleaned = 0.000945009 Jy ! Component: 600 - total flux cleaned = 0.000517625 Jy ! Component: 650 - total flux cleaned = 0.000465166 Jy ! Component: 700 - total flux cleaned = 0.000206077 Jy ! Component: 750 - total flux cleaned = 0.000307341 Jy ! Component: 800 - total flux cleaned = 0.000206432 Jy ! Component: 850 - total flux cleaned = 0.00030407 Jy ! Component: 900 - total flux cleaned = 0.000254258 Jy ! Component: 950 - total flux cleaned = 0.000206869 Jy ! Component: 1000 - total flux cleaned = 0.000160379 Jy ! Component: 1050 - total flux cleaned = 0.000159269 Jy ! Component: 1100 - total flux cleaned = -6.93459e-05 Jy ! Component: 1150 - total flux cleaned = -0.000160539 Jy ! Component: 1200 - total flux cleaned = -0.000294921 Jy ! Component: 1250 - total flux cleaned = -0.000514866 Jy ! Component: 1300 - total flux cleaned = -0.000513888 Jy ! Component: 1350 - total flux cleaned = -0.000642343 Jy ! Component: 1400 - total flux cleaned = -0.00051494 Jy ! Component: 1450 - total flux cleaned = -0.000515536 Jy ! Component: 1500 - total flux cleaned = -0.000640297 Jy ! Component: 1550 - total flux cleaned = -0.000640733 Jy ! Component: 1600 - total flux cleaned = -0.000762136 Jy ! Component: 1650 - total flux cleaned = -0.000841751 Jy ! Component: 1700 - total flux cleaned = -0.000920535 Jy ! Component: 1750 - total flux cleaned = -0.000999606 Jy ! Component: 1800 - total flux cleaned = -0.00111535 Jy ! Component: 1850 - total flux cleaned = -0.00111464 Jy ! Component: 1900 - total flux cleaned = -0.00122846 Jy ! Component: 1950 - total flux cleaned = -0.00130285 Jy ! Component: 2000 - total flux cleaned = -0.00130311 Jy ! Component: 2050 - total flux cleaned = -0.00137707 Jy ! Component: 2100 - total flux cleaned = -0.0014861 Jy ! Component: 2150 - total flux cleaned = -0.00152187 Jy ! Component: 2200 - total flux cleaned = -0.00159275 Jy ! Component: 2250 - total flux cleaned = -0.0016634 Jy ! Component: 2300 - total flux cleaned = -0.00173328 Jy ! Component: 2350 - total flux cleaned = -0.00190671 Jy ! Component: 2400 - total flux cleaned = -0.00194102 Jy ! Component: 2450 - total flux cleaned = -0.00197499 Jy ! Component: 2500 - total flux cleaned = -0.00207637 Jy ! Component: 2550 - total flux cleaned = -0.00220959 Jy ! Component: 2600 - total flux cleaned = -0.00217569 Jy ! Component: 2650 - total flux cleaned = -0.00227342 Jy ! Component: 2700 - total flux cleaned = -0.00233809 Jy ! Component: 2750 - total flux cleaned = -0.00240254 Jy ! Component: 2800 - total flux cleaned = -0.0023709 Jy ! Component: 2850 - total flux cleaned = -0.0024028 Jy ! Component: 2900 - total flux cleaned = -0.00252834 Jy ! Component: 2950 - total flux cleaned = -0.00249743 Jy ! Component: 3000 - total flux cleaned = -0.0024979 Jy ! Component: 3050 - total flux cleaned = -0.00255916 Jy ! Component: 3100 - total flux cleaned = -0.0026504 Jy ! Component: 3150 - total flux cleaned = -0.00271079 Jy ! Component: 3200 - total flux cleaned = -0.00289014 Jy ! Component: 3250 - total flux cleaned = -0.00297878 Jy ! Component: 3300 - total flux cleaned = -0.00297901 Jy ! Component: 3350 - total flux cleaned = -0.00315388 Jy ! Component: 3400 - total flux cleaned = -0.0032698 Jy ! Component: 3450 - total flux cleaned = -0.00329836 Jy ! Component: 3500 - total flux cleaned = -0.00338386 Jy ! Component: 3550 - total flux cleaned = -0.00344056 Jy ! Component: 3600 - total flux cleaned = -0.00358159 Jy ! Component: 3650 - total flux cleaned = -0.00366554 Jy ! Component: 3700 - total flux cleaned = -0.00369323 Jy ! Component: 3750 - total flux cleaned = -0.00380325 Jy ! Component: 3800 - total flux cleaned = -0.00374862 Jy ! Component: 3850 - total flux cleaned = -0.00388487 Jy ! Component: 3900 - total flux cleaned = -0.00396599 Jy ! Component: 3950 - total flux cleaned = -0.00407348 Jy ! Component: 4000 - total flux cleaned = -0.00407346 Jy ! Component: 4050 - total flux cleaned = -0.00423259 Jy ! Total flux subtracted in 4096 components = -0.00425888 Jy ! Clean residual min=-0.001753 max=0.001738 Jy/beam ! Clean residual mean=-0.000003 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 1.13126 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 381 components and 1.13126 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2320+0513_S_d_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.227 x 7.992 at -6.066 degrees (North through East) ! Clean map min=-0.0033681 max=1.0997 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2320+0513_S_d_map.fits wmodel /image_prod/ug002_uva//J2320+0513_S_d_map.mod ! Writing 381 model components to file: /image_prod/ug002_uva//J2320+0513_S_d_map.mod wobs /image_prod/ug002_uva//J2320+0513_S_d_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2320+0513_S_d_uvs.fits wwins /image_prod/ug002_uva//J2320+0513_S_d_map.win ! wwins: Wrote 6 windows to /image_prod/ug002_uva//J2320+0513_S_d_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 1.09971 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000474109 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.129337 0.129337 0.258673 0.517347 1.03469 2.06939 4.13877 8.27755 16.5551 33.1102 66.2204 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak= ", int(1000*peak_flux)/1000 ! peak= 1.099 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 2319.53 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2320+0513_S_d_dfm.log closed on Thu Mar 5 06:11:49 2020