! Started logfile: /scr/pima/bg219e_uvs/J1010+0803_S_dfm.log on Thu May 19 18:34:11 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/J1010+0803_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J1010+0803_S_uva.fits ! AN table 1: 61 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.804372 visibilities/baseline/integration-bin. ! Found source: J1010+0803 ! ! 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 8832 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 J1010+0803_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 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000272Jy sigma=21.102719 ! Fit after self-cal, rms=0.907481Jy sigma=19.074615 ! 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=3.041 mas, bmaj=6.47 mas, bpa=-0.8015 degrees ! Estimated noise=0.600015 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.0733426 Jy ! Component: 100 - total flux cleaned = 0.0894922 Jy ! Total flux subtracted in 100 components = 0.0894922 Jy ! Clean residual min=-0.003443 max=0.005134 Jy/beam ! Clean residual mean=-0.000002 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.0894922 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0894922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067730Jy sigma=1.354975 ! Fit after self-cal, rms=0.067713Jy sigma=1.354550 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.005243 Jy ! Component: 100 - total flux cleaned = 0.00769676 Jy ! Total flux subtracted in 100 components = 0.00769676 Jy ! Clean residual min=-0.002981 max=0.003048 Jy/beam ! Clean residual mean=0.000002 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.097189 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 20 components and 0.097189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067308Jy sigma=1.345900 ! Fit after self-cal, rms=0.067305Jy sigma=1.345735 ! 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.758 mas, bmaj=7.533 mas, bpa=0.5161 degrees ! Estimated noise=0.384533 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.00115551 Jy ! Component: 100 - total flux cleaned = 0.00133113 Jy ! Component: 150 - total flux cleaned = 0.00144039 Jy ! Component: 200 - total flux cleaned = 0.00150146 Jy ! Total flux subtracted in 200 components = 0.00150146 Jy ! Clean residual min=-0.002484 max=0.002234 Jy/beam ! Clean residual mean=-0.000002 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.0986905 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 32 components and 0.0986905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067255Jy sigma=1.344647 ! Fit after self-cal, rms=0.067254Jy sigma=1.344604 ! 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.758 x 7.533 at 0.5161 degrees (North through East) ! Clean map min=-0.0024476 max=0.094887 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.11 FD 1.06 HN 0.96 KP 0.98 ! LA 0.99 MK 1.11 NL 0.97 OV 1.05 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.04 HN 0.98 KP 0.99 ! LA 0.94 MK 1.07 NL 1.03 OV 1.03 ! PT 0.95 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 0.93 KP 1.01 ! LA 0.98 MK 1.09 NL 1.01 OV 1.00 ! PT 0.97 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 0.91 KP 0.95 ! LA 1.02 MK 1.03 NL 0.95 OV 0.98 ! PT 1.01 SC 1.00 ! ! ! Fit before self-cal, rms=0.067254Jy sigma=1.344604 ! Fit after self-cal, rms=0.067230Jy sigma=1.339750 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.788 mas, bmaj=7.591 mas, bpa=0.8689 degrees ! Estimated noise=0.384985 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.000534795 Jy ! Component: 100 - total flux cleaned = -0.000498904 Jy ! Component: 150 - total flux cleaned = -0.000483264 Jy ! Component: 200 - total flux cleaned = -0.000469181 Jy ! Total flux subtracted in 200 components = -0.000469181 Jy ! Clean residual min=-0.002217 max=0.002157 Jy/beam ! Clean residual mean=0.000001 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.0982213 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 38 components and 0.0982213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067218Jy sigma=1.339557 ! Fit after self-cal, rms=0.067230Jy sigma=1.339407 ! 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.067230Jy sigma=1.339407 ! Fit after self-cal, rms=0.067897Jy sigma=1.336694 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.798 mas, bmaj=7.58 mas, bpa=1.043 degrees ! Estimated noise=0.385094 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000345014 Jy ! Component: 100 - total flux cleaned = -0.000345752 Jy ! Component: 150 - total flux cleaned = -0.000346831 Jy ! Component: 200 - total flux cleaned = -0.000347485 Jy ! Total flux subtracted in 200 components = -0.000347485 Jy ! Clean residual min=-0.002184 max=0.001875 Jy/beam ! Clean residual mean=0.000001 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.0978738 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 43 components and 0.0978738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067888Jy sigma=1.336530 ! Fit after self-cal, rms=0.067905Jy sigma=1.336439 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 = 2.90862e-06 Jy ! Component: 100 - total flux cleaned = 2.49756e-06 Jy ! Component: 150 - total flux cleaned = -8.15615e-06 Jy ! Component: 200 - total flux cleaned = -1.77466e-05 Jy ! Total flux subtracted in 200 components = -1.77466e-05 Jy ! Clean residual min=-0.002179 max=0.001873 Jy/beam ! Clean residual mean=0.000001 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.097856 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 45 components and 0.097856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067901Jy sigma=1.336373 ! Fit after self-cal, rms=0.067900Jy sigma=1.336361 ! 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.067900Jy sigma=1.336361 ! Fit after self-cal, rms=0.068045Jy sigma=1.336324 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.799 mas, bmaj=7.582 mas, bpa=0.9859 degrees ! Estimated noise=0.385322 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000214211 Jy ! Component: 100 - total flux cleaned = -0.000226386 Jy ! Component: 150 - total flux cleaned = -0.000226389 Jy ! Component: 200 - total flux cleaned = -0.000236165 Jy ! Total flux subtracted in 200 components = -0.000236165 Jy ! Clean residual min=-0.002177 max=0.001834 Jy/beam ! Clean residual mean=0.000001 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.0976199 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 45 components and 0.0976199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068041Jy sigma=1.336262 ! Fit after self-cal, rms=0.068042Jy sigma=1.336254 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.14286e-06 Jy ! Component: 100 - total flux cleaned = -1.16566e-05 Jy ! Component: 150 - total flux cleaned = -3.44937e-05 Jy ! Component: 200 - total flux cleaned = -4.85097e-05 Jy ! Total flux subtracted in 200 components = -4.85097e-05 Jy ! Clean residual min=-0.002169 max=0.001822 Jy/beam ! Clean residual mean=0.000001 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.0975714 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 48 components and 0.0975714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068040Jy sigma=1.336223 ! Fit after self-cal, rms=0.068039Jy sigma=1.336218 ! 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.068039Jy sigma=1.336218 ! Fit after self-cal, rms=0.068128Jy sigma=1.336204 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.074 mas, bmaj=11.23 mas, bpa=5.22 degrees ! Estimated noise=0.460654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000265541 Jy ! Component: 100 - total flux cleaned = -0.000313628 Jy ! Component: 150 - total flux cleaned = -0.000360911 Jy ! Component: 200 - total flux cleaned = -0.000379393 Jy ! Total flux subtracted in 200 components = -0.000379393 Jy ! Clean residual min=-0.002750 max=0.002188 Jy/beam ! Clean residual mean=0.000001 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.097192 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 54 components and 0.097192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068130Jy sigma=1.336269 ! Fit after self-cal, rms=0.068127Jy sigma=1.336249 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.43932e-05 Jy ! Component: 100 - total flux cleaned = 5.32217e-05 Jy ! Component: 150 - total flux cleaned = 4.63342e-05 Jy ! Component: 200 - total flux cleaned = 4.03633e-05 Jy ! Total flux subtracted in 200 components = 4.03633e-05 Jy ! Clean residual min=-0.002767 max=0.002191 Jy/beam ! Clean residual mean=0.000001 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.0972323 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 57 components and 0.0972323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068130Jy sigma=1.336320 ! Fit after self-cal, rms=0.068128Jy sigma=1.336313 ! 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.801 mas, bmaj=7.586 mas, bpa=0.964 degrees ! Estimated noise=0.385514 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.801 x 7.586 at 0.964 degrees (North through East) ! Clean map min=-0.0021576 max=0.095363 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=3.078 mas, bmaj=6.481 mas, bpa=-0.3652 degrees ! Estimated noise=0.602132 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0735184 Jy ! Component: 100 - total flux cleaned = 0.0898693 Jy ! Component: 150 - total flux cleaned = 0.0944815 Jy ! Component: 200 - total flux cleaned = 0.0968069 Jy ! Total flux subtracted in 200 components = 0.0968069 Jy ! Clean residual min=-0.003015 max=0.002674 Jy/beam ! Clean residual mean=0.000003 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.0968069 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.0968069 Jy ! Inverting map and beam ! Estimated beam: bmin=3.801 mas, bmaj=7.586 mas, bpa=0.964 degrees ! Estimated noise=0.385514 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.00108643 Jy ! Component: 100 - total flux cleaned = 0.0010846 Jy ! Component: 150 - total flux cleaned = 0.00105437 Jy ! Component: 200 - total flux cleaned = 0.00100699 Jy ! Total flux subtracted in 200 components = 0.00100699 Jy ! Clean residual min=-0.002363 max=0.001935 Jy/beam ! Clean residual mean=0.000001 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.0978139 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 28 components and 0.0978139 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=8.074 mas, bmaj=11.23 mas, bpa=5.22 degrees ! Estimated noise=0.460654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000377287 Jy ! Component: 100 - total flux cleaned = -0.000408024 Jy ! Component: 150 - total flux cleaned = -0.000421542 Jy ! Component: 200 - total flux cleaned = -0.000445073 Jy ! Total flux subtracted in 200 components = -0.000445073 Jy ! Clean residual min=-0.002756 max=0.002195 Jy/beam ! Clean residual mean=0.000001 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.0973688 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.02572e-05 Jy ! Component: 100 - total flux cleaned = -2.00306e-05 Jy ! Component: 150 - total flux cleaned = -2.87143e-05 Jy ! Component: 200 - total flux cleaned = -3.71568e-05 Jy ! Total flux subtracted in 200 components = -3.71568e-05 Jy ! Clean residual min=-0.002753 max=0.002193 Jy/beam ! Clean residual mean=0.000001 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.0973317 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 43 components and 0.0973316 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.801 mas, bmaj=7.586 mas, bpa=0.964 degrees ! Estimated noise=0.385514 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000167284 Jy ! Component: 100 - total flux cleaned = 0.00020407 Jy ! Component: 150 - total flux cleaned = 0.000220775 Jy ! Component: 200 - total flux cleaned = 0.000192205 Jy ! Total flux subtracted in 200 components = 0.000192205 Jy ! Clean residual min=-0.002246 max=0.001912 Jy/beam ! Clean residual mean=0.000001 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.0975238 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.0975239 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068141Jy sigma=1.336494 ! Fit after self-cal, rms=0.068140Jy sigma=1.336425 wmodel /J1010+0803_S_map.mod ! wmodel: Unable to open new model file: /J1010+0803_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219e_uvs/J1010+0803_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.801 x 7.586 at 0.964 degrees (North through East) ! Clean map min=-0.0022213 max=0.095432 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J1010+0803_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0954317 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000517492 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.62679 1.62679 3.25358 6.50717 13.0143 26.0287 52.0573 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.095 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 184.412 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J1010+0803_S_dfm.log closed on Thu May 19 18:34:14 2016