! Started logfile: /scr/pima/bg219a_uvs/J0619-1140_S_dfm.log on Thu May 19 23:54:31 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/J0619-1140_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0619-1140_S_uva.fits ! AN table 1: 42 integrations on 15 of 15 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0619-1140 ! ! 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 2520 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 J0619-1140_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 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.058336Jy sigma=22.702769 ! Fit after self-cal, rms=0.681787Jy sigma=14.605384 ! 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.351 mas, bmaj=6.265 mas, bpa=-2.247 degrees ! Estimated noise=0.887293 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.245784 Jy ! Component: 100 - total flux cleaned = 0.301144 Jy ! Total flux subtracted in 100 components = 0.301144 Jy ! Clean residual min=-0.009321 max=0.020204 Jy/beam ! Clean residual mean=0.000052 rms=0.003163 Jy/beam ! Combined flux in latest and established models = 0.301144 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.301144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067486Jy sigma=1.384287 ! Fit after self-cal, rms=0.067462Jy sigma=1.384065 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.021517 Jy ! Component: 100 - total flux cleaned = 0.032234 Jy ! Total flux subtracted in 100 components = 0.032234 Jy ! Clean residual min=-0.005959 max=0.006385 Jy/beam ! Clean residual mean=0.000022 rms=0.001564 Jy/beam ! Combined flux in latest and established models = 0.333378 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 18 components and 0.333378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059406Jy sigma=1.197625 ! Fit after self-cal, rms=0.059339Jy sigma=1.196487 ! 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.795 mas, bmaj=6.917 mas, bpa=-3.55 degrees ! Estimated noise=0.684993 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.00799962 Jy ! Component: 100 - total flux cleaned = 0.0120675 Jy ! Component: 150 - total flux cleaned = 0.0143191 Jy ! Component: 200 - total flux cleaned = 0.0156183 Jy ! Total flux subtracted in 200 components = 0.0156183 Jy ! Clean residual min=-0.004194 max=0.004562 Jy/beam ! Clean residual mean=0.000007 rms=0.000997 Jy/beam ! Combined flux in latest and established models = 0.348996 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 35 components and 0.348996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058353Jy sigma=1.172968 ! Fit after self-cal, rms=0.058337Jy sigma=1.172554 ! 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.795 x 6.917 at -3.55 degrees (North through East) ! Clean map min=-0.0040186 max=0.31994 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 1.00 MK 1.02 NL 0.98 OV 1.01 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 0.99 MK 1.01 NL 1.01 OV 1.02 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 0.99 MK 0.99 NL 0.98 OV 1.01 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 0.99 NL 0.99 OV 0.99 ! PT 1.00 SC 0.98 ! ! ! Fit before self-cal, rms=0.058337Jy sigma=1.172554 ! Fit after self-cal, rms=0.057765Jy sigma=1.165506 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.794 mas, bmaj=6.915 mas, bpa=-3.569 degrees ! Estimated noise=0.683772 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.000728523 Jy ! Component: 100 - total flux cleaned = 0.000728101 Jy ! Component: 150 - total flux cleaned = 0.000711932 Jy ! Component: 200 - total flux cleaned = 0.000712381 Jy ! Total flux subtracted in 200 components = 0.000712381 Jy ! Clean residual min=-0.003953 max=0.003973 Jy/beam ! Clean residual mean=0.000005 rms=0.000912 Jy/beam ! Combined flux in latest and established models = 0.349708 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 41 components and 0.349708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057748Jy sigma=1.165191 ! Fit after self-cal, rms=0.057744Jy sigma=1.165139 ! 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.057744Jy sigma=1.165139 ! Fit after self-cal, rms=0.057471Jy sigma=1.160341 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.791 mas, bmaj=6.919 mas, bpa=-3.563 degrees ! Estimated noise=0.683544 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000331767 Jy ! Component: 100 - total flux cleaned = 0.000294963 Jy ! Component: 150 - total flux cleaned = 0.000294721 Jy ! Component: 200 - total flux cleaned = 0.000310081 Jy ! Total flux subtracted in 200 components = 0.000310081 Jy ! Clean residual min=-0.003693 max=0.003488 Jy/beam ! Clean residual mean=0.000002 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.350019 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.350019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057460Jy sigma=1.160128 ! Fit after self-cal, rms=0.057459Jy sigma=1.160092 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.69522e-05 Jy ! Component: 100 - total flux cleaned = 2.11286e-05 Jy ! Component: 150 - total flux cleaned = 6.91533e-06 Jy ! Component: 200 - total flux cleaned = -5.98129e-06 Jy ! Total flux subtracted in 200 components = -5.98129e-06 Jy ! Clean residual min=-0.003688 max=0.003468 Jy/beam ! Clean residual mean=0.000002 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.350013 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 0.350013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057451Jy sigma=1.159960 ! Fit after self-cal, rms=0.057450Jy sigma=1.159945 ! 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.057450Jy sigma=1.159945 ! Fit after self-cal, rms=0.057423Jy sigma=1.159908 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.79 mas, bmaj=6.918 mas, bpa=-3.558 degrees ! Estimated noise=0.683332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000328741 Jy ! Component: 100 - total flux cleaned = 0.000328077 Jy ! Component: 150 - total flux cleaned = 0.000341701 Jy ! Component: 200 - total flux cleaned = 0.000341839 Jy ! Total flux subtracted in 200 components = 0.000341839 Jy ! Clean residual min=-0.003665 max=0.003440 Jy/beam ! Clean residual mean=0.000002 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.350354 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.350354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057415Jy sigma=1.159768 ! Fit after self-cal, rms=0.057414Jy sigma=1.159761 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.36529e-05 Jy ! Component: 100 - total flux cleaned = 2.12498e-05 Jy ! Component: 150 - total flux cleaned = 2.13087e-05 Jy ! Component: 200 - total flux cleaned = 2.13838e-05 Jy ! Total flux subtracted in 200 components = 2.13838e-05 Jy ! Clean residual min=-0.003662 max=0.003427 Jy/beam ! Clean residual mean=0.000002 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.350376 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 51 components and 0.350376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057409Jy sigma=1.159670 ! Fit after self-cal, rms=0.057409Jy sigma=1.159665 ! 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.057409Jy sigma=1.159665 ! Fit after self-cal, rms=0.057377Jy sigma=1.159631 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.016 mas, bmaj=15.72 mas, bpa=-5.702 degrees ! Estimated noise=0.937025 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000933786 Jy ! Component: 100 - total flux cleaned = 0.000932371 Jy ! Component: 150 - total flux cleaned = 0.000933226 Jy ! Component: 200 - total flux cleaned = 0.000950021 Jy ! Total flux subtracted in 200 components = 0.000950021 Jy ! Clean residual min=-0.003555 max=0.003380 Jy/beam ! Clean residual mean=0.000003 rms=0.001027 Jy/beam ! Combined flux in latest and established models = 0.351326 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.351326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057409Jy sigma=1.160207 ! Fit after self-cal, rms=0.057395Jy sigma=1.159984 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.000126996 Jy ! Component: 100 - total flux cleaned = 0.000128075 Jy ! Component: 150 - total flux cleaned = 0.000129742 Jy ! Component: 200 - total flux cleaned = 0.000130807 Jy ! Total flux subtracted in 200 components = 0.000130807 Jy ! Clean residual min=-0.003518 max=0.003320 Jy/beam ! Clean residual mean=0.000002 rms=0.001015 Jy/beam ! Combined flux in latest and established models = 0.351457 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 61 components and 0.351457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057430Jy sigma=1.160624 ! Fit after self-cal, rms=0.057423Jy sigma=1.160532 ! 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.788 mas, bmaj=6.917 mas, bpa=-3.551 degrees ! Estimated noise=0.683097 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.788 x 6.917 at -3.551 degrees (North through East) ! Clean map min=-0.0033614 max=0.31929 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.347 mas, bmaj=6.269 mas, bpa=-2.266 degrees ! Estimated noise=0.88084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.243934 Jy ! Component: 100 - total flux cleaned = 0.299427 Jy ! Component: 150 - total flux cleaned = 0.321552 Jy ! Component: 200 - total flux cleaned = 0.332387 Jy ! Total flux subtracted in 200 components = 0.332387 Jy ! Clean residual min=-0.005229 max=0.005902 Jy/beam ! Clean residual mean=0.000017 rms=0.001397 Jy/beam ! Combined flux in latest and established models = 0.332387 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.332387 Jy ! Inverting map and beam ! Estimated beam: bmin=2.788 mas, bmaj=6.917 mas, bpa=-3.551 degrees ! Estimated noise=0.683097 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.0087349 Jy ! Component: 100 - total flux cleaned = 0.0133466 Jy ! Component: 150 - total flux cleaned = 0.0158654 Jy ! Component: 200 - total flux cleaned = 0.017285 Jy ! Total flux subtracted in 200 components = 0.017285 Jy ! Clean residual min=-0.003718 max=0.003496 Jy/beam ! Clean residual mean=0.000003 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.349672 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 32 components and 0.349672 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.016 mas, bmaj=15.72 mas, bpa=-5.702 degrees ! Estimated noise=0.937025 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192497 Jy ! Component: 100 - total flux cleaned = 0.00192697 Jy ! Component: 150 - total flux cleaned = 0.00193 Jy ! Component: 200 - total flux cleaned = 0.00193536 Jy ! Total flux subtracted in 200 components = 0.00193536 Jy ! Clean residual min=-0.003512 max=0.003321 Jy/beam ! Clean residual mean=0.000002 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.351608 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 = 1.59716e-05 Jy ! Component: 100 - total flux cleaned = 1.63189e-05 Jy ! Component: 150 - total flux cleaned = 2.9038e-05 Jy ! Component: 200 - total flux cleaned = 3.01161e-05 Jy ! Total flux subtracted in 200 components = 3.01161e-05 Jy ! Clean residual min=-0.003499 max=0.003199 Jy/beam ! Clean residual mean=0.000002 rms=0.001003 Jy/beam ! Combined flux in latest and established models = 0.351638 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 42 components and 0.351638 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.788 mas, bmaj=6.917 mas, bpa=-3.551 degrees ! Estimated noise=0.683097 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00126132 Jy ! Component: 100 - total flux cleaned = -0.00114657 Jy ! Component: 150 - total flux cleaned = -0.00106373 Jy ! Component: 200 - total flux cleaned = -0.000992824 Jy ! Total flux subtracted in 200 components = -0.000992824 Jy ! Clean residual min=-0.003626 max=0.003484 Jy/beam ! Clean residual mean=0.000002 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.350645 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 56 components and 0.350645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057378Jy sigma=1.159683 ! Fit after self-cal, rms=0.057382Jy sigma=1.159650 wmodel /J0619-1140_S_map.mod ! wmodel: Unable to open new model file: /J0619-1140_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219a_uvs/J0619-1140_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.788 x 6.917 at -3.551 degrees (North through East) ! Clean map min=-0.0034779 max=0.31869 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0619-1140_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.318687 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000814587 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.766821 0.766821 1.53364 3.06729 6.13457 12.2691 24.5383 49.0766 98.1531 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0024 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.318 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 391.225 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0619-1140_S_dfm.log closed on Thu May 19 23:54:33 2016