! Started logfile: /scr/pima/bg219i_uvs/J0236-2953_S_dfm.log on Thu May 19 22:59:57 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/J0236-2953_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J0236-2953_S_uva.fits ! AN table 1: 28 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.638889 visibilities/baseline/integration-bin. ! Found source: J0236-2953 ! ! 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 3220 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 J0236-2953_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 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.038618Jy sigma=21.602498 ! Fit after self-cal, rms=0.765959Jy sigma=15.852745 ! 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.766 mas, bmaj=7.809 mas, bpa=-2.634 degrees ! Estimated noise=0.777439 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.181185 Jy ! Component: 100 - total flux cleaned = 0.222771 Jy ! Total flux subtracted in 100 components = 0.222771 Jy ! Clean residual min=-0.007104 max=0.015987 Jy/beam ! Clean residual mean=0.000013 rms=0.001943 Jy/beam ! Combined flux in latest and established models = 0.222771 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.222771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084752Jy sigma=1.688852 ! Fit after self-cal, rms=0.084682Jy sigma=1.688384 ! Inverting map ! Added new window around map position (-4.5, 7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0163529 Jy ! Component: 100 - total flux cleaned = 0.0247022 Jy ! Total flux subtracted in 100 components = 0.0247022 Jy ! Clean residual min=-0.006578 max=0.010748 Jy/beam ! Clean residual mean=0.000005 rms=0.001552 Jy/beam ! Combined flux in latest and established models = 0.247473 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.247473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080823Jy sigma=1.583179 ! Fit after self-cal, rms=0.080672Jy sigma=1.578935 ! 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.385 mas, bmaj=9.72 mas, bpa=-2.036 degrees ! Estimated noise=0.614303 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 (4.5, -7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0108616 Jy ! Component: 100 - total flux cleaned = 0.0167093 Jy ! Component: 150 - total flux cleaned = 0.0198984 Jy ! Component: 200 - total flux cleaned = 0.0207243 Jy ! Total flux subtracted in 200 components = 0.0207243 Jy ! Clean residual min=-0.004827 max=0.005046 Jy/beam ! Clean residual mean=0.000002 rms=0.001215 Jy/beam ! Combined flux in latest and established models = 0.268197 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 57 components and 0.268197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079347Jy sigma=1.543400 ! Fit after self-cal, rms=0.079354Jy sigma=1.543189 ! 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.385 x 9.72 at -2.036 degrees (North through East) ! Clean map min=-0.0046675 max=0.23046 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.99 FD 1.02 HN 1.05 KP 0.97 ! LA 1.04 MK 1.02 NL 1.02 OV 0.97 ! PT 0.97 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.99 HN 1.11 KP 0.97 ! LA 1.03 MK 0.98 NL 0.97 OV 0.96 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.99 HN 1.08 KP 0.98 ! LA 1.01 MK 1.06 NL 0.97 OV 0.95 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.04 HN 1.10 KP 0.99 ! LA 0.98 MK 0.99 NL 1.01 OV 1.01 ! PT 0.99 SC 1.02 ! ! ! Fit before self-cal, rms=0.079354Jy sigma=1.543189 ! Fit after self-cal, rms=0.079445Jy sigma=1.524452 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.401 mas, bmaj=9.731 mas, bpa=-1.701 degrees ! Estimated noise=0.61252 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.00287395 Jy ! Component: 100 - total flux cleaned = -0.00312136 Jy ! Component: 150 - total flux cleaned = -0.00319471 Jy ! Component: 200 - total flux cleaned = -0.00319415 Jy ! Total flux subtracted in 200 components = -0.00319415 Jy ! Clean residual min=-0.003558 max=0.003848 Jy/beam ! Clean residual mean=0.000001 rms=0.001029 Jy/beam ! Combined flux in latest and established models = 0.265003 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 72 components and 0.265003 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079242Jy sigma=1.521356 ! Fit after self-cal, rms=0.079285Jy sigma=1.521161 ! 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.079285Jy sigma=1.521161 ! Fit after self-cal, rms=0.078857Jy sigma=1.517089 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.401 mas, bmaj=9.731 mas, bpa=-1.668 degrees ! Estimated noise=0.609185 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00173261 Jy ! Component: 100 - total flux cleaned = -0.00184713 Jy ! Component: 150 - total flux cleaned = -0.00175624 Jy ! Component: 200 - total flux cleaned = -0.00163477 Jy ! Total flux subtracted in 200 components = -0.00163477 Jy ! Clean residual min=-0.003473 max=0.003694 Jy/beam ! Clean residual mean=-0.000002 rms=0.000983 Jy/beam ! Combined flux in latest and established models = 0.263368 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 89 components and 0.263368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078763Jy sigma=1.515953 ! Fit after self-cal, rms=0.078762Jy sigma=1.515864 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 = -3.20644e-05 Jy ! Component: 100 - total flux cleaned = 0.000111428 Jy ! Component: 150 - total flux cleaned = 0.000210263 Jy ! Component: 200 - total flux cleaned = 0.000302663 Jy ! Total flux subtracted in 200 components = 0.000302663 Jy ! Clean residual min=-0.003476 max=0.003670 Jy/beam ! Clean residual mean=-0.000002 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.263671 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 100 components and 0.263671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078724Jy sigma=1.515406 ! Fit after self-cal, rms=0.078723Jy sigma=1.515372 ! 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.078723Jy sigma=1.515372 ! Fit after self-cal, rms=0.078665Jy sigma=1.500998 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.405 mas, bmaj=9.737 mas, bpa=-1.679 degrees ! Estimated noise=0.606942 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00128237 Jy ! Component: 100 - total flux cleaned = -0.00183584 Jy ! Component: 150 - total flux cleaned = -0.00200482 Jy ! Component: 200 - total flux cleaned = -0.00211145 Jy ! Total flux subtracted in 200 components = -0.00211145 Jy ! Clean residual min=-0.003010 max=0.003766 Jy/beam ! Clean residual mean=-0.000003 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.26156 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 118 components and 0.26156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078587Jy sigma=1.499536 ! Fit after self-cal, rms=0.078593Jy sigma=1.499400 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 (-48, -93.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00204659 Jy ! Component: 100 - total flux cleaned = 0.00203885 Jy ! Component: 150 - total flux cleaned = 0.00204304 Jy ! Component: 200 - total flux cleaned = 0.0019983 Jy ! Total flux subtracted in 200 components = 0.0019983 Jy ! Clean residual min=-0.002961 max=0.003026 Jy/beam ! Clean residual mean=-0.000004 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.263558 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 136 components and 0.263558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078444Jy sigma=1.496242 ! Fit after self-cal, rms=0.078437Jy sigma=1.496158 ! 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.078437Jy sigma=1.496158 ! Fit after self-cal, rms=0.078492Jy sigma=1.494356 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.722 mas, bmaj=19.81 mas, bpa=-3.29 degrees ! Estimated noise=0.739627 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000795594 Jy ! Component: 100 - total flux cleaned = -0.000557076 Jy ! Component: 150 - total flux cleaned = -0.000283834 Jy ! Component: 200 - total flux cleaned = -0.000119753 Jy ! Total flux subtracted in 200 components = -0.000119753 Jy ! Clean residual min=-0.003516 max=0.002655 Jy/beam ! Clean residual mean=-0.000010 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.263438 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 152 components and 0.263438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078470Jy sigma=1.493673 ! Fit after self-cal, rms=0.078482Jy sigma=1.493576 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.000230538 Jy ! Component: 100 - total flux cleaned = 0.000287788 Jy ! Component: 150 - total flux cleaned = 0.000341518 Jy ! Component: 200 - total flux cleaned = 0.000391678 Jy ! Total flux subtracted in 200 components = 0.000391678 Jy ! Clean residual min=-0.003508 max=0.002701 Jy/beam ! Clean residual mean=-0.000010 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.26383 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 164 components and 0.26383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078466Jy sigma=1.493362 ! Fit after self-cal, rms=0.078465Jy sigma=1.493348 ! 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.405 mas, bmaj=9.735 mas, bpa=-1.712 degrees ! Estimated noise=0.604175 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.405 x 9.735 at -1.712 degrees (North through East) ! Clean map min=-0.0028203 max=0.22981 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.772 mas, bmaj=7.781 mas, bpa=-2.304 degrees ! Estimated noise=0.77263 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.17997 Jy ! Component: 100 - total flux cleaned = 0.220992 Jy ! Component: 150 - total flux cleaned = 0.235703 Jy ! Component: 200 - total flux cleaned = 0.243242 Jy ! Total flux subtracted in 200 components = 0.243242 Jy ! Clean residual min=-0.004754 max=0.004929 Jy/beam ! Clean residual mean=0.000001 rms=0.001149 Jy/beam ! Combined flux in latest and established models = 0.243242 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.243242 Jy ! Inverting map and beam ! Estimated beam: bmin=3.405 mas, bmaj=9.735 mas, bpa=-1.712 degrees ! Estimated noise=0.604175 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.00678066 Jy ! Component: 100 - total flux cleaned = 0.0109437 Jy ! Component: 150 - total flux cleaned = 0.0138956 Jy ! Component: 200 - total flux cleaned = 0.0151016 Jy ! Total flux subtracted in 200 components = 0.0151016 Jy ! Clean residual min=-0.002964 max=0.002790 Jy/beam ! Clean residual mean=-0.000002 rms=0.000798 Jy/beam ! Combined flux in latest and established models = 0.258344 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 55 components and 0.258344 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.722 mas, bmaj=19.81 mas, bpa=-3.29 degrees ! Estimated noise=0.739627 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00237394 Jy ! Component: 100 - total flux cleaned = 0.00376445 Jy ! Component: 150 - total flux cleaned = 0.0044328 Jy ! Component: 200 - total flux cleaned = 0.00468148 Jy ! Total flux subtracted in 200 components = 0.00468148 Jy ! Clean residual min=-0.003623 max=0.002878 Jy/beam ! Clean residual mean=-0.000009 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 0.263025 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.000158806 Jy ! Component: 100 - total flux cleaned = 0.000247011 Jy ! Component: 150 - total flux cleaned = 0.000332328 Jy ! Component: 200 - total flux cleaned = 0.000385375 Jy ! Total flux subtracted in 200 components = 0.000385375 Jy ! Clean residual min=-0.003601 max=0.002854 Jy/beam ! Clean residual mean=-0.000009 rms=0.000839 Jy/beam ! Combined flux in latest and established models = 0.263411 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 83 components and 0.26341 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.405 mas, bmaj=9.735 mas, bpa=-1.712 degrees ! Estimated noise=0.604175 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000834503 Jy ! Component: 100 - total flux cleaned = -0.00078652 Jy ! Component: 150 - total flux cleaned = -0.000743026 Jy ! Component: 200 - total flux cleaned = -0.00062342 Jy ! Total flux subtracted in 200 components = -0.00062342 Jy ! Clean residual min=-0.002921 max=0.002952 Jy/beam ! Clean residual mean=-0.000005 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.262787 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 96 components and 0.262787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078493Jy sigma=1.493620 ! Fit after self-cal, rms=0.078481Jy sigma=1.493517 wmodel /J0236-2953_S_map.mod ! wmodel: Unable to open new model file: /J0236-2953_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219i_uvs/J0236-2953_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.405 x 9.735 at -1.712 degrees (North through East) ! Clean map min=-0.0028029 max=0.22875 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J0236-2953_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.228747 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000758022 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.994141 0.994141 1.98828 3.97656 7.95313 15.9063 31.8125 63.625 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.228 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 301.768 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J0236-2953_S_dfm.log closed on Thu May 19 23:00:00 2016