! Started logfile: /scr/pima/bg219i_uvs/J0932-2016_S_dfm.log on Thu May 19 23:13:27 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/J0932-2016_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J0932-2016_S_uva.fits ! AN table 1: 52 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0932-2016 ! ! 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 9360 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 J0932-2016_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 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.042075Jy sigma=19.870817 ! Fit after self-cal, rms=0.724167Jy sigma=13.871178 ! 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.428 mas, bmaj=6.312 mas, bpa=-3.489 degrees ! Estimated noise=0.526931 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.204657 Jy ! Component: 100 - total flux cleaned = 0.25823 Jy ! Total flux subtracted in 100 components = 0.25823 Jy ! Clean residual min=-0.009285 max=0.023064 Jy/beam ! Clean residual mean=0.000022 rms=0.002583 Jy/beam ! Combined flux in latest and established models = 0.25823 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.25823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090588Jy sigma=1.653867 ! Fit after self-cal, rms=0.090544Jy sigma=1.653348 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0260515 Jy ! Component: 100 - total flux cleaned = 0.0415346 Jy ! Total flux subtracted in 100 components = 0.0415346 Jy ! Clean residual min=-0.006728 max=0.007994 Jy/beam ! Clean residual mean=0.000022 rms=0.001639 Jy/beam ! Combined flux in latest and established models = 0.299764 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 26 components and 0.299764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079169Jy sigma=1.435488 ! Fit after self-cal, rms=0.079087Jy sigma=1.434627 ! 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.958 mas, bmaj=7.546 mas, bpa=-3.763 degrees ! Estimated noise=0.405064 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.0142331 Jy ! Component: 100 - total flux cleaned = 0.0216427 Jy ! Component: 150 - total flux cleaned = 0.0257323 Jy ! Component: 200 - total flux cleaned = 0.02803 Jy ! Total flux subtracted in 200 components = 0.02803 Jy ! Clean residual min=-0.004777 max=0.004889 Jy/beam ! Clean residual mean=0.000027 rms=0.001385 Jy/beam ! Combined flux in latest and established models = 0.327794 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 52 components and 0.327794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076592Jy sigma=1.386458 ! Fit after self-cal, rms=0.076553Jy sigma=1.386149 ! 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.958 x 7.546 at -3.763 degrees (North through East) ! Clean map min=-0.0047525 max=0.27244 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.00 FD 0.95 HN 1.07 KP 0.99 ! LA 0.99 MK 1.01 NL 1.01 OV 0.99 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.90 HN 1.10 KP 0.99 ! LA 0.99 MK 1.02 NL 1.04 OV 0.98 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.97 HN 1.10 KP 0.99 ! LA 0.99 MK 1.03 NL 0.98 OV 0.99 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 1.04 KP 0.96 ! LA 0.99 MK 1.02 NL 1.01 OV 1.00 ! PT 1.07 SC 0.99 ! ! ! Fit before self-cal, rms=0.076553Jy sigma=1.386149 ! Fit after self-cal, rms=0.075050Jy sigma=1.359503 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.979 mas, bmaj=7.544 mas, bpa=-3.372 degrees ! Estimated noise=0.405871 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 = -1.76151e-05 Jy ! Component: 100 - total flux cleaned = -8.27775e-05 Jy ! Component: 150 - total flux cleaned = -0.000127614 Jy ! Component: 200 - total flux cleaned = -0.000198046 Jy ! Total flux subtracted in 200 components = -0.000198046 Jy ! Clean residual min=-0.004745 max=0.004374 Jy/beam ! Clean residual mean=0.000017 rms=0.001153 Jy/beam ! Combined flux in latest and established models = 0.327596 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 66 components and 0.327596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074951Jy sigma=1.358069 ! Fit after self-cal, rms=0.074966Jy sigma=1.357903 ! 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.074966Jy sigma=1.357903 ! Fit after self-cal, rms=0.073574Jy sigma=1.316112 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.983 mas, bmaj=7.548 mas, bpa=-3.39 degrees ! Estimated noise=0.406369 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.70694e-05 Jy ! Component: 100 - total flux cleaned = 3.97327e-05 Jy ! Component: 150 - total flux cleaned = 1.25008e-05 Jy ! Component: 200 - total flux cleaned = -1.24314e-05 Jy ! Total flux subtracted in 200 components = -1.24314e-05 Jy ! Clean residual min=-0.002299 max=0.002315 Jy/beam ! Clean residual mean=0.000001 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.327584 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 72 components and 0.327584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073549Jy sigma=1.315490 ! Fit after self-cal, rms=0.073561Jy sigma=1.315355 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 = -1.71614e-06 Jy ! Component: 100 - total flux cleaned = 1.94773e-05 Jy ! Component: 150 - total flux cleaned = 2.01866e-05 Jy ! Component: 200 - total flux cleaned = 1.99402e-05 Jy ! Total flux subtracted in 200 components = 1.99402e-05 Jy ! Clean residual min=-0.002336 max=0.002243 Jy/beam ! Clean residual mean=0.000001 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.327604 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 74 components and 0.327604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073550Jy sigma=1.315091 ! Fit after self-cal, rms=0.073547Jy sigma=1.315055 ! 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.073547Jy sigma=1.315055 ! Fit after self-cal, rms=0.073683Jy sigma=1.314780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.985 mas, bmaj=7.546 mas, bpa=-3.411 degrees ! Estimated noise=0.406509 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.76901e-05 Jy ! Component: 100 - total flux cleaned = -0.000138702 Jy ! Component: 150 - total flux cleaned = -0.000174391 Jy ! Component: 200 - total flux cleaned = -0.000174818 Jy ! Total flux subtracted in 200 components = -0.000174818 Jy ! Clean residual min=-0.002348 max=0.002228 Jy/beam ! Clean residual mean=-0.000000 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.327429 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 76 components and 0.327429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073674Jy sigma=1.314550 ! Fit after self-cal, rms=0.073674Jy sigma=1.314530 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 = -1.91133e-06 Jy ! Component: 100 - total flux cleaned = 1.27299e-05 Jy ! Component: 150 - total flux cleaned = -6.71385e-07 Jy ! Component: 200 - total flux cleaned = -4.15564e-07 Jy ! Total flux subtracted in 200 components = -4.15564e-07 Jy ! Clean residual min=-0.002361 max=0.002186 Jy/beam ! Clean residual mean=-0.000001 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.327428 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 78 components and 0.327428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073670Jy sigma=1.314408 ! Fit after self-cal, rms=0.073669Jy sigma=1.314397 ! 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.073669Jy sigma=1.314397 ! Fit after self-cal, rms=0.073702Jy sigma=1.314366 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.423 mas, bmaj=15.86 mas, bpa=3.668 degrees ! Estimated noise=0.542569 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000364446 Jy ! Component: 100 - total flux cleaned = -0.000381161 Jy ! Component: 150 - total flux cleaned = -0.000396017 Jy ! Component: 200 - total flux cleaned = -0.000402712 Jy ! Total flux subtracted in 200 components = -0.000402712 Jy ! Clean residual min=-0.002415 max=0.002767 Jy/beam ! Clean residual mean=-0.000002 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.327026 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 78 components and 0.327026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073702Jy sigma=1.314322 ! Fit after self-cal, rms=0.073700Jy sigma=1.314313 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 = -1.52447e-05 Jy ! Component: 100 - total flux cleaned = -1.55929e-05 Jy ! Component: 150 - total flux cleaned = -2.83145e-05 Jy ! Component: 200 - total flux cleaned = -3.40855e-05 Jy ! Total flux subtracted in 200 components = -3.40855e-05 Jy ! Clean residual min=-0.002420 max=0.002762 Jy/beam ! Clean residual mean=-0.000002 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.326992 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 78 components and 0.326992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073700Jy sigma=1.314270 ! Fit after self-cal, rms=0.073699Jy sigma=1.314263 ! 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.986 mas, bmaj=7.545 mas, bpa=-3.417 degrees ! Estimated noise=0.4066 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.986 x 7.545 at -3.417 degrees (North through East) ! Clean map min=-0.0022579 max=0.27307 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.443 mas, bmaj=6.291 mas, bpa=-3.212 degrees ! Estimated noise=0.531355 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.206248 Jy ! Component: 100 - total flux cleaned = 0.260309 Jy ! Component: 150 - total flux cleaned = 0.286642 Jy ! Component: 200 - total flux cleaned = 0.301988 Jy ! Total flux subtracted in 200 components = 0.301988 Jy ! Clean residual min=-0.004406 max=0.008268 Jy/beam ! Clean residual mean=0.000002 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.301988 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.301988 Jy ! Inverting map and beam ! Estimated beam: bmin=2.986 mas, bmaj=7.545 mas, bpa=-3.417 degrees ! Estimated noise=0.4066 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.0120535 Jy ! Component: 100 - total flux cleaned = 0.0180531 Jy ! Component: 150 - total flux cleaned = 0.0212504 Jy ! Component: 200 - total flux cleaned = 0.0230209 Jy ! Total flux subtracted in 200 components = 0.0230209 Jy ! Clean residual min=-0.002145 max=0.002099 Jy/beam ! Clean residual mean=-0.000002 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.325009 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 49 components and 0.325009 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.423 mas, bmaj=15.86 mas, bpa=3.668 degrees ! Estimated noise=0.542569 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119558 Jy ! Component: 100 - total flux cleaned = 0.00158566 Jy ! Component: 150 - total flux cleaned = 0.00161229 Jy ! Component: 200 - total flux cleaned = 0.00162915 Jy ! Total flux subtracted in 200 components = 0.00162915 Jy ! Clean residual min=-0.002405 max=0.002732 Jy/beam ! Clean residual mean=-0.000003 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.326638 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 = 2.41629e-05 Jy ! Component: 100 - total flux cleaned = 3.93106e-05 Jy ! Component: 150 - total flux cleaned = 6.08878e-05 Jy ! Component: 200 - total flux cleaned = 7.44792e-05 Jy ! Total flux subtracted in 200 components = 7.44792e-05 Jy ! Clean residual min=-0.002413 max=0.002735 Jy/beam ! Clean residual mean=-0.000003 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.326713 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 54 components and 0.326713 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.986 mas, bmaj=7.545 mas, bpa=-3.417 degrees ! Estimated noise=0.4066 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000211136 Jy ! Component: 100 - total flux cleaned = -6.26933e-05 Jy ! Component: 150 - total flux cleaned = 3.70702e-05 Jy ! Component: 200 - total flux cleaned = 0.000138939 Jy ! Total flux subtracted in 200 components = 0.000138939 Jy ! Clean residual min=-0.002140 max=0.002106 Jy/beam ! Clean residual mean=-0.000001 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.326851 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 59 components and 0.326851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073701Jy sigma=1.314431 ! Fit after self-cal, rms=0.073700Jy sigma=1.314402 wmodel /J0932-2016_S_map.mod ! wmodel: Unable to open new model file: /J0932-2016_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219i_uvs/J0932-2016_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.986 x 7.545 at -3.417 degrees (North through East) ! Clean map min=-0.0021006 max=0.27349 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J0932-2016_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.273485 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000533287 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.58499 0.58499 1.16998 2.33996 4.67992 9.35984 18.7197 37.4393 74.8787 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.273 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 512.829 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J0932-2016_S_dfm.log closed on Thu May 19 23:13:30 2016