! Started logfile: /scr/pima/rv124_uvs/J0038-2459_S_dfm.log on Mon Dec 24 01:38:22 2018 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.23275 obs /scr/pima/rv124_uvs/J0038-2459_S_uva.fits ! Reading UV FITS file: /scr/pima/rv124_uvs/J0038-2459_S_uva.fits ! AN table 1: 11 integrations on 6 of 6 possible baselines. ! AN table 2: 42 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.813218 visibilities/baseline/integration-bin. ! Found source: J0038-2459 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23275e+09 8e+06 1 8e+06 ! 02 2 2.26275e+09 8e+06 1 8e+06 ! 03 3 2.35275e+09 8e+06 1 8e+06 ! 04 4 2.37275e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 2264 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 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 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 J0038-2459_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 4 telescope corrections were flagged in sub-array 1. ! A total of 26 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 26 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 1. ! A total of 252 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 26 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.005328Jy sigma=14.281752 ! Fit after self-cal, rms=0.869259Jy sigma=12.282573 ! 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=4.845 mas, bmaj=13.7 mas, bpa=9.728 degrees ! Estimated noise=1.8852 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.0963311 Jy ! Component: 100 - total flux cleaned = 0.124884 Jy ! Total flux subtracted in 100 components = 0.124884 Jy ! Clean residual min=-0.013109 max=0.019135 Jy/beam ! Clean residual mean=0.000174 rms=0.004176 Jy/beam ! Combined flux in latest and established models = 0.124884 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.124884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079896Jy sigma=1.117628 ! Fit after self-cal, rms=0.079786Jy sigma=1.116438 ! 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=5.818 mas, bmaj=15.99 mas, bpa=12.71 degrees ! Estimated noise=1.23183 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.0208523 Jy ! Component: 100 - total flux cleaned = 0.031927 Jy ! Component: 150 - total flux cleaned = 0.0387529 Jy ! Component: 200 - total flux cleaned = 0.0431783 Jy ! Total flux subtracted in 200 components = 0.0431783 Jy ! Clean residual min=-0.011221 max=0.011316 Jy/beam ! Clean residual mean=0.000045 rms=0.002971 Jy/beam ! Combined flux in latest and established models = 0.168063 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 71 components and 0.168063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074413Jy sigma=1.032052 ! Fit after self-cal, rms=0.074320Jy sigma=1.031015 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.818 x 15.99 at 12.71 degrees (North through East) ! Clean map min=-0.010938 max=0.1324 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.59 NL 1.26 OV 0.92 PT 1.14 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 1.02 KP 0.92 MK 1.01 ! OV 0.93 PT 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 3.07 NL 1.18 OV 0.79 PT 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.64 FD 1.05 KP 0.93 MK 1.01 ! OV 0.71 PT 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* NL 0.00* OV 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* FD 0.00* KP 0.00* MK 0.00* ! OV 0.00* PT 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.95 NL 1.13 OV 0.92 PT 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.21 FD 0.99 KP 0.95 MK 1.07 ! OV 0.86 PT 1.00 ! ! ! Fit before self-cal, rms=0.074320Jy sigma=1.031015 ! Fit after self-cal, rms=0.078880Jy sigma=0.939939 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.928 mas, bmaj=16.57 mas, bpa=11.82 degrees ! Estimated noise=1.2504 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.00248535 Jy ! Component: 100 - total flux cleaned = -0.00294649 Jy ! Component: 150 - total flux cleaned = -0.00269935 Jy ! Component: 200 - total flux cleaned = -0.00232627 Jy ! Total flux subtracted in 200 components = -0.00232627 Jy ! Clean residual min=-0.004322 max=0.005295 Jy/beam ! Clean residual mean=0.000026 rms=0.001372 Jy/beam ! Combined flux in latest and established models = 0.165736 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 83 components and 0.165736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078552Jy sigma=0.936174 ! Fit after self-cal, rms=0.079364Jy sigma=0.933378 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079364Jy sigma=0.933378 ! Fit after self-cal, rms=0.080692Jy sigma=0.932698 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.945 mas, bmaj=16.69 mas, bpa=11.7 degrees ! Estimated noise=1.24912 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00153838 Jy ! Component: 100 - total flux cleaned = -0.00134583 Jy ! Component: 150 - total flux cleaned = -0.00104526 Jy ! Component: 200 - total flux cleaned = -0.000778667 Jy ! Total flux subtracted in 200 components = -0.000778667 Jy ! Clean residual min=-0.003872 max=0.004686 Jy/beam ! Clean residual mean=0.000018 rms=0.001240 Jy/beam ! Combined flux in latest and established models = 0.164958 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 85 components and 0.164958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080563Jy sigma=0.931153 ! Fit after self-cal, rms=0.080595Jy sigma=0.931101 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 = 2.09679e-05 Jy ! Component: 100 - total flux cleaned = 0.000244622 Jy ! Component: 150 - total flux cleaned = 0.0004433 Jy ! Component: 200 - total flux cleaned = 0.000621769 Jy ! Total flux subtracted in 200 components = 0.000621769 Jy ! Clean residual min=-0.003739 max=0.004632 Jy/beam ! Clean residual mean=0.000015 rms=0.001203 Jy/beam ! Combined flux in latest and established models = 0.16558 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 87 components and 0.16558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080548Jy sigma=0.930540 ! Fit after self-cal, rms=0.080522Jy sigma=0.930524 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080522Jy sigma=0.930524 ! Fit after self-cal, rms=0.081223Jy sigma=0.924191 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.939 mas, bmaj=16.77 mas, bpa=11.6 degrees ! Estimated noise=1.24779 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00105473 Jy ! Component: 100 - total flux cleaned = -0.000868675 Jy ! Component: 150 - total flux cleaned = -0.000703156 Jy ! Component: 200 - total flux cleaned = -0.000555178 Jy ! Total flux subtracted in 200 components = -0.000555178 Jy ! Clean residual min=-0.003670 max=0.004020 Jy/beam ! Clean residual mean=0.000031 rms=0.001066 Jy/beam ! Combined flux in latest and established models = 0.165024 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 88 components and 0.165024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081183Jy sigma=0.923678 ! Fit after self-cal, rms=0.081200Jy sigma=0.923570 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 = -2.08697e-05 Jy ! Component: 100 - total flux cleaned = 7.75031e-05 Jy ! Component: 150 - total flux cleaned = 0.000188734 Jy ! Component: 200 - total flux cleaned = 0.000290521 Jy ! Total flux subtracted in 200 components = 0.000290521 Jy ! Clean residual min=-0.003635 max=0.004053 Jy/beam ! Clean residual mean=0.000030 rms=0.001050 Jy/beam ! Combined flux in latest and established models = 0.165315 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 94 components and 0.165315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081187Jy sigma=0.923380 ! Fit after self-cal, rms=0.081171Jy sigma=0.923373 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081171Jy sigma=0.923373 ! Fit after self-cal, rms=0.081628Jy sigma=0.923209 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.393 mas, bmaj=23.03 mas, bpa=23.74 degrees ! Estimated noise=1.31555 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.22446e-05 Jy ! Component: 100 - total flux cleaned = 4.34505e-05 Jy ! Component: 150 - total flux cleaned = 9.22515e-05 Jy ! Component: 200 - total flux cleaned = 0.000227419 Jy ! Total flux subtracted in 200 components = 0.000227419 Jy ! Clean residual min=-0.003594 max=0.004093 Jy/beam ! Clean residual mean=0.000027 rms=0.001152 Jy/beam ! Combined flux in latest and established models = 0.165542 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 96 components and 0.165542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081620Jy sigma=0.923012 ! Fit after self-cal, rms=0.081625Jy sigma=0.922996 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.000135994 Jy ! Component: 100 - total flux cleaned = 0.000239036 Jy ! Component: 150 - total flux cleaned = 0.000315655 Jy ! Component: 200 - total flux cleaned = 0.000405404 Jy ! Total flux subtracted in 200 components = 0.000405404 Jy ! Clean residual min=-0.003568 max=0.004053 Jy/beam ! Clean residual mean=0.000025 rms=0.001137 Jy/beam ! Combined flux in latest and established models = 0.165948 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 100 components and 0.165948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081620Jy sigma=0.922909 ! Fit after self-cal, rms=0.081608Jy sigma=0.922903 ! 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=5.938 mas, bmaj=16.82 mas, bpa=11.47 degrees ! Estimated noise=1.24789 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.938 x 16.82 at 11.47 degrees (North through East) ! Clean map min=-0.0034065 max=0.13418 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=4.84 mas, bmaj=14.58 mas, bpa=8.356 degrees ! Estimated noise=2.03244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.10327 Jy ! Component: 100 - total flux cleaned = 0.128436 Jy ! Component: 150 - total flux cleaned = 0.140115 Jy ! Component: 200 - total flux cleaned = 0.147232 Jy ! Total flux subtracted in 200 components = 0.147232 Jy ! Clean residual min=-0.006600 max=0.005354 Jy/beam ! Clean residual mean=0.000088 rms=0.001667 Jy/beam ! Combined flux in latest and established models = 0.147232 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.147232 Jy ! Inverting map and beam ! Estimated beam: bmin=5.938 mas, bmaj=16.82 mas, bpa=11.47 degrees ! Estimated noise=1.24789 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.00612836 Jy ! Component: 100 - total flux cleaned = 0.0094702 Jy ! Component: 150 - total flux cleaned = 0.0115202 Jy ! Component: 200 - total flux cleaned = 0.012506 Jy ! Total flux subtracted in 200 components = 0.012506 Jy ! Clean residual min=-0.004018 max=0.004253 Jy/beam ! Clean residual mean=0.000043 rms=0.001165 Jy/beam ! Combined flux in latest and established models = 0.159738 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 70 components and 0.159738 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.393 mas, bmaj=23.03 mas, bpa=23.74 degrees ! Estimated noise=1.31555 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00170848 Jy ! Component: 100 - total flux cleaned = 0.00282656 Jy ! Component: 150 - total flux cleaned = 0.00328606 Jy ! Component: 200 - total flux cleaned = 0.00356122 Jy ! Total flux subtracted in 200 components = 0.00356122 Jy ! Clean residual min=-0.003775 max=0.004449 Jy/beam ! Clean residual mean=0.000040 rms=0.001245 Jy/beam ! Combined flux in latest and established models = 0.163299 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.000196307 Jy ! Component: 100 - total flux cleaned = 0.000403695 Jy ! Component: 150 - total flux cleaned = 0.000571746 Jy ! Component: 200 - total flux cleaned = 0.000727819 Jy ! Total flux subtracted in 200 components = 0.000727819 Jy ! Clean residual min=-0.003711 max=0.004398 Jy/beam ! Clean residual mean=0.000036 rms=0.001219 Jy/beam ! Combined flux in latest and established models = 0.164027 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 87 components and 0.164027 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.938 mas, bmaj=16.82 mas, bpa=11.47 degrees ! Estimated noise=1.24789 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000123517 Jy ! Component: 100 - total flux cleaned = -0.000299697 Jy ! Component: 150 - total flux cleaned = -0.000300636 Jy ! Component: 200 - total flux cleaned = -0.000302921 Jy ! Total flux subtracted in 200 components = -0.000302921 Jy ! Clean residual min=-0.003654 max=0.004189 Jy/beam ! Clean residual mean=0.000027 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.163724 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 96 components and 0.163724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081677Jy sigma=0.924085 ! Fit after self-cal, rms=0.081682Jy sigma=0.924011 wmodel J0038-2459_S_map.mod ! Writing 96 model components to file: J0038-2459_S_map.mod wobs J0038-2459_S_uvs.fits ! Writing UV FITS file: J0038-2459_S_uvs.fits wwins J0038-2459_S_map.win ! wwins: Wrote 1 windows to J0038-2459_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.000665639 Jy ! Component: 100 - total flux cleaned = 0.000851544 Jy ! Component: 150 - total flux cleaned = 0.000746116 Jy ! Component: 200 - total flux cleaned = 0.000838019 Jy ! Component: 250 - total flux cleaned = 0.000839729 Jy ! Component: 300 - total flux cleaned = 0.000756389 Jy ! Component: 350 - total flux cleaned = 0.000874067 Jy ! Component: 400 - total flux cleaned = 0.00106401 Jy ! Component: 450 - total flux cleaned = 0.00113743 Jy ! Component: 500 - total flux cleaned = 0.00120746 Jy ! Component: 550 - total flux cleaned = 0.00134376 Jy ! Component: 600 - total flux cleaned = 0.00140989 Jy ! Component: 650 - total flux cleaned = 0.00150685 Jy ! Component: 700 - total flux cleaned = 0.00156925 Jy ! Component: 750 - total flux cleaned = 0.00159963 Jy ! Component: 800 - total flux cleaned = 0.00165898 Jy ! Component: 850 - total flux cleaned = 0.00163036 Jy ! Component: 900 - total flux cleaned = 0.0016864 Jy ! Component: 950 - total flux cleaned = 0.00163151 Jy ! Component: 1000 - total flux cleaned = 0.00168506 Jy ! Component: 1050 - total flux cleaned = 0.00178962 Jy ! Component: 1100 - total flux cleaned = 0.00186561 Jy ! Component: 1150 - total flux cleaned = 0.00186494 Jy ! Component: 1200 - total flux cleaned = 0.00184047 Jy ! Component: 1250 - total flux cleaned = 0.00188845 Jy ! Component: 1300 - total flux cleaned = 0.00198271 Jy ! Component: 1350 - total flux cleaned = 0.00198298 Jy ! Component: 1400 - total flux cleaned = 0.00205124 Jy ! Component: 1450 - total flux cleaned = 0.00211815 Jy ! Component: 1500 - total flux cleaned = 0.0021179 Jy ! Component: 1550 - total flux cleaned = 0.00218267 Jy ! Component: 1600 - total flux cleaned = 0.00222491 Jy ! Component: 1650 - total flux cleaned = 0.00232923 Jy ! Component: 1700 - total flux cleaned = 0.0023499 Jy ! Component: 1750 - total flux cleaned = 0.00235028 Jy ! Component: 1800 - total flux cleaned = 0.00241066 Jy ! Component: 1850 - total flux cleaned = 0.00245018 Jy ! Component: 1900 - total flux cleaned = 0.00254774 Jy ! Component: 1950 - total flux cleaned = 0.00262456 Jy ! Component: 2000 - total flux cleaned = 0.00271979 Jy ! Component: 2050 - total flux cleaned = 0.00281342 Jy ! Component: 2100 - total flux cleaned = 0.00290595 Jy ! Component: 2150 - total flux cleaned = 0.00296079 Jy ! Component: 2200 - total flux cleaned = 0.00305173 Jy ! Component: 2250 - total flux cleaned = 0.00314163 Jy ! Component: 2300 - total flux cleaned = 0.00323042 Jy ! Component: 2350 - total flux cleaned = 0.00337071 Jy ! Component: 2400 - total flux cleaned = 0.00342245 Jy ! Component: 2450 - total flux cleaned = 0.00347432 Jy ! Component: 2500 - total flux cleaned = 0.00362736 Jy ! Component: 2550 - total flux cleaned = 0.00367766 Jy ! Component: 2600 - total flux cleaned = 0.003711 Jy ! Component: 2650 - total flux cleaned = 0.00381003 Jy ! Component: 2700 - total flux cleaned = 0.0038915 Jy ! Component: 2750 - total flux cleaned = 0.00393993 Jy ! Component: 2800 - total flux cleaned = 0.00389191 Jy ! Component: 2850 - total flux cleaned = 0.00401894 Jy ! Component: 2900 - total flux cleaned = 0.00403459 Jy ! Component: 2950 - total flux cleaned = 0.00409708 Jy ! Component: 3000 - total flux cleaned = 0.00415903 Jy ! Component: 3050 - total flux cleaned = 0.00420508 Jy ! Component: 3100 - total flux cleaned = 0.00426599 Jy ! Component: 3150 - total flux cleaned = 0.00434142 Jy ! Component: 3200 - total flux cleaned = 0.00438622 Jy ! Component: 3250 - total flux cleaned = 0.00443069 Jy ! Component: 3300 - total flux cleaned = 0.00447484 Jy ! Component: 3350 - total flux cleaned = 0.00456255 Jy ! Component: 3400 - total flux cleaned = 0.00460603 Jy ! Component: 3450 - total flux cleaned = 0.00464929 Jy ! Component: 3500 - total flux cleaned = 0.00472071 Jy ! Component: 3550 - total flux cleaned = 0.00477727 Jy ! Component: 3600 - total flux cleaned = 0.0047914 Jy ! Component: 3650 - total flux cleaned = 0.00483335 Jy ! Component: 3700 - total flux cleaned = 0.00487503 Jy ! Component: 3750 - total flux cleaned = 0.00488887 Jy ! Component: 3800 - total flux cleaned = 0.00495741 Jy ! Component: 3850 - total flux cleaned = 0.00505257 Jy ! Component: 3900 - total flux cleaned = 0.00503902 Jy ! Component: 3950 - total flux cleaned = 0.00511971 Jy ! Component: 4000 - total flux cleaned = 0.00515986 Jy ! Component: 4050 - total flux cleaned = 0.00518652 Jy ! Total flux subtracted in 4096 components = 0.00527894 Jy ! Clean residual min=-0.000758 max=0.000759 Jy/beam ! Clean residual mean=0.000006 rms=0.000271 Jy/beam ! Combined flux in latest and established models = 0.169003 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 362 components and 0.169003 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv124_uvs/J0038-2459_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.938 x 16.82 at 11.47 degrees (North through East) ! Clean map min=-0.0019612 max=0.13726 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv124_uvs/J0038-2459_S_map.fits wmodel /scr/pima/rv124_uvs/J0038-2459_S_map.mod ! Writing 362 model components to file: /scr/pima/rv124_uvs/J0038-2459_S_map.mod wobs /scr/pima/rv124_uvs/J0038-2459_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv124_uvs/J0038-2459_S_uvs.fits wwins /scr/pima/rv124_uvs/J0038-2459_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rv124_uvs/J0038-2459_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.137263 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000268556 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.586951 0.586951 1.1739 2.3478 4.69561 9.39121 18.7824 37.5648 75.1297 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.137 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 511.116 quit ! Quitting program ! Log file /scr/pima/rv124_uvs/J0038-2459_S_dfm.log closed on Mon Dec 24 01:38:26 2018