! Started logfile: /scr/pima/bg219i_uvs/J0710+4732_S_dfm.log on Thu May 19 23:07:58 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/bg219i_uvs/J0710+4732_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J0710+4732_S_uva.fits ! AN table 1: 7 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0710+4732 ! ! 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 1260 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 J0710+4732_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 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.135346Jy sigma=23.288762 ! Fit after self-cal, rms=0.539891Jy sigma=10.968138 ! 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.643 mas, bmaj=8.686 mas, bpa=26.04 degrees ! Estimated noise=1.33542 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.346999 Jy ! Component: 100 - total flux cleaned = 0.446313 Jy ! Total flux subtracted in 100 components = 0.446313 Jy ! Clean residual min=-0.019678 max=0.042776 Jy/beam ! Clean residual mean=-0.000096 rms=0.005865 Jy/beam ! Combined flux in latest and established models = 0.446313 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.446313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100002Jy sigma=1.984479 ! Fit after self-cal, rms=0.099901Jy sigma=1.982096 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0458991 Jy ! Component: 100 - total flux cleaned = 0.0732645 Jy ! Total flux subtracted in 100 components = 0.0732645 Jy ! Clean residual min=-0.011579 max=0.014848 Jy/beam ! Clean residual mean=-0.000049 rms=0.003062 Jy/beam ! Combined flux in latest and established models = 0.519577 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 27 components and 0.519577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068548Jy sigma=1.356994 ! Fit after self-cal, rms=0.068370Jy sigma=1.353395 ! 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.109 mas, bmaj=8.883 mas, bpa=24.38 degrees ! Estimated noise=1.09372 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.0261695 Jy ! Component: 100 - total flux cleaned = 0.0428685 Jy ! Component: 150 - total flux cleaned = 0.0544271 Jy ! Component: 200 - total flux cleaned = 0.0626792 Jy ! Total flux subtracted in 200 components = 0.0626792 Jy ! Clean residual min=-0.006164 max=0.007026 Jy/beam ! Clean residual mean=-0.000033 rms=0.001807 Jy/beam ! Combined flux in latest and established models = 0.582256 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 57 components and 0.582256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055398Jy sigma=1.095598 ! Fit after self-cal, rms=0.055154Jy sigma=1.091083 ! 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.109 x 8.883 at 24.38 degrees (North through East) ! Clean map min=-0.0058447 max=0.46596 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 1.02 FD 1.00 HN 1.02 KP 1.00 ! LA 0.99 MK 1.08 NL 0.99 OV 0.97 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.95 HN 1.01 KP 0.99 ! LA 0.98 MK 1.02 NL 0.99 OV 0.99 ! PT 0.96 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.03 HN 1.01 KP 0.98 ! LA 0.99 MK 1.05 NL 0.97 OV 0.99 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.01 HN 0.99 KP 1.00 ! LA 0.98 MK 1.04 NL 0.99 OV 1.02 ! PT 0.99 SC 1.02 ! ! ! Fit before self-cal, rms=0.055154Jy sigma=1.091083 ! Fit after self-cal, rms=0.053171Jy sigma=1.039002 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.146 mas, bmaj=8.899 mas, bpa=24.32 degrees ! Estimated noise=1.09219 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.000538724 Jy ! Component: 100 - total flux cleaned = -7.42493e-06 Jy ! Component: 150 - total flux cleaned = -0.00033847 Jy ! Component: 200 - total flux cleaned = -0.000486369 Jy ! Total flux subtracted in 200 components = -0.000486369 Jy ! Clean residual min=-0.004521 max=0.005127 Jy/beam ! Clean residual mean=-0.000007 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.58177 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 78 components and 0.58177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052657Jy sigma=1.029552 ! Fit after self-cal, rms=0.052629Jy sigma=1.028967 ! 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.052629Jy sigma=1.028967 ! Fit after self-cal, rms=0.052622Jy sigma=1.027631 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.153 mas, bmaj=8.889 mas, bpa=24.28 degrees ! Estimated noise=1.09165 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000543679 Jy ! Component: 100 - total flux cleaned = -0.000743168 Jy ! Component: 150 - total flux cleaned = -0.00091136 Jy ! Component: 200 - total flux cleaned = -0.000959132 Jy ! Total flux subtracted in 200 components = -0.000959132 Jy ! Clean residual min=-0.004532 max=0.004816 Jy/beam ! Clean residual mean=-0.000008 rms=0.001128 Jy/beam ! Combined flux in latest and established models = 0.580811 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 84 components and 0.580811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052435Jy sigma=1.024480 ! Fit after self-cal, rms=0.052424Jy sigma=1.024231 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 = 9.74042e-05 Jy ! Component: 100 - total flux cleaned = -3.40959e-05 Jy ! Component: 150 - total flux cleaned = -0.000111675 Jy ! Component: 200 - total flux cleaned = -0.000147778 Jy ! Total flux subtracted in 200 components = -0.000147778 Jy ! Clean residual min=-0.004494 max=0.004616 Jy/beam ! Clean residual mean=-0.000008 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.580663 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 89 components and 0.580663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052359Jy sigma=1.022925 ! Fit after self-cal, rms=0.052355Jy sigma=1.022806 ! 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.052355Jy sigma=1.022806 ! Fit after self-cal, rms=0.052328Jy sigma=1.022291 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=8.883 mas, bpa=24.27 degrees ! Estimated noise=1.09044 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00107256 Jy ! Component: 100 - total flux cleaned = -0.00131887 Jy ! Component: 150 - total flux cleaned = -0.00131958 Jy ! Component: 200 - total flux cleaned = -0.00131945 Jy ! Total flux subtracted in 200 components = -0.00131945 Jy ! Clean residual min=-0.004549 max=0.004462 Jy/beam ! Clean residual mean=-0.000008 rms=0.001091 Jy/beam ! Combined flux in latest and established models = 0.579344 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 100 components and 0.579343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052262Jy sigma=1.021298 ! Fit after self-cal, rms=0.052260Jy sigma=1.021220 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 = 4.57136e-05 Jy ! Component: 100 - total flux cleaned = 4.5931e-05 Jy ! Component: 150 - total flux cleaned = 7.03133e-05 Jy ! Component: 200 - total flux cleaned = 6.94753e-05 Jy ! Total flux subtracted in 200 components = 6.94753e-05 Jy ! Clean residual min=-0.004520 max=0.004375 Jy/beam ! Clean residual mean=-0.000008 rms=0.001085 Jy/beam ! Combined flux in latest and established models = 0.579413 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 107 components and 0.579413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052235Jy sigma=1.020681 ! Fit after self-cal, rms=0.052234Jy sigma=1.020636 ! 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.052234Jy sigma=1.020636 ! Fit after self-cal, rms=0.052198Jy sigma=1.020352 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.675 mas, bmaj=10.01 mas, bpa=20.46 degrees ! Estimated noise=1.42219 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00018774 Jy ! Component: 100 - total flux cleaned = -0.000546084 Jy ! Component: 150 - total flux cleaned = -0.000812921 Jy ! Component: 200 - total flux cleaned = -0.000989247 Jy ! Total flux subtracted in 200 components = -0.000989247 Jy ! Clean residual min=-0.005533 max=0.004895 Jy/beam ! Clean residual mean=-0.000020 rms=0.001559 Jy/beam ! Combined flux in latest and established models = 0.578424 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 122 components and 0.578424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052208Jy sigma=1.020783 ! Fit after self-cal, rms=0.052202Jy sigma=1.020647 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 = -5.3403e-05 Jy ! Component: 100 - total flux cleaned = -9.89791e-05 Jy ! Component: 150 - total flux cleaned = -0.000140624 Jy ! Component: 200 - total flux cleaned = -0.000180143 Jy ! Total flux subtracted in 200 components = -0.000180143 Jy ! Clean residual min=-0.005424 max=0.004781 Jy/beam ! Clean residual mean=-0.000020 rms=0.001557 Jy/beam ! Combined flux in latest and established models = 0.578244 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 127 components and 0.578244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052224Jy sigma=1.021025 ! Fit after self-cal, rms=0.052224Jy sigma=1.021008 ! 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.161 mas, bmaj=8.882 mas, bpa=24.27 degrees ! Estimated noise=1.08907 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.161 x 8.882 at 24.27 degrees (North through East) ! Clean map min=-0.0042287 max=0.46401 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.682 mas, bmaj=8.666 mas, bpa=26 degrees ! Estimated noise=1.34026 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.348119 Jy ! Component: 100 - total flux cleaned = 0.445047 Jy ! Component: 150 - total flux cleaned = 0.489927 Jy ! Component: 200 - total flux cleaned = 0.516578 Jy ! Total flux subtracted in 200 components = 0.516578 Jy ! Clean residual min=-0.009890 max=0.014258 Jy/beam ! Clean residual mean=-0.000039 rms=0.002737 Jy/beam ! Combined flux in latest and established models = 0.516578 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.516578 Jy ! Inverting map and beam ! Estimated beam: bmin=3.161 mas, bmaj=8.882 mas, bpa=24.27 degrees ! Estimated noise=1.08907 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.0227244 Jy ! Component: 100 - total flux cleaned = 0.03701 Jy ! Component: 150 - total flux cleaned = 0.0463391 Jy ! Component: 200 - total flux cleaned = 0.0524937 Jy ! Total flux subtracted in 200 components = 0.0524937 Jy ! Clean residual min=-0.005363 max=0.005965 Jy/beam ! Clean residual mean=-0.000019 rms=0.001344 Jy/beam ! Combined flux in latest and established models = 0.569072 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 47 components and 0.569072 Jy ! Inverting map ! Added new window around map position (-82.5, -111.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0047864 Jy ! Component: 100 - total flux cleaned = 0.00573141 Jy ! Component: 150 - total flux cleaned = 0.00653698 Jy ! Component: 200 - total flux cleaned = 0.00750154 Jy ! Total flux subtracted in 200 components = 0.00750154 Jy ! Clean residual min=-0.004758 max=0.004012 Jy/beam ! Clean residual mean=-0.000014 rms=0.001132 Jy/beam ! Combined flux in latest and established models = 0.576573 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 68 components and 0.576574 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=6.675 mas, bmaj=10.01 mas, bpa=20.46 degrees ! Estimated noise=1.42219 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00345123 Jy ! Component: 100 - total flux cleaned = 0.0053252 Jy ! Component: 150 - total flux cleaned = 0.00626664 Jy ! Component: 200 - total flux cleaned = 0.00684562 Jy ! Total flux subtracted in 200 components = 0.00684562 Jy ! Clean residual min=-0.005104 max=0.004598 Jy/beam ! Clean residual mean=-0.000024 rms=0.001395 Jy/beam ! Combined flux in latest and established models = 0.583419 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.000229985 Jy ! Component: 100 - total flux cleaned = 0.000314162 Jy ! Component: 150 - total flux cleaned = 0.000468856 Jy ! Component: 200 - total flux cleaned = 0.000646979 Jy ! Total flux subtracted in 200 components = 0.000646979 Jy ! Clean residual min=-0.004971 max=0.004540 Jy/beam ! Clean residual mean=-0.000024 rms=0.001357 Jy/beam ! Combined flux in latest and established models = 0.584066 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 94 components and 0.584066 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.161 mas, bmaj=8.882 mas, bpa=24.27 degrees ! Estimated noise=1.08907 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000792066 Jy ! Component: 100 - total flux cleaned = -0.000788694 Jy ! Component: 150 - total flux cleaned = -0.000971795 Jy ! Component: 200 - total flux cleaned = -0.00114001 Jy ! Total flux subtracted in 200 components = -0.00114001 Jy ! Clean residual min=-0.004283 max=0.003470 Jy/beam ! Clean residual mean=-0.000009 rms=0.001006 Jy/beam ! Combined flux in latest and established models = 0.582926 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 110 components and 0.582926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052203Jy sigma=1.019395 ! Fit after self-cal, rms=0.052160Jy sigma=1.018583 wmodel /J0710+4732_S_map.mod ! wmodel: Unable to open new model file: /J0710+4732_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219i_uvs/J0710+4732_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.161 x 8.882 at 24.27 degrees (North through East) ! Clean map min=-0.0041 max=0.46483 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J0710+4732_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.464832 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000998839 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.644645 0.644645 1.28929 2.57858 5.15716 10.3143 20.6286 41.2573 82.5146 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0029 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.464 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 465.372 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J0710+4732_S_dfm.log closed on Thu May 19 23:08:01 2016