! Started logfile: /image_prod/ug002_uva//J2102+6015_S_dfm.log on Thu Mar 5 05:02:39 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//J2102+6015_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2102+6015_S_uva.fits ! AN table 1: 80 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.93 visibilities/baseline/integration-bin. ! Found source: J2102+6015 ! ! 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 10044 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 J2102+6015_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 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.111269Jy sigma=8.058276 ! Fit after self-cal, rms=0.933118Jy sigma=6.512471 ! 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.131 mas, bmaj=4.245 mas, bpa=-22.35 degrees ! Estimated noise=1.39103 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.134945 Jy ! Component: 100 - total flux cleaned = 0.193522 Jy ! Total flux subtracted in 100 components = 0.193522 Jy ! Clean residual min=-0.012039 max=0.028857 Jy/beam ! Clean residual mean=-0.000031 rms=0.003316 Jy/beam ! Combined flux in latest and established models = 0.193522 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.193522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.459023Jy sigma=0.805867 ! Fit after self-cal, rms=0.458576Jy sigma=0.803887 ! Inverting map ! Added new window around map position (3, 0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0347036 Jy ! Component: 100 - total flux cleaned = 0.0577569 Jy ! Total flux subtracted in 100 components = 0.0577569 Jy ! Clean residual min=-0.010258 max=0.014599 Jy/beam ! Clean residual mean=-0.000020 rms=0.002422 Jy/beam ! Combined flux in latest and established models = 0.251279 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 44 components and 0.251279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.455077Jy sigma=0.660643 ! Fit after self-cal, rms=0.454995Jy sigma=0.660112 ! 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.873 mas, bmaj=5.013 mas, bpa=-22.19 degrees ! Estimated noise=0.931385 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 (-3.5, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0213391 Jy ! Component: 100 - total flux cleaned = 0.0346252 Jy ! Component: 150 - total flux cleaned = 0.0432326 Jy ! Component: 200 - total flux cleaned = 0.0490299 Jy ! Total flux subtracted in 200 components = 0.0490299 Jy ! Clean residual min=-0.008668 max=0.008421 Jy/beam ! Clean residual mean=-0.000025 rms=0.002110 Jy/beam ! Combined flux in latest and established models = 0.300309 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 100 components and 0.300309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.453852Jy sigma=0.614356 ! Fit after self-cal, rms=0.453673Jy sigma=0.614043 ! 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.873 x 5.013 at -22.19 degrees (North through East) ! Clean map min=-0.0084841 max=0.17052 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HN 1.01 KP 1.02 ! LA 1.01 MK 1.12 NL 1.16 OV 0.72 ! PT 1.02 SC 1.59 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.01 HN 0.97 KP 0.97 ! LA 1.00 MK 1.05 NL 0.91 OV 1.49 ! PT 1.00 SC 1.86 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.03 HN 0.99 KP 1.01 ! LA 1.02 MK 1.02 NL 0.89 OV 0.77 ! PT 1.02 SC 1.65 ! ! ! Fit before self-cal, rms=0.453673Jy sigma=0.614043 ! Fit after self-cal, rms=0.532306Jy sigma=0.555490 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.063 mas, bmaj=5.187 mas, bpa=-25.45 degrees ! Estimated noise=0.965888 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.00301841 Jy ! Component: 100 - total flux cleaned = 0.0032133 Jy ! Component: 150 - total flux cleaned = 0.00355306 Jy ! Component: 200 - total flux cleaned = 0.00384742 Jy ! Total flux subtracted in 200 components = 0.00384742 Jy ! Clean residual min=-0.006748 max=0.006783 Jy/beam ! Clean residual mean=-0.000026 rms=0.001834 Jy/beam ! Combined flux in latest and established models = 0.304156 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 119 components and 0.304156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.532254Jy sigma=0.553773 ! Fit after self-cal, rms=0.532802Jy sigma=0.553263 ! 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.532802Jy sigma=0.553263 ! Fit after self-cal, rms=1.633176Jy sigma=0.473831 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.973 mas, bmaj=5.137 mas, bpa=-21.52 degrees ! Estimated noise=0.957016 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159814 Jy ! Component: 100 - total flux cleaned = 0.00177898 Jy ! Component: 150 - total flux cleaned = 0.00193763 Jy ! Component: 200 - total flux cleaned = 0.00213367 Jy ! Total flux subtracted in 200 components = 0.00213367 Jy ! Clean residual min=-0.002322 max=0.002365 Jy/beam ! Clean residual mean=-0.000008 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.30629 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 136 components and 0.30629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.633148Jy sigma=0.472124 ! Fit after self-cal, rms=1.633441Jy sigma=0.471602 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.000346964 Jy ! Component: 100 - total flux cleaned = 0.000348287 Jy ! Component: 150 - total flux cleaned = 0.000347924 Jy ! Component: 200 - total flux cleaned = 0.00034572 Jy ! Total flux subtracted in 200 components = 0.00034572 Jy ! Clean residual min=-0.002328 max=0.002438 Jy/beam ! Clean residual mean=-0.000008 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.306635 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 144 components and 0.306635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.633429Jy sigma=0.471150 ! Fit after self-cal, rms=1.633416Jy sigma=0.471131 ! Inverting map ! Added new window around map position (-106.5, 23). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126683 Jy ! Component: 100 - total flux cleaned = 0.00151526 Jy ! Component: 150 - total flux cleaned = 0.0015142 Jy ! Component: 200 - total flux cleaned = 0.00147776 Jy ! Total flux subtracted in 200 components = 0.00147776 Jy ! Clean residual min=-0.002272 max=0.002280 Jy/beam ! Clean residual mean=-0.000010 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.308113 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 159 components and 0.308113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.633380Jy sigma=0.470487 ! Fit after self-cal, rms=1.633366Jy sigma=0.470441 ! 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=1.633366Jy sigma=0.470441 ! Fit after self-cal, rms=1.790130Jy sigma=0.468704 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.973 mas, bmaj=5.123 mas, bpa=-19.86 degrees ! Estimated noise=0.952547 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.88802e-05 Jy ! Component: 100 - total flux cleaned = 0.000338894 Jy ! Component: 150 - total flux cleaned = 0.00055185 Jy ! Component: 200 - total flux cleaned = 0.000587208 Jy ! Total flux subtracted in 200 components = 0.000587208 Jy ! Clean residual min=-0.001868 max=0.001778 Jy/beam ! Clean residual mean=-0.000009 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.3087 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 169 components and 0.3087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.790115Jy sigma=0.468211 ! Fit after self-cal, rms=1.790150Jy sigma=0.468176 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.00027638 Jy ! Component: 100 - total flux cleaned = 0.000340827 Jy ! Component: 150 - total flux cleaned = 0.000341163 Jy ! Component: 200 - total flux cleaned = 0.000341232 Jy ! Total flux subtracted in 200 components = 0.000341232 Jy ! Clean residual min=-0.001845 max=0.001758 Jy/beam ! Clean residual mean=-0.000008 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.309042 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 185 components and 0.309042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.790143Jy sigma=0.467992 ! Fit after self-cal, rms=1.790141Jy sigma=0.467984 ! 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=1.790141Jy sigma=0.467984 ! Fit after self-cal, rms=1.798592Jy sigma=0.467831 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.59 mas, bmaj=9.021 mas, bpa=17.09 degrees ! Estimated noise=1.15084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000597892 Jy ! Component: 100 - total flux cleaned = 0.000277924 Jy ! Component: 150 - total flux cleaned = 0.000207804 Jy ! Component: 200 - total flux cleaned = 0.000169128 Jy ! Total flux subtracted in 200 components = 0.000169128 Jy ! Clean residual min=-0.001910 max=0.001864 Jy/beam ! Clean residual mean=-0.000017 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.309211 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 196 components and 0.309211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.798583Jy sigma=0.467726 ! Fit after self-cal, rms=1.798571Jy sigma=0.467701 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 = 8.63803e-05 Jy ! Component: 100 - total flux cleaned = -6.43549e-08 Jy ! Component: 150 - total flux cleaned = -5.96682e-05 Jy ! Component: 200 - total flux cleaned = -7.31554e-05 Jy ! Total flux subtracted in 200 components = -7.31554e-05 Jy ! Clean residual min=-0.001914 max=0.001844 Jy/beam ! Clean residual mean=-0.000017 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.309138 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 205 components and 0.309138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.798566Jy sigma=0.467678 ! Fit after self-cal, rms=1.798566Jy sigma=0.467672 ! 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.976 mas, bmaj=5.115 mas, bpa=-18.74 degrees ! Estimated noise=0.950907 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.976 x 5.115 at -18.74 degrees (North through East) ! Clean map min=-0.0016299 max=0.17384 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.218 mas, bmaj=4.349 mas, bpa=-19.03 degrees ! Estimated noise=1.42031 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.136658 Jy ! Component: 100 - total flux cleaned = 0.194218 Jy ! Component: 150 - total flux cleaned = 0.22669 Jy ! Component: 200 - total flux cleaned = 0.246964 Jy ! Total flux subtracted in 200 components = 0.246964 Jy ! Clean residual min=-0.004510 max=0.011007 Jy/beam ! Clean residual mean=-0.000015 rms=0.001346 Jy/beam ! Combined flux in latest and established models = 0.246964 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 47 model components to the UV plane model. ! The established model now contains 47 components and 0.246964 Jy ! Inverting map and beam ! Estimated beam: bmin=3.976 mas, bmaj=5.115 mas, bpa=-18.74 degrees ! Estimated noise=0.950907 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.0206119 Jy ! Component: 100 - total flux cleaned = 0.0330353 Jy ! Component: 150 - total flux cleaned = 0.041185 Jy ! Component: 200 - total flux cleaned = 0.0467882 Jy ! Total flux subtracted in 200 components = 0.0467882 Jy ! Clean residual min=-0.002101 max=0.003140 Jy/beam ! Clean residual mean=-0.000013 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.293752 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 106 components and 0.293752 Jy ! Inverting map ! Added new window around map position (-10.5, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00407138 Jy ! Component: 100 - total flux cleaned = 0.00719027 Jy ! Component: 150 - total flux cleaned = 0.00961331 Jy ! Component: 200 - total flux cleaned = 0.0115479 Jy ! Total flux subtracted in 200 components = 0.0115479 Jy ! Clean residual min=-0.001760 max=0.001797 Jy/beam ! Clean residual mean=-0.000010 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.3053 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 142 components and 0.3053 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.59 mas, bmaj=9.021 mas, bpa=17.09 degrees ! Estimated noise=1.15084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00211996 Jy ! Component: 100 - total flux cleaned = 0.00283025 Jy ! Component: 150 - total flux cleaned = 0.00330143 Jy ! Component: 200 - total flux cleaned = 0.00364828 Jy ! Total flux subtracted in 200 components = 0.00364828 Jy ! Clean residual min=-0.001880 max=0.001676 Jy/beam ! Clean residual mean=-0.000016 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.308948 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.00031936 Jy ! Component: 100 - total flux cleaned = 0.0005591 Jy ! Component: 150 - total flux cleaned = 0.000741475 Jy ! Component: 200 - total flux cleaned = 0.000858562 Jy ! Total flux subtracted in 200 components = 0.000858562 Jy ! Clean residual min=-0.001866 max=0.001684 Jy/beam ! Clean residual mean=-0.000015 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.309807 Jy ! Adding 94 model components to the UV plane model. ! The established model now contains 230 components and 0.309807 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.976 mas, bmaj=5.115 mas, bpa=-18.74 degrees ! Estimated noise=0.950907 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000506631 Jy ! Component: 100 - total flux cleaned = 0.000564133 Jy ! Component: 150 - total flux cleaned = 0.000667366 Jy ! Component: 200 - total flux cleaned = 0.000761743 Jy ! Total flux subtracted in 200 components = 0.000761743 Jy ! Clean residual min=-0.001648 max=0.001749 Jy/beam ! Clean residual mean=-0.000007 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.310569 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 243 components and 0.310569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.798558Jy sigma=0.467357 ! Fit after self-cal, rms=1.798637Jy sigma=0.467269 wmodel J2102+6015_S_map.mod ! Writing 243 model components to file: J2102+6015_S_map.mod wobs J2102+6015_S_uvs.fits ! Writing UV FITS file: J2102+6015_S_uvs.fits wwins J2102+6015_S_map.win ! wwins: Wrote 5 windows to J2102+6015_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.000186188 Jy ! Component: 100 - total flux cleaned = 0.000300397 Jy ! Component: 150 - total flux cleaned = 0.000465456 Jy ! Component: 200 - total flux cleaned = 0.00049228 Jy ! Component: 250 - total flux cleaned = 0.000597676 Jy ! Component: 300 - total flux cleaned = 0.000674181 Jy ! Component: 350 - total flux cleaned = 0.000699138 Jy ! Component: 400 - total flux cleaned = 0.000748951 Jy ! Component: 450 - total flux cleaned = 0.000773981 Jy ! Component: 500 - total flux cleaned = 0.000870505 Jy ! Component: 550 - total flux cleaned = 0.000870589 Jy ! Component: 600 - total flux cleaned = 0.000940896 Jy ! Component: 650 - total flux cleaned = 0.000917467 Jy ! Component: 700 - total flux cleaned = 0.000940222 Jy ! Component: 750 - total flux cleaned = 0.000895161 Jy ! Component: 800 - total flux cleaned = 0.00089483 Jy ! Component: 850 - total flux cleaned = 0.000850639 Jy ! Component: 900 - total flux cleaned = 0.000807111 Jy ! Component: 950 - total flux cleaned = 0.00078561 Jy ! Component: 1000 - total flux cleaned = 0.000785835 Jy ! Component: 1050 - total flux cleaned = 0.000722319 Jy ! Component: 1100 - total flux cleaned = 0.000721864 Jy ! Component: 1150 - total flux cleaned = 0.000742425 Jy ! Component: 1200 - total flux cleaned = 0.000639578 Jy ! Component: 1250 - total flux cleaned = 0.000619331 Jy ! Component: 1300 - total flux cleaned = 0.000619461 Jy ! Component: 1350 - total flux cleaned = 0.000559421 Jy ! Component: 1400 - total flux cleaned = 0.000519784 Jy ! Component: 1450 - total flux cleaned = 0.000460934 Jy ! Component: 1500 - total flux cleaned = 0.000460825 Jy ! Component: 1550 - total flux cleaned = 0.000422195 Jy ! Component: 1600 - total flux cleaned = 0.000441357 Jy ! Component: 1650 - total flux cleaned = 0.000365442 Jy ! Component: 1700 - total flux cleaned = 0.000327766 Jy ! Component: 1750 - total flux cleaned = 0.000271855 Jy ! Component: 1800 - total flux cleaned = 0.000290382 Jy ! Component: 1850 - total flux cleaned = 0.000216868 Jy ! Component: 1900 - total flux cleaned = 0.000216852 Jy ! Component: 1950 - total flux cleaned = 0.00019866 Jy ! Component: 2000 - total flux cleaned = 0.000126663 Jy ! Component: 2050 - total flux cleaned = 0.000126666 Jy ! Component: 2100 - total flux cleaned = 0.000108833 Jy ! Component: 2150 - total flux cleaned = 0.000108774 Jy ! Component: 2200 - total flux cleaned = 0.000108715 Jy ! Component: 2250 - total flux cleaned = 3.89959e-05 Jy ! Component: 2300 - total flux cleaned = 7.37855e-05 Jy ! Component: 2350 - total flux cleaned = 3.92868e-05 Jy ! Component: 2400 - total flux cleaned = 9.08413e-05 Jy ! Component: 2450 - total flux cleaned = 7.38592e-05 Jy ! Component: 2500 - total flux cleaned = -6.15762e-05 Jy ! Component: 2550 - total flux cleaned = -4.46249e-05 Jy ! Component: 2600 - total flux cleaned = -1.11891e-05 Jy ! Component: 2650 - total flux cleaned = -0.000110995 Jy ! Component: 2700 - total flux cleaned = -0.000127437 Jy ! Component: 2750 - total flux cleaned = -0.00011096 Jy ! Component: 2800 - total flux cleaned = -0.000127275 Jy ! Component: 2850 - total flux cleaned = -0.000159645 Jy ! Component: 2900 - total flux cleaned = -0.000127408 Jy ! Component: 2950 - total flux cleaned = -0.000111325 Jy ! Component: 3000 - total flux cleaned = -0.000175389 Jy ! Component: 3050 - total flux cleaned = -0.00019121 Jy ! Component: 3100 - total flux cleaned = -0.000191093 Jy ! Component: 3150 - total flux cleaned = -0.000128078 Jy ! Component: 3200 - total flux cleaned = -0.000159392 Jy ! Component: 3250 - total flux cleaned = -0.00011258 Jy ! Component: 3300 - total flux cleaned = -0.000159062 Jy ! Component: 3350 - total flux cleaned = -0.000159053 Jy ! Component: 3400 - total flux cleaned = -0.000174474 Jy ! Component: 3450 - total flux cleaned = -0.000189759 Jy ! Component: 3500 - total flux cleaned = -0.000128886 Jy ! Component: 3550 - total flux cleaned = -0.000159039 Jy ! Component: 3600 - total flux cleaned = -0.000129007 Jy ! Component: 3650 - total flux cleaned = -0.000114007 Jy ! Component: 3700 - total flux cleaned = -0.000113957 Jy ! Component: 3750 - total flux cleaned = -0.000128826 Jy ! Component: 3800 - total flux cleaned = -0.000173135 Jy ! Component: 3850 - total flux cleaned = -0.000173166 Jy ! Component: 3900 - total flux cleaned = -0.00011453 Jy ! Component: 3950 - total flux cleaned = -0.000158285 Jy ! Component: 4000 - total flux cleaned = -0.000129342 Jy ! Component: 4050 - total flux cleaned = -0.00014375 Jy ! Total flux subtracted in 4096 components = -0.000143657 Jy ! Clean residual min=-0.000902 max=0.000865 Jy/beam ! Clean residual mean=-0.000002 rms=0.000270 Jy/beam ! Combined flux in latest and established models = 0.310425 Jy keep ! Adding 322 model components to the UV plane model. ! The established model now contains 565 components and 0.310425 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2102+6015_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.976 x 5.115 at -18.74 degrees (North through East) ! Clean map min=-0.0014107 max=0.17435 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2102+6015_S_map.fits wmodel /image_prod/ug002_uva//J2102+6015_S_map.mod ! Writing 565 model components to file: /image_prod/ug002_uva//J2102+6015_S_map.mod wobs /image_prod/ug002_uva//J2102+6015_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2102+6015_S_uvs.fits wwins /image_prod/ug002_uva//J2102+6015_S_map.win ! wwins: Wrote 6 windows to /image_prod/ug002_uva//J2102+6015_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.17435 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000267913 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.460992 0.460992 0.921983 1.84397 3.68793 7.37587 14.7517 29.5035 59.0069 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.174 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 650.77 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2102+6015_S_dfm.log closed on Thu Mar 5 05:02:43 2020