! Started logfile: /scr/pima/bg219a_uvs/J0231-1606_S_dfm.log on Thu May 19 23:48:56 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/bg219a_uvs/J0231-1606_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0231-1606_S_uva.fits ! AN table 1: 52 integrations on 15 of 15 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0231-1606 ! ! 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 49 lines of history. ! ! Reading 3120 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 J0231-1606_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.065632Jy sigma=22.878518 ! Fit after self-cal, rms=0.716587Jy sigma=15.177562 ! 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.184 mas, bmaj=6.004 mas, bpa=-2.644 degrees ! Estimated noise=1.01787 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.214974 Jy ! Component: 100 - total flux cleaned = 0.269408 Jy ! Total flux subtracted in 100 components = 0.269408 Jy ! Clean residual min=-0.012417 max=0.023414 Jy/beam ! Clean residual mean=0.000022 rms=0.003800 Jy/beam ! Combined flux in latest and established models = 0.269408 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.269408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072329Jy sigma=1.493600 ! Fit after self-cal, rms=0.072342Jy sigma=1.492960 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0261849 Jy ! Component: 100 - total flux cleaned = 0.0404419 Jy ! Total flux subtracted in 100 components = 0.0404419 Jy ! Clean residual min=-0.007391 max=0.007739 Jy/beam ! Clean residual mean=0.000004 rms=0.001824 Jy/beam ! Combined flux in latest and established models = 0.30985 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 14 components and 0.30985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060949Jy sigma=1.228013 ! Fit after self-cal, rms=0.060970Jy sigma=1.227402 ! 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=2.659 mas, bmaj=6.823 mas, bpa=-3.126 degrees ! Estimated noise=0.628229 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.00899243 Jy ! Component: 100 - total flux cleaned = 0.0130107 Jy ! Component: 150 - total flux cleaned = 0.014949 Jy ! Component: 200 - total flux cleaned = 0.015944 Jy ! Total flux subtracted in 200 components = 0.015944 Jy ! Clean residual min=-0.003874 max=0.003945 Jy/beam ! Clean residual mean=-0.000011 rms=0.000971 Jy/beam ! Combined flux in latest and established models = 0.325794 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 22 components and 0.325794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059779Jy sigma=1.201184 ! Fit after self-cal, rms=0.059790Jy sigma=1.201116 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.659 x 6.823 at -3.126 degrees (North through East) ! Clean map min=-0.0036732 max=0.28679 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: ! LA 0.98 MK 1.01 NL 1.00 OV 1.02 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 1.02 MK 0.98 NL 1.01 OV 1.01 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.01 MK 1.00 NL 0.98 OV 0.99 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 1.02 MK 1.02 NL 0.95 OV 1.00 ! PT 1.01 SC 0.98 ! ! ! Fit before self-cal, rms=0.059790Jy sigma=1.201116 ! Fit after self-cal, rms=0.059397Jy sigma=1.193363 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.659 mas, bmaj=6.821 mas, bpa=-3.159 degrees ! Estimated noise=0.628214 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.000209103 Jy ! Component: 100 - total flux cleaned = 0.000303907 Jy ! Component: 150 - total flux cleaned = 0.00032008 Jy ! Component: 200 - total flux cleaned = 0.000335054 Jy ! Total flux subtracted in 200 components = 0.000335054 Jy ! Clean residual min=-0.003529 max=0.003911 Jy/beam ! Clean residual mean=-0.000007 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.326129 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 29 components and 0.326129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059382Jy sigma=1.193200 ! Fit after self-cal, rms=0.059383Jy sigma=1.193165 ! 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.059383Jy sigma=1.193165 ! Fit after self-cal, rms=0.059239Jy sigma=1.188301 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.658 mas, bmaj=6.834 mas, bpa=-3.168 degrees ! Estimated noise=0.628408 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00010747 Jy ! Component: 100 - total flux cleaned = -5.64193e-05 Jy ! Component: 150 - total flux cleaned = -1.29239e-05 Jy ! Component: 200 - total flux cleaned = -1.34686e-05 Jy ! Total flux subtracted in 200 components = -1.34686e-05 Jy ! Clean residual min=-0.003408 max=0.003997 Jy/beam ! Clean residual mean=-0.000008 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.326116 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 35 components and 0.326116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059218Jy sigma=1.188001 ! Fit after self-cal, rms=0.059219Jy sigma=1.187985 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 (-30, 56.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00325803 Jy ! Component: 100 - total flux cleaned = 0.00455082 Jy ! Component: 150 - total flux cleaned = 0.0049412 Jy ! Component: 200 - total flux cleaned = 0.00512017 Jy ! Total flux subtracted in 200 components = 0.00512017 Jy ! Clean residual min=-0.003049 max=0.002814 Jy/beam ! Clean residual mean=-0.000008 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.331236 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 50 components and 0.331236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059053Jy sigma=1.184104 ! Fit after self-cal, rms=0.059045Jy sigma=1.183916 ! 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.059045Jy sigma=1.183916 ! Fit after self-cal, rms=0.058986Jy sigma=1.183516 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.657 mas, bmaj=6.836 mas, bpa=-3.213 degrees ! Estimated noise=0.627803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000995866 Jy ! Component: 100 - total flux cleaned = 0.0013024 Jy ! Component: 150 - total flux cleaned = 0.0013733 Jy ! Component: 200 - total flux cleaned = 0.00141584 Jy ! Total flux subtracted in 200 components = 0.00141584 Jy ! Clean residual min=-0.002930 max=0.002511 Jy/beam ! Clean residual mean=-0.000004 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.332652 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 62 components and 0.332652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058960Jy sigma=1.182909 ! Fit after self-cal, rms=0.058959Jy sigma=1.182886 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.000167299 Jy ! Component: 100 - total flux cleaned = 0.000186435 Jy ! Component: 150 - total flux cleaned = 0.000204173 Jy ! Component: 200 - total flux cleaned = 0.000238963 Jy ! Total flux subtracted in 200 components = 0.000238963 Jy ! Clean residual min=-0.002888 max=0.002498 Jy/beam ! Clean residual mean=-0.000004 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.332891 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 68 components and 0.332891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058947Jy sigma=1.182676 ! Fit after self-cal, rms=0.058946Jy sigma=1.182670 ! 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.058946Jy sigma=1.182670 ! Fit after self-cal, rms=0.058947Jy sigma=1.182588 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.926 mas, bmaj=17.41 mas, bpa=-4.911 degrees ! Estimated noise=0.86303 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000755656 Jy ! Component: 100 - total flux cleaned = 0.000859989 Jy ! Component: 150 - total flux cleaned = 0.000861221 Jy ! Component: 200 - total flux cleaned = 0.000873811 Jy ! Total flux subtracted in 200 components = 0.000873811 Jy ! Clean residual min=-0.002839 max=0.002423 Jy/beam ! Clean residual mean=-0.000003 rms=0.000823 Jy/beam ! Combined flux in latest and established models = 0.333765 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 77 components and 0.333765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058944Jy sigma=1.182486 ! Fit after self-cal, rms=0.058942Jy sigma=1.182452 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.66462e-05 Jy ! Component: 100 - total flux cleaned = 6.13945e-05 Jy ! Component: 150 - total flux cleaned = 6.11946e-05 Jy ! Component: 200 - total flux cleaned = 5.08685e-05 Jy ! Total flux subtracted in 200 components = 5.08685e-05 Jy ! Clean residual min=-0.002817 max=0.002399 Jy/beam ! Clean residual mean=-0.000003 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.333816 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 78 components and 0.333816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058942Jy sigma=1.182442 ! Fit after self-cal, rms=0.058940Jy sigma=1.182426 ! 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=2.657 mas, bmaj=6.838 mas, bpa=-3.243 degrees ! Estimated noise=0.62767 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.657 x 6.838 at -3.243 degrees (North through East) ! Clean map min=-0.0027114 max=0.28724 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.187 mas, bmaj=6.021 mas, bpa=-2.818 degrees ! Estimated noise=1.01513 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.214275 Jy ! Component: 100 - total flux cleaned = 0.268862 Jy ! Component: 150 - total flux cleaned = 0.294763 Jy ! Component: 200 - total flux cleaned = 0.308713 Jy ! Total flux subtracted in 200 components = 0.308713 Jy ! Clean residual min=-0.007227 max=0.008114 Jy/beam ! Clean residual mean=0.000007 rms=0.001650 Jy/beam ! Combined flux in latest and established models = 0.308713 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.308713 Jy ! Inverting map and beam ! Estimated beam: bmin=2.657 mas, bmaj=6.838 mas, bpa=-3.243 degrees ! Estimated noise=0.62767 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.00963775 Jy ! Component: 100 - total flux cleaned = 0.0146145 Jy ! Component: 150 - total flux cleaned = 0.0180432 Jy ! Component: 200 - total flux cleaned = 0.0204664 Jy ! Total flux subtracted in 200 components = 0.0204664 Jy ! Clean residual min=-0.003198 max=0.002852 Jy/beam ! Clean residual mean=-0.000002 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.32918 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 30 components and 0.32918 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.926 mas, bmaj=17.41 mas, bpa=-4.911 degrees ! Estimated noise=0.86303 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00241797 Jy ! Component: 100 - total flux cleaned = 0.00366352 Jy ! Component: 150 - total flux cleaned = 0.00416673 Jy ! Component: 200 - total flux cleaned = 0.00431795 Jy ! Total flux subtracted in 200 components = 0.00431795 Jy ! Clean residual min=-0.002886 max=0.002464 Jy/beam ! Clean residual mean=-0.000004 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.333498 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.000125092 Jy ! Component: 100 - total flux cleaned = 0.000171912 Jy ! Component: 150 - total flux cleaned = 0.000185859 Jy ! Component: 200 - total flux cleaned = 0.000198696 Jy ! Total flux subtracted in 200 components = 0.000198696 Jy ! Clean residual min=-0.002834 max=0.002426 Jy/beam ! Clean residual mean=-0.000004 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.333697 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 54 components and 0.333697 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.657 mas, bmaj=6.838 mas, bpa=-3.243 degrees ! Estimated noise=0.62767 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.42397e-05 Jy ! Component: 100 - total flux cleaned = -2.43815e-05 Jy ! Component: 150 - total flux cleaned = 1.09077e-05 Jy ! Component: 200 - total flux cleaned = 7.53223e-05 Jy ! Total flux subtracted in 200 components = 7.53223e-05 Jy ! Clean residual min=-0.002842 max=0.002478 Jy/beam ! Clean residual mean=-0.000002 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.333772 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 66 components and 0.333772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058989Jy sigma=1.183310 ! Fit after self-cal, rms=0.058985Jy sigma=1.183240 wmodel /J0231-1606_S_map.mod ! wmodel: Unable to open new model file: /J0231-1606_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219a_uvs/J0231-1606_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.657 x 6.838 at -3.243 degrees (North through East) ! Clean map min=-0.0027125 max=0.28696 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0231-1606_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.286962 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000632197 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.660921 0.660921 1.32184 2.64368 5.28737 10.5747 21.1495 42.2989 84.5979 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.286 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 453.912 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0231-1606_S_dfm.log closed on Thu May 19 23:48:58 2016