! Started logfile: /scr/pima/bg219i_uvs/J0205-3444_S_dfm.log on Thu May 19 22:58:24 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/J0205-3444_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J0205-3444_S_uva.fits ! AN table 1: 62 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.875 visibilities/baseline/integration-bin. ! Found source: J0205-3444 ! ! 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 7812 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 J0205-3444_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 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.998133Jy sigma=16.039589 ! Fit after self-cal, rms=0.877963Jy sigma=14.060532 ! 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.978 mas, bmaj=13.64 mas, bpa=18.8 degrees ! Estimated noise=0.919908 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.0874437 Jy ! Component: 100 - total flux cleaned = 0.115719 Jy ! Total flux subtracted in 100 components = 0.115719 Jy ! Clean residual min=-0.007838 max=0.018979 Jy/beam ! Clean residual mean=-0.000046 rms=0.002722 Jy/beam ! Combined flux in latest and established models = 0.115719 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.115719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094848Jy sigma=1.493163 ! Fit after self-cal, rms=0.094674Jy sigma=1.491625 ! Inverting map ! Added new window around map position (-8.5, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0200501 Jy ! Component: 100 - total flux cleaned = 0.0337734 Jy ! Total flux subtracted in 100 components = 0.0337734 Jy ! Clean residual min=-0.006230 max=0.007762 Jy/beam ! Clean residual mean=-0.000027 rms=0.001817 Jy/beam ! Combined flux in latest and established models = 0.149492 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 43 components and 0.149492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087929Jy sigma=1.361338 ! Fit after self-cal, rms=0.087715Jy sigma=1.357533 ! 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.944 mas, bmaj=16.66 mas, bpa=17.4 degrees ! Estimated noise=0.529908 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.017758 Jy ! Component: 100 - total flux cleaned = 0.0284711 Jy ! Component: 150 - total flux cleaned = 0.0355223 Jy ! Component: 200 - total flux cleaned = 0.0402558 Jy ! Total flux subtracted in 200 components = 0.0402558 Jy ! Clean residual min=-0.003254 max=0.004086 Jy/beam ! Clean residual mean=-0.000002 rms=0.000996 Jy/beam ! Combined flux in latest and established models = 0.189748 Jy ! Performing phase self-cal ! Adding 84 model components to the UV plane model. ! The established model now contains 119 components and 0.189748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084129Jy sigma=1.284928 ! Fit after self-cal, rms=0.084058Jy sigma=1.283030 ! 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.944 x 16.66 at 17.4 degrees (North through East) ! Clean map min=-0.0030001 max=0.12001 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.99 FD 0.97 HN 1.16 KP 0.96 ! LA 0.99 NL 1.09 OV 0.95 PT 0.97 ! SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.03 KP 0.97 ! LA 0.97 NL 0.97 OV 0.96 PT 0.95 ! SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.06 KP 1.00 ! LA 0.96 NL 1.04 OV 0.95 PT 0.97 ! SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.96 HN 1.14 KP 1.00 ! LA 0.98 NL 1.13 OV 1.03 PT 0.99 ! SC 0.99 ! ! ! Fit before self-cal, rms=0.084058Jy sigma=1.283030 ! Fit after self-cal, rms=0.085270Jy sigma=1.277044 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.98 mas, bmaj=17 mas, bpa=17.53 degrees ! Estimated noise=0.525494 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.00125654 Jy ! Component: 100 - total flux cleaned = 0.0013601 Jy ! Component: 150 - total flux cleaned = 0.00150629 Jy ! Component: 200 - total flux cleaned = 0.0016676 Jy ! Total flux subtracted in 200 components = 0.0016676 Jy ! Clean residual min=-0.002860 max=0.002882 Jy/beam ! Clean residual mean=0.000019 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.191415 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 131 components and 0.191415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085165Jy sigma=1.275704 ! Fit after self-cal, rms=0.085213Jy sigma=1.275433 ! 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.085213Jy sigma=1.275433 ! Fit after self-cal, rms=0.085614Jy sigma=1.272528 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.991 mas, bmaj=17.05 mas, bpa=17.5 degrees ! Estimated noise=0.524645 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000430802 Jy ! Component: 100 - total flux cleaned = 0.000324485 Jy ! Component: 150 - total flux cleaned = 0.000269783 Jy ! Component: 200 - total flux cleaned = 0.000221545 Jy ! Total flux subtracted in 200 components = 0.000221545 Jy ! Clean residual min=-0.002352 max=0.002129 Jy/beam ! Clean residual mean=0.000016 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.191637 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 150 components and 0.191637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085577Jy sigma=1.272098 ! Fit after self-cal, rms=0.085590Jy sigma=1.271977 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.0215e-05 Jy ! Component: 100 - total flux cleaned = 0.000139047 Jy ! Component: 150 - total flux cleaned = 9.96738e-05 Jy ! Component: 200 - total flux cleaned = 8.13419e-05 Jy ! Total flux subtracted in 200 components = 8.13419e-05 Jy ! Clean residual min=-0.002284 max=0.002121 Jy/beam ! Clean residual mean=0.000016 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.191718 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 159 components and 0.191718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085575Jy sigma=1.271779 ! Fit after self-cal, rms=0.085573Jy sigma=1.271732 ! 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.085573Jy sigma=1.271732 ! Fit after self-cal, rms=0.085843Jy sigma=1.271458 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.989 mas, bmaj=17.07 mas, bpa=17.59 degrees ! Estimated noise=0.522551 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000263034 Jy ! Component: 100 - total flux cleaned = -0.000332019 Jy ! Component: 150 - total flux cleaned = -0.000372555 Jy ! Component: 200 - total flux cleaned = -0.000406455 Jy ! Total flux subtracted in 200 components = -0.000406455 Jy ! Clean residual min=-0.002100 max=0.002089 Jy/beam ! Clean residual mean=0.000015 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.191312 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 173 components and 0.191312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085828Jy sigma=1.271266 ! Fit after self-cal, rms=0.085839Jy sigma=1.271220 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.90838e-05 Jy ! Component: 100 - total flux cleaned = -2.67763e-06 Jy ! Component: 150 - total flux cleaned = -1.67701e-05 Jy ! Component: 200 - total flux cleaned = -2.89292e-05 Jy ! Total flux subtracted in 200 components = -2.89292e-05 Jy ! Clean residual min=-0.002075 max=0.002080 Jy/beam ! Clean residual mean=0.000015 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.191283 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 189 components and 0.191283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085832Jy sigma=1.271131 ! Fit after self-cal, rms=0.085831Jy sigma=1.271110 ! 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.085831Jy sigma=1.271110 ! Fit after self-cal, rms=0.085897Jy sigma=1.271122 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.802 mas, bmaj=28.85 mas, bpa=6.469 degrees ! Estimated noise=0.58171 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00047707 Jy ! Component: 100 - total flux cleaned = -0.000560407 Jy ! Component: 150 - total flux cleaned = -0.000630706 Jy ! Component: 200 - total flux cleaned = -0.00069143 Jy ! Total flux subtracted in 200 components = -0.00069143 Jy ! Clean residual min=-0.002185 max=0.002302 Jy/beam ! Clean residual mean=0.000023 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.190592 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 194 components and 0.190592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085893Jy sigma=1.271047 ! Fit after self-cal, rms=0.085895Jy sigma=1.271035 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 = -8.64187e-05 Jy ! Component: 100 - total flux cleaned = -0.000126039 Jy ! Component: 150 - total flux cleaned = -0.000158627 Jy ! Component: 200 - total flux cleaned = -0.000187518 Jy ! Total flux subtracted in 200 components = -0.000187518 Jy ! Clean residual min=-0.002175 max=0.002303 Jy/beam ! Clean residual mean=0.000022 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.190404 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 200 components and 0.190404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085895Jy sigma=1.271023 ! Fit after self-cal, rms=0.085895Jy sigma=1.271017 ! 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.987 mas, bmaj=17.1 mas, bpa=17.67 degrees ! Estimated noise=0.521197 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.987 x 17.1 at 17.67 degrees (North through East) ! Clean map min=-0.0019907 max=0.11783 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.978 mas, bmaj=14.02 mas, bpa=19.17 degrees ! Estimated noise=0.922484 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0869038 Jy ! Component: 100 - total flux cleaned = 0.116828 Jy ! Component: 150 - total flux cleaned = 0.136279 Jy ! Component: 200 - total flux cleaned = 0.149649 Jy ! Total flux subtracted in 200 components = 0.149649 Jy ! Clean residual min=-0.005192 max=0.007458 Jy/beam ! Clean residual mean=-0.000020 rms=0.001599 Jy/beam ! Combined flux in latest and established models = 0.149649 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 51 model components to the UV plane model. ! The established model now contains 51 components and 0.149649 Jy ! Inverting map and beam ! Estimated beam: bmin=3.987 mas, bmaj=17.1 mas, bpa=17.67 degrees ! Estimated noise=0.521197 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.0150104 Jy ! Component: 100 - total flux cleaned = 0.0241462 Jy ! Component: 150 - total flux cleaned = 0.0300232 Jy ! Component: 200 - total flux cleaned = 0.0339007 Jy ! Total flux subtracted in 200 components = 0.0339007 Jy ! Clean residual min=-0.002371 max=0.002406 Jy/beam ! Clean residual mean=0.000003 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.18355 Jy ! Adding 84 model components to the UV plane model. ! The established model now contains 125 components and 0.18355 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.802 mas, bmaj=28.85 mas, bpa=6.469 degrees ! Estimated noise=0.58171 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00323691 Jy ! Component: 100 - total flux cleaned = 0.00492034 Jy ! Component: 150 - total flux cleaned = 0.00590566 Jy ! Component: 200 - total flux cleaned = 0.00641058 Jy ! Total flux subtracted in 200 components = 0.00641058 Jy ! Clean residual min=-0.002430 max=0.002221 Jy/beam ! Clean residual mean=0.000022 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.18996 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 = 7.8674e-05 Jy ! Component: 100 - total flux cleaned = 0.000113893 Jy ! Component: 150 - total flux cleaned = 0.000146805 Jy ! Component: 200 - total flux cleaned = 0.000161966 Jy ! Total flux subtracted in 200 components = 0.000161966 Jy ! Clean residual min=-0.002338 max=0.002242 Jy/beam ! Clean residual mean=0.000022 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.190122 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 171 components and 0.190122 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.987 mas, bmaj=17.1 mas, bpa=17.67 degrees ! Estimated noise=0.521197 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000453858 Jy ! Component: 100 - total flux cleaned = 0.000482327 Jy ! Component: 150 - total flux cleaned = 0.000482928 Jy ! Component: 200 - total flux cleaned = 0.000482832 Jy ! Total flux subtracted in 200 components = 0.000482832 Jy ! Clean residual min=-0.002050 max=0.002084 Jy/beam ! Clean residual mean=0.000014 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.190605 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 185 components and 0.190605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085911Jy sigma=1.271353 ! Fit after self-cal, rms=0.085892Jy sigma=1.271270 wmodel /J0205-3444_S_map.mod ! wmodel: Unable to open new model file: /J0205-3444_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219i_uvs/J0205-3444_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.987 x 17.1 at 17.67 degrees (North through East) ! Clean map min=-0.0020025 max=0.11768 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J0205-3444_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.117683 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000580742 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.48044 1.48044 2.96088 5.92176 11.8435 23.687 47.3741 94.7482 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.117 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 202.642 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J0205-3444_S_dfm.log closed on Thu May 19 22:58:26 2016