! Started logfile: /scr/pima/bg219h_uvs/J1034-0211_S_dfm.log on Thu May 19 22:20:37 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/bg219h_uvs/J1034-0211_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J1034-0211_S_uva.fits ! AN table 1: 62 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.771326 visibilities/baseline/integration-bin. ! Found source: J1034-0211 ! ! 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 8608 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 J1034-0211_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 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.008918Jy sigma=23.616907 ! Fit after self-cal, rms=0.900918Jy sigma=21.066914 ! 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.746 mas, bmaj=6.812 mas, bpa=0.361 degrees ! Estimated noise=0.519974 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.0769038 Jy ! Component: 100 - total flux cleaned = 0.0960387 Jy ! Total flux subtracted in 100 components = 0.0960387 Jy ! Clean residual min=-0.003622 max=0.007295 Jy/beam ! Clean residual mean=0.000007 rms=0.001040 Jy/beam ! Combined flux in latest and established models = 0.0960387 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0960387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061143Jy sigma=1.370335 ! Fit after self-cal, rms=0.061133Jy sigma=1.369643 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00727903 Jy ! Component: 100 - total flux cleaned = 0.0103986 Jy ! Total flux subtracted in 100 components = 0.0103986 Jy ! Clean residual min=-0.003398 max=0.003576 Jy/beam ! Clean residual mean=0.000001 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.106437 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 13 components and 0.106437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060163Jy sigma=1.345338 ! Fit after self-cal, rms=0.060164Jy sigma=1.345065 ! 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.311 mas, bmaj=7.695 mas, bpa=0.5555 degrees ! Estimated noise=0.374549 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.00254048 Jy ! Component: 100 - total flux cleaned = 0.00356872 Jy ! Component: 150 - total flux cleaned = 0.00363227 Jy ! Component: 200 - total flux cleaned = 0.00357744 Jy ! Total flux subtracted in 200 components = 0.00357744 Jy ! Clean residual min=-0.002953 max=0.003625 Jy/beam ! Clean residual mean=-0.000005 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.110015 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 27 components and 0.110015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060062Jy sigma=1.342752 ! Fit after self-cal, rms=0.060062Jy sigma=1.342695 ! 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.311 x 7.695 at 0.5555 degrees (North through East) ! Clean map min=-0.0028468 max=0.10096 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 0.98 FD 1.00* HN 0.95 KP 0.94 ! LA 1.04 MK 1.00 NL 1.08 OV 0.96 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00* HN 0.96 KP 0.97 ! LA 1.06 MK 1.01 NL 1.11 OV 1.01 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00* HN 0.94 KP 0.99 ! LA 1.10 MK 1.00 NL 1.12 OV 0.96 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00* HN 0.97 KP 1.04 ! LA 1.07 MK 1.03 NL 0.98 OV 1.03 ! PT 0.97 SC 1.01 ! ! ! Fit before self-cal, rms=0.060062Jy sigma=1.342695 ! Fit after self-cal, rms=0.060568Jy sigma=1.333210 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.308 mas, bmaj=7.692 mas, bpa=0.5027 degrees ! Estimated noise=0.374553 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.000513921 Jy ! Component: 100 - total flux cleaned = 0.000607459 Jy ! Component: 150 - total flux cleaned = 0.000607768 Jy ! Component: 200 - total flux cleaned = 0.000635219 Jy ! Total flux subtracted in 200 components = 0.000635219 Jy ! Clean residual min=-0.002924 max=0.002693 Jy/beam ! Clean residual mean=-0.000003 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.11065 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.11065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060554Jy sigma=1.332988 ! Fit after self-cal, rms=0.060584Jy sigma=1.332766 ! 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.060584Jy sigma=1.332766 ! Fit after self-cal, rms=0.060544Jy sigma=1.319969 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.306 mas, bmaj=7.694 mas, bpa=0.5339 degrees ! Estimated noise=0.375786 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000592358 Jy ! Component: 100 - total flux cleaned = 0.000662445 Jy ! Component: 150 - total flux cleaned = 0.000686261 Jy ! Component: 200 - total flux cleaned = 0.000708678 Jy ! Total flux subtracted in 200 components = 0.000708678 Jy ! Clean residual min=-0.002211 max=0.002014 Jy/beam ! Clean residual mean=-0.000002 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.111359 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 38 components and 0.111359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060537Jy sigma=1.319796 ! Fit after self-cal, rms=0.060549Jy sigma=1.319539 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 = 7.20038e-05 Jy ! Component: 100 - total flux cleaned = 9.26181e-05 Jy ! Component: 150 - total flux cleaned = 0.000101769 Jy ! Component: 200 - total flux cleaned = 0.000102198 Jy ! Total flux subtracted in 200 components = 0.000102198 Jy ! Clean residual min=-0.002217 max=0.002018 Jy/beam ! Clean residual mean=-0.000002 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.111461 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.111461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060546Jy sigma=1.319460 ! Fit after self-cal, rms=0.060545Jy sigma=1.319453 ! 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.060545Jy sigma=1.319453 ! Fit after self-cal, rms=0.060626Jy sigma=1.319405 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.3 mas, bmaj=7.684 mas, bpa=0.5498 degrees ! Estimated noise=0.37647 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000455439 Jy ! Component: 100 - total flux cleaned = 0.000612589 Jy ! Component: 150 - total flux cleaned = 0.000628252 Jy ! Component: 200 - total flux cleaned = 0.000628177 Jy ! Total flux subtracted in 200 components = 0.000628177 Jy ! Clean residual min=-0.002200 max=0.002022 Jy/beam ! Clean residual mean=-0.000002 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.112089 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.112089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060622Jy sigma=1.319320 ! Fit after self-cal, rms=0.060622Jy sigma=1.319314 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.02875e-05 Jy ! Component: 100 - total flux cleaned = 5.03174e-05 Jy ! Component: 150 - total flux cleaned = 4.37891e-05 Jy ! Component: 200 - total flux cleaned = 4.39129e-05 Jy ! Total flux subtracted in 200 components = 4.39129e-05 Jy ! Clean residual min=-0.002197 max=0.002025 Jy/beam ! Clean residual mean=-0.000002 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.112133 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 43 components and 0.112133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060621Jy sigma=1.319278 ! Fit after self-cal, rms=0.060620Jy sigma=1.319276 ! 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.060620Jy sigma=1.319276 ! Fit after self-cal, rms=0.060691Jy sigma=1.319246 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.13 mas, bmaj=12.27 mas, bpa=-1.003 degrees ! Estimated noise=0.478585 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00018984 Jy ! Component: 100 - total flux cleaned = 0.000249607 Jy ! Component: 150 - total flux cleaned = 0.0002941 Jy ! Component: 200 - total flux cleaned = 0.000311833 Jy ! Total flux subtracted in 200 components = 0.000311833 Jy ! Clean residual min=-0.002008 max=0.002308 Jy/beam ! Clean residual mean=-0.000004 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.112445 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 56 components and 0.112445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060694Jy sigma=1.319234 ! Fit after self-cal, rms=0.060690Jy sigma=1.319172 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.9763e-06 Jy ! Component: 100 - total flux cleaned = 5.35768e-06 Jy ! Component: 150 - total flux cleaned = 1.43818e-05 Jy ! Component: 200 - total flux cleaned = 2.16297e-05 Jy ! Total flux subtracted in 200 components = 2.16297e-05 Jy ! Clean residual min=-0.002007 max=0.002304 Jy/beam ! Clean residual mean=-0.000004 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.112466 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 66 components and 0.112466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060694Jy sigma=1.319206 ! Fit after self-cal, rms=0.060691Jy sigma=1.319152 ! 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.295 mas, bmaj=7.674 mas, bpa=0.5768 degrees ! Estimated noise=0.377159 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.295 x 7.674 at 0.5768 degrees (North through East) ! Clean map min=-0.0021002 max=0.10137 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.739 mas, bmaj=6.796 mas, bpa=0.4887 degrees ! Estimated noise=0.521557 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0770749 Jy ! Component: 100 - total flux cleaned = 0.0967091 Jy ! Component: 150 - total flux cleaned = 0.104205 Jy ! Component: 200 - total flux cleaned = 0.107692 Jy ! Total flux subtracted in 200 components = 0.107692 Jy ! Clean residual min=-0.002622 max=0.002522 Jy/beam ! Clean residual mean=0.000001 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.107692 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.107692 Jy ! Inverting map and beam ! Estimated beam: bmin=3.295 mas, bmaj=7.674 mas, bpa=0.5768 degrees ! Estimated noise=0.377159 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.00297881 Jy ! Component: 100 - total flux cleaned = 0.0043316 Jy ! Component: 150 - total flux cleaned = 0.00501365 Jy ! Component: 200 - total flux cleaned = 0.00505139 Jy ! Total flux subtracted in 200 components = 0.00505139 Jy ! Clean residual min=-0.002191 max=0.002068 Jy/beam ! Clean residual mean=-0.000002 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.112743 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 32 components and 0.112743 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.13 mas, bmaj=12.27 mas, bpa=-1.003 degrees ! Estimated noise=0.478585 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000211715 Jy ! Component: 100 - total flux cleaned = -0.000228492 Jy ! Component: 150 - total flux cleaned = -0.00022731 Jy ! Component: 200 - total flux cleaned = -0.000226901 Jy ! Total flux subtracted in 200 components = -0.000226901 Jy ! Clean residual min=-0.001996 max=0.002298 Jy/beam ! Clean residual mean=-0.000005 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.112516 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 = -4.06706e-07 Jy ! Component: 100 - total flux cleaned = -2.59759e-07 Jy ! Component: 150 - total flux cleaned = -6.87125e-06 Jy ! Component: 200 - total flux cleaned = -6.44294e-06 Jy ! Total flux subtracted in 200 components = -6.44294e-06 Jy ! Clean residual min=-0.001987 max=0.002299 Jy/beam ! Clean residual mean=-0.000005 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.11251 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 45 components and 0.11251 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.295 mas, bmaj=7.674 mas, bpa=0.5768 degrees ! Estimated noise=0.377159 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000152732 Jy ! Component: 100 - total flux cleaned = 0.000138646 Jy ! Component: 150 - total flux cleaned = 0.000105549 Jy ! Component: 200 - total flux cleaned = 0.000105637 Jy ! Total flux subtracted in 200 components = 0.000105637 Jy ! Clean residual min=-0.002153 max=0.002033 Jy/beam ! Clean residual mean=-0.000002 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.112616 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.112616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060696Jy sigma=1.319299 ! Fit after self-cal, rms=0.060694Jy sigma=1.319271 wmodel /J1034-0211_S_map.mod ! wmodel: Unable to open new model file: /J1034-0211_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219h_uvs/J1034-0211_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.295 x 7.674 at 0.5768 degrees (North through East) ! Clean map min=-0.0020884 max=0.10135 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J1034-0211_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.10135 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000479171 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.41836 1.41836 2.83672 5.67344 11.3469 22.6938 45.3876 90.7751 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.101 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 211.511 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J1034-0211_S_dfm.log closed on Thu May 19 22:20:40 2016