! Started logfile: /scr/pima/bg219a_uvs/J0340-0254_S_dfm.log on Thu May 19 23:50: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/bg219a_uvs/J0340-0254_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0340-0254_S_uva.fits ! AN table 1: 52 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.833333 visibilities/baseline/integration-bin. ! Found source: J0340-0254 ! ! 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 2600 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 J0340-0254_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 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.019261Jy sigma=22.903729 ! Fit after self-cal, rms=0.837958Jy sigma=18.825046 ! 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.555 mas, bmaj=7.102 mas, bpa=-7.397 degrees ! Estimated noise=0.931611 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.123617 Jy ! Component: 100 - total flux cleaned = 0.151833 Jy ! Total flux subtracted in 100 components = 0.151833 Jy ! Clean residual min=-0.012460 max=0.025441 Jy/beam ! Clean residual mean=-0.000074 rms=0.003817 Jy/beam ! Combined flux in latest and established models = 0.151833 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.151833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083888Jy sigma=1.478983 ! Fit after self-cal, rms=0.083883Jy sigma=1.478818 ! Inverting map ! Added new window around map position (6, 5.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0206404 Jy ! Component: 100 - total flux cleaned = 0.0299981 Jy ! Total flux subtracted in 100 components = 0.0299981 Jy ! Clean residual min=-0.009136 max=0.009987 Jy/beam ! Clean residual mean=-0.000023 rms=0.002322 Jy/beam ! Combined flux in latest and established models = 0.181831 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 21 components and 0.181831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078173Jy sigma=1.310621 ! Fit after self-cal, rms=0.077415Jy sigma=1.290425 ! 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.211 mas, bmaj=8.289 mas, bpa=-8.084 degrees ! Estimated noise=0.66176 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.0105393 Jy ! Component: 100 - total flux cleaned = 0.0161304 Jy ! Component: 150 - total flux cleaned = 0.0194299 Jy ! Component: 200 - total flux cleaned = 0.020254 Jy ! Total flux subtracted in 200 components = 0.020254 Jy ! Clean residual min=-0.004749 max=0.006392 Jy/beam ! Clean residual mean=0.000012 rms=0.001378 Jy/beam ! Combined flux in latest and established models = 0.202086 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 33 components and 0.202086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075852Jy sigma=1.248284 ! Fit after self-cal, rms=0.075657Jy sigma=1.243020 ! 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.211 x 8.289 at -8.084 degrees (North through East) ! Clean map min=-0.0041258 max=0.15677 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.02 NL 1.00 OV 1.01 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 0.99 NL 1.05 OV 0.99 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 1.01 NL 1.04 OV 0.97 ! PT 1.01 SC 0.93 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 0.98 NL 1.04 OV 0.89 ! PT 1.03 SC 0.88 ! ! ! Fit before self-cal, rms=0.075657Jy sigma=1.243020 ! Fit after self-cal, rms=0.071641Jy sigma=1.232018 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.188 mas, bmaj=8.185 mas, bpa=-7.342 degrees ! Estimated noise=0.658314 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.00267274 Jy ! Component: 100 - total flux cleaned = 0.00274683 Jy ! Component: 150 - total flux cleaned = 0.00253898 Jy ! Component: 200 - total flux cleaned = 0.00237144 Jy ! Total flux subtracted in 200 components = 0.00237144 Jy ! Clean residual min=-0.003764 max=0.004034 Jy/beam ! Clean residual mean=0.000009 rms=0.000935 Jy/beam ! Combined flux in latest and established models = 0.204457 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 40 components and 0.204457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071497Jy sigma=1.228422 ! Fit after self-cal, rms=0.071461Jy sigma=1.227776 ! 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.071461Jy sigma=1.227776 ! Fit after self-cal, rms=0.071548Jy sigma=1.221572 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.187 mas, bmaj=8.156 mas, bpa=-7.197 degrees ! Estimated noise=0.661958 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00167905 Jy ! Component: 100 - total flux cleaned = 0.00195932 Jy ! Component: 150 - total flux cleaned = 0.00219001 Jy ! Component: 200 - total flux cleaned = 0.00238343 Jy ! Total flux subtracted in 200 components = 0.00238343 Jy ! Clean residual min=-0.003462 max=0.002972 Jy/beam ! Clean residual mean=0.000020 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.20684 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 54 components and 0.20684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071479Jy sigma=1.220449 ! Fit after self-cal, rms=0.071479Jy sigma=1.220238 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.000323668 Jy ! Component: 100 - total flux cleaned = 0.000401863 Jy ! Component: 150 - total flux cleaned = 0.000401819 Jy ! Component: 200 - total flux cleaned = 0.000401744 Jy ! Total flux subtracted in 200 components = 0.000401744 Jy ! Clean residual min=-0.003425 max=0.002802 Jy/beam ! Clean residual mean=0.000021 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.207242 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 64 components and 0.207242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071456Jy sigma=1.219889 ! Fit after self-cal, rms=0.071454Jy sigma=1.219813 ! 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.071454Jy sigma=1.219813 ! Fit after self-cal, rms=0.071571Jy sigma=1.219355 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.182 mas, bmaj=8.142 mas, bpa=-7.189 degrees ! Estimated noise=0.665117 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117953 Jy ! Component: 100 - total flux cleaned = 0.00144901 Jy ! Component: 150 - total flux cleaned = 0.00167068 Jy ! Component: 200 - total flux cleaned = 0.00183466 Jy ! Total flux subtracted in 200 components = 0.00183466 Jy ! Clean residual min=-0.003410 max=0.002659 Jy/beam ! Clean residual mean=0.000018 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.209077 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 65 components and 0.209077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071527Jy sigma=1.218959 ! Fit after self-cal, rms=0.071523Jy sigma=1.218902 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.000157067 Jy ! Component: 100 - total flux cleaned = 0.000267351 Jy ! Component: 150 - total flux cleaned = 0.00032979 Jy ! Component: 200 - total flux cleaned = 0.00034349 Jy ! Total flux subtracted in 200 components = 0.00034349 Jy ! Clean residual min=-0.003384 max=0.002573 Jy/beam ! Clean residual mean=0.000019 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.20942 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 69 components and 0.20942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071510Jy sigma=1.218764 ! Fit after self-cal, rms=0.071510Jy sigma=1.218733 ! 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.071510Jy sigma=1.218733 ! Fit after self-cal, rms=0.071665Jy sigma=1.218387 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.377 mas, bmaj=18.49 mas, bpa=-14.24 degrees ! Estimated noise=0.885938 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00131889 Jy ! Component: 100 - total flux cleaned = 0.00170365 Jy ! Component: 150 - total flux cleaned = 0.00174975 Jy ! Component: 200 - total flux cleaned = 0.00177633 Jy ! Total flux subtracted in 200 components = 0.00177633 Jy ! Clean residual min=-0.003119 max=0.003355 Jy/beam ! Clean residual mean=0.000037 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.211197 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 82 components and 0.211197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071641Jy sigma=1.218243 ! Fit after self-cal, rms=0.071639Jy sigma=1.218220 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.30625e-05 Jy ! Component: 100 - total flux cleaned = 4.64761e-05 Jy ! Component: 150 - total flux cleaned = 4.71366e-05 Jy ! Component: 200 - total flux cleaned = 3.7675e-05 Jy ! Total flux subtracted in 200 components = 3.7675e-05 Jy ! Clean residual min=-0.003145 max=0.003379 Jy/beam ! Clean residual mean=0.000037 rms=0.000999 Jy/beam ! Combined flux in latest and established models = 0.211234 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 86 components and 0.211234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071632Jy sigma=1.218192 ! Fit after self-cal, rms=0.071631Jy sigma=1.218182 ! 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.178 mas, bmaj=8.135 mas, bpa=-7.211 degrees ! Estimated noise=0.668585 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.178 x 8.135 at -7.211 degrees (North through East) ! Clean map min=-0.0033439 max=0.15836 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.531 mas, bmaj=7.002 mas, bpa=-6.594 degrees ! Estimated noise=0.930397 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.12284 Jy ! Component: 100 - total flux cleaned = 0.159975 Jy ! Component: 150 - total flux cleaned = 0.176595 Jy ! Component: 200 - total flux cleaned = 0.186862 Jy ! Total flux subtracted in 200 components = 0.186862 Jy ! Clean residual min=-0.006903 max=0.006127 Jy/beam ! Clean residual mean=-0.000025 rms=0.001788 Jy/beam ! Combined flux in latest and established models = 0.186862 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.186862 Jy ! Inverting map and beam ! Estimated beam: bmin=3.178 mas, bmaj=8.135 mas, bpa=-7.211 degrees ! Estimated noise=0.668585 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.0105118 Jy ! Component: 100 - total flux cleaned = 0.0168384 Jy ! Component: 150 - total flux cleaned = 0.0206718 Jy ! Component: 200 - total flux cleaned = 0.0226217 Jy ! Total flux subtracted in 200 components = 0.0226217 Jy ! Clean residual min=-0.003735 max=0.003047 Jy/beam ! Clean residual mean=0.000014 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.209484 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 41 components and 0.209484 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.377 mas, bmaj=18.49 mas, bpa=-14.24 degrees ! Estimated noise=0.885938 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00181411 Jy ! Component: 100 - total flux cleaned = 0.00201738 Jy ! Component: 150 - total flux cleaned = 0.00210073 Jy ! Component: 200 - total flux cleaned = 0.00213923 Jy ! Total flux subtracted in 200 components = 0.00213923 Jy ! Clean residual min=-0.003332 max=0.003290 Jy/beam ! Clean residual mean=0.000042 rms=0.001074 Jy/beam ! Combined flux in latest and established models = 0.211623 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 = 6.38325e-05 Jy ! Component: 100 - total flux cleaned = 9.14102e-05 Jy ! Component: 150 - total flux cleaned = 0.000117082 Jy ! Component: 200 - total flux cleaned = 0.000117003 Jy ! Total flux subtracted in 200 components = 0.000117003 Jy ! Clean residual min=-0.003260 max=0.003340 Jy/beam ! Clean residual mean=0.000042 rms=0.001035 Jy/beam ! Combined flux in latest and established models = 0.21174 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 57 components and 0.21174 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.178 mas, bmaj=8.135 mas, bpa=-7.211 degrees ! Estimated noise=0.668585 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000344072 Jy ! Component: 100 - total flux cleaned = -0.000383803 Jy ! Component: 150 - total flux cleaned = -0.000349561 Jy ! Component: 200 - total flux cleaned = -0.000349441 Jy ! Total flux subtracted in 200 components = -0.000349441 Jy ! Clean residual min=-0.003514 max=0.002662 Jy/beam ! Clean residual mean=0.000019 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.211391 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.211391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071665Jy sigma=1.218722 ! Fit after self-cal, rms=0.071661Jy sigma=1.218589 wmodel /J0340-0254_S_map.mod ! wmodel: Unable to open new model file: /J0340-0254_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219a_uvs/J0340-0254_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.178 x 8.135 at -7.211 degrees (North through East) ! Clean map min=-0.0034537 max=0.15792 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0340-0254_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.157916 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000762437 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.44844 1.44844 2.89688 5.79376 11.5875 23.175 46.3501 92.7002 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.157 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 207.119 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0340-0254_S_dfm.log closed on Thu May 19 23:50:29 2016