! Started logfile: /scr/pima/bg219e_uvs/J1838-3427_S_dfm.log on Thu May 19 18:49:07 2016 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 /scr/pima/bg219e_uvs/J1838-3427_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J1838-3427_S_uva.fits ! AN table 1: 58 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.81705 visibilities/baseline/integration-bin. ! Found source: J1838-3427 ! ! 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.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 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 6824 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 J1838-3427_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 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 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.022140Jy sigma=15.715744 ! Fit after self-cal, rms=0.819936Jy sigma=12.400155 ! 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.911 mas, bmaj=14.01 mas, bpa=19.39 degrees ! Estimated noise=0.941205 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.136456 Jy ! Component: 100 - total flux cleaned = 0.172821 Jy ! Total flux subtracted in 100 components = 0.172821 Jy ! Clean residual min=-0.009097 max=0.016920 Jy/beam ! Clean residual mean=-0.000090 rms=0.002911 Jy/beam ! Combined flux in latest and established models = 0.172821 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.172821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104743Jy sigma=1.530657 ! Fit after self-cal, rms=0.104687Jy sigma=1.529581 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0206353 Jy ! Component: 100 - total flux cleaned = 0.034192 Jy ! Total flux subtracted in 100 components = 0.034192 Jy ! Clean residual min=-0.007132 max=0.009027 Jy/beam ! Clean residual mean=-0.000051 rms=0.002007 Jy/beam ! Combined flux in latest and established models = 0.207013 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 51 components and 0.207013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098589Jy sigma=1.402386 ! Fit after self-cal, rms=0.098603Jy sigma=1.401840 ! 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.977 mas, bmaj=16.7 mas, bpa=17.27 degrees ! Estimated noise=0.585231 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.0158483 Jy ! Component: 100 - total flux cleaned = 0.0244634 Jy ! Component: 150 - total flux cleaned = 0.0294599 Jy ! Component: 200 - total flux cleaned = 0.0323864 Jy ! Total flux subtracted in 200 components = 0.0323864 Jy ! Clean residual min=-0.005617 max=0.008343 Jy/beam ! Clean residual mean=-0.000060 rms=0.001720 Jy/beam ! Combined flux in latest and established models = 0.2394 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 104 components and 0.2394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096529Jy sigma=1.353447 ! Fit after self-cal, rms=0.096530Jy sigma=1.352996 ! 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.977 x 16.7 at 17.27 degrees (North through East) ! Clean map min=-0.0054808 max=0.17649 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 HN 1.10 KP 1.02 ! LA 1.01 NL 1.06 OV 0.99 PT 0.95 ! SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.02 HN 1.03 KP 0.98 ! LA 0.96 NL 1.15 OV 0.97 PT 0.98 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 HN 1.00 KP 1.02 ! LA 0.95 NL 1.10 OV 0.96 PT 0.99 ! SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 HN 1.01 KP 0.97 ! LA 0.99 NL 1.15 OV 1.00 PT 0.98 ! SC 1.04 ! ! ! Fit before self-cal, rms=0.096530Jy sigma=1.352996 ! Fit after self-cal, rms=0.098778Jy sigma=1.340333 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.99 mas, bmaj=16.97 mas, bpa=17.39 degrees ! Estimated noise=0.587306 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.00224826 Jy ! Component: 100 - total flux cleaned = -0.00216209 Jy ! Component: 150 - total flux cleaned = -0.00201376 Jy ! Component: 200 - total flux cleaned = -0.00201276 Jy ! Total flux subtracted in 200 components = -0.00201276 Jy ! Clean residual min=-0.004663 max=0.005950 Jy/beam ! Clean residual mean=-0.000028 rms=0.001463 Jy/beam ! Combined flux in latest and established models = 0.237387 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 113 components and 0.237387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098615Jy sigma=1.338545 ! Fit after self-cal, rms=0.098684Jy sigma=1.338343 ! 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.098684Jy sigma=1.338343 ! Fit after self-cal, rms=0.099890Jy sigma=1.331354 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.996 mas, bmaj=17.04 mas, bpa=17.45 degrees ! Estimated noise=0.587314 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00175893 Jy ! Component: 100 - total flux cleaned = -0.00214625 Jy ! Component: 150 - total flux cleaned = -0.00235966 Jy ! Component: 200 - total flux cleaned = -0.00235851 Jy ! Total flux subtracted in 200 components = -0.00235851 Jy ! Clean residual min=-0.004380 max=0.005840 Jy/beam ! Clean residual mean=-0.000030 rms=0.001285 Jy/beam ! Combined flux in latest and established models = 0.235028 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 126 components and 0.235028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099798Jy sigma=1.330345 ! Fit after self-cal, rms=0.099817Jy sigma=1.330259 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 (-9.5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00512033 Jy ! Component: 100 - total flux cleaned = 0.00589183 Jy ! Component: 150 - total flux cleaned = 0.00604382 Jy ! Component: 200 - total flux cleaned = 0.00617231 Jy ! Total flux subtracted in 200 components = 0.00617231 Jy ! Clean residual min=-0.003869 max=0.004859 Jy/beam ! Clean residual mean=-0.000014 rms=0.001164 Jy/beam ! Combined flux in latest and established models = 0.241201 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 161 components and 0.241201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099495Jy sigma=1.326303 ! Fit after self-cal, rms=0.099457Jy sigma=1.325703 ! 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.099457Jy sigma=1.325703 ! Fit after self-cal, rms=0.100449Jy sigma=1.324312 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.998 mas, bmaj=17.11 mas, bpa=17.54 degrees ! Estimated noise=0.58655 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000831275 Jy ! Component: 100 - total flux cleaned = 0.000611679 Jy ! Component: 150 - total flux cleaned = 0.000329512 Jy ! Component: 200 - total flux cleaned = 0.00022937 Jy ! Total flux subtracted in 200 components = 0.00022937 Jy ! Clean residual min=-0.003829 max=0.004688 Jy/beam ! Clean residual mean=-0.000016 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.24143 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 189 components and 0.24143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100326Jy sigma=1.323082 ! Fit after self-cal, rms=0.100331Jy sigma=1.322893 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 (95.5, -24). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00325046 Jy ! Component: 100 - total flux cleaned = 0.00370239 Jy ! Component: 150 - total flux cleaned = 0.00392402 Jy ! Component: 200 - total flux cleaned = 0.0040499 Jy ! Total flux subtracted in 200 components = 0.0040499 Jy ! Clean residual min=-0.003751 max=0.003119 Jy/beam ! Clean residual mean=-0.000030 rms=0.000965 Jy/beam ! Combined flux in latest and established models = 0.24548 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 217 components and 0.24548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100105Jy sigma=1.319836 ! Fit after self-cal, rms=0.100099Jy sigma=1.319603 ! 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.100099Jy sigma=1.319603 ! Fit after self-cal, rms=0.099953Jy sigma=1.319208 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.03 mas, bmaj=29.78 mas, bpa=6.658 degrees ! Estimated noise=0.644084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000114646 Jy ! Component: 100 - total flux cleaned = -0.000100828 Jy ! Component: 150 - total flux cleaned = -0.000164288 Jy ! Component: 200 - total flux cleaned = -0.000331133 Jy ! Total flux subtracted in 200 components = -0.000331133 Jy ! Clean residual min=-0.003408 max=0.003918 Jy/beam ! Clean residual mean=-0.000040 rms=0.001096 Jy/beam ! Combined flux in latest and established models = 0.245149 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 248 components and 0.245149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099885Jy sigma=1.318153 ! Fit after self-cal, rms=0.099878Jy sigma=1.318044 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 = 6.52566e-05 Jy ! Component: 100 - total flux cleaned = -7.98713e-05 Jy ! Component: 150 - total flux cleaned = -0.000214144 Jy ! Component: 200 - total flux cleaned = -0.000383351 Jy ! Total flux subtracted in 200 components = -0.000383351 Jy ! Clean residual min=-0.003176 max=0.003853 Jy/beam ! Clean residual mean=-0.000040 rms=0.001071 Jy/beam ! Combined flux in latest and established models = 0.244766 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 282 components and 0.244766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099844Jy sigma=1.317613 ! Fit after self-cal, rms=0.099842Jy sigma=1.317562 ! 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=4.006 mas, bmaj=17.15 mas, bpa=17.55 degrees ! Estimated noise=0.584831 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.006 x 17.15 at 17.55 degrees (North through East) ! Clean map min=-0.0034892 max=0.17693 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=2.909 mas, bmaj=14.34 mas, bpa=19.56 degrees ! Estimated noise=0.955046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.138156 Jy ! Component: 100 - total flux cleaned = 0.173476 Jy ! Component: 150 - total flux cleaned = 0.192237 Jy ! Component: 200 - total flux cleaned = 0.204339 Jy ! Total flux subtracted in 200 components = 0.204339 Jy ! Clean residual min=-0.006056 max=0.006828 Jy/beam ! Clean residual mean=-0.000045 rms=0.001678 Jy/beam ! Combined flux in latest and established models = 0.204339 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.204339 Jy ! Inverting map and beam ! Estimated beam: bmin=4.006 mas, bmaj=17.15 mas, bpa=17.55 degrees ! Estimated noise=0.584831 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.014161 Jy ! Component: 100 - total flux cleaned = 0.0223119 Jy ! Component: 150 - total flux cleaned = 0.0281026 Jy ! Component: 200 - total flux cleaned = 0.0323797 Jy ! Total flux subtracted in 200 components = 0.0323797 Jy ! Clean residual min=-0.004067 max=0.003886 Jy/beam ! Clean residual mean=-0.000045 rms=0.001123 Jy/beam ! Combined flux in latest and established models = 0.236719 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 121 components and 0.236719 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=9.03 mas, bmaj=29.78 mas, bpa=6.658 degrees ! Estimated noise=0.644084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00384167 Jy ! Component: 100 - total flux cleaned = 0.0052661 Jy ! Component: 150 - total flux cleaned = 0.00574359 Jy ! Component: 200 - total flux cleaned = 0.00615765 Jy ! Total flux subtracted in 200 components = 0.00615765 Jy ! Clean residual min=-0.003801 max=0.004311 Jy/beam ! Clean residual mean=-0.000049 rms=0.001176 Jy/beam ! Combined flux in latest and established models = 0.242876 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.000141133 Jy ! Component: 100 - total flux cleaned = 0.000268571 Jy ! Component: 150 - total flux cleaned = 0.000445899 Jy ! Component: 200 - total flux cleaned = 0.000604597 Jy ! Total flux subtracted in 200 components = 0.000604597 Jy ! Clean residual min=-0.003356 max=0.004061 Jy/beam ! Clean residual mean=-0.000042 rms=0.001107 Jy/beam ! Combined flux in latest and established models = 0.243481 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 177 components and 0.243481 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.006 mas, bmaj=17.15 mas, bpa=17.55 degrees ! Estimated noise=0.584831 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141825 Jy ! Component: 100 - total flux cleaned = 0.00149401 Jy ! Component: 150 - total flux cleaned = 0.00143434 Jy ! Component: 200 - total flux cleaned = 0.00126035 Jy ! Total flux subtracted in 200 components = 0.00126035 Jy ! Clean residual min=-0.003210 max=0.003369 Jy/beam ! Clean residual mean=-0.000029 rms=0.000902 Jy/beam ! Combined flux in latest and established models = 0.244741 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 197 components and 0.244741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099830Jy sigma=1.317886 ! Fit after self-cal, rms=0.099796Jy sigma=1.317620 wmodel /J1838-3427_S_map.mod ! wmodel: Unable to open new model file: /J1838-3427_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219e_uvs/J1838-3427_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.006 x 17.15 at 17.55 degrees (North through East) ! Clean map min=-0.0031983 max=0.18112 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J1838-3427_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.181122 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000905582 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.49995 1.49995 2.9999 5.9998 11.9996 23.9992 47.9984 95.9968 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0027 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.181 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 200.006 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J1838-3427_S_dfm.log closed on Thu May 19 18:49:09 2016