! Started logfile: /image_prod/ug002_uva//J2115+2933_S_d_dfm.log on Thu Mar 5 05:07:31 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//J2115+2933_S_d_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2115+2933_S_d_uva.fits ! AN table 1: 6 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.866667 visibilities/baseline/integration-bin. ! Found source: J2115+2933 ! ! 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 702 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 J2115+2933_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 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.207840Jy sigma=16.061025 ! Fit after self-cal, rms=0.398247Jy sigma=5.274435 ! 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.666 mas, bmaj=8.17 mas, bpa=-13.6 degrees ! Estimated noise=2.47599 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.463363 Jy ! Component: 100 - total flux cleaned = 0.57666 Jy ! Total flux subtracted in 100 components = 0.57666 Jy ! Clean residual min=-0.018912 max=0.046064 Jy/beam ! Clean residual mean=0.000118 rms=0.006987 Jy/beam ! Combined flux in latest and established models = 0.57666 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.57666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.106869Jy sigma=1.369952 ! Fit after self-cal, rms=0.106797Jy sigma=1.367743 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0493781 Jy ! Component: 100 - total flux cleaned = 0.0753814 Jy ! Total flux subtracted in 100 components = 0.0753814 Jy ! Clean residual min=-0.011836 max=0.017449 Jy/beam ! Clean residual mean=0.000062 rms=0.003674 Jy/beam ! Combined flux in latest and established models = 0.652041 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.652041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075452Jy sigma=0.927533 ! Fit after self-cal, rms=0.075228Jy sigma=0.924800 ! 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.019 mas, bmaj=8.599 mas, bpa=-13.08 degrees ! Estimated noise=2.1321 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.0233779 Jy ! Component: 100 - total flux cleaned = 0.038094 Jy ! Component: 150 - total flux cleaned = 0.0481377 Jy ! Component: 200 - total flux cleaned = 0.0550186 Jy ! Total flux subtracted in 200 components = 0.0550186 Jy ! Clean residual min=-0.008782 max=0.011914 Jy/beam ! Clean residual mean=0.000041 rms=0.002630 Jy/beam ! Combined flux in latest and established models = 0.707059 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 30 components and 0.707059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067069Jy sigma=0.796241 ! Fit after self-cal, rms=0.066827Jy sigma=0.794042 ! 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.019 x 8.599 at -13.08 degrees (North through East) ! Clean map min=-0.0086149 max=0.6075 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.95 HN 1.00 KP 0.98 ! LA 1.00 MK 1.03 NL 1.04 OV 0.99 ! PT 0.99 SC 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.96 HN 0.98 KP 1.00 ! LA 1.00 MK 1.03 NL 0.97 OV 1.01 ! PT 1.00 SC 0.85 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.99 HN 1.00 KP 0.99 ! LA 0.97 MK 0.95 NL 1.09 OV 1.00 ! PT 0.99 SC 1.07 ! ! ! Fit before self-cal, rms=0.066827Jy sigma=0.794042 ! Fit after self-cal, rms=0.053720Jy sigma=0.645283 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.02 mas, bmaj=8.617 mas, bpa=-13.03 degrees ! Estimated noise=2.12082 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.00137705 Jy ! Component: 100 - total flux cleaned = 0.0015158 Jy ! Component: 150 - total flux cleaned = 0.00126724 Jy ! Component: 200 - total flux cleaned = 0.0011978 Jy ! Total flux subtracted in 200 components = 0.0011978 Jy ! Clean residual min=-0.006412 max=0.008407 Jy/beam ! Clean residual mean=0.000007 rms=0.001698 Jy/beam ! Combined flux in latest and established models = 0.708257 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 44 components and 0.708257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053272Jy sigma=0.639570 ! Fit after self-cal, rms=0.053144Jy sigma=0.638028 ! 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.053144Jy sigma=0.638028 ! Fit after self-cal, rms=0.053086Jy sigma=0.637766 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.017 mas, bmaj=8.613 mas, bpa=-13 degrees ! Estimated noise=2.12092 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109902 Jy ! Component: 100 - total flux cleaned = 0.00118686 Jy ! Component: 150 - total flux cleaned = 0.00112307 Jy ! Component: 200 - total flux cleaned = 0.00112352 Jy ! Total flux subtracted in 200 components = 0.00112352 Jy ! Clean residual min=-0.006104 max=0.007945 Jy/beam ! Clean residual mean=0.000006 rms=0.001623 Jy/beam ! Combined flux in latest and established models = 0.709381 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 50 components and 0.709381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052810Jy sigma=0.634563 ! Fit after self-cal, rms=0.052740Jy sigma=0.633645 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 (-8, -93.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00350864 Jy ! Component: 100 - total flux cleaned = 0.00353182 Jy ! Component: 150 - total flux cleaned = 0.00353667 Jy ! Component: 200 - total flux cleaned = 0.00343175 Jy ! Total flux subtracted in 200 components = 0.00343175 Jy ! Clean residual min=-0.005072 max=0.005867 Jy/beam ! Clean residual mean=0.000005 rms=0.001355 Jy/beam ! Combined flux in latest and established models = 0.712812 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 69 components and 0.712813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.051605Jy sigma=0.619157 ! Fit after self-cal, rms=0.051564Jy sigma=0.618604 ! Inverting map ! Added new window around map position (-124, -87.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00565453 Jy ! Component: 100 - total flux cleaned = 0.007865 Jy ! Component: 150 - total flux cleaned = 0.00874058 Jy ! Component: 200 - total flux cleaned = 0.00915556 Jy ! Total flux subtracted in 200 components = 0.00915556 Jy ! Clean residual min=-0.004966 max=0.004740 Jy/beam ! Clean residual mean=-0.000002 rms=0.001141 Jy/beam ! Combined flux in latest and established models = 0.721968 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 85 components and 0.721968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.050736Jy sigma=0.609905 ! Fit after self-cal, rms=0.050703Jy sigma=0.609551 ! 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.050703Jy sigma=0.609551 ! Fit after self-cal, rms=0.050555Jy sigma=0.608943 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.015 mas, bmaj=8.608 mas, bpa=-12.98 degrees ! Estimated noise=2.1182 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000854102 Jy ! Component: 100 - total flux cleaned = 0.000706846 Jy ! Component: 150 - total flux cleaned = 0.00050568 Jy ! Component: 200 - total flux cleaned = 0.000444889 Jy ! Total flux subtracted in 200 components = 0.000444889 Jy ! Clean residual min=-0.004737 max=0.004436 Jy/beam ! Clean residual mean=-0.000003 rms=0.001074 Jy/beam ! Combined flux in latest and established models = 0.722413 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 100 components and 0.722413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.050352Jy sigma=0.606576 ! Fit after self-cal, rms=0.050347Jy sigma=0.606532 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 = -1.61402e-06 Jy ! Component: 100 - total flux cleaned = -0.000114278 Jy ! Component: 150 - total flux cleaned = -0.000110624 Jy ! Component: 200 - total flux cleaned = -5.9227e-05 Jy ! Total flux subtracted in 200 components = -5.9227e-05 Jy ! Clean residual min=-0.004603 max=0.004463 Jy/beam ! Clean residual mean=-0.000003 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.722354 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 111 components and 0.722354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.050228Jy sigma=0.605175 ! Fit after self-cal, rms=0.050228Jy sigma=0.605155 ! 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.050228Jy sigma=0.605155 ! Fit after self-cal, rms=0.050187Jy sigma=0.605015 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.23 mas, bmaj=10.58 mas, bpa=-15.13 degrees ! Estimated noise=2.69898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000258177 Jy ! Component: 100 - total flux cleaned = -0.000314916 Jy ! Component: 150 - total flux cleaned = -0.00026388 Jy ! Component: 200 - total flux cleaned = -0.000263992 Jy ! Total flux subtracted in 200 components = -0.000263992 Jy ! Clean residual min=-0.003471 max=0.004278 Jy/beam ! Clean residual mean=-0.000007 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.72209 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 128 components and 0.72209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.050116Jy sigma=0.604705 ! Fit after self-cal, rms=0.050116Jy sigma=0.604589 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.000138123 Jy ! Component: 100 - total flux cleaned = -2.12985e-05 Jy ! Component: 150 - total flux cleaned = -2.15118e-05 Jy ! Component: 200 - total flux cleaned = 1.14006e-05 Jy ! Total flux subtracted in 200 components = 1.14006e-05 Jy ! Clean residual min=-0.003361 max=0.004147 Jy/beam ! Clean residual mean=-0.000006 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.722101 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 142 components and 0.722101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.050094Jy sigma=0.604524 ! Fit after self-cal, rms=0.050095Jy sigma=0.604473 ! 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.014 mas, bmaj=8.605 mas, bpa=-12.97 degrees ! Estimated noise=2.11788 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.014 x 8.605 at -12.97 degrees (North through East) ! Clean map min=-0.0043853 max=0.6037 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.050095Jy sigma=0.604473 ! Fit after self-cal, rms=0.047600Jy sigma=0.569941 ! Inverting map and beam ! Estimated beam: bmin=3.014 mas, bmaj=8.606 mas, bpa=-12.97 degrees ! Estimated noise=2.11955 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00076263 Jy ! Component: 100 - total flux cleaned = -0.000763273 Jy ! Component: 150 - total flux cleaned = -0.000811591 Jy ! Component: 200 - total flux cleaned = -0.000766009 Jy ! Total flux subtracted in 200 components = -0.000766009 Jy ! Clean residual min=-0.004315 max=0.004359 Jy/beam ! Clean residual mean=-0.000005 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.721335 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 163 components and 0.721335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.047486Jy sigma=0.568444 ! Fit after self-cal, rms=0.047483Jy sigma=0.568414 ! Inverting map ! Added new window around map position (122, -46). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000603684 Jy ! Component: 100 - total flux cleaned = -0.000299314 Jy ! Component: 150 - total flux cleaned = -0.000738012 Jy ! Component: 200 - total flux cleaned = -0.000889577 Jy ! Total flux subtracted in 200 components = -0.000889577 Jy ! Clean residual min=-0.003504 max=0.003690 Jy/beam ! Clean residual mean=-0.000004 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.720445 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 180 components and 0.720445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.046982Jy sigma=0.561854 ! Fit after self-cal, rms=0.046973Jy sigma=0.561734 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.046973Jy sigma=0.561734 ! Fit after self-cal, rms=0.046918Jy sigma=0.561402 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.658 mas, bmaj=8.168 mas, bpa=-13.54 degrees ! Estimated noise=2.46878 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.461813 Jy ! Component: 100 - total flux cleaned = 0.57655 Jy ! Component: 150 - total flux cleaned = 0.627023 Jy ! Component: 200 - total flux cleaned = 0.653335 Jy ! Total flux subtracted in 200 components = 0.653335 Jy ! Clean residual min=-0.010107 max=0.014079 Jy/beam ! Clean residual mean=0.000044 rms=0.003092 Jy/beam ! Combined flux in latest and established models = 0.653335 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.653335 Jy ! Inverting map and beam ! Estimated beam: bmin=3.012 mas, bmaj=8.603 mas, bpa=-12.95 degrees ! Estimated noise=2.12027 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.0220346 Jy ! Component: 100 - total flux cleaned = 0.035704 Jy ! Component: 150 - total flux cleaned = 0.0452634 Jy ! Component: 200 - total flux cleaned = 0.0494401 Jy ! Total flux subtracted in 200 components = 0.0494401 Jy ! Clean residual min=-0.006433 max=0.006540 Jy/beam ! Clean residual mean=0.000019 rms=0.001670 Jy/beam ! Combined flux in latest and established models = 0.702775 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 41 components and 0.702775 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.23 mas, bmaj=10.58 mas, bpa=-15.1 degrees ! Estimated noise=2.70378 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00601746 Jy ! Component: 100 - total flux cleaned = 0.00864415 Jy ! Component: 150 - total flux cleaned = 0.0104966 Jy ! Component: 200 - total flux cleaned = 0.0117473 Jy ! Total flux subtracted in 200 components = 0.0117473 Jy ! Clean residual min=-0.004922 max=0.003790 Jy/beam ! Clean residual mean=0.000005 rms=0.001283 Jy/beam ! Combined flux in latest and established models = 0.714522 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.000653448 Jy ! Component: 100 - total flux cleaned = 0.00094077 Jy ! Component: 150 - total flux cleaned = 0.00137292 Jy ! Component: 200 - total flux cleaned = 0.00152857 Jy ! Total flux subtracted in 200 components = 0.00152857 Jy ! Clean residual min=-0.004452 max=0.003339 Jy/beam ! Clean residual mean=0.000000 rms=0.001084 Jy/beam ! Combined flux in latest and established models = 0.716051 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 108 components and 0.716051 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.012 mas, bmaj=8.603 mas, bpa=-12.95 degrees ! Estimated noise=2.12027 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000582233 Jy ! Component: 100 - total flux cleaned = 0.0012087 Jy ! Component: 150 - total flux cleaned = 0.0021662 Jy ! Component: 200 - total flux cleaned = 0.00276212 Jy ! Total flux subtracted in 200 components = 0.00276212 Jy ! Clean residual min=-0.004453 max=0.004936 Jy/beam ! Clean residual mean=-0.000002 rms=0.001119 Jy/beam ! Combined flux in latest and established models = 0.718813 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 129 components and 0.718813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.047954Jy sigma=0.574885 ! Fit after self-cal, rms=0.047864Jy sigma=0.574042 wmodel J2115+2933_S_d_map.mod ! Writing 129 model components to file: J2115+2933_S_d_map.mod wobs J2115+2933_S_d_uvs.fits ! Writing UV FITS file: J2115+2933_S_d_uvs.fits wwins J2115+2933_S_d_map.win ! wwins: Wrote 4 windows to J2115+2933_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.000703695 Jy ! Component: 100 - total flux cleaned = 0.00138681 Jy ! Component: 150 - total flux cleaned = 0.00202661 Jy ! Component: 200 - total flux cleaned = 0.00242545 Jy ! Component: 250 - total flux cleaned = 0.00286514 Jy ! Component: 300 - total flux cleaned = 0.00340409 Jy ! Component: 350 - total flux cleaned = 0.00392166 Jy ! Component: 400 - total flux cleaned = 0.00436567 Jy ! Component: 450 - total flux cleaned = 0.00479626 Jy ! Component: 500 - total flux cleaned = 0.00510861 Jy ! Component: 550 - total flux cleaned = 0.00536136 Jy ! Component: 600 - total flux cleaned = 0.00555633 Jy ! Component: 650 - total flux cleaned = 0.00574581 Jy ! Component: 700 - total flux cleaned = 0.00592919 Jy ! Component: 750 - total flux cleaned = 0.0061095 Jy ! Component: 800 - total flux cleaned = 0.00645962 Jy ! Component: 850 - total flux cleaned = 0.00667274 Jy ! Component: 900 - total flux cleaned = 0.00704685 Jy ! Component: 950 - total flux cleaned = 0.00741061 Jy ! Component: 1000 - total flux cleaned = 0.007766 Jy ! Component: 1050 - total flux cleaned = 0.00815213 Jy ! Component: 1100 - total flux cleaned = 0.00849193 Jy ! Component: 1150 - total flux cleaned = 0.00886063 Jy ! Component: 1200 - total flux cleaned = 0.0093293 Jy ! Component: 1250 - total flux cleaned = 0.00961106 Jy ! Component: 1300 - total flux cleaned = 0.0099235 Jy ! Component: 1350 - total flux cleaned = 0.0102633 Jy ! Component: 1400 - total flux cleaned = 0.0105966 Jy ! Component: 1450 - total flux cleaned = 0.0108593 Jy ! Component: 1500 - total flux cleaned = 0.0112792 Jy ! Component: 1550 - total flux cleaned = 0.0115957 Jy ! Component: 1600 - total flux cleaned = 0.0118769 Jy ! Component: 1650 - total flux cleaned = 0.0121837 Jy ! Component: 1700 - total flux cleaned = 0.0125461 Jy ! Component: 1750 - total flux cleaned = 0.0128429 Jy ! Component: 1800 - total flux cleaned = 0.0132224 Jy ! Component: 1850 - total flux cleaned = 0.0135102 Jy ! Component: 1900 - total flux cleaned = 0.0136801 Jy ! Component: 1950 - total flux cleaned = 0.0139867 Jy ! Component: 2000 - total flux cleaned = 0.0141512 Jy ! Component: 2050 - total flux cleaned = 0.0143679 Jy ! Component: 2100 - total flux cleaned = 0.0145816 Jy ! Component: 2150 - total flux cleaned = 0.0148188 Jy ! Component: 2200 - total flux cleaned = 0.0149743 Jy ! Component: 2250 - total flux cleaned = 0.0151547 Jy ! Component: 2300 - total flux cleaned = 0.0152817 Jy ! Component: 2350 - total flux cleaned = 0.0155075 Jy ! Component: 2400 - total flux cleaned = 0.0157056 Jy ! Component: 2450 - total flux cleaned = 0.0158279 Jy ! Component: 2500 - total flux cleaned = 0.0159734 Jy ! Component: 2550 - total flux cleaned = 0.0161173 Jy ! Component: 2600 - total flux cleaned = 0.0162836 Jy ! Component: 2650 - total flux cleaned = 0.016354 Jy ! Component: 2700 - total flux cleaned = 0.0164937 Jy ! Component: 2750 - total flux cleaned = 0.0166322 Jy ! Component: 2800 - total flux cleaned = 0.0167009 Jy ! Component: 2850 - total flux cleaned = 0.0168374 Jy ! Component: 2900 - total flux cleaned = 0.0169051 Jy ! Component: 2950 - total flux cleaned = 0.0169946 Jy ! Component: 3000 - total flux cleaned = 0.0171498 Jy ! Component: 3050 - total flux cleaned = 0.0172155 Jy ! Component: 3100 - total flux cleaned = 0.0172374 Jy ! Component: 3150 - total flux cleaned = 0.0173241 Jy ! Component: 3200 - total flux cleaned = 0.0174101 Jy ! Component: 3250 - total flux cleaned = 0.017538 Jy ! Component: 3300 - total flux cleaned = 0.0174955 Jy ! Component: 3350 - total flux cleaned = 0.0175799 Jy ! Component: 3400 - total flux cleaned = 0.0176845 Jy ! Component: 3450 - total flux cleaned = 0.0177259 Jy ! Component: 3500 - total flux cleaned = 0.017788 Jy ! Component: 3550 - total flux cleaned = 0.0178703 Jy ! Component: 3600 - total flux cleaned = 0.0179314 Jy ! Component: 3650 - total flux cleaned = 0.0180329 Jy ! Component: 3700 - total flux cleaned = 0.0180732 Jy ! Component: 3750 - total flux cleaned = 0.0181334 Jy ! Component: 3800 - total flux cleaned = 0.0182332 Jy ! Component: 3850 - total flux cleaned = 0.018273 Jy ! Component: 3900 - total flux cleaned = 0.0182731 Jy ! Component: 3950 - total flux cleaned = 0.0183126 Jy ! Component: 4000 - total flux cleaned = 0.0184104 Jy ! Component: 4050 - total flux cleaned = 0.0185271 Jy ! Total flux subtracted in 4096 components = 0.0185852 Jy ! Clean residual min=-0.001142 max=0.001288 Jy/beam ! Clean residual mean=0.000000 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.737398 Jy keep ! Adding 237 model components to the UV plane model. ! The established model now contains 366 components and 0.737398 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2115+2933_S_d_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.012 x 8.603 at -12.95 degrees (North through East) ! Clean map min=-0.0039001 max=0.60324 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2115+2933_S_d_map.fits wmodel /image_prod/ug002_uva//J2115+2933_S_d_map.mod ! Writing 366 model components to file: /image_prod/ug002_uva//J2115+2933_S_d_map.mod wobs /image_prod/ug002_uva//J2115+2933_S_d_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2115+2933_S_d_uvs.fits wwins /image_prod/ug002_uva//J2115+2933_S_d_map.win ! wwins: Wrote 5 windows to /image_prod/ug002_uva//J2115+2933_S_d_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.603242 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000320055 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.159167 0.159167 0.318335 0.63667 1.27334 2.54668 5.09336 10.1867 20.3734 40.7469 81.4937 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.603 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1884.81 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2115+2933_S_d_dfm.log closed on Thu Mar 5 05:07:35 2020