! Started logfile: /image_prod/ug002_uva//J1555+1111_S_dfm.log on Thu Mar 5 02:29:00 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//J1555+1111_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1555+1111_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.973148 visibilities/baseline/integration-bin. ! Found source: J1555+1111 ! ! 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 6306 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 J1555+1111_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 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.035785Jy sigma=8.788591 ! Fit after self-cal, rms=0.768418Jy sigma=6.543686 ! 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.203 mas, bmaj=12.26 mas, bpa=-19.35 degrees ! Estimated noise=1.42837 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.181719 Jy ! Component: 100 - total flux cleaned = 0.22135 Jy ! Total flux subtracted in 100 components = 0.22135 Jy ! Clean residual min=-0.005013 max=0.011073 Jy/beam ! Clean residual mean=-0.000003 rms=0.001339 Jy/beam ! Combined flux in latest and established models = 0.22135 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.22135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060271Jy sigma=0.469465 ! Fit after self-cal, rms=0.060265Jy sigma=0.469432 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00877954 Jy ! Component: 100 - total flux cleaned = 0.0102486 Jy ! Total flux subtracted in 100 components = 0.0102486 Jy ! Clean residual min=-0.005023 max=0.004498 Jy/beam ! Clean residual mean=0.000008 rms=0.001085 Jy/beam ! Combined flux in latest and established models = 0.231598 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.231598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058909Jy sigma=0.457984 ! Fit after self-cal, rms=0.058901Jy sigma=0.457927 ! 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.8 mas, bmaj=12.33 mas, bpa=-18.85 degrees ! Estimated noise=1.07226 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.00116099 Jy ! Component: 100 - total flux cleaned = 0.000905253 Jy ! Component: 150 - total flux cleaned = 0.000750465 Jy ! Component: 200 - total flux cleaned = 0.000537404 Jy ! Total flux subtracted in 200 components = 0.000537404 Jy ! Clean residual min=-0.005127 max=0.003674 Jy/beam ! Clean residual mean=0.000013 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.232136 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 32 components and 0.232136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058622Jy sigma=0.456305 ! Fit after self-cal, rms=0.058616Jy sigma=0.456282 ! 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.8 x 12.33 at -18.85 degrees (North through East) ! Clean map min=-0.0050868 max=0.23309 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.03 KP 0.98 ! LA 1.05 MK 1.02 NL 0.96 OV 0.98 ! PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.01 HN 1.02 KP 0.99 ! LA 1.03 MK 1.00 NL 0.95 OV 0.98 ! PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.03 HN 1.00 KP 0.99 ! LA 1.05 MK 1.01 NL 0.94 OV 0.99 ! PT 1.01 ! ! ! Fit before self-cal, rms=0.058616Jy sigma=0.456282 ! Fit after self-cal, rms=0.056877Jy sigma=0.449613 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.816 mas, bmaj=12.24 mas, bpa=-18.87 degrees ! Estimated noise=1.06658 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.00132476 Jy ! Component: 100 - total flux cleaned = 0.00157224 Jy ! Component: 150 - total flux cleaned = 0.00175195 Jy ! Component: 200 - total flux cleaned = 0.00185567 Jy ! Total flux subtracted in 200 components = 0.00185567 Jy ! Clean residual min=-0.003264 max=0.003518 Jy/beam ! Clean residual mean=0.000009 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.233991 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 48 components and 0.233991 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056756Jy sigma=0.448634 ! Fit after self-cal, rms=0.056751Jy sigma=0.448600 ! 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.056751Jy sigma=0.448600 ! Fit after self-cal, rms=0.055873Jy sigma=0.439204 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.809 mas, bmaj=12.23 mas, bpa=-18.81 degrees ! Estimated noise=1.06846 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000399021 Jy ! Component: 100 - total flux cleaned = 0.000554957 Jy ! Component: 150 - total flux cleaned = 0.000539689 Jy ! Component: 200 - total flux cleaned = 0.00051104 Jy ! Total flux subtracted in 200 components = 0.00051104 Jy ! Clean residual min=-0.001752 max=0.003087 Jy/beam ! Clean residual mean=0.000000 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.234502 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 60 components and 0.234502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055857Jy sigma=0.439109 ! Fit after self-cal, rms=0.055865Jy sigma=0.439086 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 (19, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00262829 Jy ! Component: 100 - total flux cleaned = 0.00335212 Jy ! Component: 150 - total flux cleaned = 0.00376967 Jy ! Component: 200 - total flux cleaned = 0.00380298 Jy ! Total flux subtracted in 200 components = 0.00380298 Jy ! Clean residual min=-0.001693 max=0.001641 Jy/beam ! Clean residual mean=0.000002 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.238305 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 90 components and 0.238305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055728Jy sigma=0.437889 ! Fit after self-cal, rms=0.055723Jy sigma=0.437851 ! 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.055723Jy sigma=0.437851 ! Fit after self-cal, rms=0.055699Jy sigma=0.437797 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.806 mas, bmaj=12.22 mas, bpa=-18.83 degrees ! Estimated noise=1.06819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000542045 Jy ! Component: 100 - total flux cleaned = 0.000572886 Jy ! Component: 150 - total flux cleaned = 0.000629026 Jy ! Component: 200 - total flux cleaned = 0.000654625 Jy ! Total flux subtracted in 200 components = 0.000654625 Jy ! Clean residual min=-0.001608 max=0.001622 Jy/beam ! Clean residual mean=0.000002 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.23896 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 109 components and 0.23896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055666Jy sigma=0.437572 ! Fit after self-cal, rms=0.055666Jy sigma=0.437561 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.000193733 Jy ! Component: 100 - total flux cleaned = 0.000238841 Jy ! Component: 150 - total flux cleaned = 0.000302171 Jy ! Component: 200 - total flux cleaned = 0.000380982 Jy ! Total flux subtracted in 200 components = 0.000380982 Jy ! Clean residual min=-0.001618 max=0.001641 Jy/beam ! Clean residual mean=0.000003 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.239341 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 123 components and 0.239341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055648Jy sigma=0.437448 ! Fit after self-cal, rms=0.055648Jy sigma=0.437445 ! 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.055648Jy sigma=0.437445 ! Fit after self-cal, rms=0.055648Jy sigma=0.437425 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.025 mas, bmaj=12.88 mas, bpa=-14.82 degrees ! Estimated noise=1.2317 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000595384 Jy ! Component: 100 - total flux cleaned = 0.000831173 Jy ! Component: 150 - total flux cleaned = 0.000907636 Jy ! Component: 200 - total flux cleaned = 0.000881746 Jy ! Total flux subtracted in 200 components = 0.000881746 Jy ! Clean residual min=-0.001539 max=0.001693 Jy/beam ! Clean residual mean=0.000007 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.240223 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 135 components and 0.240223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055639Jy sigma=0.437376 ! Fit after self-cal, rms=0.055636Jy sigma=0.437369 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.000142241 Jy ! Component: 100 - total flux cleaned = 0.000118116 Jy ! Component: 150 - total flux cleaned = 7.28772e-05 Jy ! Component: 200 - total flux cleaned = 4.1166e-05 Jy ! Total flux subtracted in 200 components = 4.1166e-05 Jy ! Clean residual min=-0.001484 max=0.001695 Jy/beam ! Clean residual mean=0.000008 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.240264 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 144 components and 0.240264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055633Jy sigma=0.437343 ! Fit after self-cal, rms=0.055632Jy sigma=0.437343 ! 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.805 mas, bmaj=12.22 mas, bpa=-18.83 degrees ! Estimated noise=1.06864 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.805 x 12.22 at -18.83 degrees (North through East) ! Clean map min=-0.0015311 max=0.23212 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.21 mas, bmaj=12.17 mas, bpa=-19.36 degrees ! Estimated noise=1.42455 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.181232 Jy ! Component: 100 - total flux cleaned = 0.220765 Jy ! Component: 150 - total flux cleaned = 0.229488 Jy ! Component: 200 - total flux cleaned = 0.232921 Jy ! Total flux subtracted in 200 components = 0.232921 Jy ! Clean residual min=-0.002466 max=0.002698 Jy/beam ! Clean residual mean=-0.000002 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.232921 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.232921 Jy ! Inverting map and beam ! Estimated beam: bmin=3.805 mas, bmaj=12.22 mas, bpa=-18.83 degrees ! Estimated noise=1.06864 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.00330415 Jy ! Component: 100 - total flux cleaned = 0.00545913 Jy ! Component: 150 - total flux cleaned = 0.00648994 Jy ! Component: 200 - total flux cleaned = 0.00690777 Jy ! Total flux subtracted in 200 components = 0.00690777 Jy ! Clean residual min=-0.001527 max=0.001688 Jy/beam ! Clean residual mean=0.000004 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.239829 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 43 components and 0.239829 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.025 mas, bmaj=12.88 mas, bpa=-14.82 degrees ! Estimated noise=1.2317 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00105686 Jy ! Component: 100 - total flux cleaned = 0.00138979 Jy ! Component: 150 - total flux cleaned = 0.00151131 Jy ! Component: 200 - total flux cleaned = 0.00162008 Jy ! Total flux subtracted in 200 components = 0.00162008 Jy ! Clean residual min=-0.001589 max=0.001865 Jy/beam ! Clean residual mean=0.000009 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.241449 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 = -4.94892e-05 Jy ! Component: 100 - total flux cleaned = -0.000117992 Jy ! Component: 150 - total flux cleaned = -0.000140139 Jy ! Component: 200 - total flux cleaned = -0.000221827 Jy ! Total flux subtracted in 200 components = -0.000221827 Jy ! Clean residual min=-0.001564 max=0.001804 Jy/beam ! Clean residual mean=0.000009 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.241227 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 100 components and 0.241227 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.805 mas, bmaj=12.22 mas, bpa=-18.83 degrees ! Estimated noise=1.06864 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000472885 Jy ! Component: 100 - total flux cleaned = -0.000472184 Jy ! Component: 150 - total flux cleaned = -0.000411 Jy ! Component: 200 - total flux cleaned = -0.000439823 Jy ! Total flux subtracted in 200 components = -0.000439823 Jy ! Clean residual min=-0.001519 max=0.001554 Jy/beam ! Clean residual mean=0.000004 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.240787 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 119 components and 0.240787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055685Jy sigma=0.437732 ! Fit after self-cal, rms=0.055686Jy sigma=0.437717 wmodel J1555+1111_S_map.mod ! Writing 119 model components to file: J1555+1111_S_map.mod wobs J1555+1111_S_uvs.fits ! Writing UV FITS file: J1555+1111_S_uvs.fits wwins J1555+1111_S_map.win ! wwins: Wrote 2 windows to J1555+1111_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 = 9.34442e-05 Jy ! Component: 100 - total flux cleaned = 3.96693e-05 Jy ! Component: 150 - total flux cleaned = -5.97161e-05 Jy ! Component: 200 - total flux cleaned = -0.000129892 Jy ! Component: 250 - total flux cleaned = -0.000220571 Jy ! Component: 300 - total flux cleaned = -0.000330233 Jy ! Component: 350 - total flux cleaned = -0.000480116 Jy ! Component: 400 - total flux cleaned = -0.000543131 Jy ! Component: 450 - total flux cleaned = -0.000604806 Jy ! Component: 500 - total flux cleaned = -0.000744697 Jy ! Component: 550 - total flux cleaned = -0.000705322 Jy ! Component: 600 - total flux cleaned = -0.000743986 Jy ! Component: 650 - total flux cleaned = -0.000762715 Jy ! Component: 700 - total flux cleaned = -0.000707293 Jy ! Component: 750 - total flux cleaned = -0.00078076 Jy ! Component: 800 - total flux cleaned = -0.000708878 Jy ! Component: 850 - total flux cleaned = -0.00079758 Jy ! Component: 900 - total flux cleaned = -0.00069261 Jy ! Component: 950 - total flux cleaned = -0.000692869 Jy ! Component: 1000 - total flux cleaned = -0.000659194 Jy ! Component: 1050 - total flux cleaned = -0.000692649 Jy ! Component: 1100 - total flux cleaned = -0.000577009 Jy ! Component: 1150 - total flux cleaned = -0.000560744 Jy ! Component: 1200 - total flux cleaned = -0.000496483 Jy ! Component: 1250 - total flux cleaned = -0.000416989 Jy ! Component: 1300 - total flux cleaned = -0.000354308 Jy ! Component: 1350 - total flux cleaned = -0.000292602 Jy ! Component: 1400 - total flux cleaned = -0.000201011 Jy ! Component: 1450 - total flux cleaned = -0.000186146 Jy ! Component: 1500 - total flux cleaned = -0.000156037 Jy ! Component: 1550 - total flux cleaned = -9.69865e-05 Jy ! Component: 1600 - total flux cleaned = -9.68728e-05 Jy ! Component: 1650 - total flux cleaned = -3.90098e-05 Jy ! Component: 1700 - total flux cleaned = -9.64087e-05 Jy ! Component: 1750 - total flux cleaned = -8.22011e-05 Jy ! Component: 1800 - total flux cleaned = -0.000124242 Jy ! Component: 1850 - total flux cleaned = -0.000110526 Jy ! Component: 1900 - total flux cleaned = -0.000165634 Jy ! Component: 1950 - total flux cleaned = -0.000165773 Jy ! Component: 2000 - total flux cleaned = -0.000192794 Jy ! Component: 2050 - total flux cleaned = -0.000206342 Jy ! Component: 2100 - total flux cleaned = -0.000286063 Jy ! Component: 2150 - total flux cleaned = -0.000272811 Jy ! Component: 2200 - total flux cleaned = -0.000285901 Jy ! Component: 2250 - total flux cleaned = -0.000324922 Jy ! Component: 2300 - total flux cleaned = -0.000389261 Jy ! Component: 2350 - total flux cleaned = -0.000414732 Jy ! Component: 2400 - total flux cleaned = -0.000477767 Jy ! Component: 2450 - total flux cleaned = -0.000540577 Jy ! Component: 2500 - total flux cleaned = -0.00056545 Jy ! Component: 2550 - total flux cleaned = -0.000602559 Jy ! Component: 2600 - total flux cleaned = -0.000700713 Jy ! Component: 2650 - total flux cleaned = -0.000737148 Jy ! Component: 2700 - total flux cleaned = -0.000785535 Jy ! Component: 2750 - total flux cleaned = -0.000785539 Jy ! Component: 2800 - total flux cleaned = -0.000892892 Jy ! Component: 2850 - total flux cleaned = -0.000940224 Jy ! Component: 2900 - total flux cleaned = -0.000940173 Jy ! Component: 2950 - total flux cleaned = -0.00101027 Jy ! Component: 3000 - total flux cleaned = -0.00104508 Jy ! Component: 3050 - total flux cleaned = -0.00106828 Jy ! Component: 3100 - total flux cleaned = -0.00115995 Jy ! Component: 3150 - total flux cleaned = -0.00120561 Jy ! Component: 3200 - total flux cleaned = -0.00126221 Jy ! Component: 3250 - total flux cleaned = -0.0013407 Jy ! Component: 3300 - total flux cleaned = -0.00135191 Jy ! Component: 3350 - total flux cleaned = -0.00139639 Jy ! Component: 3400 - total flux cleaned = -0.00149567 Jy ! Component: 3450 - total flux cleaned = -0.00150661 Jy ! Component: 3500 - total flux cleaned = -0.00155017 Jy ! Component: 3550 - total flux cleaned = -0.00159349 Jy ! Component: 3600 - total flux cleaned = -0.00166872 Jy ! Component: 3650 - total flux cleaned = -0.00171136 Jy ! Component: 3700 - total flux cleaned = -0.00170074 Jy ! Component: 3750 - total flux cleaned = -0.00173245 Jy ! Component: 3800 - total flux cleaned = -0.00179534 Jy ! Component: 3850 - total flux cleaned = -0.00182664 Jy ! Component: 3900 - total flux cleaned = -0.00188872 Jy ! Component: 3950 - total flux cleaned = -0.00194019 Jy ! Component: 4000 - total flux cleaned = -0.00193007 Jy ! Component: 4050 - total flux cleaned = -0.00199123 Jy ! Total flux subtracted in 4096 components = -0.00202156 Jy ! Clean residual min=-0.000563 max=0.000750 Jy/beam ! Clean residual mean=0.000001 rms=0.000200 Jy/beam ! Combined flux in latest and established models = 0.238766 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 410 components and 0.238766 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1555+1111_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.805 x 12.22 at -18.83 degrees (North through East) ! Clean map min=-0.0012744 max=0.23158 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1555+1111_S_map.fits wmodel /image_prod/ug002_uva//J1555+1111_S_map.mod ! Writing 410 model components to file: /image_prod/ug002_uva//J1555+1111_S_map.mod wobs /image_prod/ug002_uva//J1555+1111_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1555+1111_S_uvs.fits wwins /image_prod/ug002_uva//J1555+1111_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1555+1111_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.23158 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000196799 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.254943 0.254943 0.509886 1.01977 2.03954 4.07908 8.15817 16.3163 32.6327 65.2654 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.231 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1176.73 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1555+1111_S_dfm.log closed on Thu Mar 5 02:29:04 2020